:root{
    --red-primary: #a60116;
    --red-secondary: #cc3242;
    --red-tertiary: #ed3a50;
}

h1,h2,h3,h4,h5,p{
    margin: 0;
} h1{
    font-size: 32px;
}h2{
    font-size: 28px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
p{
    font-size: 14px;
}

.clr-gray{
    color: #99ABB4;
}.clr-white{
    color: white;
}.clr-black{
    color: black;
}.clr-red{
    color: #DA4A55;
}.clr-blue{
    color: #2E5CA1;
}.clr-yellow{
    color: #FFFE16;
}.clr-green{
    color: #00E8C5;
}

.custom-text-home{
    align-items: center;
    justify-content: space-between;
}

.custom-text-home p, .custom-text-home i{
    font-size: 48px;
    font-weight: bold;
}

.total-pengajuan p, .total-pengajuan i{
    color: #4ADAA5;
}

.perlu-konfirmasi p, .perlu-konfirmasi i{
    color: #2E5CA1;
}

.batal p, .batal i{
    color: #DA4A55;
}

.fz-9px{
    font-size: 9px;
}

.gap-normal{
    gap: 9px;
}

.badge-alfa{
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 12px;
}

.main-footer {
    background-color: #022963;
    border-top: 1px solid #dee2e6;
    color: #ffffff;
    padding: 1rem;
}

.page-link{
    color: black;
    border: 0;
}
.dataTables_filter label{
    width: 100%; 
}
.page-item.active .page-link{
    background-color: transparent;
    color: red;
}

.badge-logout{
    background-color: #fff;
    color: #dc3545;
    border-radius: 30px;
    padding: 4px 12px;
    width: max-content;
}

.hover-link{
    cursor: pointer;
}

.dropdown-menu-right{
    right: 12px !important;
}

.hover-link:hover{
    color: #c4c2c2;
}

.sidebar-mini.sidebar-collapse .text-collapse{
    display: none;
}

.sidebar-white{
    background-color: white;
    padding-top: 65px;
}

.sidebar{
    margin-top: 0 !important;
}

.navbar-alfa{
    z-index: 99999 !important;
    margin-left: 0 !important;
    align-items: center;
    gap: 14px;
    background-image: url("/static/images/bg_header.png");
}

.nav-custom-tab a{
    color: black;
}
.nav-tabs .nav-link:hover{
    border-color: transparent;
}

.nav-tabs .nav-link.active{
    color: #2E5CA1;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #2E5CA1;
}

.badge-cstm{
    width: max-content;
    padding: 3px 12px;
    border-radius: 24px;
} .badge-green{
    background-color: #D9FFDD;
    color: #00750D;
}.badge-gray{
    background-color: #e0dede;
    color: #414141;
}.badge-orange{
    background-color: #FFF4D9;
    color: #FF9800;
}
.badge-red{
    background-color: #FFE6D9;
    color: #DA4A55;
}
.pagination{
    margin-bottom: 0;
}

.height-navbar{
    height: 60.5px;
}

/* .nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
} */

.nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:.5rem 1rem
}

/* Custom Table */
.custom-table1{
    margin-bottom: 0;
}
.custom-table1 td{
    background-color: white;
    border-bottom: 3px solid #f4f6f9;
    border-top: 0;
}

/* Aktifasi */
.custom-table1 td:nth-child(2), .custom-table1 th:nth-child(2){
    font-weight: bold;
}

.table thead th{
    border-bottom: 0 !important;
    background-color: #2094fc;
    padding: 0.75rem;
    vertical-align: middle;
    color: white;
}

.custom-table1 th{
    padding: 0.3rem;
    background-color: transparent;
    border: 0;
}

.custom-table-aktifasi td, .custom-table-aktifasi th, .custom-table-deaktifasi td, .custom-table-deaktifasi th, .custom-table-hapus-par td, .custom-table-hapus-par th{
    padding: 0.3rem;
    border-top: 0;
    vertical-align: middle;
}

.custom-table-hapus-par {
    display: block;
    max-height: 300px;
    overflow: auto;
}

.custom-table-aktifasi, .custom-table-aktivasi-supplier, .custom-table-deaktivasi-PLU, .custom-table-intervensi-par {
    display: block;
    max-height: 300px;
    height: 300px;
    overflow: auto;
}

