#reserve_modal_form fieldset .form-card {
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#reserve_modal_form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

#reserve_modal_form fieldset:not(:first-of-type) {
  display: none
}

#reserve_modal_form fieldset .form-card {
  text-align: left;
  color: #9E9E9E
}

#reserve_modal_form input,
#reserve_modal_form textarea {
  /*margin-bottom: 25px;*/
  /*margin-top: 2px;*/
  width: 100%;
  box-sizing: border-box;
  /*color: #585860;*/
  font: 400 14px / 1.2 Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2C3E50;
}
.input-row{
  /*margin-bottom: 30px;*/
}
.count{
  font-size: 16px !important;
  font-weight: 500 !important;
}

.select2-container--default .select2-selection--single {
  height: 42px;
  min-width: 10px;
  background-color: #fff;
  border: 1px solid #bab6cc;
  border-radius: 5px;
}
.parsley-errors-list li {
  /*color: #324aa2 !important;*/
  color: #dc3545 !important;
  text-align: left;
}

#reserve_modal_form .action-button {
  width: 75%;
  font-weight: bold;
  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  border-radius: 25px;
  background: #cd238e;
}

#reserve_modal_form .action-button-previous {
  width: 50px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  background-image: url("../../pages/img/icons/chevron-left.png")!important;
  background-repeat: round;
}

#reserve_modal_form .action-button-previous:hover,
#reserve_modal_form .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative
}

.fs-title {
  font-size: 18px;
  color: #324aa2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 36px
}

.fs-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: start;
  color: #324aa2;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #000000
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 20%;
  float: left;
  position: relative
}

#progressbar #stepOne:before {
  /*font-family: FontAwesome;*/
  /*content: "\f0c0";*/
  content: "1";
}

#progressbar #stepTwo:before {
  /*font-family: FontAwesome;*/
  /*content: "\f129";*/
  content: "2";
}

#progressbar #stepThree:before {
  /*font-family: FontAwesome;*/
  /*content: "\f0ca";*/
  content: "3";
}

#progressbar #stepFour:before {
  /*font-family: FontAwesome;*/
  /*content: "\f046";*/
  content: "4";
}

#progressbar #stepFive:before {
  /*font-family: FontAwesome;*/
  /*content: "\f0d6";*/
  content: "5";
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 37px;
  display: block;
  font-size: 18px;
  color: gray;
  background: #ffffff;
  border-radius: 15%;
  margin: 0 auto 10px auto;
  padding: 2px;
  border: 1px solid #cd238e;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #cd238e;
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: -1
}

#progressbar li:last-child:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #cd238e;
  position: absolute;
  left: -50%;
  top: 20px;
  z-index: -1
}

#progressbar li.active:before {
  background: #cd238e;
  color: white;
}

#progressbar li.active:after {
  background: #cd238e;
  color: white;
}

.radio-group {
  position: relative;
  margin-bottom: 25px
}

.radio {
  display: inline-block;
  /*width: 204px;*/
  /*height: 104px;*/
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
  width: 100%;
  object-fit: cover
}

.qty .count {
  position: absolute;
  top: 50%;
  left: 30%;
  color: #000;
  /*display: inline-block;*/
  /*vertical-align: top;*/
  font-size: 20px !important;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
  border: none !important;
  background: none;
}
/*.qty .plus {*/
/*  cursor: pointer;*/
/*  display: inline-block;*/
/*  vertical-align: top;*/
/*  color: black;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  font: 22px/1 Arial,sans-serif;*/
/*  text-align: center;*/
/*  background: #F0F0F0;*/
/*  border-bottom-right-radius: 9%;*/
/*  border-top-right-radius: 9%;*/
/*  padding: 4px;*/
/*  border: 1px solid #ccc;*/
/*  }*/
/*.qty .minus {*/
/*  cursor: pointer;*/
/*  display: inline-block;*/
/*  vertical-align: top;*/
/*  color: black;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  font: 24px/1 Arial,sans-serif;*/
/*  text-align: center;*/
/*  background-clip: padding-box;*/
/*  background: #F0F0F0;*/
/*  border-bottom-left-radius: 9%;*/
/*  border-top-left-radius: 9%;*/
/*  border: 1px solid #ccc;*/
/*}*/
.qty .add-button  {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 22px;
  left: 10px;
  margin-top: 19px;
  text-indent: -10000px;
  background: 0 0;
  cursor: pointer;
}

.qty .add-button:before {
  content: '-';
  font-size: 22px;
  color: #fff;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.qty .add-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cd238e;
  border-radius: 100%;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  text-indent: 0;
  z-index: 1;
}

