* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
        "Helvetica Neue", sans-serif;
}

html {
    font-size: 16px; /* Tamanho base de 16px */
}

html {
    height: 100%;
    width: 100%;
}

body {
    background-color: rgb(231, 231, 231);
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.UserList {
    width: 100%;
    background-color: rgb(255, 255, 255);
}

#app {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 40px);
}

.newuserh1 .closeMenu {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 30px;
}

.newuserh1 .closeMenu {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 30px;
    transition: ease-in-out 0.2s;
    cursor: pointer;
}

footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-align: center;
  color: white;
  font-weight: 200;
  background:  #0f172a
}

footer a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
}

h4 {
    font-weight: 700;
    font-size: 16px;
}

.dropdown-item:hover {
    background: transparent;
}

.nomeUser {
    border-bottom: 1px solid rgba(255, 255, 255, 0.534);
}

table {
    border: none;
}
.NovoUser {
    padding: 20px 50px;
    width: 100%;
}

tbody tr:hover {
    cursor: pointer;
    background-color: #20284e0c;
    border: none;
}

.container_detalhes .butClose {
    display: flex;
    align-items: center;
    justify-content: baseline;
    color: white;
    padding: 0px 40px;
    height: 70px;
}

.container_detalhes span {
    cursor: pointer;
    font-size: 27px;
    transition: ease-out 0.2s;
}

.container_detalhes span:hover {
    scale: 112%;
}

.contaniner-att {
    color: white;
    display: flex;
    height: calc(100% - 110px);
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
    align-content: flex-start;
    overflow: hidden;
    overflow-y: auto;
}

.usuariosDetalhes {
    align-content: center;
}

.contaniner-att h3 {
    margin: 20px;
}

:root {
    --bs-border-radius: 5px;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    font-size: none;
}

.btn {
    --bs-btn-font-size: 0.8rem;
    padding: 10px 20px;
    border: none;
    background-color: #20284e;
    color: white;
    border-radius: 5px;
}

.form-control[type="file"] {
    overflow: hidden;
}
input[type="file"] {
    color: #2a2d40; /* Esconde o texto original */
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #20284e; /* Cor do fundo do botão */
    color: white; /* Cor do texto do botão */
}

input[type="file"]::-ms-browse {
    background-color: #20284e; /* Cor do fundo do botão */
    color: black; /* Cor do texto do botão */
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 1.3rem;
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 1.8rem;
    }
}

.NovoUser form {
    display: block;
}

.QuntList {
    padding: 30px;
    display: flex;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid rgb(180, 180, 180);
}

.List_containaer {
    width: 100%;
    display: flex;
    align-items: center;
}

.contagem_container > h2 {
    margin: 0;
    font-size: 20px;
}

.contagem_container > p {
    margin: 0;
    font-size: 14px;
}

.List_containaer .contagem_container {
    padding: 5px;
    margin: 0 7px;
    min-width: 200px;
    height: 60px;
    border-right: 1px solid rgb(180, 180, 180);
}

.input-group-text {
    background-color: #20284e;
}

.BuscUser {
    padding: 0 15px;
    margin: 10px auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.InputUserList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 150px;
    height: 40px;
    border: none;
    background-color: #f8f8f8;
    color: #20284e;
    border-radius: 5px;
    padding: 5 15px;
}

/* campo do formulário */



.tabelaUser table {
    width: auto;
    min-width: 96%;
    margin: auto;
}

th,
td {
    padding: 7px;
    text-align: left;
    font-size: 14px;
}

.inativo {
    color: #9c9c9c;
}

.contaniner-att > form {
    display: grid;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-between;

    justify-items: center;
}

.botoes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.dropdown-toggle {
    font-size: 0.9rem;
}

.dropdown-item {
    font-size: 0.9rem;
}

.form-select {
    border-radius: 5px;
}

.form-check-input[type="checkbox"] {
    border-radius: 5px;
    margin-left: -12px;
}

#alertContainer {
    position: fixed;
    top: 96px;
    right: 24px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    width: min(420px, calc(100vw - 24px));
    pointer-events: none;
}

#alertContainer > * {
    width: 100%;
}

.cpq-toast {
    --cpq-toast-accent: #16a34a;
    --cpq-toast-accent-soft: rgba(22, 163, 74, 0.14);
    --cpq-toast-progress: rgba(22, 163, 74, 0.85);
    --cpq-toast-border: rgba(15, 23, 42, 0.08);
    --cpq-toast-text: #14213d;
    --cpq-toast-muted: #667085;
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    width: 100%;
    padding: 14px 14px 16px;
    border-radius: 18px;
    border: 1px solid var(--cpq-toast-border);
    background: rgba(255, 255, 255, 0.97);
    color: var(--cpq-toast-text);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(14px);
    overflow: hidden;
    pointer-events: auto;
    opacity: 0;
    transform: translate3d(0, -12px, 0) scale(0.98);
}

