table.ticketTable td{
	border: 1px dotted gray;
	border-radius: 25px;
}

.inputGroupNew {
  margin: 2px;
}

.inputGroupNew input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.copy2cb {
    background:green;
    border-radius: 50px;
    padding: 5px 15px;
    position: relative;
    color: white;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}
.inputGroupNew label {
    display: inline-block;
    background-color: #f4a700;
    margin-bottom: -5px;
    color: #4c3636;
    font-size:1rem;
    font-weight: 400;
    border: 2px dotted #ffffff;
    border-radius: 25px;
}

.inputGroupNew label:hover {
  background-color: #ffffff;
  border: 2px solid blue;
}

.inputGroupNew input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.inputGroupNew input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}
#availableSanses { 
    border-radius:10px;
    background-color: White;
    border: 2px solid #006cd8;
    max-height: 360px; 
    width: fit-content;
    height:fit-content;
    overflow-y: scroll; 
    overflow-x: hidden;
    font-size: 14px;
}
#cardavailableSanseAjax{
    max-height: 500px; 
    width: fit-content;
    height:fit-content;
    overflow-y: scroll; 
    overflow-x: hidden;
}
#availableMultiItem { 
    border-radius:10px;
    margin: 0 auto;
    padding: 2px 2px;
    background-color: White;
    border: 2px solid #006cd8;
    height: 100%; 
}
#availableSansesNew { 
    border-radius:10px;
    background-color: White;
    border: 2px solid #006cd8;
    max-height: 360px; 
    width: fit-content;
    height:fit-content;
    overflow-y: scroll; 
    overflow-x: hidden;
    font-size: 14px;
}
#more {display: none;}
body {font-family: Arial, Helvetica, sans-serif;}


/* The Modal (background) */
.modal {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place front is invalid - may break your css so removed */  
    padding-top: 100px; /* Location of the box - don't know what this does?  If it is to move your modal down by 100px, then just change top below to 100px and remove this*/
    left: 0;
    right:0; /* Full width (left and right 0) */
    top: 0;
    bottom: 0; /* Full height top and bottom 0 */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 2000000009; /* Sit on top - higher than any other z-index in your site*/
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  height:80%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}
@media screen and (min-width: 800px) {
    .modal-content-normal {
      border-radius: 15px;
      position: fixed;
      bottom: 10%;
      left: calc(50% - 300px);
      background-color: #fefefe;
      width: fit-content;
      -webkit-animation-name: slideIn;
      -webkit-animation-duration: 0.4s;
      animation-name: slideIn;
      animation-duration: 0.4s
    }
}
    .modal-content-normal {
      border-radius: 15px;
      position: fixed;
      bottom: 10%;
      background-color: #fefefe;
      width: fit-content;
      -webkit-animation-name: slideIn;
      -webkit-animation-duration: 0.4s;
      animation-name: slideIn;
      animation-duration: 0.4s
    }
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 2px 16px;
  background-color: #006cd8;
  color: #fff;
}

.modal-body {
    height:100%; 
    padding: 5px 16px; 
    position: relative;
}

