@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../webfonts/Poppins-regular-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../webfonts/Quicksand-regular-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.main-header.text-sm .nav-link, .text-sm .main-header .nav-link {
    padding: .35rem .5rem;
}
.captcha_img img{
    border: 1px solid #a0abb7;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.navbar-brand-image{
    border: 2px solid #fff; background: #fff; margin-top: 0 !important;
}

li.nav-item > a.nav-link > p{
    display: contents;
}
p {
    margin-bottom: 0.3rem !important;
}
.vh-60 {
    height: 60vh;
}
.vh-70 {
    height: 70vh;
}
.vh-80 {
    height: 80vh;
}
.vh-90 {
    height: 90vh;
}

.badge {
    padding: 4px 6px;
}

/* navbar */
div.status_periode{
    display:inline-block;
    width:275px;
}
.navbar-nav > .user-menu .user-image {
    height: 28px;
    width: 28px;
}
.brand-link {
    font-size: 130% !important;
    padding: 0.6rem 0.5rem;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgba(40, 167, 69, 0.25);
}
.content-header-title {
    border-bottom: 2px solid #dee2e6;
    border-radius: 0;
}
.dark-mode .content-header-title {
    border-bottom: 2px solid #a9b0b7;
    border-radius: 0;
}

.login-page,
.register-page {
    background: url(../images/background-login.jpg) no-repeat center center
        fixed;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-box {
    margin: auto;
}

.login-card-body .input-group .input-group-text {
    border-left: 1px;
}
.login-card-body .input-group .input-group-text {
    border-bottom-right-radius: 0;
    border: 1px solid #ced4da;
    border-top-right-radius: 0;
}
.login-card-body .input-group .form-control {
    border: 1px solid #ced4da;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group-text span{
    color: #a7a7a7;
}

.btn-login{
    background: #f0cf26;
}

.btn-login:hover{
    background: #ffe044;
}
.login-box-msg {
    padding-bottom: 10px;
}
.login-message {
    padding: 5px;
}


.card-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.dataTables_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-top: 0;
    margin-bottom: 0;*/
}
.dataTables_length,
.dataTables_info {
    padding-left: 10px;
}
.dataTables_filter,
.dataTables_paginate {
    padding-right: 10px;
}
.card-body.p-0 .table tbody > tr > td:first-of-type,
.card-body.p-0 .table tbody > tr > th:first-of-type,
.card-body.p-0 .table thead > tr > td:first-of-type,
.card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 0.8rem;
}
.card-body.p-0 .table tbody > tr > td:last-of-type,
.card-body.p-0 .table tbody > tr > th:last-of-type,
.card-body.p-0 .table thead > tr > td:last-of-type {
    padding-right: 0.75rem;
}

.table-hover tbody tr:hover {
    background-color: rgba(227, 155, 95, 0.56);
}
.table td {
    padding: 0.4rem 0.4rem 0.4rem 0.75rem;
    vertical-align: middle;
}
.table td:last-child {
    padding-right: 0.75rem;
}
.btn-xs {
    padding: 0.1rem 0.22rem;
    line-height: 1.2;
}
.btn-xs .fa,
.btn-xs .fas {
    font-size: 0.7rem;
}
.modal-md {
    max-width: 600px;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 0.5rem 0.8rem;
}
.modal-footer {
    background-color: #dee2e6;
    border-top: 1px solid #a5a8aa85;
}
.elevation-4 {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25), 0 3px 3px rgba(0, 0, 0, 0.22) !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 31px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: -7px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    margin-top: -3px;
}
.select2-container--default .select2-selection--multiple {
    min-height: 31px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
}
.tree-ml-1 {
    margin-left: 0.75rem !important;
}
.tree-ml-2 {
    margin-left: 1.5rem !important;
}
.tree-ml-3 {
    margin-left: 2.25rem !important;
}
.tree-ml-4 {
    margin-left: 3rem !important;
}
.tree-ml-5 {
    margin-left: 3.75rem !important;
}
.modal-92 {
    width: 92% !important;
    max-width: 98% !important;
}
.modal-98 {
    width: 98% !important;
    max-width: 98% !important;
}
.no-border-t,
table.no-border-t th {
    border-top: 0;
}
.no-border-b {
    border-bottom: 0;
}
.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
}

.preview-images-zone .preview-image > .image-zone {
    max-width: 150px;
    max-height: 150px;
}
.preview-images-zone .preview-image > .image-zone > img {
    max-width: inherit;
    max-height: inherit;
}

.preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: 0.5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}
/*#ajax-modal-confirm{
    z-index: 1060 !important;
}*/
.strip-row {
    background-color: rgba(0, 0, 0, 0.05);
}
.modal-backdrop {
    background-color: #8ea0d7;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.progress-tittle,
.progress-status {
    width: 300px;
    margin-left: 0%;
    color: #212529;
}
.form-group.required .control-label:before {
    content: "*";
    color: red;
}
.col-form-label {
    text-align: right;
    padding-right: 10px;
}
.col-form-label:after {
    content: " :";
}
.display-5 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    font-family: mono;
}
.req-title {
    font-size: 1.1rem !important;
    font-weight: bold;
}
.req-small {
    display: block;
}
.req-name {
    font-size: 1.1rem;
    margin-bottom: 0;
}
.status_realtime > .badge {
    margin-bottom: 2px;
}

