/* stilo font sie 12 */



#formData {

    text-transform: uppercase;
}

#modalCode{
    text-transform: uppercase;
}

td {
    text-transform: uppercase;
}

th {
    text-transform: uppercase;
}

hr{
    background: #0096ff;
}
h5{
    font-weight: bold;
}

.custom-file-label::after {
    content: "Buscar";
}

.size12 {
    font-size: 12px;
}

thead {
    background-color: #afb4b8;
    color: #fff;
}

.btn-primary {

    background-color: #4db1e2;
    border-color: #4db1e2;

}


.btn-primary:hover {
    background-color: #0096ff !important;
    color: #fff;
}

.btn-primary:active {
    background-color: #0096ff !important;
    color: #fff;
}

h2{
    text-transform: uppercase;
}

select{
    text-transform: uppercase;
}

input[type="text"] {
    text-transform: uppercase;
}


input[type="email"] {
    text-transform: uppercase;
}


input {
    color: black !important;
}

select {
    color: black !important;
}


option {
    color: black !important;
}


div {
    padding: auto;
}

label {
    font-weight: bold;
    color: black;
}

label>span {
    font-weight: bold;
    color: black;
}

.title {
    padding: 10px;
    padding-left: 15px;
    color: #fff;
    background: #0096ff;
    width: 100%;
    /* text-align: center; */
}

.red {
    color: red;
}

.black{
    color: black;
}

.div-oculto {
    display: none;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

#loading-text {
    text-align: center;
    color: #c2e4fa;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

table>thead>tr>th {
    color: #000;
    font-weight: bold;
    text-align: center;
    background-color: #dee2e6;
}

table>thead>tr>td {
    color: #000;
    font-weight: bold;
    text-align: center;
    background-color: #dee2e6;
}

th {
    border: 1px solid #c7c7cd !important;
}

td {
    border: 1px solid #c7c7cd !important;
}

.swal2-html-container{
    text-transform: initial;
    display: block;
    text-align: justify;
}

.scr{
    height: 150px;
    max-height: 150px;
    overflow-y: scroll;
}



