.mainform .progress {
    padding: 0;
    margin-top: 10px;
    background: #faebd700;
}
}

#progress_bar::-webkit-progress-bar {
  background-color: #f0f0f0;
  border-radius: 10px;
}

#progress_bar::-webkit-progress-value {
  background-color: #4caf50;
  border-radius: 10px;
  transition: width 0.5s ease;
}





.ui-widget {
    font-family: inherit!important;
    font-size: 13px!important;
    background-color: rgb(255 255 255 / 50%)!important;
    padding: 20px!important;

    border: none!important;
    border-radius: 0.5em!important;
    backdrop-filter: blur(10px)!important;
    -webkit-backdrop-filter: blur(10px)!important;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none!important;
	background: #007fff2e!important;
	color: #ffffff;
}


span.price{
    display: block;
    font-size: 0.7em;
    font-family: 'Roboto';
}

.glass-container.dark, .glass-container .form-select {
    background-color: rgb(20 15 13 / 75%);
    color: #e6e6e6;
    border: none;
}

.favourite span {
    margin: 0 10px;
    display: inline-block;
}

.dark input::placeholder {
color: #e6e6e6;
}

.dark .form-control:focus {
    color: #fefefe;
    background-color: #221c19;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgb(138 138 138 / 48%);
    box-shadow: 0 0 0 0.1rem rgb(138 138 138 / 48%);
}

.ticket-info {
margin: 1em;
text-align: left;
}

.key {
    display: inline-block;
    color: #ff0053;
    padding-right: 5px;
}

.value {
display: block;
color: #e5e5e5;
}

.station {
font-size: 0.6em;
}

.btn-primary {
    color: #fff;
    background-color: #d43267;
    border-color: #d43267;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8c133a70;
    border-color: #8c133a;
}












@media (max-width: 767.98px) {

.calwrapper {
    padding: 8px;
    min-height: 200px;
}

.head-info {
margin: none
}

.head-day {
    font-size: 1em;
    line-height: 1;
    color: #fff;
    display: inline-block;
}

.head-month {
display: inline-block;
}


}


.cheapper {

  color: #198754;

}

.most-cheapper {
  color: #019acc;
}

.expensive {
  color: #e45c74;
}

/* Legacy migration banner (inna) */
.ct-migrate-banner {
  background: linear-gradient(90deg, #1a2332 0%, #243447 100%);
  border-bottom: 2px solid #e23d6b;
  color: #e8ecf1;
  padding: 0.85rem 1rem;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.ct-migrate-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.ct-migrate-banner__text {
  margin: 0;
  flex: 1 1 260px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #e8ecf1;
}

.ct-migrate-banner__link {
  display: inline-block;
  flex: 0 0 auto;
  background: #e23d6b;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  white-space: nowrap;
}

.ct-migrate-banner__link:hover {
  background: #c8325c;
  color: #fff !important;
}

@media (max-width: 576px) {
  .ct-migrate-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .ct-migrate-banner__link {
    text-align: center;
  }
}
