/* DIMA WTF IS THIS ??????? ARE U CARLOS???????? 
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Theme 20
 * URL: http://LandingSumo.com
 * Version: 1.0
 * Exclusive Freebie for BlackTie.co
 */

/*################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

* {
  /* margin: 0;
	padding: 0px; */
  font-family: 'Lato', sans-serif;
}

body,
html {
  margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;  

}

.swal2-popup {
  z-index: 999999999 !important;
}

#parking-section {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 0;
  position: relative;
  background: #fff;
  
  border-radius: none;
  box-shadow: none;
  overflow: hidden;
}

#parking-section .parkings-section {
  flex: 1 1 0;
  min-width: 0;
  background: none;
  z-index: 1;
}

#logo-photo {
  opacity: 0.3;
}

#parking-section .parking-info {
  flex: 0 0 0%;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  /* overflow: hidden; */
  position: relative;
  background: #fff;
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.04);
}

#parking-section.info-open .parkings-section {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
}

#parking-section.info-open .parking-info {
  flex: 0 0 100%;
  max-width: 100%;
  opacity: 1;
  min-width: 0;
  overflow-y: auto;
  min-height: 100%;
}

.close-info-panel {
  cursor: pointer;
  color: #c00;
  background: none;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: 2;
}

.close-info-panel:hover {
  color: #ff6000;
}

#registration-overlay {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 120, 0, 0.75);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
}

.reg-biz-form {
  margin-top: 65px;
}

.reg-client-form {
  padding-top: 62px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.reg-form-input {
  background: #fff !important;
  border: 3px solid #222 !important;
  border-radius: 20px !important;
  padding: 18px 14px !important;
  font-size: 1.6vw !important;
  font-family: inherit;
  font-weight: 700;
  color: #222;
  text-align: center;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.reg-form-input:focus {
  border-color: #ff9100 !important;
  background: #fffbe8 !important;
  outline: none !important;
}

@media (max-width: 600px) {
  .swal2-popup {
    max-width: 97vw !important;
    width: 98vw !important;
    min-width: 0 !important;
    padding: 8px 3vw 12px 3vw !important;
    font-size: 1em !important;
  }

  .swal2-html-container,
  .swal2-title {
    padding: 6px 0 !important;
    font-size: 1.02em !important;
  }

  .swal-row {
    gap: 6px !important;
    max-width: 96vw !important;
    font-size: 1em;
  }

  .swal-label {
    min-width: 68px !important;
    font-size: 0.95em !important;
    margin-right: 4px !important;
  }

  .swal2-input,
  #swal-car-type {
    height: 32px !important;
    padding: 0 8px !important;
    font-size: 0.98em !important;
background: #fff !important;
    color: #212529 !important;
  }

  .swal2-currency-row select {
    height: 28px !important;
    font-size: 0.97em !important;
  }

  .swal2-currency-row {
    gap: 6px !important;
    margin-top: 10px !important;
    font-size: 1em !important;
  }

  .swal2-actions {
    padding: 6px 0 0 0 !important;
    gap: 6px !important;
  }

  .swal2-confirm,
  .swal2-cancel {
    padding: 8px 18px !important;
    font-size: 1em !important;
    border-radius: 6px !important;
    min-width: 80px !important;
  }
}



#reg-choice-block {
  margin-top: 30vh;
}

.reg-navbar-orange {
  width: 100vw;
  height: 70px;
  min-width: 0;
  background: #ff8100 !important;
  color: #fff !important;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  z-index: 1000010;
  padding-top: 4px;
  padding-bottom: 4px;
  position: fixed !important;
  font-size: 1.15rem;
}

.reg-navbar-orange img {
  height: 90px;
  width: auto;
  margin: -50px 0 -50px 0;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(0);

}

.reg-navbar-orange .btn {
  border-width: 2px;
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
  font-weight: 600;
}

.reg-navbar-orange .btn:hover,
.reg-navbar-orange .btn:focus {
  background: #fff !important;
  color: #ff8100 !important;
  border-color: #fff !important;
}

.reg-navbar-orange span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.reg-content-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.reg-title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #222;
  margin-bottom: 2.5vw;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.12);
}

.reg-choice-btn {
  background: #fff;
  border: 3px solid #222;
  border-radius: 20px;
  padding: 38px 55px;
  font-size: 2.5vw;
  font-weight: 600;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
  margin: 0 18px;
  outline: none;
  min-width: 200px;
  min-height: 120px;
  color: #222;
}

.reg-choice-btn:hover,
.reg-choice-btn:focus {
  background: #ff9100;
  color: #fff;
  transform: scale(1.04);
  border-color: #ff9100;
}

.custom-login-btn {
  background-color: white;
  color: black;
  border: 3px solid black;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 140, 0, 0.6);
  z-index: 999;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.reg-navbar-btn {
  background: #fff !important;
  color: #111 !important;
  border: 3px solid #111 !important;
  border-radius: 18px !important;
  font-weight: 600;
  font-size: 1.09rem;
  padding: 7px 38px;
  margin-right: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  outline: none;
}

.reg-navbar-btn:hover,
.reg-navbar-btn:focus {
  background: #f3f3f3 !important;
  color: #111 !important;
  border-color: #111 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}

.reg-btn-row {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 10px;
}

.reg-btn-green,
.reg-btn-red {
  flex: 1 1 0;
  font-family: inherit;
  font-weight: 700;
  font-size: 2.1vw;
  padding: 16px 0;
  border: 3px solid #111;
  border-radius: 18px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.reg-btn-green {
  background: #23d949;
  color: #111;
}

.reg-btn-green {
  box-shadow: 0 8px 20px rgba(22,163,74,0.4);
  font-size: 0.95rem;
}

.reg-btn-green:hover,
.reg-btn-green:focus {
  background: #15b43b;
  color: #fff;
  border-color: #0c8c29;
  transform: scale(1.03);
}

.reg-btn-red {
  background: #c91f3b;
  color: #111;
}

.reg-btn-red:hover,
.reg-btn-red:focus {
  background: #aa1132;
  color: #fff;
  border-color: #790a1e;
  transform: scale(1.03);
}

.reg-biz-choice-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin: 36px auto 0 auto;
  gap: 24px;
  padding: 0 16px;
}

.reg-choice-btn.biz {
  background: #fff;
  border: 3px solid #222;
  border-radius: 20px;
  width: 100%;
  min-width: 0;
  padding: 30px 0;
  font-size: 2.1vw;
  font-family: inherit;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin: 0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
  outline: none;
  cursor: pointer;
}

.reg-choice-btn.biz:hover,
.reg-choice-btn.biz:focus {
  background: #ff9100;
  color: #fff;
  transform: scale(1.03);
  border-color: #ff9100;
}

@media (max-width: 900px) {
  .reg-biz-choice-list {
    max-width: 98vw;
    gap: 14px;
    padding: 0 3vw;
  }

  .reg-choice-btn.biz {
    font-size: 4.5vw;
    padding: 18px 0;
    border-radius: 12px;
  }
}

.add-parking-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}

