body {
    background-color: #f9f9f9;
    margin: 0;
}

.br-curve {
    border-radius: 0.85rem !important;
}

body button {
    cursor: pointer;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mr-1 {
    margin-right: 0.5rem;
}

.mr-2 {
    margin-right: 0.85rem;
}

.ml-1 {
    margin-left: 0.5rem;
}

.ml-2 {
    margin-left: 0.85rem;
}

.poppins {
    font-style: normal;
    font-variant: normal;
    font-family: Poppins;
    text-align: left;
    letter-spacing: 0;
    color: black;
}

.poppins-lt {
    color: #cccccc;
}

.poppins-mt {
    color: black;
}

.poppins-dt {
    color: black;
}

.poppins-black {
    color: black;
}

.poppins-blue {
    color: #3e78dc !important;
}

.poppins-orange {
    color: #f4a340;
}

.poppins-red {
    color: #f37676;
}

.poppins-tint-green {
    color: #3be8b0;
}

.poppins-sb--12 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.poppins-sb--14 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.poppins-sb--16 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.poppins-sb--20 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.poppins-sb--24 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}

.poppins-md--12 {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.poppins-md--14 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.poppins-md--16 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.poppins-rg--12 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.poppins-rg--16 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.poppins-time--legend {
    margin: 0 9% 0;
}

.poppins-clip--2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.poppins-clip--3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.poppins-clip--4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.topnav {
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    padding-bottom: 50px;
}

/* Style the links inside the navigation bar */

.topnav a {
    width: auto;
    text-align: left;
    cursor: pointer;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #999999 !important;
    cursor: pointer;
    padding: 10px 22px 10px;
    text-decoration: none;
}

.topnav a.active {
    text-align: left;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #3e78dc !important;
    border-bottom: 4px solid #3e78dc;
    border-radius: 3px;
}

.chromium-container {
    background: white 0% 0% no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 30px 2% 30px;
    height: 100%;
}

.chromium-question {
    padding: 23px 0 24px;
}

.chromium-question--counter {
    padding: 7px 0 0;
}

.chromium-separator {
    height: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin: 16.5px 0 16.5px;
}

.chromium-box {
    height: 40px;
    padding: 10px 0 10px;
    background: white 0% 0% no-repeat padding-box;
    margin-bottom: 8px;
}

.chromium-box--dash {
    border: 2px dashed #f2f2f2;
    border-radius: 3px;
}

.chromium-box--drag {
    background-color: #f9f9f9;
    border-radius: 16px;
}

.chromium_mcq--option {
    width: 90%;
    height: 60px;
    border-radius: 3px;
}

.chromium_mcq--right {
    border: 2px solid #03c162 !important;
}

.chromium_mcq--wrong {
    border: 2px solid #f37676 !important;
}

.chromium_mcq--option:hover {
    box-shadow: 0 5px 10px #00000014;
}

.chromium-button--sm {
    border-radius: 50%;
    text-align: center;
    width: 15px;
    height: 15px;
}

.chromium-button--md {
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin: 0 7px 7px;
}

.chromium-button--current {
    padding-top: 2px;
    border: 2px solid #3e78dc;
    color: #3e78dc;
}

.chromium-button--not-attempted {
    background: #f2f2f2 0 0 no-repeat padding-box;
    color: #999999;
}

.chromium-button--answered {
    background: #56ab30 0 0 no-repeat padding-box;
    color: white;
}

.chromium-button--not-answered {
    background: #fcdb70 0 0 no-repeat padding-box;
    color: white;
}

.chromium-button--review {
    padding-top: 2px;
    border: 2px solid #ff8774;
    color: #ff8774;
}

.chromium-button--outline-success {
    border: 2px solid;
    font: normal normal 600 14px/21px Poppins;
    border-radius: 18px;
    background-color: transparent;
    padding: 0px 18px 0px;
    height: 36px;
    border-color: #3be8b0;
    color: #3be8b0;
}

.chromium-button--outline-success:hover {
    color: white;
    background-color: #3be8b0;
}

.chromium-button--info {
    height: 40px;
    background: #3e78dc 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font: normal normal 600 16px/25px Poppins;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    color: #ffffff;
}

.chromium-button--outline-info {
    border: 2px solid;
    font: normal normal 600 14px/21px Poppins;
    border-radius: 18px;
    background-color: transparent;
    padding: 0px 18px 0px;
    height: 36px;
    border-color: #3e78dc;
    color: #3e78dc;
}

.chromium-button--outline-info:hover {
    color: white;
    background-color: #3e78dc;
}

.chromium-button--outline-warning {
    border: 2px solid;
    font: normal normal 600 14px/21px Poppins;
    border-radius: 18px;
    background-color: transparent;
    padding: 0px 18px 0px;
    height: 36px;
    border-color: #ff8774;
    color: #ff8774;
}

.chromium-button--outline-warning:hover {
    color: white;
    background-color: #ff8774;
}

.chromium-button--time {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    width: 17%;
    height: 12%;
    border: 0;
    background-color: #eef2fc;
    border-radius: 5px;
    padding: 1px 2px 1px;
    margin: 0 5% 0;
    text-align: center;
    color: #3e78dc;
}

.chromium-button--dropdown {
    height: 40px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font: normal normal 600 14px/21px Poppins;
    color: #999999;
}

.chromium-button--dropdown span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    color: #999999;
    padding-left: 5px;
}

