﻿:root {
    accent-color: #a9001a;
}

.modal-full {
    min-width: calc(100% - 8.5rem) !important;
}

tr.unavailable-background {
    background: #ffd4d4 !important;
}

.customer-contact-field .bootstrap-select {
    display: flex;
    flex-grow: 1;
}

#interpreter-holidays .fc-event {
    cursor: pointer;
}

.flag-img {
    width: 30px;
}

.larger-checkbox
{
  width: 1.1em;
  height: 1.1em;
  transform: scale(1.1);
  transform-origin: center; 
  cursor: pointer;
}

.table-compact tr th:first-child
{
  padding-left: 1rem !important;
}

.table-compact tr td:first-child
{
  padding-left: 1rem !important;
}

.table-compact tr th:last-child
{
  padding-right: 1rem !important;
}

.table-compact tr td:last-child
{
  padding-right: 1rem !important;
}

.bg-black {
    background: #000000 !important;
}

tr td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

tr {
    height: 45px;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}

.invoice-document-item .invoice-document-title {
    font-size: 15px;
}

    .invoice-document-item .invoice-document-title i {
        font-size: 20px;
        margin-right: 10px;
    }

.live-job-document .document-title {
    font-size: 17px;
}

    .live-job-document .document-title i {
        font-size: 25px;
    }

.tableFixHead {
    overflow: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        box-shadow: inset 0 1px 0 #dee2e6, inset 0 -2px 0 #dee2e6;
        border: none !important;
        background-color: #fff;
    }

tr.root-component {
    background-color: rgba(0,0,0,.05);
}

.card-table {
    min-height: 600px;
    height: 100%;
}

.alert-danger,
.badge-danger {
    background-color: #000000;
    color: #ffffff;
    border-color: #434343;
}

    .alert-danger a {
        color: #bfdfff;
    }

#dvHNotesBtn {
    float: right;
}

#weekTabs a.active {
    color: #ffffff;
    background-color: #a9001a;
    border-color: #073969 #003262 #003262;
}

#weekTabs a {
    color: #a9001a;
}

/*.card-header.bg-primary,
.card-header.bg-secondary,
.card-header.bg-warning,
.form-control,
.breadcrumb,
label.badge,
span.badge,
.badge,
.btn,
.card,
.dropdown-menu,
.modal-content,
.modal-body,
.alert-lesson,
.alert,
.modal-header {
    border-radius: 0;
}*/

/* SWAL Alerts CSS */
button.swal2-confirm.swal2-styled.swal2-default-outline,
button.swal2-confirm.swal2-styled {
    background-color: #a9001a !important;
}

button.swal2-cancel.swal2-styled.swal2-default-outline,
button.swal2-cancel.swal2-styled {
    background-color: #9d9ea2 !important;
}

.swal2-icon.swal2-warning {
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.swal2-icon.swal2-error {
    border-color: #a3222e;
    color: #a3222e;
}

.swal2-icon.swal2-info {
    border-color: #DFDFDF;
    color: #DFDFDF;
}

.swal2-icon.swal2-success {
    border-color: #46ad7d;
    color: #46ad7d;
}

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        background-color: #46ad7d;
    }

    .swal2-icon.swal2-success .swal2-success-ring {
        border: 0.25em solid rgb(70, 173, 125);
    }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #a3222e;
}
/* SWAL Alerts CSS END */

.sidebar-icon-only .sidebar .nav-item .nav-link.active,
.sidebar .nav-item:hover .nav-link, .sidebar .nav-item:hover .nav-link.active i {
    background: #babbbd !important;
}


.fc-list-empty {
    font-size: 2.5rem;
}

.btn-password-view-toggle {
    border: 1px #6c757d solid;
    color: #6c757d;
}

    .btn-password-view-toggle:hover {
        background: #e1e1e1;
    }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
}


a {
    color: #0f72d3;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #a9001a !important;
}

    .dropdown-item.active:hover, .dropdown-item:active:hover {
        color: #fff !important;
    }

