﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
    .landing-page-field {
        background-color: #FFFFFF;
        border: 1px solid lightgrey;
        box-shadow: none;
        color: #3A3A3A !important;
        -webkit-text-fill-color: #3A3A3A !important;
        opacity: 1; /* required on iOS */
        height: 1.9rem;
    }
}

.landing-page-field {
    background-color: #FFFFFF;
    border: 1px solid lightgrey;
    box-shadow: none;
    color: #3A3A3A !important;
    -webkit-text-fill-color: #3A3A3A !important;
    opacity: 1; /* required on iOS */
    height: 1.9rem;
}

.landing-page-label-bold {
    color: #253238;
    font-size: 12px;
    font-weight: bold;
}

.landing-page-label-bolder {
    color: #253238;
    font-size: 12px;
    font-weight: 900;
}

.rz-card-custom {
    min-height: 80vh !important;
}

.rz-steps-buttons {
    padding-top: 1.5rem !important;
}

#account-maintenance .rz-steps-buttons, #system-info-maintenance .rz-steps-buttons {
    padding-bottom: 20px;
}

#confirmation-page-payment-failed-text {
    font-size: 14px !important;
}

#confirmation-page-request-code {
    color: #1B44B5;
    font-size: 13px !important;
}

#confirmation-page-total-amount-text, #confirmation-page-total-amount {
    font-size: 10px !important;
}

#landing-page-main-card input:disabled {
    color: #3A3A3A !important;
    -webkit-text-fill-color: #3A3A3A !important;
    opacity: 1; /* required on iOS */
}

#landing-page-main-card, #about-refund-policy-card, .landing-page-center {
    border: 0px;
    border-radius: 0;
    font-family: Mulish;
    padding: 0;
    -webkit-box-shadow: none;
}

#landing-page-main-card .align-self-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#landing-page-main-card .channel-card {
    border-radius: 0px !important;
    border-top: 0px !important;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.1) !important;
}

#landing-page-main-card .channel-card .channel-img-bank {
    width: 50px;
}

#landing-page-main-card .channel-card .channel-img-creditcard {
    width: 25px;
}

#landing-page-main-card .channel-card .channel-img-ewallet {
    width: 50px;
}

#landing-page-main-card .channel-card .rz-chkbox-box .rzi-check:before {
    content: none;
}

#landing-page-main-card .channel-card .rz-chkbox-box.rz-state-active {
    border: 3px solid #dadfe2;
}

#landing-page-main-card .channel-card .rz-chkbox-box {
    border-radius: 50% !important;
}

#landing-page-main-card .highlighted-text {
    color: #0B91D3 !important;
}

#landing-page-main-card .image-container {
    height: 100vh;
    width: 26%;
    max-height: none;
    position:fixed;
}

#landing-page-main-card .important-landing-page-label-bold, .landing-page-center .important-landing-page-label-bold {
    color: #253238;
    font-size: 13px;
    font-weight: bold;
}

#landing-page-main-card .label-light, .landing-page-center .label-light {
    color: #253238;
    font-size: 12px;
}

#landing-page-main-card .rz-dropdown-label, #landing-page-main-card rz-inputtext {
    color: #3A3A3A !important;
    padding-top: 5px;
}

#landing-page-main-card .rz-menuitem-link {
    display: block !important;
}

#landing-page-main-card .rz-spinner-input {
    color: #3A3A3A !important;
    -webkit-text-fill-color: #3A3A3A !important;
    opacity: 1; /* required on iOS */
}

#landing-page-main-card .rz-state-disabled .rz-dropdown-trigger .rz-dropdown-trigger-icon:before {
    content: none;
}

#landing-page-main-card .rz-steps ul {
    text-align: center;
}

#landing-page-main-card .rz-steps-buttons {
    bottom: 0;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0rem !important;
    position: absolute;
}

#landing-page-main-card .rz-steps-buttons .rz-steps-prev {
    background-color: #479CC8;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 11px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
}

#landing-page-main-card .rz-steps-buttons .rz-steps-next {
    background-color: #479CC8;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 11px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
}

#landing-page-main-card .rz-steps-item .rz-menuitem-link .rz-steps-title {
    color: #212529;
}

#landing-page-main-card .rz-steps-prev.rz-state-disabled {
    visibility: hidden;
}

#landing-page-main-card .rz-steps-next.rz-state-disabled {
    display: none;
}

#landing-page-main-card .rz-steps-number {
    display: block;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
}

#landing-page-main-card .rz-steps-title {
    display: block;
    font-size: 10px;
}

#landing-page-main-card #rz-steps-title-hr-left, .landing-page-center .rz-steps-title-hr {
    color: #E0E0E0;
    position: absolute;
    left: 30%;
    width: 19%;
}

#landing-page-main-card #rz-steps-title-hr-right, .landing-page-center .rz-steps-title-hr {
    color: #E0E0E0;
    position: absolute;
    left: 49%;
    width: 20%;
}

#pay-now-btn {
    background-color: #53D060;
    color: #FFFFFF;
    font-size: 11px;
    margin-bottom: 8px;
}

.processor-title {
    color: #325A95;
    background-color: #C9E3F7;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.02em;
}
.sidebar-custom {
    background-image: none !important;
    background-color: #1F2B31;
}
.center-page {
    margin: auto;
    width: 60%;
}
.footer-custom {
    position: fixed;
    left: 0;
    bottom: 0;
    font-weight: bolder;
    width: 100%;
    background-color: #1F2B31;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 13px;
    z-index: 9;
    /*box-shadow: 1px 3px 5px 6px #1F2B31;*/
}
.footer-payment-custom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(71,156,200,1);
    color: #FFFFFF;
    text-align: center;
    font-size: 13pt;
    z-index: 9;
    padding-top: .75rem;
    padding-bottom: .75rem;
    /*box-shadow: 1px 3px 5px 6px #1F2B31;*/
}

.footer-payment-custom p {
    margin: 0px;
}

.footer-payment-custom a {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 12px;
    margin-left: 50px;
    margin-right: 50px;
}

.landing-page-center {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0px;
    border-radius: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    font-family: Mulish;
    -webkit-box-shadow: none !important;
}

.landing-page-center .landing-page-details-semibold {
    color: #253238;
    font-size: 12px;
    font-weight: 500;
}

.landing-page-center .landing-page-details-bold {
    color: #253238;
    font-size: 12px;
    font-weight: bold;
}

.landing-page-center .landing-page-details-bolder {
    color: #253238;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
    display: block;
}

.landing-page-center .rz-close-button {
    background-color: #479CC8;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
}

.page-width{
    width: 1000px;
}
@media only screen and (max-width: 1080px) {
    .page-width {
        width: 100%;
    }
    .landing-page-center {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
        width: 100vw;
    }
    .side-image{
        display:none;
    }
}

@media only screen and (max-width: 500px) {
    .footer-payment-custom a {
        font-size: 8px;
        margin-left: 4px;
        margin-right: 4px;
    }
}

.side-image {
    
}

.modal-pages {
    min-height: 451px;
}

.image-container {
    width: 100%;
    height: 100vh;
    max-height: none;
    position: relative;
    overflow: hidden;
    max-width: 400px;
}

.image-container img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.custom-table-col-header{
    font-size: 12px;
}

.custom-table-col-row {
    font-size: 10px;
}

.title {
    font-size: 20px;
    font-weight: bold;
}