


.modal__site {
    max-width: 960px;
    width: 100%;
    font-size: 0.875rem;
}

.modal-dialog .modal-content{
    background-color: var(--bg-tablero);
    border-color: var(--bg-tablero);
}
.modal-dialog .modal-content.is__facturacion{
    background-color: var(--bg-facturacion);
    border-color: var(--bg-facturacion);
}
.buttons__modals {
    font-size: 0.75rem;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    border-radius: 0.5rem;
}
.btn__site.active,
.buttons__modals.active{
    background-color: var(--color-red);
    border-color: var(--color-red);
}

.card__wrap{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.card__wrap.is__facturacion {
    background-color: var(--table-facturacion);
}

.card__wrap__title{
    background-color: var(--gray-dark);
    font-size: 0.875rem;
    color: var(--white);
    border-radius: 0.5rem 0.5rem 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 0.5rem ;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} 

.card__wrap__title.is__white {
    background-color: var(--white);
    color: var(--black);
}
.card__wrap.is__facturacion .card__wrap__title {
    background-color: var(--color-facturacion);
    color: var(--white);
}


.card__wrap__content{
    background-color: var(--white);
    padding: 1rem 1rem ;
    height: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
}
.card__wrap__content.is__overflow{
    max-height: calc(100% - 2.25rem);
}



.card__wrap__content.centered__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card__wrap__big,
.card__wrap__sup {
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.35em;
}
.card__wrap__big {
    font-size: 5rem;
}

.gender__selector{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gender__selector__button{
    border: none;
    width: 3.125rem;
    height: 3rem;
    background-color: var(--black);
    color: var(--white);
    font-size: 1.25rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.gender__selector__button.gender__increment{
    background-color: var(--color-red);
}

.gender__selector__label{
    width: 4rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    font-size: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card__calculator{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.5rem;
    background-color: var(--white);
    padding: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.card__calculator__item{
    width: 31.5%;
    margin-bottom: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.5rem;
    color: var(--white);
    font-size: 1.25rem;
    height: 70px;
    background-color: var(--black);
}
.card__calculator__item.no__margin {
    margin-bottom: 0;
}

.text__red{
    color: var(--color-red);
}

.row__divider{
    width: 100%;
    border-bottom: 1px solid var(--bg-tablero);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.big__button {
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.middle__button {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper__calendar{
    border-radius: 1rem ;
    overflow: hidden;
    padding: 1rem;
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.gender__selector__big{
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gender__selector__big .gender__selector__button{
    height: 100px;
    width: 100%;
    font-size: 2.5rem;
}
.gender__selector__big .gender__selector__label{
    height: 100px;
    width: 100%;
}

.dates__checkout__extraperson{
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.dates__checkout__item{
    background-color: var(--black);
    color: var(--white);
    border-radius: 0.5rem;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
    max-width: 200px;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dates__checkout__item:hover,
.dates__checkout__item:active,
.dates__checkout__item.selected {
    background-color: var(--color-red);
}

.subtitle__modals{
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 600;
}


.estatus__room__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.estatus__room__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 23%;
    width: 23%;
    margin-bottom: 1rem;
    background-color: var(--black);
    color: var(--white);
    border-radius: 0.5rem;
    font-size: 1rem;
    height: 80px;
    padding: 0.875rem 1.5rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.estatus__rechazos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.rechazos__button__item{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30%;
    background-color: var(--black);
    color: var(--white);
    padding: 3rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.rechazos__button__item.active {
    background-color: var(--color-red);
    color: var(--white);
}

.modal__calendar__innermodal{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal__calendar__innermodal .wrap__calendar__single{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
    background-color: var(--white);
    position: relative;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal__calendar__innermodal .wrap__calendar__single .daterangepicker{
    width: calc(100% - 4rem);
    left: 2rem;
}
.modal__calendar__innermodal .wrap__calendar__single .month{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--black);
}

.daterangepicker .calendar-table th.next i,
.daterangepicker .calendar-table th.prev i{
    display: inline-block;
    background-color: var(--black);
    color: var(--white);
    width: 100px;
    height: 60px;
    border-radius: 0.5rem;
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: center center;
}
.daterangepicker .calendar-table th.prev i{
    background-image: url('../img/previous__icon.svg');
    
}
.daterangepicker .calendar-table th.next i{
    background-image: url('../img/next__icon.svg');
    -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
            transform: translateX(-70px);
}
.daterangepicker .calendar-table table {
    table-layout: fixed;
}
.daterangepicker .calendar-table table td {
    padding: 1rem 0.5rem;

}
.daterangepicker .calendar-table table thead th{
    font-weight: 700;
}

.inner__calendar__single{
    position: relative;
    height: 500px;
}

.inner__calendar__single input.form-control {
    opacity: 0;
}

.actions__calendar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__confirmation{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.inner__modal__confirmation{

    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: 100%;
    max-height: 320px;
}


/* facturacion */

.card__table{
    height: calc(100vh - 200px);
    overflow-y: auto;
}
.card__table.is__card__content{
    height: auto;
}
.table__historial___item{
    background-color: var(--white);
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 0;
    border: 2px solid var(--bg-tablero);
    margin-bottom: 1rem;
}



.grid__payments__methods{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.payments__methods__item{
    width: 32%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: var(--white);
    border-radius: 0.5rem;
    font-size: 1.25rem;
    padding: 1.75rem 1rem;
    margin-bottom: 1rem;
    background-color: var(--black);
}


.modal__inner__modal{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal__inner__content{
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}




