﻿body.overflow-x {
    overflow: hidden;
}

.without-sidebar .app-header {
    left: 0 !important;
}

.without-sidebar .app-wrapper {
    margin-left: 0;
}
/*modal popup footer fixed............................*/
.custom-modal-body {
    padding: 20px;
    overflow: auto;
    height: 100vh;
}

.custom-modal-body-ff {
    padding: 0 20px;
    overflow: auto;
    height: 100vh;
}

.custom-modal-footer {
    position: fixed;
    width: calc(100% - 40px);
    bottom: 0;
    padding: 10px;
    background: #fff;
    border-top: 1px solid var(--kt-modal-header-border-color);
}

.custom-modal-body-ff:has(.custom-modal-footer) {
    height: calc(100vh - 62px);
    padding-top: 20px;
}

@supports (-moz-appearance:none) {
    .custom-modal-footer {
        position: relative;
        width: auto;
        bottom: 0;
        padding: 10px;
        background: #fff;
        border-top: 1px solid var(--kt-modal-header-border-color);
    }
}


.min-height-container {
    min-height: calc(100vh - 130px);
}

.manage-flex-center > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/*tab panel start*/

.ajax__tab_xp .ajax__tab_body {
    font-family: inherit !important;
}

.ajax__tab_xp .ajax__tab_header,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner,
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background-image: none !important;
    height: auto !important;
}

.ajax__tab_header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.ajax__tab_default .ajax__tab {
    display: block;
    float: none !important;
    height: auto !important;
    margin-top: 0 !important;
}

.ajax__tab {
    color: var(--kt-gray-500);
    border: 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease;
    padding: 0.5rem 0;
    margin: 0;
    margin-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    padding-left: 0px !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    padding-right: 0px !important;
}

.ajax__tab a {
    color: var(--kt-gray-500) !important;
    padding: 0 !important;
}

.ajax__tab_hover {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--kt-primary);
    transition: color 0.2s ease;
}

.ajax__tab_active {
    color: var(--kt-text-primary);
    border-bottom: 2px solid var(--kt-primary);
    transition: color 0.2s ease;
}

    .ajax__tab_active a {
        color: var(--kt-text-primary) !important;
    }

.ajax__tab_xp .ajax__tab_body {
    border: 0px !important;
}

.ajax__tab_xp .ajax__tab_body {
    padding: 0 !important;
}

@media (max-width: 575px) {
    .ajax__tab_xp .ajax__tab_header .ajax__tab {
        font-size: 12px;
    }

    table.dataTable thead > tr > th {
        min-width: 100px;
    }
}
/*table panel end*/
.h-100vh {
    height: 100vh;
}

.fs-48 {
    font-size: 12rem !important;
}

.fs-64 {
    font-size: 16rem !important;
}

#kt_app_sidebar .bi {
    font-size: 1.5rem;
}

.top-30 {
    top: 30% !important;
}

.fileupload {
    width: 97%;
    position: absolute;
    padding: 1.5em 0;
    margin: 1.5em 0;
    text-align: center;
    opacity: 0;
}

.form-switch.form-check-solid .form-check-input {
    filter: brightness(90%);
}
/*Custom checkbox start ......................................*/
.custom-check {
    display: inline-block;
    margin-right: 1.5rem;
    min-height: 1.5rem;
    padding-left: 2.25rem;
    margin-bottom: 0.125rem;
}

table.custom-check {
    padding-left: 0;
}

.custom-check input {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -0.125rem;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #E4E6EF;
    appearance: none;
    print-color-adjust: exact;
    border-radius: 0.45em;
}

    .custom-check input:checked[type=checkbox] {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23ffffff'/%3e%3c/svg%3e);
    }

    .custom-check input:checked[type=checkbox] {
        background-image: var(--kt-form-check-input-checked-bg-image);
    }

    .custom-check input[type=checkbox] {
        background-size: 60% 60%;
    }

    .custom-check input:checked {
        background-color: var(--kt-form-check-input-checked-bg-color);
        border-color: var(--kt-form-check-input-checked-border-color);
    }

.form-check-input {
    background-color: var(--kt-form-check-input-bg);
    border: var(--kt-form-check-input-border);
}

.custom-check input {
    float: left;
    margin-left: -2.25rem;
}

table.custom-check input {
    margin-left: 0;
}

