@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body{
  color:#333;
  font-size: 0.9rem;
}
h1, h2, h3, h4, h5, h6{
  color:#333;
}
.owl-carousel .owl-item{
  height:400px;
}

a{
  color:#4d5d70
}

a:hover{
  color:#4d5d70
}

.sticky-wrapper a{
  padding-right:25px;
  font-weight:500;
  font-size: 16px;
}

.sticky-wrapper a:hover {
  color:#4d5d70;
}

.slider{
  position:relative;
}

.venue-details{
  position: absolute;
  z-index: 1000;
  color: #fff !important;
  bottom: 60px;
  margin: 0 -15px;
  width:100%;
  left: 15px;
  text-shadow: 0px 0px 4px #000;
}
.venue-details h1{
  color:#fff;
}

.info{
  padding:10px 0;
}

.orario ul{
  list-style: none;
  margin:0;
  padding:0;
}
.orario ul li{
  display: flex;
  line-height: 2;
  justify-content: space-between;
  font-size: 16px;
}

.orario ul li.active{
  color:#333;
  font-weight:700;
}

.upiresia_holder{
  padding:15px 0;
  display: flex;
  cursor:pointer;
  justify-content: space-between;
}
.upiresia_holder:hover span.name{
  color:#4d5d70;
}

.upiresia_holder .upiresia{
  font-weight: bold;
  color:#333;
  margin-left:10px;
  font-size:16px;
}

.mainHeading{
  margin: 30px 0;
  font-weight: bold;
}
.onoma_katigorias{
  margin-top:47px;
  font-size:20px;
}

/* Customize the label (the containerCheck) */
.containerCheck {
  display: block;
  pointer-events: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  margin-left: 5px;
}
.containerCheck.pass{
  pointer-events: all;
  margin-left: 0;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.containerCheck.pass .checkmark{
  margin-left:0;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
  background-color: #4d5d70;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkTimi{
  display: flex;
}

.mapouter{
  position:relative;
  text-align:right;
  height:500px;
  width:100%;
}
.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:500px;
  width:100%;
}

#sidebar{
  position: sticky;
  top: 100px;
  z-index: 1;
}

#quick-booking {
  z-index: 520;
  width: 100%;
}

#quick-booking>div {
  background-color: #fff;
  margin-bottom: 30px;
  padding:0px;
  position: relative;
}

#quick-booking-content select{
  display:none;
}

.sunergatis_choice select{
  display:none;
}

.quick-booking-actions .btn{
  padding: 15px 40px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

.search{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ontype{
  margin-left: 15px;
}

.onSelect{
  margin-right:15px;
}

.tag{
  background: #4d5d70;
  padding: 10px 30px 10px 10px;
  color: #fff;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

span.removeTag {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.tag select{
  max-width: 200px;
}
#bookingModal .sidebar{
  position: absolute;
  right:0;
}
#bookingModal .mobilesidebar{
  position: relative;
  display:none;
}
#bookingModal .modal-body {
  overflow: auto;
}

#bookingModal .modal-dialog {
  height:80vh;
  max-width: 80%;
}

#bookingModal .modal-content{
  height:90vh;
  overflow: hidden;
}

#registerModal .form-control{
  height: calc(2em + 0.75rem + 2px);
}

#registerModal .modal-dialog{
  top:20%;
}

/* Chrome, Safari, Edge, Opera */
#registerModal input::-webkit-outer-spin-button,
#registerModal input::-webkit-inner-spin-button,
#forgotVerificationForm input::-webkit-outer-spin-button,
#forgotVerificationForm input::-webkit-inner-spin-button
 {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#registerModal input[type=number],
#forgotVerificationForm input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

#upiresies_modal .mainHeading{
  margin-top:0;
}
#upiresies_modal.info{
  padding-top:0;
}
.modalTags, div.day{
  margin-bottom:30px;
}
.upirCont{
  height: 70vh;
}

.step2, .step3{
  display:none;
}

.datepicker-inline {
  width: 100%;
}
.datepicker table {
  width: 100%;
}

