.required:after {
    content:" *";
    color: red;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F30000;
    --bs-btn-border-color: #F30000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D20000; /* Warna hover yang lebih gelap */
    --bs-btn-hover-border-color: #B00000; /* Warna border hover yang lebih gelap */
    --bs-btn-focus-shadow-rgb: 210, 0, 0; /* Warna shadow focus */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #B00000; /* Warna active yang lebih gelap */
    --bs-btn-active-border-color: #900000; /* Warna border active yang lebih gelap */
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F30000;
    --bs-btn-disabled-border-color: #F30000;
}


.btn-light-secondary{
    border: 1px solid #B4B4B4 !important;
    background-color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #070916 !important;
}

.btn-light{
    color: #070916 !important;
}

.sidebar-title{
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #83899F !important;
}

.sidebar-link span{
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #2F3439 !important;
}
.sidebar-link:hover span, .sidebar-item.active span{
    color: #F30000 !important;
}

.submenu{
    padding-left: 0px;
}

.submenu-item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
}

.submenu-item.active .submenu-link::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-link.logout:hover svg path{
    stroke: #F30000 !important;
    fill: none !important;
}

.btn-danger{
    background-color: #E52A34 !important;
    color: #fff !important;
}

.btn-warning{
    color: #fff !important;
}

.btn-warning {
    --bs-btn-color: #fff; /* Text color */
    --bs-btn-bg: #1A202C; /* Background color */
    --bs-btn-border-color: #1A202C; /* Border color */
    --bs-btn-hover-color: #fff; /* Hover text color */
    --bs-btn-hover-bg: #2D3748; /* Hover background color */
    --bs-btn-hover-border-color: #2D3748; /* Hover border color */
    --bs-btn-focus-shadow-rgb: 45, 55, 72; /* Focus shadow color */
    --bs-btn-active-color: #fff; /* Active text color */
    --bs-btn-active-bg: #4A5568; /* Active background color */
    --bs-btn-active-border-color: #4A5568; /* Active border color */
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); /* Active shadow */
    --bs-btn-disabled-color: #fff; /* Disabled text color */
    --bs-btn-disabled-bg: #1A202C; /* Disabled background color */
    --bs-btn-disabled-border-color: #1A202C; /* Disabled border color */
}

.dataTables_paginate .active .page-link{
    background-color: #F30000 !important;
    border-color: #F30000 !important;
}

.dataTables_paginate .page-link{
    color: #344054 !important;
}

.dt-row{
    margin-bottom: 24px !important;
    margin-top: 24px !important;
}

.close:hover{
    background: none !important;
}

.form-control:focus, .form-select:focus{
    box-shadow: none;
    border: 1px solid #dce7f1;
}

.list-group-item.active{
    border: 1px solid #070916 !important;
    background-color: #070916 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

.list-group-item{
    width: auto !important;
    border: 1px solid #B4B4B4 !important;
    border-radius: 100px !important;
    font-size: 14px !important;
    color: #070916 !important;
}

.form-check-input:checked{
    background-color: #F30000 !important;
    border-color: #F30000 !important;
}
