/* custom*/


@media (max-width: 768px) {
    .col-lg-6 {
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-bottom: -15px;
    }

    .col-lg-mobile0 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .col-lg-mobile1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}




.hidemobile {
    display: inline-block !important;
}

.showmobile {
    display: none !important;
}



.btn {
    border-radius: 0;
    padding: 0.5rem 3rem;
}

.btn-info {
    background: #5bbdeb;
}

.btn-info-invers {
    background: transparent;
    border-color: #5bbdeb;
    color: #5bbdeb;
}

    .btn-info-invers:hover,
    .btn-info-invers:focus {
        background: #5bbdeb;
        color: #fff;
    }
/*
	navbar mobile
*/

.mobile-header {
    display: none;
}

.navbar-toggler {
    line-height: 1.5;
}

.navbar-mobile {
    transition: all 0.3s ease;
}

    .navbar-mobile:after {
        position: fixed;
        content: "";
        z-index: 1030;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .navbar-mobile.show:after {
        opacity: 0.5;
    }

    .navbar-mobile .navbar-mobile-box {
        position: fixed;
        z-index: 99999;
        width: 300px;
        height: 100%;
        top: 0;
        right: -75%;
        visibility: hidden;
        background: transparent linear-gradient(130deg, #0f1f37 0%, #043f98 100%);
        color: #fff;
        transition: all 0.3s ease;
        overflow-x: scroll;
        margin: 0;
        -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
        box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    }

    .navbar-mobile.show .navbar-mobile-box {
        right: 0;
        visibility: visible;
    }

    .navbar-mobile .nav-link {
        padding: 1rem;
    }

    .navbar-mobile .dropdown-header {
        font-weight: bold;
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
    }

        .navbar-mobile .dropdown-header:last-child {
            border-bottom: transparent;
        }

    .navbar-mobile .dropdown-menu {
        padding: 15px;
    }

    .navbar-mobile a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: normal;
        font-size: 16px;
        transition: all 0.3s;
    }

.close {
    margin-top: 13px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    margin: 0;
}

.notesBTSelected {
    color: #5bbdeb;
    background-color: transparent;
    border: none;
    padding: 0.5rem 2rem;
    font-weight: 400;
    padding: 11px 12px;
    display: inline;
    font-size: 13px;
    border-bottom: 2px solid #5bbdeb !important;
}

.note-box .header {
    padding-bottom: 3rem !important;
    padding-top: 2rem !important;
}

.note-box-view:last-child {
    border: 0px !important;
}

.notesHeader {
    font-size: 13px;
}

.notesBT {
    color: #fff;
    background-color: transparent;
    border: 0px;
    font-weight: 400;
    padding: 11px 12px;
    display: inline;
    font-size: 13px;
}

    .notesBT:hover, .notesBTSelected:hover {
        color: #5bbdeb;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

/*------------------
		Top Navbar
		--------------------*/
.top-nav {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    transition: background 0.6s ease-in;
    z-index: 99999;
    padding: 1rem 0;
}

.logo {
    transition: all 0.5s ease;
}

.top-nav .nav .nav-link {
    position: relative;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    transition: all 0.5s ease;
}

    .top-nav .nav .nav-link.active,
    .top-nav .nav .nav-link:hover,
    .top-nav .nav .nav-link:focus {
        color: #5f85b2;
    }

.dropdown-toggle::before {
    display: inline-block;
    margin-left: 0.55em;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    float: none;
    top: 57px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    margin: 0;
    padding: 1rem 0;
    min-width: 250px;
    background: #143765;
    border: none;
    border-radius: 0;
    box-shadow: 0px 5px 20px #00000026;
    border: 1px solid #325680;
}

    .dropdown-menu::before {
        position: absolute;
        content: "";
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #143765;
        z-index: 1;
    }

    .dropdown-menu::after {
        position: absolute;
        content: "";
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #325680;
        z-index: 0;
    }

    .dropdown-menu .dropdown-item {
        padding: 0.5rem 1rem;
        color: #fff;
        font-size: 16px;
    }

        .dropdown-menu .dropdown-item:focus,
        .dropdown-menu .dropdown-item:hover {
            color: #fff;
            background-color: rgba(91, 189, 235, 0.3);
        }

.theme .dropdown-item:focus,
.theme .dropdown-item:hover {
    color: transparent;
    background-color: transparent;
}

.theme .dropdown-toggle::before {
    display: none;
}

.dropdown-menu .dropdown-item img {
    min-width: 32px;
    margin-left: 15px;
}

.dropdown-divider {
    border-top: 1px solid #274b76;
    margin: 0.5rem 1rem;
}

.top-nav .user-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #5bbdeb;
}

.search-box .form-control::placeholder {
    color: #5f85b2;
}

.search-box .form-control,
.search-box .input-group-text {
    background-color: transparent;
    border: none;
    height: 40px;
    box-shadow: none;
    color: #fff;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    padding-right: 40px;
}

.search-box {
    border: 1px solid #325680;
    border-radius: 2px;
    background-color: rgba(50, 86, 128, 0.2);
}

.light-mode .search-box {
    border: 1px solid #325680;
    border-radius: 2px;
    background-color: rgba(255,255,255, 0.2);
}

.modal {
    z-index: 99999;
    background: rgba(8, 16, 28, 0.85);
    text-align: center;
}

    .modal .modal-dialog {
        margin-top: 7%;
    }

    .modal .modal-header {
        border-bottom: none;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .modal .modal-content {
        border-radius: 0;
        background: #143765;
        box-shadow: 0px 10px 25px #00000040;
    }

        .forget-password .input-group,
        .modal .modal-content .input-group {
            align-items: center;
            margin-bottom: 15px;
        }

            .forget-password .input-group .input-group-addon,
            .modal .modal-content .input-group .input-group-addon {
                position: absolute;
                right: 10px;
            }

        .forget-password .form-control,
        .modal .modal-content .form-control {
            min-height: 56px;
            color: #fff;
            background: transparent;
            border: 1px solid #325680;
            box-shadow: none;
            padding-right: 40px;
        }

            .forget-password.form-control:focus,
            .modal .modal-content .form-control:focus {
                box-shadow: none;
                background: rgba(40, 96, 159, 0.3);
                border-color: transparent;
            }

            .forget-password .form-control::placeholder,
            .modal .modal-content .form-control::placeholder {
                color: #5f85b2;
            }

    .modal button.close {
        color: #fff;
        opacity: 1;
        float: left;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .modal .forget-password {
        color: #5f85b2;
        font-size: 16px;
        display: block;
        padding: 1rem 0;
    }

        .modal .forget-password:hover {
            color: #fff;
        }

    .modal .new-user-link {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

.btn-light {
    color: #fff;
    background-color: transparent;
    border-color: #325680;
}

.active-nav {
    position: fixed;
    -webkit-animation: navbar-animation 0.6s;
    animation: navbar-animation 0.6s;
    padding: 0;
    background: transparent linear-gradient(130deg, #0f1f37 0%, #043f98 100%);
}

@-webkit-keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/*------------------
		header-main
		--------------------*/
.header-main {
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: transparent;
    background-image: linear-gradient(130deg, #0f1f37 0%, #043f98 100%);
    color: #fff;
}

.header-main-box {
    position: relative;
}

    .header-main-box .background-pic {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .header-main-box .header-box {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 3;
        padding-top: 12rem;
        width: 100%;
    }

        .header-main-box .header-box .title {
            font-size: 130px;
            font-weight: bolder;
            color: #ffffff;
            margin-top: -21px;
            text-shadow: 0px 20px 20px #00000040;
        }

        .header-main-box .header-box .description {
            font-size: 26px;
            letter-spacing: 0px;
            color: #ffffff;
            margin-bottom: 0;
            text-shadow: 0px 5px 10px #00000066;
        }

        .header-main-box .header-box .btn-video {
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
            margin-top: 9rem;
        }

            .header-main-box .header-box .btn-video span {
                background-color: rgba(40, 96, 159, 0.4);
                color: #B4B4B4;
                width: 120px;
                height: 50px;
                line-height: 50px;
                margin-left: -1px;
                transition: all 0.3s ease;
            }

            .header-main-box .header-box .btn-video:hover span {
                background-color: #5bbdeb;
                color: #fff;
            }

            .header-main-box .header-box .btn-video i {
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background-color: #5bbdeb;
                color: #fff;
            }

.design-box {
    margin-top: 100px;
    align-items: center;
}

    .design-box .box {
        padding: 10px;
        width: 100%;
        height: 160px;
        background: rgba(40, 96, 159, 0.3);
        text-align: center;
        transition: all 0.3s ease;
        margin-bottom: 1rem;
    }

        .design-box .box:hover {
            transform: scale(1.1);
            background: rgba(40, 96, 159, 0.7);
            border-radius: 6px;
        }
        /*
.design-box .box-bg{
    width: 300px;
    height: 300px;
}
*/
        .design-box .box img {
            margin: 0 auto 1rem;
            height: 70px;
        }

        .design-box .box p {
            font-size: 18px;
        }

        .design-box .box .course-count {
            font-size: 15px;
            color: #b4b4b4;
            margin-bottom: 0;
        }

    .design-box .box-1 {
        color: #ff4a9e;
    }

    .design-box .box-2 {
        color: #5bbdeb;
    }

    .design-box .box-3 {
        color: #fff;
    }

#home_programs {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #5bbdeb;
    border-color: #5bbdeb;
}

.design-box .box-4 {
    color: #00c4ff;
}

.design-box .box-5 {
    color: #4bffc1;
}

.design-box .box-6 {
    color: #c56aff;
}

.design-box .box-7 {
    color: #fe91ca;
}

.sub-header {
    width: 100%;
    min-height: 270px;
    background-image: url(../img/pic-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .sub-header::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(15, 31, 55, 0.8);
    }

    .sub-header .header-box .title {
        font-size: 60px;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


/*------------------
	section-title
	--------------------*/

.section-title {
    padding: 0 0 40px;
}

    .section-title .title {
        padding: 0;
        margin: 0;
        color: #fff;
    }

/*------------------
	Course Section
	--------------------*/
.course {
    background: transparent linear-gradient(133deg, #0f1f37 0%, #043f98 100%);
}

.course-box {
    all: unset;
    position: relative;
    background: rgba(40, 96, 159, 0.3);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}

    .course-box:hover {
        background: rgba(40, 96, 159, 0.7);
        transform: translateY(-10px);
    }

    .course-box .course-box-pic {
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

.course-box2 .course-box-pic {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.course-box .course-box-pic-wt {
    height: 300px;
}

.course-box2 .course-box-pic-full {
    height: 100%;
    padding: 24px;
    background: #285F9F 0% 0% no-repeat padding-box;
    background-color: rgba(40,95,159,.3);
    padding-top: 20px;
}

.course-box2 .main-pic {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.course-box2 .wt_likes {
    background: #204c77 14% 25% no-repeat padding-box;
    background-color: rgba(40,95,159,.5);
    padding: 8px 12px;
    float: left;
}

    .course-box2 .wt_likes span {
        color: #fff;
        font-weight: normal;
        font-size: 16px;
    }

.course-box2 .wt_name {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    padding-bottom: 27px;
    padding-top: 5px;
}

.course-box2 {
    margin-top: 80px;
}

.course-box .course-box-pic .main-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.course-box:hover .course-box-pic .main-pic {
    transform: scale(1.2);
}

.course-box .course-box-pic.deploum .deplouma {
    position: absolute;
    top: 1rem;
    padding-left: 1rem;
    color: #fff;
    background: #5bbdeb;
    border: 2px solid #ffffff;
    padding: 0.5rem 1rem;
    font-size: 14px;
    transition: all 0.3s ease;
    z-index: 3;
}

.course-box:hover .course-box-pic.deploum .deplouma {
    color: #5bbdeb;
    background: #fff;
}

.course-box .course-box-pic.deploum::after {
    position: absolute;
    content: "";
    width: 110px;
    height: 41px;
    top: 0.65rem;
    left: 0.65rem;
    color: #fff;
    background: #5bbdeb;
    border: 2px solid #ffffff;
    z-index: 2;
}

.course-box .course-box-pic .offer-box {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
}

    .course-box .course-box-pic .offer-box .offer {
        display: block;
        color: #fff;
        background: #ff2d55;
        /* border: 2px solid #FFFFFF; */
        padding: 0.5rem 1rem;
        font-size: 16px;
        transition: all 0.3s ease;
    }

.course-box:hover .course-box-pic .offer-box .offer {
    color: #ff2d55;
    background: #fff;
}

.course-box .course-box-pic .offer-box .to {
    display: none;
    color: #ff2d55;
    background: #fff;
    border: 2px solid #ffffff;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    transition: all 0.3s ease;
}

.course-box .course-box-pic .course-category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
}

    .course-box .course-box-pic .course-category li {
        margin-right: 5px;
    }

.course-box2 .course-box-pic .course-category {
    position: absolute;
    left: 37px;
    bottom: 35px;
    z-index: 3;
}

    .course-box2 .course-box-pic .course-category li {
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }

.course-box .course-box-content {
    padding: 1rem;
}

    .course-box .course-box-content .title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 6px;
        min-height: 75px;
    }

.col-lg-6 .course-box .course-box-content .title {
    min-height: 99px;
}

.course-box .course-box-content .title-height-auto {
    min-height: 7px;
}

.course-box .course-box-content .trainer-name {
    font-size: 14px;
    color: #5f85b2;
    margin-bottom: 0;
}

.course-box .course-box-content .course-star {
    padding: 0px 0px 10px 0px;
    font-size: 12px;
}

.course-box .course-box-content .price {
    color: #5bbdeb;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}

.linkCopyed {
    display: none;
    color: #fff;
    position: fixed;
    bottom: 9px;
    right: 41px;
    z-index: 10000000;
    background: #143765;
    padding: 9px 32px;
    border-radius: 5px;
    font-size: 14px;
}

.course-box .course-box-content .priceWt {
    color: #98B1D0;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 80%;
}
/*.course-box .course-box-content .price .old-price{
    color: #fff;
    position: relative;
    margin-left: .5rem
}
.course-box .course-box-content .price .old-price:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background: red;
    transform: translateY(-50%);
}*/
/*.old-price {
  color: #fff;
  position: relative;
  margin-left: 0.5rem;
}*/
/*.old-price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background: red;
  transform: translateY(-50%);
}*/
.course-box .course-box-content .soon {
    font-size: 20px;
    color: #ff2d55;
}

.course-box .course-box-content .trainer-won {
    margin-top: 1rem;
    margin-bottom: 0;
    border-top: 1px solid #264e80;
    font-size: 18px;
    color: #fff;
    padding: 1rem 0;
}

.course-box .course-box-content .course-star li {
    margin-left: 5px;
    color: #ffa619;
}

    .course-box .course-box-content .course-star li.user-count {
        color: #fff;
    }

.light-mode .course-box .course-box-content .course-star li.user-count {
    color: #000;
}

.course-box .course-box-content .btn-light {
    border-color: #5bbdeb;
}

.nav-followers {
    padding-left: 10px;
}

    .nav-followers .nav-item {
        margin-left: -10px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        padding: 0;
    }

        .nav-followers .nav-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

        .nav-followers .nav-item span {
            font-size: 14px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            background: #eee;
            color: #5f85b2;
        }

/*------------------
	Course View
	--------------------*/

.course-view {
    position: relative;
    padding-top: 10rem;
    background: transparent linear-gradient(150deg, #0f1f37 0%, #043f98 100%);
    z-index: 1;
}

    .course-view:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/course-view.png) no-repeat;
        background-size: contain;
        z-index: -1;
    }

    .course-view .course-box:hover {
        transform: translateY(0);
    }

    .course-view .course-box {
        background: transparent;
    }

        .course-view .course-box .course-box-content .main-title {
            font-size: 26px;
        }

            .course-view .course-box .course-box-content .main-title .bookmark {
                font-size: 16px;
                color: #fff;
                font-weight: 100;
            }

                .course-view .course-box .course-box-content .main-title .bookmark i {
                    color: #476996;
                }

.course-info-head {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
    padding: 15px;
    background: rgba(40, 95, 159, 0.5);
}

    .course-info-head .nav-link {
        color: #fff;
    }

.course-info {
    padding: 1rem;
    background: rgba(40, 96, 159, 0.3);
}

.course-info-box {
    padding: 1rem;
}

    .course-info-box h5 {
        color: #5bbdeb;
        margin-bottom: 1rem;
    }

    .course-info-box p {
        color: #fff;
    }

.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #fff;
}

.tooltip-inner {
    color: #000;
}

.light-mode .tooltip-arrow,
.light-mode .tooltip > .tooltip-inner {
    background-color: #000;
}

.light-mode .tooltip-inner {
    color: #fff;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
}

.light-mode .bs-tooltip-auto[x-placement^="top"] .arrow::before,
.light-mode .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
        margin-left: 0.5rem;
    }

        .rating-stars ul > li.star > i {
            font-size: 16px;
            color: rgba(255, 205, 54, 0.8);
        }

        .rating-stars ul > li.star.hover i {
            color: #ffcc36;
        }

        .rating-stars ul > li.star.selected i {
            color: #ff912c;
        }

.evaluation-form .form-control {
    background-color: transparent;
    border-color: #5bbdeb;
    padding: 1rem;
    color: #fff;
}

    .evaluation-form .form-control::placeholder {
        color: #5bbdeb;
    }

.course-view-box {
    padding: 1rem;
    color: #fff;
    background: rgba(40, 96, 159, 0.3);
    margin-bottom: 30px;
    padding-bottom: 3px;
}

.registerdiploma {
    background: transparent !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.course-view-box h2 {
    padding: 0;
}

.course-view-box h5 {
    font-size: 18px;
    padding: 0.5rem 0;
    color: #5bbdeb;
}

.media-trainer {
    align-items: center;
    margin-bottom: 15px;
}

    .media-trainer .media-trainer-pic {
        min-width: 54px;
        max-width: 54px;
        height: 54px;
        overflow: hidden;
    }

    .media-trainer.program .media-trainer-pic {
        min-width: 33px;
        max-width: 33px;
        height: 40px;
        overflow: hidden;
        margin-left: 25px;
    }

    .media-trainer .media-trainer-pic img {
        width: 100%;
        height: 100%;
    }

    .media-trainer .media-trainer-name {
        padding: 0 5px 0px 20px;
        width: 100%;
    }

        .media-trainer .media-trainer-name p {
            margin-bottom: 0;
        }

            .media-trainer .media-trainer-name p span {
                color: #5bbdeb;
            }

        .media-trainer .media-trainer-name .name {
            font-size: 14px;
            color: #fff;
        }

        .media-trainer .media-trainer-name .job {
            font-size: 12px;
            color: #5f85b2;
        }

    .media-trainer .media-trainer-btn {
        width: 32px;
        height: 32px;
        line-height: 32px;
        display: block;
    }

        .media-trainer .media-trainer-btn:hover svg .b,
        .media-trainer .media-trainer-btn:hover svg .c {
            stroke: #fff;
        }

.comments .media-trainer .media-trainer-pic {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    overflow: hidden;
}

.comments .media-trainer .media-trainer-name {
    min-width: 150px;
}

.comments .comment-text {
    font-size: 14px;
}

/*------------------
	Trainer
	--------------------*/
.trainer {
    background: transparent linear-gradient(112deg, #0f1f37 0%, #043f98 100%);
}

.trainer-box {
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background: rgba(40, 96, 159, 0.3);
}

    .trainer-box:hover {
        background: rgba(40, 96, 159, 0.7);
        transform: translateY(-10px);
    }

    .trainer-box .trainer-box-pic {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

        .trainer-box .trainer-box-pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .trainer-box .trainer-box-content {
        padding: 1rem;
        text-align: center;
    }

        .trainer-box .trainer-box-content .trainer-name {
            color: #ffffff;
            font-size: 18px;
        }

        .trainer-box .trainer-box-content .trainer-job {
            color: #5f85b2;
            font-size: 14px;
            margin-bottom: 0;
            padding: 0;
            min-height: 60px;
        }

        .trainer-box .trainer-box-content .trainer-social-media a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #5f85b2;
            transition: all 0.3s ease;
        }

            .trainer-box .trainer-box-content .trainer-social-media a:hover {
                color: #fff;
            }

/*------------------
	Footer
	--------------------*/
.footer {
    background-color: #0B264E;
    padding: 5rem 0;
}

.footer-list li a {
    display: block;
    color: #fff;
}

    .footer-list li a:hover {
        color: #ccc;
    }

    .footer-list li a.text-primary {
        color: #325680;
    }

.footer-social-media li a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 00.3s ease;
}

    .footer-social-media li a:hover {
        transform: scale(1.1);
    }

.footer .copyright {
    color: #5f85b2;
    text-align: center;
    font-size: 16px;
    padding: 3rem 0 0;
    margin-bottom: 0;
}

    .footer .copyright a {
        color: #5f85b2;
    }

        .footer .copyright a:hover {
            color: #fff;
        }

/*------------------
	Nav Course
	--------------------*/
.nav-course {
    background-color: #184886;
}

    .nav-course ul li a {
        position: relative;
        color: #fff;
        padding: 1rem 2rem;
    }

    .nav-course ul.fillter li a {
        padding: 1rem;
    }

        .nav-course ul.fillter li a.current {
            color: #5bbdeb;
            border-bottom: 2px solid #5bbdeb;
        }

    .nav-course ul.category li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 30px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: #2e5380;
    }

    .nav-course ul.category li:last-child:after {
        display: none;
    }

    .nav-course .dropdown-toggle::after {
        display: inline-block;
        margin-right: 0.55em;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        border: none;
        vertical-align: middle;
    }

    .nav-course .dropdown-toggle::before {
        display: none;
    }

/*------------------
	profile
	--------------------*/
.profile {
    padding-top: 200px;
}

    .profile .profile-box-pic {
        background: rgba(40, 96, 159, 0.5);
        padding: 2rem;
    }

        .profile .profile-box-pic .media-trainer .media-trainer-pic {
            min-width: 60px;
            max-width: 60px;
            height: 60px;
        }

            .profile .profile-box-pic .media-trainer .media-trainer-pic.svg-icon {
                background-color: rgb(91, 189, 235);
                padding: 1rem;
            }

        .profile .profile-box-pic .media-trainer .media-trainer-name .name {
            font-size: 22px;
        }

    .profile .profile-box-list {
        background: rgba(40, 96, 159, 0.3);
        padding: 2rem;
    }

        .profile .profile-box-list .nav-link {
            position: relative;
            font-size: 16px;
            color: #5f85b2;
            border-bottom: 1px solid #264e80;
            display: block;
            padding: 1rem 0;
            transition: all 0.3s ease;
        }

            .profile .profile-box-list .nav-link svg .b,
            .profile .profile-box-list .nav-link svg .c {
                stroke: #5f85b2;
                transition: all 0.3s ease;
            }

            .profile .profile-box-list .active .nav-link,
            .profile .profile-box-list .nav-link:hover,
            .profile .profile-box-list .nav-link:focus {
                color: #fff;
            }

                .profile .profile-box-list .active .nav-link::after {
                    position: absolute;
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    content: "\f104";
                    left: 0rem;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #fff;
                }

                .profile .profile-box-list .active .nav-link svg .b,
                .profile .profile-box-list .active .nav-link svg .c,
                .profile .profile-box-list .nav-link:hover svg .b,
                .profile .profile-box-list .nav-link:hover svg .c,
                .profile .profile-box-list .nav-link:focus svg .b,
                .profile .profile-box-list .nav-link:focus svg .c {
                    stroke: #fff;
                }

        .profile .profile-box-list li:last-child .nav-link {
            border-bottom: none;
        }

.chat-count {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #d54b65;
    color: #fff;
    margin-right: 1rem;
}

.btn-info:hover, .btn-primary:hover {
    background: #42B4EA;
}

.removemargin {
    margin-bottom: 0px !important;
}

.manageratingButtons {
    text-align: center;
}

.manageinfoButtons {
    text-align: center;
    background: transparent !important;
    margin-bottom: 0px;
    padding: 15px;
}

.programsDiploma {
    padding: 10px 20px 0px 0px;
    margin: 0px;
}

.loadMoreBtnRating {
    color: #fff;
}

.light-mode .loadMoreBtnRating {
    color: #000;
}

.light-mode svg path, .light-mode svg ellipse {
    stroke: #000;
}

.loadMoreBtnRating:hover {
    color: #42B4EA;
}

.black-mode .tab-content {
    background: #1a1a1c;
}

.display3rows {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 178px;
    background: -webkit-linear-gradient(top,#eee 62%, #123e79) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.black-mode .display3rows {
    background: -webkit-linear-gradient(top,#eee 62%, #333) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.light-mode .display3rows {
    background: -webkit-linear-gradient(top,#333 62%, #eee) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.profile-box-content-header {
    background: rgba(40, 96, 159, 0.5);
    padding: 1rem;
    font-size: 22px;
    color: #fff;
}

    .profile-box-content-header span {
        color: #5bbdeb;
    }

    .profile-box-content-header svg .b,
    .profile-box-content-header svg .c {
        stroke: #fff;
    }

.profile-box-content {
    padding: 1rem;
    background: rgba(40, 96, 159, 0.3);
}

    .profile-box-content .course-box:hover {
        transform: none;
    }

.chat-box {
    padding: 1rem;
    background: rgba(40, 96, 159, 0.3);
}

.progress {
    height: 0.5rem;
    background-color: #5f85b2;
    border-radius: 5rem;
    margin-bottom: 0.5rem;
}

.deplome-section {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

    .deplome-section .progress {
        direction: ltr;
    }

    .deplome-section li {
        position: relative;
        margin-bottom: 10px;
    }

        .deplome-section li::after {
            position: absolute;
            content: "";
            width: 5px;
            height: 10px;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            background: #5f85b2;
        }

        .deplome-section li.start {
            border: 3px solid #325680;
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            text-align: center;
        }

            .deplome-section li.start::after {
                height: 13px;
                bottom: -13px;
            }

.progress-text {
    color: #79e38b;
}

.course-view .course-box-min .course-box-pic {
    height: 140px;
}

.course-view .course-box-min .course-box-content .title {
    font-size: 14px;
}

.course-box-v {
    display: flex;
}

    .course-box-v .course-box-pic {
        width: 150px;
        height: 150px;
    }

    .course-box-v .course-box-content {
        text-align: right;
    }

.pay-method {
    overflow: hidden;
}

    .pay-method svg {
        fill: #fff;
        width: 55px;
    }

input[type="checkbox"],
input[type="radio"] {
    box-shadow: none;
}

.custom-control {
    margin-bottom: 1rem;
    border: 1px solid #325680;
    padding: 0.5rem 1rem;
    text-align: right;
    color: #fff;
    padding-right: 2rem;
}

.custom-control-label {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

    .custom-control-label::before {
        background-color: transparent;
        border-color: #325680;
    }

.is-active .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #4cd964;
}

.is-active .custom-control-label::after,
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 9px;
    top: 6px;
    text-align: center;
    background: none;
    box-shadow: none;
}

.is-active .custom-control {
    background: #285f9f80;
    border: 2px solid #5bbdeb;
}

.social-media-share .nav-link {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #5f85b2;
    transition: all 0.3s ease;
}

    .social-media-share .nav-link:hover {
        color: #fff;
        transform: scale(1.1);
    }

/*------------------
	Media Query
	--------------------*/

.playlist-video {
    background-color: #143765;
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

    .playlist-video .video-box {
        display: block;
        width: 800px;
        height: 450px;
    }

.vjs-theme-sea .vjs-big-play-button {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: rgba(40, 95, 159, 0.8);
    border: none;
    line-height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    border-radius: 0;
}

.playlist-video .video-js {
    width: 725px;
    height: 410px;
}

.playlist-video .list-box {
    width: 400px;
    min-height: 450px;
    padding: 1rem;
    overflow-y: scroll;
    scrollbar-color: rgba(40, 96, 159, 0.3) transparent;
    scrollbar-width: thin;
}

    .playlist-video .list-box::-webkit-scrollbar {
        width: 5px;
    }

    .playlist-video .list-box::-webkit-scrollbar-track {
        background: transparent;
    }

    .playlist-video .list-box::-webkit-scrollbar-thumb {
        background: rgba(40, 96, 159, 0.3);
    }

    .playlist-video .list-box .list-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #5f85b2;
        border-bottom: 1px solid #325680;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

        .playlist-video .list-box .list-head .title {
            color: #fff;
            margin-bottom: 0;
        }

        .playlist-video .list-box .list-head .time {
            margin-bottom: 0;
        }

.no-video {
    width: 725px;
    text-align: center;
}

    .no-video .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-radius: 50%;
        margin: 2rem auto;
        color: #fff;
        background: #5bbdeb;
    }

#accordion .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 1rem;
    background: rgba(40, 96, 159, 0.3);
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0px;
}

#accordion .panel-title {
    margin-bottom: 0;
    padding: 0;
}

    #accordion .panel-title a {
        display: block;
        background: transparent;
        font-size: 16px;
        color: #fff;
        position: relative;
        transition: all 0.5s ease 0s;
    }

        #accordion .panel-title a.collapsed {
            box-shadow: none;
            color: #fff;
        }

            #accordion .panel-title a:before,
            #accordion .panel-title a.collapsed:before {
                content: "\f067";
                font-family: "Font Awesome 5 Free";
                font-size: 15px;
                color: #fff;
                text-align: center;
                position: absolute;
                top: 0;
                left: 0;
                transform: rotate(135deg);
                transition: all 0.3s ease 0s;
            }

            #accordion .panel-title a.collapsed:before {
                color: #fff;
                transform: rotate(0);
            }

#accordion .panel-body {
    padding-top: 1rem;
    border: none;
    font-size: 14px;
    color: #5f85b2;
    line-height: 27px;
}

.list-play {
    align-items: center;
    color: #5f85b2;
    margin-bottom: 5px;
    display: block;
}

    .list-play .icon {
        display: inline-block;
        float: right;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        text-align: center;
        margin-left: 10px;
    }

        .list-play .icon.play {
            border: 1px solid #5f85b2;
        }

    .list-play .title {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .list-play.active,
    .list-play.play-now,
    .list-play:hover,
    .list-play:focus {
        color: #fff !important;
    }

        .list-play.active .icon.play,
        .list-play.play-now .icon.play {
            border: 1px solid #fff;
            color: #5bbdeb;
            background-color: #fff;
        }

.mobile-header .dropdown-toggle::before {
    display: none;
}

/*------------------
	Config
	--------------------*/

.form .form-group {
    align-items: center;
}

.form label {
    font-size: 14px;
    color: #5f85b2;
}

.form .form-control {
    height: 50px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #325680;
    box-shadow: none;
    color: #ffffff;
}

    .form .form-control:focus {
        background-color: #325680;
    }

    .form .form-control::placeholder {
        color: #5bbdeb;
    }

.form .btn-light {
    min-height: 50px;
    line-height: 50px;
    padding: 0rem;
    font-size: 14px;
    border: 1px solid #5bbdeb;
}

.userpic {
    width: 100px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    margin: auto;
    background-color: #5bbdeb;
}

/*------------------
	tab-contents
	--------------------*/
.tab-contents .title {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}

.tab-contents .form label {
    font-weight: 300;
    color: #fff;
}

.tab-contents .form .file-upload,
.tab-contents .form .form-control {
    border: 1px solid #325680;
}

.tab-contents .form .file-upload {
    text-align: center;
    line-height: 40px;
}

.tab-contents .form .form-control:focus {
    border: 1px solid #5bbdeb;
}

.tab-contents .form .form-control:focus {
    border: 1px solid #5bbdeb;
}

.tab-contents .form .form-control::placeholder {
    color: #5f85b2;
}

/*------------------
	search-header-box
	--------------------*/

.search-header-box {
    padding: 0 1rem;
    background: #5bbdeb33;
    border: 1px solid #5bbdeb;
    color: #fff;
    font-size: 16px;
}

    .search-header-box .form-control {
        border-radius: 0;
        border: none;
        background-color: transparent;
        color: #fff;
        box-shadow: none;
    }

        .search-header-box .form-control::placeholder {
            color: #fff;
        }

/*------------------
	Chat
	--------------------*/

.msg_history {
    height: 400px;
    padding: 1rem;
    overflow-y: scroll;
    background: rgba(40, 96, 159, 0.3);
    overflow-y: scroll;
    scrollbar-color: rgba(40, 96, 159, 0.3) transparent;
    scrollbar-width: thin;
}

    .msg_history::-webkit-scrollbar {
        width: 5px;
    }

    .msg_history::-webkit-scrollbar-track {
        background: transparent;
    }

    .msg_history::-webkit-scrollbar-thumb {
        background: rgba(40, 96, 159, 0.3);
    }

.start_chat {
    display: flex;
    justify-content: center;
    color: #5f85b2;
    padding: 1rem;
}

.incoming_msg,
.outgoing_msg {
    display: flex;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.incoming_msg {
    justify-content: flex-end;
}

    .outgoing_msg .outgoing_msg_img,
    .incoming_msg .incoming_msg_img {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background-color: #5bbdeb;
        text-align: center;
    }

        .outgoing_msg .outgoing_msg_img img,
        .incoming_msg .incoming_msg_img img {
            max-width: 100%;
        }

    .incoming_msg .received_msg,
    .outgoing_msg .sent_msg {
        width: 80%;
        padding: 1rem;
        color: #fff;
    }

    .incoming_msg .received_msg {
        margin-left: 1rem;
        background: rgba(40, 96, 159, 0.2);
    }

.outgoing_msg .sent_msg {
    margin-right: 1rem;
    border: 1px solid #325680;
}

.type_msg {
    border-top: 1px solid #325680;
    background: rgba(40, 96, 159, 0.3);
    padding: 1rem;
    display: flex;
}

    .type_msg .write_msg {
        height: 56px;
        background: rgba(40, 96, 159, 0.3);
        color: #fff;
        box-shadow: none;
        border: none;
        margin-left: 1rem;
    }

        .type_msg .write_msg::placeholder {
            color: #5f85b2;
        }

    .type_msg .msg_send_btn {
        height: 56px;
        line-height: 56px;
        background-color: transparent;
        border: 1px solid #5bbdeb;
        color: #5bbdeb;
        padding: 0 2rem;
    }

        .type_msg .msg_send_btn:hover,
        .type_msg .msg_send_btn:focus {
            background-color: #5bbdeb;
            color: #fff;
        }

/*-------------------
    contact-box
    -------------------*/
.contact-box {
    margin-bottom: 1rem;
    display: flex;
}

    .contact-box .contact-box-icon {
        width: 48px;
        height: 48px;
        line-height: 44px;
        border: 2px solid transparent;
        font-size: 20px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        position: relative;
        border-radius: 6px;
        transition: all 0.3s ease 0s;
    }

    .contact-box:hover .contact-box-icon {
        color: #5f85b2;
        background: #fff;
    }

    .contact-box .contact-box-content {
        padding: 0 1rem;
    }

    .contact-box .title {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0rem;
    }

    .contact-box .description {
        font-size: 14px;
        color: #fff;
    }

    .contact-box:hover .title {
        color: #5f85b2;
    }

.contact-social-media li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 0.5rem;
}

    .contact-social-media li a:hover {
        background: rgba(255, 255, 255, 1);
        color: #5f85b2;
    }

.container {
    padding-right: 0px;
    padding-left: 0px;
}
/*------------------
	Media Query
	--------------------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1155px;
    }
}

@media only screen and (max-width: 990px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 980px) {
}

@media all and (max-width: 992px) {
    .top-nav {
        display: none;
    }

    .mobile-header {
        display: block;
    }
}

.header-main-box .header-box .title {
    font-size: 60px;
}

@media all and (max-width: 768px) {
    .btn {
        padding: 0.5rem 1rem;
    }

    .playlist-video {
        display: block;
        width: 100%;
        height: auto;
    }

        .playlist-video .video-box,
        .playlist-video .video-js {
            width: 100%;
            min-height: 100%;
            height: 200px;
        }

        .playlist-video .list-box {
            width: 100%;
        }

        .playlist-video .video-box iframe,
        .playlist-video .video-js iframe {
            height: 296px !important;
        }

    .dropdown-menu {
        float: none;
        top: 57px !important;
        left: auto !important;
        transform: translate(-0%, 0) !important;
        min-width: 200px;
        padding: 0;
    }

        .dropdown-menu .dropdown-item {
            font-size: 14px;
        }

        .dropdown-menu::before {
            left: 85%;
        }

    .header-main-box .header-box {
        padding-top: 7rem;
    }

        .header-main-box .header-box .btn-video {
            margin-top: 4rem;
        }

    .showmobile {
        display: inline-block !important;
    }

    .hidemobile {
        display: none !important;
    }


    .header-main-box .header-box .title {
        font-size: 40px !important;
    }

    .course, .header-main {
        overflow: hidden;
    }

    .sub-header {
        min-height: 240px;
    }

    .header-main-box .header-box .description {
        font-size: 20px;
    }

    .footer .copyright {
        font-size: 13px;
        padding: 1rem 0 0;
    }
}

@media (max-width: 580px) {
}

@media (max-width: 420px) {
    .playlist-video .video-box,
    .playlist-video .video-js {
        height: 205px;
    }

        .playlist-video .video-box iframe,
        .playlist-video .video-js iframe {
            height: 204px !important;
        }
}

@media (max-width: 1025px) {
    .playlist-video .list-box {
        width: 100%;
    }
}

/*
	light-mode
*/
.light-mode .text-white {
    color: #0f1f37 !important;
}

.light-mode .header-main {
    background-color: #fff;
    background-image: none;
}

.light-mode section {
    background: #fff;
    color: #0f1f37;
}

.light-mode .top-nav .nav .nav-link {
    color: #0f1f37;
}

    .light-mode .top-nav .nav .nav-link:hover {
        color: #5f85b2;
    }

.light-mode .active-nav {
    background: #fff;
    color: #5f85b2;
    box-shadow: 0px 5px 20px #00000026;
}

.light-mode .dropdown-menu {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 5px 20px #00000026;
}

    .light-mode .dropdown-menu .dropdown-item {
        color: #0f1f37;
    }

        .light-mode .dropdown-menu .dropdown-item:focus,
        .light-mode .dropdown-menu .dropdown-item:hover {
            color: #0f1f37;
            background-color: rgba(91, 189, 235, 0.3);
        }

    .light-mode .dropdown-menu::before {
        border-bottom: 10px solid #fff;
    }

    .light-mode .dropdown-menu::after {
        border-bottom: 11px solid #fff;
    }

.light-mode .header-main-box .header-box .description {
    color: #0f1f37;
    text-shadow: 0px 5px 10px #ffffff66;
}

.light-mode .header-main-box .header-box .title {
    color: #0f1f37;
    text-shadow: 0px 20px 20px #ffffff40;
}

.light-mode .header-main-box .header-box .btn-video span {
    background-color: rgba(222, 226, 232, 0.3);
    color: #5f85b2;
}

.light-mode .header-main-box .header-box .btn-video:hover span {
    background-color: #5bbdeb;
    color: #fff;
}

.light-mode .pay-method svg {
    fill: #000000;
    width: 55px;
}

.light-mode section,
.light-mode footer {
    box-shadow: 0px -5px 20px #f5f7f8;
}

.light-mode .design-box .box {
    background: rgba(222, 226, 232, 0.2);
}

.light-mode .section-title .title {
    color: #0f1f37;
}

.light-mode .course-box {
    background: rgba(222, 226, 232, 0.3);
}

    .light-mode .course-box .course-box-content .title {
        color: #0f1f37;
    }

.light-mode .nav-followers .nav-link span {
    background: #fff;
    box-shadow: 0px 1px 2px #0000004d;
}

.light-mode .trainer-box {
    background: rgba(222, 226, 232, 0.3);
}

    .light-mode .trainer-box .trainer-box-content .trainer-name {
        color: #0f1f37;
    }

.light-mode .footer {
    background-color: rgba(255, 255, 255, 1);
    color: #0f1f37;
}

.light-mode .footer-list li a,
.light-mode .footer-social-media li a {
    color: #0f1f37;
}

    .light-mode .footer-list li a:hover,
    .light-mode .footer-social-media li a:hover {
        color: #5f85b2;
    }

.light-mode .footer .copyright a:hover {
    color: #0f1f37;
}

.light-mode .nav-course {
    background-color: rgba(246, 246, 250, 0.5);
}

.light-mode .sub-header::before {
    background-color: rgba(255, 255, 255, 0.9);
}

.light-mode .nav-course ul li a {
    color: #0f1f37;
}

.light-mode .search-box .form-control,
.light-mode .search-box .input-group-text {
    color: #0f1f37;
}

    .light-mode .search-box .form-control::placeholder,
    .light-mode .search-box .input-group-text::placeholder {
        color: #5f85b2;
    }

.light-mode .modal button.close {
    color: #0f1f37;
}

.light-mode .modal .modal-content {
    background: #fff;
}

.light-mode .modal .modal-header {
    color: #0f1f37;
}

.light-mode .forget-password .form-control,
.light-mode .modal .modal-content .form-control {
    border: 1px solid #dee2e8;
    color: #0f1f37;
}

    .light-mode .forget-password.form-control:focus,
    .light-mode .modal .modal-content .form-control:focus {
        background: transparent;
    }

.light-mode .modal .forget-password:hover {
    color: #0f1f37;
}

.light-mode .btn-light {
    color: #0f1f37;
}

.light-mode .profile .profile-box-pic {
    background: rgba(222, 226, 232, 0.5);
}

.light-mode .media-trainer .media-trainer-name .name {
    color: #0f1f37;
}

.light-mode .btn-info-invers {
    color: #0f1f37;
    border: 1px solid #dee2e8;
}

    .light-mode .btn-info-invers:hover,
    .light-mode .btn-info-invers:focus {
        color: #fff;
        background-color: #5bbdeb;
        border-color: #5bbdeb;
    }

.light-mode .profile .profile-box-list {
    background: rgba(222, 226, 232, 0.2);
}

    .light-mode .profile .profile-box-list .active .nav-link svg .b,
    .light-mode .profile .profile-box-list .active .nav-link svg .c,
    .light-mode .profile .profile-box-list .nav-link:hover svg .b,
    .light-mode .profile .profile-box-list .nav-link:hover svg .c,
    .light-mode .profile .profile-box-list .nav-link:focus svg .b,
    .light-mode .profile .profile-box-list .nav-link:focus svg .c {
        stroke: #0f1f37;
    }

    .light-mode .profile .profile-box-list .active .nav-link,
    .light-mode .profile .profile-box-list .nav-link:hover,
    .light-mode .profile .profile-box-list .nav-link:focus {
        color: #0f1f37;
    }

        .light-mode .profile .profile-box-list .active .nav-link::after {
            color: #0f1f37;
        }

    .light-mode .profile .profile-box-list .nav-link {
        border-bottom: 1px solid #dee2e8;
    }

.light-mode .profile-box-content-header {
    background: rgba(222, 226, 232, 0.5);
    color: #0f1f37;
}

    .light-mode .profile-box-content-header svg .b,
    .light-mode .profile-box-content-header svg .c {
        stroke: #0f1f37;
    }

.light-mode .profile-box-content {
    background: rgba(222, 226, 232, 0.2);
}

    .light-mode .profile-box-content .course-box {
        background: #fff;
    }

.light-mode .deplome-section li.start {
    border: 3px solid #dee2e8;
    color: #0f1f37;
}

.light-mode .profile-box-content .course-box .btn-light:hover {
    color: #fff;
    background-color: #5bbdeb;
    border-color: #5bbdeb;
}

.light-mode .chat-box {
    background: #fff;
    border: 1px solid #dee2e8;
}

/*
    back
*/

.light-mode .playlist-video {
    background-color: #fff;
}

    .light-mode .playlist-video .list-box .list-head {
        border-bottom: 1px solid #dee2e8;
    }

        .light-mode .playlist-video .list-box .list-head .title {
            color: #0f1f37;
        }

.light-mode #accordion .panel {
    background: rgba(222, 226, 232, 0.3);
}

.light-mode #accordion .panel-title a {
    color: #0f1f37;
}

    .light-mode #accordion .panel-title a:before,
    .light-mode #accordion .panel-title a.collapsed:before {
        color: #0f1f37;
    }

.light-mode .list-play.play-now,
.list-play:hover,
.list-play:focus {
    color: #0f1f37;
}

    .light-mode .list-play.play-now .icon.play {
        border: 1px solid #5bbdeb;
        color: #fff;
        background-color: #5bbdeb;
    }

.light-mode .course-view .course-box {
    background: #fff;
}

.light-mode .course-view .course-box {
    background: #fff;
}

.light-mode .course-view-box {
    color: #0f1f37;
    background: rgba(222, 226, 232, 0.2);
}

.light-mode .progress {
    height: 0.5rem;
    background-color: #becfe2;
}

.light-mode .course-view-box .course-box {
    background: transparent;
}

.light-mode .course-view .course-box .course-box-content .main-title .bookmark {
    color: rgba(15, 31, 55, 1);
}

.light-mode .course-info-head {
    background: rgba(222, 226, 232, 0.5);
}

    .light-mode .course-info-head .nav-link {
        color: #0f1f37;
    }

.light-mode .course-info {
    background: rgba(222, 226, 232, 0.2);
}

.light-mode .course-info-box p {
    color: #0f1f37;
}

.light-mode .is-active .custom-control {
    background: #eef0f3;
}

.light-mode .custom-control {
    color: #0f1f37;
}

.light-mode .form .form-control:focus {
    background-color: #ffffff;
}

.light-mode .tab-contents .title,
.light-mode .tab-contents .form label {
    color: #0f1f37;
}

.light-mode .form .form-control {
    border: 1px solid #5bbdeb;
    color: #0f1f37;
}

    .light-mode .form .form-control::placeholder {
        color: #0f1f37;
    }

.light-mode .search-header-box,
.light-mode .search-header-box .form-control {
    color: #0f1f37;
}

    .light-mode .search-header-box .form-control::placeholder {
        color: #5f85b2;
    }

.light-mode .sub-header {
    background-image: url(../img/pic-2.png);
    background-color: #fff;
}

.light-mode .incoming_msg .received_msg,
.light-mode .outgoing_msg .sent_msg {
    color: #5f85b2;
}

.light-mode .outgoing_msg .sent_msg {
    background: #fff;
    border: 1px solid #dee2e8;
}

.light-mode .incoming_msg .received_msg {
    background: rgba(222, 226, 232, 0.5);
}

.light-mode .type_msg {
    background: rgba(222, 226, 232, 0.5);
}

    .light-mode .type_msg .write_msg {
        background: #fff;
    }

.light-mode svg .b,
.light-mode svg .c {
    stroke: #0f1f37;
}

.light-mode .outgoing_msg .outgoing_msg_img svg .b,
.light-mode .incoming_msg .incoming_msg_img svg .c,
.light-mode .top-nav .user-icon svg .b,
.light-mode .top-nav .user-icon svg .c {
    stroke: #fff;
}

.light-mode .navbar-mobile.show .navbar-mobile-box {
    background: #fff;
    color: #0f1f37;
}

.light-mode .navbar-mobile .close,
.light-mode .navbar-mobile a {
    color: #0f1f37;
}

    .light-mode .navbar-mobile .close:hover,
    .light-mode .navbar-mobile a:hover {
        color: #5f85b2;
    }

.nav-menu .nav {
    align-items: center;
}

/*--------------------
    contact-box
    ----------------*/
.light-mode .contact-box .contact-box-icon {
    color: #5f85b2;
}

.light-mode .contact-box:hover .contact-box-icon {
    color: #fff;
    background: #5f85b2;
}

.light-mode .contact-box .title {
    color: #5f85b2;
}

.light-mode .contact-box .description {
    color: #0f1f37;
}

.light-mode .contact-box:hover .title {
    color: #5f85b2;
}

.light-mode .contact-social-media li a {
    color: #5f85b2;
}

    .light-mode .contact-social-media li a:hover {
        background: #5f85b2;
        color: #fff;
    }

.light-mode .dropdown-menu .dropdown-item {
    color: #5f85b2 !important;
}

/*
    updates 24/08/2020
*/
@media (min-width: 1300px) {
    .trainer .col-xl-2 {
        -ms-flex: 0 0 162px;
        flex: 0 0 162px;
        max-width: 162px;
    }

    .trainer-box {
        margin-bottom: 0.5rem;
    }

        .trainer-box .trainer-box-pic {
            height: 160px;
        }

        .trainer-box .trainer-box-content .trainer-name {
            font-size: 14px;
        }

        .trainer-box .trainer-box-content .trainer-job {
            font-size: 12px;
        }

        .trainer-box .trainer-box-content .trainer-job {
            min-height: 70px;
        }
}

.logo {
    width: 100px;
}

.active-nav .logo {
    width: 60px;
}

.trainer-box .trainer-box-content {
    padding: 1rem 0.5rem;
}

.search-box .input-group-text {
    cursor: pointer;
}

.course-view-box h2 {
    font-size: 1.5rem;
}

.course-box .course-box-content .title {
    line-height: 2;
}

.list-play {
    margin-bottom: 10px;
}

/* updateat 2020/12/02 */

.list-play {
    border-bottom: 1px solid #2665b1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.light-mode .list-play {
    border-bottom: 1px solid #dee2e8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.audio {
    width: auto;
    outline: none !important;
}

    .audio::-webkit-media-controls-panel {
        background: white;
    }

.toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-recorde {
    transition: all 0.4s ease-in-out;
    position: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin-left: 0.5rem;
    cursor: pointer;
}

    .btn-recorde svg {
        margin: auto;
    }

    .btn-recorde:hover,
    .btn-recorde:focus {
        border: none;
        outline: none;
    }

.button--start {
    background: rgba(40, 96, 159, 0.3);
    color: #5bbdeb;
}

    .button--start:hover,
    .button--start:focus {
        background-color: rgba(40, 96, 159);
        color: #fff;
    }

.button--trash {
    background: rgba(209, 71, 71);
    color: #fff;
}

audio::-webkit-media-controls-mute-button {
    display: none !important;
}

audio::-webkit-media-controls-volume-slider {
    display: none !important;
}

.mail-attachments {
    padding: 0;
    margin: 0;
}

    .mail-attachments li {
        list-style: none;
        margin: 0;
        padding: 0.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .mail-attachments li:nth-child(2n-1) {
            background: rgba(40, 96, 159, 0.5);
            color: #fff;
        }

        .mail-attachments li a {
            color: #fff;
            font-size: 14px;
        }

            .mail-attachments li a i {
                margin-left: 0.5rem;
            }

    .mail-attachments .text-muted {
        color: #fff !important;
        opacity: 0.5;
        font-size: 11px;
    }

.light-mode .button--start {
    background-color: #5bbdeb;
    color: #fff;
}

.light-mode .mail-attachments li a {
    color: #0f1f37;
}

.light-mode .mail-attachments .text-muted {
    color: #0f1f37 !important;
}

.file-drop-area {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
}

    .file-drop-area.is-active {
        background-color: rgba(255, 255, 255, 0.05);
    }

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    .file-input:focus {
        outline: none;
    }

.light-mode .file-drop-area {
    color: #5bbdeb;
    border: 1px dashed #5bbdeb;
}

.light-mode .fake-btn {
    background-color: #5bbdeb;
    color: #fff;
    border: 1px solid #5bbdeb;
}

.pic-boxs {
    overflow: auto;
    margin-top: 1rem;
}

    .pic-boxs a {
        width: 60px;
        height: 60px;
        overflow: hidden;
        position: relative;
        display: inline-block;
        float: right;
        margin-left: 0.5rem;
    }

        .pic-boxs a .more-pic {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.35);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
        }

        .pic-boxs a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }

        .pic-boxs a:hover img {
            opacity: 0.85;
        }

/*
	black-mode
*/
.black-mode .text-white {
    color: #fff !important;
}

.black-mode .header-main {
    background-color: #111112;
    background-image: none;
}

.black-mode section {
    background: #1a1a1c;
    color: #fff;
}

.black-mode .top-nav .nav .nav-link {
    color: #fff;
}

    .black-mode .top-nav .nav .nav-link:hover {
        color: #5f85b2;
    }

.black-mode .active-nav {
    background: #111112;
    color: #5f85b2;
    box-shadow: 0px 5px 20px #00000026;
}

.black-mode .dropdown-menu {
    background-color: #111112;
    border-color: #111112;
    box-shadow: 0px 5px 20px #00000026;
}

    .black-mode .dropdown-menu .dropdown-item {
        color: #fff;
    }

        .black-mode .dropdown-menu .dropdown-item:focus,
        .black-mode .dropdown-menu .dropdown-item:hover {
            color: #fff;
            background-color: rgba(91, 189, 235, 0.3);
        }

    .black-mode .dropdown-menu::before {
        border-bottom: 10px solid #111112;
    }

    .black-mode .dropdown-menu::after {
        border-bottom: 11px solid #111112;
    }

.black-mode .header-main-box .header-box .description {
    color: #fff;
    text-shadow: 0px 5px 10px #11111211111266;
}

.black-mode .header-main-box .header-box .title {
    color: #fff;
    text-shadow: 0px 20px 20px #11111211111240;
}

.black-mode .header-main-box .header-box .btn-video span {
    background-color: #1a1a1c;
    color: #fff;
}

.black-mode .header-main-box .header-box .btn-video:hover span {
    background-color: #5bbdeb;
    color: #fff;
}

.black-mode .course-box .course-box-content .trainer-name {
    color: #b4b4b4;
}

.black-mode .trainer {
    background: #111112;
}

.black-mode .design-box .box {
    background: #1a1a1c;
}

.black-mode .section-title .title {
    color: #fff;
}

.black-mode .course-box {
    background: #2b2b2f;
}

    .black-mode .course-box .course-box-content .title {
        color: #fff;
    }

.black-mode .nav-followers .nav-link span {
    background: #111112;
    box-shadow: 0px 1px 2px #0000004d;
}

.black-mode .trainer-box {
    background: #2b2b2f;
}

    .black-mode .trainer-box .trainer-box-content .trainer-name {
        color: #fff;
    }

    .black-mode .trainer-box .trainer-box-content .trainer-job,
    .black-mode .trainer-box .trainer-box-content .trainer-social-media a {
        color: #b4b4b4;
    }

.black-mode .footer {
    background-color: #1a1a1c;
    color: #fff;
}

.black-mode .footer-list li a,
.black-mode .footer-social-media li a {
    color: #fff;
}

    .black-mode .footer-list li a:hover,
    .black-mode .footer-social-media li a:hover {
        color: #5f85b2;
    }

    .black-mode .footer-list li a.text-primary {
        color: #333232 !important;
    }

.black-mode .footer .copyright a,
.footer .copyright {
    color: #b4b4b4 !important;
}

    .black-mode .footer .copyright a:hover {
        color: #fff;
    }

.black-mode .nav-course {
    background-color: #1a1a1c;
}

.black-mode .sub-header::before {
    background-color: #111112;
}

.black-mode .nav-course ul li a {
    color: #fff;
}

.black-mode .search-box .form-control,
.black-mode .search-box .input-group-text {
    color: #fff;
}

    .black-mode .search-box .form-control::placeholder,
    .black-mode .search-box .input-group-text::placeholder {
        color: #b4b4b4;
    }

.black-mode .modal button.close {
    color: #fff;
}

.black-mode .modal .modal-content {
    background: #111112;
}

.black-mode .modal .modal-header {
    color: #fff;
}

.black-mode .forget-password .form-control,
.black-mode .modal .modal-content .form-control {
    border: 1px solid #333232;
    color: #fff;
}

    .black-mode .forget-password .form-control::placeholder,
    .black-mode .modal .modal-content .form-control::placeholder {
        color: #b4b4b4;
    }

    .black-mode .forget-password.form-control:focus,
    .black-mode .modal .modal-content .form-control:focus {
        background: transparent;
    }

.black-mode .modal .forget-password {
    color: #b4b4b4;
}

    .black-mode .modal .forget-password:hover {
        color: #fff;
    }

.black-mode .modal .btn-info {
    background: #5bbdeb;
    border: 1px solid #5bbdeb;
}

.black-mode .btn-light {
    color: #fff;
}

.black-mode .profile .profile-box-pic {
    background: #2b2b2f;
}

.black-mode .media-trainer .media-trainer-name .name {
    color: #fff;
}

.black-mode .btn-info-invers {
    color: #fff;
    border: 1px solid #dee2e8;
}

    .black-mode .btn-info-invers:hover,
    .black-mode .btn-info-invers:focus {
        color: #111112;
        background-color: #5bbdeb;
        border-color: #5bbdeb;
    }

.black-mode .profile .profile-box-list {
    background: #1a1a1c;
}

    .black-mode .profile .profile-box-list .active .nav-link svg .b,
    .black-mode .profile .profile-box-list .active .nav-link svg .c,
    .black-mode .profile .profile-box-list .nav-link:hover svg .b,
    .black-mode .profile .profile-box-list .nav-link:hover svg .c,
    .black-mode .profile .profile-box-list .nav-link:focus svg .b,
    .black-mode .profile .profile-box-list .nav-link:focus svg .c {
        stroke: #fff;
    }

    .black-mode .profile .profile-box-list .active .nav-link,
    .black-mode .profile .profile-box-list .nav-link:hover,
    .black-mode .profile .profile-box-list .nav-link:focus {
        color: #fff;
    }

        .black-mode .profile .profile-box-list .active .nav-link::after {
            color: #fff;
        }

.black-mode .profile .btn-info-invers {
    border: 1px solid #5bbdeb;
}

.black-mode .profile .profile-box-list .nav-link {
    color: #b4b4b4;
}

.black-mode .profile .profile-box-list .nav-link {
    border-bottom: 1px solid #333232;
}

.black-mode .profile-box-content-header {
    background: #2b2b2f;
    color: #fff;
}

    .black-mode .profile-box-content-header svg .b,
    .black-mode .profile-box-content-header svg .c {
        stroke: #fff;
    }

.black-mode .profile-box-content {
    background: #1a1a1c;
}

    .black-mode .profile-box-content .course-box {
        background: #111112;
    }

        .black-mode .profile-box-content .course-box .course-box-content {
            background: #2b2b2f;
        }

.black-mode .deplome-section li.start {
    border: 3px solid #dee2e8;
    color: #fff;
}

.black-mode .profile-box-content .course-box .btn-light:hover {
    color: #111112;
    background-color: #5bbdeb;
    border-color: #5bbdeb;
}

.black-mode .chat-box {
    background: #2b2b2f;
    border: 1px solid #2b2b2f;
}

.black-mode .profile .profile-box-list .nav-link svg .b,
.black-mode .profile .profile-box-list .nav-link svg .c {
    stroke: #b4b4b4;
}

.black-mode .media-trainer .media-trainer-name .job {
    color: #b4b4b4;
}

.black-mode .btn-info {
    background: transparent;
    border: 1px solid #5bbdeb;
}

    .black-mode .btn-info:hover {
        background: #5bbdeb;
    }

.dropdown-courses.dropdown-toggle::before {
    position: absolute;
    left: -4px;
    margin: 0;
}
/*
		back
	*/

.black-mode .playlist-video {
    background-color: #111112;
}

    .black-mode .playlist-video .list-box .list-head {
        border-bottom: 1px solid #dee2e8;
    }

        .black-mode .playlist-video .list-box .list-head .title {
            color: #fff;
        }

.black-mode #accordion .panel {
    background: #2b2b2f;
}

