.formAreaReg{
    background-color: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px 6pxrgb(222 218 218 / 25%);
    -moz-box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    margin-top: 12px;
    padding: 22px 171px;
}
.income-Details{
    background-color: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px 6pxrgb(222 218 218 / 25%);
    -moz-box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    margin-top: 12px;
    padding: 27px 24px 24px 24px;
}
.income-Details .incomeTableHead{
    color: #C32641;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.cardTableScrl .cardTableRow .tableBody {
    margin-bottom: 16px;
}
.cardTableScrl {
    overflow-x: auto;
    scrollbar-color: #c2c2c2 #f1f1f1;
    scrollbar-width: thin !important;
}
.cardTableScrl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.cardTableScrl::-webkit-scrollbar {
  width: 6px;
  height: 8px!important;
  background-color: #F5F5F5;
}

.cardTableScrl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #cac3c3;
}
.cardTableScrl .cardTableRow {
    width: fit-content;
}
.cardTableScrl .cardTableRow .tableHead {
    display: grid;
    grid-template-columns: 1fr 243px 243px 243px;
    align-items: center;
    background-color: #C32641;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 4px;
    color: white;
    font-size:16px;
    font-weight:600;
    line-height: 22px;
    padding: 18px 0px 18px 32px;

}
 .cardTableScrl .cardTableRow .tableBody .tableRowSec {
    display: grid;
    grid-template-columns: 1fr 243px 243px 243px;
    align-items: center;
    background-color:  #F5F5F5;
    margin-bottom: 4px;
    color: #221F20;
    font-size:16px;
    font-weight:400;
    line-height: 22px;
    padding: 20px 0px 20px 32px;
}
 .cardTableScrl .cardTableRow .tableBody .tableRowSec:last-child {
     margin-bottom: 0px;
      border-radius: 0px 0px 8px 8px;
 }
.formAreaReg li{
    list-style: none;
    display: grid;
    grid-template-columns: 200px 2px 1fr;
    column-gap: 40px;
    align-items: center;
    color: #221F20;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.validator {
    font-size: 10px!important;
    font-weight: 400!important;
    line-height: 16px!important;
    color: #ff0000!important;
    float: left!important;
}
.validateText span{
    font-size: 10px!important;
    font-weight: 400!important;
    line-height: 16px!important;
    color: #ff0000!important;
    float: left!important;
}
.validator label{
        font-weight: 400!important;
}

.formAreaReg li .mantory{
    word-break: break-word;
}
.formAreaReg li:last-child{
        margin-bottom: 0px;
}
.formAreaReg li .mantory span{
    color: #C32641;
}

.formAreaReg li .twiceInput{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
}

.formAreaReg li .twiceInput input::placeholder{
     color: #808080;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.formAreaReg li .oneInput {
    position: relative;
}
.formAreaReg li .oneInput .radioCheckReg{
    display: flex;
    column-gap: 40px;
}
.formAreaReg li .oneInput .radioCheckReg .containerRadio{
    margin-bottom: 0px;
}
.formAreaReg li .oneInput .validateText{
    position:absolute;
    left:0;
    bottom: -22px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #ff0000;
}

.formAreaReg li .oneInput input{
    border: none;
   width:100%;
   position: relative;
   border-radius: 6px;
   padding: 10px 12px;
   background-color: #F5F5F5;
     font-size: 16px;
    line-height: 22px;
    color: #221F20;
    font-weight: 600;
}
.formAreaReg li .oneInput input::placeholder{
     color: #808080;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.formAreaReg li .twiceInput input{
   border: none;
   width:100%;
   border-radius: 6px;
   padding: 10px 12px;
   background-color: #F5F5F5;
     font-size: 16px;
    line-height: 22px;
    color: #221F20;
    font-weight: 600;
}

.registration{
    height: 760px;
    background-color: #F5F5F5;
    padding-top: 125px;
}
.registrationReg{
    height: auto;
    background-color: #F5F5F5;
    padding-top: 125px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}
