.font-size {
    font-size: 14px;
}

body {
    font-family: 'Poppins', sans-serif;
}

.card {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.form-control {
    font-size: 0.95rem;
}

.btn-primary {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
}

.text-white {
    color: white !important;
}

h2 {
    font-size: 2.2rem;
    font-weight: 600;
}

p {
    font-size: 0.95rem;
}


/* -------------------ESTILOS PARA SELECT2------------------------------ */
.select2-container--default .select2-selection--single {
    height: 38px !important;
    /* igual que los inputs form-control */
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    /* alineación vertical del texto */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    /* igual que el alto del input */
}

.select2-selection__rendered {
    padding-top: 3px !important;
    font-size: 13px;
}

.select2-selection__clear {
    padding-top: 0px !important;
}

.select2-selection__clear span {
    font-size: 17px;
}
/* -------------------ESTILOS PARA SELECT2------------------------------ */

/* -------------------ESTILOS PARA dataTables  ------------------------------ */
