.q-drawer .platform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.q-drawer .platform-list .q-btn {
    width: 40%;
}
.scrollArea {
    height: 100%;
    margin: 0 auto;
    max-width: 500px;
}
path {
    stroke-width: 0.5;
    stroke-dasharray: 3212;
    stroke-dashoffset: 3212;
    fill: #0000;
}
svg path {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.second-icon img {
    height: 35px;
    margin-top: 5px;
    width: 35px;
}
.logo {
    margin-left: 10px;
    width: 130px;
}
.logo img {
    width: 100%;
}
.back-btn {
    margin: 0.5rem 0 0;
    width: 2.25rem;
}
.page-title-wrapper {
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 0;
}
.page-title-wrapper img {
    width: 2.25rem;
}
.page-title-wrapper .title-container {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin: 0 0.5rem;
    width: 14rem;
}
.page-title-wrapper svg {
    width: 250px;
}
.first-screen-loading {
    align-items: center;
    background: #11131e;
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 50%;
    max-width: 100%;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 500px;
    z-index: 10000;
}
.first-screen-loading img {
    display: block;
    max-width: 200px;
    width: 100%;
}