.qty {
  margin-bottom: 20px!important;
}

.qty .add-button.inc:before, .reveal-datepicker__button span:after {
  content: '+';
}

.qty .add-button.inc {
  left: auto;
  right: 10px;
}

.qty .add-button:hover:after {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  background: #ea008a;
}

.qty .add-button[disabled] {
  cursor: default;
}

.qty .add-button[disabled]:after {
  background: #f5d3e8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#side-modal-reserve div {
  text-align: center;
}
/*.minus:hover{*/
/*  background-color: #717fe0 !important;*/
/*}*/
/*.plus:hover{*/
/*  background-color: #717fe0 !important;*/
/*}*/
/*Prevent text selection*/
.progressbar-designer li span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/*input{*/
/*  border: 0;*/
/*  width: 2%;*/
/*}*/
/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
/*  -webkit-appearance: none;*/
/*  margin: 0;*/
/*}*/
input:disabled{
  background-color:white;
}
.qty, .d-flex-row {
  display: flex;
}
.count{
  padding: 0px 8px 0px 8px!important;
  border: 1px solid #ccc!important;
  margin-top: 0px!important;
  width: 45%!important;
  color: #2C3E50;
  height: 30px;
  text-align: center;
  border-radius: 0px!important;
}

.btn-search-first-step {
  width: 100%;
  background: white;
}

#reserve_modal_form fieldset {
  background: #f4f4f8!important;
  padding: 5%!important;
}

.login-box{
  margin-bottom: 30px;
}
#login-btn{
  width: 100%;
  font-weight: bold;
  border: 0 none;
  cursor: pointer;
  padding: 10px 5px;
  margin-bottom: 0 !important;
  border-radius: 25px!important;
  background: #cd238e;
  color: white !important;
}

.form-card label {
  display: block;
  padding-bottom: 5px;
  color: #324aa2;
  font-size: 14px;
}

.text-left h4 {
  font-size: 20px;
  color: #324aa2;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.db-dates{
  border: 1px solid #d9d7e7;
  padding: 5px;
  border-radius: 4px;
  background: transparent;
  width: 100%;
}

.db-dates .caret {
  float: right;
  vertical-align: middle;
  margin-top: 7px;
}

.dropdown-menu {
  width: 100%;
  transform: translate3d(0px, 41px, 0px);
}

.dropdown-menu li{
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.dropdown-menu li:hover{
 background: #cd238e;
 color: white;
 cursor: pointer;
}

.dropdown-menu .divider {
  margin: 0!important;
  padding: 0!important;
}

.open>.dropdown-menu {
  display: none;
}

.col-3 .icon-calendar--alt:before {
  content: '\e918';
  color: #324aa2;
  vertical-align: -webkit-baseline-middle;
  font-size: 22px;
  top: 5px;
  position: relative;
}

.col-12 .icon-calendar--alt:before {
  content: '\e918';
  color: #324aa2;
  vertical-align: -webkit-baseline-middle;
  font-size: 22px;
  position: relative;
  display: flex;
}

.dark-color-text {
  color: #324aa2;
}

.age-children{
  width: 25%!important;
  padding: 5px;
  text-align: center;
  border: none !important;
  font-weight: 500 !important;
}

.level-age-children{
  padding-top: 13px;
  padding-right: 10px;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  /*margin: 3px 3px 3px 4px;*/
  padding: initial;
  border: initial;
  width: 20px !important;
  margin: 0 !important;
  accent-color: #cd238e;
}

input[type="radio" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  /*margin: 3px 3px 0 5px;*/
  padding: initial;
  border: initial;
  width: 20px!important;
  height: 20px;
  accent-color: #3149A2;
  margin-bottom: 0!important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: flex !important;
  justify-content: center;
}

.main-menu__list--item li, .offer__title, .text h2 {
  text-align: left!important;
}

.label-profile {
  text-align: left;
  margin-top: 12px;
  color: #324aa2 !important;
  font-weight: 500;
}

.link-text {
  color: #324aa2!important;
  text-decoration: underline!important;
  font-size: 14px!important;
  font-weight: 700!important;
  padding: 0!important;
}

.border-none {
  border: none!important;
}

.offer__line .calendar-db {
  margin: 7px 4px 0 0!important;
}

.mt-17{
  margin-top: 17px!important;
}

.label-reserve-guest {
  text-align: left;
  margin: 15px 0 0 10px;
  font-size: 13px;
}

#price-result{
  min-height: 50px;
}
.price-result-box{
  background: white !important;
}

.date-box{
  margin: 20px 0;
}
/* Общ стил за прогрес бара */
.progressbar-designer {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  padding: 0;
  position: relative;
  counter-reset: step;
}

