.sidepanel-header-h1 {
  margin-top: 30px;
  /* display: flex; */
  /* justify-content: center; */
  color: #515151;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.sidepanel-header-h1,
.sidepanel-header-h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  /* display: flex; */
  /* justify-content: center; */
  color: #515151;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
}

.sidepanel-header-h2 {
  font-size: 1rem;
  margin-top: 24pt;
  margin-bottom: 3pt;
}

#side-close-button {
  float: right;
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidePanel_close {
  width: 15px;
  height: 15px;
}

.close-btn {
  width: 35px !important;
  height: 35px !important;
  /* margin-top: 5px; */
  background-color: #eeeeee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.close-btn:hover,
.close-btn:focus {
  cursor: pointer;
}

.sidepanel-box-container {
  width: 96%;
  margin: -12pt auto 5pt auto;
  padding: 7pt 10pt;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #eee;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.info-box {
  height: 45pt;
  width: 100%;
  margin: 2.5pt 0;
  padding: 0 20pt 0 19pt;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  border-radius: var(--button-border-radius);
  -webkit-border-radius: var(--button-border-radius);
  -moz-border-radius: var(--button-border-radius);
  -ms-border-radius: var(--button-border-radius);
  -o-border-radius: var(--button-border-radius);
}

.reset {
  all: unset;
}

.info-box-enviro {
  height: 100px;   
  width: 100%;
  margin: 2.5pt 0;
  padding: 0 20pt 0 19pt;  
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  border-radius: var(--button-border-radius);
  -webkit-border-radius: var(--button-border-radius);
  -moz-border-radius: var(--button-border-radius);
  -ms-border-radius: var(--button-border-radius);
  -o-border-radius: var(--button-border-radius);
}
.info-box-upgrade {
  padding: 0px;
}
.info-box > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.info-box > span {
  display: inline-flex;
  margin-left: -18pt;
  align-items: center;
  justify-content: center;
}

.white-box {
  background-color: #ffffff;
  color: #ec3945;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.color-box {
  background-color: #29abb3;
  color: #ffffff;
  display: flex;
  justify-content: start;
}

@media screen and (min-width: 420px) and (max-width: 650px) {
}

#left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidepanel-btn {
  height: 36pt;
  width: 86% !important;
  margin: 2pt 7% 2pt 7% !important;
  font-size: 0.9rem !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--button-border-radius);
  -webkit-border-radius: var(--button-border-radius);
  -moz-border-radius: var(--button-border-radius);
  -ms-border-radius: var(--button-border-radius);
  -o-border-radius: var(--button-border-radius);
}

