.pagination,
.pager {
    width: 100% !important;
    clear: both !important;
    text-align: center !important;
    font-size: 12px !important;
    padding: 30px 0 10px 20px;
}

ul {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: inline;
}

ul.yiiPager li {
    display: inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
    border: solid 1px #5e72e4;
    font-weight: bold;
    color: #5e72e4;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
}

ul.yiiPager .page a {
    font-weight: normal;
}

ul.yiiPager a:hover {
    border: solid 1px #5e72e4;
}

ul.yiiPager .selected a {
    background: #5e72e4;
    color: #fff;
    font-weight: bold;
}

ul.yiiPager .hidden a {
    border: solid 1px #dedede;
    color: #888888;
}

span.required {
    color: red;
}

.form-actions {
    margin-top: 25px;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-group .error {
    border-color: red;
}

.form-rubricas .form-control {
    margin-top: 5px;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.rubrica-valor,
.grava-cartao,
.w-input {
    max-width: 150px;
}

.grava-cartao {
    max-width: 75px;
}

.table thead,
table tfoot {
    background-color: #eaeaea;
}

.margin-top-sm {
    margin-top: 10px;
}

.checkbox-fim-mes {
    margin-left: 10px;
}

.master {
    background-color: #333;
}

form .alert {
    max-height: 120px;
    overflow-y: auto;
}

.cabecalho_resumo {
    margin-bottom: 20px;
}

.left_sign {
    border-left: solid 3px #eaeaea;
    padding: 10px;
}

.left_sign_dotted {
    border-left: dotted 2px #eaeaea;
}

.right_sign {
    border-right: solid 3px #eaeaea;
    padding: 10px;
}

.all_sign,
.all_sign_pb {
    border: solid 3px #f2d49b;
    padding: 10px;
    background-color: #fef7dc;
}

.all_sign_pb {
    border: solid 3px #eaeaea;
    padding: 10px 15px;
    background-color: transparent;
}

.bloco {
    border: solid #5e72e4 1px;
}

#pag-calculo .text-primary {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 30px;
}

#pag-calculo .text-primary:first-child {
    margin-top: 5px;
}

textarea {
    resize: vertical;
}

input[readonly],
textarea[readonly],
select[readonly] {
    cursor: not-allowed;
}

.card-full h4 {
    margin-left: -20px;
    margin-right: -20px;
}

.sos-mask {
    text-align: right;
}

.vertical-align {
    display: flex;
    align-items: flex-end;
}

.text-blue {
    color: #5e72e4;
}

.text-red {
    color: #9d261d;
}

.big-checkbox {
    width: 18px;
    height: 18px;
}

.ui-datepicker table {
    font-size: .8em;
}

noscript {
    padding: 10px 0;
    position: relative;
    display: block;
    width: 100%;
    background-color: #FFFFE0;
    text-align: center;
    border-top: #D2B48C solid 1px;
    border-bottom: #D2B48C solid 1px;
}

#block {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9999;
}

.helper {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content {
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    border: solid #dedede 1px;
}

#menu-topo {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.topbar-buy-credits {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    box-shadow: none;
}

.min-width-0 {
    min-width: 0;
}

.danger-zone {
    border: 1px solid rgba(245, 54, 92, 0.3);
    border-radius: 6px;
    background-color: rgba(245, 54, 92, 0.04);
    padding: 1rem;
}

.account-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
}

.account-summary-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 70%;
    min-height: 1.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background-color: #f3f5fb;
    color: #3f4d70;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
}

.account-summary-badge-muted {
    font-size: 0.875rem;
}

.account-access-action {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background-color: #fbfcff;
}

.account-access-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background-color: rgba(45, 206, 137, 0.12);
    color: #2dce89;
}

.account-access-action .btn {
    white-space: nowrap;
}

.password-reset-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.password-reset-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: rgba(94, 114, 228, 0.12);
    color: #5e72e4;
    font-size: 1.15rem;
}

.password-reset-user {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem 0.75rem;
}

.password-reset-name {
    color: #172b4d;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
}

.password-reset-email {
    color: #525f7f;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
}

.password-reset-temporary .form-control[readonly] {
    background-color: #ffffff;
    border-color: #cbd5e1;
    color: #172b4d;
    cursor: text;
    font-weight: 700;
}

