/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/clients/aviva-individual/assets/sass/base.scss ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/sass/index.scss ***!
  \*********************************************************************************************************************/

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/clients/aviva-individual/assets/sass/base.scss (1) ***!
  \*************************************************************************************************************************************************/
body {
  font-family: "Source Sans Pro", sans-serif;
}

:root {
  font-size: 16px;
}

@media only screen and (min-width: 350px) and (max-width: 413px) {
  :root {
    font-size: 17px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
  :root {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    font-size: 19px;
  }
}
.response-heading {
  color: #004fb6;
  font-weight: 700;
}

.success-img-wrapper,
.failure-img-wrapper {
  width: 60px;
  margin: 0 auto 15px;
}

a {
  text-decoration: none;
}

.col-md-3 input {
  border-radius: 0 !important;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6901960784);
  z-index: 99999;
  height: 100vh;
  width: 100vw;
}

.loader-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.loader-image img {
  width: 80px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.success-img-wrapper img,
.failure-img-wrapper img {
  max-width: 100%;
}

.table th,
.table td {
  padding-left: 0px !important;
}

.table th {
  font-weight: 600;
}

.required-asterisk {
  color: #e41f1f;
  font-size: 24px;
}

.form-group {
  position: relative;
  margin-bottom: 22px;
}
.form-group label {
  font-size: 13px;
  line-height: 22px;
  color: #5c596d;
  margin: 0 0 4px 0;
  position: relative;
  font-weight: normal;
}
.form-group label:after {
  position: absolute;
  content: "";
  color: #e41f1f;
}
.form-group .error {
  position: absolute;
  right: 0;
  color: #e41f1f;
  font-size: 0.625rem;
  padding: 2px 0 0 0;
}
.form-group .form-control {
  border-color: #cccccc;
  padding: 0.6375rem 0.625rem;
  height: 2.5rem;
  border-radius: 9px;
  color: #444;
  font-size: 12px;
  -webkit-text-fill-color: #444;
  caret-color: #444444;
  box-shadow: none !important;
}
.form-group .form-control:focus, .form-group .form-control.StripeElement--focus {
  color: #444444;
  border-color: #80cdd8;
  outline: 0;
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: #444444;
  opacity: 1;
}
.form-group .form-control:disabled, .form-group .form-control[readonly], .form-group .form-control[disabled] {
  background-color: #e5edf8;
  opacity: 1;
  border-color: #e5edf8;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffd900;
  min-height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  left: 0;
}
.header .back {
  position: absolute;
  left: 0;
  width: 3.125rem;
  top: 0;
  min-height: 3.125rem;
  z-index: 100;
  background: url(/images/176967382122bed7aa78cfdba4ecce.svg) center left 14px no-repeat;
}
.header h3 {
  font-size: 1.0625rem;
  margin: 0;
  padding: 0 2.5rem;
  color: #004fb6;
  width: 100%;
  min-height: 3.125rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn {
  display: block;
  font-size: 16px;
  width: 100%;
  border: 0;
  font-weight: 700;
  border-radius: 9px;
  color: #004fb6;
  background: #ffd900;
  padding: 0;
  height: 2.75rem;
  line-height: 2.75rem !important;
  text-align: center;
  text-transform: capitalize;
  box-shadow: none !important;
}
.btn.disabled, .btn.true {
  background-color: #ccc;
  opacity: 1;
  border-color: #ccc;
  pointer-events: none;
  color: #5c596d;
}
.btn:hover {
  color: #004fb6;
}

.login-error-frontend {
  color: #dc3545;
  font-size: 0.825rem;
}

.main {
  padding: 0;
  background: #fff;
  margin: auto;
}

.content-area {
  position: relative;
  height: 100vh;
  padding: 3.125rem 0 0 0;
  overflow: auto;
}
.content-area .inner-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 14px 15px;
}
.content-area.has-header {
  padding: 9.375rem 0 0 0;
}
.content-area.has-button {
  height: calc(100vh - 4.155rem);
}
.content-area.has-button .bottom-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 14px;
  left: 0;
}
.content-area.has-button .bottom-area .btn + .btn {
  margin-top: 0.875rem;
}
.content-area.align-center {
  display: flex;
  align-items: center;
  text-align: center;
}

.table thead th {
  border-width: 1px;
  color: #444;
}
.table td {
  color: #5c596d;
}

