/* Variables de colores */
:root {
    /*
    #824700
    */
    --color-base-dark: #b77300;
    --color-base: #efa220;
    --color-base-light: #ffd356;
    --color-base-blur: #ffff87;
    --custom-radio-color: rebeccapurple;
    --color-secondary-dark: #1f2b39;
    --color-secondary: #485463;
    --color-secondary-light: #748091;
    --color-secondary-blur: #a3afc1;

    /*
    #d4e1f4
    */

    --color-base-light-transparent: rgb(238 162 32 / 25%);
    --color-blur-light-transparent: rgb(31 43 57 /40%);
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background-color: #c3c6c9;
    /* background-color: #748091; */
    font-family: 'Arial';
    /* font-size: 15; */
}

.card-header-pr77 {
    /* color: #ffffff; */
    /* background: linear-gradient( 45deg, #737373, #6d6d6d) !important; */
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 14%), 0 7px 20px -5px rgb(116 116 116 / 50%);
}

.form-label {
    color: #5c5c5c;
}

.btn-primary {
    /* Color:#212529; */
    background: linear-gradient(60deg, var(--color-base), var(--color-base-dark)) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px var(--color-blur-light-transparent);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary:hover {
    background: #000;
}

.btn-primary:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-base-dark);
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: .5s;
}

.btn-primary:hover:before {
    right: -50px;
}

.btn-primary:focus {
    background: #000 !important;
}

.btn-secondary {
    /* Color:#212529; */
    background: linear-gradient(60deg, var(--color-secondary), var(--color-secondary-dark)) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px var(--color-blur-light-transparent);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-secondary:hover {
    background: #000;
}

.btn-secondary:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-secondary-dark);
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: .5s;
}

.btn-secondary:hover:before {
    right: -50px;
}

.btn-secondary:focus {
    background: #000 !important;
}

.card {
    border-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(45deg, var(--color-base-dark), var(--color-base));
    border-radius: 5px;
}