.black-mode #accordion .panel-title a {
    color: #fff;
}

    .black-mode #accordion .panel-title a:before,
    .black-mode #accordion .panel-title a.collapsed:before {
        color: #fff;
    }

.black-mode .list-play.play-now,
.list-play:hover,
.list-play:focus {
    color: #fff;
}

    .black-mode .list-play.play-now .icon.play {
        border: 1px solid #5bbdeb;
        color: #111112;
        background-color: #5bbdeb;
    }

.black-mode .course-view .course-box {
    background: #111112;
}

.black-mode .course-view .course-box {
    background: #111112;
}

.black-mode .course-view-box {
    color: #fff;
    background: #1a1a1c;
}

.black-mode .progress {
    height: 0.5rem;
    background-color: #becfe2;
}

.black-mode .course-view-box .course-box {
    background: transparent;
}

.black-mode .course-view .course-box .course-box-content .main-title .bookmark {
    color: rgba(15, 31, 55, 1);
}

.black-mode .course-info-head {
    background: #2b2b2f;
}

    .black-mode .course-info-head .nav-link {
        color: #fff;
    }

.black-mode .course-info {
    background: #1a1a1c;
}

.black-mode .course-info-box p {
    color: #fff;
}

.black-mode .is-active .custom-control {
    background: #333232;
    border: 2px solid #b4b4b4;
}