.modal-footer {
  position: absolute;
  bottom: 0;
  padding: 2px 16px;
  background-color: #f4a700;
  color: #fff;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}


.date-container {
    font-size: 15px;
}
.flight-container {
    font-size: 15px;
    margin: -10px;
    margin-bottom:20px;
}
.flight-container-new {
    font-size: 15px;
    margin-bottom:20px;
}
.hotel-container {
    font-size: 15px;
    margin-bottom:20px;
}
.date-card {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    word-wrap: break-word;
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition-property: box-shadow, opacity;
    white-space: normal;
    box-shadow: 0 2px 25px -5px rgba(0, 0, 0, .16), 0 25px 21px -5px rgba(0, 0, 0, .1) !important;
    border-radius: 14px !important;
}

.date-header {
    background: #4756B4;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    display: flex;
    justify-content: center;
    color: white;
    padding: 0px 15px;
}

.date-header .text {
    font-weight: bold;
}

.date-body {
    padding: 0 10px 12px 10px;

}

.date-body .first-text {
    display: flex;
    justify-content: start;
    align-content: center;
}
.date-body .first-two {
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.date-body img {
    margin-left: 5px;
    display:inline-block;
}

.date-selected{
    background: yellow;
    color: rgb(94, 94, 94);
    padding: 3px;
    border-radius: 4px;
}
.custom-button {
    position: relative;
    color: #efa400;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black; /* بوردر مشکی با ضخامت 2 پیکسل */
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
}

.button-text {
    font-size: 13px;
    display: inline-block;
    animation: zoomOut 2s infinite alternate;
}

.button-icon {
    display: inline-block;
    margin-left: 5px;
    animation: zoomIn 2s infinite alternate;
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9); /* زوم اوت با مقدار scale کمتر از 1 */
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1); /* زوم این با مقدار scale بیشتر از 1 */
    }
}
.button-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.button-section-right{
    display: flex;
    justify-content: right;
    margin-top: 10px;
    float: right;
}
.button-section-left{
    display: flex;
    justify-content: left;
    margin-top: 10px;
    float:left;
}

.button-section-center{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.custom-button-pink {
    padding: 5px 30px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    border-radius: 50px; /* بوردر با ردیوس 50 پیکسل */
    background-color: #e91e63!important; /* رنگ پس‌زمینه */
    color: #fff; /* رنگ متن */
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px

}
.ticket{
    margin-bottom: 12px;
    border: 2px dashed rgb(176, 176, 176);
    padding: 5px;
    box-shadow: 0 3px 12px 0 rgba(104, 113, 134, .2) !important;
    border-radius: 14px !important;
}

.ticket-title{
    font-size:14px;
}
.car-title{
    font-size:20px;
    color:#4756b4;
}
.item-services input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.item-service {
    margin-bottom: 12px;
    border: 2px dashed rgb(176, 176, 176);
    padding: 5px;
    box-shadow: 0 3px 12px 0 rgba(104, 113, 134, .2) !important;
    border-radius: 14px !important;
}
.item-services{
    margin-top : 1px;
}
.tickets{
    margin-top : 10px;
}
.ticket-price{
    text-align: center;
}
.buy{
    margin-top: 10px;
    text-align: center;
}
.badage{
    background: #ededed;
    border-radius: 10px;
    padding: 0 5px;
    margin-left:0.2rem;
    font-weight: 400;
    display:inline;
}
.ticket-sale-price{
    text-align: center;
}
.ticket-sale-price span{
    font-weight: bold;
}

.flight-sale-price{
    text-align: left;
    width:45% !important;
}
.flight-sale-price span{
    font-weight: bold;
    font-size:20px;
    color:green;
}
.remainedCapacity{
    color:red;
    font-size:small;
}
.custom-button:focus,.custom-button:hover {
    background: #4756b4eb;
    /* opacity: 0.08; */
}


.inputGroupCard {
  margin: -6px;
}

.inputGroupCard input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.inputGroupCard label {
    display: block;
    border-radius: 14px;
    font-size: 15px !important;
    font-weight: 300;
}

.inputGroupCard label:hover {
  background-color: #ffffff;

}

.inputGroupCard input[type="radio"]:checked + label {
    background-color: #a4ff00;
}

.item-services {
  margin: 2px;
}

.item-services input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.item-services label {
    display: block;
    border-radius: 14px;
    font-size: 15px !important;
    font-weight: 300;
}

.item-services label:hover {
  background-color: #ffffff;

}

.item-services input[type="radio"]:focus + label {
    
}

.item-services input[type="radio"]:checked + label {
    background-color: #a4ff00;
}

.roompic{
    width: 300px;
    height:150px;
}
.carpic{
    width: 230px !important;
    height:120px;
}
.cst-search-btn {
    display: block;
    margin-top: 160px;
    padding: 1.219em 4.411em;
    line-height: 1;
    animation: pulse-blue 2s infinite;
    border-radius: 40px;
    background: #4756B4;
    width:80%;
}
.cst-search-btn:hover {
    background: #f4a700;
}

.room-search-btn {
    display: block;
    margin-top: 10px;
    padding: 1.219em 4.411em;
    line-height: 1;
    animation: pulse-blue 2s infinite;
    border-radius: 40px;
    background: #4756B4;
    width:70%;
}
.room-search-btn:hover {
    background: #f4a700;
}
.funs-ticket-top{
    margin-bottom: -2px;
    border: 2px dashed rgb(176, 176, 176);
    padding: 5px;
    box-shadow: 0 3px 12px 0 rgba(104, 113, 134, .2) !important;
    border-radius: 15px 15px 0px 0px!important;
}
.funs-ticket-bottom{
    margin-bottom: 12px;
    border: 2px dashed rgb(176, 176, 176);
    padding: 5px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 30%) !important;
    border-radius: 0px 0px 15px 15px!important;
}
.funs-title{
    font-size:16px;
    color:#4756b4;
    text-align:center;
    margin-top:0.5rem;
    line-height:1.2em;
}
.ticket-time{
    font-size:20px !important;
    color:#000000;
    font-weight: bold !important;
}
.col-funs {
    flex: 0 0 auto;
    width: 35% !important;
    margin-top:-5px;
}
.col-properties-funs {
    flex: 0 0 auto;
    width: 65% !important
}
.col-price {
    flex: 0 0 auto;
    width: 45% !important;
}
.col-discount {
    text-align: left;
    width: 55% !important;
}
.col-singleprice{
    flex: 0 0 auto;
    width: 100% !important;   
    text-align:center;
    font-size:large;
}
.col-discount span{
    font-weight: bold;
    font-size:20px;
    color:green;
}
.remainedCapacity-funs{
    color:red;
    justify-content:center;
    display:flex;
    font-size:small;
}
.img-time{
    margin-bottom: -8px;
    margin-left:0px !important;
}
.soldout-ticket {
    opacity: 0.5;
    pointer-events: none; 
    filter: grayscale(100%);
}