.add-parking-circle {
  width: 38px;
  height: 38px;
  background: #22C6FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(34, 198, 255, 0.12);
  border: none;
  outline: none;
}




#h:after {
  margin: 0;
}

#h:before {
  margin: 0;
}

#f {
  margin-top: -25px;
}

body {
  background: #fff !important;
  margin: 0;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.blenda {
  display: table;
  margin: auto;
  background: rgba(0, 0, 0, 0.50);
  padding: 4px 14px;
  border-radius: 6px;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666;
  margin-top: 10px;
}

html,
body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*,
*:after,
*:before {
  /* -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
  /* 	padding: 0;
	margin: 0; */
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #1abc9c;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #696E74;
}

.nopadding {
  padding: 0px !important;
  margin: 0px;
}


/* FORM CONFIGURATION */

/* input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 25px;
	line-height: 20px;
	padding: 15px 30px 16px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	opacity: 0.9;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
 */
.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .subscribe-input {
    width: 100%;
  }
}

.subscribe-submit {
  right: 0;
}

.btn-download {
  background: #FDE3A7;
}

/*Buttons Configuration */
.btn-conf {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 28px 17px 28px;
}

.btn-conf-2 {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 28px 11px 28px;
  margin-top: 20px;
}

.btn-green {
  /* background: #03C9A9; */
  background: #03c9a9d6;
  color: white;
  padding: 20px 28px 19px 28px !important;
  margin-top: 10px !important;
}

/* HEADER SECTION */
#h {
  /* 	 background: url(/events/assets/img/background.jpg) no-repeat center top;  */
  /* background: url(/events/assets/img/back2.jpg) no-repeat center top; */
  /*  background: url(/events/assets/img/Laguna_Park_poolbar2_galery_04.jpg) no-repeat center top;  */
  /* background: url(/events/assets/img/back1-min.jpg) no-repeat center top;  */
  background: url(/events/assets/img/back2017.jpg) no-repeat center top;
  padding-top: 180px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 700px;
  width: 100%;
  color: white;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#h .logo {
  top: 30px;
  left: 45px;
  font-size: 18px;
  font-weight: 900;
  position: absolute;
}

#h .social {
  top: 30px;
  right: 45px;
  font-size: 20px;
  position: absolute;
}

#h .social i {
  margin-left: 20px;
}

#h .social a {
  color: white;
}

#h h1 {
  font-weight: 700;
  color: white;
  font-size: 40px;
  margin-bottom: 15px;
}

/* Store Links */
.store img {
  margin-right: 10px;
  margin-top: 20px;
}

/* SEP */
#sep {
  background: url(/events/assets/img/sep.jpg) no-repeat center top;
  padding-top: 90px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 450px;
  width: 100%;
  color: white;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#sep h4 {
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 30px;
}

/* Pricing Tables */
.price-table {
  border: 2px solid #5a5a5a;
  border-radius: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
  margin: 5px;
}

.price-table .p-head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 80px;
  border-bottom: 2px solid #ccc;
}

.price-table .p-body .features li {
  color: #333333;
  border-bottom: 2px solid #ccc;
  padding: 24px 0px;
  margin: 0;
  letter-spacing: 1px;
}

.p-body .price .detail {
  font-weight: 700;
  font-size: 45px;
  margin-left: 10px;
  margin-right: 10px;
}

.p-body .price .sub {
  font-size: 18px;
  color: #ccc;
  position: relative;
  bottom: 10px;
  font-weight: 700;
}

ul {
  list-style-type: none;
}

/* SPONSORS */
#g {
  background: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sponsor img {
  max-width: 140px;
  max-height: 60px;
  vertical-align: middle;
}

.sponsor .col-sm-2 {
  height: 80px;
  line-height: 80px;
}

/* GREEN SECTION - TESTIMONIAL */

#green {
  padding-top: 90px;
  padding-bottom: 60px;
  min-height: 300px;
  background: #03C9A9;
  color: white;
}

#green tgr {
  font-weight: 700;
  letter-spacing: 1px;
}

/* FOOTER */
#f {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #2f2f2f;
  color: white;
}

#f h5 {
  margin-top: 30px;
  letter-spacing: 1px;
}

#f i {
  font-size: 45px;
  margin: 15px;
}

#f a {
  color: #b9b9b9;
}

#f a:hover {
  color: #03C9A9;
}



/*MY-DOX bootstrap*/
.mtb .btn {
  font-size: 18px !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.clear {
  clear: both;
}

.logo {
  margin-top: 40px;
}

/*MY-DOX bootstrap*/


.ui-widget .ui-widget {
  background: 0px;
  border: 0px;
}

.ui-dialog .ui-dialog-title {
  margin: 0px;
  font-family: HelveticaNeue-Thin, "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  width: 100% !important;
  padding: 10px 0px 10px 0px !important
}


.ui-dialog .ui-dialog-titlebar {
  padding: 0px;
  font-family: HelveticaNeue-Thin, "Lato", sans-serif;
  font-weight: 700;
  margin: 0px;
  height: 50px;
  line-height: 50px;
  border: 0px;
  background: none;
  box-shadow: 0px;
}

.ui-button:last-child {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-button:not(:last-child) {
  font-size: 13px;
}

.small_text {
  font-size: 0.5em;

}

.icon-next-input {
  margin-right: -4px;
  margin-left: 4px;
  font-size: 20px;
  align-self: anchor-center;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
  background: #e6f0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-width: 0;
  overflow-x: hidden;
}

.filters {
  display: flex;
  height: inherit;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
}

.filters-sections {
  width: 100%;
  padding: 0px;
  height: auto;
}

.leaflet-control-attribution {
  display: none !important;
}

.filter-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.filter-section li {
  color: black;
  background-color: #fff;
  padding: 8px 12px;
  margin-bottom: 3px;
  margin-left: 3px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid grey;
}

.filter-section li:hover {
  background-color: #e0e0ff;
}

.swal-row {
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  max-width: none !important;
}

#swal-daterange {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  color: #000;
}

.swal-label {
  text-align: right;
  font-size: 1em;
  color: #eee;
  margin-right: 6px;
  white-space: nowrap;
  font-weight: 400;
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}

#container {
  position: relative;
  width: 97vw;
  height: 87vh;
  min-width: 0;
  max-width: 100vw;
  box-sizing: border-box;
  margin-top: 130px;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 20px 20px;
  min-width: 0;
  max-width: 100vw;
  box-sizing: border-box;
  float: right;
  position: sticky;
  box-sizing: border-box;
  margin: 24px;
  box-shadow: none !important;
top: 120px;
}



.parkings-section {
  width: 100%;
  background: #ffffff;
  overflow-y: auto;
  border-radius: 0px;
}

/* .filter-section-parking {
  overflow-y: auto;
} */

#search-bar {
  border-radius: 32px;
  background: #fff200;
  background: linear-gradient(90deg, rgba(255, 222, 89, 1) 0%, rgba(255, 145, 77, 1) 100%);
  background: #fff;
  transition: border-color 0.17s, box-shadow 0.17s;
  border: 1px solid #ff8800;
}

