.capitalPopup{
   width: 380px !important;
    padding: 32px 38px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px !important;
}
.headingCapital{
    margin: 32px 0;
    font-weight: bold;
}
.buttonGroup{
    display: flex;
    justify-content: space-between;
}

.okaybtn{
    width: 46%;
    background: #2E3192 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    height: 44px;
    border: none;
    margin-top: 0;
}
.cancelbtn{
    width: 46%;
    border-radius: 4px;
    border: 1px solid #2E3192;
    color: #2E3192;
    font-size: 14px;
    background-color: white;
    height: 44px;
}
.submitbtn{
    width: 46%;
    border-radius: 4px;
    border: 1px solid #2E3192;
    color: #2E3192;
    font-size: 14px;
    background-color: white;
    height: 44px;
}
.workingCapital-border {
    border: 1px solid #2e5eab;
    padding: 40px;
    border-radius: 5px;
}
.impMessage{
    padding: 12px;
    background-color: #EEEFF7;
    display: flex;
    border-radius: 8px;
    align-items: flex-start;
}
.capitalContent{
    color: #4D4D4D; 
    line-height: 20px; 
    margin: 0 0 0 10px;
}
.capitalContent-2{
    color: #4D4D4D; 
    margin-top: 36px;
    margin-bottom: 16px;
}
.agentProfile-input {
    width: 250px;
    height: 32px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #cecece;
    display: inline-block;
    background-color: #fff !important;
    font-family: roboto;
}
.consentContainer{
    padding-top: 24px; 
    width: 100%; 
    display: flex;
    padding-left: 0;
}
.questionareCont{
    margin-top: 44px;
}
.workingBtn{
    display: flex;
    justify-content: space-between;
    width: 200px;
    height: 36px;
    background-color: white;
    border: 1px solid #CECECD;
    border-radius: 4px;
    align-items: center;
    color: #B5B5B5 !important;
}
.occupationOther{
    display: flex;
}
.other-input{
    height: 36px; 
    margin-left: 12px; 
    width: 200px;
}
.entity-input{
    height: 36px;  
    width: 200px;
}
.submitbuttton{
    width: 116px;
    height: 36px;
    background-color: #2C3B97;
    border-radius: 4px;
    border: none;
    color: white;
    margin-top: 80px;
}
.input-qstn{
    width: 200px;
    height: 36px;
    border-radius: 4px;
    padding: 6px;
}
.modal-dialog-wc{
    width: 1343px !important;
    margin: 120px auto !im;  
    height: 400px !important;
}