.digages-withdrawal-request
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 70% !important;
}

@media (max-width: 767px) 
{    
.digages-withdrawal-request 
{
    width: 100% !important;
}

}

.digages-form-group
{
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    width: 100%;
    margin-bottom: 24px;
}

#digages-withdrawal-form
{
    width: 100% !important;
}

.digages-withdrawal-info {
display: flex;
align-items: flex-start;
padding: 12px 20px;
gap: 16px;
width: 100%;
background: #3D9CD2;    
border-left: 4px solid #3485B3;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
 }
 
.digages-success-message
{
display: flex;
align-items: flex-start;
padding: 12px 20px;
gap: 16px;
width: 100%;
background: #007017;    
border-left: 4px solid #005C12;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
display: none;
}

.digages-withdrawal-request label
{
font-style: normal !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 20px !important;
color: #6D6D6D !important;
}
.digages-withdrawal-request input 
{
width: 100%;
height: 45px !important;
background: #F2F2F2 !important; 
border: 1px solid transparent !important;
}

.digages-withdrawal-request select
{
display: flex !important;
justify-content: space-between !important;
align-items: center !important; 
gap: 16px !important;
width: 100% !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #AAAAAA !important;
border-radius: 4px !important;
}

.digages-error-message
{ 
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px; 
color: #B32D2E; 
display: none;
}

.digages-submit-btn
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 12px 20px !important;
gap: 6px !important;
height: 44px !important;
background: #1A1A1A !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 20px !important;
color: #FFFFFF !important;
text-transform: capitalize !important;

}
.digages-submit-btn:hover
{
background: #333333 !important;
}
.digages-submit-btn:disabled
{
background: #50575E !important;
color: #8C8F94 !important;
cursor: not-allowed !important;
}

.digages-loading {
display: none;
text-align: center;
padding: 20px;
color: #6c757d;
}