.soldout-text {
    color: #999;
    font-weight: bold;
}

.soldout-ticket .funs-title {
    color: #888;
}


.funs-ticket {
  position: relative;
  overflow: inherit;
}


.funs-ticket.soldout-ticket {
  opacity: 0.7;
  filter: grayscale(100%);
  background: #f5f5f5;
}

.funs-ticket.soldout-ticket::after {
    content: "🔒 تکمیل ظرفیت";
    position: absolute;
    top: 50%;
    left: 50%;
    opacity:85%;
    transform: translate(-50%, -50%);
    background: rgba(180,0,0,0.95);
    color: #fff;
    padding: 12px 28px;
    font-size: 20px;
    font-weight: 900;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    z-index: 9;
    white-space: nowrap;
}

.form-label {
    display: inline-block; 
    text-align: center;
    width: 100%; 
}
.section-right{
    margin-top: 10px;
    float: right;
    width:50%;
}
.section-left{
    margin-top: 10px;
    float:left;
    width:50%;
}
.custom-hotel-button {
    position: relative;
    color: #000000;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid black; /* بوردر مشکی با ضخامت 2 پیکسل */
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    width:98%;
}
#car-date-picker1,
#car-date-picker2,
#hotel-date-picker1,
#hotel-date-picker2,
#car-time-picker1,
#car-time-picker2{
    width:98%;
}
.cst-search-hotel-btn{
    display: block;
    margin: 0 auto;
    padding: 1.219em 4.411em;
    margin-top:5px;
    line-height: 1;
    animation: pulse-blue 2s infinite;
    border-radius: 40px;
    background: #4756B4;
    width:70%;
}
.cst-search-hotel-btn:hover {
    background: #f4a700;
}
