/* Minification failed. Returning unminified contents.
(1240,12): run-time error CSS1038: Expected hex color, found '#ccccc'
 */
body {
	font-family: IRANSans !important;
	font-weight: 300;
	background-color: #E2E2E2;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans !important;
}
h1 {
	font-weight: bold;
}
.wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.ltr {
	direction: ltr;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: 0.8em;
}
.text-xsmall {
	font-size: 0.6em;
}
.text-large {
	font-size: 1.2em;
}
.text-xlarge {
	font-size: 1.4em;
}
.text-underline {
	text-decoration:underline;
}
.text-ultralight {
	font-weight: 200;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: normal;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}
.text-black {
	font-weight: 900;
}
blockquote {
	font-weight: 500;
	padding: 10px;
	border: 1px dashed #666666;
}

.mainbox {
	width: 100%;
	background-color: #EFEFEF;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
}

.mainboxnegativ {
	width: 100%;
	background-color: #000000;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
	color: #F9F9F9;
}

.mainbox2 {
	font-size: 1em;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbox3 {
	width: 100%;
	background-color: #b8b8b8;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	padding-right: 20px;
}

.farsiparagraph {
	font-size: 1em;
	width: 47%;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.englishparagraph {
	font-size: 1em;
	width: 47%;
	float: left;
	direction:ltr;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;


}
.rightbox {
	width: 60%;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F7F7F7;

}

.titelbox {
	width: 60%;
	padding-right: 25px;
	padding-left: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F2F2F2;
	color: #4B4B4B;
}


.lefttbox {
	
	padding-right: 20px;
	padding-left: 4px;
	float: right;
	margin-bottom: 10px;
	min-width: 0px;
}

.alphabet {
	width: 35%;
	float: left;
	font-size: 21em;
	text-align: center;
	font-weight: 500;
	color: #999999;
}

.alphabet2 {
	width: 35%;
	float: left;
	direction: ltr;
	font-size: 1.6em;
	text-align: left;
	font-weight: 500;
	color: #333333;
	margin-top: 100px;
}
.footer {
	font-weight: 300;
	font-size: 0.7em;
	text-align: center;
	direction: ltr;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.toast-title {
    display: none;
}

.form-group .help-block {
    display: none;
}

.form-group.has-error .help-block {
    display: block;
    color: rgb(194, 56, 56);
}

/******************برای باز شدن مودال آنگولار و قرار گرفتن وسط صفحه*******************/

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-card, .modal-content {
    margin: auto;
}

/**************************************************************************************/
tr th, tr td {
    text-align: center;
}
/***************  checkbox  ******************************/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 1em;
        line-height: 0;
        top: 50%;
        left: 10%;
    }

    .radio .cr .cr-icon {
        margin-right: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.checkbox label {
    margin-bottom: 0;
}

.icofont-verification-check {
    color: yellowgreen;
}
/*******************************************************/



/*****************  start Loadind  ******************************/
.loadingPosition {
     margin: 0;
     position: absolute;
     top: 50%;
     left: calc(50% - 138px);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }

.w270 {
    width: 270px;
}

.h200 {
    height: 200px;
}

.fs1 {
    font-size: 1.3rem;
}

#divShowMyProgress {
    display: none;
}

#divShowMyProgress.ngProgress-container {
    display: block;
}
/*****************  end Loadind  ******************************/
.btnSightsee {
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.75rem;
    text-decoration: none;
   /* position: absolute;
    left: -10px;*/
    background: #ff4232;
    border: 1px solid #ff4232;
}
/*****************  whatsappBtn  ******************************/

.whatsappBtn {
    height: 55px;
    width: 55px;
    background-color: rgb(37, 211, 102);
    border-radius: 100%;
    position: fixed;
    bottom: 25px;
    right: 10px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    font-size: 2.4rem;
    cursor: pointer;
    color: white;
    z-index: 100000000000;
    cursor: pointer;
}
room

html {
    background-color: #f2f2f2 !important;
}

body {
    background-color: #f2f2f2 !important;
}

/*****************  کمبو جستجوی اصلی  ********************/
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 8px;
    height: 35px !important;
}

.chosen-container-single .chosen-default {
    padding-top: 5px !important;
}

.chosen-container-single .chosen-single {
    height: 40px !important;
    padding-top: 7px !important;
}

.chosen-container {
    width: 150px !important;
}

    .chosen-container .chosen-results li {
        float: none;
    }

@media screen and (min-width:320px) and (max-width:370px) {

    .spaceSearch {
        width: 130px !important;
        margin-left: .1rem !important;
        margin-right: .1rem !important;
    }

    .chosen-container {
        width: 130px !important;
        margin-left: .1rem !important;
        margin-right: .1rem !important;
    }

    .icofont-close-line {
        margin-top: 1px !important;
        margin-left: 2px !important;
    }
}
/*@media screen and (min-width:360px) and (max-width:410px) {

     .spaceSearch {
         width: 170px !important;
     }

     .chosen-container {
         width: 170px !important;
     }
 }
@media screen and (min-width:410px) and (max-width:510px) {

     .spaceSearch {
         width: 190px !important;
     }

     .chosen-container {
         width: 190px !important;
     }
 }*/

/*****************  Header  ********************/

.nigthBotton {
    cursor: pointer;
    color: white;
    font-size: 1rem;
    min-width: 80px;
    border-radius: 5px;
    height: 44px;
    font-weight: 400;
    background-color: #ffae00;
    border: 1px solid #DA8118;
    padding-top: 8px
}

    .nigthBotton:hover {
        opacity: 0.5;
    }


li:hover {
    color: #ff4232;
    cursor: pointer;
}

.marginTopDate {
    margin-top: 10px
}
/********  برای تاریخ  ********/

.dtp-ig {
    display: none;
}

.removeIcon {
    display: none !important;
}

.ADMdtpInput {
    width: 100%;
    text-align: center
}

    .ADMdtpInput input {
        font-family: IRANSans !important;
        color: #404040;
        font-size: 1.05rem;
        height: 40px;
        /*padding-top: 10px !important;*/
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border: 0px;
        border-top: 1px solid #e6e6e6;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07);
        border-left: 1px solid #e6e6e6;
        border-radius: 5px;
        text-align: center
    }

.today {
    background-color: #e6e6e6;
    color: #fff;
    border-radius: 100px !important;
}

