.main-navbar {
  width: 100%;
  height: 45px;
  border-radius: 0;
  /* padding: px 0px 3px 0px; */
  border: none;
  background-color: rgb(231, 229, 229);
}

.nav-ionix-heading {
  margin-top: 13px;
  font-weight: bold;
  margin-left: 10px;
}

/* for collapsible */

.dropdwonmenu-hamberger {
  width: 250px;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2d3d3;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2d3d3;
}

.scrollarea {
  overflow-y: auto;
}

.nav-search {
  margin-top: 10px;
  margin-left: 12px;
}

.nav-search input {
  margin-top: -2px;
  height: 30px;
  width: 230px;
}

.nav-search button {
  padding: 2px 2px 2px 2px;
  margin-left: -5px;
  margin-top: -1px;
  height: 28px;
  width: 30px;
  background-color: white;
  border: 0px solid transparent;
  border-radius: 5px 5px 5px 5px;
  color: black;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
}

.custom-checkbox input[type="checkbox"] {
  margin-right: 5px;
}


.search-dropdown {
  display: none;
  /* Initially hide the dropdown menu */
  position: absolute;
  /* Ensure the menu is positioned correctly */
  z-index: 1000;
  width: 350px;
}

.search-dropdown.show {
  display: block;
}

.nav-create {
  margin-top: 8px;
  margin-left: 12px;
}

.custom-dropdown-toggle::after {
  content: "";
  display: none !important;
}

.custom-dropdown-menu {
  min-width: 400px !important;
}

.create-header {
  font-size: medium;
  color: gray;
}

/* for module-search page */
/* .moduleSearch-container {
  display: flex;
  height: 100vh;
}

.module-search-sidebar {
  width: 13%;
  background-color: #f4f4f4;
  padding: 10px;
}

.module-search-sidebar li {
  position: relative;
  margin: 4px 0 0 -15px;
  list-style: none;
  padding: 5px;
  text-decoration: none;
}

.module-search-sidebar a {
  font-size: 15px;
  align-items: center;
  text-decoration: none;
}

.module-search-sidebar li a {
  color: black;
} */

/* .moduleSearch-page {
  flex: 1;
  background-color: #ffffff;
  padding: 10px;
} */

.short-name {
  display: none;
}

.full-name {
  display: inline;
}

.question-mark-btn {
  margin-top: -60px;
  margin-right: 10px;
}

/* @media only screen and (min-width: 375px) and (max-width: 430px) {
  .nav-ionix-heading {
    display: none;
  }

  .dropdwonmenu-hamberger {
    width: 250px;
  }

  .nav-search {
    margin-top: 10px;
    margin-left: -30px;
  }

  .nav-search input {
    margin-top: -2px;
    height: 30px;
    width: 130px;
  }

  .short-name {
    display: inline;
  }

  .full-name {
    display: none;
  }

  .nav-create {
    margin-left: -30px;
  }

  .question-mark-btn {
    margin-left: 30px;
  }
} */

@media only screen and (max-device-width: 768px) and (orientation: portrait),
only screen and (max-device-height: 768px) and (orientation: landscape) {
  .nav-ionix-heading {
    display: none;
  }

  .dropdwonmenu-hamberger {
    width: 250px;
  }

  .nav-search {
    margin-top: 10px;
    margin-left: -30px;
  }

  .nav-search input {
    margin-top: -2px;
    height: 30px;
    width: 130px;
  }

  .short-name {
    display: inline;
  }

  .full-name {
    display: none;
  }

  .nav-create {
    margin-left: -30px;
  }

  .question-mark-btn {
    margin-right: -13px;
  }

  .custom-checkbox {
    display: flex;
    align-items: center;
    height: 10px;
    width: 10px;
  }

  .custom-checkbox input[type="checkbox"] {
    margin-right: 0px;
  }
}