body,
div,
ul,
li,
a,
button,
td,
span {
    font-family: 'Open Sans', sans-serif !important;
    color: var(--text-color);
}

a {
    text-decoration: none;
}

.cropped-home-banner {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f9f9f900;
    border-right: 70px solid #13d76203;
}


@media only screen and (max-width: 766px) {
    .cropped-home-banner {
        display: none;
    }

    .home-banner-area {
        background: none !important;
        padding: 80px 0 75px !important;
    }

    .home-banner-wrap {
        max-width: 100% !important;
        text-align: center;
    }
}

.bg-background {
    background: #f9f9f9;
}

.bg-transparent {
    background: #00000000 !important;
}

.top-categories {
    width: 100%;
    height: 100%;
    padding: 20px 35px;
    display: inline-flex;
    border: 1px solid #e4e4e4;
    text-decoration: none;
    display: grid;
    align-content: center;
}

.top-categories:hover,
.top-categories:focus {
    background-color: var(--color-primary);
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}

.category-icon {
    width: 45px;
    height: 45px;
    background-color: var(--color-primary);
    color: var(--text-color);
    border-radius: 50px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    margin: 10px 0px;
}

.top-categories:hover .category-icon,
.top-categories:focus .category-icon {
    background-color: var(--text-color);
    color: #000;
}

.category-title {
    font-weight: 600;
}

.top-categories:hover .category-title,
.top-categories:focus .category-title {
    color: var(--text-color);
}

.category-title p {
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}

.top-categories:hover .category-title p,
.top-categories:focus .category-title p {
    color: #efdcdc;
}

.divider-1 {
    background-color: #b8c3c5;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.compare-row {
    margin-top: 25px;
    background-color: var(--text-color);
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}

.btn-compare-sm {
    color: #066ac9;
    background: #eff4ff;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    border: none;
    line-height: 24px;
    margin-top: 3px;
}

.btn-compare-sm i {
    margin-right: 4px;
}

.btn-compare-sm:hover,
.btn-compare-sm:focus {
    color: var(--text-color);
    background: #066ac9;
}