.ADMdtpDays > span > span {
    position: inherit;
}

ADMdtpDays > span > span.today::after {
    content: "";
    clear: left;
    border-left: 0 !important;
    border-bottom: 0.7em solid #ffffff !important;
    border: none !important;
}

.ADMdtp-box {
    font-family: IRANSans !important;
}


/* تاریخ میاد راست */
/*.ng-pristine {
    text-align: right;
}*/

.fixedTop {
    margin-bottom: 5px;
    position: sticky;
    top: 0px;
    z-index: 11;
}

/***********چک باکس***********/
.cr {
    width: 1.4em !important;
    height: 1.4em !important;
}

.cr-icon {
    font-size: 1.3em !important;
    left: 0 !important;
}

/********************************************************  index   صفحه ************************************************************/


/*.bottoms:hover {
    background-color: #ff4232 !important;
    color: white !important;
}*/

@media screen and (max-width: 780px) {

    .arrowIcom {
        left: 0px !important;
        top: 6px !important;
        /*top: -17px !important;*/
    }

    .borderLeftMobile {
        border-left: none !important;
        border-right: none !important;
    }

    .room12, .room5 {
        border-left: none !important;
        border-right: none !important;
    }

    .hideBorder {
        border-left: none !important;
        padding-top: 0 !important;
    }

    .justify-content-md-around {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .paddingTop {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
        margin-top: -13px;
    }

    .hideText {
        font-size: .7rem !important;
    }

    .font {
        font-size: .7rem;
    }
}

@media screen and (min-width:780px) and (max-width:1200px) {
    .paddingTop {
        padding-top: 7px !important;
        margin-top: -16px;
    }

    .borderLeftMobile {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .logoPadding {
        padding-right: 55px !important
    }
}

@media screen and (max-width: 990px) {

    .hideBorder {
        border-left: none !important;
    }
}

@media screen and (max-width: 990px) {

    .hideBorder {
        border-left: none !important;
    }
}

@media screen and (max-width: 1200px) {

    .hideBorder {
        border-left: none !important;
    }
}

@media screen and (max-width: 580px) {
    .map {
        position: absolute;
        left: 1px;
        top: -253px;
    }

    .spaceContainer {
        padding-left: 6px;
        padding-right: 8px;
    }
}

.arrowIcom {
    position: absolute;
    left: -3px;
    top: 7px;
    font-family: IRANSans !important;
    cursor: pointer;
}

.fs1 {
    font-size: 1rem;
}

.tag1 {
    background-color: #357cea;
    color: white;
    padding: 1px 10px 1px 10px;
    border-radius: 14px;
    margin: 5px;
    display: inline-block;
}

.searchBtn {
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    height: 40px;
    background-color: #ffae00;
    border: 1px solid #DA8118;
    margin-bottom: 15px;
}

    .searchBtn .btn {
        text-decoration: none;
        color: #fff;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-family: iransans;
    }

.drop-downItem4 {
    display: none;
    background-color: #8ea0aa;
    position: relative;
}

.icofont-close-line {
    position: absolute;
    left: 0;
    top: 0;
    color: brown;
    cursor: pointer;
}

.logo1 {
    background-color: #eaeaea;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: .9
}

.logo3 {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    margin: 0 auto;
    /*box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);*/
    object-fit: contain;
    /*  background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;*/
}

.map {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

.logo4 {
    height: 75px;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width:575px) {
    .logo6 {
        font-size: .95rem !important
    }

    .logo5 {
        font-size: .85rem !important
    }
}

.logo5 {
    direction: ltr;
    text-align: right;
}

.room1 {
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #ccc;
}

.room2 {
    font-weight: 500;
    line-height: 1.5;
    color: #404040;
    font-size: 1.1rem;
    padding: 5px 10px;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    padding-right: 15px;
}

.room3 {
    /*border-left: 1px solid #E6E6E6;*/
    border-bottom: 1px solid #E6E6E6;
    font-size: 1.5rem;
    cursor: pointer;
}

.room4 {
    width: 100%;
    height: 125px;
    object-fit: cover;
    padding: 2px;
    border: 3px solid #EEE;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.room5 {
    padding-top: 45px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}

.room6 {
    font-weight: 500;
    color: #fff;
    background-color: #25b308;
    border-color: #081eb3;
    border-radius: 100px;
    line-height: 1;
    height: 20px;
    font-size: 1rem;
    padding: 3px 8px 0 7px;
}

.room7 {
    padding-top: 55px;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.room8 {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 20px;
    padding-top: 3px;
    border-radius: 5px;
    background-color: #25b308;
    color: white;
    border: 1px solid #1d8d06;
 /*   background: #ff4232;
    border: 1px solid #ff4232;
    color: white;*/
}

/* .room8:hover {
        background-color: #b0281d;
    }*/

.room9 {
    cursor: pointer;
    /*color: #151f33;*/
    border-radius: 5px;
    font-size: .9rem;
    /*border: 1px solid #151f33;*/
    width: 130px;
    padding-bottom: 4px;
    color: white;
    height: 31px;
    position: relative;
    background: #ff4232;
    border: 1px solid #e83c2d;
}



.room11 {
    font-size: .9rem;
    width: 120px;
    height: 31px;
    background-color: #ffae00;
    border: 1px solid #DA8118;
    border-radius: 4px 4px 4px 4px;
    box-shadow: -1px 1px 2px 0 #CCCCCC;
    color: #fff;
    cursor: pointer;
}

.room12 {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-size: .7rem;
}

.hideText {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #404040;
}

.room13 {
    color: black;
    font-size: 1.5rem;
}

.room14 {
    font-size: 1rem;
    border: 1px solid #f2f2f2;
    border-top: none;
    width: 100px;
    height: 95px;
    background-color: #25b308;
    color: white;
}

.room14-1 {
    font-size: 1rem;
    border: 1px solid #f2f2f2;
    border-top: none;
    width: 100px;
    height: 95px;
    background-color: #ff4232;
    color: white;
}
.room14-2 {
    font-size: 1rem;
    border: 1px solid #f2f2f2;
    border-top: none;
    width: 100px;
    height: 95px;
    background-color: #EE8A15;
    color: white;
}

@media screen and (min-width: 1350px) {
    .container {
        max-width: 1345px;
    }
}

/************  ستاره ها *************/
.icofont-star {
    color: #ffd600;
    font-size: 1rem;
}

.stars {
    color: #ffd600;
    font-size: 1rem;
}

.discount1 {
    padding: 8px 10px;
    font-size: .857rem;
    border: 0;
    border-radius: 5px;
    max-height: none;
    font-weight: 500;
    color: #fff;
    background-color: #24DF00;
    display: inline-block;
    white-space: nowrap;
}

/**************  اسلایدر  **************/

/*کامنت شده برای اینکه اسکرول در کروم حذف می شد*/
/*::-webkit-scrollbar {*/
/* Webkit */
/*width: 0;
    height: 0;
}*/

.hs {
    display: -webkit-box;
    display: flex;
    overflow-x: scroll;
    -webkit-box-pack: justify;
    justify-content: space-between;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
}

.hs__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.hs__headline {
    -webkit-box-flex: 1;
    flex: 1;
}

.hs__arrows {
    align-self: center;
}

    .hs__arrows .arrow:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
        background-size: contain;
        -webkit-filter: brightness(5);
        filter: brightness(5);
        width: 18px;
        height: 12px;
        cursor: pointer;
    }

    .hs__arrows .arrow.disabled:before {
        -webkit-filter: brightness(2);
        filter: brightness(2);
    }

    .hs__arrows .arrow.arrow-prev:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 10px;
    }

    .hs__arrows .arrow.arrow-next:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.hs__item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
    margin: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 990px) {
    .hs__item {
        flex-basis: calc(100% / 2 - (10px * 2) - (20px / 3));
    }
}

@media only screen and (max-width: 500px) {
    .hs__item {
        flex-basis: calc(100% / 1 - (10px * 2) - (20px / 3));
    }
}

.hs__item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    right: calc(10px * 2 * -1);
}

