/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./front/styles_new/components/service-failure.scss ***!
  \*************************************************************************************************************************************************************************************/
:root {
  --wcag-focus-outline: 0 0 0 2px white, 0 0 0 4px black;
  --black: #0A0A0A;
  --white: #fff;
  --grey-0: #F6F6F6;
  --grey: #eeeeee;
  --grey-2: #bbbbbb;
  --grey-3: #8f8f8f;
  --grey-4: #555;
  --grey-5: #2A2A2A;
  --red: #E41111;
  --red-pale: #FE8686;
  --red-lighter: #FE5a5a;
  --yellow: #F5B800;
  --yellow-pale: #FFE79E;
  --yellow-lighter: #FFD862;
  --blue: #24377A;
  --blue-pale: #DCE2F6;
  --blue-lighter: #6174B9;
  --error: #CD1C27;
  --warning: #FF9900;
  --positive: #41862D;
}

@-webkit-keyframes fill-pagination {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fill-pagination {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.link-common {
  cursor: pointer;
  margin: 0 auto;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 16px;
  color: #24377a;
  background-color: transparent;
  border-bottom: 2px solid #f5b800;
}
.link-common:hover {
  background-color: #f5b800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-failure {
  background: var(--grey-0);
  max-width: 920px;
  margin: 0 auto;
  border-radius: 0;
  padding: 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 768px) {
  .service-failure {
    border-radius: 16px;
  }
}
.service-failure .f-row {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.service-failure .f-field {
  width: 100%;
}
.service-failure h2 {
  color: var(--black);
  font-weight: 400;
  text-align: center;
}
.service-failure label {
  margin-top: 4px;
  line-height: 24px;
  text-align: center;
  font-family: "Visuelt-light";
}
.service-failure button.button__primary--large {
  margin-bottom: 18px;
}
.service-failure .modal-btn.link__primary--medium {
  padding: 0;
}
.service-failure .f-inputWrapper {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .service-failure .f-inputWrapper {
    max-width: 296px;
  }
}
.service-failure .f-inputWrapper form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-failure .f-inputWrapper input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
  border: 1px solid var(--grey-3);
  padding: 12px 16px;
  margin: 24px auto;
  font-family: "Visuelt";
}
.service-failure .f-inputWrapper img {
  position: absolute;
  right: 16px;
}
.service-failure .button__primary--large {
  margin: 0 auto;
}
.service-failure .button__primary--large .btn-toHide {
  font-size: 16px;
  line-height: 24px;
}
.service-failure .modal-btn {
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  margin: 0 auto;
}

#service-modal,
#customer-number-modal {
  position: fixed;
  z-index: 99999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 55, 122, 0.8);
  overflow: hidden;
}
#service-modal .modal-content,
#customer-number-modal .modal-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 16px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(36, 55, 122, 0.2);
          box-shadow: 0px 6px 20px 0px rgba(36, 55, 122, 0.2);
}
@media screen and (max-width: 1024px) {
  #service-modal .modal-content,
  #customer-number-modal .modal-content {
    width: 100%;
  }
}
#service-modal .modal-content .modal-header,
#customer-number-modal .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 16px;
  right: 16px;
}
#service-modal .modal-content .modal-body,
#customer-number-modal .modal-content .modal-body {
  border-top-right-radius: 18px;
  background-color: white;
  border-top-left-radius: 18px;
}
#service-modal .modal-content .modal-body .text,
#customer-number-modal .modal-content .modal-body .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
#service-modal .modal-content .modal-body .text h3,
#customer-number-modal .modal-content .modal-body .text h3 {
  padding-bottom: 8px;
}
#service-modal .modal-content .modal-body .text p,
#customer-number-modal .modal-content .modal-body .text p {
  text-align: left;
  margin-bottom: 8px;
}
#service-modal .modal-content .modal-body .text p:last-of-type,
#customer-number-modal .modal-content .modal-body .text p:last-of-type {
  margin-bottom: 0;
}
#service-modal .modal-content .modal-body .text a,
#customer-number-modal .modal-content .modal-body .text a {
  cursor: pointer;
  margin-left: 0;
}
#service-modal .modal-content .modal-body .text ul,
#customer-number-modal .modal-content .modal-body .text ul {
  padding-left: 16px;
}
#service-modal .modal-content .modal-body .text span,
#customer-number-modal .modal-content .modal-body .text span {
  font-weight: 600;
}
#service-modal .modal-content .modal-body .text button,
#customer-number-modal .modal-content .modal-body .text button {
  margin-top: 16px;
  width: 160px;
  height: 40px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#service-modal .close-btn,
#customer-number-modal .close-btn {
  cursor: pointer;
}
#service-modal .modal-body img,
#customer-number-modal .modal-body img {
  width: 100%;
  max-height: 50%;
}
#service-modal.active,
#customer-number-modal.active {
  display: block;
}
#service-modal ul,
#customer-number-modal ul {
  margin: 0;
}
#service-modal a,
#customer-number-modal a {
  margin-bottom: 8px;
}
#service-modal .small,
#customer-number-modal .small {
  font-size: 12px;
  line-height: 14px;
}
