
 
 
 
/* Admission form  */
.admission-form-bg{
  height: 150px;
  background-color: #fddb1b;
  object-fit: contain;
  padding: 20px;
  z-index: 0;
  margin-bottom: 0px;
  height: 100%;
  }
  .admission-form-center .form-addmission{
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
  
  
  }
  
  .left-form-section{
  
    background-color: #feeee1;
    padding: 20px;

        height: 100vh;
  }
  
  .left-form-section h1{
    text-align: center;
    color: #ee273f;
    font-weight: bold;
    /* font-size: 40px; */
    font-size: 30px;
  
  }
  .left-form-section p{
  
    margin:20px;
    object-fit: contain;
    font-size: 20px;
    /* font-size: 25px; */
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #574040;;
  }
  .form-right-section{padding: 20px;}


     .profile {
      width: 138px;
      height: 138px;
      margin: 0px 0px 0px 0px;
      padding: 4px 4px 4px 5px;
      background-color: #d4d1d1;
      border-radius: 100%;
        position: relative;
        display: flex;
    }
    .camera{ 
      width: 32.7px;
      height: 29.1px;
      padding: 10.9px 10.9px 7.3px 10.9px;
      margin: auto;
      border: solid 2px #000;}
      btn, .btn.btn-default {
        box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    }
    .btn.btn-danger {
        box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
    }  
    .btn {
        border: none;
        border-radius: 3px;
        position: relative;
        padding: 12px 30px !important;
        margin: 10px 1px;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0;
        will-change: box-shadow, transform;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .wizard-footer{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .form-label{font-size: 14px; font-weight: 400;}
 
 
 /* }
    .form-group-section {
        grid-gap: 0.5em;
        display: grid;
        width: 100%;
    }
    .form-inline .form-group-section>* {
        grid-area: group;
    }
    .form-group-section input {
     
        background-color: transparent;
        border: 2px solid;
        border-radius: 4px;
        color: blue;
        font: inherit;
        padding: 0 0.5em;
        width: 100%;
    }
    .form-inline .form-group-section label {
        align-self: start;
        background-color:red;
        color: #fff;
        font-size:.8rem;
        padding-left: 0.5em;
        padding-right: 0.5em;
        position: relative;
        transform: translate(0.5rem,-50%);
        width: max-content;
    }
    .form-group-section input {
        min-height: 35px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
      */
      .wizard{
        background-color: #ffffff;
        padding:  10px;
        
      
        width: 100%;
      }
    
      .divider-line{   border: 0;
          border-top: 1px solid  #d4d1d1;margin-top: 10px;
          margin-bottom: 10px;}
      
        .wizard-body {
          padding-top: 0px;
        }
      
        .wizard-body h4{font-size: 18px; text-transform: capitalize; color: #EE353A; margin: 0px 0px 0px 0px;}
        .wizard-body .form-inline .form-group>* {
          grid-area: group;
      }
      .form-inline {
          display: block;
          margin-bottom: 16px; 
          flex-wrap: wrap;
          width:100%;
      }
      
      .wizard-body .form-group {
        position: relative;
      }
      .wizard-body > input {
        position: relative;
        display: block;
        width: 100%;
      
        border-radius: 4px;
        border: solid 1px #fe5c53;
        background-color: #f8f8f8;
        margin: 0px auto;
        padding: 6px 4px 4px 14px;
        height: 40px;
        outline: none !important;
        font-size: 16px;
        color: rgba(0,0,0,0.85);
        transition: all .2s ease-in-out;
      }
      
      .input-heading-label{
          position: absolute;
        top: -6px;
        left: 12px;
        text-align: left;
        display: inline-block;
        padding: 0 4px;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        font-weight: 400;
        background:#fff;
        color: rgb(0, 0, 0);
        margin: 0px auto;
        cursor: text;
        transition: all .15s ease-in-out;
      }
      .wizard-body input:hover, input:focus { border: 1px solid #3e4095; }

         
      
      .wizard-body input:hover + label, input:focus + label { 
        /* top: -6px; */
        color: #3e4095;
        font-weight: bold;
      }
      .wizard-body select:hover, select:focus { border: 1px solid red; }
      .wizard-body select:hover + label, select:focus + label { 
        /* top: -6px; */
        color: #3e4095;
        font-weight: bold;
      }
      .gl-form-asterisk {
         
          color: #e32b2b;
          padding: 0;
          padding-left: 3px;
         
      }
      .gl-form-asterisk:after {
          content: "*";
      }  
    
   ::placeholder {
        color: rgb(70, 69, 69)!important;
      }
      .wizard-body > .form-control {
      display: block;
      width: 100%;
      height: 40px;
      padding: 6px 12px;
      font-size: 16px;
      line-height: 1.42857143;
      color: #020202; 
      /* background-color: #f8f8f8; */
      background-image: none;
      border: solid 1px #fe5c53;
      border-radius: 4px;}
      
/* FFFF*/
.profile-pic-wrapper {

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
}
.pic-holder {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 20px; */
}

.pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 10px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
  opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
  display: none;
}

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}


/* Snackbar css */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}

.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.video-section-form{
    height: 319px;   background-color: #feeee2;
    background-image:url(../assets/img/video-background.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




/* JSDFDDD*/

input[type='radio']{
  width: 30px;
  height: 30px;
  accent-color:#F44336;

}

#otpData .table>tbody>tr>td {

     line-height:2.428571 !important;
  
 }

.form-check-input{
  position: relative;
  /* display: flex;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #fe5c53;
  background-color: #f8f8f8;
  margin: 0px auto;
  padding: 6px 4px 4px 14px;
  height: 40px;
  outline: none !important;
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  transition: all .2s ease-in-out; */
  }
  .form-check-label{
  position: absolute;
  margin-top: 0px;
  padding: 10px 0px;
  width: 100%;
  color: #FF7000!important;
 
  }
  .PaymentMode input{
    margin: 15px;
  }
  .radio-group {
  position: relative;
  font-weight: bold;
  line-height: 2.4;
  display: block;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  align-items: baseline;
  justify-content: end;
  
}
.PaymentMode{ background: #FDEEE1; padding: 0px;   border-radius: 5px;}
.admission-summery{  
  background: #FDEEE1;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  word-wrap: break-word;
  border-radius: 5px;
 }
.admission-summery strong{font-size: 16px;}
.form-control{height: 40px;  border: solid 1px #fe5c53;}
/* Mark input boxes that gets an error on validation: */


input.invalid {
  background-color: #f8f8f8;
  }


  

  /*******admission-order-summary********/
.admission-order-summary{position: relative;}
.admission-order-summary .card {
    padding: 20px;
    height: auto;
    width: 100%;
    border-radius:20px;
    border: 1px solid #FF7400;
    position: relative; 
    }
    .admission-order-summary .card table {font-size: 11px;}
    .admission-order-summary .card-title{color: #EE273F; font-weight: 600;}
    .admission-order-summary .card h4, h6{font-weight: bold;}
    .admission-order-summary .card label {display: inline-block; max-width: 100%;margin-bottom: 5px;font-weight:normal!important;font-size: 12px;}
    .black-text{color: #020202!important;}
    .red-text{color: #EE273F; font-weight: 600;}
    .footer-card {
      position: relative;
      bottom: 0px!important;
      justify-content:right;
      align-items:right;
    }
    .admission-order-summary .card-flex{
      display: grid;
      grid-template-columns: auto auto;
      /* gap: 50px; */
        position: relative;
        line-height: 40px;
        text-align: left;
        color: #ff693a;   
    }
    .card-text-right{
      text-align: right;
    }
    .admission-order-summary .card .hr-line{
        margin-top: 4px;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px solid #eee;
    }
    


    .list-group {border: none;}
    .admission-order-summary .card .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border-bottom: 1px solid #ddd!important;
        font-size: 11px;
    }
    /* .align-items-center {
        align-items: center!important;
    } */
    
    .justify-content-between {justify-content: space-between!important;}
    .w-100 {width: 100%!important;}
    .d-flex {display: flex!important; gap: 15px;}
    .list-group-item {
      border-top: 0px;
      border-left: 0px;
      border-right: 0px;
      border-bottom: 1px solid #ddd;
    }
    .btn-block{
      background-color: #FDD912!important;
      color: #000;
      font-weight: bold;
      font-size: 18px;
      text-transform: capitalize;
    }
    .admission-order-summary .card input[type='radio'] {
      width: 25px;
      height: 25px;
      accent-color: #F44336;
    }
    .margin-bottom{margin-bottom: 20px;}
/*******admission-order-summary********/

/*******receipt summary********/
.invoice-card {
  padding: 16px;
  background-color: #f1f1f1;
  border-radius: 10px;
  width: 100%;
  display: block;
}
.table{background: transparent!important; 
  width: 100%;
  font-size: 15px;}
.font-bold{font-weight: bold;}

.receipt-summary .table td, .table th {
  background-color: transparent;
}

.invoice-cardone td{ background-color:red !important; color:white !important;  }

.receipt-summary .table-light{background-color:  #f2f2f2!important;} 
.receipt-summary thead th:last-child {text-align: right;}
.receipt-summary tbody td:last-child, tfoot td:last-child{text-align: right;}
.receipt-summary tr:nth-child(even) {background-color: #f2f2f2!important;}
.receipt-summary .section-headings, .sub-heading-underline {text-transform: capitalize;}
.btn-holder{ 
  position: relative;
  height: 120px;

}
.receipt-summary .btn-holder-inside { 
  position: absolute;
  bottom: 5px;
  right: 0px;
}
  .btn-confirm{
    background: linear-gradient(90deg, #FE913B 21.15%, #F55C4F 100%);
    text-transform: capitalize;
    font-size: 1rem;
    border-radius: 20px;

  }
.font-normal{font-weight: normal;}
.receipt-summary label{ font-size: 15px;}

.receipt-summary .my-custom-scrollbar {
  position: relative;
  height: 73vh;
  overflow: auto;
  padding: 0rem 1rem 1rem 0rem;
  direction: ltr;
  overflow-x: auto;
  overflow-y: auto;
  /* scroll-snap-type: x mandatory; */
  scroll-behavior: smooth;
  
  

  }

  /* .receipt-summary .table-wrapper-scroll-y {
  display: block;
  overflow-y: auto;
  } 

  .receipt-summary .table-wrapper-scroll-x {
    display: block;
    overflow-x: auto;
    }  */
    
  /* Scrollbar Styling */
  .receipt-summary .my-custom-scrollbar::-webkit-scrollbar {width: 5px; }
  .receipt-summary .my-custom-scrollbar::-webkit-scrollbar-track {background-color: #e4e4e486; /* border-radius: 6px; */ opacity: 0.3; }
  .receipt-summary .my-custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px; border: 1px solid transparent; background-clip: content-box; background-color: #EE353A;  }
   .receipt-summary .my-custom-scrollbar::-webkit-scrollbar:horizontal {
      display: none;
    }
    .receipt-summary .my-custom-scrollbar::-webkit-scrollbar:vertical {
      display:none
    }
    .receipt-summary .my-custom-scrollbar:hover::-webkit-scrollbar:vertical {
      display: block;
    } 

/*******receipt summary********/
/*******@media Query ********/

@media screen and (max-width:600px)
  {
    .card-text-right{text-align: left; }
    .receipt-summary .my-custom-scrollbar { height: 50vh; overflow-x: auto; }  
    .receipt-summary .table-wrapper-scroll-x {display: block; overflow-x: auto; } 
    .main-page-name {padding: 15px 0px!important; }

    .form-box{
      margin:20px 10px !important ;
          width: 95% !important;
    }
#branch_id{
  width: 64% !important;
}

.form-group{ 
    margin-bottom: 25px !important;
}
    .receipt-summary .my-custom-scrollbar {
      position: relative;
      height: 73vh;
      overflow: auto;
      padding: 0rem 0.4rem 1rem 0rem;
      direction: ltr;
      overflow-x: auto;
    
    
      }
      .receipt-summary .table{background: transparent!important; 
        width: 100%;
        font-size: 13px;}

         .left-form-section{ display:none !important; }

         .wizard-body{

              max-height: 500px !important;
    overflow-y: scroll !important;
         }

         .step{
          display: none !important;
         }

         .wizard{

          width: 100%;
          overflow-x: scroll !important;
         }
 
  }

  /*******@media Query ********/

    /*******button section ********/
.card-footer-section{
  padding: 20px;
    display: flex;
    /* margin: 20px; */
    position: relative;
    align-items: center;
    background-color: #F2F2F2;
}


/* Hide all steps by default: */

.tab {
  display: none;
}
#easebuzz .card-body  p{
  font-size: 14px;
}

button {
  background: linear-gradient(90deg, #FE913B 21.15%, #F55C4F 100%);
border-radius: 20px;
  color: #ffffff;
  border: none;
  padding: 10px 29px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {

  margin: 0 2px;
  /* background-color: #ebebeb; */
  color: #f72727;
  padding: 5px;
  font-size: 12px;

  display: inline-block;
  /* opacity: 0.5; */
}

.step.active {
  /* opacity: 0.2; */
  /* background-color: rgb(240, 6, 6); */
  color: rgb(10, 9, 9);
}
        #acd{margin-top:6px; margin-left:px;}
         #acd1{margin-top:2px;}
/* Mark the steps that are finished and valid: */
.step.finish {
  /* background-color: #c4c5c3; */
  opacity: 0.5;
color: #2d3548;
}
   

   .edit-heading li:last-child{
    margin-right: 65px;
   } 
   .justify-content-between small{ width:100% ; }

   .wizard .card-body .justify-content-between p{
    font-size: 14px ;
   }