.custom-table-aktifasi thead, .custom-table-aktivasi-supplier thead, .custom-table-hapus-par thead, .custom-table-deaktivasi-PLU thead, .custom-table-intervensi-par thead {
    width: calc(100%);
}
.custom-table-aktifasi thead, .custom-table-aktifasi tbody tr, .custom-table-aktivasi-supplier thead, .custom-table-aktivasi-supplier tbody tr, .custom-table-hapus-par thead, .custom-table-hapus-par tbody tr, .custom-table-deaktivasi-PLU thead, .custom-table-deaktivasi-PLU tbody tr, .custom-table-intervensi-par thead, .custom-table-intervensi-par tbody tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}
/* Aktivasi PLU */
.custom-table-aktifasi td:nth-child(1), .custom-table-aktifasi th:nth-child(1), .custom-table-aktifasi td:nth-child(5), .custom-table-aktifasi th:nth-child(5){
    width: 60px !important;
    min-width: 60px;
    text-align: center;
}

.custom-table-aktifasi td:nth-child(2), .custom-table-aktifasi th:nth-child(2){
    width: 150px;
    min-width: 150px;
}

.custom-table-aktifasi td:nth-child(3), .custom-table-aktifasi th:nth-child(3), .custom-table-aktifasi td:nth-child(4), .custom-table-aktifasi th:nth-child(4){
    width: 200px;
    min-width: 200px;
}
/* Aktivasi Supplier */
.custom-table-aktivasi-supplier td:nth-child(1), .custom-table-aktivasi-supplier th:nth-child(1), .custom-table-aktivasi-supplier td:nth-child(6), .custom-table-aktivasi-supplier th:nth-child(6){
    width: 60px !important;
    min-width: 60px;
    text-align: center;
}

.custom-table-aktivasi-supplier td:nth-child(2), .custom-table-aktivasi-supplier th:nth-child(2), .custom-table-aktivasi-supplier td:nth-child(4), .custom-table-aktivasi-supplier th:nth-child(4){
    width: 130px;
    min-width: 130px;
}

.custom-table-aktivasi-supplier td:nth-child(3), .custom-table-aktivasi-supplier th:nth-child(3), .custom-table-aktivasi-supplier td:nth-child(5), .custom-table-aktivasi-supplier th:nth-child(5){
    width: 200px;
    min-width: 200px;
}

/* Deaktivasi PLU */
.custom-table-deaktivasi-PLU td:nth-child(1), .custom-table-deaktivasi-PLU th:nth-child(1), .custom-table-deaktivasi-PLU td:nth-child(7), .custom-table-deaktivasi-PLU th:nth-child(7){
    width: 60px !important;
    min-width: 60px;
    text-align: center;
}

.custom-table-deaktivasi-PLU td:nth-child(2), .custom-table-deaktivasi-PLU th:nth-child(2), .custom-table-deaktivasi-PLU td:nth-child(4), .custom-table-deaktivasi-PLU th:nth-child(4){
    width: 120px;
    min-width: 120px;
}

.custom-table-deaktivasi-PLU td:nth-child(3), .custom-table-deaktivasi-PLU th:nth-child(3), .custom-table-deaktivasi-PLU td:nth-child(5), .custom-table-deaktivasi-PLU th:nth-child(5){
    width: 250px;
    min-width: 250px;
}

.custom-table-deaktivasi-PLU td:nth-child(6), .custom-table-deaktivasi-PLU th:nth-child(6){
    width: 200px;
    min-width: 200px;
}

/* Hapus PAR */
.custom-table-hapus-par td:nth-child(1), .custom-table-hapus-par th:nth-child(1), .custom-table-hapus-par td:nth-child(6), .custom-table-hapus-par th:nth-child(6){
    width: 60px !important;
    min-width: 60px;
    text-align: center;
}

.custom-table-hapus-par td:nth-child(2), .custom-table-hapus-par th:nth-child(2){
    width: 350px;
    min-width: 350px;
}

.custom-table-hapus-par td:nth-child(3), .custom-table-hapus-par th:nth-child(3), .custom-table-hapus-par td:nth-child(4), .custom-table-hapus-par th:nth-child(4){
    width: 150px;
    min-width: 150px;
}

.custom-table-hapus-par td:nth-child(5), .custom-table-hapus-par th:nth-child(5){
    width: 200px;
    min-width: 200px;
}

.custom-table-intervensi-par td:nth-child(1), .custom-table-intervensi-par th:nth-child(1), .custom-table-intervensi-par td:nth-child(6), .custom-table-intervensi-par th:nth-child(6), .custom-table-intervensi-par td:nth-child(7), .custom-table-intervensi-par th:nth-child(7){
    width: 70px;
    min-width: 70px;
}