.black-mode .custom-control {
    color: #fff;
}

.black-mode .form .form-control:focus {
    background-color: #111112;
}

.black-mode .tab-contents .title,
.black-mode .tab-contents .form label {
    color: #fff;
}

.black-mode .form .form-control {
    border: 1px solid #333232;
    color: #fff;
}

.btn-light:hover {
    color: #fff;
    background-color: #5bbdeb;
    border-color: #5bbdeb;
}

.black-mode .form .form-control::placeholder {
    color: #fff;
}

.black-mode .search-header-box,
.black-mode .search-header-box .form-control {
    color: #fff;
}

    .black-mode .search-header-box .form-control::placeholder {
        color: #343539;
    }

.black-mode .sub-header {
    background-image: url(../img/pic-2.png);
    background-color: #111112;
}

.black-mode .incoming_msg .received_msg,
.black-mode .outgoing_msg .sent_msg {
    color: #fff;
}

.black-mode .outgoing_msg .sent_msg {
    background: #111112;
    border: 1px solid #333232;
}

.black-mode .incoming_msg .received_msg {
    background: rgb(52 53 57 / 0.2);
}

.black-mode .type_msg {
    background: rgb(52 53 57 / 0.2);
}

    .black-mode .type_msg .write_msg {
        background: #111112;
    }

