.table1 {
    border: 2px solid rgb(223, 220, 220) !important;
    border-collapse: collapse !important;
    padding: 5px !important;
}
.background-edit {
    font-weight: bold;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}
.requerido {
    color: red;
    font-size: 14px;
    line-height: 18px;
}
.redondo {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: white;
    background-color: #000;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
}

.ellipses {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.espacio-h {
    visibility: hidden;
}
input[type="text"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea {
    background-color: rgb(247, 247, 219);
}
.bg-violet {
    background-color: #e662f5;
    color: #ffffff;
}
.bg-orange {
    background-color: #f9c256;
    color: #000;
}
.bg-grey1 {
    background-color: #526d82 !important ;
    color: #fff;
}
.bg-ocre1 {
    background-color: #898121 !important ;
    color: #fff;
}
.bg-ocre2 {
    background-color: #4c4b16 !important ;
    color: #fff;
}
.bg-turquoise {
    background-color: #898121 !important ;
    color: #fff;
}

.cls-evento {
    background-color: #f7f799;
}
.row_back0 {
    background-color: #f1f3f7;
}
.row_back1 {
    background-color: #f8f9fa !important;
}
.archivos {
    margin-left: 7% !important;
}
@media (max-width: 767px) {
    .archivos {
        margin-left: 33% !important;
    }
}
.loader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    display: none;
}

.no-ctl-archivo {
    display: none !important;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-file-upload:hover {
    background-color: #f5f5f5;
}
/* ************************** */
nav-link {
    color: white !important;
}
.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu > li:hover > .submenu {
    display: block;
}

.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}

@media only screen and (max-width: 800px) {
    .dropdown-menu .submenu {
        left: 25%;
        top: 0px;
    }
    .dropdown-menu .multi-menu {
        left: 95%;
    }
    .dropdown-menu .submenu-left {
        left: 50%;
    }
}

.fondo1 {
    background-color: rgb(245, 246, 248) !important;
    /* background-color:rgb(233, 233, 194); */
}

.archivos {
    margin-left: 7% !important;
}
@media (max-width: 767px) {
    .archivos {
        margin-left: 33% !important;
    }
}
.loader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    display: none;
}

.no-ctl-archivo {
    display: none !important;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-file-upload:hover {
    background-color: #f5f5f5;
}
.cuerpo {
    background-color: #060521;
}
.bg-malva {
    background-color: #250052;
}
.titulo_evento {
    color: #f1f3f7 !important;
    background-color: #250052 !important;
    font-weight: bold !important;
    padding: 5px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.bg-success-strong {
    background-color: #084d1b;
}
.bg-danger-strong {
    background-color: #ab1805;
}
.text-white-strong {
    color: #fff;
}
.r-container {
    background-color: white;
    padding: 20px;
    border-radius: 1rem;
    width: 100%;
    margin: 15px auto;
}
.resaltado1 {
    color: red;
    font-weight: bold;
}

.accordion-button:not(.collapsed),
.accordion-button {
    background-color: #97bafc;
    color: #fff;
}

.mt-x {
    margin-top: 1.8rem !important;
}

.accordion-button:after {
    -ms-flex-negative: 0;
    background-image: url("../../assets/images/chevron-down.png");
}

.accordion-button:not(.collapsed):after {
    background-image: url("../../assets/images/chevron-down.png");
}

.fc-event-time,
.fc-event-title-container {
    display: inline-block !important;
}
.fc-day-content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.fc-pax-label {
    background-color: #000;
    color: #fff;
    margin-right: 5px;
}

.text-black-30 {
    color: rgba(0, 0, 0, 0.3) !important;
}

/* table#reservas_tbl{
    font-size: 14px;
}*/

/* table#reservas_tbl th{
    font-size: 14px;
} */

.table {
    font-size: 14px;
}
.text-italic {
    font-style: italic;
}

@media (min-width: 1200px) {
    body[data-layout="horizontal"] .container-fluid,
    body[data-layout="horizontal"] .navbar-header {
        max-width: 98% !important;
    }
}

.invalid-feedback2 {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #f56e6e;
}

.error-title-giftcard {
    font-size: 70px;
}
a.destacado, a.destacado:active, a.destacado:link, a.destacado:visited, a.destacado:focus  {
    /* background-color: var(--bs-green); */
    background-color: rgba(63, 179, 181, 0.5) !important ;
    color: #222 !important;
}
/* a.destacado:hover {
    color: var(--bs-primary) !important;
} */

.form-floating > .form-control.form-pe {
    height: auto !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 4px 5px;
}

.select2-container .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
}

@media (min-width: 768px) {
    #table-giftcards-mostrar hr,
    #tablaBeneficiarios hr {
        display: none;
    }
}

@media (max-width: 767px) {
    .monto_factura_label {
        display: none;
    }
    #table-giftcards-mostrar thead,
    #tablaBeneficiarios thead {
        display: none;
    }
    #table-giftcards-mostrar hr {
        display: block;
    }

    #table-giftcards-mostrar tbody td,
    #tablaBeneficiarios tbody td,
    #tablaBeneficiarios tfoot td {
        display: block;
        width: 100%;
        text-align: left;
    }

    #table-giftcards-mostrar tbody td:before,
    #tablaBeneficiarios tbody td:before,
    #tablaBeneficiarios tfoot td:before {
        content: attr(data-label);
        font-weight: bold;
        display: inline-block;
        width: 100px;
    }
    .seccion-delete-button,
    .seccion-notifica-button {
        /* display: flex;
		justify-content: flex-end; */
        float: right;
    }
}

.mt-31 {
    margin-top: 31px;
}

.calendar-container .fc-view {
    overflow-y: scroll;
}

.fc-event-main{
    font-size: 0.67rem;
}