.modal.show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.modal-content {
  width: 400px;
}

th.hidden-column, td.hidden-column {
  display: none;
}

#photo {
  margin-bottom: 8px;
}

.image-container {
  position: relative;

}

.image-container #deletePhotoBtn {
  position: absolute;
  left: 108px;
  top: -11px;
  fill: white;
  cursor: pointer;
}

.feather-24 {
  width: 24px;
  height: 24px;
}

.feather-16 {
  width: 16px;
  height: 16px;
}

.search-input {
  position: relative;
}

.search-input svg {
  position: absolute;
  top: 11px;
  left: 9px;
}

.search-input input {
  padding-left: 30px;
}

/* typeahead */
.typeahead.dropdown-menu li.active {
  background-color: #0097cf;
}

#referred_by_other {
  display: none;
}

.container-fluid main {
  padding-left: 220px;
  width: 100%;
}

/* sidebar and navbar menu */
@media(max-width: 767px) {
  .container-fluid .sidebar {
    display: none;
  }

  .dashboardContentHeader {
    justify-content: center !important;
  }

  .dashboardHeader .navbar-logo {
    right: 0;
    left: unset;
  }

  #navbarSupportedContent {
    display: none;
  }

  .container-fluid main {
    padding-left: 0;
  }
}

/* sidebar and navbar menu */
@media(min-width: 768px) {
  .sidebar-mobile {
    display: none;
  }
}

.sidebar-mobile {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background-color: white;
  padding-top: 0;
  z-index: 1000;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
}

embed {
  height: calc(100vh - 128px);
}