﻿@font-face {
    font-family: 'Formula1';
    src: url('/fonts/Formula1-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    scroll-behavior: auto !important;
}

body {
    font-family: 'Formula1', sans-serif;
    background-color: #1e1e1e;
}

input:focus {
    background-color: white;
    border-color: #dee2e6 !important;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input:focus-visible {
    border-color: transparent !important;
    outline: none !important;
}

input:focus,
select:focus {
    outline: none !important;
    border-color: transparent !important;
    background-color: #fff !important;
}

option {
    background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: white !important;
    color: #000;
}

.form-select:focus {
    border-color: #dee2e6;
    background-color: #eee;
}

.primary {
    color: #ffa500 !important;
}

.secondary {
    color: #2B2D42 !important;
}

.alert-warning {
    background-color: #000 !important;
    border: none;
    color: #ffa500 !important;
}

.bg-primary {
    background-color: #ffa500 !important;
}

.bg-secondary {
    background-color: #2B2D42 !important;
}

.logo_login {
    width:70%;
    max-width: 300px;
    margin: 55px 0;
}

.logo {
    width: 90%;
    max-width: 250px;
    margin: 2px 0;
}

.btn-primary {
    background-color: #ffa500 !important;
    /*border-color: #ffa500 !important;*/
    border: none;
    color: #000 !important;
    /*    background-color: #8D99AE !important;
    border-color: #8D99AE !important;
*/
}

.btn-secondary {
    background-color: #2B2D42 !important;
    border-color: #2B2D42 !important;
    border: none;
}

.btn-success {
    border: none;
}

.btn-danger {
    border: none;
}

.navbar {
    background-color: #ffa500 !important;
}

.nav-item a {
    color: #EDF2F4 !important;
    font-size: 85%;
}

.navbar-toggler {
    border-color: #EDF2F4 !important;
}

.navbar-toggler-icon {
    /*icone branco para sanduíche no menu mobile*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu li a {
    color: #2B2D42 !important;
    font-size: 75% !important;
}

.card {
    background-color: #edf2f4 !important;
}

.card-footer {
    padding-bottom: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #ffa500 !important;
    /*background-color: #25be63 !important;*/
}

.nav-pills .nav-link {
    color: #2B2D42 !important;
    /*background-color: #8D99AE !important;*/
    background-color: #d1d3d7 !important;
    margin-right: 10px;
}

.form-check-input {
    border-color: #aaa !important;
}

label {
    font-size: 0.8rem;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem .75rem;
}

.grid-cell {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    cursor: pointer;
}

h1 {
    color: #aaa;
    font-size: 170%;
    margin-bottom: 25px;
}

.custom-alert {
    background-color: #d9534f; /* Vermelho  */
    color: #fff;
    border: none; /* Remove as bordas */
    padding: 8px 0; /* Ajuste a altura conforme necessário */
    margin: 0; /* Remove margens */
}

.custom-alert a {
    color: #fff;
}

.custom-btn-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-15%);
    color: #fff;
    opacity: 1;
}

@media (min-width: 1200px) {
    .card-evento {
        min-height: 440px;
    }
}

/* Container do Select2 */
.select2-container .select2-selection--single {
    height: 38px; /* Altura padrão do Bootstrap 5 */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Quando em foco */
.select2-container--focus .select2-selection--single {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

/* Ícone de seta (dropdown) */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 10px;
}

.select2-container .select2-selection--single {
    height: unset !important;
}

/* Texto selecionado */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #212529;
}

/* Corrige largura */
.select2-container {
    width: 100% !important;
}

.accordion-laranja .accordion-button:not(.collapsed) {
    --bs-accordion-active-bg: #ffa500; 
    --bs-accordion-active-color: #000; 
}

.accordion-cinza .accordion-button:not(.collapsed) {
    --bs-accordion-active-bg: #2B2D42;
    --bs-accordion-active-color: #fff;
}