/* src/styles/index.scss */
.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.btn-toggle-nav a {
  display: inline-flex;
  padding: 0.1875rem 0.6rem;
  margin-top: 0.125rem;
  margin-left: 1.5rem;
  text-decoration: none;
}
.btn-toggle-nav a.active {
  font-weight: bold;
}
.toolbar-action-disabled {
  opacity: 0.4;
}
div.collapse.show {
  transition: display 0.3s transform ease-in-out;
}
.dropdown .dropdown-menu {
  max-height: 200px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.dropdown .dropdown-item:hover {
  background-color: rgb(198, 201, 203);
}
.makeit-platform main {
  display: flex;
  flex-direction: column;
}
.makeit-platform main iframe {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0;
}
.makeit-platform .makeit-page > .card {
  background-color: white;
}
.makeit-platform .makeit-toolbar-dropdown {
  z-index: 1030;
}
.makeit-platform .nav .nav-item .nav-link .fa-chevron-up,
.makeit-platform .nav .nav-item .nav-link .fa-chevron-down {
  font-size: 10px;
}
.makeit-platform .makeit-nav-icon {
  width: 16px;
}
.makeit-spinner-content {
  filter: blur(2px);
  height: 100%;
}
.makeit-zindex-1025 {
  z-index: 1025;
}
.makeit-toaster {
  z-index: 1070;
}
.makeit-platform.management-portal-layout .makeit-page > .card {
  padding: 1.5rem !important;
}
.messages-component .title {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.messages-component hr {
  margin-top: 0;
}
