/*
Theme Name: wp_theme23 Child Courses
Template: wp_theme23
Version: 1.0
*/

.cid-svGOEmEDBN .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
.cid-svGOEmEDBN .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
  }
  .video-link{
    cursor: pointer;
  }
  .input{
    color: black!important;
    margin-bottom: 1rem!important;
  }
  .section-login{
    height: 80vh;
  }
  .cid-tswVLCgGH9 .navbar .dropdown.open > .dropdown-menu{
    /*position: absolute;*/
    top: 4rem;
    left: -5rem;
  }
  .nav-dropdown .link::after, .nav-dropdown .dropdown-item {
    color: #558ed5!important;
    border: none!important;
  }

  .header-icons{
    display: flex!important;
    flex-direction: row!important;
  }

  .logout{
    position: absolute;
    top: 7rem;
    right: 2.9rem;
  }

  /* The switch - the box around the slider */
.switch {
  position: relative;
  width: 15rem;
  height: 4rem;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-color: #558ed5 ;
  -webkit-transition: .4s;
  transition: .4s;
  
}

.slider:before {
  position: absolute;
  content: "";
  height: 4rem;
  width: 7rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #558ed5 ;
}

input:focus + .slider {
  box-shadow: 0 0 1px #558ed5 ;
}

input:checked + .slider:before {
  -webkit-transform: translateX(8rem);
  -ms-transform: translateX(8rem);
  transform: translateX(8rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 4rem;
}

.slider.round:before {
  border-radius: 6rem;
}
.slider-text{
  z-index: 999;
  position: absolute;
  top: 1.5rem;
  color: #558ed5;
}

.slider-text-1{
  left: 0.5rem;
}

.slider-text-2{
  left: 10rem;
}
.course-a{
  display: block;
  height: fit-content;
  margin: 1.5rem 0;
  align-self: center;
}

.card-box-edited{
  /*display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;*/
}
.card-box-title{
  padding-left: 3rem;
}

.border-radius-2{
  border-radius: 2rem!important;
}

.loading{
  position: absolute;
    z-index: 2000;
    background-color: #b4dcff8c;
    width: 100vw;
    height: 51vh;
    font-size: 3rem;
    padding: 13rem 19rem;
}

/* small device setting*/
@media (max-width: 991px) {
  .header-icons{
    gap: 7rem;
  }
  .cid-tswVLCgGH9 .navbar .dropdown.open > .dropdown-menu{
    /*position: absolute;*/
    width: 100vw;
    left: 0;
  }
  .form-row{
    align-items: center;
  }
}