.cpq-toast.is-visible {
    animation: cpqToastIn 0.28s ease forwards;
}

.cpq-toast.is-closing {
    animation: cpqToastOut 0.24s ease forwards;
}

.cpq-toast::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--cpq-toast-accent), var(--cpq-toast-progress));
}

.cpq-toast__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--cpq-toast-accent-soft);
    color: var(--cpq-toast-accent);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.cpq-toast__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-top: 1px;
}

.cpq-toast__title {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--cpq-toast-text);
}

.cpq-toast__message {
    margin-top: 2px;
    font-size: 0.95rem;
    line-height: 1.45;
    color: var(--cpq-toast-muted);
    word-break: break-word;
}

.cpq-toast__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: -4px -4px 0 0;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.cpq-toast__close:hover {
    background: rgba(148, 163, 184, 0.16);
    color: #0f172a;
    transform: translateY(-1px);
}

.cpq-toast__close:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.25);
    outline-offset: 2px;
}

.cpq-toast__progress {
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cpq-toast-progress), var(--cpq-toast-accent));
    transform-origin: left center;
    animation: cpqToastProgress 5s linear forwards;
}

.cpq-toast--success {
    --cpq-toast-accent: #16a34a;
    --cpq-toast-accent-soft: rgba(22, 163, 74, 0.14);
    --cpq-toast-progress: rgba(34, 197, 94, 0.9);
}

.cpq-toast--error {
    --cpq-toast-accent: #dc2626;
    --cpq-toast-accent-soft: rgba(220, 38, 38, 0.14);
    --cpq-toast-progress: rgba(248, 113, 113, 0.92);
}

.cpq-toast--warning {
    --cpq-toast-accent: #d97706;
    --cpq-toast-accent-soft: rgba(217, 119, 6, 0.16);
    --cpq-toast-progress: rgba(251, 191, 36, 0.95);
}

.cpq-toast--info {
    --cpq-toast-accent: #2563eb;
    --cpq-toast-accent-soft: rgba(37, 99, 235, 0.14);
    --cpq-toast-progress: rgba(96, 165, 250, 0.95);
}

.cpq-inline-notice {
    --cpq-inline-accent: #16a34a;
    --cpq-inline-soft: rgba(22, 163, 74, 0.12);
    --cpq-inline-border: rgba(22, 163, 74, 0.22);
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--cpq-inline-border);
    border-radius: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 28px -24px rgba(15, 23, 42, 0.35);
}

.cpq-inline-notice__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.85rem;
    background: var(--cpq-inline-soft);
    color: var(--cpq-inline-accent);
    font-size: 1rem;
    flex-shrink: 0;
}

