/* Fixture Tabs */
.tabs {
    box-shadow: none;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    position: relative;
    left: calc((100vw - 740px) / -2);
}
@media (max-width: 740px) {
    .tabs {
        left: 0;
    }
}
.fixedtabs {
    position: fixed;
    top: 48px;
    z-index: 1;
    width: 100vw;
}
@media (min-width: 1264px) {
    .v-navigation-drawer--open+nav+.v-content div.v-content__wrap .tabs .fixedtabs {
        width: calc(100vw - 300px);
    }
}
.tabs__bar {
    background: #004b28;
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
    height: 40px;
    border-radius: 0;
}
.tabs__controls {
    font-weight: 400;
    font-size: 14px;
    padding: 0 6px;
    min-width: 104px;
    line-height: 40px;
}
.tabs__controls.is-active {
    color: #fff;
}
.tabs__content {
    padding-top: 10px;
}
.tabs__line {
    background-color: #99f500;
}
.tabs__bar-wrap.has-right-overflow::after {
    background: linear-gradient(90deg, rgb(0 75 40 / 16%) 0%, rgb(0 75 40) 100%);
    height: 20px;
    top: 9px;
}
.tabs__bar-wrap.has-left-overflow::before {
    background: linear-gradient(-90deg, rgb(0 75 40 / 16%) 0%, rgb(0 75 40) 100%);
    height: 20px;
    top: 9px;
    left: 4px;
}
.tabs__section .hammercardtab {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 1263px) {
    .v-navigation-drawer--open+nav+.v-content div.v-content__wrap .tabs {
        width: calc(100vw - 300px);
        max-width: calc(100vw - 300px);
        min-width: calc(100vw - 300px);
        left: calc((100vw - 740px) / -2 + 150px);
    }
}
@media (max-width: 740px) {
    .v-navigation-drawer--open+nav+.v-content div.v-content__wrap .tabs {
        left: 0;
    }
}
/* END Fixture Tabs */