.card-asistencia {
    /* Color:#212529; */
    background: linear-gradient(60deg, #6c757d, #212529) !important;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px var(--color-blur-light-transparent);
    border: none;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
    color: #fff;
    display: inline-block;
    width: 130px;
    overflow: hidden;
}

table {
    font-size: 14px;
}

/*--------------Subir archivo----------------------------------*/
.container-checks {
    background-color: #f2f2f2;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.file-upload {
    background-color: #f2f2f2;
    /* width: 600px; */
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: linear-gradient(45deg, var(--color-base-dark), var(--color-base));
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #212121;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-btn:focus {
    border: none;
    outline: 0;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dotted #d8d8d8;
    background: #f3f3f3;
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-title-wrap {
    padding: 0 10px 10px 10px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    color: #000;
    padding: 10px 0;
    text-shadow: 0px 0px 5px #FFF;
}

.file-upload-image {
    max-height: 20vh;
    max-width: 100%;
    margin: auto;
    padding: 10px;
}

.remove-image {
    /* width: 200px; */
    margin: 0;
    color: #fff;
    background: #BF0549;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #212121;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.remove-image:focus {
    outline: 0;
}

/*-------------Subir archivo----------------------------------*/

.ico-amarillo {
    Color: var(--color-base);
    margin-left: 15px;
    text-shadow: 2px 2px 4px var(--color-secondary-blur);
}

.ico-amarillo:hover {
    Color: var(--color-secondary);
    margin-left: 15px;
    text-shadow: 2px 2px 4px var(--color-secondary-blur);
    cursor: pointer;
}

.ico-green {
    Color: #1b8500;
    margin-left: 15px;
    text-shadow: 2px 2px 4px var(--color-secondary-blur);
}

.ico-green:hover {
    Color: var(--color-secondary);
    margin-left: 15px;
    text-shadow: 2px 2px 4px var(--color-secondary-blur);
    cursor: pointer;
}

/*Darle estilo a los titulos*/
.fs-title {
    font-size: 25px;
    color: var(--color-base-dark);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.fs-title-secondary {
    font-size: 25px;
    color: var(--color-secondary);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*Separador poner debajo de titulo*/
.separator {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* ESTILOS PARA EL CHECKBOX */

.checkbox-pr77 input[type=checkbox] {
    visibility: hidden;
}

.checkbox-pr77 {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 30px;
    background: #555;
    border-radius: 15px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.6), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.checkbox-pr77 label {

    /* aspecto */
    display: block;
    width: 34px;
    height: 20px;
    border-radius: 17px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    background: #fcfff4;
    background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    cursor: pointer;

    /* Posicionamiento */
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;

    /* Comportamiento */
    transition: all .4s ease;

    /* ocultar el posible texto que tenga */
    overflow: hidden;
    text-indent: 35px;
    transition: text-indent 0s;
}

/* estado activado */
.checkbox-pr77 input[type=checkbox]:checked + label {
    left: auto;
    right: 5px;
}

.checkbox-pr77:after {
    content: 'NO';
    font: 12px/30px Arial, sans-serif;
    color: #AAA;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .20);
}

.checkbox-pr77:before {
    content: 'SI';
    font: 12px/30px Arial, sans-serif;
    color: var(--color-base-light);
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

/*Estilo imagen principal login*/
.profile-image-pic {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

/* .btn-check:focus+.btn-primary, .btn-primary:focus {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
.btn-check:focus+.btn, .btn:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
} */

/* Propio estilo del focus al form group de boostrap */
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--color-base-dark);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--color-base-light-transparent);
}

/*Darle color amarillo al input select*/
.form-select:focus {
    border-color: var(--color-base-dark);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--color-base-light-transparent);
}

/*Clase css para darle altura y ancho predeterminada a la imagen de perfil*/
.img-profile {
    height: 2rem;
    width: 2rem;
}

/*Estilo para redondear foto de perfil del usuario*/
.rounded-circle {
    border-radius: 50% !important;
}

.dt-button {
    padding: 0 !important;
    border: none !important;
}

.dt-buttons {
    margin-left: 5px !important;
}

/* clases para hacer resposive el input del select*/
.select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    width: 98%;
}

/* clase para aumentar el ancho de la caja*/
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px !important;
    user-select: none;
    -webkit-user-select: none;
}

/* Estilo materialize para el select 2*/
.select2-container--material {
    width: 100% !important;
}

.select2-container--material .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    outline: none;
    padding: 8px 0 5px 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--material .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    height: 26px;
    margin: 0.6rem 0 0.4rem 0;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--material .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--material.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--material .select2-selection--multiple {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    cursor: text;
    height: auto;
    margin: 0;
    outline: none;
    padding: 5px 0 0 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--material .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    background-color: #ffca28;
    border-radius: 16px;
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    padding: 0 12px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--material.select2-container--open.select2-container--above .select2-selection--single, .select2-container--material.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--material.select2-container--open.select2-container--below .select2-selection--single, .select2-container--material.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--material.select2-container--focus .select2-selection--single {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
}

.select2-container--material.select2-container--focus .select2-selection--multiple {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
}

.select2-container--material .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
}

.select2-container--material .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #ced4da;
    border-bottom: 1px solid #ced4da;
}

.select2-container--material .select2-search--inline .select2-search__field {
    background: transparent;
    border: none !important;
    outline: 0;
    box-shadow: none !important;
    -webkit-appearance: textfield;
}

.select2-container--material .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--material .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--material .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--material .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #3f729b;
    color: white;
}

.select2-container--material .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    color: #333;
}

.tfoot-n {
    text-align: right !important;
    font-size: large !important;
    display: block !important;
}

bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -0.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0;
}

@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}

/*.radioPanamotors {*/
/*  */
/*}*/

.custom-radio {
    font-family: system-ui, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.custom-radio + .custom-radio {
    margin-top: 1em;
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-base);
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.custom-radio:focus-within {
    color: var(--color-base-dark);
}

.btn-flotante {
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 5px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #E91E63; /* Color de fondo */
    padding: 5px 10px; /* Relleno del boton */
    position: fixed;
    bottom: 280px;
    right: 60px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: var(--color-base); /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 5px 10px;
        bottom: 280px;
        right: 50px;
    }
}

.myaccordion {
    max-width: 1500px;
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}