header#navbar {
  margin: 0 auto;
  top: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  position: fixed;
  height: 60px !important;
  overflow: hidden;
  z-index: 99;
  box-shadow: 2px 0px 10px 4px #0000005c;
  scroll-behavior: smooth;
  transition: top .3s cubic-bezier(0,.65,.09,.94);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
    contain: paint;
    font: var(--font2);
    text-transform: lowercase;
    text-align: center;
    color: var(--accent1);
    background: #09162b;
   // -webkit-mask: url(https://i.imgur.com/mfbSQLd.png) bottom left / cover no-repeat;
}
@media (max-width: 768px) {
header#navbar {
  height: 60px !important;
  }
}

/*******************
******************** 
SIDEBAR ONE
********************
********************/
.sidebarIconToggle_mone {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%;
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18px;
    left: 14px;
}


#sidebarMenu_one {
  height: 100%;
  position: fixed;
  left: -5px;
  width: 250px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: #152945;
  z-index: 9999;
  box-shadow: none;
  top: 0;

	transition: 1s ease ;
	-webkit-transition: 1s ease ;
	-moz-transition: 1s ease ;
	-o-transition: 1s ease ;
}
#sidebarMenu_one.openMenu_one {
  transform: translateX(0);
  left: 0px;
  box-shadow: 2px 0px 10px 4px #0000005c;
  top: 0;
  background: #152945;
  overflow: hidden;
}
.cp-dropdown-menu-wrapper {
  height: auto;
  padding: 1rem;
}
.closeMenu_one {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle_mone:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
.btnClose_mone {
  background: none;
  color: #fff;
  border: 0 none;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

/*******************
******************** 
!END SIDEBAR ONE
********************
********************/


img.img-responsive-logo {
    width: 40px;
    top: 10px;
    position: absolute;
    left: 38px;
}

.switch {
    display: block;
    height: 34px;
    width: 70px;
    position: absolute;
    top: 14px;
    right: 152px;
}
.switch .slider-icon-holder {
  background: transparent;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
}
.switch .slider-icon-holder::before {
  background-image: radial-gradient(circle at 78.51% 66.46%, #dddfe5 0, #c6c5c2 50%, #ecebea 100%);
  bottom: 2px;
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 4px;
  right: inherit;
  position: absolute;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  width: 28px;
  border: 1px solid #000;
}
.switch input {
  display: none;
}
.switch input:checked + .slider-icon-holder {
  background: transparent;
}
.switch input:checked + .slider-icon-holder:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
    /* Círculo Reduzido para 40px */
    label.circulo-acessos {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 77px;
    }

    svg.progresso-svg {
        transform: rotate(-90deg);
        position: absolute;
    }

    .circle-bg {
        fill: #1a1a1a;
        stroke: #222;
        stroke-width: 3;
    }

    .circle-fill {
        fill: none;
        stroke: #00ff88;
        stroke-width: 3;
        stroke-linecap: round;
        transition: stroke-dashoffset 1s ease-in-out;
    }

    .num-total {
        font-size: 12px; /* Ajustado para caber no círculo menor */
        font-weight: 100;
        position: relative;
        z-index: 3;
    }

/*******************
******************** 
SIDEBAR SETTINGS
********************
********************/
.sidebarIconToggle_settings {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 5;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    position: absolute;
    align-items: center;
    top: 16px;
    right: 45px;
}
#sidebarMenu_settings {
  height: 100%;
  position: fixed;
  right: -5px;
  width: 250px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 9999;
  box-shadow: none;
  top: 0px;
}
#sidebarMenu_settings.openMenu_settings {
    transform: translateX(0);
    overflow-y: auto;
    right: 0px;
    box-shadow: 2px 0px 10px 4px #0000005c;
    top: 0px;
}
.closeMenu_settings {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle_msettings:hover {
    border: none;
    border-radius: 100%;
    padding: 0;
    box-shadow: 1px 0px 8px 2px#00000014;
}
.btnClose_msettings {
  background: none;
  border: 0 none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/*******************
******************** 
!END SIDEBAR SETTINGS
********************
********************/


.vtr-label-ai-avatar-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    right: -10px;
    top: 10px;
}
.vtr-label-ai-robot-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 15px;
    border: 1px solid #0084ff;
    object-fit: cover;
}
.vtr-label-ai-status-online {
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: 12px;
    height: 12px;
    background-color: #2ecc71;
    border: 2px solid #1a1e24;
    border-radius: 50%;
}
.vtr-label-ai-status-online::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2ecc71;
    border-radius: 50%;
    animation: pulsarStatus 2s infinite;
    z-index: -1;
}


/*****************************************************
********************************* CSS LOGIN FORM *****
*****************************************************/
label.btn_ref_account {
    position: absolute;
    right: 122px;
    top: 20px;
}
/* 1. OVERLAY */
.vtr-login-overlay {
    display: none; 
    position: fixed; 
    z-index: 20000;
    left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9); 
    backdrop-filter: blur(8px);
    align-items: center; 
    justify-content: center;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* 2. CONTAINER FLEXÍVEL */
.vtr-login-container {
    background: #14171c; 
    color: #fff;
    width: 90%; 
    max-width: 380px; /* Padrão mobile */
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.8);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}
.vtr-login-body {
    display: flex;
    flex-direction: column; /* Mobile empilhado */
    transition: max-width 0.4s ease;
}
.vtr-login-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
}
.vtr-login-header img.vtr-login-logo {
    width: 40px;
}
.vtr-login-close { 
    font-size: 28px;
    cursor: pointer;
    transition: 0.2s;
    color: #555;
    z-index: 10;
}
.vtr-login-close:hover {
    color: #ff4d4d;
}
/* 3. LADO ESQUERDO (TEXTO) */
.vtr-login-info {
    padding: 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #ccc;
    text-align: left;
}