.hs__item:first-child {
    margin-right: calc(10px * 2);
}

.hs__item:last-child {
    margin-left: calc(10px * 2);
}

.hs__item__description {
    z-index: 1;
    align-self: flex-start;
    /*margin: 10px 0;*/
    margin: 0 auto;
    padding-top: 5px;
}

.hs__item__subtitle {
    color: #aaa;
    display: block;
}

.hs__item__image__wrapper {
    position: relative;
    width: 100%;
    height: 150px;
    max-width: 300px !important;
    /*padding-bottom: 50%;*/
}

/*@media (min-width:600px) and (max-width:990px) {
    .hs__item__image__wrapper {*/
/*  padding-bottom: 30%;*/
/*}
}*/

.hs__item__image {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media only screen and (min-width: 990px) {
    .hs__wrapper {
        overflow: hidden;
    }
}

@media (hover: none) and (pointer: coarse) {
    .hs__wrapper .hs__arrows {
        display: none;
    }

    .hs__wrapper .hs__item {
        -webkit-box-flex: 1;
        flex: 1 0 calc(23% - 10px * 2);
    }
}

@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
    .hs__wrapper .hs__item {
        -webkit-box-flex: 1;
        flex: 1 0 calc(45% - 10px * 2);
    }
}

.container1 {
    max-width: 1218px;
    /*padding: calc(10px * 2);*/
    padding: calc(5px * 2);
    margin: 0 auto;
    background-color: #eaeaea;
    /*mix-blend-mode: invert;*/
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .container1:after {
        /* content: '';
        width: 100vw;
        height: 100%;
        background: #212121;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;*/
        /*overflow: hidden;*/
    }

@media (min-width:1216px) and (max-width:1407px) {
    .container1 {
        max-width: 1027px !important;
    }
}

@media (min-width:992px) and (max-width:1215px) {
    .container1 {
        max-width: 835px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container1 {
        max-width: 690px !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .container1 {
        max-width: 515px !important;
    }
}

@media (max-width:575px) {

    .container1 {
        width: 92% !important;
    }
}

@media (min-width:768px) {

    .addBtnSm {
        display: none !important;
    }

    .addBtnLg {
        display: block !important;
    }

    #adult, #child, #baby {
        width: 90px;
    }
}

@media (max-width:767px) {

    .addBtnSm {
        display: block !important;
    }

    .addBtnLg {
        display: none !important;
    }

    #adult, #child, #baby {
        width: 80px;
    }
}


@media only screen and (min-width: 990px) {
    .container1 {
        /*padding: calc(10px * 4) calc(10px * 8);*/
    }
}

.description {
    max-width: 990px;
    color: #212121;
    margin: 0 auto;
    padding: calc(10px * 4);
}

ul {
    padding: 0;
    margin: 0;
}

.arrow-prev {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 1;
    font-weight: 700;
    color: black;
}

.arrow-next {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 1;
    font-weight: 700;
    color: black;
}

.badge1 {
    color: #ccccc;
    position: absolute;
    top: -13px;
    left: calc(50% - 47px);
    background-color: #eaeaea;
    padding: 0px 20px 5px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.noExtra::before {
    content: "";
    border: 1px solid #c62923;
    transform: rotate(-59deg);
    position: absolute;
    height: 41px;
    top: -8px;
    right: 20px;
    opacity: 0.6 !important;
}

.badgePackage {
    background: linear-gradient(to right, #00b4db, #00b4db);
    cursor: pointer;
    text-decoration: underline;
}

/********************************************************  rooms   صفحه ************************************************************/
/*********************************************  تب ها   *************************************************/
.tab {
    flex: 1;
    position: relative;
    font-size: .72rem;
    text-align: center !important;
    color: #4a4a4a;
}

    /**************  برای تب  فعال  *********************/
    .tab.active {
        color: #367d3e;
    }

        .tab.active::before {
            content: "";
            position: absolute;
            right: 0;
            top: 13px;
            width: 100%;
            height: 2px;
            background: #367d3e;
        }

.active .num-step {
    width: 26px;
    height: 26px;
    border-radius: 30px;
    margin: 0 auto 2px;
    z-index: 1;
    position: relative;
    background-color: #ff4232;
    color: white;
    padding-top: 4px !important;
}


/**************  برای تب  غیر فعال  *********************/

.tab::before {
    content: "";
    position: absolute;
    right: 0;
    top: 13px;
    width: 100%;
    height: 2px;
    background: #a3a3a3;
}

.num-step {
    width: 26px;
    height: 26px;
    border-radius: 30px;
    margin: 0 auto 2px;
    z-index: 1;
    position: relative;
    background-color: #a3a3a3;
    color: white;
    padding-top: 4px !important;
    font-weight: 400;
}


/****************  ستون اول  ****************/

.imgMain {
    vertical-align: middle;
    border-style: none;
    max-height: 235px;
    overflow: hidden;
    position: relative;
}

.img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    object-fit: cover;
    width: 100%;
}

.hotelName {
    position: absolute;
    right: 10px;
    bottom: 35px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.hotelState {
    position: absolute;
    right: 92px;
    bottom: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.span1 {
    color: #a3a3a3;
    font-size: .8rem;
}

.span2 {
    color: #a3a3a3;
    font-size: .85rem;
}

.title_Reserve {
    max-width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer
}
/****************  ستون دوم  ****************/

.floating-label {
    font-size: .8rem;
    font-weight: 500;
}

.floating-label11 {
    font-size: .7rem;
    font-weight: 500;
}

.floating-label11 {
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 7px;
    transition: 0.2s ease all;
    z-index: 10;
}

.form-control {
    font-size: 1rem;
    color: #000000;
    background-color: white;
    height: 35px;
}

.yellowDiv {
    background-color: #f8d648;
    border-color: #f8d648;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
    color: #353535;
}

h5 {
    font-size: 1.3rem;
    font-weight: 500;
}

.divBox {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.divCalc {
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px !important;
}

.divText {
    font-size: .85rem;
    font-weight: 400;
}

li {
    float: right;
}

.cr {
    width: 1.5em !important;
    height: 1.5em !important;
}

    .cr .cr-icon {
        font-size: 1.1em !important;
        color: #ff4232;
        left: 2px !important;
        top: 9px !important;
    }

.form-control2 {
    height: auto;
    font-size: .85rem;
    border: 1px solid #a3a3a3;
}


.noExtraBed::before {
    content: "";
    border: 1px solid #fff;
    background: #a3a3a3;
    transform: rotate(-45deg);
    position: absolute;
    width: 3px;
    height: 60px;
    top: -5px;
    right: 50%;
}

/*********************  ساعت  ********************/
/********برای دکمه پایینی ساعت*******/

.clockpicker-button {
    visibility: hidden;
}

    .clockpicker-button:after {
        content: 'تایید';
        visibility: visible;
        display: block;
        position: absolute;
        font-family: yekan !important;
        font-size: 1.2rem;
        padding: 5px;
        bottom: 4px;
        right: 0;
        left: 0;
    }

/************** ساعت و دقیقه جاش درست میشه****************/
.popover-title {
    /*direction: ltr;*/
}
/***************تاریخ میاد وسط****************/
/*.ng-pristine {
    text-align: center;
}*/

.vocher {
    color: #fff;
    background-color: #ff4232;
    border-color: #ff4232;
    border-radius: 5px;
    padding: .965rem 32px;
    font-family: IranSans;
}

/**************************/
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 4px;
    right: 132px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/Images/Icons/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 49px;
}

.chosen-container-single .chosen-single div {
    display: none;
}

#divRoot {
    display: none;
}




/********************** popover  *********************/

.popover-content {
    padding: 9px 14px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

.popover > .arrow {
    border-width: 11px;
    border-bottom-width: 11px;
}

    .popover > .arrow, .popover > .arrow::after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-top-color: transparent;
        border-style: solid;
    }

.popover.top > .arrow::after {
    bottom: -9px;
    margin-left: 49px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 7px;
    border-width: 10px;
    left: -59px;
    height: 20px;
}



.popover-content:last-child {
    padding-top: 4px;
    font-family: iransans;
    /*text-align: right;*/
    font-size: 0.8rem;
}

.popover-title {
    padding: 8px 5px 5px 5px;
    border-bottom: 1px solid #dfdcdc;
    /*text-align: right;*/
    color: brown;
    background-color: #eee;
    font-size: 0.8rem;
    font-weight: bold;
}



/************************************        استایل های اضافه شدن سبد خرید       *************************************/



.advSearchClose {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    display: inline-table;
}

.qrCode {
    position: absolute;
    left: 9px;
    height: 71px;
    top: 10px;
    background-color: white;
    z-index: 1053;
    border: 1px solid #e2e2e2;
}

@media (max-width: 499px) {
    .qrCode {
        display: none;
    }
}

.input1 {
    font-size: 1rem;
    height: 40px;
    text-align: center;
    cursor: pointer;
}



/*********************************/

.room7 {
    padding-top: 26px;
    border-left: none;
}

body {
    text-align: unset;
}

/********************  صورتحساب برای وقتی که صفحه بزرگــــــ  ***************************/

.down {
    border-top: 1px solid #d8d8d8;
    margin-top: 5px;
}

.restInfoNameItem {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding-right: 15px;
}

.cart {
    font-size: 1.2rem;
    font-weight: 500;
    color: brown;
    border: 1px solid #ccc;
    color: #cda357;
}

.icofont-minus {
    font-size: 1.3rem;
    line-height: 20px;
}

.icofont-plus {
    font-size: 1.1rem;
    line-height: 20px;
}

.icofont-close-line {
    color: red;
    cursor: pointer;
}

/******************** صورتحساب برای سبد خرید سایز کوچکــــــ  ***************************/

.hideCalcute {
    position: fixed;
    bottom: -1px;
    right: 0;
    left: 0;
}

.showElement {
    border-bottom: 1px solid #E6E6E6;
    padding: 0;
}

.cartSmal {
    font-size: 1.1rem;
    font-weight: 500;
    color: white;
}

.cartSmal2 {
    width: 35%;
    cursor: pointer;
    background-color: #E74141;
    color: white;
}

.cartSmal3 {
    font-size: .82rem;
    font-weight: 500;
    padding-right: 36px;
}

.cartSmal4 {
    font-size: .9rem;
    background-color: #414046;
}

.cartSmal5 {
    color: #cfd5db;
    padding-top: 5px;
    font-size: .68rem;
    padding-right: 5px;
}

.cartSmal6 {
    font-family: IRANSans;
    border-radius: 5px;
    font-size: .9rem;
    border: 1px solid #0f8e41;
    height: 27px;
    margin-top: 4px;
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.cartSmal7 {
    display: none;
    width: 100%;
    max-height: calc(100vh - 133px);
    overflow-y: auto;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
}

.cartSmal8 {
    font-size: 2rem;
    color: #a3a3a3;
    margin-top: 7px;
    cursor: pointer;
    padding-left: 8px;
}

.cartSmal9 {
    background-color: #d6e5e6 !important;
    border-top: 1px solid #ccc;
}

.cartSmal10 {
    width: 50px;
    height: 30px;
    font-size: 1.4rem;
    border: 0;
    color: black;
    background-color: #d6e5e6 !important;
    padding-top: 0px !important;
}

@media screen and (max-width:991px) {

    .showCalcute {
        display: none;
    }

    .hideCalcute {
        display: block;
    }
}

@media screen and (min-width: 991px) {


    .showCalcute {
        display: block;
    }

    .hideCalcute {
        display: none !important;
    }
}

.img2 {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

#bgBas div:last-child {
    border-bottom: none !important;
}

.buy {
    height: 60px;
    width: 60px;
    background-color: #9c27b0;
    border-radius: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
    display: inline-block;
    text-align: center;
    padding-top: 18px;
    font-size: 1.8rem;
    color: white;
    cursor: pointer
}



/********************   صفحه دوم   ***********************/

.noExtra2::before {
    content: "";
    border: 1px solid #c62923;
    transform: rotate(-59deg);
    position: absolute;
    height: 41px;
    top: 0px;
    right: 52px;
    opacity: 0.6 !important;
}

@media screen and (min-width: 992px) {
    .vocher2 {
        display: block !important
    }

    .vocher3 {
        display: none !important
    }

    .vocher4 {
        display: none !important
    }
}

@media screen and (max-width: 991px) {
    .vocher2 {
        display: none !important
    }

    .vocher3 {
        display: block !important;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 11;
    }

    .vocher4 {
        display: block !important;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 44px;
        z-index: 11;
        background-color: #ff4232;
        color: white;
    }
}


.divText {
    font-size: .8rem;
}
/********************   برای اینکه لایت گالری در دایرکشن مشکلی نداشته باشد  ********************/
.lg-outer {
    direction: ltr;
}
/*************************  صفحه سوم  *******************************/
.pay2 {
    font-size: .85rem;
    color: black;
    background-color: #d9f2fd;
    padding: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #03ac66;
    border-radius: 5px;
}

/* .d-flex {
        font-size: 1rem;
    }*/

.gray {
    color: #9d9d9d;
    flex: 1;
    overflow: hidden;
}

.grays {
    background-color: #f2f2f2 !important;
    font-weight: 400;
}

.white {
    background-color: #ffffff !important;
    font-weight: 400 !important;
}

@media screen and (min-width: 700px) {
    .div-5 {
        width: 800px !important
    }
    .div-6 {
        width: 600px !important
    }
}

.icon {
    color: white;
    font-size: 1.3rem;
    padding: 2px;
    border-radius: 100%;
    background-color: #FF0000;
}
/******* جدول آبی *******/

.rwd-table1 {
    margin: auto;
    border-collapse: collapse;
}

    .rwd-table1 tr:first-child {
        border-top: none;
        /*background: #428bca;*/
        color: #000000;
    }

    .rwd-table1 tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        /*background-color: #f5f9fc;*/
    }

        .rwd-table1 tr:nth-child(odd):not(:first-child) {
            /*background-color: #ebf3f9;*/
        }

    .rwd-table1 th {
        display: none;
        color: white;
    }

    .rwd-table1 td {
        display: block;
    }

        .rwd-table1 td:first-child {
            margin-top: .5em;
        }

        .rwd-table1 td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table1 td:before {
            content: attr(data-th) " :";
            font-weight: bold;
            /*width: 120px;*/
            display: inline-block;
            color: #000;
        }

    .rwd-table1 th,
    .rwd-table1 td {
        /*text-align: right !important;*/
        border: 1px solid #ccc;
        border-top: none;
    }


.rwd-table1 {
    color: #333;
    border-radius: .21em;
    overflow: hidden;
}

    .rwd-table1 tr {
        border-color: #bfbfbf;
    }

    .rwd-table1 th,
    .rwd-table1 td {
        padding: .5em 1em;
    }

@media screen and (max-width: 601px) {
    .rwd-table1 tr:nth-child(2) {
        border-top: none;
    }

    .rwd-table1 th,
    .rwd-table1 td {
        /*text-align: right !important;*/
        border: none !important;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table1 tr:hover:not(:first-child) {
        /*background-color: #d8e7f3;*/
    }

    .rwd-table1 td:before {
        display: none;
    }

    .rwd-table1 th,
    .rwd-table1 td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table1 th:first-child,
        .rwd-table1 td:first-child {
            padding-left: 0;
        }

        .rwd-table1 th:last-child,
        .rwd-table1 td:last-child {
            padding-right: 0;
        }

    .rwd-table1 th,
    .rwd-table1 td {
        /*padding: 1em !important;*/
    }
}

@-webkit-keyframes rightLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-10px);
    }

    75% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes rightLeft {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}


.disBlock {
    display: block;
}

.disNone {
    display: none;
}
/*********************  اگر سبد خرید رو زد بادی تیره میشه  ********************/
.is-dimmed:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .5);
}

