.completed {
    color: var(--text-default);
}

.error_contentauth {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.battlePassDescriptionhead {
    color: var(--text-default);
    font-size: 13px;

}

.error_texts_block_bp {
    display: flex;
    background-color: var(--bottom-line-table);
    z-index: 2;
    padding: 30px;
    border-radius: 24px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 500px;
}

.battlePassExp {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #cacaca75;

    flex-wrap: wrap;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}

.battlePassExptop {
    font-size: 12px;
    font-weight: 700;
    color: #cacaca75;
}

.misstop {
    line-height: 1.7;
    margin: 0;
    color: var(--custom-text-color);
}

.svg {
    display: block;
    overflow: hidden;
    vertical-align: middle;
}

.userBlock {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    min-width: 0;
}

.userRoot {
    align-items: center;
    display: flex;
    gap: 10px;
    line-height: 100%;
    overflow: hidden;
}

.max-w-240px {
    max-width: 240px;
}

.battlePassItem {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
}

.battlePassItemheader {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
    margin: 2px 5px 2px 5px;
}

.battlePassItemUs {
    background-color: var(--grey);
    border-radius: 12px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 7px 1px 1px 8.5px;
    height: 50px;
    margin-bottom: 7px;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.battlestg {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    white-space: nowrap;

}

.battlestg img {
    display: flex;
    position: relative;
    height: 38px;
    width: 38px;
    border-radius: 10px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.userNick {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(12ch);
}

.battlestg span,
.battlestg div {
    white-space: nowrap;
    padding: 2px 1px 1px 1px;
}

.battlePassTop {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 7px;
}

.battlePassItemUs:hover {
    background-color: rgb(255 255 255 / 2%);
    transform: scale(1.02);
}

.battlePassTask:hover {
    background-color: rgb(255 255 255 / 2%);
    transform: scale(1.02);
}

.battlePassCard:hover {
    background-color: rgb(255 255 255 / 2%);
    transform: scale(1.02);
}

.battlePassTitleHead {
    color: var(--span);
    font-size: 40px;
    font-weight: 800;
    line-height: 105%;

}

.battlePassTitle {
    color: var(--text-default);
    font-size: 16px;
}

.battlePassGroupExp {
    margin-top: 10px;
    background-color: var(--card);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
    max-height: 390px;
    padding: 15px;
    overflow: hidden;
    width: 258px;
}

@media (max-width: 768px) {
    .battlePassGroupExp {
        max-height: 500px;
        width: 100%;
        padding: 10px;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .battlePassGroupExp {
        max-height: 400px;
        width: 100%;
        padding: 8px;
        gap: 8px;
        font-size: 14px;
    }
}

.battlePassScrollable {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    list-style: none;

    scrollbar-width: none;
}

.battlePassFooter {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.battlePassCount {
    color: var(--text-default);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.battlePassLineFill {
    background-color: var(--span);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.3s ease;
}

.battlePassLineBackground {
    background: rgb(135 135 135 / 15%);
    height: 2px;
    position: relative;
    width: 100%;
}

.battlePassDescription {
    color: var(--text-default);
    ;
    font-size: 12px;
}

.battlePassBackground {
    align-items: center;
    background-color: #1d91aa;
    border-radius: 6px;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    position: relative;
}

.battlePassTime {
    background-color: var(--span);
    border-radius: 12px;
    color: var(--text-default);
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 600;
}

.battlePassHeader {
    align-items: center;
    display: flex;
    gap: 5px;
}

.battlePassTask {
    background-color: var(--grey);
    margin-bottom: 1px;
    border-radius: 12px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    height: 100px;
    justify-content: space-between;
    min-width: 50px;
    padding: 10px;
    overflow: hidden;
    transform-origin: top left;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.battlePassTaskInner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    overflow: hidden;
}

.battlePassTask:has(.battlePassTaskInner) {
    transform: scale(0.9);
}

@media (min-width: 1400px) {
    .battlePassTasks {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 750px) {
    .battlePassTasks {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 550px) {
    .battlePassTasks {
        grid-template-columns: repeat(2, 1fr);
    }
}

.battlePassTasks {
    grid-gap: 15px;
    display: grid;
    gap: 15px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    list-style: none;
}

.user__avatarbp {
    display: flex;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 12px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.text-gray-600 {
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.battlePassGroupTasks {
    grid-gap: 15px;
    background-color: var(--card);
    margin-top: 10px;
    border-radius: 12px;
    display: flex;
    flex: 1 0 65%;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    max-height: 390px;
}

.battlePassItems {
    align-items: center;
    display: flex;
    padding: 1px 4px 3px 14px;
    box-sizing: border-box;
}

.battlePassCard {
    align-items: center;
    background-color: var(--grey);
    border-radius: 12px;
    cursor: pointer;
    color: var(--span);
    display: flex;
    flex-direction: column;
    gap: 23px;
    height: 80px;
    justify-content: center;
    line-height: 0;
    width: 80px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.battlePassCardAft {
    align-items: center;
    background-color: var(--grey);
    border-radius: 12px;
    cursor: pointer;
    color: var(--span);
    display: flex;
    flex-direction: column;
    gap: 23px;
    height: 80px;
    justify-content: space-between;
    line-height: 0;
    width: 80px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.battlePassCardAft:hover {
    background-color: rgb(255 255 255 / 2%);
    transform: scale(1.02);
}

.battlePassCardPaid {
    align-items: center;
    background-color: var(--grey);
    border-radius: 12px;
    cursor: pointer;
    color: var(--span);
    display: flex;
    flex-direction: column;
    gap: 23px;
    height: 80px;
    justify-content: space-between;
    line-height: 0;
    width: 80px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.battlePassCardPaid:hover {
    background-color: rgb(255 255 255 / 2%);
    transform: scale(1.02);
}

.battlePassLevel {
    color: var(--span);
    font-size: 40px;
    font-weight: 900;
    margin-top: 6px;
}

.battlePassMain {
    align-items: center;
    background-color: var(--card);
    border-radius: 12px;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 30px;
    transition: width 0.2s;
}

.battlePassMainreward {
    display: grid;
    grid-auto-flow: column;

    gap: 6px 2px;

    max-width: 100%;

    overflow-x: auto;

    overflow-y: hidden;

    padding: 15px;
    background-color: var(--card);
    border-radius: 12px;
    box-sizing: border-box;
    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;
}

.battlePassBanner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    min-height: 120px;
    justify-content: center;
    align-items: center;
}

.battlePassBannerbottom {
    position: relative;
    weight: 300px;
    overflow: hidden;
    margin-top: 10px;
    box-sizing: border-box;
}

.battlePassInfoHeader {
    color: var(--text-default);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.battlePassInfo {
    background-color: #333;
    border-radius: 7px;
    color: var(--text-default);
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 600;
    cursor: not-allowed;
    width: 65px;
}

.battlePassInfoAllow {
    background-color: var(--span);
    border-radius: 7px;
    color: var(--text-default);
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 600;
    cursor: pointer;
}

.battlePassInfoTaked {
    background-color: var(--span);
    filter: brightness(0.6);
    border-radius: 7px;
    color: var(--text-default);
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 600;
    cursor: not-allowed;
}

@media (max-width: 1024px) {
    .battlePassMain {
        flex-direction: column;
        padding: 10px 20px;
    }

    .battlePassMainreward {
        gap: 6px 9px;
    }

    .battlePassTitleHead {
        font-size: 32px;
    }

    .battlePassItems {
        justify-content: center;
    }

    .battlePassCard {
        height: 70px;
        width: 70px;
    }

    .error_texts_block_bp {
        display: flex;
        background-color: var(--bottom-line-table);
        z-index: 2;
        padding: 30px;
        border-radius: 24px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        width: auto;
    }
}

@media (max-width: 768px) {
    .battlePassMain {
        flex-direction: column;
        padding: 10px 15px;
    }

    .battlePassTitleHead {
        font-size: 28px;
        text-align: center;
    }

    .battlePassMainreward {
        gap: 6px 9px;
    }

    .battlePassDescriptionhead {
        font-size: 12px;
        text-align: center;
    }

    .battlePassItems {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .battlePassCard {
        height: 60px;
        width: 60px;
    }

    .battlePassItem {
        gap: 3px;
    }

    .battlePassInfoHeader {
        font-size: 10px;
        text-align: center;
    }

    .error_texts_block_bp {
        display: flex;
        background-color: var(--bottom-line-table);
        z-index: 2;
        padding: 30px;
        border-radius: 24px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        width: auto;
    }
}

.svgquests svg {
    fill: #cacaca;
}

.missions-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.missions-loading .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-left-color: var(--span);
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.missions-loading p {
    font-size: 16px;
    color: #cacaca;
    margin: 0;
}

.battlePassGroupTasks.no-missions {
    justify-content: center;
    align-items: center;
}

.battlePassGroupTasks.no-missions .battlePassTasks {
    display: block;
}

.install_back {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--card);
    border-radius: 16px;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
}

.install_title {
    display: flex;
    font-family: "Unbounded";
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
}