.loader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    background-image: url("../loader/sc_loading.gif");
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.breadcrumb-fontsize {
    font-size: 0.8rem;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

/* NEW STYLES */

/* LOGIN PAGE */
.btn-color {
    background: #403643;
    color: #eee;
    border-radius: 0.299999rem;
}

.btn-color:hover {
    color: #fff;
}

.img-icon {
    width: 1.3rem;
    margin: 0.2rem 0 0.2rem 0.5rem;
}

.bg-abstract {
    background: url("/public/assets/images/customer-login_img.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.full-screen {
    min-height: 100vh;
    max-height: fit-content;
}

.center-vertical {
    width: 100%;
    margin: 0 auto;
}

.logo-width--img {
    width: 25rem;
}

.middle-intro {
    margin: auto;
    width: 65%;
    padding: 10px;
    height: 90vh;
    align-items: center !important;
}

.font-login-welcome {
    font-size: 1.563rem;
    color: rgb(255 255 255);
    font-family: "Roboto";
    font-weight: 200;
}
.font-login-welcome-subdesc {
    font-size: 0.938rem;
    color: rgb(255 255 255);
    font-family: "Roboto";
    font-weight: 300;
}

.glass-welcome {
    background: rgb(122 129 147 / 28%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.7px);
    -webkit-backdrop-filter: blur(3.7px);
    border: 1px solid rgba(255, 255, 255, 0.13);
    padding: 6rem 0;
}

.cp_login--footer {
    height: 10vh;
    align-items: center !important;
}

.icon-bg {
    background: #eee;
    padding: 0.2rem 0.2333rem;
}
#btn_register {
    background: #403643;
}

/* DASHBOARD */
.numbered {
    list-style-type: decimal;
    list-style-position: inside;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.option-input {
    display: inline-block;
    width: 80%;
}

.w-10 {
    width: 15%;
}

.f-500 {
    font-weight: 500;
}
.f-300 {
    font-weight: 300;
}

.sync-button {
    color: rgb(255 255 255);
    padding: 0.3rem 1rem;
    border: none;
    font-size: 0.8rem;
    cursor: pointer;
    width: auto;
    font-family: "OpenSans-Light";
}

/* 404 NOT FOUND */
#btn-notFound {
    background-color: #103783;
}

/* COURSE/TRAINING PAGE */
#displayName {
    font-weight: 300;
}
#courseCategory {
    font-size: 1.2rem;
}
#search {
    background-size: 20px;
    cursor: text;
}

#intermediateBtn {
    color: #ffa500;
    border-color: #ffa500;
}
#allLevelsBtn {
    color: #9f9f9f;
    border-color: #9f9f9f;
}
#buttonReset:hover {
    background-color: rgb(16 55 131);
}

.footer-bg {
    background: linear-gradient(to right, rgb(16 55 131), rgb(95 121 172));
}

.pointer {
    cursor: pointer !important;
}

.btn-hover {
    border: 0;
    border-radius: 50%;
}

.btn-hover:hover {
    background-color: rgb(95 121 172);
    border-radius: 50%;
    transition: 0.49999s all ease-in-out;
}

.btn-hover-1 {
    border: 0;
    border-radius: 50%;
}

.btn-hover-1:hover {
    background-color: rgb(16 55 131);
    border: 0;
    border-radius: 50%;
    transition: 0.49999s all ease-in-out;
}

/* ASSESSMENT PAGE */
#cardBorder {
    border-radius: 12px;
    box-shadow: 1px 5px 5px 4px rgba(0, 0, 0, 0.1);
}
#btnAssessment {
    background-color: #dcb02b;
}

.theme-btn {
    background-color: #103783;
}
/* RESET PASSWORD INVALID FORMAT POSITION */
.whiz_login-body-condition {
    top: 0;
    left: 0;
}
.main-side-icon::before {
    content: "+  ";
}
.sub-side-icon::before {
    content: "-  ";
}
.spanSubs {
    opacity: 70%;
    pointer-events: none;
    font-size: 0.9rem;
}
.active_sub {
    font-weight: bold;
    pointer-events: none;
    opacity: 100%;
}
.dashed {
    border-top: 1px dashed #b7c2d0;
}

.openCateg {
    display: inline !important;
}

/* SIDEBAR */