.base-timer {
    position: relative;
    width: 200px;
    height: 200px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 4px;
    stroke: #f2f2f2;
}

.base-timer__path-remaining {
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #3be8b0;
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    white-space: normal;
}

.prewrap {
    white-space: pre-wrap;
}

/* ------- Cards ------- */
.chromium_container--cards {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chromium_container--cards .split-25 {
    width: 25%;
}

.chromium_container--cards .split-40 {
    width: 40%;
}

.chromium_container--cards .chromium_card {
    margin-bottom: 2rem;
}

.chromium_card .chromium_card--header {
    display: flex;
    justify-content: space-between;
}

.chromium_card .chromium_card--header p {
    font: normal normal 600 1.5rem/1.75rem Poppins;
    color: #666666;
}

.chromium_card .chromium_card--header a {
    font: normal normal 600 1.5rem/1.75rem Poppins;
    color: #3e78dc;
    text-decoration: none;
}

.chromium_card .chromium_card--content {
    display: flex;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 1.65em 2.5em;
    align-items: flex-start;
    height: 100%;
}

.chromium_card .chromium_card--text {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chromium_card .chromium_card--content h1 {
    font: normal normal 600 1.25rem Poppins !important;
    color: #3e78dc;
}

.chromium_card .chromium_card--content p {
    font: normal normal 500 0.85rem Poppins;
    color: #999999;
    margin-bottom: 0;
}

.chromium_card .chromium_card--content a {
    font: normal normal 500 0.85rem Poppins;
    color: #999999;
    margin-bottom: 0;
    text-decoration: underline !important;
    cursor: pointer;
}

.chromium_card .chromium_card--content_blue {
    display: flex;
    background: #3e78dc 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 1.7em 2.75em;
    height: 100%;
    color: #ffffff;
}

.chromium_card--content_blue h3 {
    font: normal normal 600 1rem Poppins;
}

.chromium_card--content_blue a {
    font: normal normal 500 0.85rem Poppins;
    margin-bottom: 0;
    text-decoration: underline !important;
    cursor: pointer;
}

@media only screen and (max-width: 780px) {
    .chromium_container--cards .split-25,
    .chromium_container--cards .split-40 {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .chromium_card .card-icon {
        background-size: 15px !important;
        height: 34px !important;
    }
}

.chromium_card .card-icon {
    min-width: 57px;
    height: 57px;
    background: #3e78dc 0% 0% no-repeat padding-box;
    border-radius: 57px;
    background-position: center;
}

.chromium_card--content_blue .card-icon {
    background-color: #ffffff;
}

/* ---------------------------------------------- Table cards -------------------------------------------- */

.desktop_card_grid {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    -webkit-border-vertical-spacing: 10px;
}

td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

td {
    padding: 15px;
    text-align: left;
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

td span p {
    margin-bottom: 0;
}

.training-icon {
    width: 78px;
    height: 78px;
    background: #cdf5fd 0% 0% no-repeat padding-box;
    border: 0;
    border-radius: 50%;
}

.cr-row:hover {
    box-shadow: 0px 5px 10px #00000014;
}

.cr-row {
    width: auto;
    height: 72px;
    background: #ffffff 0% 0% no-repeat padding-box;
}

.mini-date {
    font: normal normal 600 10px/16px Poppins;
    letter-spacing: 0px;
    color: #c5c5c5;
    text-transform: uppercase;
    width: 100px;
}

/* -------------------------------------- Management Screen Template --------------------------------------*/

/* start: index.php */

.chromium_container {
    width: 80%;
    margin: auto;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

sb-paginator {
    display: flex;
    justify-content: center;
    align-items: center;
}

sb-paginator .dataTables_paginate {
    background-color: transparent !important;
}

sb-paginator .dataTables_paginate a {
    font: normal normal 600 1.25rem Poppins;
    color: #999;
    width: 35px;
    margin: 0 2px;
}

sb-paginator .dataTables_paginate a:hover {
    border-radius: 20%;
}

sb-paginator .dataTables_paginate a i {
    vertical-align: middle;
}

sb-paginator .dataTables_paginate i {
    color: #333 !important;
}

sb-paginator .dataTables_paginate .current {
    background-color: #3e78dc;
    border-radius: 20%;
    color: #fff !important;
}

/* end: index.php */

/* start: _header.php */

.chromium_container .chromium_container--header h1 {
    font: normal normal bold 1.85rem/2rem Poppins;
    color: #3e78dc;
}

.search-container {
    position: relative;
    margin-top: 2rem;
    width: 360px;
}

.search-container input[type="text"] {
    outline: none;
    padding: 0.5em 1.5em;
    padding-right: 2.5em;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    font: normal normal 400 1.15rem Poppins;
    color: #666;
    border: 2px solid #f2f2f2;
    border-radius: 100px;
    position: relative;
}

.search-container input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font: normal normal 400 1.15rem Poppins;
    color: #999999;
}

.search-container i {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #666;
    font-size: 1.5rem;
    cursor: pointer;
}

/* end: _header.php */

/* start: _action.php */

.action-container {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .action-container {
      width: 100% !important;
    }
  }  

.action-container .create-item {
    border: 0;
    background: #3e78dc 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 0.5em 1.5em;
    font: normal normal 600 1rem/1.25rem Poppins;
    color: #f2f2f2;
}
.create-item {
    white-space: nowrap;
}

.action-container .create-item::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    color: #f2f2f2;
    margin-right: 0.25rem;
}

.filter-container {
    display: flex;
}

.filter-container button {
    border: 2px solid #3e78dc;
    background: transparent 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 0.5em 1.5em;
    font: normal normal 600 1rem/1.25rem Poppins;
    color: #3e78dc;
    margin-left: 1rem;
    height: fit-content;
}

.filter-container .filter::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f0b0";
    color: #3e78dc;
    margin-right: 0.25rem;
}

.filter-container .download::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    color: #3e78dc;
    margin-right: 0.25rem;
}

.filter-container .clear::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\F00D";
    color: #3e78dc;
    margin-right: 0.25rem;
}

