/* core files makes larger project easier to manage */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&family=Dosis:wght@400;600&display=swap");
.hide {
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity; }

.display-none {
  display: none; }

.display-block {
  display: block; }

.show {
  opacity: 1; }

.loading-content {
  position: absolute;
  width: 100%;
  text-align: center; }

.sk-circle-2 {
  margin: 100px auto 10px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle-2 .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle-2 .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle-2 .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle-2 .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle-2 .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle-2 .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle-2 .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle-2 .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle-2 .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle-2 .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle-2 .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle-2 .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle-2 .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle-2 .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle-2 .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle-2 .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle-2 .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle-2 .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle-2 .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle-2 .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle-2 .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle-2 .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle-2 .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle-2 .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#accept_agreement {
  height: 16px;
  width: 16px;
  border: 1px solid black; }

.form-check-label {
  padding-left: 8px; }

.bg-light-blue {
  background-color: #e2f1f5; }

.bg-blue {
  background-color: #0e8da0; }

.bg-white {
  background-color: white; }

.text-color-blue {
  color: #0e8da0; }

h1,
h2,
h4,
h5 {
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  color: #333333; }

label {
  color: #333333; }

p {
  color: #333333; }

.bold {
  font-weight: 600; }

.full-width {
  width: 100% !important; }

.red-text {
  color: rgba(255, 0, 0, 0.795); }
  .red-text:hover {
    color: rgba(255, 0, 0, 0.995); }

.block {
  display: block; }

.banner-header {
  background: -webkit-linear-gradient(335.56deg, rgba(0, 149, 172, 0.9) 0%, rgba(97, 207, 223, 0.9) 100%);
  background: -o-linear-gradient(335.56deg, rgba(0, 149, 172, 0.9) 0%, rgba(97, 207, 223, 0.9) 100%);
  background: linear-gradient(114.44deg, rgba(0, 149, 172, 0.9) 0%, rgba(97, 207, 223, 0.9) 100%);
  color: white;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.no-gutter {
  padding: 0; }
  @media (min-width: 768px) {
    .no-gutter {
      padding: 0; } }

.primary-button {
  background-color: #ec733e;
  color: white;
  width: 100%;
  padding: 16px 32px;
  text-align: center;
  border: 1px solid #ec733e;
  border-radius: 25px; }
  .primary-button.disabled {
    opacity: 0.5; }
    .primary-button.disabled:hover {
      background-color: #ec733e; }

.secondary-button {
  background-color: white;
  color: #ec733e;
  width: 100%;
  padding: 16px 32px;
  text-align: center;
  font-weight: 500;
  border: 2px solid #ec733e;
  border-radius: 25px; }
  @media (min-width: 768px) {
    .secondary-button {
      width: 300px; } }

.link-button {
  width: 100%;
  display: block;
  margin: auto; }

/* QUEENSLAB */
.header .logo {
  z-index: 999999999; }

.label-sublabel h2 {
  font-family: Cairo;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 21px;
  color: #333 !important; }

.label-sublabel h3 {
  font-family: Cairo;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 21px;
  color: #333 !important; }

.card-info {
  padding-top: 50px; }

h2#amount-value {
  font-weight: 900; }

.herotop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 149, 172, 0.8)), color-stop(71.67%, rgba(97, 207, 223, 0.8))), url(https://card.trupayers.com/hubfs/trupayers_bild_1.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 149, 172, 0.8), rgba(97, 207, 223, 0.8) 71.67%), url(https://card.trupayers.com/hubfs/trupayers_bild_1.jpg);
  background-image: -o-linear-gradient(top, rgba(0, 149, 172, 0.8), rgba(97, 207, 223, 0.8) 71.67%), url(https://card.trupayers.com/hubfs/trupayers_bild_1.jpg);
  background-image: linear-gradient(to bottom, rgba(0, 149, 172, 0.8), rgba(97, 207, 223, 0.8) 71.67%), url(https://card.trupayers.com/hubfs/trupayers_bild_1.jpg);
  height: 250px;
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.herotop h4 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%; }

.succedpage .white-wrapper {
  padding: 0px !important; }

.herotop h4 {
  color: #fff; }

button#submit {
  background-image: url(https://card.trupayers.com/hubfs/bankid_v_high_rgb.png);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  background-size: 15%; }

.cardimg img {
  max-width: 100%; }

.applypage .container {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.bluebg {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f5fafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }

.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }

.wrappbox {
  max-width: 800px !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wrappbox .custom-title,
.wrappbox p,
.wrappbox span {
  font-size: 20px; }

.checkbox {
  margin-bottom: 10px; }

.toptitle {
  font-size: 34px; }

.applypage form .custom-title {
  font-size: 24px; }

form label,
form p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px; }

.applypage form input,
.applypage form select {
  margin-bottom: 10px;
  background: #fcfcfc;
  border: 1px solid rgba(7, 30, 46, 0.05); }

.applypage form select {
  width: 100%; }

.applypage form button#submit {
  background-image: none;
  padding-right: initial;
  font-size: 24px;
  position: relative; }

.hs-cta-wrapper span {
  color: #fff; }

.grantedpage button {
  background-image: none !important; }

.button-image {
  width: 30px !important; }

.grantedpage button#submit {
  font-size: 24px; }

@media screen and (max-width: 768px) {
  .card-section-granted.white-wrapper {
    margin-top: 0px !important; }
  .button-image {
    width: 22px !important; }
  .grantedpage button#submit {
    font-size: 16px;
    width: 100%; }
  h2#amount-value {
    color: #088c9f !important;
    margin: 10px; }
  .card-info,
  .card-content {
    padding-top: 0px !important; }
  .herotop {
    height: 200px; }
  .herotop h4 div,
  .succedpage h2 div {
    font-size: 30px !important; }
  .hidemobile {
    display: none !important; }
  .toptitle div {
    font-size: 19px !important; }
  .wrappbox {
    display: block; }
  .wrappbox .custom-title,
  .wrappbox p,
  .wrappbox span {
    font-size: 16px; }
  #amount {
    font-size: 46px !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 155px !important; }
  .applypage .container {
    padding: 0px 10px !important; }
  form label,
  form p {
    font-size: 16px; }
  .applypage form .custom-title {
    font-size: 19px !important; } }

/* END QUEENSLAB */
body {
  font-family: "Cairo", sans-serif !important;
  color: #333;
  background-color: #e2f1f5 !important;
  background-size: contain;
  background-attachment: fixed;
  background-position: left;
  font-size: 18px;
  overflow: hidden;
  overflow-y: auto; }

.kristian {
  background-color: red; }

.header {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 93%;
  width: 100%;
  min-height: 52px; }

.logo {
  padding-top: 12px;
  padding-bottom: 12px; }

@media screen and (min-width: 1200px) {
  .header {
    background-position: center 89%; } }

/* GLOBAL  */
a {
  text-decoration: none !important; }

.font-family-dosis {
  font-family: "Dosis", sans-serif; }

.header-label {
  font-size: 34px;
  font-weight: 300; }

.header-sub-label {
  font-size: 40px;
  font-weight: 700;
  margin-top: 50px;
  color: #333 !important; }

.align-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 576px) {
  .header-sub-label {
    font-size: 28px; }
  .header-label {
    font-size: 22px; }
  h4 {
    font-size: 1em !important; } }

input,
select {
  background: #fcfcfc;
  border: 1px solid rgba(7, 30, 46, 0.08); }

input::-webkit-input-placeholder {
  color: #9d9d9d; }

input::-moz-placeholder {
  color: #9d9d9d; }

input::-ms-input-placeholder {
  color: #9d9d9d; }

input::placeholder {
  color: #9d9d9d; }

select {
  display: block;
  min-width: 200px; }

/*
.link {
  color: #0e8da0;
}

.link:hover {
  color: #0b7080;
} */
a {
  color: #0e8da0; }

a:hover {
  color: #0e8da0; }

.header-title {
  margin-top: -40px; }

.header h3 {
  font-weight: 600;
  color: #333;
  font-size: 28px;
  padding-top: 0px;
  padding-bottom: 25px;
  font-family: "Dosis", sans-serif; }

@media screen and (max-width: 768px) {
  p,
  h5,
  h4,
  h3,
  div,
  button#submit,
  input {
    font-size: 16px; }
  h2 div {
    font-size: 19px !important; }
  button#submit {
    background-image: url(https://card.trupayers.com/hubfs/bankid_v_high_rgb.png);
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: 10%;
    padding-right: 40px; }
  .header h3 {
    font-weight: 600;
    color: #333;
    font-size: 19px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Dosis", sans-serif; }
  .header img {
    max-width: 70%; }
  .white-wrapper h5 {
    padding: 15px; }
  .white-wrapper {
    padding: 10px;
    margin-top: 0px !important; } }

.custom-title {
  color: #0e8da0;
  font-weight: 600; }

.information-section {
  padding-top: 32px;
  padding-bottom: 32px; }

.information-section h6 {
  padding-top: 12px;
  margin: 0; }

.information-section p {
  padding: 0;
  margin: 0; }

.card-section {
  margin-top: -40px;
  background-color: #0ea3ba;
  padding: 14px 12px 8px 12px;
  margin-bottom: 24px;
  margin-left: -15px;
  margin-right: -15px; }

.card-content {
  padding-top: 100px; }

.card-section-granted {
  background-size: 120vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position-y: 120px;
  background-position-x: -10px; }

@media screen and (max-width: 768px) {
  .card-section-granted {
    background-position-y: 140px;
    background-size: cover; } }

@media screen and (max-width: 576px) {
  .box-wrapper,
  .box-wrapper-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.file-with-icon {
  padding-top: 10px; }

@media screen and (max-width: 576px) {
  .file-with-icon img {
    display: block;
    margin: 0 auto; } }

.credit-value {
  color: #ee743e;
  font-family: Cairo;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  text-align: center; }

.form-check {
  padding-top: 20px; }

.outlined-button {
  background-color: #f2f2f2;
  border: 1px solid #575756;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 10px;
  -webkit-transition: background-color ease 0.6s;
  -o-transition: background-color ease 0.6s;
  transition: background-color ease 0.6s; }

.outlined-button:hover {
  background-color: #cecece; }

.text-input-field {
  padding-top: 12px; }

.form-title {
  padding-top: 2em; }

.form-label {
  padding-top: 0.5em;
  margin-bottom: 0.3em;
  font-weight: 600; }

.round-button {
  background-color: #ec733e;
  border-radius: 100px;
  padding: 12px;
  color: white;
  font-weight: 400;
  border: none; }

.round-button:hover:disabled {
  background-color: #ec733e; }

.round-button:hover {
  background-color: #d46737; }

.round-button-blue {
  background-color: #088c9f;
  -webkit-box-shadow: 0px 1px 15px #83c5cf;
  box-shadow: 0px 1px 15px #83c5cf; }

button:active:disabled {
  background-color: black; }

.section-bottom {
  padding-bottom: 2em; }

.reduce-value-button,
.increase-value-button {
  border: none;
  background-color: transparent; }

.reduce-value-button ion-icon,
.increase-value-button ion-icon {
  font-weight: 700;
  color: #ee743e;
  font-size: 30px; }

.reduce-value-button ion-icon:hover,
.increase-value-button ion-icon:hover {
  color: #d46737; }

.primary-color {
  color: #088c9f;
  font-weight: 600; }

.secondary-color {
  color: #ec733e; }

.bg-primary-color {
  background-color: #088c9f; }

.bg-primary-color:hover {
  background-color: #077e8f; }

.inline-block {
  display: inline-block; }

.light-text {
  font-weight: 300;
  font-size: 18px; }

@media screen and (max-width: 576px) {
  .light-text {
    font-size: 16px; } }

.disabledButton {
  opacity: 0.4; }

.disabledButton:hover {
  opacity: 0.4;
  cursor: default !important; }

.error-message {
  color: red;
  padding: 0px;
  background-color: #ffe2e2;
  display: none;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: none; }

.error-message-show {
  color: red;
  padding: 0px;
  background-color: #ff00001c;
  display: none;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
  font-size: 24px; }

#submit > div {
  display: inline-block;
  font-size: 24px; }

/* Loading Spinner */
.transparent-text {
  color: transparent !important; }

.loading {
  display: inline-block !important; }

.loading > .sk-child {
  display: inline-block !important; }

.sk-circle {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  margin-left: 12px;
  left: calc(50% - 30px); }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

label:focus {
  border: black 1px solid; }

/* Loading Plane */
.loading-plane {
  position: absolute;
  -webkit-animation: loadingPlane 2.5s infinite linear both;
  animation: loadingPlane 2.5s infinite linear both;
  overflow: hidden; }

@-webkit-keyframes loadingPlane {
  0% {
    -webkit-transform: rotate(-30deg);
    left: -108px;
    bottom: -40px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-30deg);
    left: calc(100% - 108px);
    bottom: 40px;
    opacity: 0; } }

@keyframes loadingPlane {
  0% {
    -webkit-transform: rotate(-30deg);
    left: -108px;
    bottom: -40px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-30deg);
    left: calc(100% - 108px);
    bottom: 40px;
    opacity: 0; } }

/* Loading Palm */
.loading-palm {
  position: relative;
  width: 35%;
  margin: auto; }

/*
@keyframes loadingPalm{
  0% {
    top: 0;
  } 50% {

    top: 5px;
  }
  100%{
    top: 0;
  }
} */
/* SUCCESS */
.success-img img {
  width: 200px; }

@media screen and (max-width: 576px) {
  .success-img img {
    width: 120px; } }

/*  Granted */
.button-image {
  width: 24px; }

/* Application */
form {
  margin-bottom: 0;
  padding-bottom: 48px; }

.white-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(87, 87, 86, 0.1);
  box-shadow: 0px 0px 10px rgba(87, 87, 86, 0.1);
  padding-top: 40px;
  padding-bottom: 50px;
  border-radius: 4px;
  margin: 75px auto;
  max-width: 900px !important; }

.question-field {
  margin-bottom: 50px; }

#amount {
  border: none;
  background-color: transparent;
  font-size: 72px;
  width: 190px;
  color: #ee743e;
  font-family: Cairo;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  text-align: center; }

#amount:focus {
  outline: none !important; }

.follow-question {
  display: none; }

form select {
  margin-bottom: 12px; }

form label:hover {
  cursor: pointer; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  background-color: transparent;
  border: 1px solid #575756;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 10px;
  text-align: center; }

input[type="radio"] + label:hover {
  background-color: #e8e8e8; }

input[type="radio"]:checked + label {
  background-color: #0ea3ba;
  color: white;
  border: transparent 1px solid; }

input[type="checkbox"].checkbox-selection {
  display: none !important; }

input[type="checkbox"].checkbox-selection + label {
  background-color: transparent;
  border: 1px solid #575756;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 10px;
  text-align: center; }

input[type="checkbox"].checkbox-selection + label:hover {
  background-color: #e8e8e8; }

input[type="checkbox"]:checked.checkbox-selection + label {
  background-color: #0ea3ba;
  color: white;
  border: transparent 1px solid; }

input[type="number"],
input[type="text"],
input[type="email"],
select {
  background: #f0eff0;
  border: 1px solid rgba(7, 30, 46, 0.05);
  padding: 10px;
  font-size: 18px; }

/* SIGN IN */
#sign-in h5 {
  line-height: 30px; }

.loading-sign-in-wrapper,
.login-wrapper {
  display: none; }

.loading-sign-in-wrapper h2 {
  font-size: 26px;
  padding-top: 16px; }

.loading-sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 70px; }

.check-icon {
  background: url("https://cdn2.hubspot.net/hubfs/2872482/truepayers-applications/circle_.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px; }

label > div {
  display: inherit; }

.icon {
  width: 24px;
  height: 24px;
  margin-right: 12px; }

.computer-icon {
  background: url("https://cdn2.hubspot.net/hubfs/2872482/truepayers-applications/desktop_icon_black.svg") center center no-repeat/contain; }

.phone-icon {
  background: url("https://cdn2.hubspot.net/hubfs/2872482/truepayers-applications/phone_icon_black.svg") center center no-repeat/contain; }

.choose-method {
  display: none; }

.login-wrapper {
  display: block; }

.choose-method input[type="radio"] + label {
  background-color: transparent;
  border: 1px solid #575756;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: -1px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.choose-method input[type="radio"] + label:hover {
  background-color: #e8e8e8; }

.choose-method input[type="radio"]:checked + label {
  background-color: #0ea3ba;
  color: white;
  border: transparent 1px solid; }

.choose-method input[type="radio"]:checked + label .check-icon {
  background: url("https://cdn2.hubspot.net/hubfs/2872482/truepayers-applications/check_icon.png");
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-size: contain;
  background-repeat: no-repeat; }

.choose-method input[type="radio"]:checked + label .computer-icon {
  background: url("https://cdn2.hubspot.net/hubfs/2872482/truepayers-applications/desktop_icon_white.svg") center center no-repeat/contain; }

.choose-method input[type="radio"]:checked + label .phone-icon {
  background: url("https://cdn2.hubspot.net/hubfs/2872482/truepayers-applications/phone_icon_white.svg") center center no-repeat/contain; }

.choose-method input[type="radio"] + label {
  background-color: transparent;
  border: 1px solid #575756;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: -1px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* Welcome */
.welcome-wrapper {
  background-color: #0e8da0;
  height: 100vh; }

.welcome {
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  color: #faf9f8; }

.welcome-h1 {
  font-family: Dosis;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  padding-top: 22px;
  padding-bottom: 6px; }

.welcome-h2 {
  font-family: Cairo;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px; }

/* My Pages  


th:last-child,
td:last-child,
th:nth-last-child(1),
td:nth-last-child(1) {
    text-align: right;
}

*/
.pagination-wrapper,
.transaction-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #eee;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -4px; }

.transaction-pagination-wrapper {
  margin-top: 12px; }

.pagination a,
.transaction-pagination a {
  font-size: 20px;
  padding: 2px 4px; }

.pagination a:hover,
.transaction-pagination a:hover {
  cursor: pointer;
  opacity: 0.9; }

.pagination .active,
.transaction-pagination .active {
  color: #ec733e !important; }

.pagination-wrapper .prev a:hover,
.next a:hover,
.transaction-pagination-wrapper .prev a:hover,
.next a:hover {
  cursor: pointer;
  opacity: 0.9; }

.pagination-wrapper .disabled,
.disabled:hover,
.transaction-pagination-wrapper .disabled,
.disabled:hover {
  pointer-events: none;
  opacity: 0.5;
  cursor: arrow; }

.text-align-right {
  text-align: right; }

.my-pages-title {
  padding: 32px 0; }

#my-transations .connect-trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: green;
  min-width: 220px; }

.collapse-bar {
  -webkit-box-shadow: 2px 1px 3px #ccc;
  box-shadow: 2px 1px 3px #ccc;
  border-radius: 5px;
  margin-bottom: 16px;
  border: 1px solid #e7e7e7; }

.collapse-bar-arrow {
  color: #108296; }

.collapse-bar-arrow.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.collapse-bar h4 {
  margin: 0;
  padding-left: 6px;
  font-size: 22px;
  font-weight: 300;
  font-family: Dosis, arial;
  position: relative;
  top: -2px; }

.collapse-bar ion-icon {
  font-size: 24px; }

.collapse-bar .icon-button {
  background-color: transparent;
  border: none;
  padding-right: 0;
  padding-left: 0;
  margin-left: 6px; }

.collapse-bar table.hide {
  display: none; }

.collapse-bar table thead {
  background-color: #e3f1f3; }

.collapse-bar th,
td {
  padding: 6px 12px; }

.collapse-bar select {
  max-width: 40px;
  width: 100%; }

.collapse-bar .connect-disconnect-button {
  padding-left: 12px; }

.collapse-bar {
  cursor: pointer; }

.collapse-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0; }

.collapse-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.collapse-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.collapse-right span {
  font-family: Dosis, arial;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.collapse-body {
  display: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0; }

.collapse-body.show {
  display: block;
  opacity: 1; }

.more-options-wrapper {
  position: relative; }

.more-options {
  display: none;
  position: absolute;
  background: #fafafa;
  border: #dedede 1px solid;
  z-index: 100;
  right: calc(-150% + -3.5px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 32px; }

.more-options button {
  width: 100%;
  border: none;
  padding: 5px 35px;
  text-transform: uppercase;
  background-color: whitesmoke; }

.more-options ion-icon {
  position: absolute;
  top: -15px;
  color: #dedede; }

.delete-button {
  color: #ff0000; }

.more-options.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.add-vacation {
  background-color: #ec733e;
  color: white;
  margin-bottom: 24px; }

.add-vacation h4 {
  letter-spacing: 0.04em; }

.add-vacation ion-icon {
  color: white; }

.add-new-vacation-show {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px; }

.add-new-vacation-show div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.add-new-vacation-show form {
  padding-bottom: 6px; }

.add-new-vacation-show fieldset {
  width: 48%; }

.add-new-vacation-show fieldset label {
  display: block;
  font-family: Cairo, arial;
  font-weight: 700;
  letter-spacing: 0.02em; }

.add-new-vacation-show fieldset input {
  width: 100%; }

.add-new-vacation-show input {
  margin-bottom: 12px; }

.add-new-vacation-show .button-group {
  display: block;
  text-align: right; }

.save-button,
.cancel-button {
  padding: 6px 24px 8px 24px;
  border-radius: 16px;
  border: none;
  margin-top: 12px;
  text-transform: uppercase; }

.save-button {
  color: white;
  background-color: #ec7f4d; }

.cancel-button {
  background-color: white;
  border: 1px solid #d6d6d6;
  color: #525252;
  margin-left: 8px; }

.info-icon {
  color: #0ea3ba; }

.info-icon.active-icon {
  color: black; }

.info-wrapper {
  padding: 12px;
  background-color: #f6f6f6;
  margin-bottom: 12px;
  border: 1px solid rgba(7, 30, 46, 0.08);
  display: none; }

.info-wrapper.show {
  display: block; }

.edit-form {
  display: none; }

.edit-form.show {
  display: block; }

/* ADD NEW VACATION INPUTS */
@media screen and (max-width: 768px) {
  .add-new-vacation-show fieldset {
    width: 100%; }
  .add-new-vacation-show div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .save-button,
  .cancel-button {
    width: 100%;
    margin-left: 0; } }

.link-icon {
  color: #ec733e; }

.unlink-icon {
  color: #108296;
  padding-left: 6px; }

.hide-transaction {
  display: none; }

.find-nothing-wrapper {
  background-color: #ec733e38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.find-nothing {
  padding-bottom: 12px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 16px; }

@media screen and (max-width: 1200px) {
  select {
    display: block;
    min-width: 160px; } }

/* LARGE DEVICES */
@media screen and (max-width: 992px) {
  .my-transaction table {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }

/* MEDIUM DEVICES */
@media screen and (max-width: 768px) {
  .collapse-bar th,
  td {
    padding: 3px 6px; } }

/*  TABLE IN SMALL DEVICES */
@media screen and (max-width: 576px) {
  .collapse-bar table {
    font-size: 12px; }
  .collapse-bar th,
  td {
    padding: 3px 6px; }
  .collapse-right span {
    font-family: Dosis, arial;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.04em; } }

.bg-light-blue {
  background-color: #e2f1f5; }

.bg-blue {
  background-color: #0e8da0; }

.bg-white {
  background-color: white; }

.text-color-blue {
  color: #0e8da0; }

#landing-page {
  overflow: hidden;
  background-color: white; }
  #landing-page .bg-white {
    background: white; }
  #landing-page .hero {
    background: black;
    background-size: cover;
    color: white;
    height: 40vh;
    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;
    position: relative; }
    @media (min-width: 768px) {
      #landing-page .hero {
        background-size: cover;
        max-height: 440px;
        background-position: center 360px; } }
    @media (min-width: 992px) {
      #landing-page .hero {
        background-size: cover;
        max-height: 440px;
        background-position: center 550px; } }
    #landing-page .hero h1 {
      padding-bottom: 20px;
      margin: 0;
      font-size: 40px;
      line-height: 55px;
      text-shadow: 0px 1px 4px #505050;
      color: white; }
  #landing-page .info-boxes {
    display: block; }
    @media (min-width: 768px) {
      #landing-page .info-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  #landing-page .info-box {
    border-radius: 8px;
    padding: 24px;
    width: 100%; }
    @media (min-width: 768px) {
      #landing-page .info-box {
        width: 49%; } }
    #landing-page .info-box.first {
      background-color: #e2f1f5;
      border: solid 1px #e2f1f5; }
    #landing-page .info-box.second {
      background-color: #f5fafb;
      border: solid 1px #f5fafb; }
  #landing-page p {
    font-size: 16px;
    line-height: 26px; }
  #landing-page .section {
    padding-top: 20px;
    padding-bottom: 20px; }
    #landing-page .section h2 {
      margin-bottom: 20px;
      font-weight: 600; }
  #landing-page .img {
    height: 50vh;
    background: black;
    background-size: cover; }
  #landing-page .instructions {
    background-color: #e2f1f5; }
    #landing-page .instructions .instruction-icon {
      width: 50px;
      height: 50px; }
    #landing-page .instructions p {
      line-height: 24px; }
    #landing-page .instructions .hide-md {
      display: block; }
      @media (min-width: 768px) {
        #landing-page .instructions .hide-md {
          display: none; } }
    #landing-page .instructions .show-md {
      display: none; }
      @media (min-width: 768px) {
        #landing-page .instructions .show-md {
          display: block; } }
    #landing-page .instructions .hide {
      display: none; }
    #landing-page .instructions .show {
      display: block; }
    #landing-page .instructions h3 {
      font-weight: 700; }
    #landing-page .instructions form {
      padding-bottom: 0; }
      #landing-page .instructions form label {
        font-weight: 500;
        color: white;
        text-align: left; }
        @media (min-width: 768px) {
          #landing-page .instructions form label {
            width: 360px;
            margin: 4px auto; } }
      #landing-page .instructions form li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    #landing-page .instructions .wrapper-email {
      background-size: cover;
      background-position: center top;
      position: relative; }
    #landing-page .instructions #send-email-form {
      padding: 0px 12px 12px 14px;
      color: white; }
    #landing-page .instructions .approve_terms input {
      width: 24px;
      height: 24px; }
  #landing-page .quotes {
    background-color: #e2f1f5;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    -webkit-transition: 0.2s ease opacity;
    -o-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity; }
    @media (min-width: 768px) {
      #landing-page .quotes {
        padding-bottom: 80px; } }
    #landing-page .quotes .left,
    #landing-page .quotes .right {
      position: absolute;
      top: 160px;
      font-size: 30px;
      color: #0fa3ba; }
      @media (min-width: 768px) {
        #landing-page .quotes .left,
        #landing-page .quotes .right {
          font-size: 50px;
          top: 76%; } }
      #landing-page .quotes .left:hover,
      #landing-page .quotes .right:hover {
        cursor: pointer; }
    #landing-page .quotes .left {
      left: 0;
      width: 40px; }
      @media (min-width: 768px) {
        #landing-page .quotes .left {
          left: 43%; } }
    #landing-page .quotes .right {
      right: 0%;
      width: 40px; }
      @media (min-width: 768px) {
        #landing-page .quotes .right {
          right: 44%; } }
    #landing-page .quotes > div {
      width: 80%;
      text-align: center;
      margin: auto;
      max-width: 600px; }
      #landing-page .quotes > div p {
        font-style: italic; }
    #landing-page .quotes .hide {
      display: none;
      opacity: 0; }
    #landing-page .quotes .show {
      display: block;
      opacity: 1; }
    #landing-page .quotes .disabled {
      opacity: 0.4; }
      #landing-page .quotes .disabled:hover {
        cursor: none; }
  #landing-page .includes {
    padding-bottom: 16px; }
    @media (min-width: 768px) {
      #landing-page .includes {
        padding-bottom: 0; } }
    #landing-page .includes .includes-background {
      background-size: cover;
      background-color: white; }
    #landing-page .includes .includes-wrapper {
      background-color: #f8feff;
      padding: 0; }
    #landing-page .includes ul {
      list-style: none;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        #landing-page .includes ul {
          margin-bottom: 0; } }
      #landing-page .includes ul li {
        padding: 12px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #landing-page .includes ul li:nth-child(odd) {
          background-color: #e2f1f5; }
        #landing-page .includes ul li span {
          width: 60%;
          padding: 12px 0; }
        #landing-page .includes ul li ion-icon {
          color: #0fa3ba;
          font-size: 24px;
          margin-right: 12px; }
  #landing-page .actions {
    padding: 0 15px; }
    #landing-page .actions > button {
      margin-bottom: 16px; }
  #landing-page .primary-button {
    background-color: #ee743e;
    color: white;
    width: 100%;
    padding: 16px 32px;
    text-align: center;
    border: 1px solid #ee743e;
    border-radius: 25px; }
  #landing-page .secondary-button {
    background-color: white;
    color: #ee743e;
    width: 100%;
    padding: 16px 32px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #ee743e;
    border-radius: 25px; }
  #landing-page .link-button {
    width: 100%;
    display: block; }
  #landing-page .footer {
    background: -webkit-linear-gradient(335.56deg, rgba(0, 149, 172, 0.9) 0%, rgba(97, 207, 223, 0.9) 100%);
    background: -o-linear-gradient(335.56deg, rgba(0, 149, 172, 0.9) 0%, rgba(97, 207, 223, 0.9) 100%);
    background: linear-gradient(114.44deg, rgba(0, 149, 172, 0.9) 0%, rgba(97, 207, 223, 0.9) 100%); }
    #landing-page .footer .links {
      color: white;
      padding: 20px 0; }
      #landing-page .footer .links a {
        color: white; }
      #landing-page .footer .links ul {
        list-style: none;
        padding: 0 0 16px 0;
        margin-bottom: 0;
        display: block; }
        @media (min-width: 768px) {
          #landing-page .footer .links ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        #landing-page .footer .links ul li {
          font-size: 14px;
          padding-bottom: 6px; }
          @media (min-width: 768px) {
            #landing-page .footer .links ul li {
              padding: 24px;
              font-size: 20px; } }
  #landing-page .copy-rights {
    padding: 16px 0 18px 0;
    background: white; }
    #landing-page .copy-rights small {
      display: block; }
  @media (min-width: 768px) {
    #landing-page .wpforms-field-container > div {
      width: 600px;
      text-align: left;
      margin: auto; }
      #landing-page .wpforms-field-container > div input {
        margin: auto; } }
  #landing-page label#wpforms-297-field_1_suggestion.wpforms-error {
    display: none; }
  #landing-page #wpforms-29-field_1_suggestion {
    display: none; }
  #landing-page div.wpforms-container-full {
    margin-bottom: 0; }
  #landing-page #confirmation-message {
    scroll-margin: 30px; }