.cpq-inline-notice__content {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.cpq-inline-notice__content strong {
    color: #0f172a;
    font-size: 0.88rem;
    line-height: 1.2;
}

.cpq-inline-notice__content span {
    color: #475467;
    line-height: 1.45;
    word-break: break-word;
}

.cpq-inline-notice--success {
    --cpq-inline-accent: #16a34a;
    --cpq-inline-soft: rgba(22, 163, 74, 0.12);
    --cpq-inline-border: rgba(22, 163, 74, 0.22);
}

.cpq-inline-notice--warning {
    --cpq-inline-accent: #d97706;
    --cpq-inline-soft: rgba(217, 119, 6, 0.14);
    --cpq-inline-border: rgba(217, 119, 6, 0.26);
}

@media (max-width: 768px) {
    #alertContainer {
        top: 82px;
        left: 12px;
        right: 12px;
        width: auto;
    }

    .cpq-toast {
        gap: 12px;
        padding: 13px 13px 15px;
        border-radius: 16px;
    }

    .cpq-toast__icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .cpq-toast__message {
        font-size: 0.9rem;
    }
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes cpqToastIn {
    from {
        opacity: 0;
        transform: translate3d(0, -12px, 0) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes cpqToastOut {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -10px, 0) scale(0.98);
    }
}

@keyframes cpqToastProgress {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

.alert i {
    color: #2a2d40;
}

.modal-dialog .alert {
    display: block;
}

.tooltip-container {
    position: relative;
    /* Para o tooltip ficar posicionado corretamente */
}

.tooltip-text {
    visibility: hidden;
    width: auto;
    background-color: #20284e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 2000;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    white-space: nowrap;
    /* Evita quebra de linha */
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.bg-paleta {
    background-color: #20284f;
}

.bg-paleta2 {
    background-color: #657ef7;
}

.bg-paleta3 {
    background-color: #5569cf;
}

.bg-paleta4 {
    background-color: #4454a6;
}

.bg-paleta5 {
    background-color: #33407d;
}

.bg-paleta3:hover {
    background-color: #5569cf;
    color: white;
}

.bg-paleta2:hover {
    background-color: #657ef7;
    color: white;
}

.bg-paleta5:hover {
    background-color: #33407d;
    color: white;
}

.fs11 {
    font-size: 0.6rem;
}

/* Modal XXL - largura maior que o modal-xl padrão */
.modal-xxl {
    max-width: 95% !important; /* quase a tela inteira */
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 90% !important;
    }
}

@media (min-width: 1600px) {
    .modal-xxl {
        max-width: 90% !important;
    }
}

.btn-editar,
.btn-delete {
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #444; /* neutro */
    transition: all 0.25s ease;
}

/* Hover com leve destaque */
.btn-editar:hover,
.btn-delete:hover {
    color: #222;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Se quiser diferenciar levemente */
.btn-editar i {
    color: #666;
}
.btn-delete i {
    color: #777;
}
.btn-editar:hover i,
.btn-delete:hover i {
    color: #111;
}

.btn-modal {
    cursor: pointer;

    background: rgba(255, 255, 255, 0.6);
    color: #3d3d3d;

    border: 1px solid rgba(0, 0, 0, 0.158);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    transition: all 0.25s ease-in-out;
}

/* Hover */
.btn-modal:hover {
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-control {
    font-size: 0.8rem;
}
:root {
  --sidebar-width: 0px;
  --sidebar-width-collapsed: 50px;
  --topbar-height: 50px;
}

/* main SEMPRE já respeita o espaço da sidebar */
.content {
  margin-left: var(--sidebar-width);
  transition: margin-left 0.3s ease-in-out;
/* ✅ adiciona espaço para topbar */
}

.content-collapsed {
  margin-left: var(--sidebar-width-collapsed);
}

#sidebar-placeholder {
  width: var(--sidebar-width);
  flex-shrink: 0;
}

body.sidebar-collapsed #sidebar-placeholder {
  width: var(--sidebar-width-collapsed);
}


@media (max-width: 768px) {
  .content {
    padding-top: var(--topbar-height) !important;
  }
}

/* ======== MODAL ESTILO MACBOOK ======== */
.modal-content {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    background: rgb(255, 255, 255) !important;
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    animation: macModalFade 0.4s ease;
}

/* Animação de aparição suave */
@keyframes macModalFade {
    from {
        transform: scale(0.96) translateY(20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* ======== CABEÇALHO (com os “botões” do macOS) ======== */
.modal-header {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(250, 250, 250, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 0.5rem 1rem;
}


/* Título */
.modal-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1d1d1f;
    text-align: center;
    width: 100%;
}

/* Botão fechar com estilo sutil */
.btn-close {
    filter: brightness(0) opacity(0.4);
    transition: opacity 0.3s;
}
.btn-close:hover {
    opacity: 0.8;
}

/* ======== CORPO ======== */
.modal-body {
    padding: 0.5rem 1.0rem !important;
    background: transparent;
    color: #2c2c2e;
    font-size: 0.95rem;
}

/* Inputs minimalistas */
.modal-body .form-control,
.modal-body .form-select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.185);
    backdrop-filter: blur(15px);
    transition: all 0.25s ease;
    box-shadow: none;
}
.modal-body .form-control:focus,
.modal-body .form-select:focus {
    border-color: rgba(88, 86, 214, 0.5);
    box-shadow: 0 0 0 2px rgba(88, 86, 214, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
}

/* Placeholder e labels */
.modal-body .form-label {
    font-weight: 500;
    color: #555;
}

/* ======== RODAPÉ ======== */
.modal-footer {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 0.5rem 1.0rem;
}

/* Botões estilo Apple */
.btn-primary {
    background: linear-gradient(145deg, #003b7a, #00265f);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    padding: 0.55rem 1.4rem;
    box-shadow: 0 2px 6px rgba(0, 44, 90, 0.3);
    transition: all 0.2s ease;
}
.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 69, 143, 0.45);
}

/* ✅ Botão SUCCESS — estilo Apple */
.btn-success {
    background: linear-gradient(145deg, #0ba360, #058c46);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    padding: 0.55rem 1.4rem;
    box-shadow: 0 2px 6px rgba(11, 163, 96, 0.3);
    transition: all 0.2s ease;
}
.btn-success:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 163, 96, 0.45);
    filter: brightness(1.05);
}

/* ❌ Botão DANGER — estilo Apple */
.btn-danger {
    background: linear-gradient(145deg, #d64545, #a91e1e);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    padding: 0.55rem 1.4rem;
    box-shadow: 0 2px 6px rgba(166, 34, 34, 0.3);
    transition: all 0.2s ease;
}
.btn-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(214, 69, 69, 0.45);
    filter: brightness(1.05);
}

/* ======== BOTÃO SECUNDÁRIO (estilo macOS moderno) ======== */
.btn-secondary {
    background: rgba(245, 245, 247, 0.7);
    color: #2c2c2e;
    border: 1px solid rgba(180, 180, 190, 0.4);
    border-radius: 10px;
    font-weight: 500;
    padding: 0.55rem 1.4rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

/* ======== HOVER ======== */
.btn-secondary:hover {
    background: rgba(235, 235, 240, 0.9);
    border-color: rgba(150, 150, 160, 0.5);
    color: #111;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ======== ACTIVE / FOCUS ======== */
.btn-secondary:focus,
.btn-secondary:active {
    background: rgba(225, 225, 230, 0.95);
    border-color: rgba(120, 120, 130, 0.5);
    color: #111;
    box-shadow: 0 0 0 3px rgba(88, 86, 214, 0.2);
    transform: none;
}

/* ======== DESATIVADO ======== */
.btn-secondary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(210, 210, 220, 0.3);
    box-shadow: none;
}


/* Botão secundário (cinza macOS) */
.modal-footer .btn-secondary {
    background-color: rgba(240, 240, 240, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    padding: 0.55rem 1.4rem;
    transition: all 0.2s ease;
}
.modal-footer .btn-secondary:hover {
    background-color: rgba(230, 230, 230, 0.9);
}
/* ============================
   SCROLL MODERNO (tipo macOS)
   Só aparece no hover
============================ */

/* Use essa classe na div que deve ter scrollbar */
.scroll-container {
    overflow-y: auto;
    scrollbar-width: thin;
    transition: all .3s ease;
}

/* Esconde a scrollbar por padrão */
.scroll-container::-webkit-scrollbar {
    width: 5px;
    opacity: 0;
}

/* Mostra elegantemente somente quando passa o mouse */
.scroll-container:hover::-webkit-scrollbar {
    opacity: 1;
}

/* Track invisível */
.scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

/* Thumb moderno */
.scroll-container::-webkit-scrollbar-thumb {
        border-radius: 10px;
    transition: all .3s ease;
}

/* Thumb visível só no hover */
.scroll-container:hover::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.45));
}

/* Hover no thumb */
.scroll-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(180,180,190,0.55), rgba(120,120,130,0.6));
}