.black-mode .type_msg {
    border-top: 1px solid #333232;
}

.black-mode .start_chat {
    color: #b4b4b4;
}

.black-mode svg .b,
.black-mode svg .c {
    stroke: #fff;
}

.black-mode .outgoing_msg .outgoing_msg_img svg .b,
.black-mode .incoming_msg .incoming_msg_img svg .c,
.black-mode .top-nav .user-icon svg .b,
.black-mode .top-nav .user-icon svg .c {
    stroke: #111112;
}

.black-mode .navbar-mobile.show .navbar-mobile-box {
    background: #111112;
    color: #fff;
}

.black-mode .navbar-mobile .close,
.black-mode .navbar-mobile a {
    color: #fff;
}

    .black-mode .navbar-mobile .close:hover,
    .black-mode .navbar-mobile a:hover {
        color: #5f85b2;
    }

.nav-menu .nav {
    align-items: center;
}

/*--------------------
		contact-box
		----------------*/
.black-mode .contact-box .contact-box-icon {
    color: #5f85b2;
}

.black-mode .contact-box:hover .contact-box-icon {
    color: #111112;
    background: #5f85b2;
}

.black-mode .contact-box .title {
    color: #5f85b2;
}

.black-mode .contact-box .description {
    color: #fff;
}

.black-mode .contact-box:hover .title {
    color: #5f85b2;
}