.bookingCalendar {
  border-bottom: 1px solid #4d5d70;
  padding-bottom: 30px;
}

.slot-list{
  list-style: none;
  margin:0;
  padding:0;
}

.slot-list .time{
  font-size: 22px;
  color: #4d5d70;
  font-weight: 600;
}

.slot_holder{
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 10px;
  cursor: pointer;
}

.reg-step-2, .reg-step-2b, .reg-step-3, .reg-step-4{
  display: none;
}

.backArrow{
  background: none;
  border: none;
}
.backArrow{
  display:none;
}

.nk-error{
  color:#c00;
  text-align: left;
}

/* loader */
.loader{
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1000000;
  display: none;
}

.lds-ellipsis {
  display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.verifyButton{
  border-radius: 4px;
  background: #4d5d70;
  color: #fff;
  margin-left: -15px;
}

.rantevouHolder{
  position: relative;
}
.rantevouHolder h5{
  color:#4d5d70;
  margin-bottom:0;
}
.rantevouHolder p{
  color:#333;
  font-size: 18px;
}
.cancelRantevou{
  background: #c00;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.forgot-step-2, .forgot-step-3, .forgot-step-4{
  display:none;
}


.fblogin {
	background:#1877F2; 
text-indent:0;
	border:1px solid #1877F2;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:50px;
	line-height:50px;
width:200px;
	text-decoration:none;
	text-align:center;
}.fblogin:hover {
	color:#fff;
  
}
.customGSignInBtn {
  background-color: #db4437;
  color: white;
  width: 200px;
  border-radius: 0;
  border: none;
  padding: 13px 20px;
  font-size: 15px;
  height: 50px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
}
.customGSignInBtn:hover {
  background-color: #C1351D;
  color:#fff;
}

.g_id_signin{
  text-align: center;
  width: fit-content;
  margin: 10px auto;
}

.addressInfo{
  color:#333;
  display: flex;
  justify-content: space-between;
  margin:20px 0;
}

.overview .mainEvent {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.overview .form-group label {
  font-weight: bold;
}
.overview .btn-primary {
  background-color: #4d5d70;
  border-color: #4d5d70;
  transition: background-color 0.3s, border-color 0.3s;
}
.overview .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}
.overview-section {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 8px;
  border-top: 10px solid #4d5d70;
}
.overview-section p {
  margin-bottom: 10px;
  font-size: 16px;
  color:#333;
}
.overview-section strong {
  color: #333;
}
.overview .totalCost{
  font-size:24px;
  font-weight:700;
  color:#4d5d70;
}

.category-container{
  display: flex;
}

.category-box {
  display: flex;
  padding: 10px 20px;
  margin-right: 10px;
  border: 1px solid #4d5d70;
  width: 100px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  font-weight:600;
  color:#4d5d70;
  flex-direction: column;
}

.category-box:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}
.category-box.active {
  background-color: #4d5d70;
  color: #fff;
  border-color: #4d5d70;
}
.category-box img{
  max-width:50px;
}
.category-box.active img{
  filter: brightness(0) invert(1);
}

#team .nav-tabs {
  border:none;
}

#team .nav-tabs .nav-link.active {
 border-bottom: 3px solid #4d5d70;
}
#team .nav-tabs .nav-link {
  color:#333;
 }
#team .nav-tabs .nav-link {
  border-radius: 0;
  display: flex;
  align-items: center;
  border:none;
  padding:20px;
}
#team .tab-content {
  border-top: none;
  padding: 15px;
}
span.fallback{
  width: 80px;
  border-radius: 50%;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  background: #4d5d70;
  color: #fff;
}
#myTabContent img, .douleiarow img {
  width: auto;
  height: 200px; /* Set a fixed height for portrait orientation */
  object-fit: cover;
  overflow: hidden;
  display: block;
  margin: 0 auto; /* Center the image horizontally */
  max-width: 100%;
}

.tab-pane > p{
  font-size: 20px;
  font-weight: bold;
  color:#333;
}