/* 4. LADO DIREITO (FORM) */
.vtr-login-form-side {
    padding: 30px;
    flex: 1;
}

/* MEDIA QUERY PARA EXPANDIR E DIVIDIR */
@media (min-width: 628px) {
    .vtr-login-container {
        max-width: 650px; /* Ajustado para caber bem as duas colunas */
    }
    .vrt-login-body {
        flex-direction: row; /* Lado a lado */
        text-align: left;
    }
    .vtr-login-body {
       display: flex;
       flex-direction: row;
    }
    .vtr-login-info {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .vtr-login-form-side {
        width: 55%;
    }
}

/* INPUTS E LABELS (ESTILO BLINDADO MANTIDO) */
.vtr-login-form-side .vtr-form-element {
    position: relative;
    margin-bottom: 8px;
    width: 100%;
}

.vtr-login-form-side input.vtr-form-control {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px 12px !important;
    background: transparent !important;
    border: 1px solid #3d444d !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    outline: none !important;
    font-size: 14px !important;
    height: 50px !important;
    display: block !important;
    max-width: 300px;
}

.vtr-login-form-side input.vtr-form-control:focus {
    border-color: #0084ff !important;
}

.vtr-login-form-side .vtr-form-element label {
    position: absolute !important;
    left: 12px !important;
    top: 15px !important;
    color: #7a828c !important;
    pointer-events: none !important;
    transition: all 0.25s ease !important;
    font-size: 13px !important;
}

.vtr-login-form-side input.vtr-form-control:focus + label,
.vtr-login-form-side input.vtr-form-control:not(:placeholder-shown) + label {
    top: -6px !important;
    left: 8px !important;
    font-size: 10px !important;
    color: #0084ff !important;
    background: #14171c !important;
    padding: 0 5px !important;
    font-weight: normal !important;
}

.vtr-login-form-side input.vtr-form-control::placeholder { color: transparent !important; }

.vtr-login-btn {
    background: #0084ff; color: #fff; border: none; width: 100%; padding: 14px;
    border-radius: 8px; font-weight: bold; cursor: pointer; text-transform: uppercase;
}





.lbs_rounded_flex {
    display: flex;
    flex-basis: content;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 16px;
}
/*******************
******************** 
SIDEBAR LISTA PRIME
********************
********************/
#sidebarLista_prime {
  height: 100%;
  position: fixed;
  left: -5px;
  width: 250px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: #152945;
  z-index: 9999;
  box-shadow: none;
  top: 0;

	transition: 1s ease ;
	-webkit-transition: 1s ease ;
	-moz-transition: 1s ease ;
	-o-transition: 1s ease ;
}
#sidebarLista_prime.openLista_prime {
  transform: translateX(0);
  left: 0px;
  box-shadow: 2px 0px 10px 4px #0000005c;
  top: 0;
  background: #152945;
  overflow: hidden;
}
.cp-dropdown-menu-wrapper {
  height: auto;
  padding: 1rem;
}
.cp-dropdown-body-lista {
    margin-top: 40px; /* Espaço para o botão de fechar */
    height: calc(100vh - 60px); /* Ocupa a altura quase toda da tela */
    overflow-y: auto; /* Cria a rolagem se tiver muitas categorias */
    padding-bottom: 20px;
}

/* Ajuste dos itens da categoria para caberem na largura da sidebar */
.container-categorias-moderno {
    display: flex;
    flex-direction: column; /* Um embaixo do outro */
    gap: 8px;
}

.card-cat {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    border-left: 3px solid #00d4ff;
    transition: 0.2s;
}

.card-cat:hover {
    background: rgba(0, 212, 255, 0.2);
}

/* Esconder a scrollbar para ficar mais limpo */
.cp-dropdown-body-lista::-webkit-scrollbar {
    width: 4px;
}
.cp-dropdown-body-lista::-webkit-scrollbar-thumb {
    background: #00d4ff;
}
.btnClose_lista {
  background: none;
  color: #fff;
  border: 0 none;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
/* --- ESTILOS DO MODAL DE RESULTADOS (GRID) --- */
#container_resultado_lista {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    max-height: 85vh;
    background: #0f1115;
    border-radius: 12px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,0.9);
    border: 1px solid #333;
}

.lp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #1a1d23;
    border-bottom: 1px solid #25282e;
}

.lp-scroll-area {
    overflow-y: auto;
    flex: 1;
}

.lp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Card e Capa da Grid */
.lp-card { cursor: pointer; transition: transform 0.2s; text-align: center; }
.lp-card:hover { transform: scale(1.05); }
.lp-capa { width: 100%; aspect-ratio: 2/3; border-radius: 8px; object-fit: cover; }
.lp-nome { display: block; color: #fff; font-size: 12px; margin-top: 8px; font-family: sans-serif; }

/* --- ANIMAÇÕES SKELETON (PULSO) --- */
@keyframes lp-pulse {
    0% { background-color: #1a1d23; }
    50% { background-color: #2a2e35; }
    100% { background-color: #1a1d23; }
}

/* Skeleton da Grid (Capas) */
.lp-skeleton-capa {
    width: 100%;
    aspect-ratio: 2/3;
    border-radius: 8px;
    animation: lp-pulse 1.5s infinite ease-in-out;
}

/* Skeleton da Sidebar (Linhas de Lista) */
.lp-skeleton-line {
    height: 20px;
    width: 90%;
    margin: 15px auto;
    border-radius: 4px;
    animation: lp-pulse 1.5s infinite ease-in-out;
}

/* Responsividade */
@media (max-width: 600px) {
    .lp-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; }
    #container_resultado_lista { width: 95%; max-height: 90vh; }
}