.action-container button:hover {
    box-shadow: 0 5px 5px #c0c0c0;
}

/* end: _action.php */

/* start: _hamburger.php */

.dropdown-inline .dropdown-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

.dropdown-menu.dropdown-menu-md {
    width: 122px !important;
}

.kt-nav {
    padding: 1rem !important;
    border: 2px solid #f2f2f2 !important;
    border-radius: 10px;
}

.upload-container .dropzone.dropzone-default {
    min-height: 50px;
}

.kt-nav .kt-nav__item .kt-nav__link {
    font: normal normal 600 12px/18px Poppins;
    padding: 0.55em 0.5em;
    word-wrap: break-word;
    word-break: break-word;
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    color: #999;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    /* Improve accessibility */
    min-height: 44px;
    border-radius: 5px;
    transition: all 0.3s ease;
    /* Ensure proper focus states */
    outline: none;
}

/* Ensure child elements don't interfere with clickability */
.kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-text {
    pointer-events: none;
}

.kt-nav
    .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub)
    > .kt-nav__link {
    background-color: #f3f8ff;
    border-radius: 5px;
    color: #3e78dc;
}

/* Focus states for accessibility */
.kt-nav .kt-nav__item .kt-nav__link:focus {
    background-color: #f3f8ff;
    border-radius: 5px;
    color: #3e78dc;
    box-shadow: 0 0 0 2px #3e78dc;
}

/* Active state */
.kt-nav .kt-nav__item .kt-nav__link:active {
    background-color: #e8f2ff;
    transform: translateY(1px);
}

