@font-face {
    font-family: 'PanDisplay-Regular';
    src: url('../fonts/PanDisplay-Regular.otf') format('opentype');
}

body{
    font-family: 'PanDisplay-Regular',"Poppins", sans-serif !important;
    background-color: #ebebeb;
    padding-right: 0 !important;
}

.auth-full-bg .bg-overlay{
    background-image: url('../images/logo-white.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.social-list-item {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #adb5bd;
}

.social-list-item:hover{
    color: #000 !important;
}

.bg-dark{
    color: #C3C9C9;
}

.auth-full-bg {
    background-color: #333031;
}

body[data-sidebar=dark] .navbar-brand-box{
    background-color: #231F20;
}

body[data-sidebar=dark] .vertical-menu {
    background: #231F20;
}

.footer {
    color: #231f21;
    background-color: #c3c9c9;
}

.page-link.active, .active>.page-link {
    background-color: #231f20;
    border-color: #231f20;
}

table.table-bordered.dataTable th{
    font-weight: normal;
}

.avatar-img{
    width: 50px;
    object-fit: contain;
    border-radius: 3px;
}

table td{
    vertical-align: middle;
}

.img-preview{
    position: relative;
}

.img-preview img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    border: 1px dashed #ebebeb;
}

.img-preview-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.bg-user-cover{
    background-color: #231F20;
}

.avatar-title{
    background-color: #231f21;
}

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

.btn-search{
    min-width: 100px;
}

.modal-content{
    border: 0;
}

.modal-header{
    background: #231f20;
    color: #fff;
}

form .fa-star-of-life{
    font-size: 6px;
    position: relative;
    top: -5px;
}

.id_number-inputs input{
    display: inline-block;
    max-width: 34px;
}

#countdown{
    font-size: 15px;
    font-weight: 600;
}

.profile-user-wid img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    padding: 0;
}

.header-profile-user{
    object-fit: contain;
}

.table th{
    font-weight: normal;
}

.table-dark {
    --bs-table-bg: #231f20;
    --bs-table-border-color: #231f20;
}

.btn-dark {
    --bs-btn-bg: #231f20;
    --bs-btn-border-color: #231f20;
}