.firstDiv {
    border: 1px solid #FFFFFF;
    height: auto;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 8px 8px 8px -11px #2c2c2c;
}

.firstDiv1 {
    color: #385D8D;
    font-size: 1.2rem;
}

.icone {
    padding: 10px;
    background-color: #EEEEEE;
    border-radius: 50%;
    font-size: 1.7rem;
}

@media screen and (max-width: 360px) {

    .hideBed {
        display: none
    }
}

/*********************  ConcertHall  ********************/

.bg_Concert {
    background-color: #dedede
}

.followUp_Concert {
    font-size: .85rem;
    border-radius: 15px;
}

.align_Concert {
    align-items: center;
    font-weight: 400;
}

.maxWidth_Concert {
    max-width: 750px
}

@media screen and (min-width:320px) and (max-width:430px) {
    .align_Concert, .followUp_Concert {
        font-size: .75rem
    }

    .box_Concert button {
        font-size: .7rem !important;
    }
}

.box_Concert {
    height: 240px;
    border-radius: 10px;
}

    .box_Concert img {
        height: 165px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .box_Concert p {
        font-weight: 400;
        color: black;
    }

    .box_Concert button {
        font-size: .75rem;
        font-weight: 500;
        border-radius: 20px;
    }

.tab1.active::before, .tab1::before {
    right: 100px;
}

.tab4::before, .tab4.active::before {
    width: 50%;
}

.tab span {
    font-weight: 400
}

.active .num-stepConcert {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin: -5px auto 2px;
    z-index: 1;
    position: relative;
    color: white;
    padding-top: 3px !important;
    background: #367d3e;
    font-size: 1.2rem;
}

.num-stepConcert {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin: -5px auto 2px;
    z-index: 1;
    position: relative;
    color: black;
    padding-top: 3px !important;
    font-size: 1.2rem;
    background-color: white;
    border: 1px solid #a3a3a3;
}

@media screen and (max-width: 604px) {

    .tab1.active::before, .tab1::before {
        right: 60px;
    }
}

.imgDetail_Concert {
    object-fit: fill;
    height: 150px;
    width: 100%;
    border-radius: 10px;
    background-color: #ccc;
}

.time_Concert {
    position: absolute;
    left: 40%;
    top: -20px;
    background-color: white;
    border: 1px solid #9d9da2;
    border-radius: 15px;
    font-weight: 400;
    width: 136px;
}

    .time_Concert i {
        font-size: 1.2rem
    }

.bgBtn_Concert {
    background-color: #ff0000;
    font-size: .75rem;
    font-weight: 500;
    border-radius: 20px;
}
.bgBtn2_Concert {
    background-color: #8a8080;
    font-size: .75rem;
    font-weight: 500;
    border-radius: 20px;
}

.day_Concert {
    width: 180px;
    font-size: 1rem;
}

.timeDetail_Concert {
    width: 100px;
    font-size: 1rem;
}



@media screen and (min-width: 656px) {
    .colors_Concert {
        display: block
    }

    .mobileMenu_Concert {
        display: none !important
    }
}

@media screen and (max-width: 655px) {

    .mobileMenu_Concert {
        display: block
    }

    .colors_Concert {
        display: none !important
    }
}

.color1_Concert {
    background-color: #ff0000;
}

.color2_Concert {
    background-color: #7592e2;
}

.color3_Concert {
    background-color: #b4b4b4;
}

.color4_Concert {
    background-color: #ffee00;
}

.mobileMenu_Concert {
    font-size: 1.4rem;
    cursor: pointer;
}

    .mobileMenu_Concert div {
        display: grid;
        margin-top: -7px;
    }

.spanMenu_Concert {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.spanMenu2_Concert {
    font-size: .85rem;
    font-weight: 400;
}

.seatModal_Concert img {
    width: 30px;
    height: 25px;
    border-radius: 5px
}

.seatModal_Concert div {
    font-size: .7rem;
    font-weight: 400;
}

.inputModal_Concert {
    width: 120px;
    height: 38px;
    border-radius: 15px;
    font-size: .9rem
}

.cartModal_Concert {
    background-color: #fe0101;
    border-radius: 15px;
    cursor: pointer;
    height: 38px;
    font-weight: 500;
}

.cartModal_Concert2 {
    background-color: #00ac33;
    border-radius: 15px;
    cursor: pointer;
    height: 38px;
    font-weight: 500;
    width: 100px;
}

.cartModal1_Concert {
    color: white;
    font-weight: 500;
    font-size: .81rem;
}

.cartModal2_Concert {
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    font-size: 1.15rem;
    font-weight: 400;
    padding-top: 2px;
}

.sliderModal_Concert {
    background-color: #e3e2e2 !important;
    overflow-y: auto;
}

.cartColor_Concert {
    color: #9d9d9d
}

.imageSlider_Concert {
    border-radius: 10px;
    width: 150px;
    height: 200px;
}

.color_brown2 {
    color: #fe0101;
}
.color_White {
    color: white;
}

.price1Modal_Concert {
    color: #fe0101;
    position: absolute;
    left: 16px;
    text-decoration: line-through;
}

.rial_Concert {
    font-size: .65rem;
}

.cartSlider_Concert {
    color: #3a3939;
    font-weight: 400;
    max-height: 200px;
    overflow-y: auto;
}

.borderSum_Concert {
    border-top: 1px dotted #9d9d9d;
    border-bottom: 1px dotted #9d9d9d;
}

.borderSum2_Concert {
    border-top: 1px dotted #9d9d9d;
   
}
.color_blue {
    color: blue;
}

.pt_MainSlider {
    font-size: 1.05rem;
    font-weight: 400
}


.box2_Concert {
    /* height: 100px;*/
    /*border-top: solid 5px #000;*/
    /*border-color: #000 transparent transparent transparent;*/
    /*border-radius: 8%;*/
    /* background-color: white;*/
    /*box-shadow: none;*/
    overflow-x: auto;
    /*height: calc(100vh - 165px);*/
    display: grid
}

.stage_Concert {
    border-bottom: solid 5px #000;
    border-radius: 60%;
    height: 50px

}
/*صندلی ها*/
.td_Seat {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
    text-align: center;
    padding: 2px;
    /*cursor: pointer*/
}

.td_Seat2 {
    max-width: 40px;
    min-width: 40px;
    max-height: 55px;
    min-height: 55px;
    text-align: center;
    padding: 2px
}

.img_Seat {
    display: none;
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
    border-radius: 5px;
}


.isSeat img {
    display: inline-block;
}

.isSeat span {
    display: none;
}

.td_Seat span {
    max-width: 35px;
    min-width: 35px;
    max-height: 35px;
    min-height: 35px;
    padding-top: 10px;
}

.setFirstBorder {
    border: 3px dotted black;
}

.icofont-tick-mark {
    position: absolute;
    left: 11px;
    top: 11px;
    background-color: red;
    color: white;
    border-radius: 100%
}

.radius_Concert {
    border-radius: 5px
}

.pa_Concert {
    padding-top: 8px;
}

.mainDiv_Concert {
    /*overflow-x: auto;*/
    padding-top: 25px;
    /*height: calc(100vh - 170px);*/
}

.modal-header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 11;
}

.seatNum_Concert {
    position: absolute;
    left: 3px;
    top: 8px;
    font-size: .75rem;
    width: 21px;
    font-weight: 400
}

.cursor_Pointer {
    cursor: pointer
}

.fontModal_Concert {
    font-size: .9rem
}

.hover_Concert:hover {
    color: #007bff !important
}
.boxLogin_Concert {
    position: absolute !important;
    width: 100px;
    height: 40px;
    right: 6px;
    top: 29px;
    border-radius: 10px;
    display: none;
    padding-top: 8px;
    padding-right: 5px;
    z-index: 12
}





.design_Concert {
    height: 400px;
}

    .design_Concert::after {
        content: "" !important;
        z-index: -1 !important;
        position: absolute !important;
        height: 100% !important;
        width: 96% !important;
        left: 0 !important;
        right: 5px !important;
        top: 0 !important;
        bottom: 0 !important;
        background: linear-gradient(90deg, rgba(15, 15, 15, 0.5), rgba(45, 44, 44, 0.5)) repeat-x !important;
        border-radius: 15px;
    }

.buy_Concert {
    position: absolute;
    bottom: 60px;
    right: 25px;
    width: 80%;
    left: 0;
    font-weight: 500;
    z-index: 1;
}

.eventName_Concert {
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: white;
    font-weight: 500;
    z-index: 1;
}

.imgEvent_Concert {
    border-radius: 15px;
    height: 350px;
    object-fit: cover;
}

.name_Concert {
    position: absolute;
    bottom: 108px;
    right: 15px;
    color: white;
    font-weight: 500;
    z-index: 1;
    font-size: .9rem;
    font-weight: 500;
    /*برای اینکه اگر عرض نوشته بیشتر از 140 شد ادامشو  سه نقطه بزاره*/
    max-width: 200px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 44px;
}

.dateVal_Concert {
    position: absolute;
    bottom: 200px;
    right: 15px;
    color: white;
    font-weight: 500;
    z-index: 1;
    font-size: .8rem;
    font-weight: 500;
}

.dateVal2_Concert {
    position: absolute;
    bottom: 180px;
    right: 15px;
    color: white;
    font-weight: 500;
    z-index: 1;
    font-size: .8rem;
    font-weight: 500;
}

.dateVal3_Concert {
    position: absolute;
    bottom: 160px;
    right: 15px;
    color: white;
    font-weight: 500;
    z-index: 1;
    font-size: .8rem;
    font-weight: 500;
}

.bgShadow_Concert {
    background: linear-gradient(90deg, rgba(15, 15, 15, 0.5), rgba(45, 44, 44, 0.5)) repeat-x !important;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 5px
}

/*************************************************** GuestInfo  ********************************************************/
/*جدول آبی که رسپانسیو نیست و اسکرول افقی میشه*/
.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto !important;
}