.black-mode .contact-social-media li a {
    color: #5f85b2;
}

    .black-mode .contact-social-media li a:hover {
        background: #5f85b2;
        color: #111112;
    }

.black-mode .dropdown-menu .dropdown-item {
    color: #fff !important;
}

/* 2020 / 12 / 15*/

.course-box .course-box-pic .deploum .deplouma {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    color: #fff;
    background: #5bbdeb;
    /* border: 2px solid #FFFFFF; */
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 3;
    /*max-width: 155px;*/
}

.course-box .course-box-pic .deploum2 .green2 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    color: #fff;
    background: #30d830;
    /* border: 2px solid #FFFFFF; */
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 3;
    /*max-width: 155px;*/
}

.course-box:hover .course-box-pic .deploum .deplouma {
    color: #5bbdeb;
    background: #fff;
}

.
.greenHover:Hover {
    color: #30d830;
    background: #fff;
}

.course-box:hover .course-box-pic .deploum2 .green2 {
    color: #30d830;
    background: #fff;
}

.course-box .course-box-pic .deploum::after {
    display: none;
    position: absolute;
    content: "";
    width: 110px;
    height: 41px;
    top: 0.65rem;
    left: 0.65rem;
    color: #fff;
    background: #5bbdeb;
    border: 2px solid #ffffff;
    z-index: 2;
}

.course-box .course-box-pic .offer-box {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding-left: 1rem;
    z-index: 3;
}

    .course-box .course-box-pic .offer-box .offer {
        display: block;
        color: #fff;
        background: #ff2d55;
        /* border: 2px solid #FFFFFF; */
        padding: 0.5rem 1rem;
        font-size: 12px;
        font-weight: 600;
        transition: all 0.3s ease;
        /*max-width: 155px;*/
    }

.course-box:hover .course-box-pic .offer-box .offer {
    color: #ff2d55;
    background: #fff;
}

.course-box .course-box-pic .offer-box .to {
    color: #ff2d55;
    background: #fff;
    border: 2px solid #ffffff;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    transition: all 0.3s ease;
}

.fancybox-container {
    z-index: 99999999;
}

.iti-mobile .iti--container {
    z-index: 99999;
}

/*------------------------------

		deploum-view

	------------------------------*/
.deploum-view, #diplomaScreenView {
    background-color: transparent;
    background-image: linear-gradient(130deg, #0f1f37 0%, #043f98 100%);
}

    .deploum-view .deploum-header {
        display: flex;
        align-items: center;
    }

        .deploum-view .deploum-header .logo {
            width: 86px;
            height: 86px;
        }

        .deploum-view .deploum-header .deploum-header-contnet .title {
            font-size: 26px;
        }

        .deploum-view .deploum-header .deploum-header-contnet p {
            font-size: 16px;
            color: #b4b4b4;
            margin-bottom: 0;
        }

        .deploum-view .deploum-header .deploum-header-contnet .text-success {
            color: #4cd964 !important;
        }