.bg-light-blue {
  background-color: #e2f1f5; }

.bg-blue {
  background-color: #0e8da0; }

#signup .white-wrapper {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 24px;
  min-height: auto; }

#signup .hero {
  background: black;
  background-size: cover;
  color: white;
  height: 40vh;
  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;
  margin-bottom: 32px;
  padding: 0 34px; }
  #signup .hero ul {
    padding: 0; }
    #signup .hero ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 12px; }
      #signup .hero ul li ion-icon {
        padding-right: 12px; }
  #signup .hero p,
  #signup .hero a {
    color: white;
    margin-bottom: 0; }
  #signup .hero a {
    text-decoration: underline; }
  #signup .hero h1 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 40px;
    line-height: 55px; }

#signup .signup-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  padding: 16px 0 32px 0; }
  #signup .signup-terms small {
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    padding-left: 6px; }
  #signup .signup-terms ion-icon {
    margin-top: 0px;
    width: 24px;
    height: 24px; }

#granted-page h2,
#granted-page h4 {
  font-weight: 600; }

#granted-page .icon {
  width: 50px;
  height: 50px;
  margin: 0 0 16px 0; }

#granted-page .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #granted-page .info-text .info-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px; }
  #granted-page .info-text p {
    padding-left: 6px; }

#granted-page .granted-card-wrapper {
  border: 1px solid #e2f1f5;
  border-radius: 6px;
  margin: 20px 0;
  min-height: 100%; }

