.border-top-biru-bmt {
    border-top: 5px solid var(--mantine-color-blue-filled) !important;
}
.btn-biru-bmt {
    background-color: var(--mantine-color-blue-filled) !important;
    border-color: var(--mantine-color-blue-filled) !important;
    color: white !important;
}

.btn-biru-bmt:hover {
    background-color: var(--mantine-color-blue-filled) !important;
    border-color: var(--mantine-color-blue-filled) ed !important;
}

.btn-biru-bmt:focus {
    background-color: var(--mantine-color-blue-filled) !important;
    border-color: var(--mantine-color-blue-filled) !important;
}

.border-top-kuning {
    border-top: 5px solid #f0c016 !important;
}
.border-top-hijau {
    border-top: 5px solid #aed913 !important;
}

.border-top-merah {
    border-top: 5px solid #e33920 !important;
}

.border-top-orange {
    border-top: 5px solid #ff9100 !important;
}

.btn-kuning-probi {
    background-color: #fee715 !important;
    border-color: #fee715 !important;
    color: white !important;
}

.logo-stretch {
    width: 120px;
    height: 50px;
    object-fit: fill;
}