.video-box {
    height: 680px;
    background: rgba(40, 95, 159, 0.5);
}

.video-player {
    padding-top: 7.5rem;
}

.diplomaFirst {
    padding-top: 7.5rem !important;
    padding-bottom: 0px !important;
}

.diplomaPlayer {
    padding-top: 0px;
}

.video-list {
    height: 680px;
    overflow-y: scroll;
    font-size: 16px;
    background: rgba(40, 96, 159, 0.3);
}

.video-list {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(40, 95, 159, 0.5) rgba(40, 96, 159, 0.3);
}

    .video-list::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .video-list::-webkit-scrollbar-track-piece {
        background-color: rgba(40, 96, 159, 0.3);
    }

    .video-list::-webkit-scrollbar-thumb:vertical {
        height: 30px;
        background-color: rgba(40, 96, 159, 0.3);
    }

    .video-list::-webkit-scrollbar-track {
        background-color: rgba(40, 96, 159, 0.3);
    }

    .video-list::-webkit-scrollbar-thumb {
        height: 30px;
        background-color: rgba(40, 95, 159, 0.5);
    }

    .video-list .panel-heading {
        padding: 0.75rem 1rem;
        background: rgba(40, 95, 159, 0.5);
    }

        .video-list .panel-heading .nav {
            margin-bottom: 0;
        }

            .video-list .panel-heading .nav .nav-link {
                font-size: 14px;
                padding: 0;
                padding-left: 1rem;
                color: #b4b4b4;
            }

    .video-list .linkFiles-panel .download {
        display: flex;
        padding: 0.75rem 1rem;
        color: #5bbdeb;
        justify-content: space-between;
    }

        .video-list .linkFiles-panel .download.active {
            color: #5bbdeb;
            background: #1f497b;
        }

    .video-list .panel-body .accordion .card {
        border: none;
        border-radius: 0;
        background: transparent;
        border-bottom: 1px solid #325680;
        margin-bottom: 0;
    }

    .video-list .panel-body .btn {
        position: relative;
        text-align: right;
        padding: 0.75rem 1rem;
        color: #b4b4b4;
        text-decoration: none;
    }

        .video-list .panel-body .btn:not(.collapsed):before {
            position: absolute;
            content: "";
            width: 2px;
            height: 100%;
            top: 0;
            right: 0;
            background: #b4b4b4;
        }

        .video-list .panel-body .btn:after {
            position: absolute;
            content: "-";
            top: 50%;
            left: 1rem;
            font-size: 30px;
            transition: all 0.3s ease;
            transform: translateY(-50%);
        }

        .video-list .panel-body .btn.collapsed:after {
            content: "+";
        }

    .video-list .panel-body .video-link {
        position: relative;
        display: flex;
        justify-content: space-between;
        color: #b4b4b4;
        padding: 0.5rem 1rem;
    }

        .video-list .panel-body .video-link.play {
            background: rgba(40, 96, 159, 0.3);
            color: #5bbdeb;
        }

            .video-list .panel-body .video-link.play:before {
                position: absolute;
                content: "";
                width: 2px;
                height: 100%;
                top: 0;
                right: 0;
                background: #5bbdeb;
            }

        .video-list .panel-body .video-link .title {
            position: relative;
            padding-right: 32px;
        }

            .video-list .panel-body .video-link .title:before {
                position: absolute;
                content: "";
                top: 0;
                right: 0;
                width: 24px;
                height: 24px;
                border: 1px solid #b4b4b4;
                opacity: 0.3;
            }

            .video-list .panel-body .video-link .title:after {
                position: absolute;
                content: "";
                top: 0;
                right: 0;
                width: 24px;
                height: 24px;
                font-family: "font awesome 5 Free";
                font-weight: 600;
                text-align: center;
            }

        .video-list .panel-body .video-link.done .title:after {
            content: "\f00c";
            color: rgba(76, 217, 100);
        }

        .video-list .panel-body .video-link.play .title:after {
            content: "\f04b";
            color: #5bbdeb;
        }

        .video-list .panel-body .video-link.done .title:before {
            border-color: rgba(76, 217, 100, 0.2);
            background-color: rgba(76, 217, 100, 0.2);
            opacity: 1;
        }

        .video-list .panel-body .video-link.play .title:before {
            opacity: 1;
        }

.deploum-view .tabs {
    background: rgba(40, 96, 159, 0.3);
    margin-bottom: 0.5rem;
}

.deploum-view .scrtabs-tab-container,
.deploum-view .scrtabs-tabs-fixed-container,
.deploum-view .scrtabs-tab-scroll-arrow {
    padding: 0;
    height: 235px;
}

    .deploum-view .scrtabs-tab-scroll-arrow:hover {
        background: #285f9f;
    }

    .deploum-view .scrtabs-tab-scroll-arrow button {
        position: absolute;
        outline: none !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.deploum-view .scrtabs-disable i {
    color: transparent;
}

.deploum-view .scrtabs-tab-scroll-arrow-left,
.deploum-view .scrtabs-tab-scroll-arrow-right {
    color: #fff;
    padding: 0;
    border: none;
    line-height: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 999;
    width: 50px;
    height: 50px;
    left: 0;
    transform: rotate(180deg);
}

.deploum-view .scrtabs-tab-scroll-arrow-left {
    left: auto;
    right: 0;
}

.deploum-view .scrtabs-disable {
    display: none !important;
}

.deploum-view .scrtabs-arrow-btn {
    background-color: transparent;
    height: 36px;
    width: 36px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 12px;
    border: 0;
}

.deploum-view .scrtabs-tabs-fixed-container {
    float: right;
    min-width: 100%;
}

.deploum-view .tabs .nav-tabs {
    border: none;
}

.deploum-view .course-box-tab {
    position: relative;
    width: 189px;
    height: 235px;
    display: block;
    margin-bottom: 0;
    border: 1px solid transparent;
    opacity: 0.25;
    cursor: pointer;
}

    .deploum-view .course-box-tab.active {
        border: 1px solid rgba(40, 96, 159);
        background: rgba(40, 96, 159, 0.3);
        opacity: 1;
    }

    .deploum-view .course-box-tab .pic {
        width: 189px;
        height: 140px;
        padding: 0.75rem;
    }

        .deploum-view .course-box-tab .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .deploum-view .course-box-tab .content {
        padding: 0.75rem;
        padding-bottom: 0.5rem;
        white-space: initial;
        padding-top: 0px;
    }

        .deploum-view .course-box-tab .content .title {
            line-height: 1.5;
            font-size: 12px;
            font-weight: lighter;
            min-height: 20px;
            margin-bottom: 0.5rem;
        }

        .deploum-view .course-box-tab .content .percent {
            text-align: right;
            color: rgba(121, 227, 139, 1);
            visibility: hidden;
            margin-bottom: 0;
        }

    .deploum-view .course-box-tab .progress {
        visibility: hidden;
    }

    .deploum-view .course-box-tab.active .content .percent,
    .deploum-view .course-box-tab.active .progress,
    .deploum-view .course-box-tab .progress,
    .deploum-view .course-box-tab .content .percent {
        visibility: visible;
    }

.dploum-tab .progress {
    border-radius: 0;
}

.course-deploum-title {
    padding: 1rem;
    color: #5bbdeb;
    margin-bottom: 0;
    font-size: 18px;
}

.deploum-view .course-box:hover {
    transform: translateY(0) !important;
    background: rgba(40, 96, 159, 0.3);
}

.comments .media-trainer .media-trainer-name {
    min-width: 150px;
    width: 150px;
}

.comments .media-trainer .comment-box {
    width: 100%;
}

.note-box-view {
    display: flex;
    margin-bottom: 2rem;
}

    .note-box-view .note-time {
        display: block;
        border: 1px solid #ffffff;
        padding: 6px;
        margin-left: 1rem;
        width: 85px;
        height: 37px;
        text-align: center;
    }

    .note-box-view .note-text {
        width: 100%;
    }

        .note-box-view .note-text .msg {
            position: relative;
            padding: 1rem;
            background: rgba(40, 95, 159, 0.5);
        }

        .note-box-view .note-text .msg-note {
            position: relative;
            padding: 0px;
            padding-top: 10px;
        }

            .note-box-view .note-text .msg-note .nav {
                position: absolute;
                top: -30px;
                left: 0;
            }

                .note-box-view .note-text .msg-note .nav a {
                    display: block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                }

.exam-box {
    background: #fff !important;
    display: flex;
    align-items: center;
    padding: 5% 20%;
}

.exam-box-view .title {
    color: #1a1a1c;
    font-size: 26px;
}

.exam-box-view .sub-title {
    color: #b4b4b4;
    font-size: 16px;
}

.exam-box-view .btn {
    background: #5bbdeb;
}

    .exam-box-view .btn.prev {
        background: #fff;
        border-color: #d8dadb;
        color: #6e6e6e;
    }

        .exam-box-view .btn.prev:hover,
        .exam-box-view .btn.prev:focus {
            background: #6e6e6e;
            border-color: #d8dadb;
            color: #fff;
        }

    .exam-box-view .btn.next {
        background: #fff;
        border-color: #5bbdeb;
        color: #5bbdeb;
    }

        .exam-box-view .btn.next:hover,
        .exam-box-view .btn.next:focus {
            background: #5bbdeb;
            border-color: #5bbdeb;
            color: #fff;
        }

.exam-box-view .custom-control {
    padding-right: 2.5rem;
    border: 1px solid #d8dadb;
    font-size: 16px;
    color: #6e6e6e;
    padding: 1rem;
    padding-right: 3rem;
}

.exam-box-view .custom-control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.exam-box-view .error .custom-control-label {
    color: #b50000;
}

.exam-box-view .success .custom-control-label {
    color: #24af03;
}

.exam-box-view .custom-control-label::before,
.exam-box-view .custom-control-label::after {
    top: 0;
    right: -2.5rem;
    width: 1.5rem;
    height: 1.5rem;
    box-shadow: none;
    border-color: #d8dadb;
    color: #fff;
    font-size: 20px;
}

.exam-box-view .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5bbdeb;
    background-color: #5bbdeb;
}

.exam-box-view
.success
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #24af03;
    background-color: #24af03;
}

.exam-box-view
.error
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #b50000;
    background-color: #b50000;
}
/*
	.dropdown-menu {
		left: 0!important;
	}
*/
.deploum-tabs-nav .nav-link {
    border: none;
    background: transparent !important;
    border-bottom: 3px solid transparent;
}

    .deploum-tabs-nav .nav-link.active {
        background: transparent !important;
        border-bottom: 3px solid #5bbdeb;
    }
/*
		Light
	*/
.light-mode .video-list {
    background: rgba(222, 226, 232, 0.5);
}

    .light-mode .video-list .panel-heading {
        background: rgba(222, 226, 232, 0.3);
    }

    .light-mode .video-list .linkFiles-panel .download {
        color: #5bbdeb;
    }

    .light-mode .video-list .panel-body .btn {
        color: #5f85b2;
    }

    .light-mode .video-list .panel-body .accordion .card {
        border-bottom: 1px solid #dee2e8;
    }

.light-mode .deploum-view .tabs {
    background: rgb(248 249 250);
}

.light-mode .deploum-view .course-box,
.light-mode .deploum-view .course-box:hover {
    background: rgba(222, 226, 232, 0.2);
}

.light-mode .note-box-view .note-text .msg {
    background: rgb(233 236 240);
}

.light-mode .note-box-view .note-time {
    border: 1px solid #dee2e6;
}

.light-mode .deploum-view .tabs .course-box-tab.active {
    border: 1px solid rgb(235 237 241);
    background: rgb(235 237 241);
}

.light-mode .video-list .panel-body .video-link.play {
    background: rgb(233 236 240);
}

/*
		Black
	*/

.black-mode .deploum-view, .black-mode #diplomaScreenView {
    background: #111112;
}

    .black-mode .deploum-view section {
        background: transparent;
    }

.black-mode .video-list .panel {
    border: 1px solid #2b2b2f;
}

.black-mode .video-list .panel-body .accordion .card {
    border-bottom: 1px solid #333232;
}

.black-mode .deploum-view .tabs .course-box-tab.active {
    border: 1px solid rgba(88, 88, 88, 1);
    background: rgba(26, 26, 28, 1);
}

.black-mode .deploum-view .tabs {
    background: #1a1a1c;
}

.black-mode .note-box-view .note-text .msg {
    background: #2b2b2f;
}

.black-mode .video-list .panel-heading,
.black-mode .video-box {
    background: #2b2b2f;
}

.black-mode .video-list {
    background: #1a1a1c;
    border: 1px solid #2b2b2f;
}

.black-mode .video-list {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #2b2b2f #1a1a1c;
}

    .black-mode .video-list::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .black-mode .video-list::-webkit-scrollbar-track-piece {
        background-color: #1a1a1c;
    }

    .black-mode .video-list::-webkit-scrollbar-thumb:vertical {
        height: 30px;
        background-color: #1a1a1c;
    }

    .black-mode .video-list::-webkit-scrollbar-track {
        background-color: #1a1a1c;
    }

    .black-mode .video-list::-webkit-scrollbar-thumb {
        height: 30px;
        background-color: #2b2b2f;
    }

.black-mode .note-box .border-bottom {
    border-color: #333232 !important;
}

