@font-face {
    font-family: iranyekan;
    font-weight: normal;
    src: url('../fonts/yekan-regular.woff2');
}

@font-face {
    font-family: iranyekan;
    font-weight: bold;
    src: url('../fonts/yekan-regular-bold.woff2');
}

.pagedjs_pages {
    flex-direction: column !important;
    align-content: center !important;
}

.pagedjs_first_page {
    margin: 0 auto !important;
}
main button{
    display: none;
}
@page {
    @bottom-left {
        content: "صفحه " counter(page) " از " counter(pages);
        font-size: 12px;
        color: #777;
        transform: translate(30px, -20px);
    }
}

@page {
    size: a4;
    padding: 30px;
    background-color: #fcfcfc;
    opacity: 1;
}

@page: nth(2) {}

/* CSS for Paged.js interface – v0.4 */

/* Change the look */
:root {
    --color-background: whitesmoke;
    --color-pageSheet: #cfcfcf;
    --color-pageBox: violet;
    --color-paper: white;
    --color-marginBox: transparent;
    --pagedjs-crop-color: black;
    --pagedjs-crop-shadow: white;
    --pagedjs-crop-stroke: 1px;
}

/* To define how the book look on the screen: */
@media screen,
pagedjs-ignore {
    body.show .pagedjs_pages {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        width: 100% !important;
    }

    body.show .pagedjs_first_page {
        margin: 0 !important;
    }

    body:not(.show) {
        background-color: var(--color-background);
        opacity: 0 !important;
    }

    .pagedjs_pages {
        display: flex;
        width: calc(var(--pagedjs-width) * 2);
        flex: 0;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .pagedjs_page {
        background-color: var(--color-paper);
        box-shadow: 0 0 0 1px var(--color-pageSheet);
        margin: 0;
        flex-shrink: 0;
        flex-grow: 0;
        margin-top: 10mm;
    }

    .pagedjs_first_page {
        margin-left: var(--pagedjs-width);
    }

    .pagedjs_page:last-of-type {
        margin-bottom: 10mm;
    }

    .pagedjs_pagebox {
        box-shadow: 0 0 0 1px var(--color-pageBox);
    }

    .pagedjs_left_page {
        z-index: 20;
        width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width)) !important;
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop {
        border-color: transparent;
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle {
        width: 0;
    }

    .pagedjs_right_page {
        z-index: 10;
        position: relative;
        left: calc(var(--pagedjs-bleed-left)*-1);
    }

    /* show the margin-box */

    .pagedjs_margin-top-left-corner-holder,
    .pagedjs_margin-top,
    .pagedjs_margin-top-left,
    .pagedjs_margin-top-center,
    .pagedjs_margin-top-right,
    .pagedjs_margin-top-right-corner-holder,
    .pagedjs_margin-bottom-left-corner-holder,
    .pagedjs_margin-bottom,
    .pagedjs_margin-bottom-left,
    .pagedjs_margin-bottom-center,
    .pagedjs_margin-bottom-right,
    .pagedjs_margin-bottom-right-corner-holder,
    .pagedjs_margin-right,
    .pagedjs_margin-right-top,
    .pagedjs_margin-right-middle,
    .pagedjs_margin-right-bottom,
    .pagedjs_margin-left,
    .pagedjs_margin-left-top,
    .pagedjs_margin-left-middle,
    .pagedjs_margin-left-bottom {
        box-shadow: 0 0 0 1px inset var(--color-marginBox);
    }

    /* uncomment this part for recto/verso book : ------------------------------------ */

    /*
    .pagedjs_pages {
        flex-direction: column;
        width: 100%;
    }

    .pagedjs_first_page {
        margin-left: 0;
    }

    .pagedjs_page {
        margin: 0 auto;
        margin-top: 10mm;
    } 

    .pagedjs_left_page{
        width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left))!important;
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop{
        border-color: var(--pagedjs-crop-color);
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
        width: var(--pagedjs-cross-size)!important;
    } 

    .pagedjs_right_page{
        left: 0; 
    } 
    */



    /*--------------------------------------------------------------------------------------*/



    /* uncomment this par to see the baseline : -------------------------------------------*/


    /* .pagedjs_pagebox {
        --pagedjs-baseline: 22px;
        --pagedjs-baseline-position: 5px;
        --pagedjs-baseline-color: cyan;
        background: linear-gradient(transparent 0%, transparent calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) var(--pagedjs-baseline)), transparent;
        background-size: 100% var(--pagedjs-baseline);
        background-repeat: repeat-y;
        background-position-y: var(--pagedjs-baseline-position);
    }  */


    /*--------------------------------------------------------------------------------------*/
}





/* Marks (to delete when merge in paged.js) */

.pagedjs_marks-crop {
    z-index: 999999999999;

}

.pagedjs_bleed-top .pagedjs_marks-crop,
.pagedjs_bleed-bottom .pagedjs_marks-crop {
    box-shadow: 1px 0px 0px 0px var(--pagedjs-crop-shadow);
}

.pagedjs_bleed-top .pagedjs_marks-crop:last-child,
.pagedjs_bleed-bottom .pagedjs_marks-crop:last-child {
    box-shadow: -1px 0px 0px 0px var(--pagedjs-crop-shadow);
}

.pagedjs_bleed-left .pagedjs_marks-crop,
.pagedjs_bleed-right .pagedjs_marks-crop {
    box-shadow: 0px 1px 0px 0px var(--pagedjs-crop-shadow);
}

.pagedjs_bleed-left .pagedjs_marks-crop:last-child,
.pagedjs_bleed-right .pagedjs_marks-crop:last-child {
    box-shadow: 0px -1px 0px 0px var(--pagedjs-crop-shadow);
}


.body {
    display: none !important;
}

.row>.array-list {
    display: flex;
    flex-direction: row;
    height: max-content;
    gap: 0px;
    width: max-content;
    /* flex: 0 0; */
    padding: 0 10px;
    justify-content: flex-end;
}

.array-list .price-child {
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-direction: column;
}

.array-list .price-child .room-info {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    width: 100%;
}

.array-list .price-child:last-child {
    border: 0;
}

.array-list .price-child .room-info .room-data {
    gap: 5px;
}

.array-list .price-child .room-info .room-data .title {
    margin: 0;
}

.multi-hotel .info .prices div.price .price {
    font-family: 'iranyekan';
}

.row.table-row .multi-hotel {
    display: none;
}

.multi-hotel .price .price span {
    display: block;
    font-size: 10px;
    color: #999;
}

.row.array .multi-hotel .prices .price .price {
    display: flex;
    gap: 5px;
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.row>.area {
    flex: 0 0 50px;
    /* margin-right: auto; */
}

.row>.hotel {
    min-height: 35px;
    display: flex;
    justify-content: flex-start;
    max-width: 260px;
}

.row>div .hotel-name .label {
    display: block;
}

.row>div .hotel-name .label.special {
    background: #eb3636;
    padding: 0 5px;
    border-radius: 6px;
    color: white;
}

.sticky-date-of-holding {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.10);
    padding: 0 10px 5px;
    margin: 0;
    z-index: 1;
    display: block;
    position: relative;
}

.prices-slider .price {
    display: flex;
    align-items: center;
    font-size: 9px;
    gap: 3px;
    margin: 0;
    font-family: 'iranyekan';
    direction: ltr;
}

.prices-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
}