.registration > .container > .headerReg{
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color:#221F20;
    padding: 20px 24px;
    background-color: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px 6pxrgb(222 218 218 / 25%);
    -moz-box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);

}
.registration > .container > .headerRegSub{
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color:#221F20;
    padding: 20px 24px;
    background-color: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px 6pxrgb(222 218 218 / 25%);
    -moz-box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);

}
.registrationReg > .container > .headerReg{
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color:#221F20;
    padding: 20px 24px;
    background-color: #FFFFFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px 6pxrgb(222 218 218 / 25%);
    -moz-box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);

}
.regFormCOntent{
    background-color: #FFFFFF;
    border-radius: 6px;
    margin-top: 12px;
    padding: 32px 172px;
    -webkit-box-shadow: 0px 0px 3px 6pxrgb(222 218 218 / 25%);
    -moz-box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
    box-shadow: 0px 0px 3px 6px rgb(222 218 218 / 25%);
}
.regFormCOntent ul{
    padding: 0px;
    margin: 0px;
}
.regFormCOntent ul li{
    display: grid;
    grid-template-columns: 200px 2px 1fr;
    list-style: none;
    column-gap: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #221F20;
    font-weight: 600;
}
.regFormCOntent ul li:last-child{
      margin-bottom: 0px;
}
.fileUploadSec{
    height: auto;
    background-color: #f0f0f0;
    border-radius: 6px;
    cursor: pointer;
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='5%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.uploadAreaBtn{
    text-align: center;
    margin-bottom: 4px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}