.black-mode .social-media-share .nav-link {
    color: #b4b4b4;
}

.black-mode .video-list .linkFiles-panel .download.active {
    background: #2b2b2f;
}

@media (max-width: 1366px) {
    .video-list,
    .video-box {
        height: 550px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1024px) {
    .video-list,
    .video-box {
        height: 480px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 786px) {
    .exam-box {
        padding: 2rem;
        height: auto !important;
    }

    .video-list,
    .video-box {
        height: 400px;
    }
}

@media (max-width: 500px) {
    .exam-box-view .title {
        color: #1a1a1c;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .exam-box {
        padding: 1rem;
    }

    .exam-box-view .title {
        color: #1a1a1c;
        font-size: 20px;
    }
}

.course-box .course-box-content {
    padding: 1rem;
    min-height: 198px;
}

@media (max-width: 1199px) {
    .top-nav {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .course-box .course-box-content .title {
        min-height: 108px;
    }

    .trainer-box .trainer-box-content {
        min-height: 170px;
    }

        .trainer-box .trainer-box-content .trainer-job {
            min-height: 80px;
        }

    .course-box .course-box-content {
        padding: 1rem;
        min-height: 265px;
    }
}

.course-box .course-box-pic .course-category li {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.video-box iframe {
    width: 100%;
    height: 450px;
}

.dropdown-menu .dropdown-item img {
    max-width: 32px;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
}

.light-mode .dropdown-menu .dropdown-item {
    color: #5f85b2 !important;
}

/* 2020/12/21 */

.course-video-box .video-box,
.course-video-box .video-list {
    height: 420px;
}

@media (max-width: 1199px) {
    .course-box .course-box-content {
        min-height: 1px;
    }

        .course-box .course-box-content .title {
            min-height: 1px;
        }
}

@media (max-width: 990px) {
    .course-video-box .video-box {
        min-height: 200px;
        height: auto;
    }
}

.fixed-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

    .fixed-whatsapp:before {
        content: "";
        background-repeat: no-repeat;
        background-size: 34px 34px;
        background-position: center center;
        width: 50px;
        height: 50px;
        background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23ffffff' d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
        background-color: #5cbeea;
        position: absolute;
        border-radius: 100%;
        box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    }

/* 2020 / 12 / 27 */

footer .nav-link {
    padding: 0.5rem;
}

.trainer-box .trainer-box-content {
    min-height: 170px;
}

.deploum-view .theme .dropdown-menu {
    left: 0 !important;
    transform: translateX(0) !important;
}

    .deploum-view .theme .dropdown-menu::before,
    .deploum-view .theme .dropdown-menu::after {
        left: 34px;
    }

.top-nav svg,
.top-nav .dropdown-menu svg {
    width: 40px;
    fill: none;
}

    .top-nav svg ellipse,
    .top-nav svg path,
    .top-nav svg circle,
    .top-nav svg line {
        stroke: #fff;
    }

.light-mode .top-nav svg ellipse,
.light-mode .top-nav svg path,
.light-mode .top-nav svg circle,
.light-mode .top-nav svg line {
    stroke: #0f1f37;
}

.video-box,
.video-list {
    height: 100%;
    max-height: 785px;
}

    .video-box iframe {
        /*height: 785px;*/
        height: 100%;
    }

    .video-box .vp-center {
        align-items: flex-start !important;
    }

.course-view .course-info-head {
    margin-top: 0;
}

.course-view .course-box-content {
    min-height: 1px;
}

@media (max-width: 1366px) {
    .video-box,
    .video-list {
        max-height: 623px;
    }
}

/*
		Emoji
	*/

.emoji {
    color: transparent;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    height: 25px;
    width: 25px;
}

    .emoji::selection {
        background-color: highlight;
        color: transparent;
    }

.emoji-image {
    font-size: 14px;
    line-height: 28px;
}

.emoji-button {
    cursor: pointer;
    padding: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.emoji-area {
    clear: both;
    position: relative;
}

.emoji-editor {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: text;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    -webkit-font-smoothing: antialiased;
    height: 100px;
    overflow: auto;
    padding: 5px;
    resize: both;
    width: 100%;
}

    .emoji-editor * {
        margin: 0;
        padding: 0;
    }

.emoji-picker {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    width: 320px;
    z-index: 99999;
}

    .emoji-picker a {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        padding: 3px;
    }

.emoji-selector {
    border-bottom: 1px solid #ccc;
    display: flex;
}

    .emoji-selector li {
        margin: 5px;
    }

.emoji-group {
    display: grid;
    grid-template-columns: repeat(6, 16.66667%);
    height: 200px;
    overflow-y: scroll;
    padding: 3px;
}

.no-video {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 2021 / 01 / 05 */

.video-list {
    height: auto;
    max-height: auto;
    overflow: hidden;
}

    .video-list .panel-body {
        width: 100%;
        height: calc(420px - 91px);
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: rgba(40, 95, 159, 0.5) rgba(40, 96, 159, 0.3);
    }

.deploum-view .tabs .course-box-tab .content .title {
    min-height: 52px;
}

.deploum-view .scrtabs-tab-container,
.deploum-view .scrtabs-tabs-fixed-container {
    padding: 0;
    height: 270px;
    padding: 10px 0px;
}

.deploum-view .tabs .course-box-tab {
    height: 250px;
}

.dploum-tab .nav-link {
    all: unset;
}

.deplome-view .course-info-head {
    margin-top: 0;
}

.btn-upload-file {
    margin-bottom: 0px;
    display: block;
    text-align: center;
    line-height: 320%;
}

/* test */

/* The Modal (background) */
.modal1 {
    display: none;
    border-radius: 25px;
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    overflow: auto;
    box-shadow: 0 10px 30px rgba(65, 72, 86, 0.5);
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content/Box */
.modal-content1 {
    margin: 0 auto;
    margin-top: 1.5rem;
    padding: 20px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(65, 72, 86, 0.5);
    background-color: #143765;
    height: 90%;
    width: 90%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close1 {
    color: #ffffff;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

    .close1:hover,
    .close1:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@media (max-width: 786px) {
    .type_msg {
        display: block;
        text-align: center;
    }

        .type_msg .msg_send_btn {
            margin-top: 1rem;
            height: 40px;
            line-height: 40px;
        }

    .toolbar {
        margin-bottom: 1rem;
        display: block;
    }
}

@media (max-width: 440px) {
    .type_msg .audio {
        margin-top: 1rem;
    }

    .deploum-view .deploum-header .deploum-header-contnet .title {
        font-size: 20px;
    }

    .note-box-view .note-text .msg-note .nav {
        top: -15px;
    }
}

/*
		2021/01/28
	*/
.logo {
    width: 86px;
}

.chat-nav {
    position: relative;
}

    .chat-nav span {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ff2d55;
        top: -5px;
        right: 5px;
    }

    .chat-nav svg path {
        fill: #fff !important;
        stroke: transparent !important;
    }

.light-mode .chat-nav svg path {
    fill: #0f1f37 !important;
}


.deploum-view .course-box .course-box-content .title {
    font-size: 32px;
    line-height: 1.6;
}

.deploum-view .course-box .course-box-content {
    min-height: 90px;
}

.deploum-view .course-info-head {
    padding: 0 20px;
}

    .deploum-view .course-info-head .nav-item {
        padding: 0 1rem;
    }

    .deploum-view .course-info-head .nav-link {
        padding: 1rem 0;
    }

.video-list .panel-body .btn {
    font-size: 14px;
    padding-left: 2rem;
}

.user-count {
    font-size: 22px;
    color: #b9b9b9;
}

.course-box .course-box-content .custom-star {
    font-size: 26px;
}

.hr-h {
    font-size: 20px;
    color: #707070;
    padding: 0 10px 0 15px;
}

.courselevelHeader {
    padding-left: 5px;
}

.course-video-box .video-box,
.course-video-box .video-list {
    height: 420px;
    max-height: 420px;
}
/*
	.video-list .panel-body {
		min-height: calc(100% - 91px);
		height: calc(100% - 91px);
	}
	*/
.video-list .panel-body .exam-course {
    color: #5bbdeb !important;
}

.progress {
    border-radius: 0;
}

.black-mode .progress {
    background: #383838;
}

.light-mode .video-list .linkFiles-panel .download {
    color: #5bbdeb;
}

.exam-box {
    padding: 2rem 5rem;
}

.exam-box-view .title {
    color: #1a1a1c;
    font-size: 20px;
}

.exam-box-view .custom-control {
    font-size: 14px;
    padding: 0.5rem;
    padding-right: 3rem;
}

.exam-result {
    overflow-y: scroll;
    align-items: start;
}

    .exam-result table tr td:last-child {
        min-width: 110px;
        font-size: 13px;
        color: #b9b9b9;
    }

.exam-result {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(40, 95, 159, 0.5) rgba(40, 96, 159, 0.3);
}

    .exam-result::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        display: none;
    }

.exam-box-view .title.result {
    color: #1a1a1c;
    font-size: 40px;
    font-weight: bold;
}

.success-answer {
    border: 2px solid #00b100 !important;
}

.error-answer {
    border: 2px solid #d81111 !important;
}

.exam-box-view .error-answer .custom-control-label {
    font-weight: bold;
}

.exam-box-view
.error-answer
.custom-control-input:checked ~ .custom-control-label::before {
    background: #585858;
    border-color: #585858;
}

.exam-box-view
.error-answer
.custom-control-input:checked ~ .custom-control-label::after {
    content: "\f111";
    top: 5px;
}

.deploum-view .course-box:hover {
    transform: none !important;
}

.black-mode .profile {
    background: #111112 !important;
}

.black-mode .outgoing_msg .outgoing_msg_img svg .b,
.black-mode .incoming_msg .incoming_msg_img svg .c,
.black-mode .top-nav .user-icon svg .b,
.black-mode .top-nav .user-icon svg .c {
    stroke: #fff;
}

.light-mode .type_msg .write_msg {
    background: #fff;
    color: #0f1f37;
}

.deploum-view .course-box {
    cursor: auto;
}

.deploum-tabs-nav .nav-link svg line,
.deploum-tabs-nav .nav-link svg path {
    stroke: #fff;
}

.light-mode .deploum-tabs-nav .nav-link svg line,
.light-mode .deploum-tabs-nav .nav-link svg path {
    stroke: #0f1f37;
}

.deploum-tabs-nav .nav-link.active svg line,
.deploum-tabs-nav .nav-link.active svg path {
    stroke: rgb(91, 189, 235);
}

.deploum-view .course-box .course-box-content .title {
    font-size: 20px;
}

.course-box .course-box-content .custom-star {
    font-size: 12px;
    margin-top: 11px;
}

.cutome-course-box .user-count {
    font-size: 15px;
    color: #fff;
}

.light-mode .cutome-course-box .user-count {
    font-size: 15px;
    color: #000;
}

#addFav span {
    font-size: 15px;
}

.cutome-course-box svg {
    height: 14px;
    float: right;
    margin-top: 4px;
    margin-left: 6px;
}

span.d-flex.align-items-centertext-white {
    text-align: right;
    direction: ltr;
}

.video-list .panel-body {
    height: calc(420px - 91px);
}

.black-mode .wpwl-label,
.black-mode .wpwl-wrapper,
.black-mode .wpwl-brand-card {
    color: #222;
}

.note-box-view {
    margin-bottom: 1rem;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

    .note-box-view .msg-note {
        padding-bottom: 0;
    }

.black-mode .note-box-view {
    background: rgba(41, 41, 41, 0.35);
}

.light-mode .note-box-view {
    background: rgb(248, 249, 250, 0.5);
}

.wpwl-control-cardNumber {
    direction: ltr;
}

.black-mode .deploum-view .cutome-course-box:hover {
    background: none !important;
}

.light-mode .old-price {
    color: #0f1f37;
}

.light-mode .trainer-box .trainer-box-content .trainer-social-media a:hover {
    color: #0f1f37;
}

.dropdown-courses {
    margin-left: 1rem;
}

.video-list .panel-body::-webkit-scrollbar {
    width: 4px;
}

.video-list .panel-body::-webkit-scrollbar-track {
    background: transparent;
}

.video-list .panel-body::-webkit-scrollbar-thumb {
    background: rgba(40, 96, 159, 0.3);
}

.light-mode .video-list .panel-body::-webkit-scrollbar-thumb {
    background: #becfe2;
}

.black-mode .video-list .panel-body::-webkit-scrollbar-thumb {
    background: #2b2b2f;
}

.light-mode .deplome-section li::after {
    background: #becfe2;
}

.black-mode .deplome-section li::after {
    background: #383838;
}

.media-trainer .media-trainer-btn:hover svg .b,
.media-trainer .media-trainer-btn:hover svg .c {
    stroke: #fff;
}

.light-mode .media-trainer .media-trainer-btn:hover svg .b,
.light-mode .media-trainer .media-trainer-btn:hover svg .c {
    stroke: #becfe2;
}

.light-mode .scrtabs-tab-scroll-arrow-left:hover,
.light-mode .scrtabs-tab-scroll-arrow-right:hover {
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background: transparent;
    border: 1px solid #325680;
}

input,
textarea,
select {
    filter: none;
}

/*--------------------------------

		certificate-validation

	--------------------------------*/

.certificate-validation {
    background: transparent linear-gradient(122deg, rgba(13, 37, 73, 1) 0%, rgba(6, 74, 162, 1) 100%);
    background-size: cover;
}

.certificate-validation-box .title {
    font-size: 28px;
}

.certificate-validation-box .info {
    font-size: 16px;
}

.certificate-validation-box {
    padding: 10%;
    text-align: center;
    margin: 15% auto;
    background: rgba(91, 189, 235, 0.1);
}

    .certificate-validation-box .alert-danger {
        border-radius: 0;
        background: red;
        border-color: red;
        color: #fff;
    }

.black-mode .certificate-validation-box {
    background: #1a1a1c;
}

.light-mode .certificate-validation-box {
    color: #0f1f37;
    background: rgba(222, 226, 232, 0.2);
}

    .certificate-validation-box .form .btn,
    .black-mode .certificate-validation-box .form .btn,
    .light-mode .certificate-validation-box .form .btn {
        height: 54px;
        font-size: 28px;
        background: rgba(91, 189, 235, 1);
    }

.certificate-validation-box .form .form-control {
    height: 54px;
    text-align: center;
    font-size: 28px;
    background: rgba(18, 71, 134, 1);
    border: 1px solid rgba(91, 189, 235, 1);
}

.black-mode .certificate-validation-box .form .form-control {
    background: rgba(47, 47, 47, 1);
    border: 1px solid rgba(112, 112, 112);
}

.light-mode .certificate-validation-box .form .form-control {
    border: 1px solid #dee2e8;
    color: #0f1f37;
    background: #fff;
}

.certificate-validation-box .table {
    color: #fff;
    text-align: right;
    font-size: 16px;
}

    .certificate-validation-box .table td,
    .certificate-validation-box .table th {
        padding: 1rem;
        vertical-align: middle;
        border-top-color: rgba(91, 189, 235, 1);
    }

    .certificate-validation-box .table tr:first-child td,
    .certificate-validation-box .table tr:first-child th {
        border-top: none;
    }

    .certificate-validation-box .table svg {
        width: 16px;
    }

        .certificate-validation-box .table svg path,
        .certificate-validation-box .table svg circle {
            fill: #fff;
        }

.light-mode .certificate-validation-box .table {
    color: #0f1f37;
}

    .light-mode .certificate-validation-box .table svg path,
    .light-mode .certificate-validation-box .table svg circle {
        fill: #0f1f37;
    }

.black-mode .certificate-validation-box .table td,
.black-mode .certificate-validation-box .table th {
    border-top-color: rgba(112, 112, 112, 1);
}

.black-mode .certificate-validation-box .table td,
.black-mode .certificate-validation-box .table th {
    border-top-color: rgba(112, 112, 112, 1);
}

@media (max-width: 1024px) {
    .mobile-header .dropdown-menu::before,
    .mobile-header .dropdown-menu::after {
        left: auto !important;
        right: 15px !important;
    }

    .mobile-header .dropdown-menu::after {
        left: auto !important;
        right: 13px !important;
    }

    .navbar-mobile .navbar-mobile-box {
        position: fixed;
        z-index: 999999;
    }
}

@media (max-width: 786px) {
    .toolbar {
        display: flex;
    }

        .toolbar button {
            display: inline-block;
        }
}

/*
		2021/02/10
	----------------------------*/

.chat-msg {
    margin-bottom: 2rem;
}

    .chat-msg .user-box {
        display: flex;
        align-items: center;
    }

        .chat-msg .user-box .pic {
            width: 40px;
            min-width: 40px;
            height: 40px;
            overflow: hidden;
            margin: 1rem auto;
        }

            .chat-msg .user-box .pic img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .chat-msg .user-box .content {
            text-align: right;
            width: 100%;
            padding: 1rem;
        }

            .chat-msg .user-box .content .name {
                font-size: 14px;
                margin-bottom: 0.25rem;
            }

            .chat-msg .user-box .content .info {
                font-size: 13px;
            }

    .chat-msg.in .user-box {
        flex-direction: row-reverse;
    }

        .chat-msg.in .user-box .content {
            text-align: left;
        }

    .chat-msg .user-talk {
        border: 1px solid transparent;
        background: rgba(40, 96, 159, 0.2);
        font-size: 14px;
        padding: 1rem;
        line-break: anywhere;
    }

    .chat-msg.in .user-talk {
        border: 1px solid #325680;
        background: transparent !important;
    }

/* ------------------- */

.support-chat .input {
    width: 100%;
    border-top: 1px solid #325680;
    background: rgba(40, 96, 159, 0.3);
    background: rgba(40, 96, 159, 0.5);
}

    .support-chat .input .dialog {
        display: flex;
        align-items: flex-end;
        margin: auto;
        width: 100%;
        min-height: 60px;
        max-height: 180px;
    }

        .support-chat .input .dialog textarea {
            flex: 2;
            border: 0;
            outline: none;
            padding: 0.5rem 1rem;
            font-size: 14px;
            background: transparent;
            resize: none;
            overflow: hidden;
            min-height: 60px;
            max-height: 60px;
            padding-top: 1.25rem;
        }

            .support-chat .input .dialog textarea::placeholder {
                color: #b4b4b4;
            }

        .support-chat .input .dialog input[type="file"] {
            display: none;
        }

        .support-chat .input .dialog .icon {
            min-width: 30px;
            height: 60px;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

        .support-chat .input .dialog label svg {
            width: 20px;
            height: 20px;
            margin: 0;
            cursor: pointer;
        }

        .support-chat .input .dialog .icon img {
            height: 100%;
            width: 100%;
        }

        .support-chat .input .dialog .icon.send {
            outline: none;
            border: none;
            background: #5bbdeb;
            width: 60px;
        }

            .support-chat .input .dialog .icon.send.disabled {
                background: #b4b4b4;
            }

            .support-chat .input .dialog .icon.send img {
                height: 20px;
                width: 20px;
                margin-top: 5px;
            }

.sending-loading-icon {
    height: 40px !important;
    width: 40px !important;
    margin-top: 0px !important;
}

.dialog-voice .icon {
    width: 40px;
    min-width: 40px !important;
    height: 40px !important;
}

    .dialog-voice .icon.remove-voice {
        border-radius: 50%;
        background: #d54b65;
        color: #fff;
    }

    .dialog-voice .icon.stop-voice {
        border-radius: 50%;
        background: transparent;
        color: #fff;
    }

.green-audio-player {
    width: 300px;
    min-width: 200px;
    direction: ltr;
    background-color: rgba(40, 96, 159, 0.2);
    color: #fff;
}

.chat-msg .user-talk .green-audio-player {
    width: 100%;
    margin-bottom: 0;
}

.green-audio-player.d-none {
    display: none !important;
}

.green-audio-player svg path {
    fill: #fff;
}

.green-audio-player .controls {
    color: #fff !important;
}

.green-audio-player .slider .gap-progress .pin {
    background-color: #5bbdeb;
}

.green-audio-player .slider {
    background-color: #fff;
}

    .green-audio-player .slider .gap-progress {
        background-color: #5bbdeb;
    }

.green-audio-player .volume,
.green-audio-player .controls__total-time {
    display: none;
}

/*
		Black
	*/
.black-mode .msg_history {
    background: rgb(26 26 28);
}

    .black-mode .msg_history::-webkit-scrollbar-thumb {
        background: rgb(43 43 47);
    }

.black-mode .chat-msg.in .user-talk {
    border-color: rgb(43 43 47);
}

.black-mode .chat-msg .user-talk {
    background: rgb(43 43 47);
}

.black-mode .support-chat .input {
    border-top: 1px solid #2b2b2f;
    background: rgb(26 26 28);
}

.black-mode .green-audio-player {
    background-color: #2b2b2f;
}

    .black-mode .green-audio-player .controls {
        color: #fff;
    }

    .black-mode .green-audio-player .slider {
        /*background-color: #1a1a1c; */
        background: rgb(255 255 255 / 50%);
        border-radius: 3px;
    }
/*
		Light
	*/
.light-mode .msg_history {
    background: rgba(222, 226, 232, 0.2);
}

    .light-mode .msg_history::-webkit-scrollbar-thumb {
        background: rgba(222, 226, 232, 0.5);
    }

.light-mode .chat-msg.in .user-talk {
    border-color: rgba(222, 226, 232, 0.5);
}

.light-mode .chat-msg .user-talk {
    background: rgba(222, 226, 232, 0.5);
}

.light-mode .support-chat .input {
    border-top: 1px solid rgba(222, 226, 232, 0.5);
    background: rgba(222, 226, 232, 0.2);
}

.light-mode .green-audio-player {
    background-color: rgba(222, 226, 232, 0.2);
}

    .light-mode .green-audio-player svg path {
        fill: #0f1f37;
    }

    .light-mode .green-audio-player .controls {
        color: #0f1f37;
    }

    .light-mode .green-audio-player .slider {
        background-color: rgba(222, 226, 232, 0.5);
    }

.light-mode .dialog-voice .icon.stop-voice {
    color: #333;
}

.attachment-box {
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
}

    .attachment-box span {
        position: relative;
        margin: 0.25rem;
    }

        .attachment-box span .remove_attachment {
            position: absolute;
            width: 24px;
            height: 24px;
            text-align: center;
            border-radius: 50%;
            top: -6px;
            right: -6px;
            background: #fff;
            color: #d54b65;
            display: none;
            font-weight: bold;
            cursor: pointer;
        }

        .attachment-box span:hover .remove_attachment {
            display: block;
        }

.attachment-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: #b4b4b4;
}

    .attachment-thumbnail:hover {
        background-color: #5bbdeb;
    }

    .attachment-thumbnail img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .attachment-thumbnail svg path {
        fill: #fff;
    }

.emoji-picker__wrapper {
    z-index: 999999999;
}

.pic-boxs {
    overflow: auto;
    margin-top: 1rem;
}

    .pic-boxs a {
        width: 60px;
        height: 60px;
    }

        .pic-boxs a .more-pic {
            font-size: 24px;
        }

.play-pause-btn svg {
    width: 9px;
    height: 14px;
}

.green-audio-player .slider .gap-progress .pin {
    height: 12px;
    width: 12px;
}

.green-audio-player .controls {
    font-size: 14px;
}

    .green-audio-player
    .controls
    .controls__slider
    .controls__progress
    .progress__pin {
        right: -8px;
        top: -4px;
    }

.green-audio-player {
    background-color: transparent !important;
    box-shadow: none;
}

.black-mode .support-chat .input .dialog {
    background: #2b2b2f;
}

@media (max-width: 786px) {
}

@media (max-width: 420px) {
    .dialog-message textarea {
        padding: 0.5rem;
    }

    .dialog-voice .green-audio-player {
        width: 120px;
        min-width: 120px;
        padding: 0 0.5rem;
    }

    .emoji-picker__wrapper {
        z-index: 999999999;
        left: auto !important;
        right: -5px !important;
    }
}

.student-view .media-trainer {
    padding: 10% 0;
}

    .student-view .media-trainer .media-trainer-name .name {
        font-size: 22px;
    }

    .student-view .media-trainer .media-trainer-name .job {
        font-size: 16px;
    }

    .student-view .media-trainer .media-trainer-pic {
        width: 66px;
        min-width: 66px;
        height: 66px;
    }

.student-view .subscripe-box .title {
    font-size: 18px;
    margin-bottom: 2rem;
}

.student-view .subscripe-box .table tr th {
    background: rgba(40, 96, 159, 0.5);
}

.student-view .subscripe-box .table tr th,
.student-view .subscripe-box .table tr td {
    font-size: 14px;
    vertical-align: middle;
    border-top: 1px solid rgba(40, 96, 159, 0.25);
}

.light-mode .student-view .subscripe-box .table tr th {
    background: rgba(222, 226, 232, 0.5);
}

.light-mode .student-view .subscripe-box .table tr th,
.light-mode .student-view .subscripe-box .table tr td {
    border-top: 1px solid rgba(222, 226, 232, 0.5);
}

.black-mode .student-view .subscripe-box .table tr th {
    background: #2b2b2f;
}

.black-mode .student-view .subscripe-box .table tr th,
.black-mode .student-view .subscripe-box .table tr td {
    border-top: 1px solid #2b2b2f;
}

.application-box .nav {
    flex-wrap: nowrap;
}



.sizing-box {
    height: 23px;
    width: 18px;
}

.signal-bars {
    display: inline-block;
    direction: rtl;
}

    .signal-bars .bar {
        width: 20%;
        margin-left: -2px;
        min-height: 20%;
        display: inline-block;
    }

        .signal-bars .bar.first-bar {
            height: 20%;
        }

        .signal-bars .bar.second-bar {
            height: 40%;
        }

        .signal-bars .bar.third-bar {
            height: 60%;
        }

        .signal-bars .bar.fourth-bar {
            height: 80%;
        }

        .signal-bars .bar.fifth-bar {
            height: 99%;
        }

.good .bar {
    background-color: #5bbdeb;
    border: thin solid darken(#16a085, 7%);
}

.bad .bar {
    background-color: #e74c3c;
    border: thin solid darken(#e74c3c, 20%);
}

.ok .bar {
    background-color: #f1c40f;
    border: thin solid darken(#f1c40f, 7%);
}

.four-bars .bar.fifth-bar,
.three-bars .bar.fifth-bar,
.three-bars .bar.fourth-bar,
.one-bar .bar:not(.first-bar),
.two-bars .bar:not(.first-bar):not(.second-bar) {
    background-color: #fafafa;
    border: thin solid #f3f3f3;
}
