html, body {
    overflow: hidden;
}
.text-red-600{
    color: #DC2626 !important;
}
.text-green-600{
    color: #16a34a;
}

.simplebar-content-wrapper{
    overflow: hidden !important;
}
.h-500{
    height: 500px;
}

.btn.bg-primary-landing, .btn.bg-primary-landing:hover {
    background-color: #ff6f61 !important;
    color: #ffffff !important;
}
.text-primary-landing {
    color: #ff6f61;
}
.auth-login {
    max-width: 1600px;
    margin: 10px auto;
    background: #FFFFFF;
}
.bg-primary-subtle-landing {
    background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-primary-subtle-landing:hover{
    background-color: #ff6f61 !important;
    color: #FFFFFF !important;
}
/* Hide scrollbar buttons */
::-webkit-scrollbar-button {
    display: none;
}

/* Optional: Customize scrollbar */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.form-control{
    color: #111c2d;
}