.navbar-logo-height {
    height: 4em;
    object-fit: contain;
}

.surpass-new-button {
    text-decoration: none;
    color: #202020;
    font-weight: 900;
    background-color: #fff;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.surpass-new-button:hover {
    color: #fff;
    background-color: #2899e4;
}

.edit-profile-button {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background-color: #4ea3db;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

.edit-profile-button:hover {
    color: #fff;
    background-color: #2899e4;
}

.nav-text-dark {
    color: #002058;
    font-weight: 600;
    padding: 5px 20px;
    display: block;
}

.video-details h1 {
    color: #4ea3db;
    font-weight: 700;
    font-size: 3rem;
}

.video-details p {
    color: #000 !important;
    font-weight: 700;
    text-align: center;
}

.course-details-tabs {
    justify-content: space-between;
    background-color: #eaeaea;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem !important;
    border-radius: 7px;
}

.course-details-tabs li {
    text-align: center;
    display: inline-block;
    width: 25%;
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.tab-center-button {
    border-right: 1px solid #cfcfcf;
}

.course-details-tabs li button {
    /* background-color: hwb(203 84% 0%); */
    color: #202020;
    width: 90%;
    font-weight: 700;
}


.course-details-tabs li button:hover {
    background-color: #4ea3db !important;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #4ea3db !important;
    color: #fff;
}

.new-tab-faq-card {
    background-color: #f4f4f4;
    padding: 0.5rem 1rem;
    border-radius: 7px;
}

.faq-head-tab {
    /* border: 2px solid red; */
    margin-bottom: 30px !important;
    background-color: #fff;
    font-weight: 700;
    font-size: 1rem !important;
    color: #392c7d;
    padding: 0.75rem 1rem;
    border-radius: 12px;
}

.web-link-header {
    color: #4ea3db;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.web-link-header:hover {
    text-decoration: underline;
    color: #4ea3db;
}

.bell-icon-header {
    border: 1px solid #4ea3db;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    text-align: center;
    padding: 0.65rem;
}

.bell-icon-header i {
    color: #4ea3db;
    font-size: 1.5rem;
}

.login-logo-surpass {
    height: 4em;
}

.navbar-header {
    width: 1%;
}

.header-banner img {
    height: 100%;
    width: 100%;
}

.hp-banner {
    margin-top: 1rem !important;
}

/* .new-dashboard-image {
  padding: 40px 0;
  background: url("../img/bg/breadcrumb-bar-A.png.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 27em;
} */

.new-course-page-content {
    background: #fafafa;
    padding: 10px 0 60px !important;
}

.instructor-profile-section {
    background-color: #fff;
    padding: 1rem 1rem;
}

.product:hover .btn-primary {
    color: #fff;
    border: 1.5px solid #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.instructor-profile-section .instructors-widget {
    height: 100%;
    margin-bottom: 0 !important;
}

.instructor-profile-section .instructors-content {
    padding: 10px 20px !important;
}

.surpass-custom-table {
    /* border: 2px solid red !important; */
}

.surpass-custom-table .dt-search {
    margin-bottom: 1rem;
    text-align: end;
}

.surpass-custom-table .dt-info {
    font-size: 14px;
    font-weight: 600;
    color: #a49f9f !important;
    margin-top: 1rem;
    width: 50%;
    float: inline-start;
}

.surpass-custom-table .dt-paging {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
    width: 50%;
    text-align: end;
    float: inline-end;
}

.notify-user-details-box {
    border: 0.5px solid #efeff2;
    padding: 0.8rem 0.5rem;
}

.notify-user-details-box:hover {
    box-shadow: inset 1px 0px 10px #efeff2;
}

.notify-user-details-box p {
    margin-bottom: 0;
    color: #202020;
    font-weight: 700;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notify-user-details-box span {
    margin-bottom: 0;
    color: #9c9c9e;
    font-weight: 500;
    font-size: 11px;
}

.notifications-order-box {
    max-height: 20em;
    overflow: auto;
}

.notifications-order-box {
    max-height: 20em;
    overflow: auto;
}

.notifications-order-box::-webkit-scrollbar {
    width: 0px;
    background-color: #efeff2;
    border: 1px solid #b4b5ba;
    border-radius: 20%;
}

.chat-icon-pos {
    background-color: #4ea3db;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0.45rem 1rem;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-icon-pos img {
    margin-left: 10px;
}

.chat-icon-pos:hover {
    color: #fff;
    box-shadow: 0 0 10px #b4b5ba
}

.notification-icon-height img {
    height: 2em !important;
}

.marque-box {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: #4ea3db;
}

.marque-box span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.main-web-link {
    color: #fff;
    margin-right: 5px;
    text-decoration: underline;
}

.main-web-link:hover {
    color: #fff;
}

.text-blue {
    color: #4ea3db !important;
}

.courselist-main-box {
    box-shadow: 0 0 5px #efeff2 !important;
}

.courseslist-box {
    border-bottom: 1px solid #b4b5ba;
}

.courseslist-box a {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.courseslist-box a:hover .folder-text {
    color: #F8D775 !important;
}

.courseslist-box i {
    color: #F8D775;
    font-size: 1.75rem !important;
}

.folder-video-icon {
    display: inline-block;
    width: 5%;
}

.folder-video-icon i {
    color: red;
}

.folder-icon-box {
    display: inline-block;
    width: 5%;
}

.folder-text {
    font-weight: 600;
    color: #202020;
    display: inline-block;
    width: 95%;
}

.bottom-content-box {
    padding: 0.38rem;
    position: relative;
}



.course-list-outer-box {
    padding: 0.5rem;
    /* box-shadow: 0 0 10px #cdcdcd; */
}

.course-list-outer-box .folder-links:last-child {
    border-bottom: none;
}

.folder-links {
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.folder-links:hover {
    box-shadow: inset 0px 0px 6px #cdcdcd;
}

.folder-details {
    display: flex;
    width: 50%;
    align-items: center;
}

.folder-icons {
    height: 1.2em !important;
    object-fit: contain !important;
    display: flex;
    margin-right: 10px;
}

.folder-name {
    font-weight: 600;
    color: #202020;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.last-time-option {
    font-size: 15px;
    font-weight: 500;
    color: #999a9f;
    width: 25%;
}

.complete-button {
    /* background-color: green; */
    color: #fff;
    border-radius: 7px;
    /* padding: 0.25rem 0.75rem; */
}

.new-start-btn {
    position: absolute;
    top: 70%;
    left: 28%;
    color: #000000;
    font-weight: 700;
    font-size: 20px !important;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .navbar-logo-height {
        height: 2em;
    }

    .mobile-logo {
        height: 2.5em;
        width: 100%;
    }

    .folder-links {
        display: block;
    }

    .folder-name {
        margin: 0 5px;
    }

    .last-time-option {
        display: block;
        width: 100%;
        margin: 5px 0;
    }

    .folder-details {
        width: 100%;
    }
}

.text-red-600 {
    color: red;
}

.product-img img {
    height: 12em;
    object-fit: cover;
    background-color: #fafafa;
}

.feature-instructors .owl-carousel .owl-item img {
    height: 22em;

}

.instructors-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instructors-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-instructors .instructors-widget {
    height: 31em;
}

.star-rating i {
    color: #ccc;
    /* Empty stars color */
    font-size: 16px;
}

.star-rating i.filled {
    color: gold;
    /* Filled stars color */
}

.text-ellipse {
    white-space: nowrap !important;
    /* width: 10%; */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.full-width-center {
    width: 100%;
    text-align: center;
}

.dt-length label {
    margin-left: 3% !important;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.course-bread-crumb {
    margin-top: -2.5%;
}


.pdf-item {
    cursor: pointer;
}

#pdf-reader-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#pdf-reader-container {
    width: 80%;
    height: 80%;
    background: #fff;
}

.course-detail-section {
    margin-top: 2%;
}
