.chat-users-scroll {
    height: 500px;
    overflow-y: scroll;
}

.chat-profile-pics {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.custom-fit {
    width: fit-content !important;
}

.uploadFIle {
    line-height: 1.2 !important;
    position: relative;
    padding-left: 3px;
    cursor: pointer;
}

.ph.ph-check {
    font-weight: bold;
    font-size: 15px;
}

.check-seen {
    color: var(--main-600);
}

.seen-status {
    position: relative;
    display: flex;
    align-items: center;
}

.seen-status .check-seen:nth-child(2) {
    position: absolute;
    left: 6px;
}

.chat-message-box {
    padding: 10px 15px 10px 10px;
    margin: 8px 0;
    border-radius: 12px;
    max-width: 70%;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.5;
    background-color: #f1f1f1;
    /* Default background for receiver */
    color: #333;
    position: relative;
    max-width: 500px;
    margin-inline-start: auto;
    /* margin-right: 12px; */
}

/* If it's the sender message, override background (optional) */
.chat-message-box.sender {
    background-color: #d1e7ff;
    align-self: flex-end;
}

/* If it's the receiver message, align left */
.chat-message-box.receiver {
    align-self: flex-start;
}

.custom-text-color {
    color: #333;
}

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

.welcomeMsg {
    line-height: 1.85;
}

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

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

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

/* .errorHandling { 
    height: 100px;
} */

.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: 100vh;
}

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

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

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

.senderMessage {
    margin-bottom: 0px;
    font-size: 15px;
}

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

.activePage {
    background: var(--main-600);
    color: #fff !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;
}

.start-chat-img {
    max-width: 500px;
    margin: 0 auto;
}

.chat-height {
    height: 90px;
}

.h-100-percent {
    height: 100%;
}

.padding-chatbox {
    /*height: 100%;*/
    background: white;
}

.breakLine {
    height: initial;
    border: none;
    margin-left: 0px;
    margin-right: 22px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 20px;
    width: 2px;
    opacity: 0.5 !important;
    border: 1px dashed var(--main-600);
    ;
}

/*.chatInputElements {*/
/*    background-color: var(--main-600);*/
/*    ;*/
/*}*/

.senderCreatedAt {
    font-size: 12px;
    margin-bottom: 0;
}

.ph-caret-left {
    font-size: 22px;
    background: #f49f3f;
    border-radius: 50%;
    color: white;
    padding: 8px;
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
    text-decoration: none !important;
}

.dropdown-menu {
    overflow-y: scroll;
    height: 250px;
}

.starColor {
    color: #ffee58 !important;
}

.hamburgerMenu {
    position: relative;
    right: 10px;
    top: 13px;
    font-size: 22px;
    cursor: pointer;
}

.single-chat-profile {
    display: block;
    background: white;
    max-width: 330px;
    overflow: auto;
    animation-duration: 0.4s !important;
    position: absolute;
    top: 80px;
    right: 0;
    height: 70%;
    overflow-y: auto;
    padding: 10px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.chat-profile__close-btn {
    font-size: 24px;
}

.chat-profile__header {
    height: 40px;
}

@media (min-width: 1400px) {
    #sideMenuProfile {
        display: none !important;
    }
}

@media (min-width: 768px) {


    .chat-scroll {
        height: 500px;
        overflow-y: scroll;
        /* margin-bottom: 120px; */
    }

    .chatInputElements {
        margin-right: -10px;
        margin-left: -20px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 15px;
    }
}


@media (max-width: 768px) {

    .my-profile {
        background-color: white;
    }

    .chatHeight {
        /*height: 100%;*/
        padding-top: 50px;
        margin-top: 60px;
    }

    .chat-scroll {
        overflow-y: scroll;
        margin-bottom: 120px;
        padding-top: 70px;
    }

    .chatInputElements {
        position: fixed;
        bottom: 0;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .text-centered {
        text-align: center;
    }

    #userChatLine {
        position: fixed;
        z-index: 999999;
        background: white;
        width: 100%;
        /* padding: 2px; */
        top: 0px;
        left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .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 (min-width: 992px) {
    .custom-chat-shadow {
        /* box-shadow: 8px 0 4px -3px #88888840; */
        /* padding-top: 10px; */
        padding-bottom: 10px;
        padding-right: 10px;
        /* border-radius: 16px; */
    }

}

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

    .max-w-420-px {
        max-width: 350px !important;
        height: fit-content;
    }

}



@media (min-width: 480px) {

    .padding-chatbox {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 20px;
        border-radius: 25px;
    }

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

.loggedImg {
    border-radius: 50%;
    object-fit: cover;
}


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