    .pr-img {
        background-color: #1c1c1c;
        border-radius: 10000px;
        width: 50px;
        height: 50px;
        margin: 30px 30px 0px 30px;
    }
    .pr-sub1, .pr-sub2 {
        font-family: sans-serif;
        font-size: 12px;
    }
    .pr-tab {
        display: flex;
        font-family: sans-serif;
        gap: 10px;
        flex-direction: column;
    }
    
    .pr-acc, .exit {
        font-family: sans-serif;
        font-size: 12px;
        cursor: pointer;
    }

    .profile-icon {
        display: block;
        position: fixed;
        z-index: 9999;
        right: 0;
    }
    .profile-img {
        width: 50px;
        cursor: pointer;
        filter: invert(100%);
    }
    a[href="#custom-pay"] {
        width: 100%;
        background-color: black;
        display: block;
        padding: 20px 0px;
    }