.show > .btn.btn-clean,
.btn.btn-clean.active,
.btn.btn-clean:active,
.btn.btn-clean:hover {
    background-color: #e0e0e0;
    border-radius: 5px;
}

/* end: _hamburger.php */

/* start: _grid.php */

.grid-container {
    margin-top: 2rem;
    position: relative;
}

.grid-empty {
    margin-top: 5rem;
}

.grid-empty p {
    text-align: center;
}

.grid-container table {
    white-space: nowrap;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
    -webkit-border-vertical-spacing: 10px;
}

.grid-container table thead {
    width: 100%;
}

.grid-container td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.grid-container td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.grid-container th {
    padding: 15px;
    width: 30px;
    font: normal normal 500 10px/16px Poppins;
    letter-spacing: 0px;
    color: #999999;
}

.grid-container td {
    padding: 15px;
    text-align: left;
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #666666;
}

.grid-container td p {
    margin-bottom: 0;
}

.grid-container .grid-row {
    height: 72px;
    background: #ffffff 0% 0% no-repeat padding-box;
}

.grid-container .grid-head {
    text-align: left;
}

.grid-container .grid-head .fixed-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: transparent;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    right: 0;
}

.grid-container .grid-row .fixed-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    right: 0;
}

.grid-container .grid-row .fixed-col:hover {
    z-index: 1;
}

.grid-row:hover {
    box-shadow: 0px 5px 10px #00000014;
}

.cr-success {
    height: 26px;
    background: #e5f9ef 0% 0% no-repeat padding-box;
    border-radius: 18px;
    font: normal normal 600 10px/16px Poppins;
    letter-spacing: 0px;
    color: #03c162;
    padding: 5px 16px 5px;
    border: 0px;
}

.cr-fail {
    height: 26px;
    background: #fdf1f1 0% 0% no-repeat padding-box;
    border-radius: 18px;
    font: normal normal 600 10px/16px Poppins;
    letter-spacing: 0px;
    color: #f37676;
    padding: 5px 16px 5px;
    border: 0px;
}

.report_loader {
    height: 400px;
}

.report_loader_row {
    padding-top: 200px;
}

/* end: _grid.php */

/* start: sidemenu/index.php */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav .sidenav--header {
    background: #f5f8fe 0% 0% no-repeat padding-box;
    padding: 2em 3em;
    display: flex;
    justify-content: space-between;
}

.sidenav .sidenav--header p {
    font: normal normal 600 1.25rem Poppins;
    color: #666666;
    margin-bottom: 0;
    cursor: pointer;
}

.sidenav .sidenav--header p img {
    transform: scaleX(-1);
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 2px;
    height: 18px;
    cursor: pointer;
}

.sidenav button {
    background: #3e78dc 0% 0% no-repeat padding-box;
    font: normal normal 600 1rem Poppins;
    color: #ffffff;
    padding: 0.5em 1.25em;
    border: 0;
    border-radius: 1.25rem;
}

.sidenav .sidenav--header button {
    background: #3e78dc 0% 0% no-repeat padding-box;
    font: normal normal 600 1rem Poppins;
    color: #ffffff;
    padding: 0.5em 1.25em;
    border: 0;
    border-radius: 1.25rem;
}

.sidenav .sidenav--body {
    background-color: #ffffff;
}

.sidenav .sidenav--body .sidenav--body-content {
    padding: 3em 5em;
    height: 100%;
}

.sidenav
    .sidenav--body
    .sidenav--body-content
    .sidenav--body-content_container {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 2em 2.8em;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.sidenav--body-content_container h1 {
    font: normal normal 600 1.25rem Poppins;
    color: #666666;
    cursor: pointer;
}

.sidenav--body-content_container ul {
    list-style: none;
    font: normal normal 500 1rem Poppins;
    color: #999999;
    padding-left: 0;
}

.sidenav--body-content_container ul li {
    padding: 0.35em 0;
}

/* end: sidemenu/index.php */

/* start: sidemenu/_form.php */

.sidenav-form {
    display: flex;
    flex-direction: column;
}

.sidenav-form--input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.sidenav-form--input p {
    margin-bottom: 0;
    cursor: pointer;
    font: normal normal 600 1rem Poppins;
    color: #777777;
    max-width: 40%;
}

.info-tooltip {
    height: 13px;
    width: 13px;
    border-radius: 50%;  
    font: normal normal 600 0.85rem Poppins;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 0.5rem;
    cursor: pointer;
    position: relative;
}

.info-tooltip .tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;

    width: 200px;
    top: 1.45rem;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.info-tooltip:hover .tooltiptext {
    visibility: visible;
}

.info-tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333333 transparent;
}