#granted-page .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #granted-page .card-info svg {
    position: relative;
    top: -3px; }

#success-page {
  padding-bottom: 40px; }
  #success-page .loading-content {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    background: white;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.4);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s ease opacity;
    -o-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity; }
    #success-page .loading-content .sk-circle-2 {
      margin: auto; }
    #success-page .loading-content.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #success-page.hide {
    opacity: 0;
    -webkit-transition: 0.2s ease opacity;
    -o-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity; }
  #success-page.success {
    opacity: 1; }
  #success-page .hero {
    background: black;
    background-size: cover;
    color: white;
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media (min-width: 768px) {
      #success-page .hero {
        background-position: center center; } }
    #success-page .hero .icon {
      margin: 0 0;
      width: 50px;
      height: 50px;
      margin: 0 0 0 0; }
    #success-page .hero h1 {
      padding-bottom: 20px;
      margin: 0;
      font-size: 40px;
      line-height: 55px;
      text-shadow: 0px 1px 4px #505050;
      color: white; }
  #success-page ul {
    padding: 0; }
    #success-page ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 12px; }
      #success-page ul li ion-icon {
        padding-right: 12px;
        color: #0e8da0; }
  #success-page .white-wrapper {
    margin-bottom: 0; }
  #success-page .copy-number {
    cursor: pointer;
    visibility: hidden;
    display: none !important; }
    #success-page .copy-number.show {
      visibility: visible;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  #success-page .card-details {
    position: relative; }
    #success-page .card-details label {
      padding-bottom: 4px; }
    #success-page .card-details.hide-card-details:before {
      display: block;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px); }
    #success-page .card-details.show-card-details:before {
      display: block;
      content: "";
      position: absolute;
      height: 19%;
      width: 100%;
      -webkit-backdrop-filter: blur(0px);
      backdrop-filter: blur(0px); }
    #success-page .card-details div {
      margin-bottom: 6px; }
    #success-page .card-details .flex-two-cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #success-page .card-details .flex-two-cols > div {
        width: 100%; }
      #success-page .card-details .flex-two-cols input {
        width: 80%; }
    #success-page .card-details .flex-that-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #success-page .card-details .flex-that-input > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #success-page .card-details .flex-that-input > div input {
          width: calc(100% - 30px); }
      #success-page .card-details .flex-that-input span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px; }
        #success-page .card-details .flex-that-input span small {
          font-size: 10px;
          padding: 4px; }

.hide {
  display: none; }

.show {
  display: block; }

#cancel-page .sk-circle-2 {
  margin-top: 16px; }

  #granted-page h2,
    #granted-page h4 {
        padding-left: 40px;
        padding-right: 40px;
    }