nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: var(--theme3);
  padding-left: 1rem;
  padding-right: 1rem;
  /* color: #fff; */
}

.absolute{
  position: absolute;
}

.w-full {
  width: 100%; 
}

form {
  display: block;
  margin-top: 0em;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .relative {
    position: relative; 
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) { 
  .sm\:mr-2 {
    margin-right: 0.5rem; 
  }
 }
/* nav a {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  color: #fff;
} */

nav a img {
  display: inline-block;
  vertical-align: top;
}

nav .lm-menu-toggle {
  display: block;
}

nav .lm-menu-div {
  display: none;
}

@media (min-width: 768px) {
  nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  nav .lm-menu-div {
    display: block;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
  }

  nav ul li {
    position: relative;
  }

  /* nav ul li a {
    display: block;
    padding: 0.5rem;
    /* color: #ccc; */
  } */

  nav ul li a:hover {
    /* color: #ccc; */
    text-decoration: none;
  }

  nav ul li:hover .text-black {
    display: block;
  }

  nav ul li .text-black {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #000000; 
    border: 1px solid #000;
    border-radius: 0.25rem;
    z-index: 10;
    right: 0;
    min-width: max-content;
    padding: 0.5rem;
  }
}
input.bottom-drawer-open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.lm-dynamic-search-results {
  z-index: 50;
  border: 1px #eee solid;
  border-top: 0;
  box-shadow: #333 0px 3px 3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.lm-dynamic-search-results .result .ids {
  font-size: smaller;
}
.border-t-0 {
  border-top-width: 0; 
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; 
}

.px-2 {
  padding-left: 0.5rem;
padding-right: 0.5rem; 
}

.text-gray-500 {
  color: #6B7280; 
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.font-medium {
  font-weight: 500;
}

.p-2 {
  padding: 0.5rem;
}
.block {
  display: block;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
a:hover {
  text-decoration: underline;
}

.d-block {
  display: block; /* d-block */
}

.text-center {
  text-align: center; /* text-center */
}
.text-black {
  color: #000000; 
}
.bg-white {
  background-color: #ffffff; 
}
.d-block {
  display: block !important;
}
/* a {
  color: #315da5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1f3c6a;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
} */
.p-1 {
  padding: 0.25rem; 
}