.vert-tabs-tabContent {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

/*Select2 ReadOnly Start*/
.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.bg-opacity-70 {
    opacity: 0.7 !important;
}

opacity-0{
    opacity:0!important
}
.opacity-25{
    opacity:.25!important
}
.opacity-50{
    opacity:.5!important
}
.opacity-75{
    opacity:.75!important
}
.opacity-100{
    opacity:1!important
}

.assignment_desc_header{
    background-color: #00ff3a7a !important;
}
.assignment_desc_body{
    display: none;
}
.quiz_desc_body, .assignment_desc_body{
    font-family: Quicksand, Poppins;
    font-size: 15px;
    line-height: 24px;
    background-color: #4fdd6f3d !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__arrow,
select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__clear {
    display: none;
}
/*Select2 ReadOnly End*/
.blockUIblockMsg.blockElement {
    top: 50% !important;
    left: 50% !important;
}
.l3 {
    padding-left: 25px !important;
}
.sidebar-collapse .l3 {
    padding-left: 0.79rem !important;
}
.nav-sidebar > .nav-item .l3 .nav-icon {
    margin-right: 0 !important;
}

.text-lg {
    font-size: 1.5em !important;
    line-height: 1.15;
}
.blockView,
.btn,
.btn-group {
    cursor: pointer;
}
.blockView:hover {
    background-color: #ffc107;
}

.btn:not(:disabled):not(.disabled).active {
    color: #ffc107;
}
span.required,
label.required {
    color: red;
    font-weight: bold;
    padding-left: 1px;
}
.badge-pink {
    color: #fff;
    background-color: #e661ac;
}
.br-0 {
    border-radius: unset;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #b3dd6970;
    font-weight: bold;
}

.nav-tabs .nav-link.active,
.nav-tabs.flex-column .nav-link.active,
.vert-tabs-tabContent {
    border-top: 3px solid #05bd2b;
}

@media (min-width: 992px) {
    /*.sidebar-mini .nav-sidebar,
    .sidebar-mini .nav-sidebar .nav-link,
    .sidebar-mini .nav-sidebar > .nav-header {
        white-space: inherit;
        overflow: hidden;
        word-wrap: break-word;
    }*/
}

@media (max-width: 768px){
    .col-form-label {
        text-align: left !important;
        padding-right: 10px;
    }
}

/* New CSS */
.login-title{
    color: #00CE2E;
}
.input-group-text span{
    color: #a7a7a7;
}

.btn-login{
    background: #f0cf26;
}

.btn-login:hover{
    background: #ffe044;
}


.note-editable, #chapter_description {
    height: auto;
    width: 100%;
    font-family: Quicksand, Poppins;
    font-size: 15px;
    line-height: 24px;
}

.note-editable h1, #chapter_description h1,
.note-editable h2, #chapter_description h2,
.note-editable h3, #chapter_description h3,
.note-editable h4, #chapter_description h4,
.note-editable h5, #chapter_description h5,
.note-editable h6, #chapter_description h6 {
    margin-top: 10px;
}

.note-editable p{
    margin-bottom: 0.7rem !important;
}

code, kbd, pre, samp {
    border: 1px solid #bddaf4;
    background-color: #f0f8fff0;
}

.lh-1{
    line-height: 1 !important;
}

.w-1{width: 1% !important}
.w-2{width: 2% !important}
.w-5{width: 5% !important}
.w-10{width: 10% !important}
.w-15{width: 15% !important}
.w-20{width: 20% !important}
.w-25{width: 25% !important}
.w-28{width: 28% !important}
.w-29{width: 29% !important}
.w-30{width: 30% !important}
.w-35{width: 35% !important}
.w-40{width: 40% !important}
.w-45{width: 45% !important}
.w-50{width: 50% !important}
.w-55{width: 55% !important}
.w-60{width: 60% !important}
.w-65{width: 65% !important}
.w-70{width: 70% !important}
.w-74{width: 74% !important}
.w-75{width: 75% !important}
.w-79{width: 79% !important}
.w-80{width: 80% !important}
.w-85{width: 85% !important}
.w-90{width: 90% !important}
.w-10p {width: 10px !important}
.w-80p {width: 80px !important}
.w-100p {width: 100px !important}
.w-120p {width: 120px !important}

li.user-footer{
    background-color: #6c757d40 !important;
}
.dark-mode .main-footer {
    background-color: #343a40;
    border-color: #4b545c;
}
.dark-mode .content-wrapper {
    background-color: #636b723b;
}

tr.event td, tr.event th{
    background-color: rgba(0,0,0,.03)
}
