html,
body {
  width: 100vw;
  background-color: #f5f9ff;
  font-family: sans-serif;
}
.logo {
  margin: 0 auto;
  text-align: center;
}
.container-custom {
  background-color: #fff;
  width: 90vw;
  max-width: 550px;
  margin: 16px auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3ddeb;
  padding: 24px;
  border-radius: 15px;
}

.title__h4 {
  font-size: 18px;
  font-weight: bold;
  color: #01436e;
  margin-bottom: 16px;
}
.text-description {
  text-align: left;
  font-size: 14px;
  margin-bottom: 8px;
}
.text-description:last-of-type {
  margin-bottom: 16px;
}
.steps-header {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.2;
  color: #01436e;
  margin-bottom: 8px;
}
.steps-header label {
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #0070be;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 3px;
  margin-right: 8px;
  line-height: 1;
  width: fit-content;
}
.steps-text {
  text-align: left;
  font-size: 14px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3eeff;
}
a.closeb {
  text-decoration: none !important;
  line-height: 1;
}

.closeb {
  float: right;

  font-weight: 700;

  text-shadow: 0 1px 0 #fff;

  color: #000;
}

.alert-dismissable .closeb,
.alert-dismissible .closeb {
  position: relative;

  right: -40px;

  color: inherit;
}

.closeb {
  float: right;

  font-size: 1.4rem;

  font-weight: 700;

  line-height: 1;

  color: #000;

  text-shadow: 0 1px 0 #fff;

  opacity: 0.5;
}

.form-label {
  font-size: 20px;
  margin-bottom: 16px;
}
.before-input {
  font-size: 10px;
  color: #5f5f5f;
  margin: 12px 0 8px;
  text-transform: uppercase;
  text-align: center;
}
.after-input {
  font-size: 10px;
  color: #5f5f5f;
  margin: 4px auto 16px;
  text-transform: uppercase;
  text-align: center;
}
input.form-control {
  border: 1px solid #d3ddeb;
  border-radius: 50px;
  padding: 8px 16px;
  margin: 0 auto 8px;
  transition: 0.3s;
  width: 85%;
  max-width: 350px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
input.form-control:focus {
  border: 1px solid #0070be;
  outline: none;
  box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.1);
}

.main-btn {
  background: linear-gradient(
    0deg,
    #0070be 53.65%,
    rgba(0, 112, 190, 0.53) 82.81%,
    #0070be 95.83%
  );
  border: 1px solid #0163a8;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50rem;
  font-weight: bold;
  font-size: 14px;
  transition: 0.2s;
  min-width: 8rem;
  min-height: 2rem;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.main-btn:focus {
  outline: none;
}
.form-text {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
button.main-btn:active {
  transform: translateY(0);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
}
.main-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.after-btn {
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
}

.logsTable {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
.table {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  background-color: #fcfdff;
}
.table .thead-dark th {
  background: linear-gradient(
    0deg,
    #0070be 53.65%,
    rgba(0, 112, 190, 0.53) 82.81%,
    #0070be 95.83%
  ) !important;
  color: #fff;
  border: 0;
}
.table .thead-dark th:not(:last-child) {
  border-right: 1px solid #0066ad;
}
.table tr:nth-child(even) {
  background-color: #f5f9ff;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #edf4ff;
}
.table td:not(:last-child) {
  border-right: 1px solid #edf4ff;
}
.table td {
  border: none;
}
.table td:hover {
  background-color: #edf4ff;
}

#bs-gdpr-cookies-modal-title {
  width: 100%;
  text-align: center;
}
#bs-gdpr-cookies-modal-accept-btn,
#bs-gdpr-cookies-modal-decline-btn {
  border-radius: 50px;
  padding: 10px 32px;
}
#bs-gdpr-cookies-modal-accept-btn:hover {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);
}
#bs-gdpr-cookies-modal-decline-btn:hover {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.loader {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
}

