    body {
        font-family: var(--fonts);
        font-weight: 500;
    }

    body.bg-blue {
        background: var(--blue);
        ;
    }

    .text-inprogress {
        color: var(--inprogress);
    }

    .text-pending {
        color: var(--pending);
    }

    .text-completed {
        color: var(--completed);
    }

    .text-expired {
        color: var(--expired);
    }

    .rounded-page {
        border-radius: var(--rounded);
    }

    .header-bar {
        min-height: 80px;
    }

    .title h2 {
        font-size: 28px;
        color: #005295;
    }

    .sub-title h3 {
        font-weight: 500;
        font-size: 22px;
        color: #005295;
    }

    .petasub-title h4 {
        font-weight: 500;
        font-size: 22px;
        color: #333333;
    }

    .dataTables_wrapper {
        position: relative;
    }

    .more-info p {
        color: #999;
        font-size: 20px;
    }

    .more-info p span {
        color: #000;
    }

    .sudent-courses .boxes {
        width: 100%;
    }

    .sudent-courses .boxes p {
        color: #999;
        font-size: 14px;
        font-weight: 400;
    }

    .sudent-courses .boxes h4,
    .sudent-courses .boxes a.link-title {
        font-weight: 500;
        color: #333;
        font-size: 18px;
        display: block;
        text-decoration: none;
        line-height: 20px;
    }

    .sudent-courses .boxes .btn-default {
        font-weight: 500;
        font-size: 14px;
        border: 1px solid var(--blue);
        background: transparent;
        color: var(--blue);
        border-radius: var(--rounded);
        padding: 10px 15px;
    }

    .sudent-courses .boxes .btn-default:hover,
    .sudent-courses .boxes .btn-default:focus {
        background: var(--blue);
        color: #fff;
        box-shadow: none;
    }

    .courses-content {
        padding-left: 15px;
        width: 100%;
    }

    .generatecode .btn-success {
        font-weight: 400;
        font-size: 14px;
        border: 1px solid var(--blue);
        background: var(--blue);
        color: #fff;
        min-width: 110px;
        height: 48px;
        padding: 11px;
    }

    .modal.generatecode span.error {
        padding-left: 105px;
    }

    .generatecode .btn-success:hover,
    .generatecode .btn-success:focus {
        background: transparent;
        color: var(--blue);
        box-shadow: none;
    }

    .generatecode .btn-default {
        font-weight: 400;
        font-size: 14px;
        border: 1px solid var(--blue);
        background: transparent;
        color: var(--blue);
        min-width: 110px;
        height: 48px;
        padding: 11px;
    }

    .generatecode .btn-default:hover,
    .generatecode .btn-default:focus {
        background: var(--blue);
        color: #fff;
        box-shadow: none;
    }

    .generatecode .modal-dialog {
        height: 100vh;
    }

    .generatecode label {
        font-size: 15px;
        font-weight: 600;
        min-width: 100px;
    }

    .generatecode .modal-dialog {
        max-width: 450px;
    }

    .generatecode .modal-footer {
        border: 0;
        padding-top: 0;
    }

    table.dataTable.table-accesscode {
        border: 1px solid #e6e6e6;
        border-radius: var(--rounded);
    }

    table.dataTable td,
    table.dataTable th {
        border: 1px solid #e6e6e6;
        padding: 12px 15px;
        text-align: center;
        line-height: 22px;
    }

    table.dataTable>thead .sorting:before,
    table.dataTable>thead .sorting:after,
    table.dataTable>thead .sorting_asc:before,
    table.dataTable>thead .sorting_asc:after,
    table.dataTable>thead .sorting_desc:before,
    table.dataTable>thead .sorting_desc:after,
    table.dataTable>thead .sorting_asc_disabled:before,
    table.dataTable>thead .sorting_asc_disabled:after,
    table.dataTable>thead .sorting_desc_disabled:before,
    table.dataTable>thead .sorting_desc_disabled:after,
    div.dataTables_wrapper div.dataTables_filter,
    .dataTables_info {
        display: none;
    }

    table.dataTable th {
        background: var(--blue);
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }

    table.dataTable th:first-child {
        border-radius: var(--rounded) 0 0 0;
    }

    table.dataTable th:last-child {
        border-radius: 0 var(--rounded) 0 0;
    }

    table.dataTable td {
        font-size: 15px;
        color: #000;
    }

    table.dataTable td span {
        font-size: 16px;
    }

    table.dataTable td span.text-gray {
        font-size: 13px;
        color: #000;
    }

    table.dataTable td a {
        font-size: 16px;
        color: var(--blue);
        text-decoration: none;
    }

    .pagination-bottom .page-item.active .page-link {
        background-color: transparent;
        border-color: var(--blue);
        color: var(--blue);
    }

    .pagination-bottom .page-item .page-link {
        border-radius: 10px !important;
        margin-left: 10px;
        color: #999;
        font-size: 13px;
        height: 36px;
        min-width: 36px;
        text-align: center;
    }

    .dataTables_length {
        position: absolute;
        bottom: 2px;
        color: #999;
    }

    div.dataTables_paginate ul.pagination {
        margin-top: 20px !important;
    }

    .dataTables_length select {
        border-radius: var(--rounded);
        color: #999;
    }

    .searchbar {
        margin-right: 20px;
    }

    .searchbar input {
        background: #f2f4f5;
        border: 0;
        height: 48px;
        border-radius: 15px;
        padding-left: 40px;
    }

    .searchbar span.icon-search {
        position: relative;
    }

    .searchbar span.icon-search::before {
        content: '';
        position: absolute;
        background: url(../images/search-icon.svg);
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        top: 16px;
        left: 15px;
    }

    .profile-drop span.icon-user {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #135295;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        top: 10px;
        right: 35px;
    }



    .profile-drop .dropdown-toggle::after {
        content: '';
        position: absolute;
        background: url(../images/droparrow-icon.svg);
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        top: 20px;
        right: 5px;
        border: 0;
    }

    .profile-drop .dropdown-menu.show {
        width: 100%;
        border-radius: 15px;
    }

    .profile-drop .btn-secondary {
        background: transparent;
        border: 1px solid #dee2e6 !important;
        color: #000;
        font-size: 16px;
        box-shadow: none;
        border-radius: 15px;
        min-width: 200px;
        text-align: left;
        padding-left: 20px;
        height: 48px;
    }

    .profile-drop .btn-secondary:focus {
        box-shadow: none;
    }

    ::-webkit-input-placeholder {
        /* Edge */
        color: #a2a9b0;
        font-size: 16px;
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #a2a9b0;
        font-size: 16px;
    }

    ::placeholder {
        color: #a2a9b0;
        font-size: 16px;
    }

    .breadcrumb {
        position: relative;
    }

    .breadcrumb .breadcrumb-item a {
        font-size: 15px;
        color: var(--blue);
        text-decoration: none;
        margin-left: 20px;
        margin-right: 10px;
        top: 3px;
    }

    .breadcrumb-item.active {
        font-size: 15px;
        margin-left: 20px;
        top: 1px;
        position: relative;
    }

    .breadcrumb .breadcrumb-item img {
        margin-top: -6px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        content: ' ';
        background: url(../images/pathicon.svg);
        background-repeat: no-repeat;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 7px;
    }

    .breadcrumb-item.active::before {
        left: -12px;
    }

    .pagination-custom .page-link {
        border-radius: 10px !important;
        margin-left: 10px !important;
        color: #999;
        font-size: 13px;
        height: 36px;
        min-width: 36px;
        text-align: center;
    }

    .pagination-custom .page-link.active {
        background-color: transparent;
        border-color: var(--blue);
        color: var(--blue);
    }

    .pagination-custom .page-link:focus,
    .pagination-custom .dataTables_length select:focus {
        box-shadow: none;
    }

    .sidebar-custom {
        background: #f8f9fa;
        font-size: 16px;
        color: #999999;
        height: 100%;
    }

    .sidebar-custom .nav-pills .nav-link {
        height: 52px;
        color: #999;
        position: relative;
    }

    .sidebar-custom .nav-pills .nav-link.active {
        background: var(--blue);
        color: #fff;
    }

    .sidebar-custom .nav-pills .nav-link img {
        height: 24px;
        margin-right: 10px;
    }

    .sidebar-custom .nav-pills .nav-link.active .whiteicons {
        display: inline-block;
    }

    .sidebar-custom .nav-pills .nav-link.active .grayicons,
    .sidebar-custom .nav-pills .nav-link .whiteicons {
        display: none;
    }

    .sidebar-custom .nav-pills .nav-link.multimenu::after {
        content: '';
        position: absolute;
        background: url(../images/droparrow-icon.svg);
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        right: 0;
        top: 24px;
    }

    .sidebar-custom .nav-pills .nav-link.active.multimenu.collapsed::after {
        content: '';
        position: absolute;
        background: url(../images/droparrow-icon-white.svg);
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        right: 0;
        top: 24px;
    }

    .sidebar-custom ul.multimenu-details {
        padding-left: 50px;
        position: relative;
    }

    .sidebar-custom ul.multimenu-details .nav-link {
        height: 40px;
    }

    .sidebar-custom ul.multimenu-details::before {
        content: '';
        position: absolute;
        border-left: 1px solid #999;
        height: 78px;
        width: 1px;
        background-repeat: no-repeat;
        left: 23px;
        top: -16px;
    }

    .sidebar-custom ul.multimenu-details li {
        position: relative;
    }

    .sidebar-custom ul.multimenu-details li::before {
        content: '';
        position: absolute;
        border-bottom: 1px solid #999;
        height: 38px;
        width: 24px;
        background-repeat: no-repeat;
        left: -26px;
        top: -16px;
    }

    .sidebar-custom ul.multimenu-details li .nav-link.active {
        background: transparent;
        color: var(--blue);
    }

    .menu-bottomlink {
        font-size: 13px;
        color: #999999;
    }

    .menu-bottomlink a {
        color: var(--blue);
    }

    /* custom checkbox */

    .square-checkbox {
        position: relative;
        min-width: 130px;
        height: 40px;
        width: 18.8%;
    }

    .square-checkbox label {
        background-color: #eceffb;
        border: 2px dashed #3e7cae;
        border-radius: 5px;
        cursor: pointer;
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        min-width: 130px;
        text-align: center;
        padding: 8px;
        color: var(--blue);
        font-size: 14px;
    }

    .square-checkbox input[type="checkbox"]:checked+label:after {
        content: "";
        height: 20px;
        right: 15px;
        position: absolute;
        top: 10px;
        width: 18px;
        background: url(../images/dashboard/check-icon.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .square-checkbox.green-checkbox input[type="checkbox"]:checked+label:after {
        background: url(../images/dashboard/check-icon-green.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .square-checkbox input[type="checkbox"] {
        visibility: hidden;
    }

    .square-checkbox input[type="checkbox"]:checked+label {
        background-color: transparent;
        border: 2px dashed #b1b1b1;
        border-radius: 5px;
        cursor: pointer;
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        min-width: 120px;
        text-align: left;
        padding: 8px;
        color: #b1b1b1;
        font-size: 14px;
    }

    .square-checkbox.green-checkbox input[type="checkbox"]:checked+label {
        border: 2px dashed #198754;
        color: #198754;
    }


    .square-checkbox input[type="checkbox"]:checked+label:after {
        opacity: 1;
    }

    .dismiss-modal {
        right: -10px;
        top: -15px;
    }

    .use-forms input,
    .use-forms select {
        border: 1px solid #ccc;
        border-radius: 5px;
        /* max-width: 280px; */
        height: 48px;
    }

    .use-forms .select2-container--default .select2-selection--single {
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #fff;
        height: 48px;
        padding: 10px;
    }

    .use-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
        right: 15px;
    }

    .use-forms input:focus,
    .use-forms select:focus {
        box-shadow: none;
    }

    .use-forms label {
        color: #000;
        font-size: 16px;
        min-width: 150px;
    }

    .use-forms .btn {
        margin-left: 20px;
        border-radius: 10px;
        height: 48px;
        min-width: 140px;
        border: 1px solid;
        font-size: 16px;
        color: #fff;
        padding: 11px;
    }

    .use-forms .filled-btn {
        background-color: var(--blue);
        border-color: var(--blue);
    }

    .use-forms .filled-btn:hover,
    .use-forms .filled-btn:focus {
        background-color: transparent;
        color: var(--blue);
    }

    .use-forms .unfill-btn {
        background-color: transparent;
        border-color: var(--blue);
        color: var(--blue);
    }

    .use-forms .unfill-btn:hover,
    .use-forms .unfill-btn:focus {
        background-color: var(--blue);
        color: #fff;
    }

    .bgimg-report {
        background: url(../images/reports/illustartion.svg);
        background-repeat: no-repeat;
        background-size: 25%;
        background-position: 98% 10%;
        min-height: 300px;
    }

    .student-use label {
        min-width: 90px;
    }

    .student-use select {
        max-width: 500px;
        min-width: 280px;
    }

    .w-60 {
        width: 60% !important;
    }

    .bg-student-img {
        right: 15px;
        top: -35px;
    }

    .bg-card-img {
        background: url(../images/reports/card-image.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 230px;
    }

    .progress {
        background-color: #80a9ca;
        height: 6px;
    }

    .progress-bar {
        background-color: #fe8126;
    }


    .bg-lightgray {
        background-color: #eee !important;
    }

    .rounded-progressbar .details-bar .yellowbox {
        background: #fe8126;
        height: 20px;
        width: 20px;
    }

    .rounded-progressbar .details-bar .blackbox {
        background: #000;
        height: 20px;
        width: 20px;
    }

    .rounded-progressbar .details-bar .pinkbox {
        background: #ff006d;
        height: 20px;
        width: 20px;
    }

    .h-230 {
        height: 230px;
    }

    .student-header {
        min-height: 70px;
    }

    .logo-space {
        border-right: 1px solid #ccc;
        min-height: 50px;
    }

    .img-title-main h2 {
        color: #000;
        font-size: 24px;
    }

    .img-title-main span.border {
        background: #000;
        height: 50px;
        width: 1px;
        border: 0 !important;
    }

    .img-title-main h3 {
        color: var(--blue);
        font-size: 24px;
    }

    .student-head-right p {
        font-size: 16px;
        font-weight: 500;
    }

    .student-head-right .btn {
        min-width: 100px;
    }

    .student-head-right .text-lightgray {
        color: #999;
    }

    .video-details {
        width: 100%;
        height: 70vh;
        border: 2px solid #fff;
        border-radius: 10px;
        position: relative;
    }

    .play-btn {
        position: absolute;
        z-index: 666;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        border: 0;
    }

    .play-btn:hover {
        cursor: pointer;
    }

    .play-btn:focus {
        outline: 0;
    }

    #video-cover {
        background: #000;
        opacity: 0.6;
        height: 97.6%;
        width: 98.6%;
        position: absolute;
    }

    .startstop-btn {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        min-width: 130px;
        height: 48px;
        padding: 10px;
        border-radius: 10px;
    }

    .startstop-btn:hover,
    .startstop-btn:focus {
        background-color: #fff;
        border: 1px solid #fff;
        color: var(--blue);
        box-shadow: none;
    }

    .white-btn {
        background-color: #fff;
        border: 1px solid #fff;
        color: var(--blue);
        font-size: 16px;
        font-weight: 600;
        min-width: 130px;
        height: 48px;
        padding: 10px;
        border-radius: 10px;
    }

    .white-btn:hover,
    .white-btn:focus {
        box-shadow: none;
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

    .exitmodel p,
    .completedmodel p {
        font-size: 26px;
    }

    .dashboardmodel .modal-title {
        word-break: break-all;
        max-width: 500px;
    }

    .dashboardmodel .modal-body {
        max-height: 560px;
        overflow-y: scroll;
    }

    @media (min-width:1680px) {
        .bgimg-report {
            background-size: 20%;
        }
    }

    @media screen and (max-width: 1400px) and (min-width: 1200px) {
        .student-use select {
            min-width: max-content;
        }
    }

    @media (max-width:1199px) {
        .profile-drop .btn-secondary {
            min-width: 170px;
        }

        table.dataTable th {
            font-size: 16px;
        }

        .bg-student-img img {
            height: 120px;
        }

        .ipad-student .student-use {
            width: 100% !important;
        }

        .student-head-right .btn {
            min-width: 50px;
            height: 40px;
            padding: 8px;
            margin-left: 0;
        }

        .img-title-main h2 {
            font-size: 22px;
            max-width: 240px;
        }

        .img-title-main h3 {
            font-size: 20px;
        }
    }

    @media (max-width:991px) {
        .header-bar {
            flex-wrap: wrap;
        }

        .sidebar-custom {
            font-size: 15px;
            line-height: 16px;
        }

        .ipad-course .w-50 {
            width: 100% !important;
            margin-bottom: 20px !important;
        }

        .ipad-course .bg-light {
            flex-wrap: wrap;
        }

        .student-use select {
            min-width: 170px;
        }

        .img-title-main h2 {
            font-size: 18px;
            margin-bottom: 0;
            max-width: 175px;
        }

        .img-title-main h3 {
            font-size: 16px;
            margin-bottom: 0;
        }

        .student-head-right p {
            font-size: 15px;
        }

        .logo-space,
        .img-title-main,
        .student-head-right {
            padding: 10px !important;
        }

        .img-title-main img {
            margin-right: 10px !important;
            height: 30px;
        }

        .logo-space img {
            height: 40px;
            margin-top: 20px;
        }

        .dashboardmodel .modal-dialog {
            max-width: 740px;
        }

        .square-checkbox {
            min-width: 120px;
            width: auto;
        }

        .square-checkbox label {
            min-width: 120px;
        }
    }

    .error-design .invalid-feedback {
        bottom: -20px;
    }

    .student-loader {
        height: 100%;
        position: absolute;
        width: 100%;
        background: #00000094;
        z-index: 999;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    .student-loader .spinner-border {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0px auto;
        bottom: 0;
    }

    .coursetable thead {
        background: #005295;
        color: #fff;
    }

    .coursetable {
        max-height: 360px;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 10px;
        border-radius: 10px;
        height: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

    .spinner-border {
        height: 25px;
        width: 25px;
    }

    .select-student-error {
        position: absolute;
        bottom: -20px;
    }

    .sticky-sm-top {
        top: -1px;
    }

    div.dataTables_wrapper div.dataTables_processing {
        background: rgba(0, 0, 0, 0.7);
        /* width: 100%;
    height: 100%; */
        color: #fff;
        z-index: 9;
        /* top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0; */
    }

    .lesson-video-details {
        width: 100%;
        height: 40vh;
        border: 2px solid #fff;
        border-radius: 10px;
        position: relative;
        margin-bottom: 2%;
    }

    .course-close .filled-btn {
        background-color: var(--blue);
        border-color: var(--blue);
    }

    .use-forms input,
    .use-forms select {
        border: 1px solid #ccc;
        border-radius: 5px;
        /* max-width: 280px; */
        height: 48px;
    }

    .use-forms .select2-container--default .select2-selection--single {
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #fff;
        height: 48px;
        padding: 10px;
    }

    .use-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
        right: 15px;
    }

    .use-forms input:focus,
    .use-forms select:focus {
        box-shadow: none;
    }

    .use-forms label {
        color: #000;
        font-size: 16px;
        min-width: 150px;
    }

    .use-forms .btn {
        margin-left: 20px;
        border-radius: 10px;
        height: 48px;
        min-width: 140px;
        border: 1px solid;
        font-size: 16px;
        color: #fff;
        padding: 11px;
    }

    .use-forms .screenshot-btn {
        background-color: var(--blue);
        border-color: var(--blue);
    }

    .use-forms .filled-btn {
        background-color: var(--blue);
        border-color: var(--blue);
    }

    .use-forms .filled-btn:hover,
    .use-forms .filled-btn:focus {
        background-color: transparent;
        color: var(--blue);
    }

    .use-forms .unfill-btn {
        background-color: transparent;
        border-color: var(--blue);
        color: var(--blue);
    }

    .use-forms .unfill-btn:hover,
    .use-forms .unfill-btn:focus {
        background-color: var(--blue);
        color: #fff;
    }

    #generateGuide.show {
        display: flex !important;
    }

    #generateGuide .modal-dialog {
        max-width: calc(100% - 32px);
        width: 1000px;
        margin-inline: auto;
    }

    #generateGuide .modal-dialog iframe.doc {
        height: calc(100vh - 127px);
    }

    #generateGuide .modal-dialog iframe.video {
        aspect-ratio: 16/9;
        height: 100%;
    }

    .information-popup-btn {
        border-radius: var(--rounded);
        border: 1px solid !important;
        color: #005295;
        float: right;
    }


    .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        min-width: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .navigation {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }

    .nav-btn {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
    }

    .fv-help-block strong {
        color: #ef6969;
        font-weight: 500;
    }