.password-reset-copy-btn,
.password-reset-refresh-btn {
    border-color: transparent;
    color: #ffffff;
    min-width: 3rem;
    box-shadow: none;
}

.password-reset-copy-btn {
    background-color: #5e72e4;
}

.password-reset-copy-btn:hover,
.password-reset-copy-btn:focus {
    background-color: #324cdd;
    color: #ffffff;
}

.password-reset-refresh-btn {
    background-color: #2dce89;
}

.password-reset-refresh-btn:hover,
.password-reset-refresh-btn:focus {
    background-color: #24a46d;
    color: #ffffff;
}

label {
    margin-bottom: 0;
}

.flip:hover {
    transition: background-color 0.5s ease;
    background-color: #172b4d !important
}

.card .table td,
.card .table th {
    padding: 1rem 0.5rem !important
}

option:disabled {
    color: rgb(196, 196, 196);
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

table.table-fit thead th,
table.table-fit tfoot th {
    width: auto !important;
}

table.table-fit tbody td,
table.table-fit tfoot td {
    width: auto !important;
}

#modalHistorico .modal-dialog {
    overflow-y: initial !important
}

#modalHistorico .modal-body {
    max-height: 50vh;
    overflow-y: auto;
}

/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, #505050),
            color-stop(1, #707070));
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    width: 100%;
}

.uploadifive-button:hover {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, #606060),
            color-stop(1, #808080));
    background-position: center bottom;
}

.uploadifive-queue-item {
    background-color: #F5F5F5;
    border-bottom: 1px dotted #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 10px Arial, Helvetica, Sans-serif;
    margin-top: 3px;
    padding: 15px;
}

.uploadifive-queue-item .close {
    background: url('../img/theme/uploadifive-cancel.png') 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadifive-queue-item .progress {
    border: 1px solid #D0D0D0;
    height: 3px;
    margin-top: 5px;
    width: 100%;
}

.uploadifive-queue-item .progress-bar {
    background-color: #0072BC;
    height: 3px;
    width: 0;
}

#total {
    font-weight: bold;
}

#banner-cookies {
    z-index: 9999;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 15px 0 10px 10px;
    background-color: #F2F2DA;
}

.row-striped {
    padding: 2px;
}

.row-striped:nth-of-type(odd) {
    background-color: #f8f9fe;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
}

.linhas {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.linhas:last-child {
    border-bottom: none;
}

.banner_outros {
    width: 100%;
    max-width: 1200px;
}

.flex-right {
    display: flex;
    flex-direction: row-reverse;
}

#calculos-grid {
    flex: 1;
}

.col-1-5 {
    flex: 0 0 12%;
    max-width: 12%;
    position: relative;
    width: 100%;
}

/* Submenu styles */
.nav-link[data-toggle="collapse"] {
    position: relative;
}

.nav-link[data-toggle="collapse"] .ni-bold-down {
    transition: transform 0.3s ease;
}

.nav-link[data-toggle="collapse"][aria-expanded="true"] .ni-bold-down {
    transform: rotate(180deg);
}