.badge-sub-warning {
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.badge-primary {
    background-color: #066ac9 !important;
    color: var(--text-color) !important;
    padding: 6px 10px;
    font-weight: 500;
}

.floating-user {
    width: auto;
    height: 30px;
}

.floating-user img {
    border-radius: 15px;
    position: absolute;
}

.floating-user img:hover,
.floating-user img:focus {
    z-index: 999;
}

.become-user-label {
    padding: 30px 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.bg-sub-primary {
    background-color: #e6f0f9;
}

.bg-sub-danger {
    background-color: #fcebeb;
}

.text-sub-warning {
    color: #eceb98 !important;
}

.footer-area {
    color: #bfc8da;
}

.footer-hover-link {
    text-decoration: none;
    font-size: 15px;
    color: #d1cece;
    font-weight: 500;
    position: relative;
    transition: all 0.5s;
}

.footer-hover-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    border-bottom: 2px solid var(--color-primary);
    left: 0;
    bottom: -5px;
    transition: all 0.5s;
}

.footer-hover-link:hover {
    color: var(--text-color);
}

.footer-hover-link:hover::after {
    width: 100%;
    transition: all 0.5s;
}

.footer-hover-link:hover {
    color: #efefef !important;
}

.language_selector {
    border-radius: 5px;
    font-size: 14px;
    background: #066ac9;
    border-color: #066ac9;
    color: #bfc8da;
    padding: 6px 10px;
}

.footer-summary {
    color: var(--text-color);
}

.footer-summary h3,
.footer-summary h4,
.footer-summary h5 {
    line-height: 32px;
    font-size: 22px;
}

ul.footer-social-link {
    list-style: none;
    padding-left: 0px;
    height: 30px;
}

ul.footer-social-link li {
    float: left;
    background-color: var(--color-primary)6c;
    color: var(--text-color);
    margin: 0px 8px 0px 0px;
    border-radius: 5px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
}

ul.footer-social-link li:hover {
    background-color: var(--color-primary);
}

.border-top-sub-blue {
    border-top: 1px solid var(--color-primary);
}

ul.footer-social-link li.active,
ul.footer-social-link li:hover {
    background-color: var(--color-primary);
    transition: all .3s;
}

ul.footer-social-link li a {
    display: block;
    color: var(--text-color);
    font-size: 15px;
    background-color: rgba(177, 26, 129, 0.5);
    border-radius: 5px;
}

ul.footer-social-link li a:hover {
    color: #ddd;
}




section.featured-instructor {
    background: white;
    padding: 30px 0px 0px 0px;
}

.top-instructor-img {
    max-width: 250px;
}

.top-instructor-img img {
    border-radius: 10px 0px 0px 10px;
}

@media only screen and (min-width: 1200px) {
    .top-instructor-details {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 58%;
        padding: 0px 22px;
    }
}

.top-istructor-slick .slick-prev:before {
    color: #066ac9;
    font-size: 25px;
    margin-right: -25px;
}

.top-istructor-slick .slick-next:before {
    color: #066ac9;
    font-size: 25px;
    margin-left: -25px;
}

.slick-list.draggable {
    border-radius: 10px;
    margin: 0px 12px;
}




/*.instructor-summary .slick-prev:before{
    font-family: "Font Awesome 5 Free";
    content: f30a;
    color: #040404;
}
.instructor-summary .slick-next:before{
    font-family: "Font Awesome 5 Free";
    content: f30b;
    color: #040404;
}*/
.instructor-summary .slick-track {
    padding: 0px;
}

.instructor-summary .instructor-image {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: -100px;
    z-index: -1;
}

.instructor-summary img {
    height: 200px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.instructor-summary .summary-box {
    border-radius: 8px;
    background-color: #066ac9;
    color: var(--text-color);
    padding: 22px 25px;
    margin: 0px 40px;
}

.instructor-summary .summary-box .summary-body {
    font-size: 14px;
}

.instructor-summary .summary-box .summary-footer {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .instructor-summary .summary-box .summary-footer {
        display: inline-grid;
    }

    .instructor-summary .summary-box .summary-footer .name {
        margin-top: 10px;
    }
}

.instructor-summary .summary-box .summary-footer .badge {
    background-color: #3e95e8;
}

.instructor-summary .summary-box .summary-footer .name {
    width: auto;
    margin-left: auto;
    padding-left: 100px;
    white-space: nowrap;
}

.instructor-summary .summary-box .summary-footer .name>h6 {
    color: var(--text-color);
    margin: 0px !important;
    font-size: 15px;
    font-weight: 700;
}

.instructor-summary .summary-box .summary-footer .name>h6::before {
    content: "";
    position: absolute;
    background-color: white;
    width: 80px;
    height: 1.5px;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: -90px;
}

.instructor-summary .summary-box .summary-footer .name>span {
    font-size: 12px;
    color: var(--text-color);
}







.hover-shadow-1:hover {
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0, 35, 51, 0) 100%) !important;
    top: 0px;
    left: 0;
}

.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%) !important;
    top: 0px;
    left: 0;
}

.image-placeholder-3 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 42%) 0%, rgb(0 35 51 / 0%) 100%) !important;
    top: 0px;
    left: 0;
}

.compare-row {
    margin-top: 25px;
    background-color: var(--bg-dark);
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}

.compare-row-icon {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: var(--text-color);
    text-align: center;
}

.skill-level-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.skill-level-icon span {
    background-color: #dcdee1;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
}

.skill-level-icon .active {
    background-color: var(--color-primary);
}

.skill-level-icon span:first-of-type {
    width: 5px;
    height: 8px;
    margin-top: 16px;
}

.skill-level-icon span:nth-of-type(2n) {
    width: 5px;
    height: 16px;
    margin-top: 8px;
}

.skill-level-icon span:last-of-type {
    width: 5px;
    height: 24px;
}

.marge-input-box input {
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
    font-size: 13px;
}