.fileUploadSec  .subHead{
    text-align: center;
   margin-bottom: 12px;
      font-size: 16px;
    line-height: 22px;
    color: #221F20;
    font-weight: 600;
}
.fileUploadSec  p{
    text-align: center;
   margin-bottom: 15px;
      font-size: 16px;
    line-height: 22px;
    color: #221F20;
    font-weight: 400;
}
.uploadAreaBtn .uploadBtn{
    border: none;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input:focus-visible{
    display:none;
    outline: none!important;
}
.custom-file-input:focus{
    outline: none!important;
}
.custom-file-input::before {
    content: 'Select file';
    display: flex;
    background: transparent;
    color: transparent;
    align-items: center;
    outline: none;
    justify-content: center;
    position: absolute;
    z-index: 9999;
    align-items: center;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}
.custom-file-input::before:hover {
  background: #0069d9;
}
.custom-file-label {
  margin-left: 10px;
}

/* .uploadAreaBtn input[type="file"] {
        cursor: pointer;
        font-size: 100px;
        height: 100%;
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        opacity: 0.01;
        position: absolute;
        right: 0;
        top: 0;
      } */
      .paddingBotton40{
        padding-bottom:40px;
      }
.regFormCOntent ul li input{
    border-top: none;
    border-left: none;
    text-overflow: ellipsis;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width:100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.redOtp{
    color:#C32641!important;
}
.regFormCOntent ul li .labelOTP{
   font-size: 14px;
    line-height: 19px;
    color: #221F20;
    font-weight: 400;
   color: #221F20;
   margin-bottom: 32px;
}
.regFormCOntent ul li input::placeholder{
      font-size: 16px;
    line-height: 22px;
    color: #808080;
    font-weight: 400;
    
 
}
.uploadAreaBtn input{
    padding: 0!important;
    border: none!important;
    margin: auto!important;
    align-items: center!important;
    display: flex!important;
    justify-content: center!important;
    width:inherit!important;

    
}
.btnRow{
    display: flex;
    justify-content: end;
    column-gap: 10px;
    margin-top: 24px;
    margin-bottom: 50px;
}
.buttonRowFIleUpload{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0px;
}
.buttonRowFIleUpload .rightBtn .cancel{
    height: 42px;
    min-width: 130px;
    color:#ffff;
    background-color: #8B8B8B;
    outline: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: ease-in-out .4s;
    font-size: 16px;
    font-weight: 400;
       line-height: 22px;
}
.buttonRowFIleUpload .backBtn .back{
    height: 42px;
    min-width: 130px;
    color:#ffff;
    background-color: #8B8B8B;
    outline: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: ease-in-out .4s;
     font-size: 16px;
    font-weight: 400;
       line-height: 22px;
}
.buttonRowFIleUpload .rightBtn {
 display:flex;
 column-gap: 12px;
}

.buttonRowFIleUpload .rightBtn .next{
    height: 42px;
    min-width: 130px;
    color:#ffff;
    background-color: #C32641;
    outline: none;
    border-radius: 6px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .4s;
     font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.btnRow > .cancel{
    height: 42px;
    min-width: 130px;
    color:#ffff;
    background-color: #8B8B8B;
    outline: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: ease-in-out .4s;
     font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
     line-height: 22px;
}
.btnRow > .preview{
    height: 42px;
    min-width: 130px;
    color:#221F20;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: ease-in-out .4s;
     font-size: 16px;
    font-weight: 400;
     line-height: 22px;
}

.btnRow > .next{
    height: 42px;
    min-width: 130px;
    color:#ffff;
    background-color: #C32641;
    outline: none;
    border-radius: 6px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease-in-out .4s;
     font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
     line-height: 22px;
}
.btnRowOk {
    display: flex;
    justify-content: center;
}
.btnRowOk > .okSec{
    height: 42px;
    min-width: 108px;
    color:#ffff;
    background-color: #C32641;
    outline: none;
    border-radius: 6px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease-in-out .4s;
     font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
     line-height: 22px;
}
.otpVeri{
    font-size: 16px!important;
    line-height: 22px!important;
    color: #221F20!important;
    font-weight: 600!important;
    margin-bottom: 8px;
}
.otpSend{
    font-size: 16px!important;
    line-height: 22px!important;
    color: #221F20!important;
    font-weight: 400!important;
    margin-bottom: 32px;
}
.radioCheck{
    display: flex;
    column-gap: 43px;
    padding-top: 30px;
    padding-bottom: 40px;
}
.containerRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
     font-size: 16px;
    line-height: 22px;
    color: #221F20;
    font-weight: 600;
   color: #221F20;
}

.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
     top: 1px;
    left: 2px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
}
.containerRadio span{
     background-color: #fff;
    border: 1px solid #DDDDDD;
}
.containerRadio:hover input ~ .checkmark {
      background-color: #fff;
    border: 1px solid #DDDDDD;
}

.containerRadio input:checked ~ .checkmark {
  background-color:  #fff;
   border: 1px solid #DDDDDD;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containerRadio input:checked ~ .checkmark:after {
  display: block;
}
.text-center{
   text-align: center!important;
}

.containerRadio .checkmark:after {
   
    top: 2px;
    left: 2px;

	width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C32641;
}
.cacptcha{
    margin-top: -40px;
}
.marginTop12{
        margin-top: 12px;
}
.modalWidetSuccess {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9995;
    pointer-events: none;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    -webkit-transform: translate3d(0, 102%, 0);
    transform: translate3d(0, 102%, 0);
    box-shadow: 0 3px 5px 0 rgba(32,33,36,0.2);
    opacity: 0;
}
.modalWidetSuccess.open {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modalWidetSuccess .modalRow.infoModal {
    max-width: 641px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 3px rgb(222 218 218 / 25%);
}

.modalWidetSuccess .modalRow .statusPic{
        margin-bottom: 13px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.modalWidetSuccess .modalRow .regSubHed{
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 20px;
    color: #221F20;
}
.modalWidetSuccess .modalRow p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 16px;
    color: #221F20;
}

.modalWidetSuccess .modalRow .statusPic .successImg{
    height: 68px;
    width: 68px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/success.jpg);
}
.modalWidetSuccess .modalRow {
    padding: 32px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 4px #959595;
    z-index: 1;
}
.modalWidetSuccess.open .modalBg {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modalWidetSuccess .modalBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.5s;
    transition: opacity 0.6s, transform 0.5s;
    -webkit-transform: translate3d(0, 102%, 0);
    transform: translate3d(0, 102%, 0);
    box-shadow: 0 3px 5px 0 rgba(32,33,36,0.2);
}
.select2-container--below .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    line-height: 22px;
    color: #221F20!important;
    font-weight: 600!important;
}
.select2-container--above .select2-selection--single .select2-selection__rendered{
       font-size: 16px;
    line-height: 22px;
    color: #221F20!important;
    font-weight: 600!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 22px;
    color: #221F20!important;
    font-weight: 600!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px!important;
}
  .select2Ctrl .select2-container {
    /* border: solid 1px #F5F5F5; */
    background-color: #F5F5F5;
    width: 100%!important;
    border-radius: 6px;
  }
  .select2Ctrl .select2-container .selection .select2-selection--single {
    border: none!important;
    height: 42px;
    display: flex;
    align-items: center;
    outline: 0;
  }
  .select2-container--default .select2-selection--single {
    border: solid 1px #F5F5F5;
    background-color: #F5F5F5;
    border-radius: 6px;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f3f3f3 !important;
    color: #434343 !important;
}
  .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url(../images/dwnArrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 8px;
    right: 8px;
  }