.custom-table-intervensi-par td:nth-child(2), .custom-table-intervensi-par th:nth-child(2), .custom-table-intervensi-par td:nth-child(4), .custom-table-intervensi-par th:nth-child(4), .custom-table-intervensi-par td:nth-child(8), .custom-table-intervensi-par th:nth-child(8), .custom-table-intervensi-par td:nth-child(9), .custom-table-intervensi-par th:nth-child(9), .custom-table-intervensi-par td:nth-child(10), .custom-table-intervensi-par th:nth-child(10), .custom-table-intervensi-par td:nth-child(11), .custom-table-intervensi-par th:nth-child(11), .custom-table-intervensi-par td:nth-child(12), .custom-table-intervensi-par th:nth-child(12),.custom-table-intervensi-par td:nth-child(13), .custom-table-intervensi-par th:nth-child(13), .custom-table-intervensi-par td:nth-child(14), .custom-table-intervensi-par th:nth-child(14), .custom-table-intervensi-par td:nth-child(15), .custom-table-intervensi-par th:nth-child(15), .custom-table-intervensi-par td:nth-child(16), .custom-table-intervensi-par th:nth-child(16){
    width: 150px;
    min-width: 150px;
}

.custom-table-intervensi-par td:nth-child(3), .custom-table-intervensi-par th:nth-child(3), .custom-table-intervensi-par td:nth-child(5), .custom-table-intervensi-par th:nth-child(5), .custom-table-intervensi-par td:nth-child(16), .custom-table-intervensi-par th:nth-child(16), .custom-table-intervensi-par td:nth-child(17), .custom-table-intervensi-par th:nth-child(17){
    width: 200px;
    min-width: 200px;
}

.custom-table-master, .custom-report-pengjuan {
    display: block;
    max-height: 400px;
    height: 400px;
    overflow: auto;
}

.custom-table-master thead, .custom-report-pengjuan thead {
    width: calc(100%);
}

.custom-table-master thead, .custom-table-master tbody tr, .custom-report-pengjuan thead, .custom-report-pengjuan tbody tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.custom-table-master td:nth-child(1), .custom-table-master th:nth-child(1){
    width: 60px;
    min-width: 60px;
    text-align: center;
    vertical-align: middle;
}

.custom-table-master td:nth-child(2), .custom-table-master th:nth-child(2),.custom-table-master td:nth-child(3), .custom-table-master th:nth-child(3),.custom-table-master td:nth-child(4), .custom-table-master th:nth-child(4),.custom-table-master td:nth-child(5), .custom-table-master th:nth-child(5) {
    width: 200px;
    min-width: 200px;
}

.custom-table-master td:nth-child(6), .custom-table-master th:nth-child(6), .custom-table-master td:nth-child(7), .custom-table-master th:nth-child(7){
    width: 100px;
    min-width: 100px;
    vertical-align: middle;
    text-align: center;
}

.custom-report-pengjuan td:nth-child(1), .custom-report-pengjuan th:nth-child(1){
    width: 60px;
    min-width: 60px;
    text-align: center;
    vertical-align: middle;
}

.custom-report-pengjuan td:nth-child(2), .custom-report-pengjuan th:nth-child(2), .custom-report-pengjuan td:nth-child(9), .custom-report-pengjuan th:nth-child(9), .custom-report-pengjuan td:nth-child(11), .custom-report-pengjuan th:nth-child(11), .custom-report-pengjuan td:nth-child(14), .custom-report-pengjuan th:nth-child(14){
    width: 200px;
    min-width: 200px;
}

.custom-report-pengjuan td:nth-child(3), .custom-report-pengjuan th:nth-child(3), .custom-report-pengjuan td:nth-child(4), .custom-report-pengjuan th:nth-child(4), .custom-report-pengjuan td:nth-child(5), .custom-report-pengjuan th:nth-child(5), .custom-report-pengjuan td:nth-child(6), .custom-report-pengjuan th:nth-child(6), .custom-report-pengjuan td:nth-child(7), .custom-report-pengjuan th:nth-child(7), .custom-report-pengjuan td:nth-child(8), .custom-report-pengjuan th:nth-child(8), .custom-report-pengjuan td:nth-child(10), .custom-report-pengjuan th:nth-child(10), .custom-report-pengjuan td:nth-child(12), .custom-report-pengjuan th:nth-child(12), .custom-report-pengjuan td:nth-child(13), .custom-report-pengjuan th:nth-child(13), .custom-report-pengjuan td:nth-child(15), .custom-report-pengjuan th:nth-child(15){
    width: 130px;
    min-width: 130px;
}

