

.course-details__sidebar  { 
    position: sticky;
    top: 110px;
}

.cursor-pointer { 
    cursor: pointer !important;
}

p  {
    margin-bottom: 15px;
    color: black !important;
}
 
modal button { 
    margin: 0 auto !important;
}

modal { 
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #00000024;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.gap15 { 
    gap: 15px !important;
}

.h-100vh { 
    height: 100vh !important;
} 




.scrollbar ul li { 
    cursor: pointer;
}

#iframeContainer { 
    overflow-y: auto;
}

.btn-dash {
    position: relative;
    border-radius: 5px;
    border: 1px solid transparent;
    font-weight: 500;
    color: white;
    padding: 10px 10px;
    justify-content: center;
    cursor: pointer;
}

.btn-dash:hover { 
    color: white;
}

.btn-history { 
    background-color: #056ccb;
}

.btn-study{ 
    background-color: #16a34a;
}

.btn-exercise { 
    background-color: #fe9f29;
}

.btn-meeting { 
    background-color: #08132f;
}

.max-330 {
    max-width: 330px;
    margin: 0 auto;
}

.breadcrumb img { 
    height: 50px;
    width: 50px;
}

.flex-1 { 
    flex: 1 !important;
}

.flex-2 { 
    flex: 1 !important;
}

.flex-3 { 
    flex: 1 !important;
}

.flex-4 { 
    flex: 1 !important;
}

.trusted-by-list {
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.swiper.brand-slider h3 { 
    text-align: center;
}

.swiper.brand-slider .swiper-slide { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.img-login-register { 
  min-height: 120vh;
}

.img-login-register img { 
  min-height: 120vh;
    object-fit: cover;
  overflow-y: auto;
}

.img-login { 
    height: 100vh;
    object-fit: cover;
}

.img-login img { 
    height: 100vh;
    object-fit: cover;
}

.login-register-divs { 
    width: 100%;
    max-width: 480px;
}

.login-register-softex-img { 
        height: 85px;
    -webkit-user-select: none;
    user-select: none;
}

.span-video { 
    gap: 10px;
}

.buy-button-courses { 
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 99999999;
    transform: translate(50%, 0);
    left: -50%;
    padding: 10px;
    transition: 0.5s;
}


.brand-slider img { 
    height: 125px;
}

.splide__slide { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.m-0-auto { 
    margin: 0 auto;
}


     .sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 150px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
  display: flex;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.sl-nav { 
        background: white;
    width: fit-content;
    padding: 12px;
    border-radius: 27px;
    line-height: 32px;
    margin: 0 auto;
}




@media (max-height: 750px) {
.img-login-register { 
  min-height: 1000px;
    object-fit: cover;
  overflow-y: auto;
}

.img-login-register img{ 
    height: 1000px;
    object-fit: cover;
  overflow-y: auto;
}

.img-login img { 
    height: 800px;
    object-fit: cover;
    width: 100%;
}

.img-login { 
      min-height: 800px;
    object-fit: cover;
  overflow-y: auto;
}

}

@media (max-width: 768px) { 
    .text-centered  { 
        text-align: center;
    }
    
}

@media (min-width: 1200px) { 
    .toggle-dashbord-button { 
        display: none !important;
    }

}

@media (min-width: 992px) { 
    .roleForm { 
        position: absolute;
    top: 20px;
    right: 20px;

    }
}

@media (min-width: 480px) { 

    .courses-padding {
  padding-inline-start: 2rem;
}

    .terms-and-conditions { 
        width: 75%;
        margin: 35px auto;
    }



    .mentorship-info { 
    padding: 30px;
    text-align: center;
    }

    .cookies__modal {
        background: #096dcb;
        color: white;
        width: 400px;
        border-color: white;
        border: 4px solid white;
        border-radius: 18px;
        padding: 20px;
        position: fixed;
        bottom: 15px;
        left: 15px;
        /* height: 176px; */
        z-index: 99999;
        display: none;
        text-align: center;
        align-items: center;
        flex-direction: row;
    }
}

@media (max-width: 480px) { 

        .terms-and-conditions {
            width: 90%;
            margin: 35px auto;
        }

        .mentorship-info { 
        padding: 15px;
        }

    .cookies__modal {
        border-color: white;
        border: 4px solid white;
        border-radius: 20px;
        background: #096dcb;
        color: white;
        height: auto;
        width: 100%;
        padding: 10px;
        position: fixed;
        bottom: 0px;
        padding-bottom: 40px;
        z-index: 99999;
        display: none;
        text-align: center;
        align-items: center;
        flex-direction: column;
        /* border-radius: 8px; */
        box-shadow: 1px 1px 4px black;
    }
}

.cookies {
    height: 50px;
}

.cookies__modal p:first-child {
    font-size: 16px;
    color: white !important;
}

#acceptBtn {
    background-color: white;
    box-shadow: 4px 4px 0 #b8bfbe;
    padding: 8px;
    color: black;
    border-radius: 6px;
    /* margin: 10px auto; */
    border: none;
    font-weight: 600;
}

#declineBtn {
    background-color: #f43f3f;
    box-shadow: 4px 4px 0 #e57777;
    padding: 8px;
    color: white;
    border-radius: 6px;
    /* margin: 10px auto; */
    border: none;
    font-weight: 600;
}

#acceptBtn:hover, 
#declineBtn:hover { 
    transform: scale(1.05 );
}

.show {
    display: block !important;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-wrapper {
	transition-timing-function: linear !important;
}


/* .swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
	transform: scale(0.9)
} */

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	opacity: 1;
}

.mentorship-imgs img { 
    height: 100px;
}

