:root {
    --za-cooperate-brand: #b53659;
    --za-cooperate-inactive: #f7e8f5;
}

.za-cooperate-page {
    padding-top: 75px;
    padding-bottom: calc(max(14px, env(safe-area-inset-bottom)) + 125px);
}

.za-cooperate-page .tab-pane > :last-child {
    margin-bottom: 0 !important;
}

.za-cooperate-switcher-shell {
    position: fixed;
    right: 0;
    bottom: calc(max(19px, calc(env(safe-area-inset-bottom) + 5px)) + 63px);
    left: 0;
    z-index: 1030;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    pointer-events: none;
}

.za-cooperate-switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 5px;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 360px;
    height: 44px;
    margin: 0;
    padding: 1px 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow:
        0 -1px 6px rgba(255, 255, 255, 0.42),
        0 14px 30px -2px rgba(82, 31, 87, 0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: auto;
}

.za-cooperate-switcher .nav-item {
    width: 100%;
    height: 36px;
}

.za-cooperate-switcher .nav-link {
    width: 100%;
    height: 36px;
    padding: 0;
    color: var(--za-cooperate-brand);
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    background: var(--za-cooperate-inactive);
    border: 0;
    border-radius: 18px;
    -webkit-tap-highlight-color: transparent;
}

.za-cooperate-switcher .nav-item:first-child .nav-link {
    border-radius: 18px;
}

.za-cooperate-switcher .nav-item:last-child .nav-link {
    border-radius: 18px;
}

.za-cooperate-switcher .nav-link.active,
.za-cooperate-switcher .show > .nav-link {
    color: #fff !important;
    background: var(--za-cooperate-brand) !important;
}

.za-cooperate-switcher .nav-link:focus-visible {
    outline: 2px solid rgba(181, 54, 89, 0.3);
    outline-offset: 1px;
}
