body {
  background-color: #f2f2f2;
}

.navbar-brand {
  background-color: white !important;

  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  position: relative;
  height: 50px !important;
}
.navbar-brand img {
  max-height: 35px;
  object-fit: contain;
  position: absolute;
  left: 3px;
  top: 8px;
}
button {
  border-radius: 99px !important;
  padding: 5px 20px !important;
}

md-whiteframe {
  border-radius: 2rem;
}

.col-lg-12 md-toolbar {
  border-radius: 99px !important;
  overflow: hidden;
}

md-sidenav {
  background: transparent;
  height: fit-content;
}

md-sidenav.md-default-theme,
md-sidenav,
md-sidenav.md-default-theme md-content,
md-sidenav md-content {
  background-color: transparent !important;
  box-shadow: none !important;
}

md-list-item,
md-collapsible-header {
  background-color: #0086b3 !important;
  color: white;
  font-size: 1.6rem;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  margin-top: 10px;
  padding: 10px !important;
}

md-collapsible-header {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

md-collapsible-header::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  transition: transform 0.3s ease;
}

md-collapsible-header.active::after {
  transform: translateY(-50%) rotate(180deg);
}
md-list {
  padding-top: 20px !important;
}

md-list-item i {
  color: #0086b3;
  background-color: white;
  border-radius: 99px;
  padding: 5px 5px;
  width: 31px !important;
  height: 31px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 31px;
}

md-list-item span {
  display: flex;
}
md-toolbar {
  display: flex;
  align-items: center !important;
}
.md-toolbar-tools {
  min-height: unset !important;
}

.md-whiteframe-4dp {
  box-shadow: none !important;
}
.customSearch {
  border-radius: 2rem;
  overflow: hidden;
}
form md-content {
  padding: 1rem;
}

.modal-header .md-toolbar-tools {
  border-radius: 99px;
}

.close {
  background-color: white !important;
}

section > md-content > .layout-column {
  background-color: #ffffff;
  border-radius: 25px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  color: #0086b3;
}

.modal-content {
  box-shadow: none !important;
  border-radius: 2rem !important;
  overflow: hidden;
}

md-toolbar {
  align-items: center;
}
md-collapsible-body {
  margin-top: 5px;
  margin-bottom: 5px;
}
md-collapsible-body:hover {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: transparent !important;
}
.alert-warning {
  color: white !important;
  background-color: #e45739 !important;
}