/* End Custom Table */

/* Checkbox */
input.check-box-custom{
    margin-top: 3px;
    width: 18px;
    height: 18px;
}


/* Button */
.btn-pengajuan{
    background-color: #2E5CA1;
    color: white;
}
.btn-pengajuan:hover{
    color: white;
    background-color: #204071;
}

.btn-view{
    border: 1px solid #DDDDDD;
    padding: 3px 9px;
    color: black;
}

.btn-view:hover{
    background-color: #DDDDDD;
}

.fz-rem-md{
    font-size: 1.5rem;
    line-height: unset !important;
}

.w-md-fix{
    width: 450px;
}

.w-sm-fix{
    width: 75px;
}.w-smd-fix{
    width: 100px;
}.w-mmd-fix{
    width: 250px;
}

.w-table-fix-lg{
    width: 300px;
    min-width: 300px;
}

.w-table-fix-md{
    width: 200px;
    min-width: 200px;
}

.w-table-fix-sm{
    width: 60px !important;
    min-width: 60px;
}

.w-366px{
    width: 366px;   
}

.btn-lov{
    border: 1px solid #ced4da;
    background-color: #FFE060;
}

.d-flex-none{
    display: flex;
}

.no-scroll-hidden{
    text-overflow: ellipsis;
    overflow: hidden;
}

.bg-neutral{
    background-color: #F9F9F9;
}


body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: unset !important;
}

/* Input File */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    border: 1px solid #DDDDDD;
    padding: 3px 9px;
    color: black;
    margin: 0;
    border-radius: 0.25rem;
    font-weight: 400 !important;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #DDDDDD;
}
.inputfile + label {
	cursor: pointer;
}

.inputfile:focus + label {
	outline: 1px solid #546cf5;
}

.h-100vh{
    height: 100vh;
}

.img-dashboard{
    max-width: 550px;
    width: 100%;
    height: auto;
}

.gap-2{
    gap: 18px;
}

.form-check-input{
    margin-top: 0.4rem;
}

