:root {
    /*  Padrão  */
    --template1: #5cb7d3;
    /* Painel lateral */
    --template2: #0090c4;
    /* cor hover */
    --template3: #0086bb;
}
.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;

}

.select2-selection__rendered {
    font-weight: 500;
    line-height: 36px !important;
    border-radius: 7px !important;
    border: 1px solid #c9c7c7;
}
.select2-container .select2-selection--single {
    height: 39px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}


hr.separador {
  border: 1px dotted #666;
  border-radius: 5px;
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.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:1000px;
    height:550px;
}
.side-menu .slide .side-menu__item:hover {
    background-color: var(--template2);

}
.main-sidemenu {
    background-color: #2A2E3F;
}
.app-sidebar {
    background-color: #2A2E3F;
}

.slide-menu {
    border-left: 4px solid #de7b53;
    background-color: #2a2e3f !important;
    color: #ffffff;
}
.side-menu__item a{
    background-color: var(--template2);
    color: #ffffff;
}

.side-menu__item:hover .side-menu__icon,
.side-menu__item:hover .side-menu__label,
.side-menu__item:hover .angle {
    color: #ffffff !important;
    fill: #ffffff !important;

}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: var(--template1) !important;

}
.app-sidebar .side-item.side-item-category {
    color: #7660a7;
}
.main-sidebar-header {
    background: #2A2E3F !important;
}
.main-header {
    background-color: #2A2E3F !important;
}
.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;
}

#calendar {
    max-width: 1320px;
    margin: 0 auto;
}

