.fs-50 {
    font-size: 50px;
}

.sidebar {
    min-width: 240px;
    max-width: 240px;
}

.sidebar.collapsed {
    margin-left: -240px;
}

@media (min-width: 1px) and (max-width: 991.98px) {
    .sidebar {
        margin-left: -240px;
    }

    .sidebar.collapsed {
        margin-left: 0px;
    }
}

[data-simplebar] {
    width: 240px;
}

.sidebar,
.sidebar-content {
    background: #0d1b2b;
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link {
    border-left-color: #DD5E02;
    background: linear-gradient(90deg, rgba(221, 94, 2, .1), rgba(221, 94, 2, .088) 50%, transparent);
}

.sidebar-link,
a.sidebar-link {
    background: #0d1b2b;
}

.nav-item .indicator {
    background-color: #DD5E02;
}

.navbar-expand .navbar-nav .nav-link {
    text-align: right;
}

.navbar-expand .navbar-nav .nav-link .fa-solid {
    font-size: 35px;
    height: 10px;
    float: left;
    margin-top: -7px;
    margin-bottom: -7px;
}

.sidebar-nav {
    padding-bottom: 20px;
}

.card {
    border-radius: 10px;
}

#periodo-teste-gratis {
    background-color: white;
}

#tempo-restante {
    color: #DD5E02;
    font-weight: bold;
    font-size: 120%;
}

.btn-laranja {
    color: #fff;
    background-color: #DD5E02;
    border-color: #DD5E02;
}

.btn-laranja:hover {
    color: #fff;
    background-color: #c55301;
    border-color: #bc5207;
}

.sidebar-toggle:hover .hamburger,
.sidebar-toggle:hover .hamburger:after,
.sidebar-toggle:hover .hamburger:before {
    background-color: #DD5E02;
}

.navbar-nav .nav-item {
    position: relative;
}

.botao-google {
    height: 100%;
}

.botao-google svg {
    height: 100%;
}

.botoes-acesso-rapido .card a {
    background-color: white;
    font-weight: 500;
    border-radius: 10px;
}

.botoes-acesso-rapido .card svg {
    color: #DD5E02;
    height: 30px;
    width: 30px;
    margin-bottom: 6px;
}

.btn-group-rounded-3 button:first-child {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.btn-group-rounded-3 button:last-child {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.btn.btn-outline-success:hover {
    color: white;
}

.stat.text-danger {
    background-color: #ffd6da !important;
}

.stat.text-danger svg {
    color: #dc3545 !important;
}

.stat.text-success {
    background-color: #c8ffef !important;
}

.stat.text-success svg {
    color: #1cbb8c !important;
}

#div-borrada {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.blurry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    backdrop-filter: blur(10px);
    z-index: -1;
}

#modal-login-inativo .form-floating>.form-control {
    padding: 0.75rem;
    min-height: calc(2.8rem + 2px);
    height: calc(2.8rem + 2px);
    border-radius: 8px;
}

#modal-login-inativo .form-floating>.form-control:focus,
#modal-login-inativo .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}

#modal-login-inativo .form-floating>label {
    padding: 0.75rem;
}

#modal-login-inativo .form-floating>.form-control:focus~label,
#modal-login-inativo .form-floating>.form-control:not(:placeholder-shown)~label,
#modal-login-inativo .form-floating>.form-control-plaintext~label,
#modal-login-inativo .form-floating>.form-select~label {
    padding: 0.85rem 0.75rem 0rem;
    height: 75%;
}

.text-bg-primary {
    color: #fff !important;
}

.text-bg-secondary {
    color: #fff !important;
}

.text-bg-success {
    color: #fff !important;
}

.text-bg-info {
    color: #fff !important;
}

.text-bg-warning {
    color: #fff !important;
}

.text-bg-danger {
    color: #fff !important;
}

.text-bg-light {
    color: #000 !important;
}

.text-bg-dark {
    color: #fff !important;
}

.bootstrap-table .fixed-table-pagination>.pagination,
.bootstrap-table .fixed-table-pagination>.pagination-detail {
    margin-left: 10px;
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .columns,
.bootstrap-table .fixed-table-toolbar .search {
    margin: 0
}

#toolbar .form-check.form-switch {
    margin: 5px 0;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 0;
}