.card-header.bg-primary,
.card-footer.bg-primary{
    background-color: #616161 !important;
    background-size: cover;
    color: #fff;
    background-image: url(/images/header-background.png);
}

    .card-footer.bg-primary small {
        color: #fff;
        font-size: 13px;
    }

.paper {
    /* height: 400px; */
    /* width: 100%; */
    padding: 34px 55px 27px;
    position: relative;
    border: 1px solid #B5B5B5;
    background: white;
    background: -webkit-linear-gradient(top, #DFE8EC 0, white 8%) 0 57px;
    background: -moz-linear-gradient(top, #DFE8EC 0, white 8%) 0 57px;
    background: linear-gradient(top, #DFE8EC 0, white 8%) 0 57px;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
    /* overflow-x: scroll; */
    line-height: 30px;
    min-height: 400px;
    font-size: 18px;
    border-radius: 5px;
}

    .paper::before {
        content: "";
        z-index: -1;
        margin: 0 1px;
        height: 10px;
        position: absolute;
        bottom: -3px;
        left: 0;
        background: white;
        border: 1px solid #B5B5B5;
    }

    .paper::after {
        content: '';
        position: absolute;
        width: 0;
        top: 0;
        left: 39px;
        bottom: 0;
        border-left: 1px solid #F8D3D3;
    }



.alert-lesson {
    outline: 4px #a9001a solid;
    border: 5px #ca9700 solid;
    background: white;
    margin: 0;
    font-size: 16px;
    padding: 10px;
}

.media-card .card-header {
    padding: 5px 15px;
}

.media-card .card-footer {
    padding: 8px 15px !important;
}

    .media-card .card-footer .badge {
        padding: 6px 10px !important;
        font-size: 10px;
    }

.sticky-note {
    line-height: 1.5;
    background: linear-gradient(#F9EFAF, #F7E98D);
    overflow: hidden;
    transition: box-shadow 0.5s ease;
}

.border-primary {
    border-color: #a9001a !important;
}

a.media-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.mouse-pointer {
    cursor: pointer;
}

input.form-control.form-control-sm.mouse-pointer:focus {
    background: #a9001a03;
}

/*
    BREADCRUMB
*/
/* Breadcrumb container styles */
nav.aria-label-breadcrumb {
    margin-bottom: 15px; /* Adjust as needed */
}

/* Breadcrumb list styles */
ol.breadcrumb {
    padding: 10px 15px;
    border-radius: 4px;
}

/* Breadcrumb item styles */
li.breadcrumb-item {
    display: inline-block;
    margin-right: 5px; /* Adjust spacing between items */
}

/* Breadcrumb link styles */
.breadcrumb a.text-white {
    color: #ffffff; /* Change to your desired text color */
    text-decoration: none;
}

.breadcrumb a.text-white:hover {
    text-decoration: underline; /* Optional: Add underline on hover */
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #cdd0d3;
}

/*
    BREADCRUMB END
*/

/*
    HEADER CHANGES (REMOVE THIS SECTION TO REVERT BACK TO ORIGIONAL)
*/
.gradient-background {
    background: #a9001a !important;
    border-bottom: #9d9ea2 4px solid !important;
}

.sidebar-icon-only .sidebar .nav-item .nav-link {
    background: #9d9ea2 !important;
}


.sidebar {
    background: #9d9ea2 !important;
}

    .sidebar .nav .nav-item .nav-link .menu-icon {
        color: #fff !important;
    }

    .sidebar .nav .nav-item .nav-link {
        color: #fff !important;
    }

    .sidebar .nav-item:hover .nav-link, .sidebar .nav-item:hover .nav-link i {
        color: #ffffff !important;
        background-color: #a9001a !important;
    }

/* END HEADER CHANGES*/

.card-body .card-header {
    font-size: larger;
}

.jq-toast-single {
    color: #fff;
}

.custom-control-label {
    line-height: 2;
}

.card-header.ch-sm {
    padding: 0.6em 1.25rem;
}

    .card-header.ch-sm > .row {
        height: 32px;
    }

.text-warning {
    color: #ca9700 !important;
}

.toggle-handle
{
  background-color: #a10014;
}

  .toggle-handle:hover
  {
    /* background-color: #e2e6ea; */
    /* border-color: #dae0e5; */
    background-color: #c90404;
    border-color: #a62828;
  }

.badge-success {
    background-color: #70f8c3;
    color: #007c57;
}

.modal .modal-header {
    background: #a9001a !important
}

/*Air Datepicker Formatting*/

.air-datepicker .air-datepicker-body--day-name {
    color: #a9001a;
}

.air-datepicker-global-container {
    z-index: 9999;
}

.air-datepicker-cell.-current- {
    color: #a9001a !important;
}

.air-datepicker-cell.-selected-, .air-datepicker-cell.-selected-.-current- {
    background: #a9001a !important;
    color: #fff !important;
}

.air-datepicker-button {
    color: #a9001a !important;
}

/*END Air Datepicker Formating*/
/*#region ReadOnly input*/
.form-control[readonly] {
    background-color: #fff;
}

.form-control:disabled{
    background-color: #fafafa;
    opacity: 1;
    cursor: not-allowed;
}

.read-only.form-control:disabled {
    background-color: #fff;
    opacity: 1;
    border: #fff;
    cursor: text;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.read-only.form-control {
    background-color: #fff;
    opacity: 1;
    border: #fff;
    cursor: text;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.root-component .read-only.form-control {
    background-color: #f2f2f2 !important;
    opacity: 1;
    border: #f2f2f2 !important;
    cursor: text;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/*#endregion ReadOnly input*/

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(237 0 0 / 11%);
}

.ko-panel {
    display: block;
}

.custom-file-label::after {
    left: 0;
    right: auto;
    border-left-width: 0;
    border-right: inherit;
}

.custom-file {
    font-size: 1rem;
}

.gradient-background {
    background: linear-gradient(52deg, rgba(255,255,255,1) 20%, rgba(180,151,90,1) 91%);
    background-position: center;
}

.modal-header.bg-primary button,
.modal-header.bg-secondary button {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 35px;
}

button:focus {
    outline: none;
}


.ko-error {
    color: #0600ff;
    font-size: 100% !important;
}



.dark-background .ko-error {
    font-size: 100% !important;
    background: orange;
    color: black;
    border-radius: 10px;
    padding: 5px 14px;
    font-weight: bold;
}

.human-verification .ko-error {
    font-size: 15px !important;
    background: #520410;
    color: white;
    padding: 10px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #0600ff;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%230600ff\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%230600ff\' stroke=\'none\'/%3e%3c/svg%3e');
}
    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #0600ff;
        box-shadow: 0 0 0 0.2rem rgb(53 81 220 / 25%);
    }

a.is-invalid::after {
    content: '';
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%230600ff\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%230600ff\' stroke=\'none\'/%3e%3c/svg%3e') !important;
    height: 20px;
    width: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right 80% center; /* Adjusted this line */
    background-size: 20px 20px; /* Adjusted this line */
}

.bg-grey {
    background-color: #efefef !important;
}

h1, h2, h3, h4, h5, h6,
.header-text,
.card-header span,
.swal2-confirm,
.card-menu-item span {
    /*font-weight: 700;*/
}

.card-header .badge,
.card-header .badge span {
    font-size: 13px !important;
}

/* CIRCLE ICONS */

.circular-icon {
    background: lightseagreen;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    vertical-align: middle;
    padding: 0;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.7);
}


.card-menu-item span {
    display: block;
    color: #a9001a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

a.card-body {
    text-decoration: none;
}

.circular-icon.circular-icon-red {
    background: linear-gradient(120deg, red, #ff5959, red);
}

.card-body:hover > .circular-icon.circular-icon-red {
    background: linear-gradient(120deg, red, red, red);
}

.circular-icon.circular-icon-orange {
    background: linear-gradient(120deg, orange, #ffc761, orange);
}

.card-body:hover > .circular-icon.circular-icon-orange {
    background: linear-gradient(120deg, orange, orange, orange);
}

.circular-icon.circular-icon-light-green {
    background: linear-gradient(120deg, #bcbc00, #e0e000, #bcbc00);
}

.card-body:hover > .circular-icon.circular-icon-light-green {
    background: linear-gradient(120deg, #bcbc00, #bcbc00, #bcbc00);
}

.circular-icon.circular-icon-green {
    background: linear-gradient(120deg, green, #00a800, green);
}

.card-body:hover > .circular-icon.circular-icon-green {
    background: linear-gradient(120deg, green, green, green);
}

.circular-icon.circular-icon-light-blue {
    background: linear-gradient(120deg, lightseagreen, #28d4ca, lightseagreen);
}

.card-body:hover > .circular-icon.circular-icon-light-blue {
    background: linear-gradient(120deg, lightseagreen, lightseagreen, lightseagreen);
}

.circular-icon.circular-icon-blue {
    background: linear-gradient(120deg, dodgerblue, #69b5ff, dodgerblue );
}

.card-body:hover > .circular-icon.circular-icon-blue {
    background: linear-gradient(120deg, dodgerblue, dodgerblue, dodgerblue );
}

/* CIRCLE ICONS END */

body { 
    height: 100%;
    font-size: 0.8em;
}

h5, .h5 {
    font-size: 1.2rem;
}

.badge-warning,
.bg-warning {
    color: #fff !important;
    background-color: #ca9700 !important;
}

.badge-primary {
    background-color: #b70a25;
    border-color: #a9001a !important;
}


.btn-danger {
    background-color: #000;
    border-color: #000;
}

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #313131;
        border-color: #313131;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #313131;
        border-color: #313131;
        box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
    }

    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #313131;
        border-color: #313131;
    }

.text-black {
    color: black !important;
}

.bg-secondary {
    background-color: #6c757d !important;
    color: #ffffff !important;
    border: none;
}

.alert-primary,
.btn-primary {
    background-color: #a9001a;
    border-color: #a9001a;
}

    .btn-primary:hover {
        background-color: #e60427;
        border-color: #e60427;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #e60427;
        border-color: #e60427;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #e60427;
        border-color: #e60427;
        box-shadow: 0 0 0 0.2rem rgba(230, 4, 39, 0.5);
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(230, 4, 39, 0.5);
    }

    .btn-primary.toggle-on,
    .btn-primary.toggle {
        border-radius: 3px;
    }



.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #a9001a;
    font-size: 1.01rem;
    border-color: rgba(0, 0, 10, 0);
    display: flex;
    flex-direction: column;
}

.lined .nav-item {
    min-width: 193px;
}

.lined {
    background-color: #F3F3F3;
}

    .lined .nav-link span {
        margin-top: 7px;
    }

    .lined .nav-link i {
        font-size: 24px;
    }

    .lined .nav-link:hover {
        border: none;
        border-bottom: 3px solid transparent;
    }

    .lined .nav-link.active {
        background: none;
        border-color: #ca9700;
    }

        .lined .nav-link.active:hover {
            background: #F3F3F3;
            cursor: pointer !important;
        }

        .lined .nav-link.active i {
            color: #ca9700;
        }

    .lined .nav-link:hover {
        background: #e9e9e9;
    }

#dvProfile .lined .nav-item {
    flex: 1;
    padding: 0;
}
/* #endregion GLOBALS */



.blur-group .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-position: center;
    opacity: 0.5;
}

.blur-group .content {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 50%;
    left: 50%;
    /*border: solid white;*/
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
}

.nav-jobs-tabs .nav-link {
    background: #616161;
    color: #fff;
}

    .nav-jobs-tabs .nav-link.active {
        background: #a9001a !important;
        color: #fff;
    }

.nav-jobs-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        background: #787878;
    }

.nav-jobs-tabs .nav-link b {
    color: #c8c8c8;
}

.blur-group {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-primary {
    background-color: #a9001a !important;
    border: none;
    color: #FFFFFF;
}

.navbar-toggler {
    width: fit-content;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    background-color: white;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    transition-duration: 0.5s;
    transition-property: background-color;
}

.tab-content .card-header {
    padding: 0.6em 1.25rem
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/* BOOTSTRAP DASHBOARD */


.card {
    /*border: 1px solid #9f9f9f;*/
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid #d1d1d1;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    /*overflow-x: hidden;
  overflow-y: auto;*/ /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    color: #333;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #cccccc;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }


/* END OF BOOTSTRAP DASHBOARD */


/*
 * Off Canvas sidebar at medium breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -33%;
        padding-top: 0;
    }

    .row-offcanvas-left.active {
        left: 33%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        /*width: 33%;*/
        height: 100%;
        overflow: auto;
    }
}

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 34em) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -65%;
        padding-top: 0;
    }

    .row-offcanvas-left.active {
        left: 65%;
        margin-left: -6px;
    }

    /*  .sidebar-offcanvas {
    width: 65%;
  }*/

    .row-offcanvas-left.active {
        top: 0;
    }
}

/*
 * Autocomplete dropdown
 * --------------------------------------------------
 */
/*.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    cursor: pointer;
}*/
.twitter-auto-complete-no-match {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.popup-overlay {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 8;
}

    /*
 * Popover
 * --------------------------------------------------
 */
    .popup-overlay::before {
        content: '';
        background-image: linear-gradient(to right, rgba(171, 163, 181, 0.4), rgba(171, 163, 181, 0.4));
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 30;
        position: fixed;
    }

.popover[class*="tour-"].orphan {
    left: 50% !important;
    top: 50% !important;
    margin-top: 0;
    position: absolute;
    transform: translate(-50%, -50%) !important;
}

.popover .popover-header, .popover .popover-body {
    background: #f3f4fa;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #1a3f4e;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: white;
}

.popover .popover-header {
    font-size: 0.9375rem;
    border-bottom: 0;
    color: #000000;
    font-weight: bold;
}

/*
 * END Popover
 * --------------------------------------------------
 */

/*
 * START AdminPanel
 * --------------------------------------------------
 */
#AdminPanel {
    position: fixed;
    bottom: 0;
    height: 25px;
    width: 100%;
    z-index: 10000;
    text-align: center;
    background-color: black;
}

    #AdminPanel a {
        color: #ffffff;
    }
/*
 * END AdminPanel
 * --------------------------------------------------
 */

.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}

.range {
    width: 100%;
}

.bubble {
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
}

    .bubble::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        background: inherit;
        bottom: -1px;
        left: 50%;
    }

