.layout{
    background-color: var(--color-background);
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.layout__main{
    width: 40%;
}

.layout__paymentStatus{
    width: 43.8rem;
    display: none;
}
.main__header{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.header__logo{
    width: 100%;
    margin-bottom: 1rem;
    display:flex;
    justify-content: center;
}

.header__img{
    width: 5rem;
    cursor: pointer;
}

.header__title, .header__subtitle{
    width: 100%;
    display: flex;
    justify-content: center;
}

.header__title span{
    font-weight: bold;
    font-size: 1.8rem;
}

.header__subtitle span{
    font-size: 1rem;
}

.main__body{
    margin: 1rem 0 1rem 0;
}

.body__info, .body__method{
    padding:1rem 2rem;
    box-shadow: 0 2px 3px #F35C361A;
    border-radius: 0.4rem;
    background: #fff;
    width: 100%;
}

.body__body{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.body__title{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.body__title span{
    font-size: 1.4rem;
    font-weight: bold;
}

.layout__main .input__default{
    width: calc(50% - 2rem);
    margin: 1.25rem 1rem;
}

.layout__main .input__default:nth-last-of-type(1){
    width: calc(100% - 2rem);
    margin: 1.25rem 1rem;
}


.layout__main .input__default:nth-last-of-type(2) .default__inp{
    font-size: 1.4rem;
    color:#0082F0;
    font-weight: bold;
}



.body__footer{
    margin: 0rem 1rem 0 1rem;
    border-top: solid 1px #cecece;
    width: calc(100% - 2rem);
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}

.body__auth{
    display: flex;
    margin: 0 0 0 0.5rem;
    line-height: 1;
}
.body__check{
    display: flex;
    align-items: center;
}
.body__auth a{
    margin: 0 0.5rem;
}
.body__method{
    margin: 1rem 0;
    width: 100%;
}

.methods__card{
    padding: 0.7rem 1rem;
    margin: 0.5rem;
    border: solid 1px #CECECE;
    background: #F7F7F7;
    border-radius: 0.4rem;
    width: calc(50% - 1rem);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.methods__card-active{
    background-color: #DEF3FF;
    border: solid 1px #0282F0;
}
.methods__card .methods__name{
    margin: 0 0 0 1rem;
}

.body__actions{
    width: 100%;
}

.main__footer{
    width: 100%;
}
.footer__safe{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.methods__img{
    width:2rem;
}

.methods__name span{
    font-weight: 500;
}

.safe__text{
    margin: 0 0 0 1rem;
}

.safe__img{
    width: 1.5rem;
}
.safe__text span{
    color: #AAAAAA;
}

.paymentStatus__info{
    box-shadow: 0 2px 3px #F35C361A;
    border-radius: 0.4rem;
    background-color: #fff;
    margin: 2rem 0 0 0;
}

.paymentStatus__info-success .paymentStatus__header{
    background: #00BE5B;
}

.paymentStatus__info-inprocess .paymentStatus__header{
    background: #FFB72E;
}

.paymentStatus__info-failed .paymentStatus__header{
    background: #FF7979;
}

.paymentStatus__header{
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.paymentStatus__bodyTitle, .paymentsStatus__fotter{
    margin: 2rem;
    width: calc(100% - 4rem);
}

.paymentStatus__bodyTitle span{
    font-weight: bold;
    font-size: 1.4rem;
}
.paymentStatus__headerText span{
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}

.paymentStatus__bodyInfo{
    margin: 2rem;
    width: calc(100% - 4rem);
}

.paymentStatus__bodyReg{
    padding: 0.5rem 0;
    border-bottom: solid 1px #EFEFEF;
    display: flex;
    width: 100%;
    align-items: center;
}

.paymentStatus__bodyReg:last-of-type(1){
    border-bottom: none;
}

.paymentStatus__bodyDesc{
    width: 40%;
}

.paymentStatus__bodyValue{
    width: 60%;
    display: flex;
    justify-content: end;
}

.paymentStatus__bodyValue span,.paymentStatus__bodyDesc span{
    text-align: end;
}

.default__btn-main{
    margin-bottom: 1rem;
}

.layout__paymentStatus .main__footer{
    margin: 2rem 0 2rem 0;
}

.paymentStatus__bodyValue-amount span{
    color: #0082F0;
    font-size: 1.4rem;
    font-weight: bold;
}

.paymentStatus__info-success .paymentStatus__bodyValue-status span{
    color: #00BE5B;
    font-weight: bold;
}

.paymentStatus__info-inprocess .paymentStatus__bodyValue-status span{
    color: #FFB72E;
    font-weight: bold;
}
.paymentStatus__info-failed .paymentStatus__bodyValue-status span{
    color: #FF7979;
    font-weight: bold;
}

.paymentStatus__footer{
    width: calc(100% - 4rem);
    margin: 0 2rem;
}

.paymentStatus__info .default__btn-main{
    display: none;
}

.body__nequi,.body__pse,.body__creditCard{
    width:100%;
}

.body__nequi .input__default,.body__pse .input__default,.body__creditCard .input__default{
    width:100%;
    margin: 1rem 0;
}

.mod__info{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.39);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method__methods{
    width:100%
}

.table__box:nth-of-type(1){width:5%}
.table__box:nth-of-type(2){width:25%; display: flex; justify-content: start;}
.table__box:nth-of-type(3){width:15%; display: flex; justify-content: start;}
.table__box:nth-of-type(4){width:28%; display: flex; justify-content: end;}
.layout__main .table__data .input__table{width:calc(27% - 2rem); display: flex; justify-content: end; margin: 0 0 0 2rem;}
.table__box:nth-of-type(5){width:27%; display: flex; justify-content: end;}

.table__result .table__box:nth-of-type(1){width: 45%;}
.table__result .table__box:nth-of-type(2){width: 28%;display: flex; justify-content: end;}
.table__result .table__box:nth-of-type(3){width: 27%;display: flex; justify-content: end;}

.table__data{
    margin-bottom: 3rem;
}
.table__data span{
    font-size: 1.2rem;
}

.table__container{
    padding:0 0 1rem 0;
    margin: 0 1rem;
    width: calc(100% - 2rem);
}

.table__data{
    max-height: 17rem;
}
.table__result span{font-size: 1.2rem;}
.main__body-who{
    display:none;
    width: 100%;
}

.main__body-who .body__info{
    margin: 2rem 0;
}

.layout__main .main__body-who .input__default:nth-last-of-type(1) {
    width: calc(75% - 2rem);
    margin: 1.25rem 1rem;
}
.layout__main .main__body-who .input__default:nth-of-type(1) {
    width: calc(25% - 2rem);
    margin: 1.25rem 1rem;
}
@media (max-width:1000px){
    
    .layout__main{
        width: 90%;
    }
    .methods__card{
        width: calc(100% - 1rem);

    }

    .input__default {
        width: calc(100% - 1rem);
    }
    .layout{
        overflow: auto;
    }

    .footer__safe {
        margin-bottom: 1rem;
    }

    .body__info, .body__method {
        padding: 1rem 3rem;
        margin: 1rem 0;
    }
    .layout__paymentStatus {
        width: 100%;
    }
    
    .mod__info .mod__container{
        width: calc(100% - 1rem);
    }

    .main__body {
        margin: 1rem 0;
    }

    .header__logo {
        margin-bottom: 1rem;
    }
}