.swal-ul {
    margin-top: 20px;
    margin: 0;
    padding: 0;
    padding-left: 50px;
}

.swal-ul li {
    margin-bottom: 10px;
    text-align: left;
}

.sidenav-form--input p span {
    font: normal normal 500 0.85rem Poppins;
    color: #999999;
}

.sidenav-form--input .sidenav-form--input-container {
    width: 50% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidenav-form--input-container .w-100 {
    width: 100% !important;
}

.sidenav-form--input-container .w-50 {
    width: 45% !important;
}

/* Icons for input divs date and time */
.calendar-icon-suffix {
    display: flex;
    position: relative;
}

.calendar-icon-suffix::after {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-size: 15px;
    color: #999999;
    position: absolute;
    right: 8px;
    top: 8px;
}

.time-icon-suffix {
    display: flex;
    position: relative;
}

.time-icon-suffix::after {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-size: 15px;
    color: #999999;
    position: absolute;
    right: 8px;
    top: 8px;
}

.radio-container {
    padding: 0.75em 0;
    display: flex;
    align-items: center;
    width: 25%;
}

.radio-container label {
    margin-bottom: 0;
    margin-left: 0.5rem;
    font: normal normal 500 1rem Poppins;
    color: #666;
}

.sidenav-form--input-container
    input:not(input[type="range"], input[type="checkbox"]),
select,
textarea {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1.6px solid #cccccc;
    border-radius: 5px;
    padding: 0.5em 1em;
    outline: 0;
    font: normal normal 500 1rem Poppins;
    color: #666666;
    resize: none !important;
}

.sidenav-form--input-container input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(80%);
}

.sidenav-form--input-container input::placeholder {
    font: normal normal normal 1rem Poppins;
    color: #999999;
}

.chromium_slider {
    margin-top: 1rem;
    position: relative;
    width: 100%;
}

.chromium_slider h1 {
    font: normal normal 600 1rem Poppins;
    color: #333;
    margin-bottom: 30px;
}

.chromium_slider .slider-range {
    display: flex;
    justify-content: space-between;
}

.chromium_slider .slider-range p {
    margin-bottom: 0;
    font: normal normal 500 1rem Poppins;
    color: #999999;
}

.chromium_slider input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.chromium_slider input[type="range"]:focus {
    outline: none;
}

.chromium_slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #3be8b0;
    border-radius: 4px;
    border: 0px solid #000000;
}

.chromium_slider input[type="range"]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50px;
    background: #3be8b0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
}

.chromium_slider input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #3be8b0;
}

.chromium_slider input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #ffffff;
    border-radius: 4px;
    border: 0px solid #000000;
}

.chromium_slider input[type="range"]::-moz-range-progress {
    background: #3be8b0;
}

.chromium_slider input[type="range"]::-moz-range-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 0px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    background: #3be8b0;
    cursor: pointer;
}

.chromium_slider input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.chromium_slider input[type="range"]::-ms-fill-lower {
    background: #3be8b0;
    border: 0px solid #000000;
    border-radius: 8px;
    box-shadow: 0px 0px 0px #000000;
}

.chromium_slider input[type="range"]::-ms-fill-upper {
    background: #ffffff;
    border: 0px solid #000000;
    border-radius: 8px;
    box-shadow: 0px 0px 0px #000000;
}

.chromium_slider input[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 0px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    background: #3be8b0;
    cursor: pointer;
}

.chromium_slider input[type="range"]:focus::-ms-fill-lower {
    background: #3be8b0;
}

.chromium_slider input[type="range"]:focus::-ms-fill-upper {
    background: #ffffff;
}

.chromium_slider .bubble {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 4px;

    font: normal normal bold 1rem Poppins;
    color: #3be8b0;

    padding: 4px 12px;
    top: 20px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}

/* end: sidemenu/_form.php */

/* start: sidemenu/_upload.php */

.upload-container {
    width: 80%;
    margin: auto;
}

