:root {
  --red-new: #bd2a30;
  --light-grey: #ccc;
  --red: #ee352e;
}

.form_section {
  background-image: url('../images/dash_banner.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 400px;
}

.body {
  background-color: #f4f4f4;
}

.upload_container {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 600px;
  margin-bottom: 200px;
  display: flex;
  box-shadow: 0 4px 15px -7px #000;
}

.form_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav {
  background-color: #fff;
}

.image {
  margin-top: 18px;
  margin-bottom: 18px;
}

.text_container {
  width: 80%;
}

.text-block {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.form-block {
  flex-direction: column;
  width: 60%;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.submit-button {
  z-index: auto;
  clear: none;
  background-color: var(--red-new);
  width: 200px;
  margin-top: 50px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  position: relative;
  inset: auto auto 0%;
}

.form {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  display: flex;
}

.field-label {
  margin-bottom: 8px;
  font-family: Whitney book;
  font-size: 18px;
  line-height: 22px;
}

.text-field, .password_text-field {
  background-color: #f0f0f0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.upload_field {
  text-align: center;
  border: 4px dashed #ccc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: none;
}

.upload_text {
  color: var(--light-grey);
  margin-top: 90px;
  margin-bottom: 30px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.image-2 {
  margin-bottom: 30px;
  display: block;
}

.filename_container {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.text-block-2 {
  margin-left: 17px;
  display: inline-block;
}

.cancel_upload_icon {
  cursor: pointer;
  margin-left: 20px;
}

.button {
  background-color: #ee352e;
  justify-content: center;
  display: block;
}

.uploadcsv_button {
  background-color: #bd2a30;
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.filename_text {
  font-family: Dmsans, sans-serif;
  font-size: 18px;
}

.success_text2 {
  text-align: center;
  margin-top: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-3 {
  margin-top: 0;
}

.upload_container1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 600px;
  margin-bottom: 200px;
  display: flex;
  box-shadow: 0 4px 15px -7px #000;
}

.upload_container_master {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 600px;
  margin-bottom: 220px;
  padding: 60px 90px 90px;
  display: block;
  box-shadow: 0 4px 15px -7px #000;
}

.password_label {
  margin-top: 22px;
  margin-bottom: 8px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.username_text-field {
  background-color: #f0f0f0;
}

.username_label {
  margin-bottom: 8px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.link {
  color: #a1a1a1;
  font-family: Dmsans, sans-serif;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.text-block-3 {
  color: var(--light-grey);
}

.link-2 {
  color: var(--light-grey);
  text-decoration: underline;
}

.upload_text2 {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 90px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.upload_field_mobile {
  display: none;
}

.text-block-4 {
  font-family: Dmsans, sans-serif;
  display: flex;
}

.success_text1 {
  text-align: center;
  margin-top: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-2 {
  background-color: var(--red);
  justify-content: center;
  width: 200px;
  margin-top: 49px;
  font-family: Whitney book;
  font-size: 18px;
  display: flex;
}

.confirm_upload {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: none;
}

.upload_success, .upload_error_1 {
  flex-direction: column;
  align-items: center;
  display: none;
}

.upload_error_2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.error-message {
  margin-top: 30px;
}

.error_text_1 {
  text-align: center;
  margin-top: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.retry_button {
  background-color: var(--red-new);
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.error_text_2 {
  text-align: center;
  margin-top: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-3-copy {
  margin-top: 0;
}

.password_success_container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.password_success_container_2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.token_error {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: none;
}

.token_error_image {
  margin-top: 0;
}

.token_error_text {
  text-align: center;
  margin-top: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.token_retry_button {
  background-color: #ee352e;
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Whitney;
  font-size: 16px;
  font-weight: 500;
}

.list {
  background-color: #ececec;
  border-radius: 6px;
  width: 100%;
  height: auto;
  max-height: 160px;
  margin-top: 30px;
  padding-top: 10px;
  overflow: scroll;
}

.error_text_list {
  text-align: left;
  font-family: Dmsans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.upload_error_detail, .upload_please_wait {
  flex-direction: column;
  align-items: center;
  display: none;
}

.image-4 {
  height: 120px;
}

.error_cont_master {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 600px;
  margin-bottom: 220px;
  padding: 32px 90px 90px;
  display: block;
  box-shadow: 0 4px 15px -7px #000;
}

.submit_please_wait {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.error_text_3 {
  text-align: center;
  margin-top: 40px;
  font-family: Whitney book;
  font-size: 18px;
  line-height: 24px;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-family: Dmsans, sans-serif;
}

@media screen and (max-width: 991px) {
  .form-block {
    width: 74%;
  }

  .submit-button {
    margin-left: 0;
  }

  .upload_field {
    margin: 0;
  }

  .upload_container_master {
    padding: 60px;
  }

  .upload_success {
    display: none;
  }

  .error_cont_master {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    width: 80%;
    margin-left: 47px;
    margin-right: 47px;
  }

  .submit-button {
    margin-left: 0;
  }

  .upload_field {
    display: none;
  }

  .image-2 {
    margin-top: 30px;
  }

  .image-3 {
    margin-top: 0;
  }

  .upload_container_master {
    height: 420px;
  }

  .upload_field_mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: none;
  }

  .text-block-4 {
    color: #8f8f8f;
  }

  .link-block {
    flex-direction: column;
    align-items: center;
    font-family: Whitney book;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .confirm_upload {
    margin-top: 20px;
    display: none;
  }

  .upload_success, .upload_error_1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .upload_error_2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .retry_button, .error_text_2 {
    margin-top: 30px;
  }

  .image-3-copy {
    margin-top: 60px;
  }

  .token_error {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    display: none;
  }

  .token_error_image {
    margin-top: 0;
  }

  .token_retry_button {
    margin-top: 30px;
  }

  .upload_error_detail, .upload_please_wait {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error_cont_master {
    height: 420px;
  }

  .submit_please_wait {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error_text_3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .form_section {
    background-size: cover;
  }

  .upload_container {
    justify-content: flex-start;
    width: 92%;
    height: auto;
  }

  .image {
    margin-left: 10px;
  }

  .text_container {
    width: auto;
  }

  .form-block {
    width: 80%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .submit-button {
    margin-top: 30px;
    margin-left: 0;
    position: static;
  }

  .upload_field {
    margin: 33px;
    display: flex;
  }

  .image-2 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .filename_container {
    margin-top: 0;
  }

  .uploadcsv_button {
    margin-top: 60px;
  }

  .filename_text {
    font-size: 13px;
    line-height: 16px;
  }

  .success_text2 {
    margin-top: 14px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .image-3 {
    max-width: none;
    height: 80px;
  }

  .upload_container1 {
    width: 92%;
    height: 430px;
  }

  .upload_container_master {
    align-items: center;
    width: 85%;
    height: 510px;
    margin-bottom: 200px;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .upload_text2 {
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 29px;
    display: flex;
  }

  .upload_field_mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: none;
  }

  .text-block-4 {
    color: #5c5c5c;
    margin-top: 0;
    font-family: Whitney book;
    font-size: 18px;
    text-decoration: none;
  }

  .link-block {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    text-decoration: none;
    display: flex;
  }

  .success_text1 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .confirm_upload, .upload_success, .upload_error_1, .upload_error_2 {
    display: none;
  }

  .error_text_1 {
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .retry_button {
    margin-top: 20px;
  }

  .error_text_2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .image-3-copy {
    max-width: 60%;
  }

  .token_error {
    display: none;
  }

  .token_error_image {
    max-width: 60%;
  }

  .token_error_text {
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .token_retry_button {
    margin-top: 40px;
  }

  .error_text_list {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .upload_error_detail {
    flex-direction: column;
    display: flex;
  }

  .upload_please_wait {
    flex-direction: column;
    align-self: auto;
    display: none;
  }

  .error_cont_master {
    align-items: center;
    width: 85%;
    height: 510px;
    margin-bottom: 200px;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .submit_please_wait {
    flex-direction: column;
    align-self: auto;
    display: none;
  }

  .error_text_3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}