﻿html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  margin-bottom: 60px;
}
.text-justify {
  text-align: justify;
}
.header-logo {
  max-height: 50px;
  max-width: 70vw;
}
header nav .nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-header {
  background-color: #0082b3;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}
.table-black {
  border-color: black;
}
.table-black tr:last-child th,
.table-black tr:last-child > td {
  border: none;
}
.btn-submission {
  max-width: 100%;
  width: 250px;
  height: 100px;
  white-space: break-spaces !important;
}
.btn-submission-lg {
  width: 400px;
}
.btn-submission i {
  display: block;
  font-size: 2rem;
}
.e-primary {
  color: #0082b3;
}
#TNC {
  width: 100%;
  resize: none;
}
.nav-link i.fa {
  margin-right: 0.5rem;
}
.area-tnc .e-checkbox-wrapper .e-label {
  font-weight: bolder;
}
.modal-banner .modal-dialog {
  max-width: unset !important;
  width: 75vw;
}
.modal-banner .modal-dialog .modal-content {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  opacity: 0.9;
}
.modal-banner .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.modal#staticBackdrop {
  z-index: 1035;
}
.modal#cookieNotice {
  z-index: 1055;
}
.modal-backdrop:last-child {
  z-index: 1030;
}
.e-upload > .e-upload-files > .e-upload-file-list > .e-file-reload-btn {
    display: none !important;
}
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
    white-space: normal;
    margin-right: 22px;
}