.marge-input-box .input-group-append {
    border: 1px solid #cccfe7;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}

.marge-input-box button {
    background: var(--color-primary);
    color: var(--text-color);
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    border-radius: 8px;
}

.marge-input-box button:hover {
    background: #cd4f4f;
    color: var(--text-color);
}








/*Signup & sign in page login*/
.sign-up-form a {
    color: var(--text-color);
}

.sign-up-form .form-group {
    margin-bottom: 15px;
}

.sign-up-form .form-group label {
    color: var(--text-color);
    font-weight: 600;
}

.sign-up-form .form-group .input-group span {
    border-right: none;
    padding: 10px 8px 10px 15px;
    border-radius: 10px;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
}

.sign-up-form .form-group .input-group input {
    border-left: none;
    padding: 12px 5px;
    border-radius: 10px;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
}

.sign-up-form .form-group .input-group input::placeholder {
    color: var(--text-color);
}

/*End Signup & sign in page login*/




/*used on Home page*/
.animated-loader {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.common-search-box {
    margin-right: 50px;
    padding: 0px 0;
}

.common-search-box input {
    background-color: transparent;
    border: 1px solid hsl(192deg 33% 97%);
    height: 40px;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    color: var(--text-color);
}

.common-search-box input::placeholder {
    color: var(--text-color);
}

.common-search-box input:focus {
    color: var(--text-color);
    background-color: transparent;
    border-color: #dedfe0;
    border-right-color: transparent;
}

.common-search-box input:focus+.input-group-button {
    background-color: #fff !important;
    border-top: 1px solid #dedfe0 !important;
    border-right: 1px solid #dedfe0 !important;
    border-bottom: 1px solid #dedfe0 !important;
    padding: 5px 9px 5px 10px !important;
}

.common-search-box button {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary);
    color: var(--text-color);
    padding: 1px 6px;
    border-radius: 6px;
}

.common-search-box button:hover {
    color: #efefef;
}

.common-search-box .input-group-button {
    background-color: transparent;
    border-top: 1px solid #dedfe0 !important;
    border-right: 1px solid #dedfe0 !important;
    border-bottom: 1px solid #dedfe0 !important;
    padding: 6px 10px 6px 10px;
    border-radius: 0px 5px 5px 0px;
}

/*Custom print content*/
@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

/*End Custom print content*/





/*BLOG start*/
.card-blog {
    border-radius: 10px;
    margin: 30px 0px;
    border: 3px solid rgba(255 255, 255, 0.3);
    transition: all 0.5s;
    overflow: hidden;
}

.card-blog:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
}

.card-blog>img {
    border-radius: 10px;
}

.card-blog-body {
    position: relative;
    height: 380px;
    border-radius: 10px;
}

.card-blog .blog-thumbnail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.card-blog:hover .blog-thumbnail {
    height: 70%;
    background-position: center;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.card-blog:hover .card-blog-body::after {
    content: "";
    background: linear-gradient(360deg, rgb(0 0 0 / 82%) 0%, rgba(255, 255, 255, 0) 72%);
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.card-blog-body .blog-placeholder {
    position: absolute;
    bottom: 20px;
    z-index: 600;
    width: 100%;
    padding: 0px 20px
}

.card-blog:hover .blog-placeholder {
    color: var(--text-color) !important;
    padding: 0px 20px;
}

.card-blog-body .cart-blog-title {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--text-color) !important;
}

.card-blog-body .blog-info {
    text-align: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    color: var(--text-color);
}

.card-blog:hover .blog-info {
    color: var(--color-primary) !important;
}


.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: var(--text-color);
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: var(--text-color);
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/*End Blog*/

.header-underline {
    position: relative;
}

.header-underline::before {
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    bottom: -7px;
    /* left: 15%; */
}

.header-underline-2 {
    position: relative;
}

.header-underline-2::before {
    content: "";
    position: absolute;
    /* background-color: var(--color-primary); */
    background-color: #000 !important;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    /* left: 15%; */
    bottom: -10px;
}



@media (max-width: 991px) {
    .search-box {
        width: calc(100% + 28px) !Important;
    }
}

.slick-next {
    margin-right: 5px !Important;
}

.slick-prev {
    margin-left: 5px !Important;
}





/* LOGIN CSS */

.category-course-list-area.login-box {
    height: 100vh;

}

.category-course-list-area.login-box .sign-up-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}

.category-course-list-area.login-box {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: bottom left;
    background-color: #000;

    /* background-blend-mode: luminosity;
    padding-top: 100px;
    z-index: 1;
    position: relative;
}
.category-course-list-area.login-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1; */
}