.rwd-table2 {
    color: #333;
    border-radius: .21em;
}

    .rwd-table2 tr:first-child {
        border-top: none;
        background: #428bca;
        color: #333;
        font-size: .9rem
    }

    .rwd-table2 tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #f5f9fc;
    }

        .rwd-table2 tr:nth-child(odd):not(:first-child) {
            background-color: #ebf3f9;
        }

    .rwd-table2 th {
        display: block;
        color: white;
    }

    .rwd-table2 td {
        display: block;
        font-weight: 400;
    }

        .rwd-table2 td:first-child {
            margin-top: .5em;
        }

        .rwd-table2 td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table2 td:before {
            content: attr(data-th) " :";
            font-weight: bold;
            display: inline-block;
            color: #000;
        }

    .rwd-table2 th,
    .rwd-table2 td {
        text-align: center !important
    }

    .rwd-table2 tr {
        border-color: #bfbfbf;
    }

    .rwd-table2 th,
    .rwd-table2 td {
        padding: .5em 1em;
    }

    .rwd-table2 tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table2 td:before {
        display: none;
    }

    .rwd-table2 th,
    .rwd-table2 td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table2 th:first-child,
        .rwd-table2 td:first-child {
            padding-left: 0;
        }

        .rwd-table2 th:last-child,
        .rwd-table2 td:last-child {
            padding-right: 0;
        }

    .rwd-table2 th,
    .rwd-table2 td {
        padding: .5em !important;
    }

    .rwd-table2 th,
    .rwd-table2 td {
        min-width: 50px;
    }

    .rwd-table2 tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

