@font-face {
    font-family: "Jost";
    src: url(../fonts/Jost-VariableFont_wght.ttf) format("truetype");
}

.bg-teikit{
    background-color: #b7a08e;
}

.program-title { 
    font-family: "Jost", Verdana, Tahoma;
    color: #b7a08e;
}

.dz-uploading{
    background-color: #77a3f020 !important;
    border-radius: 0.4rem;
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    min-height: 3rem;
    padding: 0.5rem;
}

.dz-uploading-name-container{
    width: 100%;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center;
}

.dz-uploading [data-dz-name]{
    position: relative;
    text-overflow: ellipsis !important;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    color: #495057;
}

.dz-uploading button:hover{
    background-color: #3a4f7420 !important;
}

.dz-uploading .progress-bar{
    background-color: #495057;
}

.file-anchor{
    background-color: #77a3f020 !important;
    border-radius: 0.4rem;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center;
    height: 3rem;
    padding: 0.5rem;
}

.file-anchor button:hover{
    background-color: #3a4f7420 !important;
}

.file-anchor a{
    position: relative;
    text-overflow: ellipsis !important;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    color: #495057;
}
  
.file-anchor a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #495057d0;
    transform-origin: bottom right;
    transition: transform 0.15s ease-out;
}

.file-anchor a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

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

body {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}

.topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.navbar-label{
    padding: 0.47rem 0.75rem;
    margin-top: auto;
    margin-bottom: auto;
    pointer-events: none;
}

.navbar-brand-box {
    padding: 0;
}

.logo-lg img,
.logo-sm img {
    max-height: 70px !important;
}

.page-content {
    padding-bottom: calc(0.625rem * 2) !important;
}

body[data-sidebar=dark].vertical-collpsed {
    min-height: 0 !important;
}

.table-borderless :not(caption) * * {
    border-top-width: 0px !important;
}

body[data-sidebar="dark"] .navbar-brand-box {
    background: #231f20 !important;
}

body[data-sidebar="dark"] .vertical-menu {
    background: #2f2f2f !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li a,
body[data-sidebar="dark"] .menu-title,
body[data-sidebar="dark"] #sidebar-menu ul li a i {
    color: #888888 !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li a.active,
body[data-sidebar="dark"] #sidebar-menu ul li a.active i,
body[data-sidebar="dark"] #sidebar-menu ul li a.mm-active,
body[data-sidebar="dark"] #sidebar-menu ul li a.mm-active i,
body[data-sidebar="dark"] #sidebar-menu ul li.mm-active a i,
body[data-sidebar="dark"] #sidebar-menu ul li.mm-active a {
    color: #fff!important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a,
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a,
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
    color: #AAAAAA !important;
    background: #2f2f2f !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active ,
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i,
i.vertical-menu-collapse-btn {
    color: #FFF !important;
}

#side-menu > li.mm-active > a {
    background-color: #626567 !important;
}

.table {
    margin-bottom: 0 !important;
}

.dataTable{
    width: 100% !important;
}

.custom-table-borderless td, .custom-table-borderless th {
    border: none;
    vertical-align: middle !important;
}

.form-divider{
    height: 1.5rem;
    width: 100%;
    background-color: #74788d7f;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

@media (min-width: 992px) {
    body:not(.vertical-collpsed) .sidebar-open {
        display: inline-block !important;
    }
    
    .vertical-collpsed .sidebar-open {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .sidebar-open {
        display: none !important;
    }
}

#toast-container>div {
    opacity: 1;
    padding: 15px 15px 15px 15px;
    width: 40vw;
}

#toast-container>.toast-success, #toast-container>.toast-error, #toast-container>.toast-info, #toast-container>.toast-warning{
    background-image: none !important;
}

#toast-container>div:hover{
    box-shadow: 0 0 12px #5d5d5d !important;
}

#disable-everything-layer{
    z-index:10000;
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
}

.cut-text { 
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 75%; 
    white-space: nowrap;
  }

  #main-datatable_paginate{
    display: flex;
    flex-wrap: wrap;
}

.redClass{
    background-color: #f46a6aad
}

.greenClass{
    background-color: #34c38fad
}

.yellowClass{
    background-color: #f1b44cad
}

.modal-backdrop {
    display: none;
}
  
.modal {
    background: rgba(0, 0, 0, 0.8);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(0, 0, 0, 0.15);
}

.input-small{
    padding: .25rem .5rem !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #343a405f !important;
    border-width: 2px !important;
}

#info:hover {
    cursor: pointer;
}

#info-modal .info-img {
    background-color: #888888;
    padding: 0.2rem;
    border-radius: 5px;
}

.form-check-input.green-check:checked {
    background-color: #5a5;
    border-color: #5a5;
}

.btn-sm-square {
    padding: 0;
    height: 1.8rem;
    width: 1.8rem;
}

.btn-sm-square > i{
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-sm-square > i.fas:before{
    font-size:0.75rem;
}

.dropzone{
    min-height: 50px !important;
    padding: 10px !important;
}

.dropzone .dz-message{
    font-size: 16px !important;
    margin: 0 !important;
}