.btn-outline-secondary {
    border: 1px solid rgba(120, 120, 130, 0.3);
    background: rgba(255, 255, 255, 0.6);
    color: #3a3a3a;
    border-radius: 10px;
    font-weight: 500;
    padding: 0.55rem 1.3rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* ======== HOVER ======== */
.btn-outline-secondary:hover {
    background: rgba(245, 245, 247, 0.9);
    border-color: rgba(90, 90, 100, 0.3);
    color: #111;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ======== ACTIVE / FOCUS ======== */
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background: rgba(235, 235, 240, 0.9);
    color: #111;
    border-color: rgba(90, 90, 100, 0.4);
    box-shadow: 0 0 0 3px rgba(88, 86, 214, 0.25);
    transform: none;
}

.btn-upload-file {
    background: transparent;
    color: #212529;
    font-size: .9rem;
    border: 1px solid #dadada;
    margin: 5px 0;
}

.bg-default {
    background: #00265f;
}

/* ========================================
   GLOBAL SCROLLBAR — CLEAN MODERN UI
   estilo Notion / Linear / Stripe
======================================== */

/* Firefox */
* {

    scrollbar-width: thin;
    scrollbar-color: rgba(15,23,42,.25) transparent;

}

/* Chrome / Edge / Safari */

*::-webkit-scrollbar {

    width: 6px;
    height: 6px;

}

*::-webkit-scrollbar-track {

    background: transparent;

}

*::-webkit-scrollbar-thumb {

    background: rgba(15,23,42,.18);
    border-radius: 999px;
    transition: .25s ease;

}

*::-webkit-scrollbar-thumb:hover {

    background: rgba(79,70,229,.45);

}

*::-webkit-scrollbar-thumb {

    background: transparent;

}

*:hover::-webkit-scrollbar-thumb {

    background: rgba(15,23,42,.25);

}