.progressbar-designer li {
  list-style: none;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.progressbar-designer li .step-number {
  display: inline-block;
  background: #324aa2; /* Сиво за неактивни стъпки */
  color: white;
  font-weight: bold;
  border-radius: 8px; /* Заоблени ъгли за квадратите */
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  transition: background 0.3s ease, border 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent; /* Прозрачен бордер за неактивни стъпки */
}

.progressbar-designer li.active .step-number {
  background: white; /* Запазваме активната стъпка с бял фон */
  border: 2px solid #324aa2; /* Бордер с желания цвят за активната стъпка */
  color: #324aa2;
}

.progressbar-designer li.completed .step-number {
  background: #324aa2; /* Запълване за миналите стъпки */
  color: white;
  border: 2px solid #324aa2; /* Бордер с цвят на минали стъпки */
}

.progressbar-designer li .step-label {
  display: block;
  margin-top: 10px;
  color: #666;
  font-weight: 500;
}

.progressbar-designer li.active .step-label {
  color: #324aa2; /* Цвят на етикета на активната стъпка */
}

.progressbar-designer li.completed .step-label {
  color: #324aa2; /* Цвят на етикета за миналите стъпки */
}

.progressbar-designer li::before {
  content: '';
  position: absolute;
  top: 25px;
  left: -50%;
  height: 4px;
  width: 100%;
  background-color: #324aa2; /* Сиво за линиите на неактивни стъпки */
  z-index: -1;
}

.progressbar-designer li:first-child::before {
  display: none;
}

.progressbar-designer li.active::before {
  background-color: #324aa2; /* Линията на активната стъпка */
}

.progressbar-designer li.completed::before {
  background-color: #324aa2; /* Линията на миналите стъпки */
}

.progressbar-designer li.active ~ li::before {
  background: #ddd; /* Линии за бъдещите стъпки */
}

.progressbar-designer li .step-number,
.progressbar-designer li::before {
  transition: all 0.4s ease;
}

/* Анимация за плавен преход */
.progressbar-designer li.active ~ li .step-number {
  background: #ddd; /* Цветът на бъдещите стъпки */
}


.info-box .row{
  margin: 4px 5px 4px 5px;
}

.info-title{
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 500;
}

.info-text{
  font-size: 14px;
  color: #404040;
  font-weight: 500;
}
.person-title{
  text-align: left;
  font-size: 16px;
  color: #324aa2 ;
  margin: 10px 20px;
}
#payment-amount{
  font-size: 16px;
  color: #404040;
  font-weight: 500;
}
.total-price{
  margin-top: 30px;
}

.excursion-summary{
  margin-bottom: 12px;
}
.child-age-dropdown-custom{
  max-width: 150px;
}
.child-title{
  margin: 10px 20px;
}
.disabled {
  pointer-events: none; /* Забранява кликането */
  opacity: 0.5; /* Визуален ефект за деактивиране */
}
#step-1, #sub-1, #sub-2{
  display: none;
}
#side-modal-reserve{
  display: none;
}
.input-row div{
  margin-bottom: 30px!important;
}
.row.date-box {
  margin-bottom: 20px
}
.closebtn {
  color: #0A0A0A!important;
  background: #E7E7E7;
  border-radius: 20px;
  font-size: 15px!important;
  font-weight: 600;
  padding: 2px 17px 2px 17px!important;
}

.closebtn:hover {
  text-decoration: none!important;
  color: red!important;
}

.fs-20-px {
  font-size: 30px;
  padding-left: 10px;
}

#sub-2 {
  margin-top: 15px;
}

.sub-text {
  font-size: 12px;
  color: #2C3E50;
  font-weight: 500;
  text-align: center;
  display: block;
}

.border-success {
  content: "";
  background-image: url("../../pages/img/icons/check-green.png")!important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px 20px;
  background-position: calc(100% - 5px) center;
}

.select, input, select, textarea {
  padding: 12px 25px 12px 10px;
}

.blue-box {
  border: 1px solid #3149A2!important;
  border-radius: 15px;
  display: block;
  margin: 0 5px 0 5px;
  background:  #F9FAFC;
}

.blue-box-active {
  border: 1px solid #3149A2!important;
  border-radius: 15px;
  display: block;
  margin: 0px;
  background: #3149A2!important;
}

.blue-box .row .col-8 img, .blue-box-active .row .col-8 img{
  stroke-width: 1.25;
  width: 40px;
  height: 42px;
}

.blue-box-active .row .col-8 img{
  filter: brightness(0) invert(1);
}

