.bottom-sheet__content {
    background-color: transparent !important;
    max-width: 500px !important;
    height: auto !important;
}

.bottom-sheet__header {
    display: none;
}
.bottom-sheet__main {
    align-items: center;
    padding: 0 !important;
}
.bottom-sheet__custom {
    width: calc(100% - 16px);
    border-radius: 32px;
    background-color: #18191B;
}
