.cf-tabs-wrapper-570bb4b8 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.cf-tabs-nav-570bb4b8 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    align-items: center;
}

.cf-tab-570bb4b8 {
    background: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none !important;
    box-sizing: border-box;
    position: relative;
    font-family: inherit;
    flex-shrink: 0;
    line-height: normal;
    vertical-align: middle;
}

.cf-tab-570bb4b8:focus,
.cf-tab-570bb4b8:focus-visible,
.cf-tab-570bb4b8:active {
    outline: none !important;
}

.cf-tab-570bb4b8 *,
.cf-tab-570bb4b8 *:focus,
.cf-tab-570bb4b8 *:focus-visible,
.cf-tab-570bb4b8 *:active {
    outline: none !important;
}

.cf-tab-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 0;
    line-height: normal;
    box-sizing: border-box;
}

.cf-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    line-height: 1;
    box-sizing: border-box;
    flex-shrink: 0;
    background: transparent;
    border: 0 solid transparent;
}

.cf-tab-icon svg,
.cf-tab-badge-icon svg,
.sm-icon svg {
    fill: currentColor;
    display: block;
}

.cf-tab-text {
    display: inline-flex;
    align-items: center;
    line-height: normal;
}

.cf-tab-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    color: #fff;
    font-size: 0.75em;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1;
    white-space: nowrap;
}

.cf-tab-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cf-tab-badge-icon:not(:last-child) {
    margin-right: 4px;
}

.cf-tab-badge.pos-inline {
    margin-left: 8px;
}

.cf-tab-badge.pos-top {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
}

.cf-tab-badge.pos-bottom {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
}

.cf-tab-badge.pos-right {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
}

.cf-tabs-actions-570bb4b8 {
    width: 100%;
    box-sizing: border-box;
}

.cf-tabs-show-more-570bb4b8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #ccc;
    padding: 8px 16px;
    cursor: pointer;
    font-family: inherit;
    outline: none !important;
    box-sizing: border-box;
    line-height: normal;
    text-decoration: none;
}

.cf-tabs-show-more-570bb4b8:focus,
.cf-tabs-show-more-570bb4b8:focus-visible,
.cf-tabs-show-more-570bb4b8:active {
    outline: none !important;
}

.sm-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.sm-icon-before {
    margin-right: 8px;
}

.sm-icon-after {
    margin-left: 8px;
}

.cf-actions-injected-scope-570bb4b8 {
    width: 100%;
    box-sizing: border-box;
}

.cf-actions-injected-570bb4b8 {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}

.cf-actions-injected-570bb4b8 .cf-tabs-show-more-570bb4b8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cf-anim-fade-out {
    opacity: 0;
}

.cf-anim-fade-in {
    opacity: 1;
}

.cf-anim-slide-up {
    opacity: 0;
    transform: translateY(-10px);
}

.cf-anim-slide-down {
    opacity: 1;
    transform: translateY(0);
}