.modal-description {
  height: auto;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -28pt;
  padding-top: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.podnadpis {
  font-size: 0.7rem;
}

.rizikacount,
.benefitcount {
  content: "";
  width: 33pt;
  height: 33pt;
  font-size: 1rem;
  background-color: #eaeaea;
  border-radius: 50%;
  display: grid;
  justify-items: center;
  align-items: center;
}

.zozning-plan-result {
  content: url(../images/ico_zoning_plan.png);
  /* width: 40pt;
    height: 40pt;
    background-color: #EAEAEA;
    border-radius: 50%;
    display: grid;
    justify-items: center;
    align-items: center; */
}

.rizikacount,
.benefitcount,
.zoning-plan {
  position: relative;
  z-index: 2;
}

.zoning-plan {
  margin-left: -6px;
}

.obalovac {
  display: flex;
  align-items: center;
}

.text-desc {
  margin: 15px 5px 2px 5px;
  font-size: 0.9em;
}

.tabs p {
  line-height: 1.2 !important;
  font-size: 0.9rem !important;
}

@media only screen and (max-width: 600px) {
  .tabs p {
    line-height: 1 !important;
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 512px) {
  .tablinks {
    height: 58px;
    font-size: 12px;
  }
}

.rizika:before,
.benefity:before,
.zoning-plan:before {
  position: relative;
  top: 2pt;
  right: -4pt;
}

.enviroIndex{
  color: #52c831;
}
.enviroIndex1 {
  color:#52c831;
  content: "";
  width: 33pt;
  height: 33pt;
  font-size: 1rem;
  background-color: #eaeaea;
  border-radius: 50%;
  display: grid;
  margin-left: 20px;
  justify-items: center;
  align-items: center;
} 

.enviroIndex::before{
  content: url(../images/ico_enviro_sidepanel.png);
  width: 64px;
  height: 64px;  
  transform: scale(0.45);
}
.rizika:before {
  content: url(../images/ico_rizika_sidepanel.png);
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}

.benefity:before {
  content: url(../images/ico_benefity_sidepanel.png);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.icon-zoning-plan {
  content: url(../images/ico_zoning_plan.png);
  position: relative;
  width: 33pt;
  height: 33pt;
}

.magnifying-glass {
  content: url(../images/ico_land.png);
  width: 27pt;
  padding: 3pt;
  position: relative;
  right: 5pt;
  border-radius: 22%;
  cursor: pointer;
}

.icon-parcela {
  content: url(../images/ico_plot.png);
  width: 36pt;
  padding: 3pt;
  position: relative;
  right: 7pt;
  border-radius: 22%;
  cursor: pointer;
}

.abc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.temp-frame {
  width: 800px;
  height: 650px;
  margin: 55px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 225, 225);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.basket-modal-content {
  width: 100%;
  margin: 0 auto;
}

h1-basket {
  /* font-size: 1rem; */
  font-size: 1rem;
  font-weight: 600;
  width: 70%;
  margin: 0 15%;
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  vertical-align: bottom;
  padding: 0.5pt 0;
}

.dim-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 1vw !important; */
  padding: 0vw 1vw 1vw 1vw !important;
  width: 93%;
  margin: 0 auto;
}

.dim-box {
  height: auto;
  width: 100%;
  margin: 4px 0;
  background-color: #f6f6f6;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.content-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.dim-item {
  width: 110pt !important;
  height: 110pt !important;
  margin: 7pt 4pt 0 4pt;
  border-radius: 10px;
  box-shadow: 1px 0px 4px 0px rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.dim-label {
  width: 100%;
  height: 30pt;
  position: relative;
  top: -112pt;
  color: #ffffff;
  background-color: #219aa18f;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 11px 0px;
  line-height: 1.5;
}

/* .dim-up .dim-label {
  top: 53px;
} */

.dim-up .dim-label,
.dim-dalsi-potencial .dim-label {
  background-color: #219ba1bf;
}

.dim-polno-potencial .dim-label,
.dim-dalsi-potencial .dim-label {
  padding-left: 188px;
}

.dim-price {
  height: 37px !important;
  width: 37px !important;
  position: relative;
  top: -78pt;
  right: 99pt;
  background-color: #ffffffc4;
  border-radius: 50%;
  color: #444;
  font-size: 0.8rem;
  font-weight: 650;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 15px;
}

.dim-name {
  width: 120px;
  padding-right: 3pt;
  display: inline-flex;
  align-items: center;
  background-color: #f6f6f6;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: none;
  cursor: auto;
}

.dim-type {
  display: inline-flex;
  width: 50%;
  color: #444;
  line-height: 1.6;
}

.dim-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 22pt;
}

.dim-rizika {
  background-image: url(../images/basket/rizika.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dim-komplex-info::before,
.dim-polno-potencial::before,
.dim-dalsi-potencial::before {
  top: 148pt;
}

/* .dim-komplex-info .dim-label {
  top: 40pt;
} */

.dim-komplex-info {
  background-image: url(../images/basket/komplex-info.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dim-up {
  background-image: url(../images/basket/up.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dim-polno-potencial {
  background-image: url(../images/basket/polno-potencial.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.div-enviroindex {
  background-image: url(../images/basket/enviroindex.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dim-dalsi-potencial {
  background-image: url(../images/basket/dalsi-potencial.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fourth-dim {
  color: #17b5bf;
  font-weight: 600;
  font-size: 1.1rem;
}

.final-price {
  color: #444444;
  font-weight: 700;
  font-size: 1.1rem;
}

.disable-item {
  /* filter: saturate(0%); */
  /* -webkit-filter: saturate(0%); */
}

.disable-item::before {
  content: "Nedostupné pre zvolenú parcelu";
  height: 100pt;
  position: relative;
  top: -50px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  text-shadow: 1px 1px 2px black;
  text-transform: uppercase;
  text-align: center;
  background-color: #636363bf;
}

.overlay-select::before {
  content: url(../images/basket/addItem.png);
  background-color: #219ba196;
  transform: scale(0.4);
  margin-top: 38px;
  border-radius: 28px;
  padding: 45px 56px 52px 56px;
}

.overlay-unavailable {
  height: 148px;
  padding: 34pt 31px;
  position: relative;
  top: -54px;
  background-color: #a1a1a196;
  border-style: none;
  pointer-events: all !important;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  cursor: not-allowed;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  line-height: 1.6;
  left: -174px;
  font-size: 0.8rem;
}

.hidden {
  visibility: hidden;
}

.display-none {
  display: none;
}

.cenakosik {
  color: #17b5bf !important;
  padding: 0 41pt;
  float: right;
  font-size: 1.1rem;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .header-2 #header-wrap,
  .header-4 #header-wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .info-box {
    padding: 0 8pt 0 8pt;
    font-size: 0.8rem;
  }
  .modal-description {
    margin-bottom: -5px;
  }
  h1-basket {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .dim-wrapper {
    width: 100%;
  }
  .cenakosik {
    padding: 0 3pt;
  }
  h6.grafy-text {
    font-size: 21px;
    color: #63748b;
    margin: 25px 5% 10px 33%;
    text-transform: none;
  }
}

@media only screen and (max-width: 578px) {
  .side-panel {
    top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .info-box {
    padding: 0 6% 0 6%;
    font-size: 0.9rem;
    box-shadow: 1px 1px 5px 0px #d6d6d6;
  }

  .side-panel {
    top: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .sidepanel-header-h1,
  .sidepanel-header-h2 {
    font-size: 1.1rem;
  }

  .sidepanel-btn {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
  }

  .dim-box {
    flex-direction: column;
    padding-bottom: 7px;
  }

  .content-container {
    flex-direction: column;
  }

  .dim-name {
    height: 50px !important;
    margin-bottom: 8px;
  }

  .containerkosik {
    margin: 0px 5px 6px 5px;
  }
}

@media only screen and (max-width: 354px) {
  .info-box {
    font-size: 0.9rem;
    padding: 0 4% 0 4%;
  }

  .side-panel {
    top: 0px;
  }

  .sidepanel-header-h1,
  .sidepanel-header-h2 {
    margin-top: 25px;
    font-size: 1rem;
  }

  .rizika:before,
  .benefity:before,
  .zoning-plan:before {
    top: 0pt;
    right: -8pt;
  }

  .magnifying-glass {
    right: 0pt;
    padding: 4pt;
  }

  #left-col {
    padding-left: 3px;
  }

  .sidepanel-box-container {
    width: 100%;
    margin: -12pt auto 5pt auto;
    padding: 5pt 5pt;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }

  .sidepanel-btn {
    font-size: 0.8rem;
  }

  .tabs p {
    font-size: 0.7rem !important;
  }

  .text-desc {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 330px) {
  .sidepanel-header-h1 {
    padding: 3px 8% 9px 8%;
    margin: 15px;
    line-height: 1.4rem;
  }

  .sidepanel-header-h2 {
    margin-bottom: -4pt;
  }

  .sidepanel-btn {
    font-size: 0.8rem !important;
    line-height: 1rem;
    font-weight: 500 !important;
  }

  .tabs p {
    font-size: 0.6rem !important;
    line-height: 1.3 !important;
  }
}
