#login .main-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: auto;
}
#login .main-container .forgot-password {
  margin-top: 1rem;
  float: right;
}
#login footer {
  position: fixed;
  bottom: 0px;
  left: 45%;
}
@media (max-width: "1090px") {
  #login footer {
    left: 10%;
  }
}
.user-name-avatar-group {
  display: flex;
  align-items: center;
}
.user-name-avatar-group .user-name {
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 15ch;
}
#unauthorized .center-row {
  height: 100vh;
}
#unauthorized .center-column {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.client-loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 70px);
}
.body-content-wrapper .button-group {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: flex-end;
  padding: 6px 12px;
}
.body-content-wrapper .button-group button {
  margin: 5px 10px;
}
.body-content-wrapper .button-group button.hide {
  display: none;
}
.client-detail-wrapper:first-child {
  padding-bottom: 70px;
}
.cast-form .ant-input-group-wrapper {
  margin: 7px;
}
.ant-tabs-tab {
  margin: 0px 10px !important;
}
.auth-loader-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.auth-loader-wrapper .ant-spin-text {
  color: #4abfd3;
  margin-top: 20px;
}
.body-content-wrapper {
  background-color: hsl(0, 0%, 95%);
  flex: 1;
  position: relative;
}
.description {
  margin-bottom: 10px;
}
.description:last-of-type {
  margin-bottom: inherit;
}
#app {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.menu-icon {
  width: 22px;
  height: 22px;
  background-size: contain;
}
.menu-icon.user-icon {
  background-image: url("https://s3.ca-central-1.amazonaws.com/tidal.assets/assets/icons/user-icon.svg");
}
.menu-icon.client-icon {
  background-image: url("https://s3.ca-central-1.amazonaws.com/tidal.assets/assets/icons/client-icon.svg");
}
.menu-icon.admin-icon {
  background-image: url("https://s3.ca-central-1.amazonaws.com/tidal.assets/assets/icons/admin-icon.svg");
}
aside.sidemenu {
  z-index: 100;
}