#team .nav-tabs img{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  overflow: hidden;
  max-width: 100%;
}
span.onoma {
  margin-left:20px;
}

.upiresies_list{
  display:none;
}

#katigories li i{
  display:none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.owl-theme .owl-dots .owl-dot span{
  background:#4d5d70;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4d5d70;
}

.xronos, .perigrafi{
  display: block;
  font-size:18px;
  margin-top: -4px;
}
.perigrafi{
  font-size:16px;
  margin-top: 0px;
  margin-bottom:10px;
}
.tokatastima{
  font-size: 18px;
  margin-bottom: 50px;
}

.disclaimer{
  line-height:1;
  margin-top:20px;
  font-style:italic;
}

.sunergatis_choice{
  margin-left: 38px;
  margin-top: -10px;
  margin-bottom: 20px;
  max-width: 200px;
}

meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]{ background: red; width: 33%}
meter[value="2"]{ background: yellow;  width: 66%}
meter[value="3"]{ background: green;  width: 100%}
meter[value="4"]{ background: green;  width: 100%}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: green; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: green; }
meter[value="4"]::-moz-meter-bar { background: green; }

#katigories{
  margin:30px 0 0;
  padding:0;
  list-style: none;
}
#katigories li{
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #4d5d70;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#katigories li.active, #katigories li:hover{
  color:#fff;
  background: #4d5d70;
}

.timi {
  font-size: 16px;
  font-weight: bold;
  color:#4d5d70;
}

.infoText{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  font-size: 16px;
  font-weight: 600;
}

/* Language Switcher Styles */
.language-switcher {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin: 0 20px;
}

.language-switcher .lang-item {
    color: #777;
    text-decoration: none;
    padding: 5px 3px;
    transition: color 0.3s;
}

.language-switcher .lang-item:hover {
    color: #333;
    text-decoration: none;
}

.language-switcher .lang-item.active {
    color: #4d5d70;
    font-weight: bold;
}

.language-switcher .lang-divider {
    color: #ccc;
    margin: 0 2px;
}

#upiresies .alert-warning{
  background: #f5f5f5;
  border-color: #f5f5f5;
  color:#333;
}

/* Payment Options Styling */
.payment-options {
  border-top: 1px solid #dee2e6;
  padding-top: 1rem;
}