.img_GuestInfo {
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* object-fit: cover;*/
    margin: 1px;
    height: 150px;
    object-fit: cover;
    padding: 5px;
}

.btn_GuestInfo {
    height: 50px;
    width: 50px;
    background-color: #9c27b0;
    border-radius: 100%;
    position: absolute;
    top: -42px;
    right: 0;
    margin: 10px;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    font-size: 22px;
    color: white;
    cursor: pointer
}

.mainDiv {
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0px #bfbfbf;
    position: relative;
    border: 1px solid #ccc !important;
}

.isMain_GuestInfo {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: .65rem;
    font-weight: 500;
    background-color: aqua;
    border-top-left-radius: 5px;
    background-color: #28a745;
    color: white;
}

.edit_GuestInfo {
    color: #0d6efd;
    cursor: pointer;
    font-size: 1rem;
    padding-top: 1px;
}

.trash_GuestInfo {
    color: #dc3545;
    cursor: pointer;
    font-size: 1rem;
    padding-top: 1px;
}

.title_GuestInfo {
    font-size: .85rem;
    top: -37px;
    position: absolute;
    /*right: 10px;*/
    background-color: white;
    color: #0d0f0f;
    height: 31px;
    /*width: auto;*/
    text-align: right;
    cursor: pointer;
    padding: 6px 13px 1px 11px;
    border-radius: 5px;
    /*border: 1px solid #242423 !important;*/
    font-weight: 500;
    width: 173px;
}

