/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    background-color: #13131300;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
body::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}

.scrollable-element {
    overflow: hidden;
    overflow-y: scroll; /* Keeps vertical scrolling enabled */
    scrollbar-width: none; /* Firefox */
}

.scrollable-element::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}
.settings-container {
    width: 100%;
    height: 100%;
    max-width: 600px;
    background-color: #2c2c2c00;
    border-radius: 8px;
    padding: 20px;
}

.header {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
    padding: px;
}

.header h1 {
font-size: 16px;
bottom: 12px;
}

.back-button {
    position: absolute;
    left: 0;
    bottom: 0.px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 0.8em;
    cursor: pointer;
}

.back-button img {
    width: 30px;
    height: 30px;
}

.settings-section {
    margin-bottom: 20px;
    background-color: #2b2b2bbe;
    border-radius: 5px;
    padding: 10px;
    border-radius: 19px;
}

.section-header,
.section-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px ;
    background-color: #44444400;
    border-radius: 19px;
    margin-top: 10px;
    cursor: pointer;
}

.section-header img,
.section-item img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

hr {
    border: none;
    border-top: 1px solid #55555525 ;
    margin: 5px 0;
    text-align: center;
}

.account-actions {
    text-align: center;
}

.account-actions .section-item {
    display: inline-block;
    width: 45%;
    margin: 5px 2.5%;
}
