.language-button {
  display: inline-block;
  width: 33px;
  height: 20px;
  background-size: cover;
  border: none;
  padding: 0;
  cursor: pointer;
}

#english-button {
  background-image: url('../../assets/img/flags/flag_en.png');
}

#czech-button {
  background-image: url('../../assets/img/flags/flag_cz.png');
}

.nav-padding {
  padding: 1rem 0rem;
}

@media (min-width: 992px) {
  .nav-padding {
    padding: 1rem 1rem;
  }
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.my-header {
  background-image: url('../../assets/img/image-2.jpg');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ibell-text {
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
}

.background-color {
  background: rgb(17, 23, 29);
}

.bg-card {
  color: #ffff;
  background: #1e242a;
}

.btn-width {
  width: 100px;
}

.fit-cover {
  object-fit: cover;
}

.fs-text {
  font-size: 1.10rem !important;
}

@media only screen and (max-width: 450px) {
  .support-email {
    display: block;
    word-break: break-all;
  }
}

.logo-span {
  font-family: realistwide;
}

.black-underline {
  color: black;
  text-decoration-color: black;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.navbar .dropdown-item:active {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.sensor {
  max-height: 413px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .sensor {
    max-height: 250px;
  }
}

@media (max-width: 576px) {
  .sensor {
    max-height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}

.navbar-nav .page .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 6px;
  padding-left: 6px;
}

.navbar-nav .page.separator .nav-link {
  padding-right: 10px;
  padding-left: 6px;
}

.navbar-nav .page.separator .nav-link::after {
  content: '';
  position: absolute;
  right: 0;
  height: 50%;
  top: 25%;
  border-right: 2px solid rgb(176, 176, 176);
}

/* Styl pro malé obrazovky */

/* .navbar-nav .page .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  } */

@media (max-width: 991px) {
  .navbar-nav .page.separator .nav-link::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-nav .page.separator .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(176, 176, 176);
    margin-left: 0;
  }
}

