.hidden {display: none; }

@keyframes boxshadow {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.add_loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: rgba(255, 255, 255, .6);
    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-transition: .3s ease opacity, .3s ease visibility;
    transition: .3s ease opacity, .3s ease visibility;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.add_loader .css-loader {
    color: #000;
    font-size: 60px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: boxshadow 1.7s infinite ease, round 1.7s infinite ease;
    animation: boxshadow 1.7s infinite ease, round 1.7s infinite ease;
}

.add_loading .add_loader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.multipass-points-table th, .multipass-points-table td { text-align: right;
    padding : 5px 0 5px 5px;
}

.coupon_info_box {
    position: relative;
}

.coupon_info_box .loading_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgba(255,255,255,0.7);
    opacity: 0;
    visibility: hidden;
}

.coupon_info_box.loading .loading_wrap {
    opacity: 1;
    visibility: visible;
}

.coupon_info_box .loading_wrap .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    visibility: visible;
}

.multipass-points-table .error {
    color: #f00;
}

.multipass-points-table .error.warn {
    color: #f29901;
}

.coupon_info_box a.apply_max {
    display: block;
    width: max-content;
    margin: 10px auto -2px;
    font-size: 16px;
    font-family: inherit;
    vertical-align: top;
    text-decoration: underline;
    font-weight: 700;
    color: #000;
}
.coupon_info_box a.apply_max:hover,
.coupon_info_box a.apply_max:focus {
    color: #000;
}

.coupon_info_box a.apply_max:hover {
    text-decoration: none;
}

.mp-form-wrap {
    margin-bottom: 1.25rem;
}

.mp-form-wrap h3 {
    font-weight: 400;
    margin-bottom: .625rem;
    font-size: .75rem;
}

.matat_multipass_info_box_wrapper {
    list-style: none;
}

.multi-pass-pay {
    margin-bottom: .9375rem;
    padding: 0;
    position: relative;
    list-style: none;
}

.multi-pass-pay > label {
    padding: 0 1.71875rem 0 0;
    margin-right: 0;
    position: relative;
    line-height: 1.2;
}

.multi-pass-pay > label:before {
    content: "";
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 0.625rem;
    height: 0.3125rem;
    position: absolute;
    top: 0.3125rem;
    right: 0.25rem;
    z-index: 9;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.multi-pass-pay > label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.09375rem;
    height: 1.09375rem;
    border: 1px solid #9a9a9a;
    background: #fff;
    color: #000;
    box-shadow: none;
    border-radius: 0;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.multi-pass-pay input[type=radio],
.multi-pass-pay input[type=checkbox] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    clip: inherit;
    opacity: 0;
}

.multi-pass-pay input[type=checkbox]:checked + label:before {
    opacity: 1;
}

.multi-pass-pay input[type=radio]:checked + label:after,
.multi-pass-pay input[type=checkbox]:checked + label:after {
    background: #fff;
    border-color: #000;
}

.mp-form-wrap {
    margin-bottom: 1.25rem;
}

.apply-multipass-points  {
    margin-inline: auto;
}

.checkout-multipass.ajax_loading .mp-form-wrap .coupon-fields .btn {
    position: relative;
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

.checkout-multipass .coupon-fields .btn .wpcf7-spinner {
    background-color: #fff;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
}

.checkout-multipass.ajax_loading .coupon-fields .btn .wpcf7-spinner {
    visibility: visible;
    opacity: 1;
}

.checkout-multipass .coupon-fields .btn .wpcf7-spinner::before {
    position: absolute;
    background-color: #000;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.multipass-coupon-applied [class*="coupon-"] .amount {
    font-size: 0;
}

.multipass-coupon-applied [class*="coupon-"] .amount .woocommerce-remove-coupon {
    font-size: 0.75rem;
}

.alert-points-not-available {
    display: flex;
    align-items: center;
    background: #efefef;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0.3125rem 0.625em;
    color: #3e3e3e;
    margin-bottom: 1.5em;
}

.alert-points-not-available svg {
    height: auto;
    width: 1.375em;
    margin-left: 0.74em;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .multi-pass-pay {
        margin-bottom: 20px;
    }
    .multi-pass-pay > label {
        margin-right: 0;
        padding-right: 28px;
    }
    .multi-pass-pay > label:after {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    .mp-form-wrap {
        margin-bottom: 25px;
    }

    .mp-form-wrap h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .multipass-coupon-applied [class*="coupon-"] .amount .woocommerce-remove-coupon {
        font-size: initial;
    }

    .multi-pass-pay > label:before {
        width: 10px;
        height: 5px;
        top: 5px;
        right: 4px;
    }

    .alert-points-not-available {
        font-size: 14px;
        padding: 7px 12px;
    }
}

.checkout-container .input-text#multipass_police_code::-webkit-input-placeholder,
.checkout-container .input-text#multipass_army_code::-webkit-input-placeholder
{
    color: #000;
}