* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f4f4f4;
}

#color-manilla {
    appearance: none;
    background-color: black;
    color: black;
}

.user-info-text {
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.divider {
    border-top: 2px solid white;
    margin: 20px 0;
    width: 50%;
}

.logo-container {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.logo-container img {
    margin-bottom: 10px;
}

.float-wa {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.payments, 
.recharges {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: -8px 0px 20px;
    padding-inline: 0;
}

.payments .closebtn,
.recarges .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    margin-left: 20px;
    cursor: pointer;
}

.color-picker {
    border: 1px solid black; 
    width: 20px; 
    height: 20px; 
    border-radius: 50%;
    cursor: pointer;
    margin-inline-end: 2px;
}