.error
{
    color:red;
}
.single_sec,.single_sec .rads{
    margin: 15px 0px !important;
}

#signature{
           /*width: 380px;*/
border: solid 1px #e2e2e2;
       }
        .mcca-banner-hedder .card{
   margin-top: 90px !important; 
}
.btn-check8{
    background: #da2d2d;color: #fff; padding: 5px 10px;
    margin-left: 10px;
   border-radius: 5px;
   text-decoration: none;
    
}   
          .mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
 -ms-flex-align: center;
     align-items: center;
padding: 2px 10px;
margin: 5px 1px 3px 0;
position: relative;
text-align: center;
background: #f3f3f3;
width:50%;
}
@media (max-width: 768px) {
.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1{
       width: 100% !important;
}
.new_class{
    width:100% !important;
}
/*.mcca-banner-hedder label{*/
/*           display:inline !important;*/
/*       }*/
   }

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .docErr1{
position: absolute;
right: 0;
left: 0;
color: #f74130;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .fileUpload1 {
position: relative;
text-align: center;
padding: 10px;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .fileUpload1 input[type="file"] {
display: block;
opacity: 0;
cursor: pointer;
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .fileUpload1 img {
width: 50px;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .input_addfile1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
 -ms-flex-align: center;
     align-items: center;
position: relative;
width: 100%;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .input_addfile1 input {
outline: 0;
padding: 2px 10px;
margin: 0 !important;
background: transparent !important;
border: 1px solid #afabab;
color: #333 !important;
height: 40px;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .input_addfile1 .btn-check {
position: absolute;
right: 0;
background: #f74130;
top: 1px;
color: #fff;
border: solid 1px #f74130;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
 -ms-flex-align: center;
     align-items: center;
-webkit-box-pack: center;
 -ms-flex-pack: center;
     justify-content: center;
border-radius: 0px 4px 4px 0px;
width: 100px;
cursor: pointer;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .input_addfile1 .btn-check h3 {
margin: 0;
}

.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .btn {
position: absolute;
right: 0;
background: #053669;
top: 0px;
color: #fff;
border: solid 1px #053669;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
 -ms-flex-align: center;
     align-items: center;
-webkit-box-pack: center;
 -ms-flex-pack: center;
     justify-content: center;
border-radius: 0px 4px 4px 0px;
width: 100px;
height:40px;
}
.mcca-banner-hedder .card-body .form-group #uploader1 .uploadDoc1 .input_addfile1 .btn-check1{
position: absolute;
right: 0;
background: #f74130;
top: 1px;
color: #fff;
text-decoration:none;
border: solid 1px #f74130;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0px 4px 4px 0px;
width: 100px;
cursor: pointer;
}
.show{
display:block !important;
}
.read-more,.read-less,.privacy-read-more,.privacy-read-less,.declaration-read-more,.declaration-read-less{
cursor: pointer;
color:#ff585f;
}
.mcca-banner-hedder .privacy-check, .mcca-banner-hedder .declaration-check{
width:auto !important; 
overflow: initial;
}
.privacy-p,.privacy-p-full, .declaration-p, .declaration-p-full{
margin-top:0px !important;
}
.declaration-div,.privacy-div{
display: flex;
align-items: flex-start;
}

.progress-bar-new {
position: relative;
width: 100%;
height: 20px;
background-color: #e0e0e0;
border-radius: 10px;
}

.progress-new {
height: 100%;
width: 0%; 
/* This represents the progress percentage */
background-color: #4285f4;
border-radius: 10px 0 0 10px; /* Only round the left side */
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
}

#cnt {
background-color: #f5f5f5;
padding: 2px 10px;
border-radius: 20px;
color: #4285f4;
font-weight: bold;
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
border: 2px solid #4285f4;
}
/* Toggle switch container */
.toggle-switch {
position: relative;
width: 60px;
height: 30px;
}

/* Hide the checkbox */
.toggle-checkbox {
display: none;
}

/* Toggle label (the slider) */
.toggle-label {
position: relative;
display: block;
width: 100%;
height: 100%;
background-color: #ccc;
border-radius: 15px;
cursor: pointer;
transition: background-color 0.3s;
}

/* The inner circle */
.toggle-inner {
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 12px;
transition: opacity 0.3s;
pointer-events: none;
}

.toggle-inner::before {
content: "No";
}

.toggle-checkbox:checked + .toggle-label .toggle-inner::before {
content: "Yes";
}

/* The switch button */
.toggle-switch {
position: absolute;
left: 5px;
top: 5px;
width: 20px;
height: 20px;
background-color: #fff;
border-radius: 50%;
transition: transform 0.3s;
}

/* When checked, slide the switch */
.toggle-checkbox:checked + .toggle-label {
background-color: #4caf50;
}

.toggle-checkbox:checked + .toggle-label .toggle-switch {
transform: translateX(30px);
}


.sub-card-header{
position: relative;
padding: 10px;
border-radius: 8px;
background: #fff1f1;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.second-imgs{
position:absolute;
bottom:0;
right:0;
}
.first-imgs{
position:absolute;
top:0;
right:0;
}
.card-header{
border-bottom:none !important;
}
.toggle-container {
    position: relative;
    width: 70px;
    height: 33px;
    margin-left: 20px;
}

.toggle-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: grey;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-knob {
    position: absolute;
    top: 4px;
    left: 2px;
  width: 25px;
  height: 25px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.toggle-checkbox:checked + .toggle-label {
    background-color: #4680FF;
}

.toggle-checkbox:checked + .toggle-label .toggle-knob {
    transform: translateX(40px);
}

/* YES / NO text classes */
.toggle-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
    user-select: none;
    
}

.toggle-text.no {
    left: 40px;
    opacity: 1;
    transition: opacity 0.3s;
    /* margin-left:33px */
}

.toggle-text.yes {
    right: 36px;
    opacity: 0;
    transition: opacity 0.3s;
    /* margin-right:25px */
}

.toggle-checkbox:checked + .toggle-label .no {
    opacity: 0;
}

.toggle-checkbox:checked + .toggle-label .yes {
    opacity: 1;
}

.d-fmaily{
    display: flex;
    /* align-items: center; */
    color: #6E7C89;
}
.extra_settings,.feedback-box-settings{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    margin:30px 0px;
}
@media (max-width:767px){
    .extra_settings,.feedback-box-settings{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
  margin: auto;
    }
    .feedback-box{
        width:157px !important;
    }
    .box{
        width:166px !important;
    }
}

.box,.feedback-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      padding: 8px 16px; /* Smaller box size */
      border-radius: 8px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      height: 80px; /* Adjust height for smaller boxes */
      width: 170px; /* Adjust width for smaller boxes */
      transition: background-color 0.3s ease; /* Smooth background color transition */
  }

  .box.selected,.feedback-box.selected {
      background-color: #4caf50;
      color: white;
  }

  .box.selected::after,.feedback-box.selected::after {
      content: "✓"; /* Tick mark */
      color: #fff;
      position: absolute;
      top: 4px;
      right: 4px; /* Positioned at the top-right corner */
      font-size: 16px;
  }
.heading_form{display: flex;}

.form-otp{
  padding:0px !important;
}
.verification-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
    width: 100% !important;
    margin: auto;
    border-radius:20px;
}
.verification-dialog{
  position: absolute;
  left: 50%;
  
  top: 50%;
  transform: translate !important;
  margin: 0px;
  transform: translate(-50%,-50%);
}

.modalContentRegistration { width: 100% !important; background: #fff; border-radius: 12px; padding: 24px;}
.modalContentRegistration { background: #FEFEFE; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06); border-radius: 16px;width:auto;}
.mainInput { border: 1px solid rgba(98, 91, 91, 0.34) !important;border-radius: 8px;}
.resendOtp, .emailUs { color: #307FE2; font-size: 16px;text-align:center;line-height:18px;text-decoration: underline;font-weight: 600;}
.saveBtn { border: none; min-height: 40px; }
.saveBtn {background:#3658A4;text-transform:capitalize;color:#fff;border-radius: 8px;height: 45px;}
.mainInput { /*padding:15px 20px 10px 22px;*/ /* font-size: 18px; */ font-size: 26px;text-align:center; }
.groupInput { margin-bottom: 5px; }
.form-otp input:focus { outline: none; }
.mainInput { height: 48px; }
.mainInputLabel { color: #999; font-size: 16px; font-weight: normal; position: absolute; pointer-events: none; padding: 0 10px; left: 13px; top: 20px; transition: 0.3s ease all !important; -moz-transition: 0.3s ease all !important; -webkit-transition: 0.3s ease all !important; }
.mainInputModelLabel { left: 2px; top: 14px; }
.form-otp input:focus~label, input:valid~label { top: 1px; font-size: 12px; color: #999999; }
.form-opt input:focus { background: #FFFFFF !important; border: 1px solid #307FE2 !important; box-shadow: 0px 0px 0px 4px rgba(48, 127, 226, 0.6) !important; }
.languagePicker:valid ~ label { position: absolute !important; }
.form input:focus~.highlight { -webkit-animation: inputHighlighter 0.6s ease !important; -moz-animation: inputHighlighter 0.6s ease !important; animation: inputHighlighter 0.6s ease !important; }
.messageOTP { margin:10px 0; }
.messageOTPError { display: none !important; }
.messageOTPErrorShow { display: flex !important; }
.messageOTPText { color: #ff0000; }
.w-95 {
  width: 95% !important;
}
.otpInfo { font-size: 16px; line-height: 19px; /* identical to box height */ text-align: center; letter-spacing: -0.241667px; color: #808080; padding: 12px 0 0 0; }
.verify_title { font-size: 25px; line-height: 34px; /* identical to box height */ text-align: center; letter-spacing: -0.241667px; color: #000; padding: 4px 0;font-weight:600; }
.form-otp input { width: 100%;height: 45px; }
.row-header{
    margin-top:40px;
    text-align: center;
    margin-bottom:40px;
}


/* =================david css=================== */
.modalFooterRegistration{
 margin-top: 30px;
}
/* .mcca-banner-hedder .card-header{
padding: 0px ;
} */
.Otp-Screen{
    padding: 50px;
}
.otp-section{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 30px;
}
@media(max-width:767px){
    .saveBtn{
        width: 100% !important;
    }
    .Otp-Screen{
        padding: 10px;
    }
    .form-otp input {
        width: 100%;
        height: 45px;
        margin-bottom: 9px;
    }
    .resendOtp{
        font-size: 14px;
    }
    .modalFooterRegistration{
        margin-top: 10px;
       }
       .otp-section{
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 14px;
    }
}

.mcca-banner-hedder .card-body .single_sec .courses .checkbox-inline input[type="checkbox"]{
    display: none;
}
.checkbox-inline{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
            padding: 8px 16px; /* Smaller box size */
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content:flex-start;
            position: relative;
            font-size: 16px;
            line-height: 22px;
            padding: 18px !important;
            height: 60px;
            width: 90%; /* Adjust width for smaller boxes */
            transition: background-color 0.3s ease; /* Smooth background color transition */
}

.checkbox-inline {
    position: relative;
    padding-left: 25px; /* Ensure there's space for the tick mark */
}

.checkbox-inline.selected::before {
    content: "✓"; /* Tick mark */
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 4px;
    right: 4px; /* Positioned at the top-left corner */
    font-size: 16px;
    /* background-color: green; Optional: background color for visibility */
    border-radius: 50%; /* Optional: make it a circle */
    width: 20px; /* Optional: width of the tick background */
    height: 20px; /* Optional: height of the tick background */
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkbox-inline.selected {
            background-color: #4caf50;
            color: white;
        }
@media(min-width:768px) and (max-width:1024px){
    .checkbox-inline{
            font-size: 14px !important;
}

}

.digit-group{
    display:flex;
}
.digit-group .form-control{
    text-align: center;
    
}
@media only screen and (max-width:767px){
    .digit-group .form-control{
        padding: 2px 8px;
    }
}
@media only screen and (min-width:769px) and (max-width:992px) {
    .digit-group .form-control{
        padding: 9px 5px !important;
    }
    }

.phone-code{
    display: flex;
}
.country_number{
    width: 63px;
    position: absolute;
}
#phone1,#kamobile,#komobile,#imobile{
    padding-left:65px;    
}
.textarea-class{
    height: 90px !important;
}
.show_div4{
    margin-top:20px;
}