/* Your Custom CSS Goes here */

@media (max-width: 767px) {
    .texto_span {
        line-height: 1; /* Reduz o espaçamento entre as linhas para 1x o tamanho da fonte */
    }

    .card .card-body {
        padding: 30px 0px;
    }

    .card .card-header {
        padding: 15px 5px 15px;
    }

    .table td,
    .table th {
        padding: 5px 5px!important;
    }

    .accordion-item .accordion-body {
        padding: 5px 5px;
    }
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
input:-moz-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -moz-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
.file-input-wrapper {
    position: relative;
    height: 60px; /* Ajuste conforme necessário */
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza o conteúdo */
    background-color: #fff;
}
.file-input-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.file-input-wrapper .custom-file-input-label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #24292e;
    transition: border .2s ease-in-out, background-color .2s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
.file-input-wrapper .custom-file-input-label i {
    margin-right: 8px;
}
.file-input-wrapper input[type="file"]:focus + .custom-file-input-label {
    border-color: #2269f5;
    box-shadow: 0 0 5px #2269f5;
}
.filled-input {
    border-color: green !important;
    background-color: white !important; /* Garante que o fundo seja branco */
}
input:focus, select:focus, .select2-selection:focus, .filled-input:focus {
    background-color: white !important;
}
.img-circle {
    border-radius: 50%;
}
.select2-result-repository {
    padding: 4px 0;
}
.select2-result-repository__title {
    font-weight: bold;
}
.select2-result-repository__description {
    font-size: 0.8em;
    color: #777;
}
.color-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 8px;
}
.select2-container {
    display: block !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 10px;
}
.select2-container .select2-selection--single {
    min-height: 60px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #e3e6ea;
    color: #24292e;
    transition: border .2s ease-in-out, background-color .2s ease-in-out;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    border-color: #000000;
    box-shadow: none;
}
.select2-dropdown {
    border-radius: 8px;
    border-color: #e3e6ea;
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, .05);
}
.select2-results__option {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.select2-results__option--highlighted {
    background-color: #e3e6ea;
}
.select2-search--dropdown .select2-search__field {
    border-radius: 8px;
    padding: 10px 18px;
    border-color: #e3e6ea;
    color: #24292e;
    transition: border .2s ease-in-out, background-color .2s ease-in-out;
}
.select2-search--dropdown .select2-search__field:focus {
    border-color: #000000 !important;
    box-shadow: none;
}
.select2-selection__choice {
    margin-top: 0 !important;
    height: 19px !important;
    border: 0px solid #e4e6ea !important;
    background: #e4e6ea !important;
    color: #24292f !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.select2-selection__choice span {
    color: #24292e;
}
.select2-container--default .select2-results__option .select2-results__option {
    color: #5d657e;
    padding: 5px 10px;
    margin: 5px 0;
    display: block;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #596c88;
    color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background: #000000;
    color: #ffffff;
}
.select2-container--default .select2-results__group {
    padding: 6px;
    font-size: 11px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    border: 1px solid #687687;
    background: #687687;
    color: #FFF;
}
/* Adicione flexbox para alinhamento horizontal */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-row .col-sm-4,
.form-row .col-sm-6 {
    flex: 1;
}
