.select2-container .select2-selection--single {
    height: 40px !important;
    border-color: #8e9eac !important;
}

.js-example-basic-single + .select2-container .select2-selection {
    border-radius: 1.5rem;
}

.select2-selection__choice {
    background-color: #164364 !important;
    color: #FFF !important;
    width:100%!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    white-space: normal;
}

.advertencia {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: Arial, sans-serif;

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.estilo-span-info{
    font-size: 1rem;
    margin-left: 10px;
    color: #31708F;
}

.estilo-span-error{
    font-size: 1rem;
    margin-left: 10px;
    color: red;
}

.img-logo{
    border-radius: 25%;
    width: 900px;
    height: auto;
}

@media (max-width: 600px) {
    .img-logo{
        width: 100%;
    }
}

.modal-dialog.modal-custom {
    max-width: 80%;
}

.font-size-title-logo {
    font-size: 15px;
}

.form-check-input {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #007bff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.form-check-input:checked::before {
    content: '✔';
    font-size: 18px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check-label {
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
}