/*

  GENERAL CSS

*/
label.badge,
span.badge {
    font-size: 11px;
    padding: 4px 10px 4px 10px;
}

.pagination.pagination {
    margin-bottom: 0;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

@media screen and (max-width:991px) {
    .sidebar-offcanvas {
        position: fixed;
        max-height: calc(100vh - 88px);
        /*top: 63px;*/
        bottom: 0;
        overflow: auto;
        right: -330px;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out
    }

        .sidebar-offcanvas.active {
            right: 0
        }
}

.navbar.default-layout .navbar-menu-wrapper .navbar-toggler {
    border: 0;
    color: inherit;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini {
    display: none
}

button.navbar-toggler.navbar-toggler.align-self-center.toggle-button-lg {
    top: 13px;
    left: 260px;
    -webkit-transition: top .25s ease,left .25s ease;
    -moz-transition: top .25s ease,left .25s ease;
    -ms-transition: top .25s ease,left .25s ease;
    transition: top .25s ease,background .25s ease;
}

.underline {
    text-decoration: underline;
}
/* .sidebar .nav-item:hover .nav-link, */
/* .sidebar .nav-item:hover .nav-link i { */
/*     color: #D29D46 !important; */
/*     background-color: #fffdf9 !important; */
/* } */
@media (min-width:992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title, .sidebar-icon-only .sidebar .nav .menu-title, .sidebar-icon-only .nav-hide-collapsed {
        display: none
    }

    .sidebar-icon-only .sidebar .nav-item {
        width: 70px;
        transition: width 0.2s;
        position: relative;
    }

    .sidebar .nav-item {
        width: 295px;
        transition: width 0.2s;
        position: relative;
    }

    .sidebar-icon-only .sidebar .nav-item .nav-link {
        width: 70px;
        /*position: absolute;*/
        background: #fff;
        transition: width 0.2s;
        text-align: left !important;
        display: flex !important;
    }

    .sidebar-icon-only .sidebar .nav-item:hover .nav-link {
        width: 295px;
        /*position: absolute;*/
        display: flex !important;
        background: #fff;
        transition: width 0.2s;
        border-radius: 0 3px 3px 0;
    }

    .sidebar-icon-only .sidebar .nav-item .menu-title {
        transition: width 0.2s;
        width: 0;
        display: block !important;
        overflow: hidden;
    }

    .sidebar-icon-only .sidebar .nav-item:hover .menu-title {
        display: block !important;
        transition: width 0.2s;
        width: 200px;
    }
}

.sidebar {
    min-height: calc(100vh - 63px);
    background: #fff;
    padding: 0;
    /*width: 255px;*/
    z-index: 11;
    transition: all .25s ease-in-out,background .25s ease;
    -webkit-transition: all .25s ease-in-out,background .25s ease;
    -moz-transition: all .25s ease-in-out,background .25s ease;
    -ms-transition: all .25s ease-in-out,background .25s ease;
}

.nav-link, .navbar-toggler {
    padding: 10px 25px
}

.main-panel {
    -webkit-transition: width .25s ease,margin .25s ease;
    transition: width .25s ease,margin .25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar {
    height: 63px;
    position: fixed;
    width: 100%;
}

.navbar-brand {
    margin-right: 0
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.container-scroller {
    overflow: hidden
}

.navbar.default-layout .navbar-brand-wrapper {
    transition: width .25s ease,background .25s ease;
    -webkit-transition: width .25s ease,background .25s ease;
    -moz-transition: width .25s ease,background .25s ease;
    -ms-transition: width .25s ease,background .25s ease;
}

@media (min-width:992px) {


    .sidebar-icon-only .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px)
    }
}

.navbar.default-layout .navbar-menu-wrapper {
    transition: width .25s ease;
    -webkit-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -ms-transition: width .25s ease;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 255px);
    height: 63px
}

    .navbar.default-layout .navbar-menu-wrapper .navbar-toggler {
        border: 0;
        color: inherit
    }

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini {
    display: none
}

    .navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img {
        height: 45px;
    }

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

@media (min-width:992px) {
    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
        display: none
    }

    .sidebar-icon-only button.navbar-toggler.navbar-toggler.align-self-center.toggle-button-lg {
        top: 13px;
        left: 70px;
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sidebar-icon-only .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px)
    }

    .navbar.default-layout .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
        margin-left: auto
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
        display: block;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px
    }
}