.logo-img img {
    width: 100%;
    height: 100%;
    max-width: 120px;
}

.category-course-list-area.login-box .sign-up-form .sign-up-form-head {
    /* text-align: center; */
    margin-bottom: 20px;
}

.category-course-list-area.login-box .sign-up-form .sign-up-form-head .navbar-brand img {
    /* width: 100%;
    height: 100%; */
    max-width: 260px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    max-height: 50px;
}

.login-logo {
    height: 100%;
    width: 100%;
    max-width: 100vh;
}

.category-course-list-area.login-box .login-media {
    width: 100%;
    height: 90vh;
    /* background: rgba(133, 87, 255, 0.3);
    padding: 30px;
    border-radius: 10px;
    border: 5px solid rgba(133, 87, 255); */
}

.category-course-list-area.login-box .login-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* max-width: 560px; */
}

.btn-info:hover {
    color: var(--text-color);
}

.login-box .form-control {
    background-color: transparent !important;
    color: var(--text-color) !important;
}

.login-box .form-control::placeholder {
    color: var(--text-color) !important;
}



.swiper-button-next i,
.swiper-button-prev i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.5s;
    border: 2px solid #fff;
    background-color: transparent;
    color: var(--text-color);
    border-radius: 0px 10px 0px 10px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 10px;
    z-index: 1;
    color: var(--text-color);
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: all 0.5s;
    width: 50px;
    height: 50px;
    border: 2px solid var(--color-primary);
    border-radius: 5px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--color-primary);
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    right: 70px;
    left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}


.banner-box {
    padding: 60px 0;
}

.banner-box .banner-ads {
    width: 100%;
    height: 300px;
}

.banner-box .banner-ads img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.login-box.style-1 {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: bottom left;
    background-color: #000;
    background-blend-mode: luminosity;
    padding-top: 7rem;
}

.login-box.style-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000c2;
    opacity: 0.4;
    z-index: -1;
}

.login-box-inner {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 30px;
    border-radius: 30px;
    margin-bottom: 2rem;
}


.message .conversation .form-control {
    padding: 9px 0px 11px 38px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    border: none;
    background-color: #6e798a1c;
    margin-bottom: 30px;
    margin-top: 22px;
}

.message .conversation .form-control:focus {
    box-shadow: none;
    border-color: none;
}

