@charset "UTF-8";
/*
Theme Name: Mapa Sepolno
Text Domain: KancelariaDoradca
Version: 1.0
Description: Kancelaria Theme
Tags: left-sidebar, responsive, fancy
Author: Stanisław Lemański
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Theme Name: Mapa Sepolno
Text Domain: KancelariaDoradca
Version: 1.0
Description: Kancelaria Theme
Tags: left-sidebar, responsive, fancy
Author: Stanisław Lemański
*/
body {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.map {
  height: 100%;
  width: 100%;
}

.first-zone {
  fill: #d0480c;
  stroke: #d0480c;
}

.second-zone {
  fill: #2277b2;
  stroke: #2277b2;
}

.free-zone {
  fill: #5d7f72;
  stroke: #5d7f72;
}

.map-path {
  z-index: 9932332399;
}

h3, h4 {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
}
@media (max-width: 960px) {
  h3, h4 {
    font-size: 12px;
    margin: 0.2rem;
  }
}

.free-for-now {
  fill: black;
  stroke: black;
}

/* Przenieś przyciski plus i minus do prawego górnego rogu */
.leaflet-control-container .leaflet-left {
  right: 0;
  left: initial;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .leaflet-control-container .leaflet-left {
    display: none;
  }
}

.parking-info {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #f5efe9;
  border: 1px solid #d78b2e;
  color: #d78b2e;
  z-index: 999;
  padding: 1rem;
  max-width: 15rem;
  text-align: center;
  border-radius: 2rem;
}
.parking-info__wrapper {
  position: relative;
}
.parking-info__wrapper .popup-photo {
  width: 90%;
  margin: 0.3rem 5%;
  text-align: center;
  max-width: 15rem;
}
.parking-info__wrapper .popup-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parking-info__wrapper .closing-cross {
  position: absolute;
  top: -0.3rem;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.parking-info__wrapper .closing-cross img {
  height: 100%;
  width: 100%;
}
.parking-info__wrapper .closing-cross:hover {
  cursor: pointer;
}
@media (max-width: 960px) {
  .parking-info {
    max-width: 10rem;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    border-radius: 0;
    padding: 0.3rem;
  }
}

.parking-info ul li {
  padding-top: 0.8rem;
  font-size: 14px;
}
@media (max-width: 960px) {
  .parking-info ul li {
    font-size: 12px;
    padding-top: 0.3rem;
  }
}

.parking-info ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 960px) {
  .parking-info ul {
    margin: 0.2rem;
  }
}

.elements-choice {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #d7cec8;
  color: #215b8d;
  border-top: 1px solid #215b8d;
  border-left: 1px solid #215b8d;
  border-top-left-radius: 2rem;
  padding: 1rem;
  transition: all 0.4s linear;
}
@media (max-width: 960px) {
  .elements-choice {
    width: 100%;
    border-top-left-radius: 0;
    border-left: none;
    padding-bottom: 0.3rem;
  }
}
.elements-choice .arrow-wrapper {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 3rem;
  height: 3rem;
  transition: all 0.4s ease;
  z-index: 99999;
}
.elements-choice .arrow-wrapper img {
  height: 100%;
  width: 100%;
}
.elements-choice .arrow-wrapper:hover {
  cursor: pointer;
  opacity: 0.3;
}
@media (max-width: 960px) {
  .elements-choice .arrow-wrapper:hover {
    opacity: initial;
  }
}
.elements-choice .turn-arrow {
  transform: rotate(180deg);
}

.hide-menu {
  transform: translateY(57%);
}

.legend {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
}
.legend__header {
  margin: 1rem 0;
  margin-left: 1rem;
  font-weight: bold;
  transition: all 0.4s ease;
}
@media (max-width: 960px) {
  .legend__header {
    margin-left: 2rem;
  }
}
.legend .header-no-display {
  opacity: 0;
}
.legend__element {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 960px) {
  .legend__element {
    margin-left: 1rem;
  }
}
.legend__title {
  margin: 0;
}
@media (max-width: 960px) {
  .legend__title {
    font-size: 12px;
  }
}
.legend__color {
  height: 1rem;
  width: 1rem;
  margin-left: 1rem;
  background: #d0480c;
  border: 1px solid #d0480c;
  flex-shrink: 0;
  opacity: 0.5;
  margin-right: 0.5rem;
}
.legend__color--red {
  background: #d0480c;
  border: 1px solid #d0480c;
}
.legend__color--green {
  background: #5d7f72;
  border: 1px solid #5d7f72;
}
.legend__color--blue {
  background: #2277b2;
  border: 1px solid #2277b2;
}
.legend__color--black {
  background: black;
  border: 1px solid black;
}
.legend__lane {
  height: 0.15rem;
  width: 1rem;
  margin-left: 1rem;
  background: #7f2b1b;
  border: 1px solid #7f2b1b;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.sp-logo {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  height: 3rem;
  width: 3rem;
  z-index: 999;
}
.sp-logo img {
  height: 100%;
  width: 100%;
}

.form-selection {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
.form-selection label {
  gap: 0.3rem;
  display: flex;
  align-items: center;
}
.form-selection input {
  margin: 0;
}
@media (max-width: 960px) {
  .form-selection {
    margin-left: 2rem;
  }
}

.no-display {
  display: none;
}