*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%; }

body {
  background-color: #fff;
  color: #4c4b4d;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000; }

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem; }

html {
  font-size: 62.5%;
  font-family: "Lato", sans-serif; }

body {
  font-family: "Lato", sans-serif;
  color: #655d5b;
  font-weight: 400;
  font-size: 1.6rem;
  box-sizing: border-box; }

h1 {
  font-size: 4.8rem;
  font-family: "Playfair Display", serif;
  background-image: url("../../images/h1bg.png");
  background-repeat: no-repeat;
  background-position: 0 7.5rem;
  margin-bottom: 2rem;
  height: 8rem; }
  @media (max-width: 37.5em) {
    h1 {
      padding: 0 2rem;
      background-position: 2rem 5rem;
      font-size: 3.2rem;
      height: 6rem; } }

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 15px;
  outline: none;
  padding: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem; }

h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 15px;
  outline: none;
  padding: 0;
  margin-bottom: 0; }

a {
  color: #00B0F5;
  text-decoration: none;
  font-size: 1.6rem; }
  a:hover {
    text-decoration: underline;
    color: #269dc5; }

.ingress {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2rem 0;
  min-height: 6rem;
  position: relative;
  background-image: url("../../images/Icons/left-quote-65.png");
  background-repeat: no-repeat; }
  @media (max-width: 37.5em) {
    .ingress {
      padding: 0 2rem;
      background-position: 2rem 0;
      font-size: 2rem; } }
  .ingress .ingress-icon {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../images/Icons/left-quote-65.png");
    background-repeat: no-repeat;
    width: 6.5rem;
    height: 6.5rem; }

.--font-white {
  color: #fff !important; }
  .--font-white a {
    color: #fff !important; }
    .--font-white a:hover {
      color: #00B0F5 !important; }

.form-group {
  margin-bottom: 1rem; }

.form-control {
  font-size: 1.4rem !important;
  box-shadow: 0px 0px 17px -12px rgba(0, 0, 0, 0.75) !important;
  padding: 1rem !important;
  border: 1px solid #ebedf2 !important; }
  .form-control:focus {
    background-color: #DCDCDC !important; }

.form-label {
  font-size: 1.5rem; }

.form-bg-grey {
  background-color: #ECF2F4 !important; }

.custom-select {
  padding: 2rem !important;
  font-size: 1.4rem;
  box-shadow: 0px 0px 17px -12px rgba(0, 0, 0, 0.75);
  border: 1px solid #ebedf2 !important;
  color: #000 !important; }

select {
  padding: 1rem;
  font-size: 1.4rem;
  box-shadow: 0px 0px 17px -12px rgba(0, 0, 0, 0.75);
  border: 1px solid #ebedf2 !important; }

.btn {
  font-size: 1.5rem !important;
  padding: 1rem 2rem !important; }
  .btn i {
    margin-right: .5rem; }

.btn-rounded {
  border-radius: 3rem; }

.btn-lg {
  font-size: 1.6rem !important;
  padding: 2rem 4rem !important; }

.btn-empty {
  background-color: transparent;
  border: 1px solid #00B0F5; }
  .btn-empty:hover {
    background-color: #00B0F5;
    color: #fff; }

.btn-primary {
  background-color: #00B0F5 !important; }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00B0F5;
  border-color: #00B0F5;
  opacity: 0.3; }

.btn-secondary {
  background-color: #655d5b;
  border: none; }

.cursor {
  cursor: pointer; }

.wrapper {
  width: 116.9rem;
  margin: auto; }
  @media (max-width: 37.5em) {
    .wrapper {
      width: 100%; } }

.content {
  margin: 5rem 0 5rem 0;
  display: flex;
  flex-direction: column; }

.header {
  height: 7rem;
  padding: 1rem;
  box-shadow: 0px 0px 28px -4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin: 0; }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .header__logo {
    width: 25%; }
    .header__logo img {
      width: 14rem; }
  .header__nav {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }
    .header__nav ul {
      list-style: none;
      display: flex;
      padding: 0;
      margin: 0; }
      .header__nav ul li {
        position: relative; }
        .header__nav ul li:not(:last-child) {
          margin-right: 2rem; }
        .header__nav ul li a {
          color: #655d5b;
          text-decoration: none; }
          .header__nav ul li a:hover {
            color: #00B0F5; }
        .header__nav ul li i {
          margin-right: .5rem; }

.active {
  color: #00B0F5 !important; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.sticky + .content {
  padding-top: 102px; }

.user-menu {
  width: 20rem;
  background-color: #fff;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 10;
  right: 0;
  top: 3.8rem; }
  .user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .user-menu ul li {
      display: flex;
      padding: 1.5rem;
      border-bottom: 1px solid #D8D8D8; }
      .user-menu ul li:hover {
        background-color: #DCDCDC; }
  .user-menu--icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem; }

.user-menu-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 1rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 1rem;
  top: 2.8rem;
  z-index: 11; }

.footer {
  background-color: #2D2C2C;
  margin-top: auto;
  padding: 3rem; }
  .footer__container {
    display: flex;
    align-items: center; }
  .footer__logo {
    margin-right: 2rem; }
    .footer__logo img {
      width: 10rem; }
  .footer__content {
    margin: 0;
    color: #fff; }

.login {
  display: flex; }
  .login__left {
    width: 50%;
    background-color: #6dd0f7;
    background-image: url(../../Images/login-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 50%;
    min-height: 100vh; }
    .login__left__content {
      width: 60%;
      margin: auto;
      text-align: center;
      margin-top: 10%; }
      .login__left__content__logo img {
        width: 15rem; }
      .login__left__content__txt {
        margin-top: 1rem; }
        .login__left__content__txt h1 {
          font-size: 4rem; }
  .login__right {
    position: relative;
    width: 50%; }
    .login__right__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60%; }
      .login__right__content h3 {
        margin-bottom: 2rem;
        font-size: 3rem; }

:root {
    --kendo-font-size: 25px !important; /* Set to your desired font size */
}