.prices-slider .p.label {
    margin: 0;
}

.prices-slider .label {
    margin: 0;
    font-size: 10px;
    /* font-weight: bold; */
}

.prices-slider ul li {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.date-of-holding>.label {
    margin: 0;
    font-weight: bold;
    color: #00AEEF;
    font-size: 10px;
}

.airline-logos {
    display: flex;
    flex-direction: row;
    position: relative;
    flex: 1 1 auto;
    height: 135px;
}

.airline-logos img {
    flex: 1;
    width: 20%;
    height: auto;
    object-fit: contain;
}

.row.array.table-row {
    height: auto;
    /* display: none; */
    border: 0;
    background: transparent;
}

.row.table-row {
    border: 0;
}

.price .price span.scnd-price {
    display: flex;
    gap: 3px;
    flex: 100%;
}

.price .price span.scnd-price * {
    display: block;
}

.row.table-row .hotel {
    visibility: hidden;
    height: 20px;
    display: none !important;
    !i;
    !;
}

.row.table-row {
    height: 20px;
    /* margin: 10px 0 0 0; */
}

.row.table-row .area {
    visibility: hidden;
}

.row.table-row .plan {
    visibility: hidden;
    height: 0;
}

.row.table-row .array-list .price-child:last-child {
    display: flex;
    align-content: flex-end;
    flex-direction: row;
    justify-content: flex-end;
}

.row.table-row .price .price {
    visibility: hidden;
    display: none !important;
}

.row.table-row .price .label {
    visibility: visible;
    display: block;
    font-family: iranyekan;
}

.row.table-row .hotel * {
    display: flex !important;
    display: flex;
}

.row>.array-list .price {
    width: 120px;
}

.row.table-row .price {
    border: 0;
    text-align: right;
    width: 120px;
}

.multi-hotel-hotels .hotel-card .name .hotel-name {
    width: 160px;
}

i.icon.stars {
    background-image: url(../img/icons.svg?v=1.0.5);
    background-size: 630px;
    background-position: 0 0;
    width: 70px;
    height: 16px;
    background-position: -66px -18px;
    /* background-color: green; */
    margin: 0px 0 0 0px;
    width: 18px;
    background-position: -86px -23px;
    font-family: system-ui;
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    line-height: 17px;
}

.multi-hotel .info .services .area {
    display: none;
}

.multi-hotel .info .price {
    font-family: 'iranyekan';
}

.multi-hotel .info .price .label {
    margin: 0;
    display: block;
    color: #999;
}

.multi-hotel .info .prices div.price {
    display: flex;
    gap: 5px;
    width: 100%;
    flex: 0 0 auto;
    font-family: 'iranyekan';
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.multi-hotel .info .prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.multi-hotel .info .services {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.multi-hotel .info .services .stay {
    display: flex;
    font-size: 10px;
    gap: 2px;
}

.multi-hotel .info .services button.location {
    display: none;
}

.multi-hotel.hotel-card .hotel-description {
    display: none;
}

.multi-hotel.hotel-card {
    display: flex;
    /* border: solid 1px #ccc; */
    margin: 5px 0 5px;
    padding: 5px;
    border-radius: 10px;
    flex-direction: row;
    height: auto;
}

.multi-hotel-hotels {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    margin: 5px 0;
}

.multi-hotel-hotels .hotel-card {
    display: flex;
    gap: 5px;
    align-items: center;
}

.multi-hotel-hotels .hotel-card img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.multi-hotel-hotels .hotel-card .name {
    margin: 0;
    width: 220px;
    max-height: 34px;
    /* background-color: red; */
    font-size: 10px;
    padding: 0 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.multi-hotel-hotels span.popover {
    display: none;
}

.multi-hotel .info {
    margin-right: auto;
    display: flex;
    align-items: center;
}


span.service {
    margin: 0;
    font-family: system-ui;
    font-weight: bold;
    color: #777;
    font-size: 10px;
}

p.nav {
    margin: 5px 0 0 0;
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    gap: 3px;
    color: #888;
    z-index: 1;
    position: relative;
    display: none;
}

p.nav span {
    width: 15px;
    border: solid 1px #ccc;
    height: 15px;
    display: flex;
    align-items: center;
    color: #333;
    justify-content: center;
    border-radius: 3px;
    background-color: white;
}

.row>.price {
    font-family: system-ui;
    /* font-size: 10px; */
    /* padding: 10px 0 0 0; */
    flex: 0 0 80px;
    gap: 0;
}

span.star {
    background-image: url(../img/icons.svg?v=1.0.5);
    background-size: 630px;
    background-position: 0 0;
    width: 70px;
    height: 16px;
    background-position: -66px -18px;
    /* background-color: green; */
    margin: 0px 0 0 0px;
    width: 18px;
    background-position: -85px -23px;
    font-family: system-ui;
    text-align: center;
}

.plan>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: row-reverse;
    gap: 5px;
    width: 50px;
}

footer {
    display: flex;
    gap: 10px;
    font-size: 12px;
    margin: 10px 0 0 0;
    padding: 10px;
    /* height: 270px; */
    position: fixed;
    z-index: 1;
    flex-direction: column;
    bottom: 0;
    right: 0;
    /* display: none; */
    width: 100%;
    direction: rtl;
}

.col.col-1 {
    flex: 0 0 75%;
}

.col.col-2 {
    flex: 0 0 30%;
}

.col.col-3 {}

footer ul {
    padding: 0 20px 0 0;
    margin: 0;
    list-style: unset;
    font-size: 8px;
}

footer .card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.10);
    padding: 5px;
    margin: 0 0 10px;
}

footer .card .title {
    margin: 0;
    font-weight: bold;
    color: #00AEEF;
    font-size: 10px;
}

p.call {
    border-radius: 8px;
    background: #00AEEF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.10);
    margin: 0 0 5px;
    padding: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
}

p.address {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.10);
    padding: 5px;
    margin: 0 0 10px;
    font-size: 10px;
}

