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}
}
::-webkit-scrollbar {
   -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
   width: 10px;
}

::-webkit-scrollbar:horizontal {
   height: 10px;
}

::-webkit-scrollbar-thumb {
   overflow:auto;
   background-color: #ffffff;
   border-radius: 20px;
   border: 1px solid #000000;
}

::-webkit-scrollbar-track { 
   overflow:auto;
   border-radius: 10px;
   background-color: #80b6ec; 
}


.date-container {
    font-size: 15px;
}

.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;
}

.date-selected,.date-selected1,.date-selected2 {
    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: 14px;
    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;
}
.flight-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: 14px 14px 0px 0px!important;
}
.flight-ticket-bottom{
    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: 0px 0px 14px 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: 11px;
    padding: 0 5px;
    font-weight: 400;
    letter-spacing: .0333333333em !important;
    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: #8080801f;
    /* opacity: 0.08; */
}


.inputGroupCard {
  margin: 2px;
}

.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;
}

.inputGroupFlightCard {
  margin: -20px;
}
.inputGroupFlightCard input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.inputGroupFlightCard label {
    display: block;
    border-radius: 14px;
    font-size: 15px !important;
    font-weight: 300;
}

.inputGroupFlightCard label:hover {
  background-color: #ffffff;

}

.inputGroupFlightCard 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: 0 auto;
    padding: 1.219em 4.411em;
    line-height: 1;
    animation: pulse-blue 2s infinite;
    border-radius: 40px;
    background: #4756B4;
}
.cst-search-btn:hover {
    background: #f4a700;
}