@media only screen and (max-width: 1199px) {
    .formAreaReg{
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
.regFormCOntent{
    padding: 20px;
}
.formAreaReg li .oneInput input::placeholder{
    font-size: 14px;
    line-height: 18px;
}
.registrationReg{
    padding-top: 85px;
}
.formAreaReg li
{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}
.buttonRowFIleUpload .rightBtn .next{
    font-size: 14px;
    line-height: 18px;
}

.btnRow > .cancel{
    font-size: 14px;
    line-height: 18px;
}


.btnRow > .preview{
    
font-size: 14px;
    line-height: 18px;
}

.btnRow > .next{
    font-size: 14px;
    line-height: 18px;
}

.btnRowOk > .okSec{
    font-size: 14px;
    line-height: 18px;
}

.buttonRowFIleUpload .backBtn .back{
    font-size: 14px;
    line-height: 18px;
}

.buttonRowFIleUpload .rightBtn .cancel{
    font-size: 14px;
    line-height: 18px; 
}
.cardTableScrl .cardTableRow .tableHead {
    grid-template-columns: 300px 200px 200px 200px;
}
.cardTableScrl .cardTableRow .tableBody .tableRowSec {
  grid-template-columns: 300px 200px 200px 200px;
}
.modalWidetSuccess .modalRow {
    padding: 15px;
    margin: 10px;
}
.modalWidetSuccess .modalRow {
    padding: 15px;
}
.formAreaReg li {
    grid-template-columns: 1fr 2px 1fr;
    column-gap: 10px;
}
.twiceInput{
       grid-template-columns: 1fr!important;
       row-gap: 10px;
}
.regFormCOntent ul li input::placeholder{
      font-size: 14px;
    line-height: 18px;
}
.btnRow{
    justify-content: center;
}
.registration {
    height: auto;
    padding-top: 75px;
}
.registration > .container > .headerReg{
    font-size: 22px;
    line-height: 28px;
}
}
@media only screen and (max-width: 480px) {
.regFormCOntent{
    padding: 10px;
}
.otpSend{
    margin-bottom:10px;
}
.registration > .container > .headerRegSub {
    font-size: 18px;
    line-height: 24px;
    padding: 15px;
}
.registrationReg > .container > .headerReg {
    padding:15px;
}
.modalWidetSuccess .modalRow p {
    font-size: 14px;
    line-height: 22px;
}
.modalWidetSuccess .modalRow .regSubHed {
    font-size: 18px;
    line-height: 22px;
}
.btnRow{
    margin:10px 0px;
}
.formAreaReg {
    padding: 8px;
}
.formAreaReg li .mantory {
    margin-bottom: 8px;
}
.formAreaReg li .colan{
    display: none;
}
.income-Details{
    padding: 8px;
}
.formAreaReg li .checkmark{
    display: block!important;
}

.formAreaReg li {
    grid-template-columns: 1fr;
    column-gap: 10px;
}
.registrationReg{
    padding-top: 70px;
}
.containerRadio input{
    display: none;
}
.buttonRowFIleUpload{
    display: block;
}
.backBtn{
    margin-bottom: 12px;
}
 .formAreaReg li .oneInput .radioCheckReg {
        flex-direction: column;
        row-gap: 10px;
    }
.cacptcha {
     margin-top: -30px;
}
.regFormCOntent ul li .colan{
    display: none;
}
.regFormCOntent ul li .mantory{
    margin: 8px 0px;
}

.regFormCOntent ul li{
   grid-template-columns: 1fr;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px;
}
}
@media only screen and (max-width: 375px) {
  
    .radioCheck{
        flex-direction: column;
        padding: 10px 0px;
    }
   
 
}