:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 7, 35, 66;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #072342;
}

body {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  overscroll-behavior-y: contain;
}

.page-main {
  margin-top: calc(calc(-100vw * 0.44) + 100px);
  margin-bottom: calc(calc(-100vw * 0.33) + 16px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "grmaincontainer";
}

@media (min-width: 1200px) {
  .page-main {
    margin-top: calc(calc(-100vw * 0.29) + 192px);
    margin-bottom: calc(calc(-100vw * 0.094) + 72px);
    display: grid;
    grid-template-columns: 72px 312px 1fr 72px;
    grid-template-rows: 1fr;
    gap: 0px 24px;
    grid-auto-flow: row;
    grid-template-areas: ". grmenu grmaincontainer .";
  }
}

.menu-small {
  position: fixed;
  background-color: white;
  height: 60px;
  width: 100%;
  border-radius: 0px;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
}

@media (min-width: 1200px) {
  .menu {
    grid-area: grmenu;
    background-color: white;
    height: calc(100vh - 264px);
    min-height: 410px;
    width: 100%;
    border-radius: 48px;
    z-index: 99;
  }
}

.maincont-container {
  grid-area: grmaincontainer;
  background-color: white;
  height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  width: 100%;
  border-radius: 48px 48px 0px 0px;
}

@media (min-width: 1200px) {
  .maincont-container {
    grid-area: grmaincontainer;
    background-color: white;
    height: calc(100vh - 264px);
    min-height: 410px;
    width: 100%;
    border-radius: 48px;
    padding: 0px 40px;
    overflow: hidden;
  }
}

.maincont-container.nomenu {
  grid-area: grmaincontainer;
  background-color: rgba(255, 255, 255, 0);
  height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  width: 100%;
  border-radius: 48px 48px 0px 0px;
}

@media (min-width: 1200px) {
  .maincont-container.nomenu {
    grid-area: 1/2/2/4;
    height: calc(100vh - 264px);
    min-height: 410px;
    width: 100%;
    border-radius: 48px;
    padding: 0px 10px;
  }
}

.maincont-container.wizard {
  grid-area: grmaincontainer;
  height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  width: 100%;
  border-radius: 48px 48px 0px 0px;
}

@media (min-width: 1200px) {
  .maincont-container.wizard {
    grid-area: 1/2/2/4;
    height: calc(100vh - 264px);
    min-height: 410px;
    width: 100%;
    border-radius: 48px;
    padding: 0px 10px;
  }
}

.hiddenImg {
  opacity: 0;
}

.page-header {
  /*background: url("../../assets/img/bgjoin-mobile-header.svg") no-repeat;*/
}

@media (min-width: 1200px) {
  .page-header {
    /*background: url("../../assets/img/bgjoin-desktop-header.svg") no-repeat;*/
  }
}

.page-footer {
  display: none;
/*  background: url("../../assets/img/bgjoin-mobile-footer.svg") no-repeat;
  height: calc(100vw * 0.3307); */
}

@media (min-width: 1200px) {
  .page-footer {
    display: block;
    background: url("../../assets/img/bgjoin-desktop-footer.svg") no-repeat;
    height: calc(100vw * 0.0939);
  }
}

.main-menu {
  margin: 0px 10px 0px 28px;
  height: 100%;
}

.main-menu-item {
  font-weight: 400;
  font-size: 27.34px;
  line-height: 41px;
  height: 58px;
  background-color: white;
  color: #072342;
  width: 100%;
  border-radius: 24px;
  border-width: 0px;
  border-color: #1e794e;
  text-align: left;
  padding-left: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-menu-item span {
  margin-left: 0.5em;
}

.main-menu-item:hover, .main-menu-item:focus {
  border-color: #1e794e;
  border-width: 1px;
  padding-left: 20px;
}

.main-menu-selected {
  width: 120%;
  border-radius: 24px;
  border-width: 0px;
  color: #ffffff;
  background-color: var(--bs-green);
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-left: 0px;
}

.small-menu-item {
  color: #CFDBE8;
}

.small-menu-item:hover {
  color: #3F6EA5;
}

.small-menu-selected {
  color: #0A305C;
}

.logocontainer {
  position: absolute;
  left: 50%;
  top: 32px;
}

@media (min-width: 1200px) {
  .logocontainer {
    left: 61px;
    top: 49px;
  }
}

.logo {
  position: relative;
  width: 161px;
  left: -50%;
}

@media (min-width: 1200px) {
  .logo {
    width: 363px;
    left: 0px;
  }
}

.calllist-placeholder {
  overflow-y: scroll;
  height: calc(100vh - 294px);
}

@media (min-width: 1200px) {
  .calllist-placeholder {
    overflow-y: scroll;
    height: calc(100vh - 450px);
    min-height: 225px;
  }
}

.maincont-placeholder {
  overflow-y: scroll;
  height: calc(100vh - 204px);
}

@media (min-width: 1200px) {
  .maincont-placeholder {
    height: calc(100vh - 290px);
    margin: 20px;
  }
}

.main-title {
  position: absolute;
  width: calc(100vw - 580px);
  height: 70px;
  left: 384px;
  top: 10px;
  font-weight: 700;
  font-size: 42.72px;
  line-height: 64px;
  /*text-align: Center;*/
  color: #FFFFFF;
}

.main-punchline {
  position: absolute;
  width: calc(100vw - 580px);
  height: 70px;
  left: 384px;
  top: 70px;
  text-align: Center;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.sub-menu-button {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #3F6EA5;
  border-width: 0;
  border-radius: 0;
  margin: 0 10px;
  background-color: white;
}

@media (min-width: 1200px) {
  .sub-menu-button {
    background: #3F6EA5;
    box-shadow: 0px 4px 12px rgba(12, 61, 117, 0.3);
    border-radius: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #F3F6F9;
    height: 56px;
    margin: 0 10px;
  }
}

.sub-menu-selected {
  color: #094428;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  /*border-bottom: 1.5px solid #094428;*/
}

@media (min-width: 1200px) {
  .sub-menu-selected {
    background: #094428;
    box-shadow: 0px 0px 0px rgba(12, 61, 117, 0);
    border-radius: 16px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #F3F6F9;
    height: 56px;
    margin: 0 10px;
    text-decoration: none;
  }
}

.chat-search {
  width: 95%;
  margin: 20px auto;
  height: 33px;
  border: 1px solid #6F92BB;
  border-radius: 16.5px;
}

@media (min-width: 1200px) {
  .chat-search {
    width: 80%;
    margin: 20px auto;
    height: 56px;
    border-radius: 32px;
  }
}

.chat-search .btn {
  border-left: 0px none;
}

.chat-search input {
  border: 0px none;
  border-top-left-radius: 16.5px;
  border-bottom-left-radius: 16.5px;
}

@media (min-width: 1200px) {
  .chat-search input {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
}

.chat-list-user-name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  /*line-height: 32px;*/
  color: #0A305C;
  margin-left: 54px;
  margin-bottom: 0px;
}

.chat-list-last-talk {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #0A305C;
  margin-left: 54px;
  margin-bottom: 0px;
}

.chat-list-user {
  background-color: #ffffff;
  height: 80px;
  padding: 15px 10px;
  border-radius: 8px;
}

.chat-list-online {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0CBA3C;
  left: 36px;
  top: -10px;
  position: relative;
}

.chat-list-user:nth-child(odd) {
  background-color: #f3f6f9;
}

.chat-list-user.chat-list-user-selected {
  background-color: #CFDBE8;
}

.call-menu {
  margin-top: 20px;
}

.chat-detail-username {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 41px;
  color: #0A305C;
}

@media (min-width: 1200px) {
  .chat-detail-username {
    font-size: 27.34px;
  }
}

.chat-detail-interest {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 10px 0px;
}

.chat-detail-interests {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0px;
}

.chat-detail-about, .chat-detail-moreabout {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0A305C;
  margin: 0px;
}

.chat-detail-languages {
  display: inline-flex;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #0A305C;
  margin: 0px 10px 4px 0px;
}

@media (min-width: 1200px) {
  .chat-detail-languages {
    font-size: 18px;
  }
}

.chat-detail-language {
  display: inline-flex;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #1D9489;
  border: 1px solid #1D9489;
  border-radius: 20px;
  padding: 3px 5px;
  margin: 0px 10px 4px 0px;
}

@media (min-width: 1200px) {
  .chat-detail-language {
    font-size: 18px;
    line-height: 34px;
  }
}

.btn-toggle {
  min-height: 34px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
}

.btn-action {
  font-style: normal;
  font-weight: 400;
  width: 100%;
}

@media (min-width: 1200px) {
  .btn-action {
    min-height: 46px;
    font-size: 22px;
    line-height: 32px;
    width: 100%;
  }
}

.btn-icon {
  margin-top: -5px;
}

.btn-save {
  font-style: normal;
  font-weight: 400;
  min-width: 200px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 1200px) {
  .btn-save {
    min-height: 56px;
    font-size: 22px;
    line-height: 32px;
    padding: 0 20px;
  }
}

.modalbackground {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.modalholder {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rtccontainer {
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 899;
}

@media (min-width: 1200px) {
  .rtccontainer {
    min-height: 668px;
  }
}

.calldlg {
  width: 305px;
  /*height: 280px;*/
  margin: 0px;
  padding: 50px;
  background: #ffffff;
  text-shadow: 0px 0px;
  border-radius: 16px;
  box-shadow: 8px 8px 34px #04152926;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .calldlg {
    width: 550px;
    /*height: 380px;*/
    margin: 0px;
    padding: 50px;
    background: #ffffff;
    text-shadow: 0px 0px;
    border-radius: 16px;
    box-shadow: 8px 8px 34px #04152926;
  }
}

.prl-input-group {
  width: 100%;
  border: 1px solid #0A305C;
  border-radius: 16px;
  /*height: 64px;*/
  margin-bottom: 20px;
  padding: 10px 17px 4px 17px;
}

.prl-input-group > span {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  display: flex;
  align-items: center;
  color: #6F92BB;
  margin-bottom: 2px;
}

.prl-input-group > input, .prl-input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A305C;
  border: none;
}

@media (min-width: 1200px) {
  .prl-input-group > input, .prl-input {
    font-size: 22px;
  }
}


.prl-input-group > textarea {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A305C;
  border: none;
}

@media (min-width: 1200px) {
  .prl-input-group > textarea {
    font-size: 22px;
  }
}

.prl-input-group > select {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A305C;
  border: none;
}

@media (min-width: 1200px) {
  .prl-input-group > select {
    font-size: 22px;
  }
}

h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 34.18px;
  color: #072342;
}

.top-spacer {
  height: 40px;
}

@media (min-width: 1200px) {
  .top-spacer {
    height: 10px;
  }
}

.profile-save {
  padding-top: 10px;
  padding-bottom: 80px;
  background-color: white;
  position: fixed;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .profile-save {
    padding-top: 0px;
    padding-bottom: 20px;
    position: relative;
  }
}

.profile-scrolling {
  height: calc(100vh - 270px);
  overflow-y: scroll;
  background-color: white;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .profile-scrolling {
    height: calc(100vh - 370px);
    overflow-y: scroll;
    min-height: 300px;
  }
}

.profileWizard-scrolling {
  height: calc(100vh - 260px);
  overflow-y: scroll;
}

@media (min-width: 1200px) {
  .profileWizard-scrolling {
    height: calc(100vh - 350px);
    min-height: 320px;
  }
}

.invite-scrolling {
  height: calc(100vh - 230px);
  overflow-y: scroll;
  background-color: white;
}

@media (min-width: 1200px) {
  .invite-scrolling {
    height: calc(100vh - 320px);
    overflow-y: scroll;
    min-height: 360px;
  }
}

.ro-profile-scrolling {
  overflow-y: scroll;
  height: calc(100vh - 370px);
}

@media (min-width: 576px) {
  .ro-profile-scrolling {
    height: calc(100vh - 300px);
  }
}

@media (min-width: 1200px) {
  .ro-profile-scrolling {
    height: calc(100vh - 410px);
    min-height: 270px;
  }
}

.ro-largeprofile-item {
  width: 90vw;
  overflow-x: scroll;
}

@media (min-width: 1200px) {
  .ro-largeprofile-item {
    width: 100%;
  }
}

.schedule-scrolling {
/*  height: calc(100vh - 260px);
  overflow-y: scroll; */
/*  background-color: white; */
}

@media (min-width: 1200px) {
  .schedule-scrolling {
/*    height: calc(100vh - 440px);
    overflow-y: scroll; */
  }
}

.availability-scrolling {
  height: calc(100vh - 250px);
  overflow-y: scroll;
  background-color: white;
}

@media (min-width: 1200px) {
  .availability-scrolling {
    height: calc(100vh - 370px);
    margin-bottom: 20px;
    overflow-y: scroll;
    min-height: 300px;
  }
}

.settings-scrolling {
  height: calc(100vh - 190px);
  overflow-y: scroll;
}

@media (min-width: 1200px) {
  .settings-scrolling {
    height: calc(100vh - 330px);
    min-height: 340px;
  }
}

.eval-scrolling {
  height: calc(100vh - 350px);
  overflow-y: scroll;
  padding: 10px;
}

@media (min-width: 768px) {
  .eval-scrolling {
    height: calc(100vh - 320px);
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .eval-scrolling {
    height: calc(100vh - 450px);
  }
}

.dashboardedit-scrolling {
/*  height: calc(100vh - 260px);
  overflow-y: scroll; */
/*  background-color: white; */
}

@media (min-width: 1200px) {
  .dashboardedit-scrolling {
/*    height: calc(100vh - 440px);
    overflow-y: scroll;  */
  }
}

.reward-scrolling {
  height: calc(100vh - 180px);
  overflow-y: scroll;
  background-color: white;
  margin-bottom: 20px;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .reward-scrolling {
    height: calc(100vh - 310px);
    overflow-y: scroll;
    min-height: 300px;
  }
}

.dashboardInputContainer {
  overflow-y: scroll;
  height: calc(100vh - 290px);
}

@media (min-width: 1200px) {
  .dashboardInputContainer {
    height: calc(100vh - 420px);
    min-height: 250px;
  }
}

.last-container {
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .last-container {
    padding-bottom: inherited;
  }
}

.grow-wrap {
  display: grid;
}

.grow-wrap::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}

.grow-wrap > textarea {
  resize: none;
  overflow: hidden;
}

.grow-wrap > textarea, .grow-wrap::after {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #0A305C;
  border: none;
  grid-area: 1 / 1 / 2 / 2;
}

.section-container {
  max-width: 500px;
  margin-top: 10px;
}

.section-container:first-of-type {
  margin-top: 0px;
}

.section-title {
  text-align: center;
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 28px;
  }
}

.sticky-title {
  /*position: sticky;*/
  top: 0px;
  background-color: white;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .sticky-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

.login-input {
  margin-top: 10px;
  width: 100%;
  border-radius: 16px;
  height: 42px;
}


.eval2-1 {
  background: url("../../assets/img/eval2-1.png");
  width: 48px;
  height: 48px;
  /*margin: 0;*/
}

.eval2-2 {
  background: url("../../assets/img/eval2-2.png");
  width: 48px;
  height: 48px;
  /*margin: 0;*/
}

.eval4-1 {
  background: url("../../assets/img/eval4-1.png");
  width: 48px;
  height: 48px;
  /*margin: 0;*/
}

.eval4-2 {
  background: url("../../assets/img/eval4-2.png");
  width: 48px;
  height: 48px;
  /*margin: 0;*/
}

.eval4-3 {
  background: url("../../assets/img/eval4-3.png");
  width: 48px;
  height: 48px;
  /*margin: 0;*/
}

.eval4-4 {
  background: url("../../assets/img/eval4-4.png");
  width: 48px;
  height: 48px;
  /*margin: 0;*/
}

.eval10-1 {
  background: url("../../assets/img/eval10-1.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-2 {
  background: url("../../assets/img/eval10-2.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-3 {
  background: url("../../assets/img/eval10-3.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-4 {
  background: url("../../assets/img/eval10-4.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-5 {
  background: url("../../assets/img/eval10-5.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-6 {
  background: url("../../assets/img/eval10-6.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-7 {
  background: url("../../assets/img/eval10-7.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-8 {
  background: url("../../assets/img/eval10-8.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-9 {
  background: url("../../assets/img/eval10-9.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.eval10-10 {
  background: url("../../assets/img/eval10-10.png");
  width: 20px;
  height: 20px;
  margin: 4px;
}

.keyboard-safe-space {
  height:35vh;
  background-color:white
}

.bottom-safe-space {
  height:40px;
  background-color:white
}

.chat-message {
  width: 60%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
}

.chat-message.mine {
  margin-left: 30%;
  background-color: #f3f6f9;
}

.chat-message.theirs {
  background-color: #CFDBE8;
}

.message-text {
  margin-bottom: 0;
  font-size: 0.85em;
}

.message-userlist {
  overflow-y: scroll;
  height: calc(100vh - 190px);
  background-color: white;
}

@media (min-width: 1200px) {
  .message-userlist {
    overflow-y: scroll;
    height: calc(100vh - 310px);
    min-height: 360px;
  }
}

.message-list-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 270px);
}

@media (min-width: 1200px) {
  .message-list-scroll {
    overflow: hidden;
    height: auto;
  }
}

/*
.messagelist-placeholder {
    overflow-y: scroll;
    height: calc(100vh - 370px);
}
*/

@media (min-width: 1200px) {
  .messagelist-placeholder {
    overflow-y: scroll;
    height: calc(100vh - 550px);
    min-height: 180px;
  }
}

.message-list-header {
  padding: 10px 10px 0 10px;
  /*background-color: #CFDBE8;*/
  margin: 2px 0 10px 10px;
  border-radius: 8px;
  height: 65px;
  position: sticky;
}

.message-from {
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.message-date {
  font-size: 0.6em;
  margin-bottom: 0.25em;
  text-align: right;
}

.ed-message {
  max-height: 60px;
}

@media (min-width: 1200px) {
  .ed-message {
    max-height: 100px;
  }
}

.last-read-separator {
  text-align: center;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
}

.calendarbody-scheduler {
  overflow-y: scroll;
  height: calc(100vh - 340px);
}

@media (min-width: 1200px) {
  .calendarbody-scheduler {
    overflow-y: scroll;
    height: calc(100vh - 510px);
    min-height: 180px;
  }
}

.scheduleInputContainer {
  overflow-y: scroll;
  height: calc(100vh - 340px);
}

@media (min-width: 768px) {
  .scheduleInputContainer {
    height: calc(100vh - 290px);
    min-height: 250px;
  }
}

@media (min-width: 1200px) {
  .scheduleInputContainer {
    height: calc(100vh - 420px);
    min-height: 250px;
  }
}

.scheduleInputContainerWithReason {
  overflow-y: scroll;
  height: calc(100vh - 434px);
}

@media (min-width: 1200px) {
  .scheduleInputContainerWithReason {
    height: calc(100vh - 480px);
    min-height: 190px;
  }
}

.calendarbody-scheddlg {
  overflow-y: scroll;
  height: calc(100vh - 360px);
}

@media (min-width: 1200px) {
  .calendarbody-scheddlg {
    height: calc(100vh - 490px);
    min-height: px;
  }
}

.calendar_Over {
  background-color : white;
  color : grey;
}

.calendar_ConfirmedMine {
  background-color : #0CBA3C;
}

.calendar_ConfirmedOther {
  background-color : #0CBA3C;
}

.calendar_NeedsConfirmationMine {
  background-color : #D4EEE5;
}

.calendar_NeedsConfirmationOther{
  background-color : #757372;
}

.calendar_FreeSlot{
  background-color : #c0c2f4;
}

.db-title {
  font-style: normal;
  font-weight: 700;
  font-size: 27.34px;
  line-height: 41px;
}

.db-item {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(128, 38, 83, 0.15);
  margin-bottom: 8px;
  height: 64px;
}

.db-item-title {
  margin-bottom: 0px;
  align-self: center;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  color: #072342;
}

.db-item-selected-master {
  background-color: #E0EDF2;
}

.db-item-selected-detail {
  background-color: #FBF5F8;
}

.search-container {
  padding: 20px;
}

@media (min-width: 1200px) {
  .search-container {
    padding: 26px 20px;
  }
}

.search-border {
  border-radius: 31px;
  border: 1px solid #6F92BB;
  padding-left: 16px;
}

.db-scroll {
  overflow-y: scroll;
  height: calc(100vh - 240px);
}

@media (min-width: 1200px) {
  .db-scroll {
    overflow-y: hidden;
    height: auto;
  }
}

.db-area {
  overflow-y: hidden;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .db-area {
    overflow-y: scroll;
    height: calc(100vh - 370px);
    min-height: 300px;
  }
}

.db-area-master {
  background-color: #FBF5F8;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 10px;
}

.db-area-detail {
  background-color: #F4FCFC;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 10px;
}

.stat-scroll {
  overflow-y: scroll;
  height: calc(100vh - 430px);
}

@media (min-width: 1200px) {
  .stat-scroll {
    overflow-y: hidden;
    height: auto;
  }
}
.statgroup {
  padding: 16px;
  margin: 8px;
  border-radius: 16px;
}

.statgroup-header {
  background-color: #EED6E2;
}

.stat-icon-header {
  background-color: #D4EEE5;
  color: #27AA7D;
}

.statgroup-compcalls {
  background-color: #F4FBF9;
}

.stat-icon-compcalls {
  background-color: #D4EEE5;
  color: #27AA7D;
}

.statgroup-callsmin {
  background-color: #F3F6F9;
}

.stat-icon-callsmin {
  background-color: #CFDBE8;
  color: #0F4A8E;
}

.statgroup-callsreq {
  background-color: #F3FCF5;
}

.stat-icon-callsreq {
  background-color: #CEF1D8;
  color: #0CBA3C;
}

.statgroup-eval {
  background-color: #F7F4F6;
}

.stat-icon-eval {
  background-color: #DED3D9;
  color: #592542;
}

.stat-text {
  color: #0F4A8E;
}

.stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  min-width: 40px;
}

.stat-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.stat-data {
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 8px;
}

.stat-scrolling {
  height: calc(100vh - 190px);
  overflow-y: hide;
}

@media (min-width: 1200px) {
  .stat-scrolling {
    height: calc(100vh - 420px);
  overflow-y: scroll;
  }
}

.wiz-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #0F4A8E;
  display: inline-block;
  margin: 1px;
}

.wiz-indicator.done {
  background-color: #0F4A8E;
}

.filterdropdown {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A305C;
  border: none;
  max-width: 400px;
}

@media (min-width: 1200px) {
  .filterdropdown {
    font-size: 22px;
  }
}

.avatar-builder {
  max-height: calc(100vw + 0px);
  min-height: 360px;
}

@media (min-width: 576px) {
  .avatar-builder {
    max-height: 250px;
    min-height: initial;
  }
}

.button-avatar-category {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0C3D75;
}

.button-avatar-category-selected {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #27C6B8;
}

.avatar-item-value {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #0C3D75;
}

.avatar-holder {
  min-height: 300px;
}

.avatar-item {
  width: 100%;
}

.avatar-item-disabled {
  filter: grayscale(100%);
  opacity: 0.30;
}

.avatar-item-button {
  background-color: rgba(255,255,255,0);
}

.reward-title {
  margin-left: 20px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.reward-legend {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.reward-item-disabled {
  filter: grayscale(100%);
  opacity: 0.50;
}

.reward-item {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(128, 38, 83, 0.15);
  margin-bottom: 8px;
  height: 90%;
}

.reward-points {
  margin: auto 0px 0px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