.input_GuestInfo {
    height: 37px;
}

.date_title {
    position: absolute;
    top: -9px;
    font-size: 0.8rem;
    background-color: white;
    padding: 0 5px 0 5px;
    right: 20px;
    z-index: 2;
    font-family: IRANSans !important;
}

.img2_GuestInfo {
    width: 95px;
    height: 110px;
}

.shadows {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.exit_GuestInfo {
    font-size: 1.5rem;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    color: brown
}

/*************************************************** ConfirmRes  ********************************************************/
/******************  تایید چهار رقم آخر شماره تلفن ****************/
#wrapper {
    font-size: 1.5rem;
    text-align: center;
    box-sizing: border-box;
    color: #333;
}

    #wrapper #dialog {
        margin: 10px auto;
        overflow: hidden;
        position: relative;
    }

        #wrapper #dialog h3 {
            margin: 0 0 10px;
            padding: 0;
            line-height: 1.25;
        }

        #wrapper #dialog span {
            font-size: 90%;
        }

        #wrapper #dialog #form input {
            text-align: center;
            line-height: 40px;
            /* font-size: 1rem;*/
            outline: none;
            /*width: 50px !important;*/
            transition: all 0.2s ease-in-out;
            /*font-family: yekan !important;*/
            border: none;
            border-bottom: 2px solid silver;
        }

            #wrapper #dialog #form input:focus {
                border-color: purple;
                /*box-shadow: 0 0 5px purple inset;*/
            }

        #wrapper #dialog div {
            position: relative;
            z-index: 1;
        }

