[v-cloak] {
    display: none;
}



/*loading*/
.vld-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    z-index: 1
}

.vld-overlay.is-active {
    display: flex
}

.vld-overlay.is-full-page {
    z-index: 999;
    position: fixed
}

.vld-overlay .vld-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.8
}

.vld-overlay .vld-icon, .vld-parent {
    position: relative
}

/*end*/



/*base*/
#easyhotel {
    /*all: unset;*/
    /*display: revert;*/
    font-size: 16px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#easyhotel *, #easyhotel ::after, #easyhotel ::before {
    box-sizing: border-box;
}

#easyhotel input[type="text"] {
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    border-radius: 0;
}

#easyhotel .datepicker table td, #easyhotel .datepicker table th {
    border: 0;
}

#easyhotel img {
    vertical-align: middle;
    border-style: none;
    height: auto;
    max-width: 100%;
    position: relative;
}

#easyhotel .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

#easyhotel .text-muted {
    color: #6c757d !important;
}

#easyhotel.list-inline {
    padding-left: 0;
    list-style: none;
}

#easyhotel ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left:0;
}

#easyhotel .text-center {
    text-align:center !important;
}

#easyhotel .text-danger {
    color:red;
}

#easyhotel .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

#easyhotel .list-inline-item {
    display: inline-block;
}

#easyhotel li {
    line-height: 1.8;
}

#easyhotel .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .275rem .25rem ;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#easyhotel .text-right {
    text-align: right !important;
}

#easyhotel .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .25rem .25rem .25rem .25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#easyhotel h4 {
    font-size: 1.5rem;
}

#easyhotel h5 {
    font-size: 1.25rem;
}

#easyhotel h4, #easyhotel h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

#easyhotel input, #easyhotel textarea, #easyhotel button, .custom-select {
    font-size: 16px !important;
    border-radius: 0 !important;
}

#easyhotel select {
    word-wrap: normal;
}

#easyhotel button,
#easyhotel input,
#easyhotel optgroup,
#easyhotel select,
#easyhotel textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#easyhotel .mb-3 {
    margin-bottom: 1rem !important;
}

#easyhotel .mb-2 {
    margin-bottom: .5rem !important;
}

#easyhotel textarea {
    overflow: auto;
    resize: vertical;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    resize: vertical;
}

#easyhotel .text-right {
    text-align: right !important;
}

#easyhotel .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

#easyhotel .pr-3, #easyhotel .px-3 {
    padding-right: 1rem !important;
}

#easyhotel .float-right {
    float: right !important;
}

#easyhotel .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#easyhotel .badge-warning {
    color: #212529;
    background-color: #ffc107;
}

#easyhotel .text-white {
    color: #fff !important;
}

#easyhotel .d-inline-block {
    display: inline-block !important;
}

#easyhotel .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

#easyhotel .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#easyhotel .pb-1, #easyhotel .py-1 {
    padding-bottom: .25rem !important;
}

#easyhotel .pt-1, #easyhotel .py-1 {
    padding-top: .25rem !important;
}

#easyhotel .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

#easyhotel li {
    line-height: 1.8;
}

#easyhotel textarea.form-control {
    height: auto;
}

/*end*/



/*grid*/
#easyhotel .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#easyhotel .col, #easyhotel .col-1, #easyhotel .col-10, #easyhotel .col-11, #easyhotel .col-12, #easyhotel .col-2, #easyhotel .col-3, #easyhotel .col-4, #easyhotel .col-5, #easyhotel .col-6, #easyhotel .col-7, #easyhotel .col-8, #easyhotel .col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#easyhotel .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#easyhotel .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#easyhotel .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#easyhotel .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#easyhotel .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#easyhotel .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

#easyhotel .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#easyhotel .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
/*end*/


/*button*/
#easyhotel .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#easyhotel .btn-block {
    display: block;
    width: 100%;
}

#easyhotel .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#easyhotel .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#easyhotel .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#easyhotel .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
/*end*/



/*modal*/
#easyhotel .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

#easyhotel .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#easyhotel .modal-title {
    font-size: 1rem;
}


#easyhotel .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}


#easyhotel .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

#easyhotel .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}


#easyhotel .modal-dialog {
    position: relative;
    width: auto;
    /*margin: .5rem;*/
    pointer-events: none;
}

#easyhotel .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
}

#easyhotel .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

#easyhotel .modal-lg, #easyhotel .modal-xl {
    max-width: 800px;
}

#easyhotel .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}


#easyhotel .modal-dialog-scrollable .modal-footer, #easyhotel .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#easyhotel .modal-header {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

#easyhotel .modal-header h5 {
    margin-bottom:0;
}



#easyhotel .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

#easyhotel .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

#easyhotel .modal-dialog-scrollable .modal-footer,#easyhotel .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#easyhotel .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}


#easyhotel button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#easyhotel .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#easyhotel .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
/*end*/




