@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --template1: #2e7abd;
  --template2: #3c0aa6;
  --template3: #2f70f2; 
  --topbar-bg: #121826;
  --topbar-bg-2: #1f2a3a;
  --topbar-border: rgba(148, 163, 184, 0.18);
  --topbar-glow: rgba(59, 130, 246, 0.18);
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-right: 8px;
  cursor: pointer;
}
#mensagem-recuperar{
  color: var(--template1) !important;
  font-size: 13px;

}
hr.separador {
  border: 1px dotted #666;
  border-radius: 5px;
}

.select2-selection__rendered {
    line-height: 35px !important;
    border: 1px solid #a6a6a6;
}
.select2-container .select2-selection--single {
    height: 39px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}



hr.separador {
  border: 1px dotted #666;
  border-radius: 5px;
}
.text-verde{
  color:#0e9e29;
}
.ocultar{
  display:none;
}
.textareag{
    width:765px;
    height:550px;
}
.side-menu .slide .side-menu__item:hover {
    background: rgba(59, 130, 246, 0.14);
    transform: translateX(2px);
}
.main-sidemenu {
    background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}
.app-sidebar {
    background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
    border-right: 1px solid rgba(148, 163, 184, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden !important;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.app-sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.main-sidemenu {
    height: calc(100vh - 86px);
    overflow: hidden !important;
}
.side-menu {
    overflow: hidden !important;
}

.slide-menu {
    border-left: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.55) !important;
    color: #e2e8f0;
    margin: 6px 12px 8px;
    border-radius: 12px;
    padding: 6px 0;
}
.side-menu__item{
    background: transparent;
    color: #e2e8f0;
    border-radius: 12px;
    margin: 6px 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.side-menu__item .side-menu__icon {
    color: #94a3b8;
    fill: #94a3b8;
}
.side-menu__item .side-menu__label {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.side-menu__item:hover .side-menu__icon,
.side-menu__item:hover .side-menu__label,
.side-menu__item:hover .angle {
    color: #f8fafc !important;
    fill: #f8fafc !important;

}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: #e2e8f0 !important;
    background: rgba(59, 130, 246, 0.16);
    border-radius: 10px;

}
.app-sidebar .side-item.side-item-category {
    color: #7660a7;
}
.main-sidebar-header {
    background: linear-gradient(135deg, #0b1220, #111827) !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    padding: 20px 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 5;
}
.main-sidebar-header:after {
    content: "";
    position: absolute;
    inset: auto 16px 0 16px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.35), transparent);
}
.main-sidebar-header .header-logo {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.15);
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(2, 6, 23, 0.25);
    min-width: 112px;
    position: relative;
}
.main-sidebar-header .header-logo:after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 16px;
    border: 1px solid rgba(46, 122, 189, 0.7);
    opacity: 0.75;
    pointer-events: none;
}
.main-sidebar-header .header-logo img {
    max-height: 44px;
    width: auto;
    filter: drop-shadow(0 6px 10px rgba(2, 6, 23, 0.35));
}
.main-header {
    background: linear-gradient(120deg, var(--topbar-bg), var(--topbar-bg-2)) !important;
    border-bottom: 1px solid var(--topbar-border);
    box-shadow: 0 16px 30px rgba(8, 15, 28, 0.3);
    font-family: "Space Grotesk", sans-serif;
    position: relative;
    z-index: 20;
}
.main-header:after {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--topbar-glow), transparent);
    opacity: 0.9;
}
.main-header .main-header-left,
.main-header .main-header-right {
    padding-top: 6px;
    padding-bottom: 6px;
}
.main-header .nav-link {
    color: rgba(226, 232, 240, 0.85);
    transition: color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}
.main-header .nav-link:hover,
.main-header .nav-link:focus {
    color: #f8fafc;
    transform: translateY(-1px);
}
.main-header .app-sidebar__toggle a {
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 6px 8px;
}
.main-header .app-sidebar__toggle a:hover {
    background: rgba(30, 41, 59, 0.65);
}
.main-header .header-icon-svgs {
    filter: drop-shadow(0 6px 10px rgba(15, 23, 42, 0.35));
}
.main-header .header-badge {
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.35);
}
.main-header .dropdown-menu {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
}
.main-header .profile-user img,
.main-header .main-img-user img {
    border-radius: 14px;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
}

/* Premium elegante: menos brilho, mais refinado */
.main-header .header-icons.navbar-nav-right {
    gap: 10px;
    align-items: center;
}
.main-header .header-icons.navbar-nav-right .nav-item {
    display: flex;
    align-items: center;
}
.main-header .header-icons .nav-link,
.main-header .main-header-message .nav-link,
.main-header .full-screen-link,
.main-header .layout-setting {
    border-radius: 12px;
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 8px 16px rgba(8, 15, 28, 0.25);
}
.main-header .header-icons .new.nav-link {
    margin: 0 !important;
}
.main-header .header-icons .nav-link:hover,
.main-header .main-header-message .nav-link:hover,
.main-header .full-screen-link:hover,
.main-header .layout-setting:hover {
    background: rgba(30, 41, 59, 0.92);
    border-color: rgba(148, 163, 184, 0.35);
    transform: translateY(-1px);
}
.main-header .header-icons .nav-link:active,
.main-header .main-header-message .nav-link:active,
.main-header .full-screen-link:active,
.main-header .layout-setting:active {
    transform: translateY(0);
}
.main-header .header-icon-svgs {
    width: 20px;
    height: 20px;
    color: #e2e8f0;
    fill: #e2e8f0;
}
.main-header .main-header-message .nav-link i,
.main-header .main-header-message .nav-link small {
    font-size: 16px;
    line-height: 1;
}
.main-header .header-badge {
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(2, 6, 23, 0.9);
    color: #f8fafc;
    box-shadow: 0 8px 16px rgba(8, 15, 28, 0.3);
}
.main-header .dropdown-menu {
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.2);
}
.main-header .dropdown-menu .dropdown-item {
    color: #e2e8f0;
}
.main-header .dropdown-menu .dropdown-item:hover {
    background: rgba(148, 163, 184, 0.12);
}
.slide-item .app-sidebar .slide-menu .slide-item:before:hover {
    color: var(--template1) !important;
}
.slide.is-expanded .slide-menu a:hover:before {
   color: var(--template1) !important;
}
.slide:hover .side-menu__label,
.slide:hover .angle {
    color: #fff !important;
    fill: #fff !important;
}
.header-icon-svgs {
    color: #ffffff;
    fill: #ffffff;
}
.font-size-11{
    font-size: 11px !important;
}
















.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #333333;
    font-size: 13px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8e2de;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7ac8c1;
}

.table-hover .table-primary:hover {
    background-color: #a6dbd6;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a6dbd6;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #FFF;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #FFF;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.alert-primary {
    color: #004e47;
    background-color: #cceae7;
    border-color: #b8e2de;
}

.alert-primary hr {
    border-top-color: #a6dbd6;
}

.alert-primary .alert-link {
    color: #001b19;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}
.h_100 {
    height: 100px!important;
}
.h_200 {
    height: 200px!important;
}
.h_300 {
    height: 300px!important;
}
.h_400 {
    height: 400px!important;
}
.w_100_p {
    width: 100%!important;
}
.w_300 {
    width: 300px!important;
}
.w_200 {
    width: 200px!important;
}
.w_150 {
    width: 150px!important;
}
.w_100 {
    width: 100px!important;
}