.nav-sm {
    margin-left: 1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-sm .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.nav-sm .nav-link i {
    font-size: 0.875rem;
    margin-right: 0.5rem;
}

.nav-sm .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.nav-sm .nav-link.active {
    background-color: rgba(94, 114, 228, 0.1);
    border-radius: 4px;
    color: #344767;
}

.nav-sm .nav-link.active i {
    color: #5e72e4 !important;
}

.dashboard-filter-card .card-body {
    padding: 1.25rem;
}

.dashboard-filter-section + .dashboard-filter-section {
    margin-top: 1.1rem;
}

.dashboard-source-tabs,
.dashboard-period-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.dashboard-source-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid #d9e2f3;
    border-radius: 6px;
    background-color: #fff;
    color: #5e72e4;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.dashboard-source-tab:hover,
.dashboard-source-tab:focus {
    border-color: rgba(94, 114, 228, 0.45);
    background-color: rgba(94, 114, 228, 0.08);
    color: #324cdd;
    text-decoration: none;
}

.dashboard-source-tab.active {
    border-color: #5e72e4;
    background-color: #5e72e4;
    color: #fff;
    box-shadow: 0 4px 10px rgba(94, 114, 228, 0.18);
}

.dashboard-source-tab i {
    font-size: 0.85rem;
}

.dashboard-period-summary{display:inline-flex;align-items:center;gap:.45rem;min-height:2rem;padding:.35rem .7rem;border:1px solid rgba(94,114,228,.18);border-radius:6px;background-color:rgba(94,114,228,.08);color:#344767;font-size:.875rem;font-weight:700;line-height:1.2}.dashboard-period-summary::before{content:"\f073";color:#5e72e4;font-family:"Font Awesome 5 Free";font-size:.8rem;font-weight:900}

.dashboard-period-options .btn {
    margin: 0;
}
.dashboard-metric-scope{display:inline-flex;align-items:center;margin-left:.35rem;padding:.12rem .35rem;border-radius:4px;background-color:rgba(136,152,170,.12);color:#5f6f82;font-size:.625rem;font-weight:700;line-height:1.1;text-transform:uppercase;vertical-align:middle}.dashboard-metric-scope-sm{margin-left:.25rem;padding:.1rem .3rem;font-size:.58rem}.dashboard-metric-scope i{margin-right:.2rem;font-size:.72em}

.dashboard-advanced-toggle {
    color: #5e72e4;
    font-weight: 700;
    box-shadow: none;
}

.dashboard-advanced-toggle:hover,
.dashboard-advanced-toggle:focus {
    color: #324cdd;
    text-decoration: none;
    box-shadow: none;
}

.dashboard-filter-details {
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.dashboard-filter-actions {
    display: flex;
    justify-content: flex-end;
}

.environment-hub {
    padding-bottom: 2rem;
}

.environment-hub-container {
    padding-top: 0;
}

.environment-hub-header,
.parameter-hub-section {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.04), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.environment-hub-header {
    padding: 1.5rem;
}

.environment-hub-eyebrow {
    display: block;
    margin-bottom: 0.35rem;
    color: #8898aa;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.environment-hub-title {
    margin-bottom: 0.35rem;
    color: #32325d;
    font-size: 1.5rem;
}

.environment-hub-description {
    max-width: 46rem;
    color: #6b7280;
}

.parameter-hub-section {
    padding: 1.25rem;
}

.parameter-hub-section + .parameter-hub-section {
    margin-top: 1rem;
}

.parameter-hub-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.parameter-hub-section-header h2 {
    margin-bottom: 0.15rem;
    color: #32325d;
    font-size: 1rem;
}

.parameter-hub-section-header p {
    margin-bottom: 0;
    color: #8898aa;
    font-size: 0.875rem;
}

.parameter-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 0.75rem;
}

.parameter-hub-item {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr) 1rem;
    gap: 0.8rem;
    align-items: center;
    min-height: 5.25rem;
    padding: 0.95rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8fafc;
    color: #525f7f;
    transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.parameter-hub-item:hover,
.parameter-hub-item.active {
    border-color: rgba(94, 114, 228, 0.35);
    background-color: rgba(94, 114, 228, 0.06);
    color: #344767;
    text-decoration: none;
    transform: translateY(-1px);
}

.parameter-hub-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 6px;
    background-color: rgba(94, 114, 228, 0.1);
    color: #5e72e4;
}

.parameter-hub-icon i,
.parameter-hub-icon i.text-muted {
    color: inherit !important;
}

.parameter-hub-copy {
    min-width: 0;
}

.parameter-hub-copy strong,
.parameter-hub-copy small {
    display: block;
}

.parameter-hub-copy strong {
    margin-bottom: 0.15rem;
    color: inherit;
    font-size: 0.95rem;
}

.parameter-hub-copy small {
    color: #6b7280;
    line-height: 1.35;
}

.parameter-hub-arrow {
    color: #adb5bd;
    font-size: 0.75rem;
}

.parameter-back-btn {
    border-color: #e9ecef;
    color: #6b7280;
}

.parameter-back-btn:hover,
.parameter-back-btn:focus {
    background-color: rgba(94, 114, 228, 0.08);
    border-color: rgba(94, 114, 228, 0.25);
    color: #5e72e4;
}

.sidenav .navbar-nav .nav-link i {
    transition: color 0.15s ease;
}

.sidenav .navbar-nav .nav-link:hover i {
    color: #5e72e4 !important;
}

body.sos-theme-dark {
    background-color: #111827;
    color: #d1d5db;
}

body.sos-theme-dark .main-content,
body.sos-theme-dark .container-fluid {
    background-color: #111827;
}

body.sos-theme-dark .sidenav.bg-white,
body.sos-theme-dark .navbar-vertical.navbar-light {
    background-color: #0f172a !important;
    border-color: #1f2937 !important;
}

body.sos-theme-dark .sidenav .navbar-brand-img {
    filter: brightness(1.08);
}

body.sos-theme-dark .navbar-light .navbar-nav .nav-link,
body.sos-theme-dark .navbar-light .navbar-nav .nav-link .nav-link-text,
body.sos-theme-dark .sidenav .navbar-heading {
    color: #d1d5db !important;
}

body.sos-theme-dark .navbar-light .navbar-nav .nav-link:hover,
body.sos-theme-dark .nav-sm .nav-link:hover {
    background-color: rgba(148, 163, 184, 0.12);
    color: #ffffff !important;
}

body.sos-theme-dark .navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active:not(.active-pro) {
    background: rgba(147, 197, 253, 0.12) !important;
    color: #f8fafc !important;
}

body.sos-theme-dark .navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active:not(.active-pro) .nav-link-text {
    color: #f8fafc !important;
}

body.sos-theme-dark .navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active:not(.active-pro) i {
    color: #93c5fd !important;
}

body.sos-theme-dark .navbar-vertical .navbar-nav .nav-link[data-toggle='collapse'][aria-expanded='true']:after,
body.sos-theme-dark .navbar-vertical .navbar-nav .nav-link.active[data-toggle='collapse']:after {
    color: #93c5fd;
}

body.sos-theme-dark .sidenav .navbar-nav .nav-link:hover i {
    color: #93c5fd !important;
}

body.sos-theme-dark .nav-sm {
    border-left-color: rgba(148, 163, 184, 0.25);
}

body.sos-theme-dark .nav-sm .nav-link.active {
    background-color: rgba(147, 197, 253, 0.12);
    color: #f8fafc !important;
}

body.sos-theme-dark .nav-sm .nav-link.active i {
    color: #93c5fd !important;
}

body.sos-theme-dark .environment-hub-header,
body.sos-theme-dark .parameter-hub-section {
    background-color: #1f2937;
    border-color: #374151;
    box-shadow: none;
}

body.sos-theme-dark .environment-hub-title,
body.sos-theme-dark .parameter-hub-section-header h2 {
    color: #f8fafc;
}

body.sos-theme-dark .environment-hub-eyebrow,
body.sos-theme-dark .parameter-hub-section-header p {
    color: #94a3b8;
}

body.sos-theme-dark .environment-hub-description,
body.sos-theme-dark .parameter-hub-copy small {
    color: #cbd5e1;
}

body.sos-theme-dark .parameter-hub-item {
    background-color: #172033;
    border-color: #374151;
    color: #e5e7eb;
}

body.sos-theme-dark .parameter-hub-item:hover,
body.sos-theme-dark .parameter-hub-item.active {
    background-color: rgba(147, 197, 253, 0.12);
    border-color: rgba(147, 197, 253, 0.35);
    color: #f8fafc;
}

body.sos-theme-dark .parameter-hub-icon {
    background-color: rgba(147, 197, 253, 0.14);
    color: #93c5fd;
}

body.sos-theme-dark .parameter-hub-arrow {
    color: #94a3b8;
}

body.sos-theme-dark .dashboard-source-tab {
    border-color: #374151;
    background-color: #172033;
    color: #cbd5e1;
}

body.sos-theme-dark .dashboard-source-tab:hover,
body.sos-theme-dark .dashboard-source-tab:focus {
    border-color: rgba(147, 197, 253, 0.45);
    background-color: rgba(147, 197, 253, 0.12);
    color: #93c5fd;
}

body.sos-theme-dark .dashboard-source-tab.active {
    border-color: #5e72e4;
    background-color: #5e72e4;
    color: #fff;
}

body.sos-theme-dark .dashboard-period-summary{border-color:rgba(147,197,253,.24);background-color:rgba(147,197,253,.12);color:#e5e7eb}body.sos-theme-dark .dashboard-period-summary::before{color:#93c5fd}
body.sos-theme-dark .dashboard-metric-scope{background-color:rgba(148,163,184,.16);color:#cbd5e1}

body.sos-theme-dark .dashboard-advanced-toggle {
    color: #93c5fd;
}

body.sos-theme-dark .dashboard-advanced-toggle:hover,
body.sos-theme-dark .dashboard-advanced-toggle:focus {
    color: #bfdbfe;
}

body.sos-theme-dark .dashboard-filter-details {
    border-top-color: #374151;
}

body.sos-theme-dark .parameter-back-btn {
    background-color: #172033;
    border-color: #374151;
    color: #cbd5e1;
}

body.sos-theme-dark .parameter-back-btn:hover,
body.sos-theme-dark .parameter-back-btn:focus {
    background-color: rgba(147, 197, 253, 0.12);
    border-color: rgba(147, 197, 253, 0.35);
    color: #93c5fd;
}

body.sos-theme-dark .active-pro {
    background-color: #172033 !important;
    border: 1px solid #374151;
    box-shadow: none;
}

body.sos-theme-dark .active-pro:hover {
    background-color: #1f2937 !important;
}

body.sos-theme-dark .active-pro .nav-link-text,
body.sos-theme-dark .active-pro i {
    color: #f87171 !important;
}

body.sos-theme-dark .account-summary-badge {
    background-color: #172033;
    color: #e5e7eb;
}

body.sos-theme-dark .account-access-action {
    background-color: #172033;
    border-color: #374151;
}

body.sos-theme-dark .danger-zone {
    background-color: rgba(248, 113, 113, 0.08);
    border-color: rgba(248, 113, 113, 0.35);
}

body.sos-theme-dark .password-reset-icon {
    background-color: rgba(147, 197, 253, 0.14);
    color: #93c5fd;
}

body.sos-theme-dark .password-reset-name {
    color: #f8fafc;
}

body.sos-theme-dark .password-reset-email {
    color: #cbd5e1;
}

body.sos-theme-dark .password-reset-temporary {
    background-color: #172033;
    border-color: #4b5563;
    color: #e5e7eb;
}

body.sos-theme-dark .password-reset-temporary .form-control[readonly] {
    background-color: #0f172a;
    border-color: #64748b;
    color: #f8fafc;
}

body.sos-theme-dark .password-reset-copy-btn {
    background-color: #818cf8;
    color: #111827;
}

body.sos-theme-dark .password-reset-copy-btn:hover,
body.sos-theme-dark .password-reset-copy-btn:focus {
    background-color: #a5b4fc;
    color: #111827;
}

body.sos-theme-dark .password-reset-refresh-btn {
    background-color: #34d399;
    color: #06291d;
}

body.sos-theme-dark .password-reset-refresh-btn:hover,
body.sos-theme-dark .password-reset-refresh-btn:focus {
    background-color: #6ee7b7;
    color: #06291d;
}

body.sos-theme-dark .card,
body.sos-theme-dark .modal-content,
body.sos-theme-dark .list-group-item {
    background-color: #1f2937;
    border-color: #374151;
    color: #d1d5db;
}

body.sos-theme-dark .alert-secondary {
    background-color: #172033 !important;
    color: #d1d5db !important;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

body.sos-theme-dark .alert-secondary strong {
    color: #f8fafc;
}

body.sos-theme-dark .alert-secondary p,
body.sos-theme-dark .alert-secondary li {
    color: #cbd5e1;
}

body.sos-theme-dark .alert-secondary a {
    color: #93c5fd;
}

body.sos-theme-dark .main-content .form-row.bg-white {
    background-color: #172033 !important;
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #d1d5db;
}

body.sos-theme-dark .dropdown-menu {
    background-color: #2f3f58;
    border-color: #4b5f7d;
    color: #f8fafc;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

body.sos-theme-dark .dropdown-menu .dropdown-item {
    color: #f8fafc;
}

body.sos-theme-dark .dropdown-menu .dropdown-item > i,
body.sos-theme-dark .dropdown-menu .dropdown-item > svg {
    color: #dbeafe;
}

body.sos-theme-dark .dropdown-menu .dropdown-item:hover,
body.sos-theme-dark .dropdown-menu .dropdown-item:focus {
    background-color: #41516d;
    color: #ffffff;
}

body.sos-theme-dark .dropdown-menu .dropdown-item:hover > i,
body.sos-theme-dark .dropdown-menu .dropdown-item:focus > i,
body.sos-theme-dark .dropdown-menu .dropdown-item:hover > svg,
body.sos-theme-dark .dropdown-menu .dropdown-item:focus > svg {
    color: #ffffff;
}

body.sos-theme-dark .dropdown-menu .dropdown-item.active,
body.sos-theme-dark .dropdown-menu .dropdown-item:active {
    background-color: #5e72e4;
    color: #ffffff;
}

body.sos-theme-dark .dropdown-divider {
    border-top-color: #52627c;
}

body.sos-theme-dark .dropdown-header,
body.sos-theme-dark .dropdown-header h6,
body.sos-theme-dark .dropdown-header strong,
body.sos-theme-dark .noti-title h6 {
    color: #f8fafc !important;
}

body.sos-theme-dark .card-header,
body.sos-theme-dark .card-footer,
body.sos-theme-dark .modal-header,
body.sos-theme-dark .modal-footer {
    background-color: #1f2937;
    border-color: #374151;
}

body.sos-theme-dark .table,
body.sos-theme-dark .table td,
body.sos-theme-dark .table th,
body.sos-theme-dark .text-default,
body.sos-theme-dark .h1,
body.sos-theme-dark .h2,
body.sos-theme-dark .h3,
body.sos-theme-dark .h4,
body.sos-theme-dark .h5,
body.sos-theme-dark .h6,
body.sos-theme-dark h1,
body.sos-theme-dark h2,
body.sos-theme-dark h3,
body.sos-theme-dark h4,
body.sos-theme-dark h5,
body.sos-theme-dark h6 {
    color: #e5e7eb;
}

body.sos-theme-dark .text-muted,
body.sos-theme-dark .heading-small {
    color: #9ca3af !important;
}

body.sos-theme-dark .form-control,
body.sos-theme-dark .custom-select,
body.sos-theme-dark select,
body.sos-theme-dark textarea {
    background-color: #111827;
    border-color: #4b5563;
    color: #e5e7eb;
}

body.sos-theme-dark .form-control:focus,
body.sos-theme-dark .custom-select:focus {
    background-color: #111827;
    border-color: #818cf8;
    color: #ffffff;
}

body.sos-theme-dark .table thead,
body.sos-theme-dark .table .thead-light,
body.sos-theme-dark .table .thead-light th,
body.sos-theme-dark table tfoot {
    background-color: #111827;
}

body.sos-theme-dark .table thead th,
body.sos-theme-dark .table .thead-light th,
body.sos-theme-dark table tfoot th,
body.sos-theme-dark table tfoot td {
    border-color: #374151;
    color: #e5e7eb;
}

body.sos-theme-dark .row-striped:nth-of-type(odd),
body.sos-theme-dark .row-striped:nth-of-type(even) {
    background-color: #1f2937;
}

body.sos-theme-dark .all_sign,
body.sos-theme-dark .all_sign_pb,
body.sos-theme-dark #pag-calculo .text-primary {
    background-color: #172033;
    border-color: #4b5563;
}

body.sos-theme-dark #block {
    background-color: rgba(17, 24, 39, 0.65);
}

body.sos-theme-dark .content {
    background-color: #1f2937;
    border-color: #374151;
}

body.sos-theme-dark .footer {
    background-color: #111827;
    color: #9ca3af;
}

body.sos-theme-dark .footer hr {
    border-top-color: #374151;
}

body.sos-theme-dark .footer .nav-footer,
body.sos-theme-dark .footer .nav-footer .nav-item,
body.sos-theme-dark .footer small {
    color: #9ca3af;
}
.usuarios-ambiente-contract-alert .contract-limit-details{color:rgba(255,255,255,.88)}.usuarios-ambiente-contract-alert.alert-warning .contract-limit-details{color:#fff}