.blue-box .row .col-8, .blue-box-active .row .col-8 {
  padding: 0;
  text-align: justify!important;
}

.blue-box .row label {
  font-size: 12px;
  color: #3149A2!important;
  font-weight: bold;
}

.blue-box-active .row label {
  font-size: 12px;
  color: #F9FAFC!important;
  font-weight: bold;
}

.blue-box-active .row .col-4 input[type="radio" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  /* margin: 3px 3px 0 5px; */
  padding: initial;
  border: initial;
  width: 20px !important;
  height: 20px;
  accent-color: #3149A2;
  margin-bottom: 0 !important;
}

.blue-box-active .row label .fs-16{
  color: #F9FAFC!important;
  text-align: center;
}

#blue-box-full-sum .row:nth-child(2) label,
#blue-box-deposit .row:nth-child(2) label{
  text-align: center;
  width: -webkit-fill-available;
}

.fs-20 {
  font-size: 20px!important;
  font-weight: bold!important;
}

.fs-14 {
  font-size: 14px!important;
  font-weight: 400!important;
}

.fs-16 {
  font-size: 16px!important;
  color: #404040;
  font-weight: bold!important;
}

.msg-deposit {
  font-size: 12px;
  color: #404040;
  font-weight: 500;
  width: 36%;
  text-align: center;
}

#excursion-offer .pl-0 .design-view {
  background-image: none!important;
  padding: 5px 5px 5px 5px!important;
  width: -webkit-fill-available!important;
  max-width: 250px !important;
  margin: unset!important;
  font-weight: 400;
}

@media (max-width: 499px) {
  .msg-deposit {
    width: 43%;
  }

  #reserve_modal_form .btn-primary-next {
    width: 70%!important;
  }

  #payment-box .blue-box,
  #payment-box .blue-box-active {
    display: flex!important;
    align-items: center!important;
    width: -webkit-fill-available;
    margin: 5px 0px 5px 0px;
  }

  #payment-box .blue-box .row,
  #payment-box .blue-box-active .row {
    display: flex!important;
    align-items: center!important;
  }

  #payment-box .blue-box .row .col-4,
  #payment-box .blue-box-active .row .col-4 {
    left: -15px;
  }

  #payment-box .blue-box .row label,
  #payment-box .blue-box-active .row label {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding: 0;
  }

  #blue-box-full-sum {
    width: 48%;
  }

  #blue-box-deposit {
    width: 45%;
  }
}

@media (min-width: 481px) {
  #excursion-offer .sticky-a {
    background: #324aa2!important;
  }

  #excursion-offer .sticky-a.active {
    background: white !important;
  }
}

.parsley-errors-list li {
  font-size: 12px;
}

#reserve_modal_form .btn-outline-primary {
  background: transparent;
  border: 3px solid #6577B9;
  color: #8b8b8b;
  background-size: 25px 23px;
  background-repeat: no-repeat;
  background-position: right;
  width: fit-content;
  padding: 3px 51px 0 34px;
  background-clip: ;
  background-position: calc(100% - 14px) center;
  background-image: url("../../pages/img/icons/edit-circle.png")!important;
}

#reserve_modal_form .ml-10 {
  margin-left: -10px;
}

#reserve_modal_form .label-price {
  text-align: justify;
  color: grey;
  margin-left: 5px;
}

#reserve_modal_form .label-price strong {
  color: #324aa2;
}

#reserve_modal_form .btn-primary-next {
  background: #324AA2;
  border: 1px solid #6577B9;
  background-size: 25px 23px;
  background-repeat: no-repeat;
  background-position: right;
  width: 52%;
  padding: 3px 51px 0 34px;
  background-clip: ;
  background-position: calc(100% - 14px) center;
  background-image: url("../../pages/img/icons/arrow-right.png")!important;
}

.fs-20 {
  font-size: 20px;
}

#excursion-offer .read-more,
#excursion-offer .read-less{
  color: #324aa2!important;
  padding-top: 30px;
  height: 30px;
  background-image: url(../../../../web/images/white-gradient.png);
  background-repeat: repeat-x;
  margin-top: -40px;
  position: relative;
}

#excursion-offer .container::after{
  border: 4px solid #324aa2!important;
}

#excursion-offer .timeline::after {
  background-color: #324aa2!important;
}

#excursion-offer .offer__line .icon:before,
#excursion-offer .expandable-dates__button,
#excursion-offer #tab-0 h2,
#excursion-offer #tab-1 h2,
#excursion-offer #tab-4 h2,
#excursion-offer .read-more,
#excursion-offer .read-less{
  color: #324aa2!important;
}