.search-bar-a, .search-bar-b {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}


.extras-badge-container {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}

.parkings-section {
  margin-left: auto;
  flex: 1 1 0;
  overflow-y: auto;
  height: 100%;
  min-height: 0;
  background: #fff;
}

.extra-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45px;
}

.extra-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eef1ff;
  color: #2a2aef;
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.extra-label {
  font-size: 13px;
  margin-top: 6px;
}

.search-button {
  background: #8C52FF;
  background: linear-gradient(90deg, rgba(140, 82, 255, 1) 0%, rgba(92, 225, 230, 1) 100%);
  color: white;
  width: 30%;
  border-radius: 0px;
  border: 1px solid black;
}

.task-info-loading-overlay {
  position: absolute;
  width: 55%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  justify-content: center;
  text-align: center;
  align-content: space-evenly;
  z-index: 1998;
}

#parking-section {
  overflow: hidden !important;
  top: 0;
  left: 0;
  
  height: 100%;
  background: transparent;
 
  
  border-radius: none;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
 
}

.simplebar-content {
  padding-top: 20px;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
}

.parking-title {
  font-size: 1.25rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.parking-photo {
  border-radius: 18px;
  box-shadow: 0 2px 14px 0 rgba(60, 60, 80, 0.12);
  margin-bottom: 20px;
  width: 50%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.parking-info h5 {
  margin-top: 18px;
  font-weight: 700;
  color: #222;
  border-left: 4px solid #ff9100;
  padding-left: 10px;
}


.parking-header {
  padding: 15px;
}

.task-detail-body {
  padding: 15px;
}

.hidden,
.d-none {
  display: none !important;
}

.btn-close {
  cursor: pointer;
}

#login-form,
#register-form {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 340px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
  padding: 24px 24px 16px 24px;
  box-sizing: border-box;
  z-index: 2;
}

#register-form {
  transform: translate(-50%, 100%);
  z-index: 1;
  opacity: 0;
}

#register-form.active {
  transform: translate(-50%, 0%);
  z-index: 2;
  opacity: 1;
}

#login-form.disabled-panel {
  filter: blur(4px);
  opacity: 0.5;
  pointer-events: none;
}

#login-form h4,
#register-form h4 {
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
}

#login-form input,
#register-form input {
  font-size: 0.95rem;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
}

#login-form input:focus,
#register-form input:focus {
  border-color: #007bff;
  outline: none;
}

#login-form button,
#register-form button {
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 0.95rem;
  width: 100%;
  margin-bottom: 10px;
}

#login-form .btn-outline-secondary,
#register-form .btn-outline-secondary {
  color: #555;
  border-color: #bbb;
}

#login-form .btn-outline-secondary:hover,
#register-form .btn-outline-secondary:hover {
  background-color: #eee;
}


.parking_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(30, 26, 255, 0.9);
  color: white;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
}

#top-bar { 
  padding: 0px 10px 0px 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 66px;
}

#search-bar {  
  display: flex;
  align-items: center;
  flex-grow: 3;
  justify-content: space-between;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
 
.search-bar-button {
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #ff9100 0%, #ff6100 100%);
  border-radius: 50px;
  transform: none;
  transform-origin: 50% 50% 0px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

#search-bar button {
  transform: none;
  transform-origin: 50% 50% 0px;
  background: transparent;
  border: none;
  color: #fff;
}

.search-bar-button:hover,
.search-bar-button:focus {
  background: linear-gradient(90deg, #ff7000 0%, #e65100 100%);
  
  color: #fff;
}


#search-filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}

#filter-btn {
  height: 50px;
  padding: 8px 10px;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 32px;
  
  font-size: 15px;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

#daterange-top {
  text-align: center;
  background: transparent;
  border-radius: 32px;
  border: none;
}

#filter-btn:hover {
  background: #ddd;
}

#panel-parkings {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgb(255, 255, 255);
}

#parkings {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  background: #e3f6fb;
  overflow: hidden;
  box-sizing: border-box;
}

.parkings-list,
#parkings-filters-list {
 
  flex: 0 0 50%;
  height: 100%;
  min-width: 0;
  min-height: 722px;
  box-sizing: border-box;
  
  display: flex;
  flex-direction: column;
}

#profile-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #ff8800;
  border: 1px solid #ff8800;;
  border-radius: 32px;
  padding: 8px 10px;
  height: 50px;
  cursor: pointer;
  font-size: 0.97rem !important;
}

.parkings-list {
  flex: 0 0 100%;
}

#parkings-filters-list {
  flex: 0 0 40%;
}

#parkings-list>div,
#parkings-filters-list>div {
  background: #fff;
}

.dgis-searchbar-input {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 1.08rem;
  color: #222;
  font-weight: 500;
  padding: 0 32px;
  box-sizing: border-box;
}

#search-bar:focus-within {
  background: #ebebeb;      /* dark gray */
  transition: 0.3s;
}

#search-bar .dgis-searchbar-input:focus {
  background: #fff;      /* white */
}

.dgis-searchbar-input:focus {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px, rgba(0, 0, 0, 0.08) 0px 1px 2px 0px;
}

.vertical-line {
  flex-basis: 1px;
  height: 32px;
  background: rgb(221, 221, 221);
  opacity: 1;
  z-index: 2;
}

@media (max-width:850px) {
  #profile-flex-wrap {
    flex-direction: column;
    align-items: anchor-center !important;
  }
}

@media (max-width: 1024px) {
html,
  body {
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 16px;
  }
} 

@media (max-width: 600px) {

  html,
  body {
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 16px;
  }

  #parking-section .parking-info {
    display: none;
    opacity: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
  }

  #parking-section.info-open .parking-info {
    display: block;
    opacity: 1 !important;
    max-width: 100vw !important;
    min-width: 0 !important;
  }

  #container {
    display: flex !important;
    flex-direction: column-reverse!important;
    width: 100vw !important;
    min-width: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: hidden !important;
    margin-top: 360px !important;
  }



.container-fluid>img, .navbar>.container-fluid>img {
  display: none;
}

.btn-list-parking {
 padding: 0px 20px;
}



  #map {
    width: 100vw !important;
    min-width: 0 !important;
    height: 24vh !important;
    min-height: 90px !important;
    max-height: 40vh !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    background: #e0e0e0 !important;
    z-index: 1 !important;
    display: block !important;
  }

  #right-side-wrapper {
    width: 100vw !important;
    min-width: 0 !important;
    height: 60vh !important;
    min-height: 0 !important;
    max-height: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    overflow-y: auto !important;
    box-sizing: border-box;
    position: static !important;
    border-radius: 0 !important;
  }

  #parking-section {
    flex-direction: column !important;
    width: 100vw !important;
    min-width: 0;
    max-width: 100vw;
    height: auto !important;
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
    box-shadow: none;
    position: static !important;
  }

  #parking-section .parking-info,
  #parking-section.info-open .parking-info {
    max-width: 100vw !important;
    flex: none !important;
    opacity: 1 !important;
    min-width: 0;
    position: relative;
    border-left: none;
    border-right: none;
    box-shadow: none;
    background: #fff;
