body{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
body.light-theme {
    --text-color: #222;
    --bkg-color: #fff;
}
p{
    margin-bottom: auto;
}

.row{
    margin: auto;
    width:-webkit-fill-available;
}


.txt-content{
    margin-bottom: 20px;
}


.cnt{
    padding-left: 0; padding-right: 0
}

#txt-hover{
    font-size: 10px;
    display: none !important;
}

#img-lbl:hover + #txt-hover{
    display: block !important;
}{
    padding-left: 2px;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;

}

.ft-text-left-wrapper{
    margin-right: 1.5vw;
}


.img-head{
    text-align: right;
}
.main-div{
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
/*#loading-area{*/
/*   display: none;*/
/*   position: absolute;*/
/*   bottom: 0;*/
/*   top : 0;*/
/*   right: 0;*/
/*   left: 0;*/

/*}*/
#loading-area>div{
    display: flex; justify-content: center;
}

#invalid-area{
    text-align: center;
    margin-bottom: 4vw;
    margin-top: 4rem;
    display:none;
}

.card-1-body,.card-2-body{
    display: flex;
}

.payment-txt{
    font-size: 14px !important;
    line-height:24px;
    color: #555353;
    text-align: left;
}

.txt-content{
    margin-bottom: 4%
}

#invalid-feedback{
    margin-top: 4% ;
    text-align: center;
    display: none;
}

#invalid-feedback>span{
    color:red;
}

.btn-area{
    margin-top: 8%;
    margin-bottom: 12%;
    height: 3.25rem;
}

.btn{
    width:100%; height: 120%
}
.f{
    display: flex; padding: 0; margin: 0;
}
.f-1{
    padding: 0; margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-1>img{
    height: 80px !important; width: 80px!important; padding: 0; margin: 0
}

.f-2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-txt-area{
    padding: 10px 10px 10px 0px; text-align: left;
}

.f2{
    display: flex; margin: 0 !important; padding: 0!important;
}
#img-head{
    object-fit: contain;
    max-width: 210px;
}




.f2-1,.f2-2{
    display: flex; align-items: center;

}

.f2-1>div{
    background-color: #ffffff; margin: 0.15rem;
}

.order-txt{
    text-align: left;
}

.img-area{
    display: flex;
    justify-content: center;
    align-items: center;
}

#merchant-logo{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

#order-logo{
    width: 57px;
    height: 60px;
    object-fit: contain;
}

#img-invalid{
    width: 350px;
    margin-bottom: 14vh;
}

.order-txt,.payment-txt{
    align-self: center;
    font-size: larger;
}

/*===================*/

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

h2{
    color: #0021FA;
}

.content-inner{
    margin: 0.4rem;
}

.padding {
    padding: 5rem !important
}

.form-control:focus {
    box-shadow: 10px 0px 0px 0px #ffffff !important;
    border-color: #4ca746
}

.img-div{
    border-radius: 8px;
}

.my-footer{
    background-color: #fff !important;
    margin-top: 20px;
    /*height: 80px !important;*/
    position: relative;
    width: 100%;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
}

.txt-content {
    margin-bottom: 3%;
}

.btn{
    background-color: #0277DB !important;
    color: #FFFFFF !important;
}
.btn:hover{
    background-color: #002AFA !important;
}
/*-----------------------*/

.card {
    margin-top: 20px;
    border-radius: 1.125rem;
    /*box-shadow: 0px 4px 8px 0px #E2E5EF;*/
}

.border-line {
    border-right: 1px solid #BDBDBD
}

.text-sm {
    font-size: 13px
}

.text-md {
    font-size: 18px
}

.image {
    width: 60px;
    height: 30px
}

::placeholder {
    color: grey;
    opacity: 1
}

:-ms-input-placeholder {
    color: grey
}

::-ms-input-placeholder {
    color: grey
}

input {
    padding: 2px 0px;
    border: none;
    /*border-bottom: 1px solid #000000;*/
    margin-bottom: 5px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}

input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #EF5350;
    outline-width: 0
}

input ::placeholder {
    text-shadow: none;
}

btn:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.btn-red {
    background-color: #EF5350;
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    border: 2px solid #fff
}

.btn-red:hover {
    box-shadow: 0 0 0 2px #EF5350
}

.btn-red:focus {
    box-shadow: 0 0 0 2px #EF5350 !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #EF5350
}

/*@media screen and (max-width: 575px) {*/
/*    .border-line {*/
/*        border-right: none;*/
/*        border-bottom: 1px solid #EEEEEE*/
/*    }*/
/*}*/



/*----*/
input[type="text"],
input[type="number"] {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 4px;
    border: 1px solid #C2C2C2;
    /*border-bottom: 1px solid #000000;*/
    color: #807C7C;
}
input[type='text']:focus{
    outline: none;
    /*border-bottom: 2px solid black;*/
    color: #807C7C;
}
input[type="submit"] {
    background-color: #bbcac6;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    color: #fff;
}
input[type="submit"]:hover {
    cursor: pointer;
    opacity: .8;
}
input[type="submit"]:active {
    background-color: green;
}

/*====================*/

.txt-2{
    /*font-family: Gilroy-Medium;*/
    font-size: 18px !important;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #272727;
}

.txt-3{
    /*font-family: Gilroy-Light;*/
    font-size: 18px !important;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #000000;
}

.txt-1 {
    /*font-family: Gilroy-Regular;*/
    font-size: 16px !important;
    line-height: 19px;
    letter-spacing: 0.02em;

    color: #000000;
}