.alert-dialog-container {
  font-family: "Source Sans Pro", sans-serif;
}
.alert-dialog-container .alert-dialog-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.alert-dialog-container .alert-dialog-content {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-top: 8px;
  color: #5c596d;
  padding: 6px 20px;
  margin-bottom: 10px;
  min-height: 55px;
}
.alert-dialog-container .alert-dialog-content.alert-dialog-content--material {
  margin-top: 0px;
  padding: 8px 18px;
}
.alert-dialog-container .alert-dialog-content a {
  padding: 4px 3px;
  text-decoration: underline;
}
.alert-dialog-container .alert-dialog-footer {
  display: flex;
}
.alert-dialog-container .alert-dialog-footer .alert-dialog-button {
  font-size: 14px;
  border-radius: 0;
  background: transparent;
  border-top: 1px solid #ddd;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-dialog-container .alert-dialog-footer .alert-dialog-button:focus {
  outline: none;
}
.alert-dialog-container .alert-dialog-footer .alert-dialog-button + .alert-dialog-button {
  border-left: 1px solid #ddd;
}
.alert-dialog-container .alert-dialog-footer .alert-dialog-button.button--material {
  border: 0 !important;
  width: auto;
  box-shadow: none;
  color: #333;
  padding: 0 12px;
  font-weight: 500;
}
.alert-dialog-container.alert-dialog-container--material {
  padding: 16px 0 0 0;
}
.alert-dialog-container.alert-dialog-container--material .alert-dialog-title--material {
  padding: 3px 18px;
}
.alert-dialog-container.alert-dialog-container--material .alert-dialog-footer--material {
  height: auto;
  justify-content: flex-end;
}
.alert-dialog-container.alert-dialog-container--material .alert-dialog-footer--material .alert-dialog-button {
  border: 0 !important;
  font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .header {
    height: 100px !important;
  }
  .header .back {
    height: 100% !important;
    width: 100px !important;
    background-size: 18px !important;
    background-position: center left 20px !important;
  }
  .bottom-area .btn,
  .bottom-area .button:not(.alert-dialog-button) {
    height: 70px !important;
    line-height: 70px !important;
  }
  .form-control {
    height: 60px !important;
  }
  .content-area {
    padding: 100px 0 0 0 !important;
  }
  .content-area.has-button {
    height: calc(100vh - 100px) !important;
  }
  .content-area .inner-container {
    padding: 15px 20px !important;
  }
  .alert-dialog {
    width: calc(100% - 70px) !important;
  }
  .alert-dialog .alert-dialog-container .alert-dialog-footer .alert-dialog-button {
    height: 55px !important;
    line-height: 55px !important;
  }
  .loader-image img {
    width: 130px !important;
  }
  .form-group label {
    margin: 0 0 10px 0 !important;
  }
}
.word-break {
  word-break: break-all;
}

.width-60 {
  width: 60%;
}

.stepbar-wrapper {
  background: #fafafa;
  padding: 1.5rem 0;
  position: absolute;
  top: 3.125rem;
  width: 100%;
  z-index: 99;
  left: 0;
}

/* Stepbar container */
.stepbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* The connecting line: perfectly spans the area between the first and last step circle */
.stepbar-track {
  position: absolute;
  top: 6px; /* half of 12px circle height */
  left: 0;
  right: 0;
  width: calc(100% - 12px); /* reduce both ends by half of circle */
  height: 2px;
  background: #d1d5db;
  z-index: 0;
  /* Offset from left: move right by half circle, from right: move left by half circle */
  left: 6px;
  right: 6px;
}

/* Step items */
.stepbar-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 40px;
  z-index: 1;
  background: transparent;
}

/* Circles */
.stepbar-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.stepbar-circle.completed {
  background: #44b049;
  border-color: #44b049;
  color: white;
}

.stepbar-circle.completed svg {
  width: 6px;
  height: 6px;
}

.stepbar-circle.active {
  background: #ffd600;
  border-color: #ffd600;
}

.stepbar-circle.active .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0041a4;
  display: inline-block;
}

/* Step labels */
.stepbar-label {
  color: #59586b;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  word-break: break-word;
  background: transparent;
}

@media (max-width: 600px) {
  .stepbar {
    margin: 0 1vw;
  }
  .stepbar-label {
    font-size: 12px;
  }
}
.stepbar-line {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #d1d5db;
  z-index: -1;
}

.stepbar-step:last-child .stepbar-line {
  display: none;
}

.check {
  background: url(/images/1769673821131744031789fbd8f291.png) center no-repeat;
  background-size: 8px;
  display: inline-block;
  width: 15px;
  height: 15px;
}
/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/gateway/stripe/stripe-fields.css ***!
  \****************************************************************************************/


.error {
  color: #e41029;
  padding: 10px;
  text-align: center;
  font-weight: 500;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.m-20 {
  margin:20px;
}

.bold {
  font-weight: bold;
}

.mt-10 {
  margin-top: 10px;
}
