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

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

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    /* border-radius: 2px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, .33); */
    transition: all .3s ease;
    border-radius: 8px;
    /* font-family: Helvetica, Arial, sans-serif; */
}

.modal-header h3.success{
    margin-top: 0;
    color: #42b983;
}

.modal-header h3.warning{
    margin-top: 0;
    color: #ff0000;
}

.modal-body {
    margin: 20px 0;
}

.modal-footer {
    min-height: 35px;
}

.modal-default-button {
    float: right;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.kredivo-popup .modal-container {
    width: auto !important;
    height: auto !important;
}

.kredivo-popup ul {
    padding: 0;
    margin-left: 18px;
}

.kredivo-popup .modal-mask {
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.virtual-popup .modal-mask, .err-popup .modal-mask, .myaccount-popup .modal-mask, .info-checkout-popup .modal-mask, .forum-create-post-popup .modal-mask {
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.virtual-popup .modal-container {
    width: 520px;
    padding: 0;
    border-radius: 25px;
    /* height: 600px;
    overflow: auto; */
}

.virtual-popup .modal-wrapper, .err-popup .modal-wrapper, .myaccount-popup .modal-wrapper, .info-checkout-popup .modal-wrapper, .forum-create-post-popup .modal-wrapper{
    position: relative;
}

.virtual-popup .close-modal-virtual-button, .err-popup .close-modal-err, .myaccount-popup .close-modal-myaccount-button, .info-checkout-popup .modal-wrapper, .forum-create-post-popup .close-modal{
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.virtual-popup .close-modal-virtual-button button{
    background-color: #335997;
    padding: 0;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    text-transform: uppercase;
}

.err-popup .close-modal-err button, .info-checkout-popup .close-modal button, .filter-hotel-pop-up .close-modal button, .forum-create-post-popup .close-modal button, .hotel-all-pics .close-modal button, .hotel-no-room-pop-up .close-modal button,.m-filter-hotel-pop-up .close-modal button{
    background-color: #E9EBEE;
    border-radius: 50%;
    padding: 4px 10px;
    padding-left: 11px;
    padding-top: 5px;
    border: none;
    position: absolute;
    right: -16px;
    top: -10px;
    color: #335997;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    text-transform: uppercase;
    box-shadow: 2px 1px 10px #00000029;
}

.hotel-show-pic .close-modal button{
    background-color: #E9EBEE;
    border-radius: 50%;
    padding: 4px 10px;
    padding-left: 11px;
    padding-top: 5px;
    border: none;
    position: absolute;
    right: 25px;
    top: 43px;
    color: #335997;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    text-transform: uppercase;
    box-shadow: 2px 1px 10px #00000029;
    z-index: 1;
}

.err-popup .close-modal-err svg, .info-checkout-popup .close-modal svg, .filter-hotel-pop-up .close-modal svg, .forum-create-post-popup .close-modal svg{
    width: 15px;
    margin-right: 0;
}

.myaccount-popup .close-modal-myaccount-button button, .floating-contact .close-modal-float-button button {
    background-color: transparent;
    /* color: #335997; */
    border: none;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    text-transform: uppercase;
}

.myaccount-popup .modal-header, .floating-contact .modal-header {
    /* color: #335997; */
    font-weight: 700;
    align-items: center;
    padding: 20px 30px 10px 30px;
    border-bottom: none;
}

.virtual-popup .modal-header{
    background-color: #335997;
    color: #ffffff;
    align-items: center;
}

.myaccount-popup .modal-container, .floating-contact .modal-container {
    width: 470px;
    padding: 0;
    border-radius: 25px;
}

.myaccount-popup .modal-body, .floating-contact .modal-body {
    margin: 0 !important;
    padding: 0px 30px 20px 30px !important;
}

.myaccount-popup .modal-body .filter-modal {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
}

.myaccount-popup .modal-body .filter-modal.selected::after {
    top: 7px;
    right: 4px;
    width: 8px;
    height: 16px;
    border: solid #335997;
    border-width: 0px 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
}

.myaccount-popup .my-account-popup-form {
    padding-top: 5px;
}

.myaccount-popup .modal-body .filter-modal:last-child {
    padding-bottom: 0;
}

.refferal-modal-popup .modal-body {
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
}

.virtual-popup .modal-body{
    margin: 0;
}

.virtual-popup .modal-header, .virtual-popup .modal-body{
    padding: 18px 45px;
    border-radius: 25px 25px 0 0;
}

.virtual-popup .modal-body {
    /* overflow: auto; */
    height: auto;
    /* max-height: 500px; */
}

.virtual-popup .modal-body hr{
    border-top: 1px solid #000000;
}

.virtual-popup .modal-body .checkout-section-body{
    padding: 0;
    box-shadow: none;
    border: none;
}

.virtual-popup .modal-body .checkout-virtual-instructions p{
    font-weight: 700;
}

.info-popup {
    width: auto;
    height: auto;
}

.info-popup .modal-container {
    padding: 10px 25px;
    text-align: center;
    border-radius: 8px;
}

.info-popup .modal-body {
    padding: 0;
    margin: 0;
}

.info-popup .modal-body .link-info {
    color: #335997;
}

.info-popup .info-text .highlight {
    font-weight: 700;
}

.info-popup .modal-footer {
    border-top: none;
    padding: 0;
    justify-content: center;
}

.info-popup .modal-footer .close-modal {
    color: #335997;
    text-decoration: underline;
    cursor: pointer;
}

.info-checkout-popup .modal-container {
    max-width: 720px;
    max-height: 720px;
    width: auto;
    height: auto;
    overflow: scroll;
}

.info-checkout-popup .modal-body .statement-letter-modal-content{
    margin: 0;
    max-height: 640px;
    height: auto;
    /* overflow: scroll; */
}

.info-checkout-popup .modal-body {
    padding: 16px 26px;
}

.forum-create-post-popup .modal-container {
    width: 720px;
    height: auto;
    border-radius: 12px;
    background-color: #E9EBEE;
    box-shadow: 2px 1px 10px #00000029;
    position: relative;
    padding: 0;
}

.forum-create-post-popup .modal-body {
    padding: 30px 20px;
    margin: 0;
}

.hotel-search-detail-no-room .modal-container{
    border-radius: 15px;    
}
  
.hotel-no-room-header {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

.invalid-guest-msg {
    font-size: 14px;
    text-align: center;
    color: #335998;
}

.hotel-search-detail-no-room .modal-header {
    justify-content: center;
    border-bottom: none;
}

.hotel-no-room-msg{
    color: #335998;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    margin-top: -30px;
}

.hotel-back-to-home-btn{
    width: 260px;
    height: 40px;
    background: #FF8136;
    border-radius: 10px !important;
    margin-left: -25px;
    margin-bottom: -40px;
    margin-top: 40px;
    font-size: 14px !important;
}

.hotel-back-to-home-btn > a {
    color: #FFF;
    text-decoration: none;
}

.hotel-img-show{
    height: 600px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 12px;
    width: 1000px;
}

.hotel-show-pic .modal-container .modal-header{
    display: none;
}
  
.hotel-show-pic .modal-container{
    width: auto;
    background-color: transparent;
}

.hotel-pics-no-pic{
    width: 723px;
    height: 353px !important;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 1px 10px #00000029;
    margin-left: -20px;
    margin-top: 20px;
}

.hotel-main-pics-no-pic{
    width: 723px;
    height: 353px;
    border-radius: 12px;
}

.hotel-pics-no-pic{
    width: 460px;
    margin-left: -2px;
}

.hotel-main-pics-no-pic{
    width: 460px;
}

.m-filter-hotel-pop-up .close-modal button{
    margin-top: -5px;
    margin-right: 0px;
    width: 50px;
    height: 52px;
}

.airport-handling-info-popup .modal-container {
    width: 500px;
    padding: 20px;
    text-align: center;
    border-radius: 25px;
}

.book-now-info-popup {
    padding: 40px;
    text-align: center;
    border-radius: 25px;
    color: #335998;
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .virtual-popup .modal-container, .myaccount-popup .modal-container, .info-checkout-popup .modal-container, .forum-create-post-popup .modal-container{
        width: 450px ;
    }
    .virtual-popup .modal-container .bank-logo-va {
        width: auto;
        height: 20px;
    }
    .info-checkout-popup .modal-body {
        padding: 16px;
    }

    .hotel-img-show {
        height: 400px;
    }

    .virtual-popup .modal-header, .virtual-popup .modal-body {
        padding: 18px 20px;
        border-radius: 25px 25px 0 0;
    }

    #modal .modal-body {
        margin : 20px -25px !important;
    }

}

@media screen and (max-width:768px) and (orientation:landscape) {
    .virtual-popup .modal-container, .myaccount-popup .modal-container, .info-checkout-popup .modal-container, .forum-create-post-popup .modal-container{
        width: 450px;
    }
}

@media screen and (min-width:321px) and (max-width:568px) and (orientation:portrait){
    .virtual-popup .modal-container, .myaccount-popup .modal-container, .info-checkout-popup .modal-container, .forum-create-post-popup .modal-container{
        width: 350px !important;
    }
}

@media screen and (max-width:320px) {
    .virtual-popup .modal-container, .myaccount-popup .modal-container, .info-checkout-popup .modal-container, .forum-create-post-popup .modal-container{
        width: 300px;
    }
}