.css-1bnunrr {
    background: rgb(35, 35, 35);
    width: 100%;
    height: 65px;
    border-radius: 14px;
    display: flex;
    justify-content: space-around;
}

.css-1xul1co {
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    z-index: 1100;
    inset: auto 0px 0px auto;
    color: rgb(255, 255, 255);
    background: transparent;
}

.css-1gx990s {
    background: linear-gradient(rgb(255, 94, 94) 20%, rgb(165, 39, 35) 100%, rgb(227, 50, 45) 100%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    top: -35px;
    left: 5px;
    box-shadow: black 1px 1px 2px 1px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2;
}



.css-18spxf1 {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px;
    margin-right: 5px;
}

.css-dlcerf {
    margin: 6px 0px 4px !important;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    font-family: kanit;
    font-size: 10px;
    letter-spacing: 0.01rem;
}

@media only screen and (max-width: 600px) {
    .m-block {
        display: block !important;
    }
}



.wallet-place {
    background-color: rgb(251, 176, 64);
    border-radius: 17px;
    padding: 10px;
}


.image-top-head {
    width: 59%;
    margin-left: 74px;

}

.ec {
    font-size: 10px;
    position: absolute;
    right: 11%;
    top: 31%;
    color: rebeccapurple;

}

/* เริ่มต้นสำหรับสมาร์ทโฟน */
@media only screen and (max-width: 600px) {
    .image-top-head {
        margin-left: 38px;
    }

    .wallet-place {
        height: fit-content;
    }

}

/* สำหรับแท็บเล็ตและเดสก์ท็อป */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .wallet-place {
        height: 165px;
    }

    .desktop-none {
        display: none;
    }

}

.css-11ggvod {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.css-52y8uw {
    background: linear-gradient(rgb(129, 213, 57) 0%, rgb(0, 179, 2) 100%);
    border-radius: 25px;
    width: 75%;
    height: 18px;
    font-family: Kanit;
    font-size: 10px;
    color: white;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.css-52y8u1 {
    background: linear-gradient(rgb(57, 83, 213) 0%, rgb(12, 0, 179) 100%);
    border-radius: 25px;
    width: 90%;
    height: 18px;
    font-family: Kanit;
    font-size: 10px;
    color: white;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.css-6ea5xg {
    background: linear-gradient(rgb(234, 19, 61) 0%, rgb(173, 2, 43) 100%);
    border-radius: 25px;
    width: 46%;
    height: 18px;
    font-family: Kanit;
    font-size: 10px;
    color: white;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.book-deposit{
    width: 85%;
    height: 90px;
    text-align: center;
    background: #2f304f;
    border-radius: 30px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
    margin: 15px;
    padding: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}


.bookbank-deposit {
    width: 85%;
    height: 130px;
    text-align: center;
    background: #2f304f;
    border-radius: 30px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
    margin: 15px;
    padding: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}