/* Login page refresh - Luxury automotive */
.login-page {
    --lux-graphite: #0b0f14;
    --lux-graphite-soft: #121822;
    --lux-metal: #1e2632;
    --lux-copper: #c97a3d;
    --lux-copper-strong: #e28b4a;
    --lux-copper-glow: rgba(201, 122, 61, 0.35);
    --lux-ember: rgba(255, 151, 87, 0.35);
    --lux-ice: rgba(255, 255, 255, 0.92);
    font-family: "Archivo", "Poppins", "Segoe UI", sans-serif;
    color: #e2e8f0;
    position: relative;
    background: var(--lux-graphite);
}
.login-page::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(900px circle at 12% -8%, rgba(255, 140, 0, 0.24), transparent 55%),
        radial-gradient(800px circle at 110% 10%, rgba(0, 0, 0, 0.5), transparent 55%),
        linear-gradient(135deg, rgba(8, 10, 14, 0.98), rgba(10, 15, 22, 0.72));
    z-index: 0;
    pointer-events: none;
}
.login-page::after {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(480px circle at 22% 12%, rgba(255, 166, 94, 0.12), transparent 60%),
        radial-gradient(520px circle at 80% 24%, rgba(255, 206, 164, 0.06), transparent 65%);
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: screen;
}
.login-page .page {
    position: relative;
    z-index: 1;
}
.login-page .square-box {
    opacity: 0.12;
    z-index: 0;
    filter: blur(0.2px);
}
.login-page .card-sigin-main {
    padding-left: 12px;
    padding-right: 12px;
}
.login-card {
    position: relative;
    background:
        linear-gradient(140deg, rgba(19, 25, 34, 0.95), rgba(10, 14, 20, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    box-shadow:
        0 28px 70px rgba(2, 6, 12, 0.75),
        0 0 0 1px rgba(201, 122, 61, 0.12);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.login-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 24px;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.06), transparent 45%);
    pointer-events: none;
}
.login-shell {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    min-height: 560px;
    gap: 0;
}
.login-hero {
    position: relative;
    padding: 42px 46px;
    background:
        linear-gradient(145deg, rgba(15, 20, 28, 0.96), rgba(10, 13, 18, 0.86));
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    overflow: hidden;
}
.login-hero::before {
    content: "";
    position: absolute;
    inset: -40% auto auto -30%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(201, 122, 61, 0.25), transparent 70%);
    opacity: 0.8;
}
.login-hero::after {
    content: "";
    position: absolute;
    inset: auto -25% -35% auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 166, 94, 0.18), transparent 70%);
}
.login-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
}
.login-hero-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f8fafc;
}
.login-hero-subtitle {
    font-size: 14px;
    color: #cbd5f5;
    margin-bottom: 18px;
}
.login-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}
.badge-lux {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(201, 122, 61, 0.15);
    border: 1px solid rgba(201, 122, 61, 0.45);
    color: #f8fafc;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.login-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 10px;
    color: #e2e8f0;
}
.login-features li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
}
.login-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(120deg, #f1a35f, #c97a3d);
    box-shadow: 0 0 8px rgba(201, 122, 61, 0.45);
}
.login-hero-foot {
    font-size: 13px;
    color: rgba(248, 250, 252, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.login-form {
    padding: 40px 42px;
    background: rgba(7, 9, 13, 0.6);
}
.login-form-head {
    margin-bottom: 20px;
}
.login-form-title {
    color: #f8fafc;
    font-size: 24px;
    margin-bottom: 6px;
}
.login-form-subtitle {
    color: #cbd5f5;
    font-size: 13px;
}
.login-card::after {
    content: "";
    position: absolute;
    inset: -40% 20% auto auto;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(201, 122, 61, 0.18), transparent 70%);
    pointer-events: none;
}
.login-header .login-logo {
    width: 100%;
}
.login-header .sign-favicon {
    max-width: 230px;
    height: auto;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.55));
}
.login-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #f8fafc;
}
.login-subtitle {
    font-size: 14px;
    color: #cbd5f5;
}
.login-page label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d1d5db;
    margin-bottom: 8px;
}
.login-page .input-group-text {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 14px 0 0 14px;
    color: #f8fafc;
}
.login-page .form-control {
    height: 50px;
    border-radius: 0 14px 14px 0;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(10, 12, 18, 0.7);
    color: #f8fafc;
    font-size: 14px;
}
.login-page .form-control::placeholder {
    color: rgba(226, 232, 240, 0.5);
}
.login-page .form-control:focus {
    border-color: rgba(201, 122, 61, 0.7);
    box-shadow: 0 0 0 3px var(--lux-copper-glow);
    background: rgba(10, 12, 18, 0.85);
}
.login-page .toggle-password {
    color: #e2e8f0;
    opacity: 0.8;
}
.login-page .form-remember {
    margin: 14px 0 20px;
}
.login-page .form-check-input {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}
.login-page .form-check-input:checked {
    background-color: var(--lux-copper);
    border-color: var(--lux-copper);
}
.login-page .form-check-label {
    font-size: 13px;
    color: #cbd5f5;
}
.login-page .login-btn {
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(120deg, #f1a35f, #c97a3d 55%, #a3562f);
    border: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1b0f06;
    box-shadow:
        0 16px 36px rgba(201, 122, 61, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.login-page .login-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow:
        0 20px 40px rgba(201, 122, 61, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}
.login-page .login-btn:active {
    transform: translateY(0);
}
.login-page .main-signin-footer a {
    color: #f8fafc;
    font-weight: 600;
}
.login-page .main-signin-footer a:hover {
    color: var(--lux-copper-strong);
}
.login-planos {
    margin-top: 10px;
}
.login-planos-link {
    color: #f1a35f;
    text-decoration: none;
    border-bottom: 1px solid rgba(241, 163, 95, 0.5);
    padding-bottom: 2px;
}
.login-planos-link:hover {
    color: #f8b777;
    border-bottom-color: rgba(248, 183, 119, 0.75);
}
.login-page .alert {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 12, 18, 0.85);
    color: #f8fafc;
}
.login-page .input-group,
.login-page .form-group {
    animation: fadeUp 0.6s ease both;
}
.login-page .login-header {
    animation: fadeUp 0.8s ease both;
}
.login-page .login-card {
    animation: floatIn 0.9s ease both;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes floatIn {
    from { opacity: 0; transform: translateY(14px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 576px) {
    .login-title {
        font-size: 22px;
    }
    .login-card {
        border-radius: 20px;
    }
    .login-page .form-control,
    .login-page .login-btn {
        height: 46px;
    }
}
@media (max-width: 991px) {
    .login-shell {
        grid-template-columns: 1fr;
    }
    .login-hero {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}
