/* CSS COMMON */

body {
    width: 100%;
}

/*-------buttons------*/
.alojapro-widget-plugin .btn-widget-primary {
    background-color: var(--custom-primary-color) !important;
    border-color: var(--custom-primary-color) !important;
}
.alojapro-widget-plugin .btn-widget-secondary {
    background-color: var(--custom-secondary-color) !important;
    border-color: var(--custom-secondary-color) !important;
}
.alojapro-widget-plugin .back-white {
    background-color: #FFFFFF !important;
}
/*------end buttons-------*/

/*--------flatpickr----------*/
#daterange {
    border: none;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange {
    background-color: var(--custom-primary-color) !important;
    color: white !important;         
    border: 0px;
    border-radius: 20px 0px 0px 20px !important; 
}
.flatpickr-day.selected.endRange,
.flatpickr-day.endRange {
    background-color: var(--custom-primary-color) !important;
    color: white !important;         
    border: 0px;
    border-radius: 0px 20px 20px 0px !important; 
}
.flatpickr-wrapper {
    display: block !important;
}
.flatpickr-calendar {
    border-radius: var(--custom-style) !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none !important;
}
/*---------end flatpickr--------*/

/*---------modal----------*/
.alojapro-widget-plugin .modal * {
    font-size: 1rem !important;
}
.alojapro-widget-plugin .modal-title {
    margin-left: 0.7rem;
}
.alojapro-widget-plugin .close, 
.alojapro-widget-plugin .close:hover, 
.alojapro-widget-plugin .close:active {/* close X from modal */
    font-size: 1.5rem !important;
    border: 0px !important;
    background: unset !important;
    color: #333333 !important;
}
.tooltip {
    z-index: 9999 !important;
}
.tooltip > .tooltip-inner {
    background-color: #FFFFFF !important;
    color: #000000;
    border: 2px solid #dddddd;
    text-align: justify;
    font-size: 14px;
    border-radius: var(--custom-style) !important;
    padding: 1rem 1.2rem;
    max-width: 360px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.tooltip .arrow:before {
    border-bottom-color: #ffffff !important;
    border-width: 0 12px 12px !important;
    z-index: -1 !important;
}
.tooltip .arrow {
    left: 50%;
    border-style: solid;
    background-color: #FFFFFF !important;
}
.alojapro-widget-plugin .fa-info-circle {
    cursor: pointer;
}
.alojapro-widget-plugin .room-options {
    border: 1px solid #dddddd;
    border-radius: var(--custom-style);
    padding: 15px;
    margin-top: 15px;
}
.alojapro-widget-plugin .input-group {
    flex-wrap: unset;
}
/*----------end modal---------*/

/*---------inputs------------*/
.alojapro-widget-plugin .btn-discounts,
.alojapro-widget-plugin input {
    background: transparent !important;
}
/*--------end inputs---------*/

/* MODALS VISIBILITY */
.alojapro-widget-plugin p.modal-title {
    margin-bottom: 0px !important;
}
.alojapro-widget-plugin .modal-fade .modal-dialog {
	transform: unset !important;
}   

.alojapro-widget-plugin .modal.fade.show {
    opacity: 1 !important;
}
.alojapro-widget-plugin .modal {
    background: rgba(0,0,0,.5);
    height: 2260px !important;
    width: -webkit-fill-available !important;
}
.alojapro-widget-plugin .modal-dialog {
    z-index: 1000;
    overflow: auto;
    overflow-y: auto;
    min-height: 0;
    border-radius: var(--custom-style) !important;
    background: transparent;
    top: 5% !important;
}
.alojapro-widget-plugin .modal-content {
    border-radius: var(--custom-style) !important;
    border: 0;
    background-color: #FFFFFF;
    width: 100%;
}
#alojaproDiscounts_modal .btn-close, 
#alojaproDiscounts_modal .btn-close:hover,
#alojaproAdvancedFilters_modal .btn-close, 
#alojaproAdvancedFilters_modal .btn-close:hover {
    border: none !important;
    background-color: unset !important;
    padding: 1rem !important;
} 
.modal-backdrop.show {
    z-index: -1;
}
/* MODAL Advanced Filtres SCROLL */
#alojaproAdvancedFilters_modal .modal-dialog {
    height: 55vh; 
    display: flex;
}
.modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    }
.modal-body {
    flex: 1;
    overflow-y: scroll; 
    scrollbar-width: thin; 
}
/* Stylish el scroll en Chrome, Edge y Safari */
.modal-body::-webkit-scrollbar {
    width: 8px; 
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 4px;
}
.modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
/* ----------------------------------- */

.fa-calendar,
.fa-user,
.fa-percent {
    cursor: pointer;
}

.alojapro-widget-plugin .dnone {
    display: none !important;
}
/*end*/