.upload-container .dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.upload-container .dropzone.dropzone-default .dropzone-msg-title {
    font: normal normal medium 1.25rem Poppins;
    color: #999999;
}

.upload-container .dropzone.dropzone-default {
    background: #fdfdfd 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 5em 0;
    margin-bottom: 2rem;
}

.upload-container .dropzone.dropzone-default b {
    color: #3e78dc;
}

.upload-container a {
    font: normal normal 600 0.85rem Poppins;
    color: #3e78dc !important;
    text-decoration: underline !important;
    margin-top: 2rem;
}

/* end: sidemenu/_upload.php */

/* start: sidemenu/_collapse.php */

.collapsible-container .collapsible-container--header p {
    font: normal normal 600 1.5rem Poppins;
    margin-bottom: 0;
    margin-top: 0;
    color: #3e78dc;
    cursor: pointer;
}

.collapsible-container .collapsible-container--body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* end: sidemenu/_collapse.php */

/* start: _modal.php */
.modal {
    border-radius: 5px;
}

.modal .modal-content {
    border-radius: 5px;
}

.modal .modal-body {
    padding: 1em;
}

.modal .modal-footer {
    padding: 1em 1em;
}

.modal-content h5 {
    margin-top: 20px;
    font: normal normal 400 1rem Poppins;
    color: #666;
}

@media (min-width: 576px) {
    .modal-mw--600 {
        max-width: 600px !important;
        margin: 1.75rem auto !important;
    }
}

.modal-body--inner {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 235px;
    justify-content: center;
}

.modal-body--inner h1 {
    font: normal normal 500 1.5rem Poppins;
    color: #333;
}

.modal-body--inner h3 {
    font: normal normal 400 1.15rem Poppins;
    color: #999;
    margin-top: 2rem;
}

.modal-footer .cancel {
    font: normal normal 600 1rem Poppins;
    color: #999;
    cursor: pointer;
    margin-bottom: 0;
}

.modal-footer .confirm {
    border: 0;
    background: transparent;
    text-align: center;
    font: normal normal 600 1.25rem Poppins;
    color: #3e78dc;
    cursor: pointer;
    margin-bottom: 0;
}

/* end: _modal.php */

/* start: mobile */

@media only screen and (max-width: 780px) {
    .chromium_container {
        width: 90%;
    }

    .search-container {
        width: 100%;
    }

    .filter-container button {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        font-size: 0;
    }

    .filter-container *::before {
        font-size: 1rem;
        margin-right: 0 !important;
    }

    .sidenav .sidenav--body .sidenav--body-content {
        padding: 1em 1em;
    }

    .upload-container {
        width: 100% !important;
    }

    .radio-container {
        width: 100% !important;
    }

    .sidenav-form--input-container .w-50 {
        width: 100% !important;
    }

    .sidenav-form--input .sidenav-form--input-container {
        width: 100% !important;
    }

    .sidenav-form--input .sidenav-form--input-container * {
        margin-top: 0.5rem;
    }

    .sidenav-form .sidenav-form--input {
        flex-direction: column;
        align-items: flex-start;
    }

    .sidenav-form .sidenav-form--input input,
    select,
    textarea {
        max-width: 100%;
        width: 100% !important;
    }
}

/* end: mobile */

/* ---------------------------------------------- Authored Content -------------------------------------------- */
.slide_preview {
    width: 100%;
}

.slide_preview h1 {
    font: normal normal 600 3rem Poppins;
    color: #333333;
    cursor: pointer;
}

.slide_preview h2 {
    font: normal normal 600 2rem Poppins;
    color: #666666;
    cursor: pointer;
}

.slide_preview ul {
    list-style: disc;
}

/* ---------------------------------------------- End Authored Content -------------------------------------------- */

/* ---------------------------------------------- Mobile View -------------------------------------------- */

.mbl_card_list {
    display: none;
    list-style: none;
    padding-inline-start: 0;
    padding: 1.25em;
    width: 100%;
}

.mbl_card_list_item {
    display: flex;
    background: #ffffff 0 0 no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 1em;
}

.mbl_card_list_item__progress {
    padding: 0 0.75em;
}

.mbl_card_list_item__content {
    width: 100%;
}

.mbl_card_list_item__content h1 {
    font: normal normal 600 1rem/1.25rem Poppins;
    color: #666666;
    max-width: 180px;
}

