:root {
    --azul-padrao: #0191da;
    --rosa-padrao: #e996b8;
}

.background-div {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    display: flex;
}

.logo-login-container {
    display: none;
    position: absolute;
    top: 5%;
    left: 5%;
}

.logo-login-container img {
    max-width: 150px;
}

.sign-wrapper {
    width: 450px;
    max-width: 100%;

    background-color: rgba(255, 255, 255, 0.9);
}

.theme-dark .sign-wrapper {
    background-color: rgba(28, 39, 60, 0.9);
    color: white !important;
}

.logo-login-interno img {
    max-width: 150px;
    margin-bottom: 2.5rem;
    margin-top: -2.5rem;
}

.form-control {
    font-size: inherit;
}

.theme-dark .form-control {
    color: white !important;
}

.row-input-general {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.theme-dark .page-link {
    color: white !important;
    background-color: transparent !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(245, 246, 250, 0.05) !important;
}

.gap-1 {
    gap: 1rem;
}
.gap-2 {
    gap: 2rem;
}
.gap-3 {
    gap: 3rem;
}
.gap-4 {
    gap: 4rem;
}
.gap-5 {
    gap: 5rem;
}

.theme-dark .form-control option {
    background-color: #1c273c;
}

.custom-file-label {
    border-color: #3b4863;
}

.theme-dark .custom-file-label {
    background-color: #1c273c;
    color: white;
    border-color: #3b4863;
}

.custom-file-label::after {
    content: "Selecionar";
}

.theme-dark .custom-file-label::after {
    background-color: #3b4863 !important;
    color: white !important;
}

.image-container {
    background-color: transparent;
    border: 1px solid #3b4863;
    overflow: hidden;
}

.theme-dark .modal-body {
    color: white !important;
}

.table-dashboard td {
    vertical-align: middle;
}

.rotate-45 {
    transform-origin: center center;
    transform: rotate(45);
}

.fs1 {
    font-size: 1rem;
}
.fs1-1 {
    font-size: 1.1rem;
}
.fs1-2 {
    font-size: 1.2rem;
}
.fs1-3 {
    font-size: 1.3rem;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(1, 104, 250);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 83, 199);
}

.texto-azul {
    color: var(--azul-padrao) !important;
}

.texto-rosa {
    color: var(--rosa-padrao) !important;
}

.bg-azul {
    background-color: var(--azul-padrao) !important;
    color: white;
}

.bg-rosa {
    background-color: var(--rosa-padrao) !important;
    color: white;
}

.navbar-brand {
    position: relative;
}

.navbar-brand .texto-baixo {
    position: absolute;
    bottom: -17px;
    font-size: 18px;
    color: #595959;
    font-weight: 500;
    right: 0px;
}

@media only screen and (max-width: 768px) {
    .logo-login-container {
        display: none;
    }

    .logo-login-interno {
        display: block;
    }

    .sign-wrapper {
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
    }

    .theme-dark .sign-wrapper {
        background-color: rgba(28, 39, 60, 0.8);
    }

    .df-logo {
        font-size: 20px !important;
    }

    .navbar-brand {
        padding-top: 0.67rem;
    }

    .navbar-brand .texto-baixo {
        position: absolute;
        bottom: -10px;
        font-size: 14px;
        color: #595959;
        font-weight: 500;
        right: 0px;
    }
}