z-index:99;
  }

  #parking-section .parkings-section,
  #parking-section.info-open .parkings-section {
    max-width: 100vw !important;
    flex: none !important;
    min-width: 0;
    width: 100vw !important;
    background: #fff;
z-index:99;
  }

  .parkings-list,
  #parkings-filters-list {
    order: 2 !important;
    flex: none !important;
    width: 100vw !important;
    min-width: 0;
    min-height: 0;
    height: auto !important;
    border: none;
    box-shadow: none;
    border-top: 1px solid black;
  }

  #parkings {
    flex-direction: column !important;
    gap: 0 !important;
    width: 100vw !important;
    min-width: 0;
    background: #fff;
  }

  #top-bar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding: 10px 5px 10px 5px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    box-sizing: border-box;
   
  }

  #search-bar {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px;
    width: 100% !important;
    padding: 0 !important;
  }

  .dgis-searchbar-input {
    font-size: 1rem !important;
    height: 42px !important;
    border-radius: 32px !important;
    padding: 0 32px !important;
  }

  #search-bar button {
    width: 100% !important;
    border-radius: 8px !important;
    margin: 0 !important;
    height: 40px !important;
    font-size: 1.08rem;
    border: 1px solid black;
  }

  #search-filters {
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  #filter-btn {
    width: 100%;
    margin: 10px 0 0 0;
    height: 36px;
    font-size: 1rem !important;
  }

  .filters {
    gap: 10px !important;
    padding: 8px 2vw 10px 2vw !important;
  }

  .filters-sections {
    padding: 6px 0 !important;
  }

  .filter-section li {
    font-size: 1rem;
    padding: 8px 10px;
  }

  /* Регистрационные формы и кнопки DIMA WHY RUSSIAN????? */
  .reg-client-form,
  .reg-biz-form,
  #reg-choice-block,
  .reg-content-center {
    padding-top: 24px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
  }

  .reg-form-input {
    font-size: 1.1rem !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
  }

  .reg-btn-row {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100vw !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding: 0 5vw !important;
  }

  .reg-btn-green,
  .reg-btn-red {
    font-size: 1.1rem !important;
    padding: 12px 0 !important;
    border-radius: 12px !important;
  }

  .reg-choice-btn,
  .reg-choice-btn.biz {
    font-size: 1.1rem !important;
    min-width: 90vw !important;
    min-height: 50px !important;
    padding: 18px 0 !important;
    border-radius: 12px !important;
    margin: 0 0 10px 0 !important;
  }

  .reg-navbar-orange {
    height: 54px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 1rem !important;
    min-width: 0 !important;
    border-radius: 0 0 10px 10px !important;
  }

  .reg-navbar-orange img,
  .navbar img {
    height: 56px !important;
    margin: -17px 0 -17px 0 !important;
    max-width: 35vw !important;
  }

  .reg-navbar-btn {
    font-size: 1rem !important;
    padding: 5px 12px !important;
    border-radius: 12px !important;
    margin-right: 5px !important;
  }

  .reg-title {
    font-size: 1.4rem !important;
    margin-bottom: 12px !important;
  }

  /* Инфо панель паркинга DIMA WHY RUSSIAN????? */ 
  .parking-header,
  .task-detail-body {
    padding: 10px 2vw !important;
  }

  .simplebar-content {
    padding-top: 8px !important;
  }

  .close-info-panel {
    font-size: 2rem !important;
    right: 8px !important;
    bottom: 50px !important;
  }

  /* История резерваций выпадающее меню DIMA WHY RUSSIAN????? */
  #dropdown-reservations {
    min-width: 96vw !important;
    left: 2vw !important;
    transform: none !important;
    border-radius: 10px !important;
    padding: 2vw 2vw 3vw 2vw !important;
    top: 54px !important;
  }

  /* Основной navbar DIMA WHY RUSSIAN????? */
  .navbar {
    height: 60px !important;
    min-width: 0 !important;
    border-radius: 0 0 12px 12px !important;
    font-size: 1rem !important;
    padding: 0 !important;
  }

  .navbar-nav {
    gap: 10px !important;
    flex-direction: row !important;
    padding: 0 !important;
    align-items: center;
  }

  #user-login {
    display: none !important;
  }

  .container-fluid>img,
  .navbar>.container-fluid>img {
    width: 44px !important;
  }

  .reg-navbar-orange span.fw-semibold {
    display: none !important;
  }

  .reg-navbar-logo-abs {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    position: static !important;
  }

  .reg-navbar-orange {
    min-height: 44px !important;
    height: 44px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .reg-navbar-btn {
    font-size: 1rem !important;
    padding: 5px 12px !important;
    border-radius: 8px !important;
    margin-right: 5px !important;
    min-width: 60px !important;
  }

  #reg-choice-block .d-flex.flex-row {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #reg-choice-block .reg-choice-btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 12px !important;
    font-size: 1.05rem !important;
    padding: 18px 0 !important;
  }

  #login-choice-block .d-flex.flex-row {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #login-choice-block .reg-choice-btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 12px !important;
    font-size: 1.05rem !important;
    padding: 18px 0 !important;
  }

  #reg-biz-form {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-top: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #reg-biz-form .reg-title {
    font-size: 1.18rem !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }

  #reg-biz-form .reg-biz-choice-list {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 10px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #reg-biz-form .reg-choice-btn.biz {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 12px !important;
    font-size: 1.05rem !important;
    padding: 18px 0 !important;
  }

  form[class*="reg-"],
  .reg-client-form,
  .reg-biz-form,
  #reg-choice-block,
  #login-choice-block,
  #reg-biz-form {
    margin-top: 58px !important;
  }
}


/* ========== Mobile Airbnb-like search bar ========== */
@media (max-width: 600px) {
  #top-bar { padding: 8px 12px; background: transparent;  height: 126px;}

  #search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    
  }

  /* hide the vertical line and keep one clean field in the pill */
  #search-bar .vertical-line { display: none; }
  /* #search-bar .search-bar-b { display: none; }  */
  #search-bar .search-bar-button { display: none; } 

  #search-bar .dgis-searchbar-input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 10px 8px;
    font-size: 14px;
    text-align: center;
  }

  /* round pink search button like Airbnb */
  #search-bar .search-bar-button button{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: #ff385c;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #search-bar .search-bar-button svg { stroke: #fff; }

  /* focus glow */
  #search-bar:focus-within {
    box-shadow: 0 10px 26px rgba(0,0,0,.14);
    border-color: rgba(0,0,0,.12);
  }

  /* slide-down panel (like Airbnb’s sheet) */
  .search-panel {
    display: none;
    position: fixed;
    left: 0; right: 0;
    top: 72px;
    margin: 0 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
    padding: 16px;
    max-height: 70vh;
    overflow: auto;
    z-index: 1000;
  }

  #search-bar.is-open + .search-panel { display: block; }

  .panel-row {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 12px;
  }
  .panel-row label { display:block; font-weight:600; margin-bottom:6px; }
  .panel-row input { width:100%; border:0; outline:0; padding:6px 0; }