.mbl_card_list_item__timeline {
    display: flex;
    justify-content: space-between;
    font: normal normal 600 0.75rem/1rem Poppins;
    color: #999999;
    max-width: 230px;
}

.mbl_card_list_item__timeline-start span {
    display: inline-block;
}

.mbl_card_list_item__timeline-start span:first-child::before {
    content: url("../../images/svg/calendar.svg");
    margin-right: 5px;
}

.mbl_card_list_item__timeline-start span:last-child::before {
    content: url("../../images/svg/clock-circular-outline.svg");
    margin-right: 5px;
}

.mbl_card_list_item__timeline-end span {
    display: inline-block;
}

.mbl_card_list_item__timeline-end span:first-child::before {
    content: url("../../images/svg/calendar.svg");
    margin-right: 5px;
}

.mbl_card_list_item__timeline-end span:last-child::before {
    content: url("../../images/svg/clock-circular-outline.svg");
    margin-right: 5px;
}

.mbl_card_list_item__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbl_card_list_item__actions p {
    font: normal normal 600 0.75rem/1rem Poppins;
    color: #f37676;
}

.mbl_card_list_item__actions a {
    font: normal normal 600 1rem/1.25rem Poppins;
    color: #3e78dc !important;
    min-width: 60px;
    word-break: break-word;
    margin-left: auto;
}

.mbl_card_list_item__actions i {
    font-size: 1.5rem !important;
    margin-left: auto;
}

.mbl_card_list_item__actions a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    padding-left: 2px;
    font-size: 1rem;
    cursor: pointer;
}

@media only screen and (max-width: 780px) {
    .desktop_card_grid {
        display: none;
    }

    .training-icon {
        width: 40px;
        height: 40px;
    }

    .training-icon img {
        width: 25px;
        height: 25px;
    }

    .mbl_card_list {
        display: block;
    }

    .mbl_card_list .course {
        border-left: 10px solid #1dafd1;
    }

    .mbl_card_list .assessment {
        border-left: 10px solid #3be8b0;
    }

    .mbl_card_list .classroom {
        border-left: 10px solid #fc636b;
    }

    .training-object-row {
        justify-content: start !important;
    }

    .base-timer__label span span {
        padding-bottom: 15px;
    }

    .mobileGrid {
        overflow-x: auto;
    }

    .mobileView {
        display: none !important;
    }

    .mobileSearch {
        padding: inherit;
    }
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font: normal normal normal 14px/16px Poppins;
    letter-spacing: 0px;
    color: #999999;
}

.datepicker {
    width: auto !important;
}

/* use this to have your icon with a round background.
    enclose the icon within a span and add this class to span */
.icon-container {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-applied {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(253, 89, 89) !important;
    position: absolute;
    margin-top: -5px !important;
    margin-left: -12px !important;
}

.underline {
    text-decoration-line: underline;
}

.mw-300 {
    max-width: 300px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.sidenav-form--input p {
    font-size: 14px;
    font-weight: 600;
    color: rgb(80 80 80);
    line-height: 22px;
}

.sidenav--body-content_container h1 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    line-height: 22px;
}

.select2-selection {
    border: 1.6px solid #cccccc;
    border-radius: 5px;
}

.rich-editor-bordered {
    border: 1.6px solid #cccccc;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-radius: 5px !important;
}

.sidenav--body-content_container ul {
    color: rgb(80 80 80);
}

.upload-container .dropzone.dropzone-default .dropzone-msg-title {
    color: rgb(48, 48, 48);
}

.fields-text {
    font-size: 14px;
    font-weight: 600;
    color: rgb(80 80 80);
    line-height: 22px;
}

.fields-heading {
    font-size: 18px;
    font-weight: 600;
    color: black;
    line-height: 22px;
}

.header-border-space {
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
}

.base_input {     
    border: 1.6px solid #cccccc;
    border-radius: 5px !important;
    padding: 0.5em 1em;   
}

.kt-datepicker {
    width: 100%;
}
.form-control-date {
    border: 1.6px solid #cccccc;
    border-radius: 5px !important;
    padding: 0.5em 1em;  
}
.mw-20 {
    max-width: 20rem !important;
}
.flex-flow-row {
    flex-flow: row !important;
}
.mbl-nav-drawer--item > button > i {
    font-size: 1.5rem !important;
}