html, body {
  height: 100%; }

.bare-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Light.ttf) format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }
.header {
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .header .header__brand-area {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 200px;
    padding-right: 200px; }
    @media (max-width: 1199px) {
      .header .header__brand-area {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 100px;
        padding-right: 100px; } }
    @media (max-width: 899px) {
      .header .header__brand-area {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 599px) {
      .header .header__brand-area {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px; } }
  .header .header__brand-icon {
    height: 60px;
    width: auto; }
    @media (max-width: 599px) {
      .header .header__brand-icon {
        height: 50px; } }
  .header .header__connect-area {
    display: flex; }
    @media (max-width: 899px) {
      .header .header__connect-area {
        padding-top: 4px;
        padding-left: 4px; } }
    @media (max-width: 599px) {
      .header .header__connect-area {
        flex-wrap: wrap; } }
  .header .header__connect {
    display: flex; }
    .header .header__connect:first-child {
      margin-right: 40px; }
    @media (max-width: 599px) {
      .header .header__connect {
        margin-top: 4px; } }
  .header .header__icon-container {
    margin: auto;
    width: 50px;
    height: 50px;
    border: 2px solid #DDE3E7;
    border-radius: 50%;
    padding: 8px;
    margin-right: 20px;
    cursor: pointer; }
    @media (max-width: 899px) {
      .header .header__icon-container {
        width: 40px;
        height: 40px;
        padding: 5px; } }
    .header .header__icon-container img {
      height: 30px;
      width: auto;
      margin: auto; }
      @media (max-width: 899px) {
        .header .header__icon-container img {
          height: 25px; } }
  .header .header__connect-container {
    margin: auto; }
  .header .header__connect-tittle {
    font-weight: bolder; }
  .header .header__connect-contact {
    font-weight: bolder;
    color: #0d82c7;
    cursor: pointer; }
  .header .header__nav-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #216187;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .85rem; }
    @media (max-width: 1199px) {
      .header .header__nav-area {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (max-width: 899px) {
      .header .header__nav-area {
        flex-wrap: wrap;
        padding-left: 50px;
        padding-right: 50px;
        font-size: .75rem; } }
    @media (max-width: 599px) {
      .header .header__nav-area {
        padding-left: 16px;
        padding-right: 16px;
        font-size: .7rem; } }
  .header .header__nav {
    margin-bottom: 6px;
    margin-top: 6px; }
    .header .header__nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      align-items: flex-end; }
      .header .header__nav ul li {
        margin: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 4px;
        padding-bottom: 4px; }
  .header .header__log-in {
    margin-left: 8px;
    display: flex;
    align-items: center; }
  .header .header__greeting {
    color: white;
    margin-right: 7px;
    font-weight: bolder; }
  .header .header__log-in-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    border-radius: 12px;
    background-color: #ffffff;
    color: #216187;
    cursor: pointer; }
    .header .header__log-in-button:hover {
      transform: scale(1.08); }
    @media (max-width: 899px) {
      .header .header__log-in-button {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 18.75px;
        padding-right: 18.75px;
        border-radius: 10px; } }
    @media (max-width: 599px) {
      .header .header__log-in-button {
        padding-top: 5.6px;
        padding-bottom: 5.6px;
        padding-left: 17.5px;
        padding-right: 17.5px;
        border-radius: 8px; } }
  .header .header__log-in-button--styled-text {
    color: #216187;
    font-weight: bolder; }
  .header .header__log-in-button-link {
    color: #216187;
    font-weight: bolder;
    text-decoration: none; }
  .header .nav-header__link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
    text-transform: uppercase; }
  .header .nav-header__link--active {
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: underline; }
  .header .header__separator {
    width: 100%;
    height: 6px;
    background-color: #0d82c7; }
html, body {
  height: 100%; }

.bare-button, .notification-container .notification .close-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.notification-container {
  position: fixed;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 10000;
  max-width: 700px;
  margin: auto; }
  .notification-container .notification-transition-enter {
    opacity: 0.01;
    transition: opacity 0.5s ease-in; }
  .notification-container .notification-transition-enter-active {
    opacity: 1; }
  .notification-container .notification-transition-leave {
    opacity: 1;
    transition: opacity 0.5s ease-in; }
  .notification-container .notification-transition-leave-active {
    opacity: 0.01; }
  .notification-container .notification {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    max-height: 400px;
    border-radius: 4px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start; }
    .notification-container .notification.notification-success {
      color: #ffffff;
      background-color: #44aa44; }
    .notification-container .notification.notification-danger {
      color: #ffffff;
      background-color: #aa4444; }
    .notification-container .notification .notification-content {
      padding: 8px 12px;
      flex: 1 1 auto; }
    .notification-container .notification .close-button {
      margin: 10px 12px 8px;
      flex: 0 0 auto;
      color: inherit; }
  @media (max-width: 899px) {
    .notification-container {
      top: 0;
      max-width: 100%; }
      .notification-container .notification {
        border-radius: 0; } }
.acuity-page {
  min-height: 100vh;
  font-family: 'Roboto';
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 0.95rem; }
  @media (max-width: 899px) {
    .acuity-page {
      font-size: 0.85rem; } }
  @media (max-width: 599px) {
    .acuity-page {
      font-size: 0.75rem; } }
.footer {
  display: flex;
  flex-direction: column;
  color: #DDE3E7; }
  .footer .footer__info-area {
    display: flex;
    flex-direction: column; }
  .footer .info-area {
    background-color: #262f36;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 200px;
    font-size: 0.85rem; }
    @media (max-width: 1199px) {
      .footer .info-area {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (max-width: 899px) {
      .footer .info-area {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 0.7rem; } }
    @media (max-width: 599px) {
      .footer .info-area {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.6rem; } }
    .footer .info-area .info-area__columns {
      display: flex;
      justify-content: space-between;
      width: 50%; }
      @media (max-width: 1199px) {
        .footer .info-area .info-area__columns {
          width: 70%; } }
      @media (max-width: 899px) {
        .footer .info-area .info-area__columns {
          width: 70%; } }
      @media (max-width: 599px) {
        .footer .info-area .info-area__columns {
          width: 100%; } }
    .footer .info-area .info-area__column:first-child {
      margin-right: 40px; }
    .footer .info-area .info-area__title {
      margin-bottom: 1rem; }
      @media (max-width: 599px) {
        .footer .info-area .info-area__title {
          margin-bottom: .7rem; } }
    .footer .info-area .info-area__row {
      display: flex;
      margin-bottom: .7rem; }
      @media (max-width: 599px) {
        .footer .info-area .info-area__row {
          margin-bottom: .5rem; } }
    .footer .info-area .info-area__link-columns {
      display: flex; }
    .footer .info-area .info-area__link-column {
      display: flex;
      flex-direction: column; }
    .footer .info-area .info-area__icon {
      margin-right: 12px; }
      .footer .info-area .info-area__icon a {
        color: #DDE3E7; }
    .footer .info-area .info-area__link {
      color: #DDE3E7;
      text-decoration: none;
      font-weight: bolder;
      margin-bottom: .7rem; }
      .footer .info-area .info-area__link:first-child {
        margin-right: 40px; }
      @media (max-width: 599px) {
        .footer .info-area .info-area__link {
          margin-bottom: .5rem; }
          .footer .info-area .info-area__link:first-child {
            margin-right: 16px; } }
    .footer .info-area .info-area__social {
      display: flex;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (max-width: 899px) {
        .footer .info-area .info-area__social {
          padding-top: 10px;
          padding-bottom: 10px; } }
    .footer .info-area .info-area__social-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 26px;
      width: 26px;
      border: 1px solid #DDE3E7;
      border-radius: 50%;
      cursor: pointer;
      margin-right: 6px; }
  .footer .footer__copyright-area {
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e2730;
    padding-top: 12px;
    padding-bottom: 12px; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.modal-window {
  display: flex;
  font-family: 'Roboto';
  font-size: 0.85rem;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  animation: showModal .7s ease;
  overflow-x: hidden;
  overflow-y: auto; }
.forgot-form .forgot-form__form {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: auto;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: .95rem;
  width: 440px;
  min-height: 240px; }
  @media (max-width: 899px) {
    .forgot-form .forgot-form__form {
      font-size: .85rem; } }
  @media (max-width: 599px) {
    .forgot-form .forgot-form__form {
      font-size: .75rem;
      width: 100%; } }

.forgot-form .forgot-form__close {
  display: flex;
  justify-content: flex-end;
  padding: 8px;
  color: #216187;
  border-bottom: 2px solid #0d82c7; }
  .forgot-form .forgot-form__close svg {
    cursor: pointer; }

.forgot-form .forgot-form__message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  color: #216187;
  font-weight: bolder; }

.forgot-form .forgot-form__error {
  color: #FF0800;
  font-weight: bold;
  text-align: center;
  margin-bottom: -0.95rem; }

.forgot-form .forgot-form__submit-container {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center; }

.forgot-form .forgot-form__submit {
  font-weight: bolder;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 12px;
  background-color: #216187;
  color: #ffffff;
  cursor: pointer;
  font-size: .95rem; }
  .forgot-form .forgot-form__submit:hover {
    transform: scale(1.08); }

.forgot-form .forgot-form__field {
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px; }
  .forgot-form .forgot-form__field label {
    color: #216187;
    font-weight: bolder;
    text-transform: uppercase; }

.forgot-form .forgot-form__input {
  width: 100%;
  padding: 7px 15px;
  box-sizing: border-box;
  border: none;
  border: 1px solid #DDE3E7;
  border-radius: 5px;
  outline: none;
  color: black;
  font-size: 1.3rem; }

.forgot-form .forgot-form__input--error {
  background-color: #FF0800; }

.forgot-form .forgot-form__success-message {
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  color: #216187; }
.log-in-form {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 350px;
  height: 390px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: .95rem; }
  @media (max-width: 899px) {
    .log-in-form {
      font-size: .85rem;
      width: 320px;
      height: 370px; } }
  @media (max-width: 599px) {
    .log-in-form {
      font-size: .75rem;
      width: 100%;
      border-radius: 0; } }
  .log-in-form .log-in-form__label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #216187;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
    font-weight: bolder; }
    @media (max-width: 599px) {
      .log-in-form .log-in-form__label {
        border-radius: 0; } }
  .log-in-form .log-in-form__error {
    color: #FF0800;
    font-weight: bold;
    text-align: center;
    margin-bottom: -0.95rem; }
  .log-in-form .log-in-form__submit-container {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center; }
  .log-in-form .log-in-form__submit {
    font-weight: bolder;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    border-radius: 12px;
    background-color: #216187;
    color: #ffffff;
    cursor: pointer;
    font-size: .95rem; }
    .log-in-form .log-in-form__submit:hover {
      transform: scale(1.08); }
  .log-in-form .log-in-form__forgot {
    color: #216187;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    text-decoration: underline; }
  .log-in-form .log-in-form__separator {
    width: 100%;
    height: 3px;
    background-color: #0d82c7; }
  .log-in-form .log-in-form__links-area {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px; }
  .log-in-form .log-in-form__link {
    color: #216187;
    font-weight: bold; }
  .log-in-form .log-in-form__link-description {
    color: #216187; }
  .log-in-form .log-in-form__field {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px; }
    .log-in-form .log-in-form__field label {
      color: #216187;
      font-weight: bolder;
      text-transform: uppercase; }
  .log-in-form .log-in-form__input {
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #DDE3E7;
    border-radius: 5px;
    outline: none;
    color: black;
    font-size: 1.3rem; }
.log-in {
  flex-grow: 1;
  display: flex;
  font-family: 'Roboto';
  background: linear-gradient(-45deg, #86caf1 50%, #6db6e1 0%); }
.home {
  display: flex;
  margin: auto;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold; }
.form-field .form-field__field {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: bolder; }
  .form-field .form-field__field select:disabled, .form-field .form-field__field input:disabled, .form-field .form-field__field textarea:disabled {
    cursor: auto;
    background-color: #DDE3E7; }
  .form-field .form-field__field label {
    max-width: 300px;
    min-height: 1.5rem;
    display: flex;
    align-items: center; }
  .form-field .form-field__field .red {
    color: #FF0800; }

.form-field .form-field__input {
  width: 300px;
  height: 32px;
  box-sizing: border-box;
  border: none;
  border: 1.5px solid #0d82c7;
  border-radius: 5px;
  outline: none;
  color: #1e2730;
  padding-left: 5px; }
  @media (max-width: 599px) {
    .form-field .form-field__input {
      width: 100%; } }

.form-field .form-field__input--error {
  border-color: #FF0800; }

.form-field .form-field__textarea {
  width: 300px;
  height: 90px;
  box-sizing: border-box;
  border: none;
  border: 1.5px solid #0d82c7;
  border-radius: 5px;
  outline: none;
  color: #1e2730;
  padding-left: 5px;
  resize: none; }
  @media (max-width: 599px) {
    .form-field .form-field__textarea {
      width: 100%; } }

.form-field .form-field__textarea--error {
  border-color: #FF0800; }
.address-fields .address-fields__address-area {
  padding-top: .5rem;
  padding-bottom: .7rem; }

.address-fields .address-fields__address-tittle {
  font-weight: bolder;
  color: #216187;
  margin-bottom: 0.25rem; }

.address-fields .address-fields__small-fields {
  display: flex;
  justify-content: space-between;
  width: 300px; }
  @media (max-width: 599px) {
    .address-fields .address-fields__small-fields {
      width: 100%; } }
  .address-fields .address-fields__small-fields .form-field {
    width: 25%; }
    .address-fields .address-fields__small-fields .form-field:first-child {
      width: 45%; }
  .address-fields .address-fields__small-fields .form-field__input {
    width: auto; }
.service-list-fields__small-fields {
  display: flex;
  justify-content: space-between;
  width: 300px; }

legend h3 {
  color: #216187; }

.service-list-form__button {
  margin-top: 10px;
  width: 100px;
  min-height: 33px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }

.service-list-form__button-delete {
  width: 60px;
  min-height: 32px;
  margin-top: 0;
  margin-left: 5px; }

.service-list-form__service-list {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-bottom: 10px; }

.service-list-form__service-list > button {
  height: 27px;
  background-color: #0d82c7;
  color: #ffffff; }
.serviceListTextField {
  padding-top: 23px; }
.form-section {
  margin-right: 30px; }
  @media (max-width: 599px) {
    .form-section {
      width: 100%;
      margin-right: 0; } }
  .form-section fieldset {
    border-radius: 20px;
    border-color: #6db6e1;
    margin-bottom: 6px; }
  .form-section legend h2 {
    color: #216187; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .registration-form {
    width: 100%; } }

.registration-form .registration-form__head {
  display: flex;
  height: 40px;
  box-sizing: border-box;
  justify-content: space-between; }
  @media (max-width: 599px) {
    .registration-form .registration-form__head {
      width: 100%; } }

.registration-form .registration-form__title {
  font-weight: bold;
  font-size: 0.85rem;
  color: #216187; }

.registration-form .registration-form__success-message {
  color: #216187;
  margin: auto; }

.registration-form .registration-form__form {
  display: flex;
  flex-wrap: wrap; }
  .registration-form .registration-form__form .registration-form__section {
    margin-right: 30px; }
    @media (max-width: 599px) {
      .registration-form .registration-form__form .registration-form__section {
        width: 100%;
        margin-right: 0; } }
  .registration-form .registration-form__form fieldset {
    border-radius: 20px;
    border-color: #6db6e1;
    margin-bottom: 6px; }
  .registration-form .registration-form__form legend h2 {
    color: #216187; }
  .registration-form .registration-form__form .registration-form__error-area {
    width: 100%;
    height: 1.6rem;
    display: flex; }
  .registration-form .registration-form__form .registration-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }
  .registration-form .registration-form__form .registration-form__button-area {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin-bottom: 32px;
    margin-top: calc(26px - 1rem); }
  .registration-form .registration-form__form .registration-form__button {
    width: 110px;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0d82c7;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer; }
    .registration-form .registration-form__form .registration-form__button:last-child {
      margin-left: 40px; }
    .registration-form .registration-form__form .registration-form__button:disabled {
      cursor: auto;
      background-color: #6db6e1; }
  .registration-form .registration-form__form .registration-form__button--red {
    background-color: #FF0800; }
.registration {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }

.registration__title {
  font-weight: bold;
  color: #216187; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.table-data-chart {
  color: #216187;
  width: 100%;
  min-width: 810px; }
  .table-data-chart .table-data-chart__head-row {
    font-weight: bold;
    border-bottom: 2px solid #0d82c7; }
  .table-data-chart .table-data-chart__head-cell {
    padding: 3px; }
  .table-data-chart .table-data-chart__head-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none; }
  .table-data-chart .table-data-chart__table-content-row:nth-child(even) {
    background-color: #DDE3E7; }
  .table-data-chart .table-data-chart__content-cell {
    padding: 3px;
    font-weight: normal;
    word-wrap: normal; }
  .table-data-chart .table-data-chart__link {
    color: #216187;
    text-decoration: underline; }
  .table-data-chart .table-data-chart__link:hover {
    cursor: pointer; }
.upload-document .upload-document__form {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: auto;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: .95rem;
  width: 440px;
  min-height: 240px; }
  @media (max-width: 599px) {
    .upload-document .upload-document__form {
      width: 100%; } }
  @media (max-width: 599px) {
    .upload-document .upload-document__form {
      font-size: .75rem;
      width: 100%; } }

.upload-document .upload-document__close {
  display: flex;
  justify-content: flex-end;
  padding: 8px;
  color: #216187;
  border-bottom: 2px solid #0d82c7; }
  .upload-document .upload-document__close svg {
    cursor: pointer; }

.upload-document .upload-document__content-container {
  padding-left: 30px;
  padding-right: 30px; }

.upload-document .upload-document__head {
  display: flex;
  height: 35px;
  box-sizing: border-box;
  justify-content: space-between; }
  @media (max-width: 599px) {
    .upload-document .upload-document__head {
      width: 100%; } }

.upload-document .upload-document__title {
  font-weight: bold;
  color: #216187; }

.upload-document .upload-document__file-upload-area {
  align-items: center;
  flex-direction: column;
  height: 250px;
  outline: 2px dashed #DDE3E7;
  outline-offset: -12px;
  background-color: #e6f6ff;
  color: #1f3c44;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  font-size: 1.05rem; }

.upload-document .upload-document__upload-input {
  position: absolute;
  width: 20%;
  height: 30%;
  opacity: 0; }

.upload-document .upload-document__text-box {
  margin: auto 20%;
  padding-top: 70px; }

.upload-document .upload-document__select-file-link {
  text-decoration: underline;
  text-align: center; }

.upload-document .upload-document__drag-and-drop-text {
  text-align: center; }
.delete-document .delete-document__form {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: auto;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: .95rem;
  width: 440px;
  min-height: 200px; }
  @media (max-width: 599px) {
    .delete-document .delete-document__form {
      width: 100%; } }
  @media (max-width: 599px) {
    .delete-document .delete-document__form {
      font-size: .75rem;
      width: 100%; } }

.delete-document .delete-document__close {
  display: flex;
  justify-content: flex-end;
  padding: 8px;
  color: #216187;
  border-bottom: 2px solid #0d82c7; }
  .delete-document .delete-document__close svg {
    cursor: pointer; }

.delete-document .delete-document__content-container {
  padding-left: 30px;
  padding-right: 30px; }

.delete-document .delete-document__head {
  display: flex;
  height: 40px;
  box-sizing: border-box;
  justify-content: center; }
  @media (max-width: 599px) {
    .delete-document .delete-document__head {
      width: 100%; } }

.delete-document .delete-document__title {
  font-weight: bold;
  color: #216187; }

.delete-document .delete-document__button-group {
  display: flex;
  justify-content: space-around;
  margin-top: 45px; }

.delete-document .delete-document__button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .delete-document .delete-document__button:not(:first-child) {
    margin-left: 40px; }
  .delete-document .delete-document__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.delete-document .delete-document__button--red {
  background-color: #FF0800; }
.order-notes {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }
  .order-notes .order-notes__title {
    font-weight: bold;
    color: #216187; }
  .order-notes .order-notes__link {
    width: 110px;
    color: #216187;
    font-weight: bolder;
    cursor: pointer;
    text-decoration: underline; }

.documents-list__upload-document-container {
  display: flex;
  justify-content: start;
  margin-top: 20px;
  margin-bottom: 20px; }

.documents-list__upload-document-button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .documents-list__upload-document-button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.documents-list__upload-document-button:first-child {
  margin-right: 40px; }

.documents-list__upload-document-spinner {
  position: absolute;
  margin-top: 135px;
  margin-left: 47%; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .new-order-form {
    width: 100%; } }

.new-order-form__order-type-block {
  display: flex;
  flex-direction: row;
  align-items: center; }

.new-order-form__order-type-title {
  margin-right: 30px;
  font-weight: bold;
  color: #216187; }
  @media (max-width: 599px) {
    .new-order-form__order-type-title {
      margin-left: 10px; } }

.new-order-form__order-type-button {
  margin-left: 30px;
  min-height: 32px !important; }

.new-order-form .new-order__confirmation-title {
  font-weight: bold;
  color: #216187; }

.new-order-form .new-order-form__head {
  display: flex;
  height: 40px;
  box-sizing: border-box;
  justify-content: space-between; }
  @media (max-width: 599px) {
    .new-order-form .new-order-form__head {
      width: 100%; } }

.new-order-form .new-order-form__title {
  font-weight: bold;
  font-size: 0.85rem;
  color: #216187; }

.new-order-form .new-order-form__success-message {
  color: #216187;
  margin: auto; }

.new-order-form .new-order-form__form {
  display: flex;
  flex-wrap: wrap; }
  .new-order-form .new-order-form__form .new-order-form__error-area {
    width: 100%;
    height: 1.6rem;
    display: flex; }
  .new-order-form .new-order-form__form .new-order-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }

.new-order-form .new-order-form__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-bottom: 32px;
  margin-top: 32px; }

.new-order-form .new-order-form__button {
  min-width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer;
  margin-right: 40px; }
  .new-order-form .new-order-form__button :last-child {
    margin-right: 0; }
  .new-order-form .new-order-form__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.new-order-form .new-order-form__button--red {
  background-color: #FF0800; }
.new-order {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }

.new-order__title {
  font-weight: bold;
  color: #216187; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.piggyback-form {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: auto;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-size: .95rem;
  min-height: 240px; }
  @media (max-width: 599px) {
    .piggyback-form {
      width: 100%; } }
  .piggyback-form .piggyback-form__close {
    display: flex;
    justify-content: flex-end;
    padding: 8px;
    color: #216187;
    border-bottom: 2px solid #0d82c7; }
    .piggyback-form .piggyback-form__close svg {
      cursor: pointer; }
  .piggyback-form .piggyback-form__head {
    display: flex;
    height: 40px;
    box-sizing: border-box;
    justify-content: space-between; }
    @media (max-width: 599px) {
      .piggyback-form .piggyback-form__head {
        width: 100%; } }
  .piggyback-form .piggyback-form__title {
    font-weight: bold;
    font-size: 0.85rem;
    color: #216187; }
  .piggyback-form .piggyback-form__success-message-area {
    margin: 16px; }
  .piggyback-form .piggyback-form__success-message {
    color: #216187;
    margin: auto; }
  .piggyback-form .piggyback-form__form {
    padding-left: 30px; }
    .piggyback-form .piggyback-form__form .piggyback-form__error-area {
      width: 100%;
      height: 1.6rem;
      display: flex; }
    .piggyback-form .piggyback-form__form .piggyback-form__error {
      margin: auto;
      color: #FF0800;
      font-size: 1rem;
      animation: fadeIn 1s; }
  .piggyback-form .piggyback-form__button-area {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 300px;
    margin-bottom: 32px;
    margin-top: calc(26px - 1rem); }
  .piggyback-form .piggyback-form__button {
    width: 110px;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0d82c7;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer; }
    .piggyback-form .piggyback-form__button:not(:first-child) {
      margin-left: 40px; }
    .piggyback-form .piggyback-form__button:disabled {
      cursor: auto;
      background-color: #6db6e1; }
  .piggyback-form .piggyback-form__button--red {
    background-color: #FF0800; }
.order-status-search {
  display: flex;
  flex-direction: column;
  font-weight: bolder;
  margin-bottom: 30px; }
  .order-status-search__label {
    color: #216187; }
  .order-status-search__fields-area {
    display: flex;
    max-width: 1000px;
    flex-direction: column; }
  .order-status-search__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: bolder; }
    .order-status-search__field label {
      max-width: 300px;
      min-height: 1.5rem;
      display: flex;
      align-items: center; }
  .order-status-search__input {
    width: 300px;
    height: 32px;
    box-sizing: border-box;
    border: 1.5px solid #0d82c7;
    border-radius: 5px;
    outline: none;
    color: #1e2730;
    padding-left: 5px; }
    @media (max-width: 599px) {
      .order-status-search__input {
        width: 100%; } }
  .order-status-search__submit-container {
    margin-top: 20px; }
  .order-status-search__submit {
    width: 110px;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0d82c7;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer; }
    .order-status-search__submit:disabled {
      cursor: auto;
      background-color: #6db6e1; }
.order-status {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }

.order-status__title {
  font-weight: bold;
  color: #216187; }

.order-status__button-field {
  display: flex;
  padding-bottom: 20px; }

.order-status__button, .order-status__active-button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .order-status__button:not(:first-child), .order-status__active-button:not(:first-child) {
    margin-left: 40px; }

.order-status__button {
  background-color: #0d82c7; }

.order-status__active-button {
  background-color: #216187; }
.order-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }
  .order-form .order-form__title {
    font-weight: bold;
    color: #216187; }
  .order-form .order-form__link {
    color: #216187;
    font-weight: bolder; }
  .order-form .order-form__form {
    display: flex;
    flex-wrap: wrap; }
.user-search {
  display: flex;
  flex-direction: column;
  font-weight: bolder; }
  .user-search .user-search__label {
    color: #216187; }
  .user-search .user-search__fields-area {
    display: flex;
    max-width: 1000px; }
    @media (max-width: 1199px) {
      .user-search .user-search__fields-area {
        flex-direction: column; } }
  .user-search .user-search__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: bolder; }
    .user-search .user-search__field label {
      max-width: 300px;
      min-height: 1.5rem;
      display: flex;
      align-items: center; }
  .user-search .user-search__input {
    width: 300px;
    height: 32px;
    box-sizing: border-box;
    border: none;
    border: 1.5px solid #0d82c7;
    border-radius: 5px;
    outline: none;
    color: #1e2730;
    padding-left: 5px; }
    @media (max-width: 599px) {
      .user-search .user-search__input {
        width: 100%; } }
  .user-search .user-search__submit-container {
    margin-top: 20px; }
  .user-search .user-search__submit {
    width: 110px;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0d82c7;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer; }
    .user-search .user-search__submit:disabled {
      cursor: auto;
      background-color: #6db6e1; }
.user-admin {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }

.user-admin__title {
  font-weight: bold;
  color: #216187; }

.user-admin__table-data-chart {
  margin-top: 30px; }
.order-search {
  display: flex;
  flex-direction: column;
  font-weight: bolder; }
  .order-search .order-search__label {
    color: #216187; }
  .order-search .order-search__fields-area {
    display: flex;
    max-width: 1000px;
    flex-direction: column; }
  .order-search .order-search__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: bolder; }
    .order-search .order-search__field label {
      max-width: 300px;
      min-height: 1.5rem;
      display: flex;
      align-items: center; }
  .order-search .order-search__input {
    width: 300px;
    height: 32px;
    box-sizing: border-box;
    border: none;
    border: 1.5px solid #0d82c7;
    border-radius: 5px;
    outline: none;
    color: #1e2730;
    padding-left: 5px; }
    @media (max-width: 599px) {
      .order-search .order-search__input {
        width: 100%; } }
  .order-search .order-search__submit-container {
    margin-top: 20px; }
  .order-search .order-search__submit {
    width: 110px;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0d82c7;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer; }
    .order-search .order-search__submit:disabled {
      cursor: auto;
      background-color: #6db6e1; }
.order-admin {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }

.order-admin__title {
  font-weight: bold;
  color: #216187; }

.order-admin__table-data-chart {
  margin-top: 30px; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .user-edit-form {
    width: 100%; } }

.user-edit-form .user-edit-form__form {
  display: flex;
  flex-wrap: wrap; }
  .user-edit-form .user-edit-form__form .user-edit-form__error-area {
    width: 100%;
    height: 1.6rem;
    display: flex; }
  .user-edit-form .user-edit-form__form .user-edit-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }

.user-edit-form .user-edit-form__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-bottom: 32px;
  margin-top: calc(26px - 1rem); }

.user-edit-form .user-edit-form__button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .user-edit-form .user-edit-form__button:not(:first-child) {
    margin-left: 40px; }
  .user-edit-form .user-edit-form__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.user-edit-form .user-edit-form__button--red {
  background-color: #FF0800; }
.user-edit {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }
  .user-edit .user-edit__title {
    font-weight: bold;
    color: #216187; }
  .user-edit .user-edit__button {
    width: 110px;
    margin-bottom: 1rem;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0d82c7;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer; }
    .user-edit .user-edit__button:disabled {
      cursor: auto;
      background-color: #6db6e1; }
  .user-edit .user-edit__button--red {
    background-color: #FF0800; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .order-edit-form {
    width: 100%; } }

.order-edit-form .order-edit-form__form {
  display: flex;
  flex-wrap: wrap; }
  .order-edit-form .order-edit-form__form .order-edit-form__error-area {
    width: 100%;
    height: 1.6rem;
    display: flex; }
  .order-edit-form .order-edit-form__form .order-edit-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }

.order-edit-form .order-edit-form__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-bottom: 32px;
  margin-top: calc(26px - 1rem); }

.order-edit-form .order-edit-form__button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .order-edit-form .order-edit-form__button:not(:first-child) {
    margin-left: 40px; }
  .order-edit-form .order-edit-form__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.order-edit-form .order-edit-form__button--red {
  background-color: #FF0800; }
.order-edit {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }
  .order-edit .order-edit__title {
    font-weight: bold;
    color: #216187; }
  .order-edit .order-edit__form {
    display: flex;
    flex-wrap: wrap; }
  .order-edit .order-edit__button {
    width: 110px;
    margin-bottom: 1rem;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #0d82c7;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer; }
    .order-edit .order-edit__button:disabled {
      cursor: auto;
      background-color: #6db6e1; }
  .order-edit .order-edit__button--red {
    background-color: #FF0800; }
.piggyback-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }
  .piggyback-list .piggyback-list__link {
    color: #216187;
    font-weight: bolder; }

.piggyback-list__title {
  font-weight: bold;
  color: #216187; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .add-order-note-form {
    width: 100%; } }

.add-order-note-form .add-order-note-form__form {
  display: flex;
  flex-direction: column; }
  .add-order-note-form .add-order-note-form__form legend {
    color: #216187; }
  .add-order-note-form .add-order-note-form__form .add-order-note-form__error-area {
    width: 100%;
    height: 1.6rem;
    display: flex; }
  .add-order-note-form .add-order-note-form__form .add-order-note-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }

.add-order-note-form .add-order-note-form__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-bottom: 32px;
  margin-top: calc(26px - 1rem); }

.add-order-note-form .add-order-note-form__button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .add-order-note-form .add-order-note-form__button:not(:first-child) {
    margin-left: 40px; }
  .add-order-note-form .add-order-note-form__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.add-order-note-form .add-order-note-form__field {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: bolder; }
  .add-order-note-form .add-order-note-form__field label {
    max-width: 300px;
    min-height: 1.5rem;
    display: flex;
    align-items: center; }

.add-order-note-form .add-order-note-form__textarea {
  width: 600px;
  box-sizing: border-box;
  border: none;
  border: 1.5px solid #0d82c7;
  border-radius: 5px;
  outline: none;
  color: #1e2730;
  padding-left: 5px; }
  @media (max-width: 599px) {
    .add-order-note-form .add-order-note-form__textarea {
      width: 100%; } }

.add-order-note-form .add-order-note-form__input {
  width: 300px;
  height: 32px;
  box-sizing: border-box;
  border: none;
  border: 1.5px solid #0d82c7;
  border-radius: 5px;
  outline: none;
  color: #1e2730;
  padding-left: 5px; }
  @media (max-width: 599px) {
    .add-order-note-form .add-order-note-form__input {
      width: 100%; } }
.order-notes {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }
  .order-notes .order-notes__title {
    font-weight: bold;
    color: #216187; }
  .order-notes .order-notes__link {
    color: #216187;
    font-weight: bolder;
    cursor: pointer;
    text-decoration: underline; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .add-to-existing-form {
    width: 100%; } }

.add-to-existing-form .add-to-existing-form__form {
  display: flex; }
  @media (max-width: 599px) {
    .add-to-existing-form .add-to-existing-form__form {
      flex-direction: column; } }
  .add-to-existing-form .add-to-existing-form__form .add-to-existing-form__error-area {
    height: 1.6rem;
    display: flex; }
  .add-to-existing-form .add-to-existing-form__form .add-to-existing-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }

.add-to-existing-form .add-to-existing-form__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px; }
  @media (max-width: 599px) {
    .add-to-existing-form .add-to-existing-form__button-area {
      margin-top: 10px;
      margin-left: 10px; } }

.add-to-existing-form .add-to-existing-form__button {
  width: 110px;
  height: 32px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .add-to-existing-form .add-to-existing-form__button:not(:first-child) {
    margin-left: 40px; }
  .add-to-existing-form .add-to-existing-form__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.add-to-existing-form .add-to-existing-form__field {
  margin-right: 10px;
  margin-left: 10px; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .existing-form {
    width: 100%; } }

.existing-form .existing-form__form {
  display: flex; }
  @media (max-width: 599px) {
    .existing-form .existing-form__form {
      flex-direction: column; } }
  .existing-form .existing-form__form .existing-form__error-area {
    height: 1.6rem;
    display: flex; }
  .existing-form .existing-form__form .existing-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }

.existing-form .existing-form__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px; }
  @media (max-width: 599px) {
    .existing-form .existing-form__button-area {
      margin-top: 10px;
      margin-left: 10px; } }

.existing-form .existing-form__button {
  width: 110px;
  height: 32px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .existing-form .existing-form__button:not(:first-child) {
    margin-left: 40px; }
  .existing-form .existing-form__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.existing-form .existing-form__field {
  margin-right: 10px;
  margin-left: 10px; }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.add-to-existing-content .add-to-existing-content__no-data {
  color: #0d82c7; }
.add-to-existing {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }
  .add-to-existing .add-to-existing__head {
    display: flex;
    align-items: center; }
    @media (max-width: 899px) {
      .add-to-existing .add-to-existing__head {
        flex-wrap: wrap; } }
  .add-to-existing .add-to-existing__title {
    font-weight: bold;
    color: #216187; }
    @media (max-width: 599px) {
      .add-to-existing .add-to-existing__title {
        margin-left: 10px; } }
@keyframes showModal {
  0% {
    display: 'none';
    opacity: 0; }
  1% {
    display: 'flex';
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 599px) {
  .edit-profile-form {
    width: 100%; } }

.edit-profile-form .edit-profile-form__head {
  display: flex;
  height: 40px;
  box-sizing: border-box;
  justify-content: space-between; }
  @media (max-width: 599px) {
    .edit-profile-form .edit-profile-form__head {
      width: 100%; } }

.edit-profile-form .edit-profile-form__title {
  font-weight: bold;
  font-size: 0.85rem;
  color: #216187; }

.edit-profile-form .edit-profile-form__form {
  display: flex;
  flex-wrap: wrap; }
  .edit-profile-form .edit-profile-form__form .edit-profile-form__error-area {
    width: 100%;
    height: 1.6rem;
    display: flex; }
  .edit-profile-form .edit-profile-form__form .edit-profile-form__error {
    margin: auto;
    color: #FF0800;
    font-size: 1rem;
    animation: fadeIn 1s; }

.edit-profile-form .edit-profile-form__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-bottom: 32px;
  margin-top: calc(26px - 1rem); }

.edit-profile-form .edit-profile-form__button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .edit-profile-form .edit-profile-form__button:not(:first-child) {
    margin-left: 40px; }
  .edit-profile-form .edit-profile-form__button:disabled {
    cursor: auto;
    background-color: #6db6e1; }

.edit-profile-form .edit-profile-form__button--red {
  background-color: #FF0800; }
.edit-profile {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }

.edit-profile__title {
  font-weight: bold;
  color: #216187; }
.terms-conditions {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%; }

.terms-conditions__title {
  font-weight: bold;
  color: #216187; }

.terms-conditions__button-area {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin-bottom: 32px;
  margin-top: calc(26px - 1rem); }

.terms-conditions__button {
  width: 110px;
  min-height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #0d82c7;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer; }
  .terms-conditions__button:not(:first-child) {
    margin-left: 40px; }

.terms-conditions__button--red {
  background-color: #FF0800; }