.message .conversation .search-btn i {
    position: absolute;
    left: 14px;
    top: 11px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.message .conversation .conversation-1 img {
    height: 38px;
    width: 38px;
}

.message .conversation .conversation-1 {
    display: flex;
    justify-content: space-between;
}

.message .conversation .conversation-1 .conversation-heading {
    display: flex;
}

.message .conversation .conversation-1 .conversation-img {
    position: relative;
    margin-top: 5px;
}

.message .conversation .conversation-1 .conversation-img p {
    position: absolute;
    color: #fff;
    background-color: #F25C88;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 8px;
    top: -10px;
    right: -1px;
}

.message .conversation .conversation-1 a {
    text-decoration: none;
    color: #b11a81;
    font-size: 13px;
    font-weight: 700;
    transition: .5s;

}

.message .conversation .conversation-1 h5 {
    margin-bottom: 5px;
}

.message .conversation .conversation-1 h6 {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 0;
}

.message .conversation .conversation-1 .conversation-name {
    margin-left: 10px;
}

.message .conversation .conversation-1 p {
    font-size: 10px;
    margin-top: 7px;
}

.conversation-body-1 {
    padding: 7px;
    transition: .5s;
    border-radius: 10px;
    margin: 7px;
    cursor: pointer;
}

.conversation-body-border {
    border-bottom: 1.5px solid #1e293b2a;
}

.conversation-body-border:last-child {
    border-bottom: none;
}

.conversation-body-1-text {
    display: flex;
    margin-top: 15px;

}

.conversation-body-1-text i {
    color: #fff;
    font-size: 12px;
    margin: 5px;
}

.conversation-body-1-text p {
    font-size: 12px;
}

.conversation-body-1:hover {
    background-color: #6e798a1a;
}

.conversation-body-1:hover h5 .heading {
    color: #fff;
}

.conversation-text .conversation-msg-full .child-img .parrent-image {
    height: 43.7px;
    width: 43.7px;
}

.conversation-text .conversation-msg-full .parrent {
    display: flex;
    margin-left: 20px;
}

.conversation-text .conversation-msg-full .parrent .parrent-text h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.conversation-text .conversation-msg-full .parrent .parrent-text {
    margin-left: 10px;
}

.conversation-text .conversation-msg-full .parrent .parrent-text a {
    text-decoration: none;
    color: #fff;
}

.conversation-text .conversation-msg-full .parrent .parrent-text p {
    font-size: 12px;
    font-weight: 400;
}

.conversation-msg-full .parrent .child-img img {
    height: 30px;
    width: 30px;
}

.conversation-text .conversation-msg-full .parrent .child-name {
    display: flex;
}

.conversation-text .conversation-msg-full .parrent .child-name h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.conversation-text .conversation-msg-full .parrent .child-name p {
    font-size: 12px;
    margin-left: 16px;
}

.conversation-text .conversation-msg-full .parrent .child-name a {
    text-decoration: none;
    color: #fff;
}

.conversation-text .conversation-msg-full .parrent .child-text .child-description p {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 20px;
}

.conversation-text .conversation-msg-full .child-text .child-description {
    display: flex;
    justify-content: space-between;
}

.conversation-text .conversation-msg-full .parrent .child-text {
    margin-left: 10px;
}

.conversation-fulllll-body {
    padding: 0px 0px 9px 18px;
    position: relative;
    margin-top: 50px;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 120px;
    border-radius: 7px;
    border: 1px solid #1e293b2a;
}

.conversation-fulllll-body .search-btn {
    position: absolute;
    border: none;
    box-shadow: none;
    background: transparent;
}

.conversation {
    margin-top: 20px;
}

.conversation h5 {
    font-size: 18px;
    font-weight: 700;
}

.conversation-msg-full {
    margin-top: 20px;
}

.child-icon a {
    color: #6e798a87;
    margin-right: 30px;
}

.child-icon .btn i {
    margin-top: 30px;
    color: #6e798a87;
}

.child-icon .btn:hover {
    color: none;
    border-color: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: transparent;
}

.child-icon .btn {
    background-color: transparent;
    border: none;
}

.child-icon .btn:focus-visible {
    color: #f2f3f5;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.child-icon .btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
    background-color: #fff;
}

.child-icon .dropdown-menu {
    background-color: #fff;
}

.child-icon .dropdown .dropdown-item {
    color: #1E293B;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
}

.child-icon .btn {
    transition: transform 0ms;
}

.child-icon .btn:hover {
    transform: translateY(0px);
}

.conversation-msg-full {
    margin-top: 20px;
    border-bottom: 1.5px solid #6e798a2e;
    margin-left: -12px;
}

.c-border {
    border-left: 1.5px solid #6e798a2e;
}

.parrent-3rd {
    display: flex;
    justify-content: space-between;
}

.parrent-2 {
    display: flex;
}

.conversation-text-2 {
    height: 465px;
}

.conversation-msg-full:last-child {
    border-bottom: none;
}

.conversation-sending {
    margin-right: 15px;
}

.conversation-sending .form-control {
    padding: 21px 0px 19px 20px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    border: none;
    background-color: #6e798a1c;
    margin-bottom: 30px;
    margin-top: 22px;
    height: 100%;
}

.conversation-sending .img-attecment {
    display: none;
}

.conversation-sending .form-control:focus {
    box-shadow: none;
    border-color: none;
}

.conversation-sending {
    position: relative;
}

.conversation-sending .sending {
    background-color: #b11a81;
    color: #fff;
    padding: 9px 19px;
    position: absolute;
    top: 8px;
    right: 15px;
}

.conversation-sending .sending a {
    color: #fff;
    text-decoration: none;
}

.conversation-sending .search-btn {
    position: absolute;
    top: 17px;
    right: 110px;
}

.conversation-sending .search-btn img {
    height: 20px;
    width: 9px;
    cursor: pointer;
}

/* scroll bar */
.conversation-body-scroll-bar {
    height: 480px;
    width: 100%;
    overflow: auto;
    scrollbar-color: #6e798a2a;
}

.conversation-fulllll-body textarea.form-control {
    min-height: calc(5.5em + (0.75rem + 2px));
}

.conversation-fulllll-body .form-control::placeholder {
    color: #fff;
}

.custom-login-btn {
    color: #fff !important;
}

.custom-login-btn:hover {
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important;
}

.custom-signup-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
}

