@import url("./opensans.css");
@import url("./gfonts.css");

body {
  background-color: rgb(249, 249, 249) !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 0;
}

textarea {
  resize: none;
}

img {
  cursor: pointer;
}

.spinner {
  border: 4px solid #e5e6ea;
  /* Light grey */
  border-top: 4px solid #a8aeb5;
  /* Blue */
  border-radius: 50%;
  width: 64px;
  height: 64px;
  animation: spin 2s linear infinite;
}

.spinner.small {
  width: 20px;
  height: 20px;
}

.spinner.centered {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.divider-dashed {
  height: 5px;
  width: 100%;
  border-bottom: 1px dashed rgb(214, 212, 212);
}

.new_staffer {
  position: relative;
  z-index: 22;
  animation: 0.5s ease-out 0s staffer_created;
}

.new_staffer2 {
  animation: 0.5s ease-out 0s staffer_created2;
}

@keyframes staffer_created {
  0% {
    box-shadow: 0 0 0 0px green;
    position: relative;
  }

  90% {
    box-shadow: 0 0 0 10px transparent;
    position: relative;
  }

  100% {
    position: inherit;
  }
}

@keyframes staffer_created2 {
  0% {
    box-shadow: inset 0 0 10px 0px green;
  }

  100% {
    box-shadow: inset 0 0 0px 0px transparent;
  }
}

.message-tip {
  height: 38px;
  width: 144px;
  position: relative;
  padding: 0px;
  background: #253446;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.message-tip:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0px;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.message-tip:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  border-style: solid;
  border-width: 7px 7px 0;
  border-color: #253446 transparent;
  display: block;
  width: 0;
  z-index: 0;
  transform: rotate(180deg);
}

.svg-icon:hover>path,
svg {
  fill: #577BF9;
  cursor: pointer;
}

/*
Reception Page
*/

/*.tasks-field {*/
/*  transition: width 0.5s;*/
/*}*/

/*.mini-task-title {*/
/*  margin-top: 13px;*/
/*}*/

/*.mini-buttons {*/
/*  margin-top: 7px;*/
/*  margin-bottom: 7px;*/
/*}*/

/*.margin-left {*/
/*  margin-left: 15px;*/
/*}*/

/*.header-3-gray {*/
/*  color: rgb(145, 145, 145);*/
/*  font-size: 16px;*/
/*}*/

/*.margin-vertical {*/
/*  margin-top: 10px;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.body-text {*/
/*  color: rgb(44, 44, 44);*/
/*  font-size: 14px;*/
/*  font-style: normal;*/
/*  letter-spacing: 1px;*/
/*}*/

/*.body-text-large {*/
/*  color: rgb(38, 38, 38);*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
/*}*/

/*.custom-btn {*/
/*  background-color: white;*/
/*  border: solid 1px rgb(145, 145, 145);*/
/*  border-radius: 5px;*/
/*  height: 30px;*/
/*  width: 128px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-size: 15px;*/
/*  cursor: pointer;*/
/*  margin: 5px;*/
/*  color: rgb(145, 145, 145);*/
/*}*/

/*.btn-container {*/
/*  display: flex;*/
/*  flex: 1;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*.tasks-toolbar {*/
/*  height: 50px;*/
/*}*/

/*.tasks-toolbar > div {*/
/*  display: flex !important;*/
/*  align-items: center;*/
/*}*/

/*.toolbar-icon {*/
/*  width: 25px;*/
/*  margin-right: 5px;*/
/*}*/

/*.full-width {*/
/*  width: 100%;*/
/*}*/

/*.appointments-container {*/
/*  margin-right: 80px;*/
/*  margin-left: 20px;*/
/*  height: 90vh;*/
/*  overflow-y: auto;*/
/*  overflow-x: hidden;*/
/*}*/

/*.devide-right {*/
/*  border-right: 1px solid rgb(192, 192, 192);*/
/*}*/

/*.task {*/
/*  width: 100%;*/
/*  height: 30px;*/
/*  margin-top: 2px;*/
/*}*/

/*.task-timefield {*/
/*  margin-left: 10px;*/
/*  margin-right: 30px;*/
/*}*/

/*.task-text {*/
/*  color: rgb(38, 38, 38);*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*}*/

/*.appointments-header {*/
/*  height: 50px;*/
/*}*/

/*.appointments-header > div {*/
/*  text-align: center;*/
/*}*/

/*.appointments-header > div.start {*/
/*  text-align: start;*/
/*}*/

/*.appointments-header > div.center {*/
/*  text-align: center;*/
/*}*/

/*.time-box {*/
/*  border: 2px solid rgb(51, 62, 207);*/
/*  border-radius: 5px;*/
/*}*/

/*.task-deskr-text-grey {*/
/*  color: rgb(145, 145, 145);*/
/*  font-size: 14px;*/
/*}*/

/*.task-deskr-text {*/
/*  color: rgb(38, 38, 38);*/
/*  font-size: 14px;*/
/*}*/

/*.deskr-title {*/
/*  width: 100px;*/
/*}*/

/*.center {*/
/*  display: flex;*/
/*  flex: 1;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*.modal-body {*/
/*  padding: 5px !important;*/
/*}*/

/*.icon-minify {*/
/*  margin-left: 5px;*/
/*  margin-right: 5px;*/
/*}*/

/*.modal-dialog {*/
/*  max-width: 350px;*/
/*}*/

/*.margin-left {*/
/*  margin-left: 10px;*/
/*}*/

/*.container {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

/*.link {*/
/*  text-decoration: none;*/
/*  color:rgb(145, 145, 145);*/
/*}*/