.custom-check label {
    font-weight: 500;
    font-size: 1.075rem;
    padding-left: 0.5rem;
}

table.custom-check label {
    margin-right: 2.5rem;
}

table.custom-check td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
/*Radio button...................................*/
.custom-check input[type=radio] {
    border-radius: 50%;
}

.custom-check input[type=radio] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e);
}

.custom-check input[type=radio] {
    background-image: var(--kt-form-check-radio-checked-bg-image);
}

.custom-check[disabled="disabled"] {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
    opacity: var(--kt-form-check-input-disabled-opacity);
}

    .custom-check[disabled="disabled"] input {
        pointer-events: none;
        filter: none;
    }
/*Custom checkbox end ......................................*/

/*Custom group button lg start................................................*/
table.group-buttons-lg {
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.group-buttons-lg td {
        padding: 0;
    }

    table.group-buttons-lg input {
        display: none;
    }

        table.group-buttons-lg input + label {
            border: 1px solid var(--kt-input-border-color);
            background: transparent;
            color: var(--kt-text-muted);
            margin-bottom: 0px;
            padding: 0.40rem 1.5rem;
            font-size: 1.25rem;
            font-family: var(--bs-btn-font-family);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            cursor: pointer;
            margin-left: -1px;
        }

    table.group-buttons-lg td:first-child input + label {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    table.group-buttons-lg td:last-child input + label {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

html[direction="rtl"] table.group-buttons-lg td:first-child input + label {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

html[direction="rtl"] table.group-buttons-lg td:last-child input + label {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

table.group-buttons-lg input:checked + label {
    color: var(--kt-primary-inverse);
    border-color: var(--kt-primary);
    background-color: var(--kt-primary);
}

.custom-group-buttons-lg td {
    display: inline-flex;
}
/*Custom group lg button end................................................*/

/*Custom group button start................................................*/
table.group-buttons {
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.group-buttons td {
        padding: 0;
    }

    table.group-buttons input {
        display: none;
    }

        table.group-buttons input + label {
            border: 1px solid var(--kt-input-border-color);
            background: transparent;
            color: var(--kt-text-muted);
            margin-bottom: 0px;
            padding: 0.35rem 1.5rem;
            font-size: 1.1rem;
            font-family: var(--bs-btn-font-family);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            cursor: pointer;
            margin-left: -1px;
        }

    table.group-buttons td:first-child input + label {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    table.group-buttons td:last-child input + label {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

html[direction="rtl"] table.group-buttons td:first-child input + label {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

html[direction="rtl"] table.group-buttons td:last-child input + label {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

table.group-buttons input:checked + label {
    color: var(--kt-primary-inverse);
    border-color: var(--kt-primary);
    background-color: var(--kt-primary);
}

.custom-group-buttons td {
    display: inline-flex;
}
/*Custom group button end................................................*/

/*Custom group button sm start................................................*/
table.group-buttons-sm {
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.group-buttons-sm td {
        padding: 0;
    }

    table.group-buttons-sm input {
        display: none;
    }

        table.group-buttons-sm input + label {
            border: 1px solid var(--kt-input-border-color);
            background: transparent;
            color: var(--kt-text-muted);
            margin-bottom: 0px;
            padding: 0.15rem 1rem;
            font-size: 1rem;
            font-family: var(--bs-btn-font-family);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            cursor: pointer;
            margin-left: -1px;
        }

    table.group-buttons-sm td:first-child input + label {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    table.group-buttons-sm td:last-child input + label {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

html[direction="rtl"] table.group-buttons-sm td:first-child input + label {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

html[direction="rtl"] table.group-buttons-sm td:last-child input + label {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

table.group-buttons-sm input:checked + label {
    color: var(--kt-primary-inverse);
    border-color: var(--kt-primary);
    background-color: var(--kt-primary);
}

.custom-group-buttons-sm td {
    display: inline-flex;
}
/*Custom group sm button end................................................*/

/*Custom tags lg class start................................................*/
table.group-tags-lg {
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.group-tags-lg td {
        padding: 0;
    }

    table.group-tags-lg input {
        display: none;
    }

        table.group-tags-lg input + label {
            border: 1px solid var(--kt-input-border-color);
            background: transparent;
            color: var(--kt-text-muted);
            margin-bottom: 0px;
            padding: 0.40rem 1.5rem;
            font-size: 1.25rem;
            font-family: var(--bs-btn-font-family);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            cursor: pointer;
            margin-left: -1px;
        }

    table.group-tags-lg td:first-child input + label {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    table.group-tags-lg td:last-child input + label {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

html[direction="rtl"] table.group-tags-lg td:first-child input + label {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

html[direction="rtl"] table.group-tags-lg td:last-child input + label {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

table.group-tags-lg input:checked + label {
    color: var(--kt-primary-inverse);
    border-color: var(--kt-primary);
    background-color: var(--kt-primary);
}

.custom-group-tags-lg td {
    display: inline-flex;
}

.group-tags-lg tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
/*Custom tags lg class end................................................*/

/*Custom tags class start................................................*/
table.group-tags {
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.group-tags td {
        padding: 0;
    }

    table.group-tags input {
        display: none;
    }

        table.group-tags input + label {
            border: 1px solid var(--kt-input-border-color);
            background: transparent;
            color: var(--kt-text-muted);
            margin-bottom: 0px;
            padding: 0.35rem 1.5rem;
            font-size: 1.1rem;
            font-family: var(--bs-btn-font-family);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            cursor: pointer;
            margin-left: -1px;
        }

    table.group-tags td:first-child input + label {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    table.group-tags td:last-child input + label {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

html[direction="rtl"] table.group-tags td:first-child input + label {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

html[direction="rtl"] table.group-tags td:last-child input + label {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

table.group-tags input:checked + label {
    color: var(--kt-primary-inverse);
    border-color: var(--kt-primary);
    background-color: var(--kt-primary);
}

.custom-group-tags td {
    display: inline-flex;
}

.group-tags tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
/*Custom tags class end................................................*/

/*Custom tags sm class start................................................*/
table.group-tags-sm {
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.group-tags-sm td {
        padding: 0;
    }

    table.group-tags-sm input {
        display: none;
    }

        table.group-tags-sm input + label {
            border: 1px solid var(--kt-input-border-color);
            background: transparent;
            color: var(--kt-text-muted);
            margin-bottom: 0px;
            padding: 0.15rem 1rem;
            font-size: 1rem;
            font-family: var(--bs-btn-font-family);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            cursor: pointer;
            margin-left: -1px;
        }

    table.group-tags-sm td:first-child input + label {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    table.group-tags-sm td:last-child input + label {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

html[direction="rtl"] table.group-tags-sm td:first-child input + label {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

html[direction="rtl"] table.group-tags-sm td:last-child input + label {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

table.group-tags-sm input:checked + label {
    color: var(--kt-primary-inverse);
    border-color: var(--kt-primary);
    background-color: var(--kt-primary);
}

.custom-group-tags-sm td {
    display: inline-flex;
}

.group-tags-sm tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
/*Custom tags sm class end................................................*/

/* label text align right.......................................*/
/*.col-form-label {
    text-align: right;
}*/
@media(min-width: 992px) {
    .action {
        width: 12%;
    }
}

.action a:not(:first-child) {
    margin-left: 5px;
}

.action a:not(:last-child) {
    margin-right: 5px;
}

.user-profile-upload .btn-circle {
    display: inline-block;
    text-align: center;
}

.relative {
    position: relative;
}

.avator-image {
    border-radius: 0.475rem;
    border: 3px solid #fff;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.w-95 {
    width: 95%;
}

input.form-control:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.modal-body iframe {
    width: 100%;
}

.form-captcha input {
    display: block;
    width: 100%;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0.475rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: var(--kt-input-color);
    background-color: var(--kt-input-bg);
    border: 1px solid var(--kt-input-border-color);
    box-shadow: none !important;
    outline: none;
}
/*CK Editor.......................................*/

.cke_chrome {
    border: 1px solid var(--kt-input-border-color) !important;
}

.cke_top {
    border-bottom: 1px solid var(--kt-input-border-color) !important;
}

.cke_bottom {
    border-top: 1px solid var(--kt-input-border-color) !important;
}

a.cke_button {
    opacity: .5 !important;
}

    a.cke_button:hover, a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
        opacity: 1 !important;
    }

.lms-slider img {
    border-radius: .75rem;
}

.sub-heading {
    margin-bottom: 1rem;
}

hr {
    border-top: 1px solid #eff2f5;
    opacity: 1;
}

/*Badges css start..........................................................*/

.badges {
    width: 12.5%;
}

.badges-name {
    font-weight: bold;
}

.badges-name, .logins-in {
    display: none;
}

@media(min-width:575px) {
    .badges-name, .logins-in {
        display: block;
    }
}


.badges_img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.badges_img_set-1 {
    background: url(../../assets/media/badges/set1.png);
    background-size: 100%;
}

.badges_img_set-2 {
    background: url(../../assets/media/badges/set2.png);
    background-size: 100%;
}

.badges_img_set-3 {
    background: url(../../assets/media/badges/set3.png);
    background-size: 100%;
}

.badges_img_set-4 {
    background: url(../../assets/media/badges/set4.png);
    background-size: 100%;
}

.badges_img_set-5 {
    background: url(../../assets/media/badges/set5.png);
    background-size: 100%;
}

.badges_img_set-6 {
    background: url(../../assets/media/badges/set6.png);
    background-size: 100%;
}

.activity-badges-1 {
    background-position: 0 0;
}

.activity-badges-2 {
    background-position: 0 1.587302%;
}

.activity-badges-3 {
    background-position: 0 3.174603%;
}

.activity-badges-4 {
    background-position: 0 4.761905%;
}

.activity-badges-5 {
    background-position: 0 6.349206%;
}

.activity-badges-6 {
    background-position: 0 7.936508%;
}

.activity-badges-7 {
    background-position: 0 9.52381%;
}

.activity-badges-8 {
    background-position: 0 11.111111%;
}

/*Learning badges..............................................*/
.learning-badges-1 {
    background-position: 0 50.793651%;
}

.learning-badges-2 {
    background-position: 0 52.380952%;
}

.learning-badges-3 {
    background-position: 0 53.968254%;
}

.learning-badges-4 {
    background-position: 0 55.555556%;
}

.learning-badges-5 {
    background-position: 0 57.142857%;
}

.learning-badges-6 {
    background-position: 0 58.730159%;
}

.learning-badges-7 {
    background-position: 0 60.31746%;
}

.learning-badges-8 {
    background-position: 0 61.904762%;
}

/*Test badges..............................................*/
.test-badges-1 {
    background-position: 0 88.888889%;
}

.test-badges-2 {
    background-position: 0 90.47619%;
}

.test-badges-3 {
    background-position: 0 92.063492%;
}

.test-badges-4 {
    background-position: 0 93.650794%;
}

.test-badges-5 {
    background-position: 0 95.238095%;
}

.test-badges-6 {
    background-position: 0 96.825397%;
}

.test-badges-7 {
    background-position: 0 98.412698%;
}

.test-badges-8 {
    background-position: 0 100%;
}

/*Assignment badges..............................................*/
.assignment-badges-1 {
    background-position: 0 12.698413%;
}

.assignment-badges-2 {
    background-position: 0 14.285714%;
}

.assignment-badges-3 {
    background-position: 0 15.873016%;
}

.assignment-badges-4 {
    background-position: 0 17.460317%;
}

.assignment-badges-5 {
    background-position: 0 19.047619%;
}

.assignment-badges-6 {
    background-position: 0 20.634921%;
}

.assignment-badges-7 {
    background-position: 0 22.222222%;
}

.assignment-badges-8 {
    background-position: 0 23.809524%;
}

/*Perfectionism badges..............................................*/
.perfectionism-badges-1 {
    background-position: 0 63.492063%;
}

.perfectionism-badges-2 {
    background-position: 0 65.079365%;
}

.perfectionism-badges-3 {
    background-position: 0 66.666667%;
}

.perfectionism-badges-4 {
    background-position: 0 68.253968%;
}

.perfectionism-badges-5 {
    background-position: 0 69.84127%;
}

.perfectionism-badges-6 {
    background-position: 0 71.428571%;
}

.perfectionism-badges-7 {
    background-position: 0 73.015873%;
}

.perfectionism-badges-8 {
    background-position: 0 74.603175%;
}

/*Survey badges..............................................*/
.survey-badges-1 {
    background-position: 0 76.190476%;
}

.survey-badges-2 {
    background-position: 0 77.777778%;
}

.survey-badges-3 {
    background-position: 0 79.365079%;
}

.survey-badges-4 {
    background-position: 0 80.952381%;
}

.survey-badges-5 {
    background-position: 0 82.539683%;
}

.survey-badges-6 {
    background-position: 0 84.126984%;
}

.survey-badges-7 {
    background-position: 0 85.714286%;
}

.survey-badges-8 {
    background-position: 0 87.301587%;
}

/*Communication badges..............................................*/
.communication-badges-1 {
    background-position: 0 38.095238%;
}

.communication-badges-2 {
    background-position: 0 39.68254%;
}

.communication-badges-3 {
    background-position: 0 41.269841%;
}

.communication-badges-4 {
    background-position: 0 42.857143%;
}

.communication-badges-5 {
    background-position: 0 44.444444%;
}

.communication-badges-6 {
    background-position: 0 46.031746%;
}

.communication-badges-7 {
    background-position: 0 47.619048%;
}

.communication-badges-8 {
    background-position: 0 49.206349%;
}

/*Certification badges..............................................*/
.certification-badges-1 {
    background-position: 0 25.396825%;
}

.certification-badges-2 {
    background-position: 0 26.984127%;
}

.certification-badges-3 {
    background-position: 0 28.571429%;
}

.certification-badges-4 {
    background-position: 0 30.15873%;
}

.certification-badges-5 {
    background-position: 0 31.746032%;
}

.certification-badges-6 {
    background-position: 0 33.333333%;
}

.certification-badges-7 {
    background-position: 0 34.920635%;
}

.certification-badges-8 {
    background-position: 0 36.507937%;
}

.tl-grayed-badge-image {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-filter: grayscale(100%);
}

    .tl-grayed-badge-image:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.frame-container {
    width: 120px;
    margin: 1rem;
}

.btn-right {
    position: absolute;
    z-index: 99;
    right: 0;
}

.certificate-delete {
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 5px;
    display: none;
}

.certification:hover .certificate-delete {
    display: block;
}

.certificate-thumbnail-container .form-check-clip .form-check-content,
.own-certificate {
    height: 100%;
    max-height: 115px;
}

.timeline .timeline-icon {
    margin-right: 0rem;
}

.timeline table tr {
    position: relative
}

    .timeline table tr::before {
        content: "";
        position: absolute;
        left: 23px;
        top: 0;
        width: 2px;
        height: 100%;
        background: #ccc;
        display: block;
    }

    .timeline table tr:first-child::before {
        top: 1rem;
    }

    .timeline table tr:last-child::before {
        height: calc(100% - 2rem);
    }

.child-bg-transparent.ajax__tab_xp .ajax__tab_body {
    background: transparent;
}

.course-cards {
    width: 25%;
    padding: 1rem;
}

.border-radius-4 {
    border-radius: 1rem;
}

.course-img-badge {
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
    z-index: 9;
}

.avator-top-right {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

    .avator-top-right img {
        border: 3px solid var(--kt-body-bg);
        box-shadow: var(--kt-box-shadow);
    }

@media (min-width:768px) {
    .avator-top-right {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 230px;
        width: 100%;
    }
}

@media (min-width:1024px) {
    .avator-top-right {
        max-width: 200px;
    }
}

@media (min-width:1200px) {
    .avator-top-right {
        max-width: 300px;
    }
}

/*Custom image input strat....................................................*/
.image-area img {
    display: block;
    max-width: 100%;
}

.image-area .preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.image-area .image-cover-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.image-area .overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.8);
    overflow: hidden;
    color: #fff;
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
}

.image-area:hover .overlay {
    height: 100%;
    cursor: pointer;
}

.image-area .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
/*Custom image input end....................................................*/
.media-viewer iframe {
    width: 100%;
    height: calc(100vh - 90px);
    border: 0;
}

.modal-content > .btn-close {
    position: absolute;
    right: 1.75rem;
    top: 1.3rem;
    z-index: 9;
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.75rem;
}

.category-badge .badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

/*Auto suggest box css start*/
.asbMenu {
    border: 1px solid #e5e6e7;
    background: #ffffff;
    position: absolute;
    padding: 0px;
    width: 100%;
    overflow: auto;
    z-index: 999;
}

.asbMenuBase {
    position: absolute;
}

.asbMenuItem {
    border-bottom: 1px solid #e5e6e7;
    color: #676a6c;
    background-color: #fff;
    cursor: pointer;
    padding: 10px;
    line-height: normal;
    width: 100%;
}


.asbSelMenuItem {
    color: black;
    background: #f3f3f4;
    border-bottom: 1px solid #e5e6e7;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px;
    line-height: normal;
    width: 100%;
}

    .asbSelMenuItem:last-child {
        border-bottom: 0;
    }
/*Auto suggest box css end*/

/*Progressbar...................................*/

.progress-inner {
    background: #198754;
    height: 7px;
}

/*Persone popup css start*/
#personPopupContainer {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 20000;
    height: auto;
}

.personPopupPopup {
    margin: 0px;
    padding: 0px;
}

#personPopupContent {
    background-color: #FFF;
    width: 530px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 30%);
}

.personPopupPopup .personPopupImage {
    margin: 5px;
    margin-right: 15px;
}

.personPopupPopup .content {
    background-color: White;
}
/*Person popup css end*/
.copyx {
    display: none !important;
}

/*certificate(print) screen css start*/

.pdf-screen {
    max-width: 842px;
    width: 100%;
    margin: 10px auto;
    line-height: 1;
    position: relative;
}

    .pdf-screen .pdf-text {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 25px;
    }

    .pdf-screen table {
        margin-top: 10px;
    }

@media (max-width:660px) {
    .pdf-screen .pdf-text br {
        display: none
    }

    .pdf-screen .pdf-text p {
        margin-bottom: 0px;
    }

    .pdf-screen .pdf-text span {
        font-size: 14px !important;
        display: block;
        margin-bottom: 5px;
    }

    .pdf-screen table td {
        font-size: 8px;
    }
}

@media (min-width:665px) {
    .pdf-screen .pdf-text {
        padding: 40px;
    }

    .pdf-screen table {
        margin-top: 40px;
    }
}

@media (min-width:768px) {

    .pdf-screen .pdf-text {
        padding: 50px;
    }

    .pdf-screen table {
        margin-top: 90px;
    }
}

@media (min-width:1024px) {

    .pdf-screen .pdf-text {
        padding: 70px;
    }

    .pdf-screen table {
        margin-top: 110px;
    }
}


/*Print-certificate in pdf..................................................*/
.pdf-portrait {
    line-height: 1;
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
    right: 0;
}

    .pdf-portrait table {
        margin-top: 35px;
    }

.pdf-landscape {
    max-width: 842px;
    line-height: 1;
    margin: 40px auto;
}

    .pdf-landscape table {
        margin-top: 100px;
    }

    .pdf-portrait .pdf-text, .pdf-landscape .pdf-text {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 70px;
    }

/*Print certificate pdf css end*/
.invoice-print {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.border-bottom-light {
    border-bottom: 1px solid #ededed !important;
}

/*Invoice print start ...................................*/
@media print {
    .invoice-print {
        width: 100%;
        max-width: 872px;
        margin: 0 auto;
    }
}
/*Invoice print end ...................................*/
.modal-fullscreen .modal-body {
    overflow-y: hidden;
}

.custom-modal-body .modal-header {
    min-height: 64px;
}

/*Infographic..............................*/
.infographic-header {
    position: absolute;
    top: 0;
}

@media (min-width: 768px) {
    .col-md-2-half {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2-half {
        flex: 0 0 auto;
        width: 20%;
    }
}

/*rank-Paudiam start...........................................*/
.bg-copper {
    background: #B87333;
}

.rank {
    position: relative;
}

    .rank::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        top: -25px;
        z-index: 9;
        transform: rotateX(65deg);
        border-radius: 50%;
    }

    .rank::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: -25px;
        z-index: 9;
        transform: rotateX(60deg);
        border-radius: 50%;
    }

.rank-1.rank::before,
.rank-1.rank::after {
    background: #ffb700;
}

.rank-2.rank::before,
.rank-2.rank::after {
    background: #ccc;
}

.rank-3.rank::before,
.rank-3.rank::after {
    background: #9f6026;
}
/*rank-Paudiam end...........................................*/

/*Google translate start*/
#google_translate_element select {
    color: var(--kt-input-color);
    border: none;
    border-radius: 3px;
    padding: 6px 8px
}

    #google_translate_element select:focus {
        outline: none;
    }

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame {
    display: none !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0px !important;
}
/*Google translate end*/

/*Sidebar color start*/
[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: #5077b5;
}

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
        background-color: #f5af32;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-heading {
        color: #fff !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
        color: #d9d9f9;
    }
/*Sidebar color end*/
.dataTables_empty {
    display: none;
}
