@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');
}
header > * {
    /* flex: 1 1 auto; */
}
body{
    opacity: 0;
}
@media print {
    body{
        opacity: 1;
    }
}
.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: 10px 0 10px;
    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;
}
.row.table-row .array-list .price-child .room-info {
    display: none;
}
.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;
}
.row.table-row {
    border: 0;
}
.price .price span.scnd-price {
    display: flex;
    gap: 3px;
}

.price .price span.scnd-price * {
    display: block;
}
.row.table-row .hotel {
    visibility: hidden;
    height: 20px;
}

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

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

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

.row.table-row .price {
    border: 0;
    text-align: center;
}
.multi-hotel-hotels .hotel-card .name .hotel-name {
    width: 160px;
}
i.icon.stars.star-4 {}
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: none; */
    color: #999;
}

.multi-hotel .info div.price {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.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: 0 0 5px;
    padding: 5px;
    border-radius: 10px;
    flex-direction: row;
}

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

.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;
}

.info {}

.multi-hotel-hotels .hotel-card .stay span {
  
}
span.service {
    margin: 0;
    font-family: system-ui;
    font-weight: bold;
    color: #777;
    font-size: 10px;
}
p.nav {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    gap: 3px;
    color: #888;
    z-index: 1;
    position: relative;
}

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;
}
.price {
    font-family: system-ui;
    /* font-size: 10px; */
    /* padding: 10px 0 0 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;
}

footer {
    display: flex;
    gap: 10px;
    font-size: 12px;
    margin: 10px 0 0 0;
    /* height: 270px; */
    position: relative;
    z-index: 1;
    /* flex-direction: column; */
}

.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;
    /* color: transparent; */
}

p.star {}

.plan {
    /* display: flex; */
    flex-direction: row-reverse;
    width: 40px;
}
.pdf {
    width: 800px;
    /* height: 842px; */
    margin: 0 auto;
    background-color: white;
    padding: 20px 20px;
    position: relative;
    height: 1050px;
}

header {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
}

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: 5px;
}
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;
}

.pdf:before {
    content: "";
    width: 440px;
    height: 440px;
    display: block;
    background-image: url("../img/pdf-back.png");
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pdf:after {
    content: "";
    width: 440px;
    height: 440px;
    display: block;
    background-image: url("../img/pdf-back.png");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: scale(-1);
}

.row {
    display: table-row;
    /* border: solid 1px red; */
    /* border-radius: 10px; */
    /* border-spacing: 10px; */
    height: 30px;
    /* padding: 5px 0; */
    background-color: white;
}

.row > div {
    display: table-cell;
    border-top: solid;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    position: relative;
    font-size: 10px;
    vertical-align: middle;
}

main {
    display: table;
    direction: rtl;
    font-size: 12px;
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-spacing: 0 4px;
    position: relative;
    width: 100%;
    margin: 10px 0  0;
    z-index: 1;
}
.row > div .label {
    display: none;
}
.price .price span {
    display: none;
}
body{
    direction: rtl;
    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: block;
    flex-direction: column;
    width: 100%;
    border: solid 1px #ccc;
    margin: 0 0 10px;
    padding: 10px 10px 0;
    border-radius: 10px;
    height: auto !important;
}

.row.array .prices {
    display: flex;
}

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

span.popover {
    display: none;
}

.row.array > .hotel {
    display: inline-flex;
    flex-direction: row;
    margin: 0 0 5px;
    width: max-content;
    vertical-align: middle;
}
.row.array p.name-en {
    color: #333;
}

p.name-en {}

.row.array .plan .service {
    display: none;
}
.hotel-name {
    display: flex;
    gap: 20px;
}

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

.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: space-between;
    align-items: center;
    border-radius: 0;
    padding: 0;
}

.room-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

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.array .prices .price {
    /* width: 70px; */
    text-align: left;
    display: flex;
    justify-content: flex-end;
    /* font-size: 9px; */
    /* font-weight: bold; */
}