body,
html {
  background-color: #f8f9fa !important;
  margin: 0px;
  padding: 0px;
}
* {
  font-family: "Quicksand", sans-serif;
}
.breadcrumb {
  width: 100%;
  background-color: #fefefe !important;
}

.font-small {
  font-size: 12px;
}

.error-feedback {
  color: #c21111;
  font-size: 32px;
  text-align: center;
}

.feedback {
  font-size: 32px;
  text-align: center;
}

.main-container {
  display: flex;
  /* flex-direction: row;
     align-items: stretch; */
  height: 100vh;
  width: 100vw;
  flex-wrap: wrap;
  background-color: #f2f2f2 !important;
}

.brand-logo {
  width: 12rem;
  height: 3.8rem;
}

.faq-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
  color: rgb(77, 77, 77);
}

.container-flex {
  flex-direction: column;
  padding: 1%;
  padding-left: 3%;
  padding-bottom: 2%;
  max-height: 88vh;
  width: calc(100vw - 65px);
  overflow-y: scroll;
}

.card {
  box-shadow: 8px 8px 8px 0 rgba(200, 200, 200, 0.05), 0px 8px 8px 8px rgba(200, 200, 200, 0.05);
}

.reference {
  color: #ef8354;
}

.selectable {
  cursor: pointer;
}

.full-screen {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f8f8f8;
  height: 100%;
  max-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: scroll;
}

.popup-screen {
  position: absolute;
  top: 5vh;
  left: 5vw;
  background-color: #f8f8f8;
  height: 100%;
  max-height: calc((var(--vh, 1vh) * 100) - 10vh);
  width: 90vw;
  overflow: scroll;
  border: 1px solid #ccc;
  border-radius: 8px;
}

h1,
h2,
h3 {
  color: #490c67;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
  text-align: center;
}

h4 {
  font-size: 1.2rem;
  color: #444444;
}

h4.centered {
  width: 60%;
  text-align: center;
}

h5 {
  font-size: 1rem;
  color: #59a5a1;
}

h5.left-aligned {
  width: 60%;
  text-align: left;
  padding-left: 2rem;
}

input[type="checkbox"] {
  max-width: 40px;
  height: 40px;
  border: 2px solid rgba(51, 51, 51, 0.705);
  border-radius: 5px;
  appearance: none;
}

input[type="checkbox"]:checked::before {
  content: "\2713";
  font-size: 2rem;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 1.3rem;
  top: -0.2rem;
  padding: 0px;
  margin: 0px;
}

input[type="checkbox"]:checked {
  background-color: #490d67da !important;
}

label[required="true"]::after,
.required::after {
  font-weight: 400;
  color: #b30000;
  content: " *";
}

::placeholder {
  color: #cacaca !important;
  font-weight: 400;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #59a5a1 !important;
  background-color: #59a5a1 !important;
}

.custom-switch .custom-control-input ~ .custom-control-label::after {
  background-color: indigo;
}

.noted:before {
  font-weight: 400;
  color: #b30000;
  content: "* ";
}

.btn-action {
  background-color: rgb(231, 105, 2) !important;
  color: #fff !important;
  min-height: 3rem !important;
}

.btn-action-skip {
  background: transparent !important;
  color: #28a745 !important;               /* same as btn-outline-success */
  border: 2px solid #28a745 !important;
  min-height: 3rem !important;
  padding: .375rem .75rem;
  border-radius: .25rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.btn-action-skip:hover,
.btn-action-skip:focus {
  background: #28a745 !important;
  color: #fff !important;
  text-decoration: none;
  outline: none;
}

.btn-action:disabled {
  background-color: rgb(231, 105, 2, 0.5) !important;
  color: #f2f2f2 !important;
}

.clickable {
  cursor: pointer;
}

.shadow-bg {
  background-image: url("/assets/wavey-background-middle.png");
  background-size: 100vw 400px;
  background-repeat: no-repeat;
  background-position: middle left;
  width: 100vw;
  min-height: 295px;
}

.purple {
  color: #490d67;
}

.blueish-colour {
  color: #59a5a1;
}

.green {
  color: seagreen;
}

.red {
  color: #b30000;
}

.orange {
  color: rgb(231, 105, 2);
}

.confirmation {
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 10px;
}

.validation-message {
  display: block;
  color: #b30000;
  padding: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 0.8rem;
}

.offer-item-breakdown,
.bank-details,
.company-details,
.individual-details,
.t-and-c-details,
.completed-details {
  display: block;
  border-radius: 8px;
  border: 1px solid #ffffff;
  width: 60%;
  background-color: #fff;
  box-shadow: 3px 3px 10px 2px #a1a1a128;
}

.small-label {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  color: #a3a3a3;
  margin: 0px;
  padding: 0px;
}

.small {
  font-size: 0.8rem;
  font-weight: 400;
}

.medium {
  font-size: 0.9rem;
  font-weight: 400;
}

.large {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.large-line {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.xxl-icon {
  font-size: 80px !important;
}

.xl-icon {
  font-size: 60px !important;
}

.l-icon {
  font-size: 40px !important;
}

.mw-60 {
  max-width: 60vw;
}

.hv-100 {
  min-height: 100vh;
}

.hv-90 {
  min-height: 90vh;
}

.hv-80 {
  min-height: 80vh;
}

.amount {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.sticky {
  position: fixed;
  top: -10px;
  z-index: 1000 !important;
}

.large-icon {
  font-size: 48px;
}

.two-tone-green {
  filter: invert(50%) sepia(74%) saturate(434%) hue-rotate(84deg) brightness(94%) contrast(85%);
}

.two-tone-red {
  filter: invert(15%) sepia(86%) saturate(4502%) hue-rotate(356deg) brightness(80%) contrast(93%);
}

.two-tone-purple {
  filter: invert(15%) sepia(19%) saturate(7467%) hue-rotate(264deg) brightness(88%) contrast(112%);
}

.two-tone-blue {
  filter: invert(65%) sepia(33%) saturate(494%) hue-rotate(128deg) brightness(85%) contrast(85%);
}

@media (max-width: 414px) {
  .offer-item-breakdown,
  .bank-details,
  .company-details,
  .individual-details,
  .t-and-c-details,
  .completed-details {
    min-width: 90vw;
  }
  h4.centered {
    width: 90%;
    font-size: 15px;
  }
  h5.left-aligned {
    width: 90%;
  }
  .shadow-bg {
    background-size: cover;
  }

  .offer-heading.left-aligned {
    width: 90%;
  }
}

.dropzone {
  width: 95%;
  height: 200px;
  border: dashed 1px #979797;
  text-align: center;
  padding: 2rem;
}

.dropzone.file-invalid {
  border: solid 1px red !important;
}

.dropzone input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dropzone i {
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #490d67;
}

.offer-heading {
  font-size: 1.2rem;
  font-weight: 900;
  color: #59a5a1;
}

.offer-heading.left-aligned {
  width: 60%;
  text-align: left;
  padding-left: 2rem;
}

.heading-container {
  width: 60%;
}

@media (max-width: 950px) {
  .offer-heading {
    font-size: 1rem;
    width: 90%;
  }

  .offer-heading.left-aligned {
    font-size: 1rem;
    width: 90%;
  }

  .heading-container {
    width: 90%;
  }
}

.min-vh-85 {
  min-height: 85vh;
}
