.flex-microform {
    height: 38px !important;
}

body{
    background-color: #FAFAFA;
}

.flex-microform input {
    border-radius: 24px !important;
}

.flex-microform {
    height: 20px;
    background: #fafafa!important;;
    border: 0px!important;
    -webkit-transition: background 200ms;
    transition: background 200ms;
}

/* different styling for a specifc container */
#securityCode-container.flex-microform {
    border-radius: 0px!important;
    width: 100%;
    padding: 0px 0px 0px 15px;
}

.flex-microform-focused {
    background: lightyellow;
}

.flex-microform-valid {
    background: green;
}

.flex-microform-valid.flex-microform-focused {
    background: lightgreen;
}

.flex-microform-autocomplete {
    background: #faffbd;
}


.payment-card {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.payment-card .card {
    padding: 50px;
}

:root {
    --field-border: 1px solid #eeeeee;
    --field-border-radius: 0.5em;
    --secondary-text: #aaaaaa;
    --sidebar-color: #f1f1f1;
    --accent-color: #2962ff;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .flex {
    display: flex;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-fill {
    display: flex;
    flex: 1 1;
  }
  .flex-vertical {
    display: flex;
    flex-direction: column;
  }
  .flex-vertical-center {
    display: flex;
    align-items: center;
  }
  .flex-between {
    display: flex;
    justify-content: space-between;
  }
  .p-sm {
    padding: 0.5em;
  }
  .pl-sm {
    padding-left: 0.5em;
  }
  .pr-sm {
    padding-right: 0.5em;
  }
  .pb-sm {
    padding-bottom: 0.5em;
  }
  .p-md {
    padding: 1em;
  }
  .pb-md {
    padding-bottom: 1em;
  }
  .p-lg {
    padding: 2em;
  }
  .m-md {
    margin: 1em;
  }
  .size-md {
    font-size: 0.85em;
  }
  .size-lg {
    font-size: 1.5em;
  }
  .size-xl {
    font-size: 2em;
  }
  .half-width {
    width: 50%;
  }
  
  .pointer {
    cursor: pointer;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .f-main-color {
    color: #2962ff;
  }
  .f-secondary-color {
    color: var(--secondary-text);
  }
  .b-main-color {
    background: var(--accent-color);
  }
  .numbers::-webkit-outer-spin-button,
  .numbers::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  body {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
      "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bod-3 {
    border-radius: 30px;
  }
  .main-back {
    background: #FAFAFA !important;
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
  }
  .header {
    padding-bottom: 1em;
  }
  
  .header .title {
    font-size: 1.2em;
  }
  .header .title span {
    font-weight: 300;
  }
  
  .card-data > div {
    padding-bottom: 1.5em;
  }
  .card-data > div:first-child {
    padding-top: 1.5em;
  }
  
  .card-property-title {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    margin-right: 0.5em;
  }
  .card-property-title strong {
    padding-bottom: 0.5em;
    font-size: 0.85em;
  }
  .card-property-title span {
    color: var(--secondary-text);
    font-size: 0.75em;
  }
  .card-property-value {
    flex: 1 1;
  }
  
  .card-number {
    background: #fafafa;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
    padding: 0.5em 1em;
  }
  .card-number-field * {
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .card-number-field input {
    width: 100%;
    height: 100%;
    padding: 0.5em 1rem;
    margin: 0 0.75em;
    border: none;
    color: #888888;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
  }
  
  .timer span {
    background: #311b92;
    color: #ffffff;
    width: 1.2em;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
  }
  .timer span + span {
    margin-left: 2px;
  }
  .timer em {
    font-style: normal;
  }
  
  .action button {
    padding: 1.1em;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 1em;
    color: #ffffff;
    border: none;
    border-radius: 0.5em;
    transition: background-color 0.2s ease-in-out;
  }
  .action button:hover {
    background: #2979ff;
  }
  
  .input-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 3em;
    overflow: hidden;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
  }
  .input-container input,
  .input-container i {
    line-height: 1;
  }
  .input-container input {
    flex: 1 1;
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: var(--field-border-radius);
    font-family: inherit;
    font-weight: 800;
    font-size: 0.85em;
  }
  .input-container input:focus {
    /* background: #e3f2fd;
    color: #283593; */
  }
  .input-container input::placeholder {
    color: #ddd;
  }
  .input-container input::-webkit-outer-spin-button,
  .input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .input-container i {
    position: absolute;
    right: 0.5em;
  }
  
  .purchase-section {
    position: relative;
    overflow: visible;
    padding: 0 1em 1em 1em;
    background: var(--sidebar-color);
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
  }
  .purchase-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
  }
  .purchase-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
  }
  
  .card-mockup {
    position: relative;
    margin: 3em 1em 1.5em 1em;
    padding: 1.5em 1.2em;
    border-radius: 0.6em;
    background: #72a2f7;
    color: #fff;
    box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
  }
  .card-mockup:after {
    content: "";
    position: absolute;
    width: 25%;
    top: -0.2em;
    left: 37.5%;
    height: 0.2em;
    background: var(--accent-color);
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
  }
  .card-mockup:before {
    content: "";
    position: absolute;
    top: 0;
    width: 25%;
    left: 37.5%;
    height: 0.5em;
    background: #2962ff36;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    box-shadow: 0 2px 15px 5px #2962ff4d;
  }
  
  .purchase-props {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
  }
  .purchase-props li {
    width: 100%;
    line-height: 2.5;
  }
  .purchase-props li span {
    color: var(--secondary-text);
    font-weight: 600;
  }
  
  .separation-line {
    border-top: 1px dashed #aaa;
    margin: 0 0.8em;
  }
  
  .total-section {
    position: relative;
    overflow: hidden;
  
    padding: 1em;
    background: var(--sidebar-color);
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
  }
  .total-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    top: -0.8em;
    background: #ffffff;
  }
  .total-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    top: -0.8em;
    background: #ffffff;
  }
  .total-label {
    font-size: 0.8em;
    padding-bottom: 0.5em;
  }
  .total-section strong {
    font-size: 1.5em;
    font-weight: 800;
  }
  .total-section small {
    font-weight: 600;
  }