#form {
    direction: ltr !important;
}
/**************** کد تایید چهار رقمی *******************/

#wrapper2 {
    font-size: 1.5rem;
    text-align: center;
    box-sizing: border-box;
    color: #333;
}

    #wrapper2 #dialog2 {
        margin: 10px auto;
        overflow: hidden;
        position: relative;
    }

        #wrapper2 #dialog2 h3 {
            margin: 0 0 10px;
            padding: 0;
            line-height: 1.25;
        }

        #wrapper2 #dialog2 span {
            font-size: 90%;
        }

        #wrapper2 #dialog2 #form2 input {
            /*margin: 0 5px;*/
            text-align: center;
            line-height: 40px;
            /* font-size: 1rem;*/
            /*border: solid 1px #ccc;
                box-shadow: 0 0 5px #ccc inset;*/
            outline: none;
            /*width: 50px !important;*/
            transition: all 0.2s ease-in-out;
            /*border-radius: 3px;*/
            /*font-family: yekan !important;*/
            border: none;
            border-bottom: 2px solid silver;
        }


            #wrapper2 #dialog2 #form2 input:focus {
                border-color: purple;
                /*box-shadow: 0 0 5px purple inset;*/
            }

        #wrapper2 #dialog2 div {
            position: relative;
            z-index: 1;
        }

#form2 {
    direction: ltr !important;
}

/**************** کد تایید چهار رقمی *******************/

#wrapper3 {
    font-size: 1.5rem;
    text-align: center;
    box-sizing: border-box;
    color: #333;
}

#wrapper3 #dialog3 {
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

#wrapper3 #dialog3 h3 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.25;
}

#wrapper3 #dialog3 span {
    font-size: 90%;
}

#wrapper3 #dialog3 #form3 input {
    /*margin: 0 5px;*/
    text-align: center;
    line-height: 40px;
    /* font-size: 1rem;*/
    /*border: solid 1px #ccc;
                box-shadow: 0 0 5px #ccc inset;*/
    outline: none;
    /*width: 50px !important;*/
    transition: all 0.2s ease-in-out;
    /*border-radius: 3px;*/
    /*font-family: yekan !important;*/
    border: none;
    border-bottom: 2px solid silver;
}


#wrapper3 #dialog3 #form3 input:focus {
    border-color: purple;
    /*box-shadow: 0 0 5px purple inset;*/
}

#wrapper3 #dialog3 div {
    position: relative;
    z-index: 1;
}

#form3 {
    direction: ltr !important;
}



.welcom_ResLogin {
    font-size: 1.2rem;
}

.welcom2_ResLogin {
    font-size: .9rem;
    font-weight: 400;
    color: #6a6a6a;
}

.boxNum_ResLogin {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 17px;
}

    .boxNum_ResLogin span {
        letter-spacing: 3px;
        font-weight: 500;
        /* font-family: yekan*/
    }

.boxNum2_ResLogin {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 17px;
    width: 275px;
}

    .boxNum2_ResLogin span {
        letter-spacing: 3px;
        font-weight: 500;
        /*font-family: yekan*/
    }

.confirmBtn_ResLogin {
    width: 100px;
    border-radius: 7px;
    background-color: #ff0000;
    font-weight: 500;
}

.confirmBtn2_ResLogin {
    width: 270px;
    border-radius: 7px;
    background-color: #ff0000;
    font-weight: 500;
}

.confirmBtn2_ResLogin {
    width: 280px;
    border-radius: 7px;
    background-color: #ff0000;
    font-weight: 500;
}

.img_ConfirmRes {
    width: 150px;
    height: 150px;
}


.input_ConfirmRes {
    width: 30px !important;
    font-size: 1.2rem;
    font-family: IRANSans !important;
}

.send_ConfirmRes {
    font-size: .8rem;
    color: brown;
    font-weight: 500;
}

.timer_ConfirmRes {
    color: #000000;
    font-size: 1.2rem;
    color: brown;
    font-weight: 500;
}

.span_ConfirmRes {
    font-size: 1.1rem;
    font-weight: 400;
}

.width_ConfirmRes {
    width: 200px
}

    .width_ConfirmRes input {
        font-size: 1.2rem;
        height: 38px;
    }
/* padding: 0 7px 0 7px;
    border-radius: 0px 4px 1px 9px;
    left: 13px;
    background-color: rgba(0, 0, 0, 0.7);
}*/

.shortKey {
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #eaeaea !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: .9;
}

    .shortKey .item {
        width: 100px;
        margin: 15px;
        text-align: center;
        cursor: pointer !important;
        text-decoration: none;
    }


    .shortKey .icon {
        font-size: 2rem;
        background-color: transparent;
        color: #222;
    }

    .shortKey .title {
        font-size: 1rem;
        margin-top: 5px;
        font-weight: bold;
    }

    .shortKey .title2 {
        font-size: 1.4rem;
        margin-top: 5px;
        font-weight: bold;
    }

    .shortKey p {
        margin: 0;
        color: black
    }

    .shortKey .item:hover {
        color: brown !important;
    }

.special_sale {
    background-color: rgba(103,190,217);
    color: white !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07);
    border-radius: 4px;
    font-weight: 500;
}
.tell_ResLogin {
    font-weight: 300;
    font-size: .8rem
}

.bigImage_ResLogin {
    height: calc(100vh);
    width: calc(100%);
}

.picBtn1 {
    position: absolute;
    bottom: 15px;
    font-size: 0.75rem;
    right: 17px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
}

.picBtn2 {
    position: absolute;
    bottom: 15px;
    font-size: 0.75rem;
    right: auto;
    left: 17px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
}

/**************** کد تایید چهار رقمی *******************/

.logo_Tripadvisor {
    width: 140px;
}

.p_Tripadvisor {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: underline;
    color: black !important;
}