/* DISABLE TEXT HIGHTLIGHT ON SIDEBAR */
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Edge, Opera and Firefox */
}
.colorTrans {
    color: #103783 !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 414px) {
    /* APP CONTROL DATA TABLE */
    #app_control_length label {
        display: block;
    }
    #app_control_length select {
        margin-top: 0.7rem;
    }
    #app_control_filter label {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    /* COURSE */
    #course_col {
        flex: 100%;
        max-width: 100%;
    }
    #course_col > * {
        flex: 50%;
        max-width: 50%;
    }
    #searchSize {
        flex: 46.5%;
        max-width: 46.5%;
    }

    .sidenav {
        position: fixed;
        margin-left: -400px;
        transition: 0.4s all ease-in-out;
    }

    .colAssessment {
        flex-direction: column;
    }

    .jusConOption {
        justify-content: center;
        margin: 1rem 0;
    }
}
@media only screen and (max-width: 1465px) {
    /* REGISTER PAGE */
    #invalidRow {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    /* INTEGRATION */
    .officeCard {
        width: auto;
    }
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: auto;
    height: 100%;

    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    /* background: #f5f6fa; */
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* For summernote override unordered and order list */
.note-editable ul {
    list-style: disc !important;
    list-style-position: inside !important;
}

.note-editable ol {
    list-style: decimal !important;
    list-style-position: inside !important;
}

/* SUBSCRIPTION */
.otp-input {
    display: flex;
    justify-content: center;
}
.otp-input input {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
}
.cardRadius {
    border-radius: 1rem;
    overflow: hidden;
}
.cardHover {
    cursor: default;
    box-shadow: 0 1rem 3rem #2b374840;
    transition: all 0.2s ease-in-out;
}
.cardHover:hover {
    box-shadow: 0 1rem 3rem #2b374859;
    transition: all 0.2s ease-in-out;
    /* transform bigger */
    transform: scale(1.05);
}
.btnCardPricing {
    padding: inherit;
    background: #fdfdfd;
    color: #000;
}
.btnCardPricing:hover {
    background: #5f79ac;
    color: #fff;
}
.btnCardPricingActive {
    background: #5f79ac;
    color: #fff;
}
.cardCol {
    flex: 0 0 25%;
    max-width: 20%;
}

/* SUBSCRIPTION RESPONSIVENESS */
.opacityNotPermit {
    opacity: 0.5;
}
@media (max-width: 1065px) {
    .cardColMedium {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 768px) {
    .cardColSmall {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* PROFILE */
.profileBtn {
    background: transparent;
    border: 1px solid #ccc;
    color: #fff;
    transition: 0.2s;
}
.profileBtn:hover {
    background: #103783;
    border: 1px solid transparent;
    color: #fff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* CHANGELOG */
.changelog-font-size-sm {
    font-size: 0.7rem;
}

/* APP CONTROL DATA TABLE */
.dataTable_btn {
    background: #06bd0a;
    color: #fff;
    transition: 0.2s;
}
.dataTable_btn:hover {
    background: #5f79ac;
    border: 1px solid transparent;
    color: #fff;
}
.dataTable_radius {
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.btn_d {
    position: absolute;
    border: none;
    opacity: 0;
    background: #ffffff;
    padding: 1rem;
    left: 49%;
    top: 53%;
}

.onboarding-backdrop {
    filter: blur(5px);
}

.onboarding-background {
    background-color: #fff !important;
    min-height: calc(35% - 3.5rem);
    max-width: 550px;
    box-shadow: 5px 5px 20px 1px gray;
}

.subscription {
    border-left: dotted 1px black;
}

.active_device_status {
    color: #7ae582;
}

#legend ul {
    margin: 1rem, 0;
}

.disable-click {
    pointer-events: none;
    opacity: 0.5;
}

#right-modal-width {
    width: 100%;
    max-width: 670px !important;
}

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

.custom-top-30 {
    top: 30%;
}

#select2-country-container {
    background: #e8f0fe;
}

.active-login-bg {
    background: #e8f0fe;
}

.fit-content {
    width: fit-content;
}

.bg-subscription {
    background-color: #080d16;
}

.bg-subscription-2 {
    background-color: #ffffffab;
}

.text-shadow-1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.custom-width-btn-md {
    width: 9.2rem;
}

.opacity-50 {
    opacity: 0.5;
}
.opacity-100 {
    opacity: 1;
}

/* line break  anywhere */
.line-anywhere {
    line-break: anywhere;
}

.dataTable_search_label {
    padding: 0.5rem 2.5rem;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    color: #000;
    font-size: 14px;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/55/Magnifying_glass_icon.svg");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.object-contain {
    object-fit: contain;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #000 !important;
    font-size: 0.625rem !important;
  }

  .select2-container--default .select2-selection--multiple {
    border: 1px solid #000 !important;
    font-size: 0.625rem !important;
  }  