@font-face {
  font-family: "Beatrice-Regular";
  src: url("/assets/Beatrice-Regular.woff2");
}

@font-face {
  font-family: "Beatrice-Light";
  src: url("/assets/Beatrice-Light.woff2");
}

* {
  font-family:
    "Beatrice-Light",
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
}

body>* {
  background-color: white;
}

h1,
h2,
h3,
.tab {
  font-family:
    "Beatrice-Regular",
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

body {
  overflow-y: scroll;
}

ul {
  margin: 0;
  padding: 0;
}

.ms-welcome__header {
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.ms-welcome__main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  padding: 10px 20px;
}

.ms-welcome__main>h2 {
  width: 100%;
  text-align: center;
}

.ms-welcome__features {
  list-style-type: none;
  margin-top: 10px;
}

.ms-firstrun-instructionstep__header {
  padding-left: 20px;
}

.ms-firstrun-instructionstep__welcome-body {
  padding-left: 20px;
}

.ms-firstrun-instructionstep__list {
  padding-left: 20px;
}

.ms-welcome__features.ms-List .ms-ListItem {
  padding-left: 20px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: flex;
}

.ms-welcome__features.ms-List .ms-ListItem>.ms-Icon {
  margin-right: 10px;
}

.ms-welcome__action.ms-Button--hero {
  margin-top: 30px;
}

.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label {
  color: #005a9e;
  cursor: pointer;
}

b {
  font-weight: bold;
}

input:invalid {
  border: 1.5px solid red;
}

.staff_list {
  max-height: 200px;
  overflow: hidden;
  flex-basis: 30%;
  flex-grow: 1;
}

.staff_list>ul {
  list-style: none;
  height: 100%;
  overflow: auto;
  flex-basis: 30%;
  flex-grow: 1;
}

.staff_list>ul>li:hover {
  background-color: #def0ff;
}

.staff-selected {
  background-color: #0078d7;
  color: aliceblue;
}

.staff-selected:hover {
  background-color: #0078d7;
  color: rgb(50, 49, 48);
}

.staff_list>ul>li {
  padding: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.staff_list_photo {
  height: 48px;
}

.selected_staff_list {
  list-style: none;
  max-height: 200px;
  overflow: auto;
}

.selected_staff_list>li {
  padding: 8px;
  cursor: pointer;
}

.staff_selector {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.staff_buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 200px;
  flex-grow: 0;
}

.selected_team {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 30%;
  flex-grow: 1;
}

.staff_role {
  font-weight: bold;
}

.basic-properties {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.basic-properties>div {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  min-height: 2rem;
  /* text-align: center; */
}

.basic-input {
  flex-grow: 1;
  text-align: end;
}

.basic-label {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.lds-dual-ring {
  display: inline-block;
  width: 56px;
  height: 56px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #2f1a47;
  border-color: #2f1a47 transparent #f3795c transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-dual-ring-small {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  margin-right: 6px;
}

.lds-dual-ring-small:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  border: 3px solid #2f1a47;
  border-color: #2f1a47 transparent #f3795c transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring-small {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hide {
  visibility: hidden;
}

.tabset {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

.tab {
  flex-grow: 1;
  text-align: center;
  /* vertical-align: middle; */
  height: 2rem;
  /* color: white; */
  font-weight: bold;
  border: solid 3px #313f4e;
  margin-bottom: 1rem;
  color: #313f4e;
}

.selected-tab {
  background-color: #313f4e;
  border-color: #313f4e;
  color: white;
}

.tab:hover {
  cursor: pointer;
  border: solid 3px #ff8a29;
}

/* textarea.basic-input {
  height: 3rem;
} */

.main-tabset {
  width: 100%;
}

.main-tabset>.tab {
  margin: 0;
}

.updateButtonHolder {
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.updateButton {
  background-color: #313f4e;
  color: white;
  border-radius: 0.2rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
  margin: 0.2rem;
}

.updateButton:hover {
  cursor: pointer;
  border: solid 3px #ff8a29;
}

#app-body {
  padding: 8px;
}

#app-body>form {
  width: 100%;
}

.qualifications>li>span {
  margin-right: 2rem;
  border: #313f4e solid 1px;
}

.staff_list>ul>li.hide-staff-entry {
  display: none;
}