p.name-fa {
    margin: 0;
}

p.name-en {
    margin: 0;
    text-align: left;
}

p.star {}

.row>.plan {
    /* display: flex; */
    flex-direction: row;
    width: 40px;
    /* margin-right: auto; */
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}


header {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    direction: rtl;
}

header>img {
    flex: 0 0 430px;
    display: flex;
    max-width: 170px;
    height: 135px;
    object-fit: cover;
    border-radius: 20px;
}

.tour-data {
    flex: 0 0 380px;
}

.logo-data {
    width: 150px;
}

img.logo {
    width: 130px;
}

p.code {
    margin: 0;
    font-size: 12px;
    font-family: system-ui;
    color: #A9A9A9;
}

ul.tags {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #00AEEF;
}

ul.tags li {
    border-radius: 20px;
    border: 1px solid #c6c6c6;
    /* background: #F8F8F8; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 3px 9px;
    gap: 5px;
}

p.price .price {
    margin: 0;
}

.price .price {
    margin: 0;
    text-align: center;
    /* padding: 0 5px; */
    height: 100%;
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: 10px;
}

ul.tags li img {
    height: 20px;
}

.row>div:first-child {
    /* border-right: 1px solid #BFBFBF; */
    /* border-radius: 0 10px 10px 0; */
    padding: 0 5px;
}

