.hknet-cookie-consent.offcanvas.offcanvas-bottom {
  min-height: 40vh;
  height: unset;
}
.hknet-cookie-consent h3 {
  margin-bottom: 0;
}
.hknet-cookie-consent.offcanvas-bottom {
  border-top: 1px solid var(--bs-secondary-color);
}
.hknet-cookie-consent.offcanvas-top {
  border-bottom: 1px solid var(--bs-secondary-color);
}
.hknet-cookie-consent__content {
  margin: 0 auto;
  width: 1208px;
  padding: 20px;
}
@media screen and (max-width: 1207.98px) {
  .hknet-cookie-consent__content {
    width: 100%;
  }
}
.hknet-cookie-consent--top {
  position: absolute;
  top: 0;
  left: 0;
}
.hknet-cookie-consent--bottom {
  position: fixed;
  bottom: 0;
  right: 0;
}
.hknet-cookie-consent__title {
  color: #000;
  margin-top: 20px;
}
.hknet-cookie-consent__read-more {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
}
.hknet-cookie-consent__read-more:hover {
  text-decoration: underline;
}
.hknet-cookie-consent__form {
  margin-top: 20px;
}
.hknet-cookie-consent__form .form-check {
  padding-left: 0;
}
.hknet-cookie-consent__category {
  border-top: 1px solid #94d1b5;
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 641px) {
  .hknet-cookie-consent__category {
    flex-direction: column-reverse;
  }
}
.hknet-cookie-consent__category-group {
  display: none;
}
.hknet-cookie-consent__category-information-essentials {
  margin-left: 180px;
}
@media screen and (max-width: 641px) {
  .hknet-cookie-consent__category-information-essentials {
    margin-left: 0;
  }
}
.hknet-cookie-consent__category-toggle {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 641px) {
  .hknet-cookie-consent__category-toggle {
    margin-top: 20px;
  }
}
.hknet-cookie-consent__category-title {
  color: #000;
  margin: 0 0 10px 0;
}
.hknet-cookie-consent__category-description {
  margin: 0;
}
.hknet-cookie-consent__category-description p {
  margin: 0;
}
.hknet-cookie-consent__category hr {
  margin: 8px 0;
  border-top: 1px solid #000;
}
.hknet-cookie-consent__category table {
  margin: 0;
}
.hknet-cookie-consent__category table:first-child {
  margin-top: 10px;
}
.hknet-cookie-consent__category table th,
.hknet-cookie-consent__category table td {
  font-size: 0.85rem;
  padding: 2px;
  vertical-align: top;
}
.hknet-cookie-consent__category table th {
  width: 100px;
}
.hknet-cookie-consent__switch {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.hknet-cookie-consent__switch-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.hknet-cookie-consent__switch-slider {
  display: block;
  width: 46px;
  height: 26px;
  border-radius: 13px;
  background-color: #fff;
  border: 1px solid #1c2d44;
  transition: background-color 0.2s, border-color 0.2s;
}
.hknet-cookie-consent__switch-slider::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1c2d44;
  transition: transform 0.2s, background-color 0.2s;
}
.hknet-cookie-consent__switch-input:checked + .hknet-cookie-consent__switch-slider {
  background-color: #1c2d44;
  border-color: #1c2d44;
}
.hknet-cookie-consent__switch-input:checked + .hknet-cookie-consent__switch-slider::after {
  transform: translateX(20px);
  background-color: #fff;
}
.hknet-cookie-consent__switch-input:focus-visible + .hknet-cookie-consent__switch-slider {
  outline: 2px solid #1c2d44;
  outline-offset: 2px;
}
.hknet-cookie-consent__toggle-cookie-information, .hknet-cookie-consent__toggle-cookie-information-show {
  display: inline-block;
}
.hknet-cookie-consent__category-description-details, .hknet-cookie-consent__toggle-cookie-information-hide {
  display: none;
}
.hknet-cookie-consent__btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hknet-cookie-consent__btn-group .hknet-cookie-consent__btn {
  margin-right: 30px;
}
.hknet-cookie-consent__btn-group .hknet-cookie-consent__toggle-details {
  cursor: pointer;
  margin-bottom: 25px;
}
.hknet-cookie-consent__btn-group .hknet-cookie-consent__toggle-details-hide {
  display: none;
}
.hknet-cookie-consent__btn-wrapper {
  margin-bottom: 25px;
}
.hknet-cookie-consent__btn-wrapper:nth-child(2) {
  flex-grow: 1;
}
@media screen and (max-width: 641px) {
  .hknet-cookie-consent__btn-wrapper {
    width: 100%;
  }
}
.hknet-cookie-consent__btn {
  border: 1px solid #94d1b5;
  background: #94d1b5;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  display: flex;
  text-align: center;
  border-radius: var(--bs-btn-border-radius);
}
@media screen and (max-width: 641px) {
  .hknet-cookie-consent__btn {
    width: 100%;
    display: inline-block;
  }
}
.hknet-cookie-consent__btn.btn {
  font-size: 1rem;
}
.hknet-cookie-consent__btn:hover {
  color: #fff;
  background: #1c2d44;
  border-color: #1c2d44;
}
.hknet-cookie-consent__btn--secondary {
  background: transparent;
  color: #1c2d44;
  border: 1px solid #1c2d44;
}
.hknet-cookie-consent__btn--secondary:hover {
  background: #1c2d44;
  color: #ffffff;
  border: 1px solid #1c2d44;
}
.hknet-cookie-consent__btn-group-footer .hknet-cookie-consent__btn-wrapper:nth-child(1) {
  flex-grow: 1;
}

.hknet-cookie-consent[data-bs-theme=dark],
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) {
  background-color: #000;
  color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__title,
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__read-more,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__title,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__read-more {
  color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__category,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__category {
  border-color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__category-title,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__category-title {
  color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__switch-slider,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__switch-slider {
  background-color: #000;
  border-color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__switch-slider::after,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__switch-slider::after {
  background-color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__switch-input:checked + .hknet-cookie-consent__switch-slider,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__switch-input:checked + .hknet-cookie-consent__switch-slider {
  background-color: #fff;
  border-color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__switch-input:checked + .hknet-cookie-consent__switch-slider::after,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__switch-input:checked + .hknet-cookie-consent__switch-slider::after {
  background-color: #000;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__switch-input:focus-visible + .hknet-cookie-consent__switch-slider,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__switch-input:focus-visible + .hknet-cookie-consent__switch-slider {
  outline-color: #fff;
}
.hknet-cookie-consent[data-bs-theme=dark] .hknet-cookie-consent__btn--secondary,
[data-bs-theme=dark] .hknet-cookie-consent:not([data-bs-theme]) .hknet-cookie-consent__btn--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