.custom-signup-btn:hover {
    background-color: #eeecec !important;
    border: 1px solid #eeecec !important;
}

.empty-box {
    border-radius: 13px;
    padding: 20px 15px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.64);
    background: transparent !important;
}

.list-empty-box {
    border-radius: 10px;
    padding: 15px 15px;
    text-align: center;
}

.list-empty-box .icon {
    font-size: 28px;
    background: transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 11px;
    line-height: 38px;
    margin-bottom: 15px;
}

.list-empty-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-empty-box p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.forgot-request-container {
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 30px 10px !important;
    border-radius: 30px !important;
    margin-top: 6rem !important;
}

.content-area {
    padding-top: 3rem;
}


/* chatbot styles */


.chatbot-container {
    padding-top: 5rem;
}

.chat-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    position: relative;
    opacity: 0.8;
    z-index: 1;
    /* Added to fix overlay issues */
}

.heading {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(90deg, rgb(115, 34, 168) 0%, rgb(136, 55, 174) 100%);
    padding: 10px 15px;
    box-shadow: rgba(255, 249, 249, 0.84) 0px 0px 3px 0px;
}

.heading-area .main-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.heading-area .sub-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.heading-area .tags-text span {
    color: rgb(51, 15, 75);
    font-weight: 600;
    font-size: 13px;
}

.project-name {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}

.staff-details {
    width: 95%;
    margin: 0 auto;
}

.user-details {
    width: 95%;
    margin: 0 auto;
}

.new-chat {
    padding: 6px 8px;
    font-size: 18px;
    cursor: pointer;
    background: #511177 !important;
    color: white;
    border: 1px solid #ffffff85;
    border-radius: 8px;
    line-height: 18px;
}

.new-chat:hover {
    background: #51236c !important;
}

.staff-Chat-History .dropdown-button {
    padding: 6px 8px;
    font-size: 18px;
    cursor: pointer;
    background: #511177 !important;
    color: white;
    border: 1px solid #ffffff85;
    border-radius: 8px;
    line-height: 18px;
}

.staff-Chat-History .dropdown-button:hover {
    background: #51236c !important;
    cursor: pointer;
}


/* .inner-dropdown-content {
    opacity: 0;
    z-index: -100;
    transform: translateY();
} */
.staff-Chat-History .inner-dropdown-content {
    position: absolute;
    opacity: 0;
    top: -95px;
    right: -15px;
    min-width: 67.2rem;
    background-color: #e4d8ea;
    padding: 15px 15px;
    box-shadow: 0px 4px 4px 0px rgba(146, 82, 186, 0.57);
    border-radius: 0px 0px 13px 13px;
    z-index: -1;
    transition: all 0.7s;
    height: 145px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    scrollbar-width: none;
    scrollbar-color: #9756bb #ba92d25e;
}

.staff-Chat-History:hover .inner-dropdown-content {
    display: block;
    opacity: 1;
    top: 42px;
}

.chat-addition {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #9453bac9;
    background: #fff;
    border-radius: 8px;
    padding: 1px 6px;
    margin-bottom: 5px;
    box-shadow: 0px 1px 4px 0px rgba(146, 82, 186, 0.57);
}

.inner-dropdown-content .inner-content {
    display: inline-block;
    padding: 0px 3px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 5px;
}

.inner-dropdown-content .dropdown-menu {
    border-radius: 4px;
    min-width: 7rem !important;
    left: 41px !important;
    top: 2px !important;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* .chat-dropdown .btn {
    padding: 5px 5px !important;
} */

.chat-dropdown-menu li a {
    font-size: 13px;
    inset: 2px auto auto 43px !important;
}

.chat-box {
    padding: 20px 15px;
    width: 100%;
    height: 500px;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    z-index: -2;
}

.chat-box .staff-message {
    max-width: 550px;
    margin-right: 18%;
    margin-top: 15px;
}

.chat-box .staff-message p {
    background: #362c59fc;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    border-radius: 25px;
    color: #fff;
}

.chat-box .user-message {
    max-width: 550px;
    margin-left: 45%;
}

.chat-box .user-message p {
    background: #9252baeb;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 25px;
    margin-bottom: 10px !important;
    color: #fff;
}

.user-name {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.img-sm {
    width: 28px;
    height: 28px;
    /* margin: 0 7px; */
    border-radius: 100%;
    background-color: #fff;

}

.input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, rgb(115, 34, 168) 0%, rgb(136, 55, 174) 100%);
    padding: 15px 15px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 5px 0px;
    border-radius: 0 0 16px 16px;
}

