body {
    overflow-x: hidden !important;
}

::placeholder {
    opacity: 0.4 !important;
}

input[type="text"],
input[type="number"],
textarea,
select {
    color: #212529 !important;
}

.main-img .container {
    text-transform: none !important;
}

.login-content .vh-100 {
    min-height: 100vh !important;
}

.bg-primary-subtle {
    background-color: #d8ddfa !important;
    color: #3a57e8 !important;
}

.bg-warning-subtle {
    background-color: #fce1d1 !important;
    color: #f16a1b !important;
}

.bg-light-subtle {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

.bg-transparent.form-check-input:focus {
    background-color: transparent !important;
}

.h-30px {
    height: 30px !important;
}

.h-50px {
    height: 50px !important;
}

.sidebar .navbar-brand {
    padding: 1.125rem 0 1.125rem 1rem;
}

.bg-light-orange {
    background-color: #ffc422 !important;
}

.whatsapp-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 24px;
    margin-bottom: 48px;
    text-decoration: none;
}

.whatsapp-wrapper .rounded-circle {
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}