.logo {
    width: 100px!important;
}

.pay-button {
    background-color: #1C42A3;
}

.btn-outline-primary {
    color: #1c42a3;
    border-color: #1c42a3;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: #fff;
    border-color: #1c42a3;
    background-color: #1c42a3;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #1c42a3;
    background-color: #1c42a3;
}

input, select {
    /* border-radius: 0px!important */
}

.expiry-month {
    width: 40%;
    margin-right: 20px;
}
.steps {
    margin-bottom: 20px;
}
.hidden {
    display: none;
}
.iziToast-icon {
    display: none!important;
}
.iziToast-body {
    padding-left: 10px!important;
}
.first-step input {
    height: 50px;
    border-radius: 2px;
}
.continue-payment-btn {
    border-radius: 2px;
}
.input-container {
    background-color: #fafafa;
}
.font-icon-small {
    font-size: 11px;
}
.backer {
    position: absolute;
    bottom: 0;
}
.validation-text {
  font-size: 11px;
  background: #FF5722;
  color: #fff!important;
  padding: 2px 5px;
  border-radius: 2px;
  margin-top: 3px;
}
.card-input {
  background-color: #fafafa;
}
.card-input:focus-visible {
  border: none!important;
}
.pcolor {
  color: #004489!important;
}
.pcolor2 {
  color: #1a239f!important;
}
.payment-check-icon {
  width: 50px;
  position: relative;
  bottom: 4px;
}
.content-center {
  display: flex!important;
  justify-content: center!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.thankyou-text {
  padding: 20px 0px;
}
.reference {
  padding: 5px 8px;
  color: #fff;
  background-color: #1a239f!important;
  border-radius: 2px;
}
.reference-text {
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
@media (max-width:800px)  { 
  .payment-complete-title {
    font-size: 18px;
  }
  .payment-check-icon {
    width: 20px;
    position: relative;
    top: 1px;
  }
  .mvt-15 {
    margin-top: 15px;
  }
  .bg-header-white {
    background-color: #fff!important;
    border-bottom: 1px solid #e3e3e3;
  }
}
.login-icon {
  width: 16px;
  position: relative;
  bottom: 2px;
}
.logout-icon {
  transform: scaleX(-1);
  width: 16px;
  position: relative;
  bottom: 2px;
}
.btn-primary {
  color: #fff!important;
  background-color: #1c42a3;
  border-color: #1c42a3;
}
.btn-progress {
  position: relative;
  background-image: url("../images/spinner-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  pointer-events: none
}
.payments-datatable {
  padding: 0px 15px;
}
.card-fix {
  padding: 15px;
}
.page-item.active .page-link {
  background-color: #1c42a3;
  border-color: #1c42a3;
}
.badge-light-warning {
  border: 1px solid #8d8d8d;
  color: #FF9800;
  padding: 1em 1em;
}
.badge-light-success {
  border: 1px solid #8d8d8d;
  color: #2ad731;
  padding: 1em 1em;
}
.badge-light-danger {
  border: 1px solid #8d8d8d;
  color: #F44336;
  padding: 1em 1em;
}
.badge-light-default {
  border: 1px solid #000;
  color: #000;
  padding: 1em 1em;
}