.navbar {height: 126px !important;}
}

/* DESKTOP — показва оригиналния search bar */
@media (min-width: 601px) {
  #search-bar {
    display: flex !important;
  }

  .search-panel {
    display: none !important;
  }

  .search-bar-b {
    display: flex !important;
  }

  .vertical-line {
    display: block !important;
  }
}


body.no-scroll { overflow: hidden; }

@media (max-width:600px){
  /* панелът и блокирането на горните инпути да важат само на mobile */
  /* #search-bar.is-open .dgis-searchbar-input { pointer-events:none; } */
  .search-panel{ display:none; /* ...другите стилове за панела... */ }
  #search-bar.is-open + .search-panel{ display:block; }
}

/* Desktop: панелът винаги скрит, инпутите работят */
@media (min-width:601px){
  .search-panel{ display:none !important; }
  #search-bar .dgis-searchbar-input{ pointer-events:auto !important; }
}


/* ===== Desktop остава нормален ===== */
@media (min-width:601px){
  .search-panel{ display:none !important; }
  #search-filters{ display:inline-flex; } /* ако искаш да е винаги видим на desktop */
}

/* ===== Mobile стил ===== */
@media (max-width:600px){
  #top-bar{ padding:8px 12px; display:block; }

  /* Пила */
  #search-bar{
    display:flex; align-items:center; gap:8px;
    padding:8px 10px; background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:28px; box-shadow:0 6px 18px rgba(0,0,0,.08);
    width:100%;
  }
  #search-bar .vertical-line, { display:none; }
  #search-bar .dgis-searchbar-input{
    flex:1; border:0; outline:0; background:transparent; font-size:14px;
  }
  #search-bar .search-bar-button button{
    width:36px; height:36px; border-radius:50%; border:0; background:#ff385c;
    display:flex; align-items:center; justify-content:center;
  }
  #search-bar .search-bar-button svg{ stroke:#fff; }

  /* Панел над резултатите */
  .search-panel{
    display:none; position:fixed; left:0; right:0; top:70px; z-index:9999;
    margin:0 16px; background:#fff; border-radius:16px;
    box-shadow:0 16px 40px rgba(0,0,0,.18); padding:16px; max-height:70vh; overflow:auto;
  }
  #search-bar.is-open + .search-panel{ display:block; }

  /* Filters бутон – скрит ПРЕДИ търсене */
  .navbar-nav.ms-auto{ display:none; }

  /* ===== СЛЕД ТЪРСЕНЕ (компактен хедър) ===== */
  #top-bar.has-results{
    display:flex; align-items:center; gap:8px;
  }
  #top-bar.has-results #search-bar{
    flex:1; padding:6px 10px; box-shadow:0 4px 14px rgba(0,0,0,.08);
  }
  #top-bar.has-results #search-filters{
    display:inline-flex;
  }
  #search-filters #filter-btn{
    display:inline-flex; align-items:center; gap:6px;
    padding:8px 12px; border-radius:20px; border:1px solid rgba(0,0,0,.08);
    background:#fff; box-shadow:0 4px 12px rgba(0,0,0,.06);
    font-size:14px;
  }

  /* В режим “резултати” превръщаме input-а в етикет (read-only стил) */
  /* #top-bar.has-results #search-bar .dgis-searchbar-input{
    pointer-events:none;                 
    color:#222; font-weight:600;
  } */
}

@media (max-width:600px){
  /* етикетът стои върху инпута */
  /* #pill-summary{
    display:none;
    position:absolute; left:16px; right:48px; top:50%;
    transform:translateY(-50%);
    font-weight:600; color:#222; pointer-events:none; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  } */
  #top-bar.has-results #pill-summary{ display:block; }

  /* в режим резултати скриваме текста на инпута визуално, но пазим стойността (само град) */
  #top-bar.has-results #search-bar .dgis-searchbar-input{
    color:transparent;
    text-shadow: none;
    caret-color: transparent;              /* без карет */
  }
  #top-bar.has-results #search-bar{ position:relative; }
}

@media (max-width:600px){

   #container {
gap: 0px !important;
}
  /* показваме етикета на ДВА реда */
  #top-bar.has-results #search-bar{ position:relative; min-height:56px; }
  #pill-summary{
    display:none;
    position:absolute; left:14px; right:48px; top:8px;
  }
  #pill-summary .pill-city{ font-weight:600; color:#222; line-height:1.1; }
  #pill-summary .pill-dates{ font-size:12px; color:#666; line-height:1.1; margin-top:2px; }
  #top-bar.has-results #pill-summary{ display:block; }

  /* скриваме текста/курсора на истинския input (стойността остава само “град”) */
  #top-bar.has-results #search-bar .dgis-searchbar-input{
    color:transparent; caret-color:transparent; text-shadow:none;
  }
}


.leaflet-left {
 right: 5px !important;
}

.leaflet-top {
    top: 40px !important;
}

:root{ --nav-h:100px; }             /* реалната височина на navbar-а */

/* 0) няма скрол на страницата */
html,body{ height:100%; overflow:hidden; }

/* 1) основен layout, височина = екран - navbar */
#container{
  display:grid;
  grid-template-columns: 1fr 60%;   /* ляво карта | дясно списък */
  gap:20px;
  width: 100vw;
  padding: 20px;
  height: calc(100vh - var(--nav-h));
  margin-top: var(--nav-h);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 2) картата е sticky и НЕ скролва */
#map{
  position: sticky;
  top: 0px;
  height: calc(100vh - 140px);
  align-self: start;
  margin: 0px;
}

/* 3) единственият скрол е тук */
#right-side-wrapper{
  height: calc(100vh - var(--nav-h));
  
  min-height: 0;
}

/* 4) вътрешните слоеве да НЕ правят втори скрол */
#parking-section,
.parkings-section,
#panel-parkings,
#parkings,
.parkings-list{
  height:auto;
  max-height:none;
  overflow:visible !important;
  min-height:0;
}

/* 5) мобилно: връщаме нормален скрол и карта не е sticky */
@media (max-width: 992px){
  html,body{ overflow:auto; }
  #container{ display:block; height:auto; }
  #right-side-wrapper{ height:auto; overflow:visible; }
  #map{ position:relative; top:0; height:300px; }
}

.filter-section-parking>li>div{
  border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 1px solid #ddd !important;
}
 
.navbar {
 border-bottom: none;
 border-radius: 0px !important;
}


