#w_toggleDiv {
  position: absolute;
  width: -webkit-fill-available;
}
#w_toggleDiv a.link-icon.chat::before {
  content: '';
}
#w_toggleDiv #cboxClose::before {
  content: '\2715';
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  color: #c4cad5;
  transform: inherit;
}
#w_toggleDiv #cboxClose {
  background-color: transparent !important;
  top: 0;
  right: 0;
  width: 35px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  text-indent: initial !important;
}
@media only screen and (max-width: 600px) {
  #w_tgl_container {
    left: 0;
    margin: 10px;
  }
  #w_toggleDiv {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* container style */
#w_tgl_container {
  min-width: 15vw;
  text-align: left;
  position: absolute;
  color: #f8f8f8;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  background-color: rgba(0, 0, 0, .85);
  padding: 15px;
  line-height: 21px;
  max-width: 500px;
  box-sizing: border-box;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  z-index: 5;
  border-radius: 5px;
  margin-top: 1rem;
}
#cboxClose {
  color: #aeaeae;
  background: transparent;
}
#w_output_nadpis {
  width: 100%;
  color: #fff !important;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 15px 0 !important;
  background: none !important;
}
#w_output_odstavec {
  width: 100%;
  font-weight: 400;
  line-height: 24px;
  float: right;
  font-size: 12px;
  letter-spacing: 1px;
  color: #f8f8f8 !important;
}
#w_output_tlacitko_container {
  margin: 0;
  display: inline-flex;
  border: none;
  color: #fff;
  background: var(--color-secondary);
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
#w_output_tlacitko {
  pointer-events: none;
}
/* arrow in popup */
.arrow-popup {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, .85) transparent;
  position: absolute;
  top: -10px;
  left: 15px;
  transform: rotate(0deg);
}