.bg-custom-body {
    background-color: #1a1c1d;
}

.bg-custom-container {
    background-color: #26282b;
}

.bg-custom-select {
    background-color: #3f3f3f;
}

/* Custom scrollbar styling */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #1a1c1d;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.swal2-popup {
    z-index: 999999 !important;
    background-color: #26282b !important; 
    color: #ffffff !important; 
}

.swal2-title {
    color: #ffffff !important; 
    font-family: 'YourFontFamily', sans-serif; 
    font-size: 1.5rem; 
}

.swal2-html-container {
    color: #ffffff !important; 
    font-family: 'YourFontFamily', sans-serif; 
    font-size: 1rem; 
}

.swal2-confirm {
    background-color: #3f3f3f !important; 
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

.swal2-confirm:hover {
    background-color: #5d5d5d !important; 
}

.swal2-icon-success, .swal2-icon-error {
    color: #3f3f3f !important;
}