.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent !important;
}

.bg-secondary {
    background-color: #b9b9b9 !important;
}

.bg-dark {
    background-color: #343a40!important;
}

.required:after {
    content: " *";
    color: red;
}

.btn-index {
    color: #edf4fd;
    width: 200px;
    height: 140px;
    padding-top: 50px;
    background-color: #4e667e;
    border-color: #4e667e;
    font-weight: 500;
    font-size: 1.05rem;
}

.btn-index:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #edf4fd;
}

.hr-footer {
    width: 100%;
}

.thead {
    --bs-table-color: white;
    --bs-table-bg: blue;
}

.tbody {
    --bs-table-color: black;
    --bs-table-bg: transparent;
}

td {
    max-width: 200px;
    word-wrap: break-word;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-filtro {
    display: flex;
    align-items: center;
}

.form-filtro label {
    font-weight: bold;
    width: fit-content;
    margin-right: 0.5rem;
}

.form-input-data {
    width: 9rem;
}

.form-select {
    width: 13rem;
}

.logout {
    color: red;
    text-decoration: none;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #a9abb1;
}

.col-1-25 {
    flex: 0 0 10%;
    max-width: 10%;
}

.col-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-1-75 {
    flex: 0 0 15%;
    max-width: 15%;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.btn-info {
    background-color: #4e667e;
    border-color: #4e667e;
    color: #edf4fd;
    font-weight: 400;
}

.btn-info:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #edf4fd;
    font-weight: 400;
}

.btn-info:active {
    background-color: #2c3035 !important;
    border-color: #2c3035 !important;
    color: #edf4fd !important;
    font-weight: 400;
}

input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #0d45a5;
}

.select2-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.select2-selection {
    height: calc(2.375rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important; 
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000d9 !important; 
}

.select2-dropdown {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
}

.container-lote {
    overflow-x: hidden;
}

.select2-container .select2-selection--single {
    border-radius: 5px;
    border-color: #ccc;
}

.container-legenda {
    margin-top: 30px;
    width: 100%;
}

.linha-legenda {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    align-items: center;
}

.item-legenda {
    align-items: center;
}

.item-legenda span {
    color: #000;
}

.quadrado {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    border: 1px solid #000;
}
