@media screen and (max-width:1024px) {}


/*680px*/

@media screen and (max-width:630px) {
    html,
    body {
        font-size: 15px !important;
    }
    .infofooter {
        font-size: 12px !important;
    }
    .hint-title {
        width: 100% !important;
        text-align: center !important;
    }
    .form-control {
        font-size: 14px !important;
    }
    form button[type='submit'] {
        height: 34px !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width:580px) {
    .container-mobile {
        color: black !important;
    }
    .howto {
        color: black !important;
    }
    .howto a {
        color: black !important;
        margin-bottom: 10px !important;
    }
    .orsacan {
        color: black !important;
    }
    .referencetpay {
        color: black !important;
    }
    .amountpay {
        color: black !important;
    }
    .merchanttpay {
        color: black !important;
    }
    .publicwraper {
        border: 0px !important;
        max-width: none !important;
        max-height: none !important;
    }
    html,
    body {
        background-color: white !important;
    }
    .mobile {
        display: block !important;
        padding-bottom: 30px !important;
    }
    .desktop {
        display: none !important;
    }
    .container-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        background-image: none !important;
        height: 65px !important;
    }
    .scantopay {
        padding-bottom: 20px !important;
    }
    #closebtn {
        top: 20px !important;
        right: 15px !important;
    }
    .header-logo {
        width: 270px !important;
    }
}

@media screen and (max-width:375px) {}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Helvetica;
    font-size: 18px;
}

form button[type='submit'] {
    height: 44px;
    color: white;
    border: 0px;
    background-color: #004A8D;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
    outline: none!important;
    font-size: 20px;
    font-weight: bold;
}

img {
    max-width: 100%;
}

.nopadding-left {
    padding-left: 0px !important;
}

.nopadding-right {
    padding-right: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.container-top {
    padding-top: 14px;
    color: white;
    position: relative;
    height: 70px;
    background-color: white;
    text-align: center;
    border-bottom: 1px solid lightgray;
}

.header-logo {
    width: 299px;
}

.border-div {
    border: 1px solid #F4F4F4;
}

.border-dotted-div {
    border: 1px dotted #F4F4F4;
}

.container-body {
    height: 236px;
    padding: 20px 20px 7px 20px;
}

.qrleft {
    width: 200px;
    float: right;
    margin-right: -14px;
    margin-left: 0px;
    margin-top: -12px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.qrleft img {
    width: 100%;
}

.clear-both {
    clear: both !important;
}

.inforight {
    width: 300px;
    line-height: 1;
    padding-top: 17px;
    float: right;
    padding-right: 20px;
    padding-left: 0px;
    text-align: right;
}

.titleinfo {
    font-size: 13px;
    color: #858585;
}

.valueinfo {
    padding-top: 6px;
    padding-bottom: 16px;
}

.upper {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.container-border {
    padding: 0px 20px 0px 20px;
}

.header-footer {
    color: #858585;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 10px;
}

.content-footer {
    padding: 10px 0px 5px 20px;
}

.footer-items {
    width: 33%;
    float: left;
}

.firstfooter {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 15px;
    font-size: 13px;
    color: #858585;
}

.firstfooter img {
    width: 23px;
    margin-right: 5px;
    margin-top: -5px;
}

.secondfooter {
    width: 50%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 20px;
    float: right;
    text-align: left;
    direction: rtl;
}

.imgfooter {
    width: 43px;
    float: left;
}

.infofooter {
    line-height: 1.2;
    font-size: 14px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.footerborder {
    border-right: 1px solid #F4F4F4;
}

.notfirst {
    padding-left: 15px;
}

.notfirst .infofooter {
    padding-top: 12px !important;
}

.publicwraper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 680px;
    max-height: 395px;
    bottom: 0;
    margin: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.publicwraper>.row {
    height: 100%;
}

.font-size15 {
    font-size: 15px;
}

.font-size14 {
    font-size: 14px;
}

.font-size13 {
    font-size: 13px;
}

.font-size12 {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.container-mobile {
    line-height: 1;
    text-align: center;
    color: white;
}

.amountpay {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.referencetpay {
    font-size: 20px;
    opacity: 0.8;
    padding-bottom: 5px;
}

.merchanttpay {
    padding-top: 20px;
    font-size: 20px;
    opacity: 0.8;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.proceedtopay {
    width: 100%;
    display: block;
    text-align: center;
}
.proceedtopay img {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 55px;
    border: 1px solid lightblue;
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow: 20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}

.proceedtopay a {
    color: white !important;
    text-decoration: none !important;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.proceedtopay input {
    color: white !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: 0px !important;
}

.paythrough {
    opacity: 0.8;
    font-size: 13px;
    margin-bottom: 15px;
}

.container-qr {
    margin-top: 15px;
    width: 170px;
    display: inline-block;
}

.container-qr img {
    width: 100%;
}

.scantopay {
    opacity: 0.8;
    margin-top: 15px;
}

.errorpopup {
    color: #CE0000 !important;
    text-align: center !important;
}

.successpopup {
    color: green !important;
    text-align: center !important;
}

/* .loader {
    background-image: url('/assets/img/loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999999;
    height: 100%;
    background-size: 100px 100px;
} */

a {
    color: black !important;
}

.orsacan {
    font-size: 21px;
    text-align: center;
    color: white;
    padding-top: 15px;
}

.howto {
    margin-top: 10px;
    color: white;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}

.howto a {
    color: white;
}

.donot {
    opacity: 0.8;
    margin-top: 15px;
    font-size: 16px;
}

.scan-using-container {
    position: absolute;
    left: 20px;
    top: 80px;
}

.scan-using {
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 17px;
}

.scan-using-container img {
    width: 55px;
}

.scan-using-container img:first-of-type {
    margin-left: 6px;
}

@media screen and (max-width:678px) {
    .inforight {
        width: 200px;
    }
}

@media screen and (max-width:580px) {
    .scan-using-container {
        display: none;
    }
}

.mobile-pay-using {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mobile-pay-using-or {
    color: #8d8d8d;
}

#closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    display: block;
    width: 23px;
}