.alet-message{
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 765px;
    height: 550px;
    padding: 3rem;
    z-index: 100;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.alet-large{
    width: 650px !important;
    height: 700px !important;
}

.line-yellow{
    background: yellow;
    border-radius: 3rem;
    padding: 0 1rem;
}

.content-message{
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.text-1{
    font-size: 3rem;
    margin-top: 2rem;
}

.text-2{
    font-size: 1.5rem;
    margin: 1rem 4rem;
}

.img-1{
    height: 4rem;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.img-2{
    height: 3rem;
    object-fit: contain;
    object-position: center;
    margin-top: 1rem;
}

.btn-top{
    position: absolute;
    top: 3%;
    right: 3%;
}

.btn-apps{
    width: 100%;
}
.btn-apps img{
    height: 100%;
}

.btn-apps-container{
    padding: 2rem 18rem !important;
    cursor: pointer;
}

.data-info{
    font-size: 1rem;
    position: absolute;
    margin-left: .2rem;
}

.total-data{
    font-size: 5rem;
}

.ecual{
    font-size: 2rem;
    font-weight: 900;
    align-self: center;
    margin-left: 2rem;
    color: #23dd5e;
}

.container-reference{
    display: grid;
    gap: 1rem;
}

.reference_head{

}

.head-top{
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    font-size: 2rem;
}

.spotlogo{
    color: #1C9160;
    font-weight: 900;
}

.icon-reference{

}

.head-body{
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.head-cards{

}

.head-card_green{
    background-color: #109b5f;
    color: white;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 2rem;
    display: grid;
}


.amount-reference{
    font-size: 3rem;
    font-weight: bold;
}

.fonts_titles{
    font-size: 1.3rem;
    line-height: normal;
}

.fonts_desc{
    font-size: .7rem;
    line-height: normal;
}

.head_content{
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-size: x-large;
    background: #a2a2a2;
    color: white;
}

.text_withe{
    color: white;
}


.line{
    width: 6rem;
    height: 1.5rem;
    display: block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    align-self: center;
}

.line_title{
    background-color: #fff770;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.line_purple{
    background:#c1aefc;
}
.line_laygreen{
    background:#C0F431;
}

.div_line{
    display: flex;
    gap: 1em;
}

/* Details */

.details-body{
    
}

.details_content{
    display: grid;
    text-align: left;
}

.details_titles{
    display: grid;
    text-align: left;
}

.div_lines{
    width: 40%;
    margin-bottom: 1rem;
    display: flex;
    gap: 1em;
}

.details_desc{
    display: grid;
    grid-template-columns: .4fr 1fr;
}

.bg_layyellow{
    background-color: #F9FEEA;
    padding: .5rem;
    padding-left: 25%;
}

.bg_laygreen{
    background-color: #CFEBDF;
    padding: .5rem;
    padding-left: 25%;
}

.bg_laypurple{
    background-color: #F9F7FF;
    padding: .5rem;
    padding-left: 1rem;
}

.bg_layviolet{
    background-color: #F2EFFE;
    padding: .5rem;
    padding-left: 1rem;
}

/* Payment */

.payment_container{
    
}

.payment_content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* qr */

.qr_container{
    height: 20rem;
    margin-bottom: 5rem;
}

.cashin_container{
    text-align: center;
}

#id_reference{
    font-size: 3rem;
}

.img_qr{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payments_commerces{
    display: flex;
    gap: 2rem;
    padding: 2rem;
}

.commerces_img{
    object-fit: contain;
}

@media screen and (max-width: 700px) {
    .btn-apps-container{
        padding: 1rem !important;
    }
    .text-1 {
        font-size: 2rem;
        margin-top: 2rem;
    }
    .text-2 {
        font-size: 1rem;
        margin: 0 2rem;
    }
    .alet-message {
        width: 100%;
        height: 100%;
        top: 0;
    }

    /*DAPP*/
    .head-top {
      display: grid;
    }

    .head-body {
        grid-template-columns: auto;
    }

    .div_lines {
        width: auto;
    }

    .details_desc {
        grid-template-columns: auto;
    }

}

@media (max-width: 700px) {
    #id_reference{
        font-size: 1rem;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
}