﻿:root {
    --primary-color: #1F4861;
    --primary-color-subtle: #506A7B;
    --secondary-color-subtle: #C5D5DF;
    --color-white-smoke: #F9F9F9;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 700 !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-primary-subtle {
    background-color: var(--primary-color-subtle) !important;
}

.bg-secondary-subtle {
    background-color: var(--secondary-color-subtle) !important;
}

.bg-white-smoke {
    background-color: var(--color-white-smoke) !important;
}

.bg-white-smoke-hover {
    background-color: var(--color-white-smoke);
}

    .bg-white-smoke-hover:hover {
        background-color: #e2dede;
        color: var(--primary-color) !important;
    }

.bg-gradient {
    background: linear-gradient(to right, var(--primary-color), var(--primary-color-subtle)) !important;
}

a.bg-gradient:hover {
    background: var(--primary-color) !important;
}

.bg-footer-gradient {
    background: linear-gradient(90deg, #000117 0%, #3B3E46 100%);
}

.text-white {
    color: var(--color-white-smoke) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--primary-color-subtle) !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

    .btn-primary:hover {
        background-color: white !important;
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
    }

    .btn-primary:active,
    .btn-primary:focus {
        background-color: white !important;
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
        box-shadow: 0 0 0 0.25rem rgba(31, 72, 97, 0.5) !important
    }

.btn-outline-primary {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    background-color: white !important;
}

    .btn-outline-primary:hover {
        background-color: var(--primary-color) !important;
        color: white !important;
    }

    .btn-outline-primary:active,
    .btn-outline-primary:focus {
        background-color: var(--primary-color) !important; /* Cor de fundo */
        color: white !important; /* Cor do texto */
        box-shadow: 0 0 0 0.25rem rgba(31, 72, 97, 0.5) !important; /* Sombra ao focar */
    }

.bg-light-gray {
    background-color: #EFEFEF;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.form-check-input[type="radio"] {
    border: 2px solid var(--primary-color);
    width: 1.25em;
    height: 1.25em;
}

    .form-check-input[type="radio"]:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .form-check-input[type="radio"]:focus {
        box-shadow: 0 0 0 0.25rem var(--secondary-color-subtle);
    }

.tamanho-do-dropdown-usuario {
    width: 290px;
}

.menu-active {
    background-color: var(--secondary-color-subtle) !important;
    color: var(--primary-color) !important;
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E") !important;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: none !important;
    color: var(--primary-color) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

i.fa-cart-shopping:hover {
    color: var(--primary-color-subtle) !important;
}

#neuron-container {
    background: var(--primary-color);
    padding: 10em 3em 10em;
}

#neuron-canvas {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 7.9em;
    z-index: 1;
}

#content {
    position: relative;
    color: white;
    z-index: 2;
    overflow: hidden;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--primary-color) !important;
}

.page-link {
    color: var(--primary-color);
    text-decoration: none;
}

    .active > .page-link, .page-link.active {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

.ui-datepicker {
    z-index: 1055 !important;
    position: absolute !important;
}

.highcharts-axis-labels text {
    opacity: 1 !important;
}


.table-responsive {
    overflow-x: auto;
}


.table-responsive table {
    min-width: 800px; 
}


.fixed-first-col th:first-child,
.fixed-first-col td:first-child {
    width: 500px;            
    min-width: 500px;
    max-width: 500px;
    position: sticky;
    left: 0;
    background-color: #fff;  
    z-index: 2;
}

.fixed-first-col thead th:first-child {
    z-index: 3;
}