.container-form {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.form {
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: white;
    padding: 0.5rem;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.header-title {
    padding: 10px;
    text-align: left;
    background: rgb(212, 212, 212);
    color: black;
    font-size: 24px;
}

.header-pengajuan {
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    background: white;
    color: black;
    font-size: 24px;
}

.header-riwayat-pengajuan {
    border-start-end-radius: 20px;
    padding: 10px;
    text-align: left;
    background: #2094fc;
    color: white;
    font-size: 24px;
}

.block-dashboard {
    border-radius: 12px;
    text-align: left;
    background: rgb(212, 212, 212);
    color: black;
    border-left : 40px solid rgb(91, 91, 91);
}

.button-dashboard {
    background-color: #da0f0f;
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 250px;
    border-radius: 10px;
}

.button-dashboard-pengaju {
    background-color: #2094fc;
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 250px;
    border-radius: 10px;
}

.button-dashboard-penyetuju {
    background-color: #ff8c00;
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 250px;
    border-radius: 10px;
}

.button-dashboard-report {
    background-color: #ff00ff;
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 250px;
    border-radius: 10px;
}

.button-tambah-pengajuan {
    background-color: #08ac6c;
    border: none;
    color: white;
    font-weight: bold;
    padding: 10px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.button-cari {
    background-color: #2094fc;
    border: none;
    color: white;
    font-weight: bold;
    padding: 10px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.label-custom {
    margin-top: 6px;
}

.col-lg-1 {
    width: 2.5%;
    margin-top:5px
}

.accordion-header button.filled {
    background-color: rgb(24, 163, 24);
    color: white;
}

.overflow-scroll{
    overflow-x: scroll;
}

.h-btn-search{
    width: max-content;
    margin-top: auto;
    height: calc(2.25rem + 2px);
}

.custom-switch .custom-control-label::before{
    width: 2.5rem;
    height: 1.2rem;
    border-radius: 1rem;
}

.custom-switch .custom-control-label::after{
    top: calc(0.35rem + 2px);
    left: calc(-2.1rem + 2px);
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1.1rem);
}

.w-date{
    width: 150px;
}

.fz-arrow{
    font-size: 24px;
    color: #DDDDDD;
}

.progress-selesai{
    background-color: #00E8C5;
}.progress-onProgress{
    background-color: #007BFF;
}.progress-ditolak{
    background-color: #DA4A55;
}

.w-progress{
    width: 100px;
}.w-progress-number{
    width: 50px;
}
.d-none-desktop{
    display: none;
}

.btn-tool{
    transition: all .2s;
}

.collapsed-card .btn-tool{
    rotate: 180deg;
}

.card-header-custom{
    background-color: #EAEAEA;
    color: black;
}
.without-decoration{
    text-decoration: none;
}
.no-decoration{
    color: black;
}.no-decoration:hover{
    color: #3f3f3f;
}.badge-header {
    background-color: #ffff00;
    padding: 3px 12px;
    border-radius: 24px;
}.badge-header-inside{
    background-color: #F9F9F9;
    padding: 3px 12px;
    border-radius: 24px;
}.kondisi-green{
    background-color: #00E8C5;
}.kondisi-yellow{
    background-color: #FFFE16;
}.badge-approval{
    position: relative;
    text-align: center;
    border: 1px dashed #414141;
    padding: 9px 6px;
    color: #414141;
    border-radius: 12px;
}.popover-approval{
    position: absolute;
    right: 10px;
    top: 6px;
}.badge-history-approval{
    width: max-content;
    background-color: #00E8C5;
    border-radius: 24px;
    padding: 3px 12px;
    font-style: italic;
}.note{
    display: flex;
    align-items: center;
    background-color: #FFFBB3;
    gap: 12px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 1s infinite;
}.bg-note-yellow{
    background: yellow;
    padding: 14px;
}

@media (max-width: 980px) {
    .responsive-right{
        position: absolute;
        top: 0.5rem;
        right: 0.4rem;
    }
    .d-flex-none{
        display: block;
    }
    .responsive-d-block{
        display: block;
    }
    .dropdown-menu-right{
        right: 0 !important;
    }
    .img-prof-alfa{
        display: none;
    }
    .d-none-mobile{
        display: none;
    }
    .w-sm-fix, .w-smd-fix, .w-md-fix, .w-366px, .w-mmd-fix, .w-date{
        width: 100%;
    }
    .overflow-scroll-mobile{
        overflow-x: scroll;
    }
    .form-check-label{
        width: max-content;
    }
    .d-none-desktop{
        display: block;
    }
    .float-mobile-right{
        float: right;
    }
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 3px rgb(255, 187, 0);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 3px rgb(255, 255, 10);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 3px rgb(255, 187, 0);
	}
}

.text-center{
    text-align: center;
}

.text-white{
    color: white !important;
}

.text-black{
    color: black !important;
}

.text-lightgreen{
    color: lightgreen !important;
}

.text-green{
    color: green !important;
}

.text-red{
    color: red !important;
}

.font-10{
    font-size: 10pt !important;
}

.font-11{
    font-size: 11pt !important;
}

.font-12{
    font-size: 12pt !important;
}

.font-13{
    font-size: 13pt !important;
}

.font-14{
    font-size: 14pt !important;
}

.font-20{
    font-size: 20pt !important;
}

.font-24{
    font-size: 24pt !important;
}


.pk-field{
    background-color: lightgreen;
}

.pk-field:focus{
    background-color: lightgreen;
}

.pk-field:disabled{
    background-color: lightgreen;
}

.custom-card{
    border-radius: 10px;
    background-color: white;
    padding: 1rem;
    height: auto;
    box-shadow: 10px 10px 23px -8px rgba(142,142,142,0.75);
    -webkit-box-shadow: 10px 10px 23px -8px rgba(142,142,142,0.75);
    -moz-box-shadow: 10px 10px 23px -8px rgba(142,142,142,0.75);
}

.custom-card .with-border{
    border: 1px solid black;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.custom-card .with-border .custom-card-header{
    border-bottom: 1px solid black;
}

.card-title{
    font-weight: bold;
}

.custom-card-header{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    /* margin-bottom: 1rem; */
    padding: 1rem;
    font-weight: 900;
}

.card-form-body{
    height: calc(76%);
    padding: 1rem 0;
}

.plain-card{
    border-radius: 10px;
    padding: 1rem;
}

.form-check .form-check-input {
    margin-top: 0.3rem;
}

.form-control, .form-select{
    height: 3rem;

}

.form-label{
    font-size: 11pt;
}

.choices__inner{
    background-color: white !important;
    border-radius: 0.375rem !important;
}

.overlay-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); 
    z-index: 9999;
    display: none; 
}

.overlay-loading img{
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    width: 22%;
}

.notif-badge{
    background-color: var(--red-secondary);
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    margin-left: 235px;
    margin-top: -57px;
}