.input-container input {
    background-color: transparent;
    border: 1px solid #b7b7b7;
    outline: none;
    color: #fff !important;
    font-weight: 500;
    width: 92%;
    border-radius: 24px;
}

.input-container input:focus {
    background-color: transparent;
    border: 1px solid #b7b7b7;
}

.input-container input::placeholder {
    color: #fff;
}

#send_icon {
    background-color: #E6E6FA !important;
    color: #731CA8;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 14px;
}

#send_icon:hover {
    background-color: #d4d4f8 !important;
    color: #922ad3;
}


.pointer {
    cursor: pointer;
}

.icon-fill {
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    margin: 0 3px;
    border-radius: 9px;
    border: none;
}

.icon-fill.copy-btn {
    background-color: var(--secondary-color) !important;
}

.icon-fill.copy-btn:hover {
    background-color: rgba(183, 19, 150, 0.97) !important;
}

.icon-fill.delete-btn {
    background-color: rgb(221, 50, 67) !important;
}

.icon-fill.delete-btn:hover {
    background-color: rgb(251, 62, 81) !important;
}

/* Added smoother hover transitions globally */
*:hover {
    transition: all 0.3s ease-in-out;
}

/* Media Queries */
@media screen and (max-width: 1320px) {
    .staff-Chat-History .inner-dropdown-content {
        min-width: 57.9rem;
    }

}

@media screen and (max-width: 1200px) {
    .staff-Chat-History .inner-dropdown-content {
        min-width: 57.8rem;
    }

    .chat-history-dropdown {
        padding: 5px 8px;
    }
}

@media screen and (max-width: 1024px) {
    .staff-Chat-History .inner-dropdown-content {
        min-width: 48.4rem;
    }

    .input-container input {
        width: 88%;
    }
}

@media screen and (max-width: 991px) {
    .staff-Chat-History .inner-dropdown-content {
        min-width: 35.95rem;
    }
}

@media screen and (max-width: 768px) {
    .staff-Chat-History .inner-dropdown-content {
        min-width: 35.9rem;
    }

    .chat-box .user-message {
        margin-left: 45%;
    }

    .chat-box .staff-message {
        margin-right: 45%;
    }
}

@media screen and (max-width: 576px) {
    .staff-Chat-History .inner-dropdown-content {
        min-width: 26.6rem;
    }

    .input-container input {
        width: 80%;
        margin-top: 8px;
    }

    .chat-box .user-message {
        margin-left: 18%;
    }

    .chat-box .staff-message {
        margin-right: 18%;
    }

    .inner-dropdown-content .dropdown-menu {
        width: 6rem !important;
    }

    .dropdown-item {
        padding: 4px 20px;
        text-align: start;
    }
}

@media screen and (max-width: 360px) {
    .staff-Chat-History .inner-dropdown-content {
        min-width: 17.2rem;
    }

    .input-container {
        align-items: start;
    }

    .input-container input {
        width: 91%;
    }

    .inner-input-container {
        flex-direction: column;
        justify-content: start;
        align-items: start !important;
    }

    #send_icon {
        margin-top: 8px;
    }

    #instruction-text {
        margin-left: 13px;
        margin-top: -4px;
        font-size: 12px;
    }

    .user-details {
        width: 100%;
    }

    .staff-details {
        width: 100%;
    }

    .user-name {
        font-size: 9px;
        margin-right: 4px;
    }

    .new-chat {
        padding: 6px 8px;
        font-size: 10px;
    }
    .heading h6{
        font-size: 14px;
    }
}

/* Added custom scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #9756bb;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: #ba92d25e;
}