.open-bar-btn {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
padding: 10px 20px;
font-size: 1rem;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}

.open-bar-btn:hover {
background-color: #0056b3;
}

.bottom-bar {
position: fixed;
bottom: -70%; /* Hidden initially */
left: 0;
width: 100%;
height: 70%; /* Covers up to the middle of the screen */
background-color: rgb(23,23,33);
color: white;
/* padding: 20px; */
transition: bottom 0.3s ease;
z-index: 100;
/* display: flex; */
flex-direction: column;
align-items: center;
justify-content: center;
overflow-y: scroll;
}

.bottom-bar.show {
bottom: 0; /* Slides up */
}

.close-btn {
color: white;
cursor: pointer;
}

.bottom-bar div.select-token {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid rgb(211, 211, 211, 0.4);
    padding: 20px;
}

.bottom-bar div.select-token p {
    margin-bottom: 0px;
    font-size: 20px;
}

.bottom-bar div.content-only {
    padding: 20px;
}

.bottom-bar div.content-only p {
    display: flex;
    padding-bottom: 15px;
}

.bottom-bar div.content-only p img {
    width: 20px;
}

.bottom-bar div.content-only p span {
    padding-left: 10px;
}

/*  */


.bottom-bar div.select-again {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.bottom-bar div.content-again {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
}

.bottom-bar div.content-again p {
    text-align: center;
    padding: 10px;
    margin: 20px;
}

.bottom-bar div.content-again p img {
    /* width: 100px; */
}

.bottom-bar div.content-again p span {
    font-size: 10px;
}

.bottom-bar div.last {
    padding: 20px;
    background-color: black;
}

.bottom-bar div.last p {
    text-align: center;
    font-size: 20px;
}

.bottom-bar div.last p.hhh {
    color: rgb(211, 211, 211, 0.4);
    font-size: 17px;
}

div.button-only {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

div.button-only a {
    border: 1px solid rgb(211, 211, 211, 0.4);
    padding: 10px;
    border-radius: 10px;
    color: blue;
}

div.kkkk {
    background-color: rgb(26,27,31);
}

div.kkkk p.sss {
    font-weight: 600;
}