.page-body-wrapper {
    min-height: calc(100vh - 63px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}

.navbar.default-layout {
    transition: background .25s ease;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -ms-transition: background .25s ease;
    background-image: url(/images/nav-background.png) !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.sidebar .nav .nav-item .nav-link .menu-icon {
    /*  margin-right: 1.25rem;*/
    width: 16px;
    line-height: 1;
    font-size: 18px;
    color: #979797
}

.sidebar .nav .nav-item .nav-link .menu-title {
    margin-left: 1.25rem;
}

.sidebar .nav .nav-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 35px;
    white-space: nowrap;
    height: 52px;
    color: #4a4a4a
}

/*

  Twitter TypeHead CSS

*/
.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    /*font-size: 24px;*/
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-hint {
    padding: 4px 8px;
    border-width: 1px;
    line-height: 21px;
    right: 0px;
    bottom: 0px;
    height: 31px;
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-input {
    border-width: 1px;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.tt-no-matches {
    padding-left: 10px;
}

.twitter-typeahead {
    width: 100%;
}
/*

  Twitter TypeHead CSS END

*/

.btn-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-select-sm {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.rounded-avatar,
.avatar
{
  height: 30px;
  background-size: cover;
  width: 30px;
  border-radius: 50%;
  /*background-position: 50% 50%;*/
}

.modal-content {
    border: none;
}

.swal2-actions > button {
    width: 50%;
}

.modal-xxl {
    max-width: 1800px;
}

/*  BLUR TEXT */
.applyBlur {
    /*    color: transparent;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    filter: blur(5px);
}

.applyImageBlur {
    filter: blur(10px);
}

/* Rubrics */

.rubric-item:hover {
    background: #ececec;
    cursor: pointer;
}

.rubricEntryStudentSelected {
    background-color: rgba(153, 218, 99, 0.33) !important;
    color: black;
    cursor: default !important;
}

.rubricEntryStaffSelected {
    outline: 4px solid #ffb715;
    cursor: default !important;
    background-color: #fff !important;
}

.rubricEntryStudentSelected.rubricEntryStaffSelected {
    background-color: rgba(153, 218, 99, 0.33) !important;
}

/* CIRCULAR PROGRESS */
.circular-progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

    .circular-progress::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 14px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .circular-progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .circular-progress .circular-progress-left {
        left: 0;
    }

    .circular-progress .circular-progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 14px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .circular-progress .circular-progress-left .circular-progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .circular-progress .circular-progress-right {
        right: 0;
    }

        .circular-progress .circular-progress-right .circular-progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .circular-progress .circular-progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* CIRCULAR PROGRESS */


    .circular-progress .merit-number {
        font-size: 45px;
        font-weight: bold;
        line-height: 1;
    }

    .circular-progress .merit-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 2;
    }

blockquote {
    font-size: 18px;
    font-style: italic;
    width: 100%;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

    blockquote::before {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -20px;
        top: -20px;
        color: #7a7a7a;
    }

    blockquote cite {
        color: #999999;
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }

        blockquote cite::before {
            content: "\2014 \2009";
        }


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .lined .nav-item {
        min-width: 70px !important;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .lined .nav-link i {
        margin: 10px 0;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .lined .nav-link i {
        font-size: 20px;
    }

    .lined .nav-link {
        font-size: 12px;
    }

    .lined .nav-item {
        min-width: 100px;
    }

    .alert-lesson {
        font-size: 12px;
    }
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}


.note-editor {
    position: relative;
    font-size: 16px;
}

.card.icon-card {
    overflow: hidden
}

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%
}

    .card-body .rotate i {
        color: rgba(20,20,20,.15);
        position: absolute;
        left: 0;
        left: auto;
        right: -10px;
        bottom: 0;
        display: block;
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        transform: rotate(-44deg)
    }

.sub-category .item-text,
.leaf .item-text {
    font-size: 14px;
}

.help-structure-container i.fa-chevron-circle-down {
    font-size: 14px;
    transition: .3s transform ease-in-out;
}

.help-structure-container i.fa-sync {
    font-size: 14px;
    transition: .3s transform ease-in-out;
}

.help-structure-container a.show-children i.fa-chevron-circle-down {
    transform: rotate(180deg);
}

.text-primary {
    color: #0b2039 !important;
}

.module .item-text {
    font-size: 14px;
}

.progressbar {
    counter-reset: step;
    padding: 0;
    width: 100%;
    z-index: 0;
}

    .progressbar li {
        list-style-type: none;
        width: 20%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li::before {
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 30px;
            height: 30px;
            content: "\f059";
            line-height: 27px;
            border: 2px solid #dedede;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li.lead::before {
            content: "\f007";
        }

        .progressbar li.quote::before {
            content: "\f53a";
        }

        .progressbar li.sale::before {
            content: "\f154";
        }

        .progressbar li.rep::before {
            content: "\f0c0";
        }

        .progressbar li.demo::before {
            content: "\f085";
        }

        .progressbar li.visit::before {
            content: "\f276";
        }

        .progressbar li.delivered::before {
            content: "\f674";
        }

        .progressbar li::after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #dedede;
            top: 15px;
            left: -50%;
            /*z-index: -1;*/
            z-index: 0;
        }

        .progressbar li:first-child::after {
            content: none;
        }

        .progressbar li.active {
            color: #435ba8;
        }

            .progressbar li.active::before {
                border-color: #435ba8;
            }

            .progressbar li.active + li::after {
                background-color: #435ba8;
            }

.modal-header, .modal-header .close {
    color: white !important;
}