.card_number{
    /*width: auto;*/
    /*font-size: 16px;*/
    /*line-height: 19px;*/
    letter-spacing: 0.12em;
    word-spacing: 0.5rem;
}

.footer-txt{
    /*font-size: 9px;*/
    /*line-height: 14px;*/
    /*text-align: center;*/

    /*color: #FFFFFF;*/
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    color: #FFFFFF;

}

label {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;

    color: #000000;
}

.hdr-txt{
    font-family: Gilroy-Bold;
    font-size: 36px;
    line-height: 42px;
    color: #0029FA;
}

.btn{
    text-align: center;
    letter-spacing: 0.15em;
}

.ft-img-area{
    display: block;
    justify-content: center;
    align-items: center;
}
.ft-txt-area-2{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.ft-txt-area-2 .ft-text-left-wrapper {
    width: 100%;
}
.ft-txt-area-2 .ft-img-wrapper {
    float: right;
    display: flex;
    padding-right: 2px;
}
.ft-txt-area-2 .ft-img-wrapper div,
.ft-img-wrapper-mob div
{
    background: white;
    margin-right: 8px;
}
.ft-txt-area-2 .ft-img-wrapper div img {
    object-fit: contain;
    height: 50px;
    width: 69px;
}
#ftr-marx-logo{
    width: 200px;height: 60px;
}

.ft-inner{
    display: flex; padding: 0 !important;
}
.ft-inner-mob {
    display: none!important;
}





/*@media (prefers-color-scheme: light) {*/
/*    .card{*/
/*        margin-top: 20px !important;*/
/*        border-radius: 1.125rem !important;*/
/*        box-shadow: 0px 4px 8px 0px #E2E5EF;*/
/*    }*/

/*}*/


#valid-area {
    padding-left: 13vh;
    padding-right: 13vh;
}

.main-div {
    max-width: 50vw;
    margin: 0 auto;
    border-radius: 30px;
}

.img-head-area{
    padding: 12px;
}

.hd {
    /*display: flex;*/
    /*!*flex-direction: row;*!*/
    /*!*flex-wrap: wrap;*!*/
    /*justify-content: center;*/
    /*align-items: center;*/

    padding-top: 20vh;
    padding-bottom: 20vh;
}

.poweredBy{
    margin-left: 25%;
    font-size: 13px;
}

/*@media (min-width: 1050px) and (max-width: 1140px) {*/
/*    .main-div {*/
/*        max-width: 70vw !important;*/
/*    }*/

/*    .hd {*/
/*        padding-top: 9vh !important;*/
/*        padding-bottom: 9vh !important;*/
/*    }*/
/*}*/

@media (max-width: 1140px) and (min-width: 1000px) {
    .main-div {
        max-width: 75vw !important;
    }

    .hd {
        padding-top: 6vh !important;
        padding-bottom: 6vh !important;
    }
}

@media  only screen and (min-width:900px) and (max-width: 1000px) {
    .main-div {
        max-width: 80vw !important;
    }

    .hd {
        padding-top: 2vh !important;
        padding-bottom: 2vh !important;
    }
}


@media (max-width: 900px) and (min-width: 800px) {
    .main-div {
        max-width: 85vw !important;
    }

    .hd {
        padding-top: 2vh !important;
        padding-bottom: 2vh !important;
    }
}

@media (max-width: 800px) and (min-width: 700px) {
    .main-div {
        max-width: 90vw !important;
    }

    .hd {
        padding-top: 2vh !important;
        padding-bottom: 2vh !important;
    }
    #valid-area {
        padding-left: 9vh;
        padding-right: 9vh;
    }
}


@media (max-width: 700px) and (min-width: 600px) {
    .main-div {
        max-width: 95vw !important;
    }

    .hd {
        padding-top: 1vh !important;
        padding-bottom: 1vh !important;
    }
    #valid-area {
        padding-left: 7vh;
        padding-right: 7vh;
    }
}

@media (max-width: 600px) and (min-width: 505px) {
    .main-div {
        max-width: 100vw !important;
    }

    .hd {
        padding: 0vh !important;
        padding-bottom: 0vh !important;
    }
    #valid-area {
        padding-left: 5vh;
        padding-right: 5vh;
    }
}
@media only screen and (max-width: 505px) {
    .main-div {
        max-width: 100vw !important;
    }
    #valid-area {
        padding-left: 2vh;
        padding-right: 2vh;
    }
    .hd {
        padding: 0vh !important;
        padding-bottom: 0vh !important;
    }
    #img-invalid{
        max-width: 300px;
        margin-bottom: 10vh;
    }
    .ft-inner-mob {
        display: flex!important;
    }
    .ft-img-wrapper {
        display: none!important;
    }
    .ft-img-wrapper-mob div {
        margin-right: 0;
        margin-left: 8px;
    }
    .ft-img-wrapper-mob {
        margin-left: auto;
        display: flex!important;
        padding: 10px 10px 10px 0;
    }
    .ft-txt-area-3{
        display: flex;
    }
    .ft-img-wrapper-mob-head{
        /*display: flex!important;*/
        justify-content: flex-start;
        padding: 10px 10px 10px 0;
    }
    .ft-img-wrapper-mob img {
        object-fit: contain;
        height: 40px;
        width: 60px;
    }
    .img-div{
        border-radius: 4px;
    }
    .ft-txt-area-2 {
        display: none;
    }
    .ft-text-left-wrapper {
        display: none;
    }
    #ftr-marx-logo {
        width: 150px;
        height: 50px;
    }
    .poweredBy{
        font-size: 12px;
    }
}