.payment-options .btn {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.payment-options .btn-warning {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: white;
}

.payment-options .btn-warning:hover {
  background-color: #e8690e;
  border-color: #dc5f0d;
}

.payment-options .alert-info {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

/* Payment Option Cards */
.payment-option {
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  background-color: white;
}

.payment-option:hover {
  border-color: #4d5d70;
  background-color: #f8f9fa;
  box-shadow: 0 2px 8px rgba(77, 93, 112, 0.15);
}

/* Hide radio buttons */
.payment-option .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style the label to be clickable */
.payment-option .form-check-label {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

/* Selected state styling */
.payment-option:has(input[type="radio"]:checked),
.payment-option.selected {
  border-color: #4d5d70;
  background-color: #f8f9fa;
  box-shadow: 0 2px 8px rgba(77, 93, 112, 0.2);
}

.payment-option:has(input[type="radio"]:checked) .form-check-label,
.payment-option.selected .form-check-label {
  color: #4d5d70;
  font-weight: 600;
}

.payment-option:has(input[type="radio"]:checked) .payment-option-content,
.payment-option.selected .payment-option-content {
  border-left: 4px solid #4d5d70;
  padding-left: 1.5rem;
}

/* Fallback for browsers without :has() support */
.payment-option input[type="radio"]:checked + label {
  color: #4d5d70;
  font-weight: 600;
}

.payment-option input[type="radio"]:checked + label .payment-option-content {
  border-left: 4px solid #4d5d70;
  padding-left: 1.5rem;
}

.payment-option-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.5rem;
  transition: all 0.3s ease;
}

.payment-option-content i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.payment-title {
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.payment-option .form-check-input:checked {
  background-color: #4d5d70;
  border-color: #4d5d70;
}

.details-link {
  font-size: 12px !important;
  color: #4d5d70 !important;
  text-decoration: none !important;
  margin-left: 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.details-link:hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
}

.perigrafi {
  margin-top: 5px;
  color: #666;
  line-height: 1.4;
  overflow: hidden;
  transition: all 0.3s ease;
}

.perigrafiXronos{
  display: flex;
  align-items: center;
}

#password_confirm-error {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
}

#quick-booking-content .choose-empl {
  display: none;
}

@media (max-width: 767px) {
    .language-switcher {
        font-size: 13px;
    }
    .rightMenu{
      flex-direction: column-reverse;
      justify-content: center;
    }
}

@media screen and (max-width:992px){
  #bookingModal .modal-body{
    padding-bottom: 120px;
  }
  .upiresies_list{
    width:100%;
  }
  #katigories .onoma_katigorias{
    display:none;
  }
  #katigories li.active, #katigories li:hover{
    color: #4d5d70;
    background: none;
  }
  #katigories li:first-child{
    display: none;
  }
  #katigories li i{
    display:block;
  }
  .category-container{
    overflow-x: auto;
  }
  .category-container .row{
    justify-content: space-between;
    flex-wrap:nowrap;
  }
  .category-box{
    margin-right:10px;
    margin-bottom: 10px;
  }
  .loginWithEmailTop{
    font-size:0.8rem;
  }
  .bookingCalendar{
    padding-bottom: 10px;
  }
  .modal-footer{
    position: fixed;
    bottom: 0;
    z-index: 520;
    background: #fff;
    width: 100%;
    left: 0;
  }
  .sticky-wrapper a{
    padding-right:10px;
  }
  #quick-booking{
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }
  #quick-booking>div{
    border-radius:0;
    padding:5px 30px;
    box-shadow: 1px 7px 18px #333;
    margin:0;
    line-height:1;
  }
  #bookingModal .modal-dialog{
    height:100vh;
    max-width:100%;
  }
  #bookingModal .modal-content{
    height:100vh;
  }
  #bookingModal .mobilesidebar{
    position:relative;
    display:block;
  }
  #bookingModal .sidebar{
    display:none;
  }
}

.finalBooking{
  margin-bottom:30px;
}

.profiImg{
  min-width:80px;
}

/* Password toggle styling */
.password-toggle {
  cursor: pointer;
  background-color: #f8f9fa;
  border-left: 1px solid #ced4da;
}

.password-toggle:hover {
  background-color: #e9ecef;
}

.password-toggle i {
  color: #6c757d;
}

.password-toggle:hover i {
  color: #495057;
}

/* Enhanced Terms Checkbox Styling */
.form-check {
  margin-bottom: 1rem;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.form-check .form-check-input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 2px;
}

.form-check .form-check-input:hover {
  border-color: #4d5d70;
  box-shadow: 0 2px 8px rgba(77, 93, 112, 0.15);
}

.form-check .form-check-input:focus {
  outline: none;
  border-color: #4d5d70;
  box-shadow: 0 0 0 3px rgba(77, 93, 112, 0.25);
}

.form-check .form-check-input:checked {
  background-color: #4d5d70;
  border-color: #4d5d70;
  background-image: none;
}

.form-check .form-check-input:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  margin-bottom: 0;
  user-select: none;
  flex: 1;
}

.form-check .form-check-label:hover {
  color: #4d5d70;
}

.form-check .form-check-label a {
  color: #4d5d70;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.form-check .form-check-label a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Disabled state for checkbox */
.form-check .form-check-input:disabled {
  background-color: #f8f9fa;
  border-color: #e9ecef;
  cursor: not-allowed;
  opacity: 0.6;
}

.form-check .form-check-input:disabled + .form-check-label {
  color: #6c757d;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Animation for checkbox */
.form-check .form-check-input {
  background-image: none;
}

.form-check .form-check-input:checked {
  animation: checkboxPulse 0.3s ease;
}

@keyframes checkboxPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}