.btn-primary{
    background-color: #fc924e !important;
    border-color: #fc924e !important;
}
a{
    color: #fc924e ;
}
.page-item.active .page-link{
    background-color: #fc924e !important;
    border-color: #fc924e !important;
}
.permissionList{
    width: 100%;
    height: 250px;
}

.select2-results__option:hover {
    background-color: #007bff !important; /* Set your desired hover background color */
    color: white !important; /* Set your desired text color */
}

.select2-container .select2-selection--single {
    height: 38px !important; /* Adjust height to match form-control */
    padding: 6px 12px !important; /* Adjust padding to match form-control */
    border-radius: 0.25rem !important; /* Match Bootstrap border radius */
    border: 1px solid #ced4da !important; /* Match Bootstrap border */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px !important; /* Adjust text line-height */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important; /* Make the dropdown arrow match the height */
    right: 10px !important; /* Adjust the position of the dropdown arrow */
}
#sidebar-menu ul li a, .menu-title{
    color:black !important;
}

.dashboardWidgetsEven{
    background-color: #fc924e !important;
}
.dashboardWidgetsOdd{
    background-color: #ffb88c !important;
}