.language-bar {
  height: 17px;
  width: 100%;
  color: white;
  padding: 5px 0;
  font-size: 13px !important;
  position: relative;
}

.language-bar-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.uni_lang {
  font-size: 18px !important;
  display: inline-block;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.uni_lang_sel {
  font-size: 18px !important;
  display: inline-block;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);
}

.language-bar a {
  text-decoration: none;
  font-size: 13px !important;
  margin: 0 2px;
  font-weight: 500;
}

.language-bar a:hover {
  text-decoration: none;
}

.powered-by a {
  color: white;
  font-weight: bold;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px !important;
  opacity: 0.8;
}

.powered-by a:hover {
  text-decoration: underline;
}

.header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
}

.lnd-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #fff;
}

.lnd-box {
  border: none !important;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.disabled-linkbutton {
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

.enable-linkbutton {
  opacity: 1;
  text-decoration: none;
}

.web_lnd_font {
  font-size: 16px;
}

.web_lnd_privacy_font {
  font-size: 12px;
}

.wp_disclaimer {
  font-size: 12px;
  font-weight: normal;
}

.brav_footer {
  background-color: #f78c11;
}

.logo img {
  width: 100%;
  max-width: 190px;
}

.menu {
  display: flex;
}

.menu-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.menu-list li {
  display: flex;
  align-items: center;
}

.menu-list a {
  color: white;
  text-decoration: none;
  display: flex;
  font-size: 15px;
}

.menu-list a:hover {
  text-decoration: underline;
}

.hamburger {
  display: none;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 25px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-menu {
  position: fixed;
  top: 2%;
  right: 0;
  width: 60%;
  height: 70%;
  background-color: white;
  padding: 20px;
  z-index: 1000;
  border-radius: 10px 0 0 10px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.modal-menu .modal-close {
  font-size: 24px;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}

.modal-menu .menu-list {
  display: block;
}

.modal-menu .menu-list li {
  margin-bottom: 15px;
}

.modal-menu .menu-list a {
  display: block;
  font-size: 18px;
  color: #007bff;
  text-decoration: none;
}

.modal-menu .menu-list a:hover {
  color: #0056b3;
}

.modal-menu.active {
  transform: translateX(0);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .menu {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #fff;
}

.input-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.input-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 10px;
}

.slide-container {
  overflow: hidden;
}
