body{font-family:Overpass,sans-serif}.header{font-size:28px!important;font-weight:600;color:#505050}a:hover{text-decoration:none}.dropdown-submenu{position:relative}.fc-daygrid-day-number{border-top:none!important}.e-active,.e-date-icon,.e-icons,.e-input-group-icon{color:#4c96a9!important}.btn-success{background-color:#009b50!important}td.details-control{background:url(http://dev909876789.xcool.in/storage/add-button.svg);cursor:pointer;background-size:20px;background-position:center;background-repeat:no-repeat}tr.shown td.details-control{background:url(http://dev909876789.xcool.in/storage/remove-button.svg);background-position:center;background-size:20px;background-repeat:no-repeat}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:0;margin-left:0}.dropdown-submenu:hover>.dropdown-menu{display:block}.classStudents{overflow-wrap:break-word!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}@media (max-width:991.98px){.homepageBanner{width:90%}.hero-container{display:flex;justify-content:center}.mainHeaderContainer{width:90%}.review-container{text-align:center}.review-div{display:flex;justify-content:center}}.custom-select{font-size:7px!important;font-size:18px!important;margin-top:-19px}.custom-select option{font-size:18px}
#profile-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 70%;
    -moz-border-radius: 70%;
    -ms-border-radius: 70%;
    -o-border-radius: 70%;
    border-radius: 70%;
}

#profile-container img {
    width: 150px;
    height: 150px;
}

#imageUpload {
    display: none;
}

#profileImage {
    cursor: pointer;
}

.filter_sec .custom-select{
    margin:0;
    width: 90% !important;
    display: flex;
    height: fit-content;
}

.sticky {
    z-index: 2;
}

.displayModification {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.new_batch_sec .custom-select {
    width: 87% !important;
}

.new_batch_sec_demo .custom-select {
  width: 87% !important;
  margin-top: -26px !important;
}

.meet_the_teacher_description_margin img {
    width: 100%;
    height: auto;
    margin: 1rem 0 0.5rem;
}
/* event calander */
.fc-daygrid-event { 
    height: 10px;
    width: 10px;
    /* background-color: rgb(0, 123, 255); */
    border-radius: 90%;
    display: inline-block;
  }

  label.error {
    color: #dc3545;
    font-size: 14px;
}


/* --------------css for loading ------------ */

.wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align:center;
    transform: translateX(-50%);
  }
  
  .spanner{
    position:fixed;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display:block;
    text-align:center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
  }
  
  .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
  }
  
  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  
  .show{
    visibility: visible;
  }
  
  .spanner, .overlay{
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .spanner.show, .overlay.show {
      opacity: 1;
      z-index: 99999;
  }
  /* -------------------- */

  .all_d_sec {
    padding: 2.3rem 1rem 0;
    text-align: center;
}

.all_d_sec h3 {
/* ff 3.6+ */background: -moz-linear-gradient(90deg, rgba(205, 127, 4, 1) 0%, rgba(246, 152, 6, 1) 100%); 
    /* safari 5.1+,chrome 10+ */background:-webkit-linear-gradient(90deg, rgba(205, 127, 4, 1) 0%, rgba(246, 152, 6, 1) 100%);
    /* opera 11.10+ */background:-o-linear-gradient(90deg, rgba(205, 127, 4, 1) 0%, rgba(246, 152, 6, 1) 100%);
    /* ie 6-9 */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F69806', endColorstr='#CD7F04', GradientType=0 );
    /* ie 10+ */background:-ms-linear-gradient(90deg, rgba(205, 127, 4, 1) 0%, rgba(246, 152, 6, 1) 100%);
    /* global 94%+ browsers support */background:linear-gradient(90deg, rgba(205, 127, 4, 1) 0%, rgba(246, 152, 6, 1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 36px;font-weight: 600;font-family: sans-serif;padding: 0 0 1rem;
}

.all_d-para p:first-child {font-size: 16px;font-weight: 600;}

.all_d-para p:nth-child(2) {
    font-size: 14px;
    width: 80%;
    margin: auto;
    padding: 0 0 4rem;
}

.all_d-para p:nth-child(3) {
    display: block;
    font-size: 14px;
}

.all_d_sec button {
    display: block;
    margin: auto;
    padding: .5em 1.75em !important;
    background: #000000;
}

.all_d_sec small {
    padding: 2rem 0 0;
    display: block;
    font-size: 11px;
}

/* teacher-side .nav-link design issue fix  */
.nav-link.bg-white{
  border-radius: 25px;
}
.nav-link{
 cursor: pointer;
} 
/*  
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #101010 !important;
}
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
  } */

  .apl_grp_sec .apl_sec{
    cursor : auto !important;
  }

  .cancel_class{
    font-size:18px!important;
  }
  
  .popup_st_info p{
    display: inline-flex;
    font-weight: 600!important;
  }

  .apl_status_btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
}
.accept_btn {
    background: #ffffffdb;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    width: 160px;
    border-radius: 30px;
}
.accept_btn_empty {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  width: 160px;
  border-radius: 30px;
}

.days_css {border-radius: 25px !important;margin: 10px 10px 10px 0;padding: 4px 14px;}

[data-action="reject"] {
  cursor: pointer;
}

/* send invite popup css  */

.send_in_sec {
  padding: 2.3rem 1rem;
}

.send_in_sec h3 {
font-size: 36px;
font-weight: 500;
font-family: sans-serif;
padding: 0 0 1rem;
color: #fbaf37;
}

.send_inv_sec {
  padding: 3rem 0;
  padding-left: 1rem;
}

.send_inv_sec ul {
  list-style-type: none;
}

.send_inv_sec ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.send_inv_sec ul li img {
  height: 40px;
  margin: 0.5rem 1rem 0.5rem 0;
}

.outline_batch_detail {
    padding: 2rem;
    border: 1px solid #fbaf37;
    border-radius: 25px;
    margin: 1rem 0.25rem;
    box-shadow: 0 0 15px #fbaf3750;
}

.outline_batch_detail span {color: gray;font-size: 14px;}

.outline_batch_detail h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.outline_batch_detail p {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.outline_batch_detail ul {
    list-style: none;
}

.outline_batch_detail h5 {
    font-size: 16px;
    font-weight: 600;
}

.outline_batch_detail ul li {
    padding: 1rem 0 0;
}
.send_btn_grp {
  padding: 3rem 2rem 0;
  display: flex;
  align-items: center;
}

.send_btn_grp a {padding-right: 2rem;}

/* send invite popup css end here  */

/* fixed baner img in wellcome page */



@media(max-width: 767px) {
  .right-content-new {
    display: none !important;
  }
  

  /* fixed top course and hero-section division gap in wellcome page */
  .mobile_margin_top_350{
    margin-top: 0px !important;
  }
  /* fixed course card item mobile view margin in wellcome page */
  .owl-carousel.owl-drag .owl-item {
    margin-left: 1px !important;
  }
  /* fixed Top Xcool Gurus item mobile view word-wrap in wellcome page */
  .teacher-card .teacher-info .info h2 {
    word-wrap: break-word !important;
  }
  /* fixed Top Xcool Gurus item mobile view word-wrap in wellcome page */ 
  #hero-banner-img {
    padding-bottom: 10px !important;
  }
}
  