.row>div:last-child {
    /* border-left: 1px solid #BFBFBF; */
    /* border-radius: 10px 0 0 10px; */
    /* padding: 0 0 0 5px; */
}


.row {
    display: flex;
    border: solid 1px #ccc;
    /* border-radius: 10px; */
    /* border-spacing: 10px; */
    /* height: 40px; */
    /* padding: 5px 0; */
    background-color: white;
    width: 100%;
    flex: 1 1 100%;
    flex-direction: row;
    align-items: center;
    gap: 0;
    border-radius: 10px;
    /* margin: 0 0 10px; */
    page-break-inside: avoid;
    /* page-break-inside: avoid; */
}

.row>div {
    display: flex;
    /* border-top: solid; */
    /* border-top: 1px solid #BFBFBF; */
    /* border-bottom: 1px solid #BFBFBF; */
    position: relative;
    font-size: 10px;
    vertical-align: middle;
    flex: 1 1 auto;
    /* height: 35px; */
    align-items: center;
    justify-content: center;
}

main {
    display: flex;
    direction: rtl;
    font-size: 12px;
    position: relative;
    width: 100%;

    z-index: 1;
    flex-direction: column;
    gap: 5px;
    padding: 0 10px;
    /* page-break-inside: avoid; */
}

.row>div .label {
    display: none;
}

.price .price span {
    font-family: 'iranyekan';
}

.second-currency {
    font-family: 'iranyekan';
}

body {
    font-family: iranyekan;
    background-color: #f4f4f4;
    margin: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row.array.table-row .hotel * {
    display: block;
}

.row.array.table-row .hotel {
    visibility: visible;
    height: auto;
}

.row.array {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: solid 1px #ccc;
    /* margin: 0 0 10px; */
    /* padding: 0 10px 0; */
    border-radius: 10px;
    /* height: auto !important; */
    justify-content: space-between;
}

.row.array .prices {
    display: flex;
    flex: 1 1 auto;
    /* width: 220px; */
    flex-basis: max-content;

}

.row.array>div {
    border: 0;
}

span.popover {
    display: none;
}

.row.array>.hotel {
    display: inline-flex;
    flex-direction: row;
    margin: 2px 0 2px;
    width: max-content;
    vertical-align: middle;
    width: 50px;
}

.row.array p.name-en {
    color: #333;
}

p.name-en {}

.row.array .plan .service {
    display: none;
}

.hotel-name {
    display: flex;
    gap: 0;
    align-items: center;
    flex-direction: column;
}

.row.array .plan {
    /* position: absolute; */
    /* left: 10px; */
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 0 0;
    /* margin: -3px auto 5px; */
    /* width: max-content; */
    width: max-content;
    flex: 0 0 50px;
}

.row.array .area {
    position: absolute;
    left: 140px;
    display: none;
}

.row.array>.price-child {
    /* border: 1px solid #BFBFBF; */
    margin: 0 0 5px;
    display: flex;
    justify-content: center;
    border-radius: 0;
    padding: 0;
    flex: 0 0;
    flex-basis: max-content;
    align-items: flex-end;
    flex-direction: column;
    /* width: 100px; */
}

.room-info {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 0;
    width: max-content;
}

.room-data {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: flex-start;
}

ul.dates {
    padding: 0;
    margin: 0 10px;
    list-style: none;
    /* width: 120px; */
}

p.room-name {
    margin: 0;
    width: 110px;
}

.room-info img {
    display: none;
}

.row.table-row>.array-list {}

.row.array .prices .price {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    /* flex: 0 0 110px;
    width: 110px; */
    font-size: 10px;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 5px;
}

.row-col {
    display: flex;
    gap: 14px;
}