.loader-wrap {
  width: 8.2rem;
  height: 2.5rem;
  margin: 0 auto;
  top: 50%;
  position: relative;
  z-index: 9;
  overflow: hidden;
  clip-path: url(#myClip);
}

.loader-wrap:before {
  content: '';
  background: #fff;
  position: absolute;
  height: 100%;
  z-index: 10;
  left: 0;
  width: 100%;
}
.loader-wrap:after {
  content: '';
  background: linear-gradient(
    0deg,
    #0070be 53.65%,
    rgba(0, 112, 190, 0.53) 82.81%,
    #0070be 95.83%
  );
  position: absolute;
  height: 100%;
  z-index: 10;
  left: 0;

  animation: loader 1.5s ease infinite alternate-reverse;
}
@keyframes loader {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
#myClip {
  fill: #f2f2f2;
}

body.loading {
  overflow: hidden;
}
body.loading .loader {
  display: block;
}

.footer {
  /* position: absolute;
  bottom: 10px; */
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  margin: 16px 0;
  text-align: center;
}

.footer-text {
  font-size: 14px;
  line-height: 1.5;
}

.modal-title {
  text-align: center;
  font-size: 22px;
  color: #01436e;
  font-weight: bold;
}
.modal-header {
  border: 0;
}

.modal-body {
  padding: 0 24px 24px;
}
.modal-body .logo {
  max-width: 200px;
  margin-bottom: 24px;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #e3eeff;
  margin: 16px 0;
}
.modal__h3 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.modal__h3-subtitle {
  text-align: center;
  font-size: 12px;
  max-width: 85%;
  margin: 0 auto;
}
.modal__h4 {
  font-size: 14px;
  /* font-weight: bold; */
  color: #01436e;
  margin-top: 16px;
  background-color: #01436e;
  color: #fff;
  width: fit-content;
  padding: 5px;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;
}
.modal__h4.is-contact,
.modal__p.is-contact {
  text-align: center;
}
.title-is-contact {
  text-align: center;
  text-transform: uppercase;
  color: #01436e;
  font-size: 20px;
}
.modal__p {
  font-size: 12px;

  width: calc(100% - 24px);
  margin: 0 auto 8px;
}
.modal__list {
  font-size: 12px;
}
.modal__list li {
  margin-bottom: 4px;
}
.modal-body strong {
  color: #01436e;
}

#msg.alert {
  position: relative !important;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  padding: 0;
  padding: 10px 10px 20px;
  width: 100%;
}
.closeb {
  right: 0;
  left: 0;
  text-align: right;
}

/* .alert-success {
  color: #51664e;
  background-color: #edf7ee;
  border-color: #c3e6cb;
} */
.msg-success__title {
  margin-bottom: 8px;
}
.msg-failed__title {
  font-size: 24px;
}
.msg-nb {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 85%;
  margin: 0 auto 8px;
  line-height: 1.3;
  font-family: 'Courier New', Courier, monospace;
  background-color: #c3e6cb;
  padding: 6px;
  border-radius: 3px;
  font-weight: bold;
}
.msg-date-p {
  line-height: 1.2;
  max-width: 90%;
  margin: 0 auto 8px;
}
.msg-date {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background-color: #155724;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 5px;
  border-radius: 3px;
  line-height: 1;
}
.msg__p {
  margin: 0 auto 16px;
  line-height: 1.2;
  max-width: 80%;
}
.msg__p.valid {
  text-transform: uppercase;
  font-size: 18px;
}
.msg-success svg {
  width: 50px;
  margin-bottom: 10px;
}

.msg-failed svg {
  width: 40px;
  margin-bottom: 10px;
}

.modal-dialog {
  max-width: 600px;
  font-size: 12px !important;
}

.modal__subdivider {
  text-align: center;
}
.modal__p.-mod {
  color: #01436e;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  max-width: 85%;
}
.modal-content {
  border-radius: 10px;
}

.modal__list.-mod {
  font-style: italic;
  list-style-type: upper-roman;
}
.modal-body-txt {
  max-height: 250px;
  overflow: scroll;
}
.modal-body-wrap {
  border-radius: 5px;
  background-color: #fafcff;
  padding: 16px 8px;
  margin-bottom: 16px;
}
