.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;
    display: flex;
    gap: 10px;
    align-items: center;
}

#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: 2 !important;
}

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

.flex-4 {
    flex: 4 !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: 95px;
}

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

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

.dashboard-image {
    width: 60%;
}



.background-dark {
    background: url(/assets/images/111.jpg);
    background-size: cover;
    background-position: bottom;
}

/* General section overlay */
/* .section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.795);
} */

.sizer {
    background-color: rgb(0 0 0 / 50%);
}

/* Badge styling */
.course-badge {
    background-color: hsl(var(--main)) !important;
    color: white;
    padding: 14px;
    font-size: 18px;
}

/* Image block */
#block-1627070689353 .block {
    display: flex;
    justify-content: center;
}

#block-1627070689353 .image {
    width: 500px;
    overflow: hidden;
    border-radius: 4px;
}


#block-1627070689353 .image__overlay {
    opacity: 0;
    background-color: #fff;
    border-radius: 4px;
}

#block-1627070689353 .image__overlay:hover {
    opacity: 1;
}

/* Text alignment */
@media (max-width: 767px) {

    #block-1673021589017,
    #block-1673019483262,
    #block-1606258505758_0 {
        text-align: center;
    }
}

/* Button styles */
/* .btn {
    color: #000000;
    border-color: #ffca28;
    border-radius: 4px;
    background-color: #ffca28;
    margin-top: 1rem;
} */

.btn--outline {
    background: transparent;
    color: #ffca28;
}



.block-type--text h1 {
    letter-spacing: 2px;
}

.services-one__single-inner {
    position: relative;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding-bottom: 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.html-projects {
    max-width: 100%;
    height: auto;
    flex: 1 1 0;
    /* let images shrink and grow */
    object-fit: cover;
    /* keeps them looking nice */
}

.bonus-modul {
    background: hsl(var(--main)) !important;
    padding: 10px;
    border-radius: 14px;
    border: 4px solid white;
    box-shadow: 1px 1px 4px #00000057;
}

.bonus-modul p,
.bonus-modul h3 {
    color: white !important;
}

.course-start {
    background: #dc3545;
    padding: 10px;
    border-radius: 14px;
    border: 4px solid white;
    box-shadow: 1px 1px 4px #00000057;
}

.course-start p,
.course-start h3 {
    color: white !important;
}

.first_elements {
    padding: 10px;
    background: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 18px;
    margin-top: 10px;
}

.image__image img {
    height: 150px;
}

.course-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-link img {
    max-width: 60%;
}

.boughCourses img {
    height: 50px !important;
}

.addSessionForm {
    background: white;
    padding: 12px;
    border-radius: 16px;
    width: 450px;

}

@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;
    }

    .boughCourses { 
        width: 45.33%;
    }

}


@media (min-width: 992px) {
    .sizer {
        padding-bottom: 75px;
    }
}

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

    .html-projects {
        width: 31.33%;
    }

    .bootstrap-projects {
        width: 49%;
    }

}

@media (min-width: 480px) {

    .image__image {
        height: 240px;
        /* position: absolute; */
        /* transform: translate(-50%, 0); */
        /* left: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
    }

    .block-type--image {
        position: relative;
        display: block;
        height: 270px;
        width: fit-content;
        padding: 15px;
        border-radius: 30px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
    }

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

    .terms-and-conditions {
        width: 75%;
        margin: 35px auto;
        background: #efefef;
        padding: 10px;
        border-radius: 14px;
        border: 4px solid white;
    }



    .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) {

    .addSessionForm {
        background: white;
        padding: 12px;
        border-radius: 16px;
        width: 100% !important;

    }

    /* .image__image img {
        height: 150px;
    } */

    .block-type--image {
        margin-bottom: 15px;
    }

    .block-type--image img {
        height: 150px;
    }

    .background-dark {
        background-position: right !important
    }

    .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;
}