.parking-card{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:12px;border:1px solid #ddd;border-radius:12px;background:#fff}
.pc-photo-wrap{position:relative;border-radius:10px;overflow:hidden}
.pc-photo-wrap img{width:120px;height:100px;object-fit:cover;display:block}
.pc-free{position:absolute;left:8px;bottom:8px;background:#0ea5e9;color:#fff;font-weight:700;border-radius:999px;padding:3px 8px;font-size:12px}
.pc-title{font-size:18px;font-weight:700;color:#222;margin:0 0 2px}
.pc-sub{color:#6b7280;font-size:13px;margin-bottom:6px}
.pc-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:6px}
.pc-rating i{font-size:16px;color:#f59e0b}
.pc-rating .ri-star-line{color:#d1d5db}
.pc-rate{margin-left:6px;font-weight:600;color:#374151}
.pc-hours{display:flex;align-items:center;gap:6px;color:#374151;font-size:13px}
.pc-flag{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6}
.pc-city{color:#777;font-size:13px}

.p-inline-meta .ri-star-fill{color:#f59e0b}
.p-inline-meta .ri-star-line{color:#d1d5db}
.p-inline-meta .pc-rate{margin-left:6px;font-weight:600;color:#374151}


.badge-price{
  position:absolute; right:8px; top:8px;
  background:#fff; border-radius:10px; padding:2px 8px;
  font-weight:600; box-shadow:0 1px 4px rgba(0,0,0,.08);
}


.parking-card.is-active { outline: 2px solid #226cff; box-shadow: 0 6px 18px rgba(34,108,255,.18); }

#user-login {display: none !important;}

/* Бейдж върху картата в списъка */
.pc-free{
  position:absolute;
  bottom:8px; left:8px;
  height:28px; line-height:24px;
  padding:2px 12px;
  border-radius:12px;
  font-size:14px; font-weight:600;
  color:#fff;                 /* бял текст */
  background:#0d6efd;         /* СИН за налични */
  border:1px solid rgba(13,110,253,.25);
  box-shadow:0 1px 4px rgba(0,0,0,.12);
}

/* ако искаш ЗЕЛЕН вместо син – активирай това и махни background горе */
/* .pc-free{ background:#16a34a; border-color:rgba(22,163,74,.25); } */

/* 0 свободни – червен */
.pc-free.is-zero{
  background:#ef4444;
  border-color:#dc2626;
  color:#fff;
}

/* по желание: малко жълто предупреждение за 1–3 места */
.pc-free.is-low{
  background:#f59e0b;         /* amber */
  border-color:#d97706;
  color:#111;
}

/* modal shell */
.filters-modal{
  position: fixed;
  inset: 0;
             
  z-index: 9999;            /* по-висок от всичко по страницата */
}

/* backdrop */
.filters-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

/* box вдясно (като Airbnb) */
.filters-modal-dialog{
  position: fixed;
  right: 24px;
  top: 24px;
  width: min(720px, 92vw);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,.2);
  padding: 16px 16px 64px;
}

/* затваряне и бутони */
.filters-modal-close{
  position:absolute; right:10px; top:10px;
  background:#fff; border:1px solid #e5e7eb; border-radius:50%;
  width:32px;height:32px; line-height:30px; text-align:center;
  cursor:pointer;
}
.filters-modal-actions{
  position: sticky; bottom:0; background:#fff;
  display:flex; gap:12px; justify-content:flex-end; padding-top:12px;
}

/* заключи скрола под модала */
body.fm-open{ overflow: hidden; }

/* --- Filters modal: Airbnb-ish look --- */
.filters-modal{position:fixed;inset:0;z-index:4000;}
.filters-modal.show{display:block;}
.filters-modal-backdrop{
  position:absolute;inset:0;background:rgba(0,0,0,.35);
  backdrop-filter:saturate(120%) blur(4px);
}
.filters-modal-dialog{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:min(820px,92vw);max-height:min(84vh,900px);
  background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.25);
  display:flex;flex-direction:column;overflow:hidden;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.filters-modal-header{
  display:flex;align-items:center;justify-content:center;
  padding:18px 20px;border-bottom:1px solid #eee;position:relative;
}
.filters-modal-title{font-weight:700;font-size:18px;}
.filters-modal-close{
  position:absolute;left:14px;top:12px;width:36px;height:36px;
  border:1px solid #e6e6e6;border-radius:50%;background:#fff;cursor:pointer;
}
.filters-modal-close:hover{background:#f7f7f7}

.filters-modal-content{
  padding:20px 24px 120px; /* място за долната лента */
  overflow:auto;scrollbar-width:thin;scrollbar-color:#cfcfcf transparent;
}
.filters-group{margin-bottom:24px}
.filters-group h3{
  font-size:22px;margin:0 0 14px;font-weight:800;letter-spacing:.2px;
}

/* chips */
.filter-chip{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid #e6e6e6;border-radius:12px;padding:10px 14px;margin:6px 8px 0 0;
  background:#fff;cursor:pointer;user-select:none;transition:.15s ease;
}
.filter-chip:hover{border-color:#d0d0d0;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.filter-chip.active{background:#111;color:#fff;border-color:#111}

/* grid за чиповете */
.chips{display:flex;flex-wrap:wrap}

/* sticky actions */
.filters-modal-actions{
  position:absolute;left:0;right:0;bottom:0;background:linear-gradient(#ffffffcc,#fff);
  border-top:1px solid #eee;display:flex;justify-content:space-between;gap:12px;
  padding:14px 18px;
}
.filters-modal-actions .btn{height:44px;border-radius:12px;padding:0 16px;font-weight:600}
.filters-modal-actions .btn.btn-light{background:#fff;border:1px solid #e6e6e6}
.filters-modal-actions .btn.btn-light:hover{background:#f7f7f7}
.filters-modal-actions .btn.btn-primary{
  background:#111;border:1px solid #111;color:#fff;
}
.filters-modal-actions .btn.btn-primary:hover{filter:brightness(1.08)}

/* make sure modal sits on top of site header, dropdowns etc */
.navbar, #dropdown-reservations{z-index:3000}

/* Supplier profile cards */
.pp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}
.pp-card{border:1px solid #e9e9e9;border-radius:14px;background:#fff;box-shadow:0 4px 22px rgba(0,0,0,.06)}
.pp-hd{display:flex;gap:12px;align-items:center;padding:14px 14px 0}
.pp-img{width:74px;height:74px;border-radius:10px;object-fit:cover;border:1px solid #eee}
.pp-tt{font-weight:700;font-size:16px}
.pp-sub{color:#666;font-size:12px}
.pp-bd{padding:12px 14px 14px}
.pp-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pp-row+.pp-row{margin-top:10px}
.pp-lb{font-size:12px;font-weight:600;color:#444;margin-bottom:6px}
.pp-inp,.pp-sel,.pp-time,.pp-num{
  width:100%;height:38px;border:1px solid #ddd;border-radius:10px;padding:8px 10px;
  background:#fff;outline:none;transition:border .15s ease
}
.pp-inp:focus,.pp-time:focus,.pp-num:focus{border-color:#b9c6ff}
.pp-chips{display:flex;flex-wrap:wrap;gap:8px}
.pp-chip{border:1px solid #e6e6e6;border-radius:10px;padding:6px 10px;font-size:12px;cursor:pointer}
.pp-chip.active{background:#111;color:#fff;border-color:#111}
.pp-ft{display:flex;justify-content:space-between;gap:10px;margin-top:12px}
.pp-btn{height:40px;border-radius:10px;padding:0 14px;font-weight:600;border:1px solid #e6e6e6;background:#fff}
.pp-btn.primary{background:#111;color:#fff;border-color:#111}

/* Profile mini-cards */
.profile-parking-row .parking-card,
#profile-flex-wrap .profile-card {
  background:#fff;
  border:1px solid #e6e6e9;
  border-radius:14px;
  box-shadow:0 4px 18px rgba(0,0,0,.06);
}

/* Labels + inputs */
.profile-parking-row label { color:#666; font-weight:600; }
.profile-parking-row input[type="text"],
.profile-parking-row input[type="number"],
.profile-parking-row textarea {
  border:1.5px solid #d2d5dd !important;
  border-radius:10px !important;
  padding:10px 12px !important;
  font-size:14px !important;
  transition:border .15s, box-shadow .15s;
}
.profile-parking-row input:focus,
.profile-parking-row textarea:focus {
  border-color:#226cff !important;
  box-shadow:0 0 0 3px rgba(34,108,255,.12);
  outline:none;
}

/* Save button */
.profile-parking-row .save-parking-desc-btn {
  background:#226cff !important;
  border-radius:10px !important;
  padding:9px 18px !important;
}
.profile-parking-row .save-parking-desc-btn:hover {
  filter:brightness(0.95);
}

/* Tiny badges (free/price) */
.badge-price {
  display:inline-block;
  background:#f3f6ff;
  border:1px solid #dbe6ff;
  color:#163a8a;
  border-radius:999px;
  padding:3px 9px;
  font-weight:700;
}

/* ЦЕЛИЯТ ОВЪРЛЕЙ */
#registration-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: radial-gradient(circle at top, rgba(255,166,0,0.4), rgba(0,0,0,0.85));
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 16px 12px 32px;
}

.reg-navbar-overlay {
  background: #ff9f1c;
  border-radius: 14px;
  padding: 10px 18px;
  box-shadow: none !important;
  max-width: 1220px;
  margin: 0 auto;
}

.reg-navbar-logo-abs {
  height: 34px;
  margin-left: 4px;
}

.reg-navbar-btn {
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  padding: 6px 16px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background .18s, transform .06s, box-shadow .18s;
}

.reg-navbar-btn:hover {
  background: #f3f4ff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}

#registration-overlay form,
#registration-overlay .reg-client-form,
#registration-overlay .reg-biz-form {
    position: relative !important;
    top: auto !important;
}



/* контейнер за формите – всичко под navbar-а */
#registration-overlay > form,
#registration-overlay > .reg-biz-form,
#registration-overlay > #reg-choice-block {
  max-width: 520px;
  margin: 80px auto 0 !important;
}

/* Една и съща визия за всички форми (login + forms) */
.reg-client-form,
.reg-biz-form {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 26px 24px;
  box-shadow: 0 16px 45px rgba(15,23,42,0.40);
  border: 1px solid rgba(148,163,184,0.35);
}

/* заглавия */
.reg-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #111827;
  text-transform: uppercase;
}

.reg-form-input {
  height: 48px;
  border-radius: 12px !important;
  border: 1px solid #d1d5db;
  padding: 10px 14px;
  font-size: 1rem;
  box-shadow: 0 1px 3px rgba(15,23,42,0.08);
  transition: border-color .15s, box-shadow .15s, background .15s;
}

.reg-form-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.35);
  background: #ffffff;
}


.reg-btn-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

/* зелен основен бутон (Вход / Регистрация) */
.reg-btn-green {
  min-width: 170px;
  height: 48px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(180deg, #16a34a, #15803d);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(22,163,74,0.5);
  transition: transform .05s, box-shadow .15s, filter .15s;
}

.reg-btn-green:hover {
  filter: brightness(1.05);
  box-shadow: 0 12px 35px rgba(22,163,74,0.6);
}

.reg-btn-green:active {
  transform: translateY(1px);
  box-shadow: 0 6px 18px rgba(22,163,74,0.5);
}

/* червеният “Обратно” */
.reg-btn-red {
  min-width: 120px;
  height: 46px;
  border-radius: 12px;
  border: none;
  background: #ef4444;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: none;
  transition: transform .05s, box-shadow .15s, filter .15s;
line-height: 17px;
}

.reg-btn-red:hover { filter: brightness(1.05); }
.reg-btn-red:active { transform: translateY(1px); }


/* да не се вижда по default – ти вече имаш d-none от Bootstrap */
#registration-overlay.d-none {
  display: none !important;
}

#login-client-form .small,
#login-biz-form .small {
  text-align: left;
  margin: 4px 2px 0;
  color: #4b5563;
}

#login-client-form .small a,
#login-biz-form .small a {
  color: #2563eb;
  text-decoration: none;
}

#login-client-form .small a:hover,
#login-biz-form .small a:hover {
  text-decoration: underline;
}


@media (max-width: 576px) {
  .reg-navbar-overlay {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  .reg-client-form,
  .reg-biz-form {
    margin-top: 24px;
    padding: 20px 18px;
    border-radius: 16px;
  }
}

#reg-close-btn {
  background: transparent !important;
  right: 26px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  color: #222;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 1200;
  position: absolute;
 top: 15px;
 right: 15px;
  
}



/* Overlay background */
#registration-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

/* The dialog card */
.reg-modal-box {
    width: 100%;
    max-width: 480px;
    background: #fff;
    border-radius: 28px;
    padding: 32px 36px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    animation: fadeIn 0.25s ease;
position: relative;
}

/* Airbnb style title */
.reg-modal-box h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #111;
    margin-bottom: 25px;
}

/* Inputs */
.reg-form-input {
    width: 100%;
    padding: 14px 16px;
    font-size: 1.1rem;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    margin-bottom: 14px;
    transition: border-color 0.2s;
}
.reg-form-input:focus {
    border-color: #ff385c;
    background: #fff;
}

/* Submit button (Airbnb gradient style) */
.reg-btn-green {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    box-shadow: none;
    font-weight: 600;
    background: linear-gradient(90deg, #ff9100 0%, #ff6100 100%);
    color: #fff !important;
    border: none;
    transition: opacity 0.2s;
}
.reg-btn-green:hover {
    opacity: 0.9;
}

/* Close X */
#reg-close-btn-login {
    position: absolute;
    top: 22px;
    left: 26px;
    font-size: 26px;
    cursor: pointer;
    border: none;
    background: none;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.reg-navbar-overlay {
  position: absolute !important;
  top: 0;
  background: transparent !important;
} 

.reg-back-btn {
  background: none;
  border: none;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 4px 10px;
  margin-left: 12px;

  border-radius: 50%;
  transition: background 0.2s ease;
}

.reg-back-btn:hover {
  color: #ff8800;
}

/* Намаляване на цялата форма */
#reg-biz-start-form {
    max-width: 420px;
    margin: 0 auto;
    padding: 20px 22px !important;
}

/* Заглавие */
#reg-biz-start-form .reg-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-align: center;
}

/* Подзаглавие */
#reg-biz-start-form .reg-subtitle {
    font-size: 0.92rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.35;
    color: #333;
    margin-bottom: 14px !important;
}

/* Полетата */
#reg-biz-start-form .reg-form-input {
    padding: 10px 14px;
    height: 42px;
    font-size: 0.95rem;
}

/* Контейнер на полетата */
#reg-biz-start-form .mb-3 {
    margin-bottom: 12px !important;
}

/* Малките текстове */
#reg-biz-start-form .small {
    font-size: 0.85rem !important;
    margin-top: -6px;
    margin-bottom: 10px !important;
}

/* Изображение */
#preview-image {
    max-width: 150px !important;
    margin-top: 8px !important;
}

/* Ред на бутоните */
#reg-biz-start-form .reg-btn-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 12px !important;
}

.filters-sections h1 {
 font-size: 16px;
 color: #ff8800;
}

.active-filters {
  margin: 8px 0 4px;
  font-size: 13px;
}

.active-filters-label {
  font-weight: 600;
  margin-right: 6px;
}

.active-filter-pill {
  display: inline-block;
  background: #f2f4ff;
  border-radius: 999px;
  padding: 3px 9px;
  margin: 0 4px 4px 0;
  font-size: 12px;
  border: 1px solid #c9d0ff;
}

.filters-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  font-size: 11px;
  margin-left: 6px;
  background: #ff7a00;
  color: #fff;
}


.filter-section li {
  cursor: pointer;
}

.filter-section li.active {
  background: #111;
  color: #fff;
  border-radius: 999px;
}

#active-filters-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 10px;
}

.active-filter-pill {
  padding: 3px 10px;
  border-radius: 999px;
  background: #eee;
  font-size: 12px;
}

#filters-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ff7a00;
  color: #fff;
  font-size: 11px;
  margin-left: 6px;
}

.btn-list-parking {
    padding: 10px 20px;
    border: 0px solid #ddd;
    background: #fff;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #222;
    white-space: nowrap; /* най-важното */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-list-parking:hover {
    background: #f7f7f7;
    border-color: #ccc;
    transform: scale(1.03);
}

.btn-list-parking:active {
    transform: scale(0.98);
}


.swal2-container {
  z-index: 99999 !important;
}

.daterangepicker {
  z-index: 999999 !important;
}

.active-filters-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 12px;
}

.active-filters-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.active-filters-clear {
  border: 1px solid #000;
  background: #fff;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.parking-info {
 position: relative;
}

.parking-footer {
  width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: #fff;
    /* border-top-left-radius: 25px; */
    /* border-top-right-radius: 25px; */
    border-top: 1px solid #ccc;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.reserve-parking-button {
      background: linear-gradient(90deg, #ff9100 0%, #ff6100 100%);
    border-radius: 50px !important;
    transform: none;
    transform-origin: 50% 50% 0px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    margin: 10px;
    padding: 10px 30px !important;
}



@media (max-width: 1024px) {



.search-bar-a, .search-bar-b {
  height: 36px !important;
}






.right-side-wrapper {
   height: 100vh;
  }

#container {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: 100vw !important;
    min-width: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;          /* <- тук */
    padding: 0 !important;
    box-sizing: border-box;
    overflow: hidden !important;
}

#map {
            margin-top: 150px !important;   
}

.parkings-list, .simplebar-content {
  padding-bottom: 80px !important;


}

.right-side-wrapper {
  overflow-y: auto;
  overscroll-behavior: contain; /* важното! */
  /* за по-стари браузъри, не е задължително */
  -ms-scroll-chaining: none;
}


.right-side-wrapper {
    height: 100%;               /* или calc(100vh - височина на header-а) */
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; /* по-гладък скрол на iOS */
}

}


.swal-row .swal2-input {
  height: 34px !important;
max-height: 34px !important;
}

.swal-label {
 font-size: 14px;
}

.close-info-panel {
    position: relative !important;
    top: unset !important;        
    right: unset !important;
bottom: unset !important;        
    left: unset !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ff8800;
    background: #ffffff;
    color: #666;
    font-size: 20px;
    line-height: 30px; 
    align-items: center;
    justify-content: center;
    z-index: 999;   /* над картата и панела */
  }

  body.show-info-panel .close-info-panel {
    display: flex;     /* показва се само когато панелът е отворен */
  }

.parking-photo {
 width: 50%;
}

.parking-header {
  display: flex;
  gap: 20px;
  padding: 15px 0px;
}

.parking-header h6 {
 color: #6b7280;
 font-size: 1rem;
}

.parking-header-box {
	display: flex;
flex-direction: column;
width: 50%;
}

.parking-header-box .price-for-parking,
.parking-header-box .space-left-for-parking  {
  font-size: 13px;
}

.swal-quick-btn.is-active {
  background-color: #ff6b00;
  color: #fff;
}


#parking-info { border-radius: 20px;}

#logout-btn {

gap: 8px;
    background: #ff8800;
    color: #fff;
    border: 1px solid #ff8800;
    border-radius: 32px;
    padding: 8px 10px;
    height: 50px;
    cursor: pointer;
    font-size: 0.97rem !important;
}


.parking-footer .price-for-parking {
  font-size: large !important;
color: #000;
}

.parking-title-address {
  margin-top: 8px;
}

.parking-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #ff6b00;          /* оранжево като бутоните ви */
  font-weight: 500;
  text-decoration: none;
}

.parking-map-link i {
  font-size: 1.1rem;
}

.parking-map-link:hover {
  text-decoration: underline;
  color: #e05d00;
}

.parking-coords {
  margin-left: 6px;
  font-size: 0.8rem;
  color: #777;
}


@media (max-width: 600px) { 
  .parking-header-box { width: 60% !important;}
  .parking-photo {
 	width: 40%;
	}

.parking-footer .price-for-parking {
  display: none !important;

}
  
}

.parking-footer .price-for-parking {
display: flex;
    flex-wrap: wrap;
    max-width: 500px;
justify-content: space-between;
}

.price-row {
   margin: 0 25px;
}

.reg-form-input::placeholder {
  transition: opacity 0.2s ease;
}

.reg-form-input:focus::placeholder {
  opacity: 0.3;   /* колко да избледнее – 0.1 до 0.5 е добре */
}


/* MOBILE: когато сме в детайлите на паркинг */
@media (max-width: 600px) {
  /* скриваме навигацията */
  body.details-open nav.navbar {
    display: none !important;
  }

  /* махаме margin-top на картата */
  body.details-open #map {
    margin-top: 0px !important;
  }
}


@media (max-width: 992px) {
  html, body {
    height: auto !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 1024px) {
    #right-side-wrapper {
        width: 100vw !important;
        min-width: 0 !important;
        height: 60vh !important;
        min-height: 0 !important;
        max-height: 100% !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
        overflow-y: auto !important;
        box-sizing: border-box;
        position: static !important;
        border-radius: 0 !important;
    }

.container-fluid>img, .navbar>.container-fluid>img {
        display: none;
    }
}

