﻿
/* INPUT MULTITAB */
.apk_tab > .tab_container > .tab_header .shadow-tab {
    box-shadow: inset 0px -10px 12px -6px rgba(0,0,0,0.25);
}

.apk_tab > .tab_container > .tab_header .second-tab {
    position: relative;
    z-index: 1;
}

.apk_tab > .tab_container > .tab_header .shadow-tab div svg {
    fill: var(--bs-body-color);
}

.apk_tab > .tab_container > .tab_header .shadow-tab > div:last-child {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.apk_tab > .tab_container > .tab_header .shadow-tab .active {
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.25);
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
}

.apk_tab > .tab_container > .tab_header .shadow-tab .active span {
    color: var(--bs-primary);
}

.apk_tab > .tab_container > .tab_header .shadow-tab .active svg {
    fill: var(--bs-primary);
}

.apk_tab > .tab_container > .tab_header .shadow-tab > div {
    cursor: pointer;
}

.apk_tab > .tab_container > .tab_header .shadow-tab > .disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.apk_tab > .tab_container > .tab_header .shadow-tab .disabled span {
    color: var(--bs-gray-300);
}

.apk_tab > .tab_container > .tab_header .shadow-tab .disabled svg {
    fill: var(--bs-gray-300);
}

.apk_tab > .tab_container > .tab_header .second-tab .active {
    border-color: var(--bs-primary) !important;
}

.apk_tab > .tab_container > .tab_header .second-tab .active span {
    color: var(--bs-primary);
}

.apk_tab > .tab_container > .tab_header .second-tab .active svg {
    fill: var(--bs-primary);
}

.apk_tab > .tab_container > .tab_header .second-tab > div {
    cursor: pointer;
}

.apk_tab > .tab_container > .tab_header .second-tab .disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.apk_tab > .tab_container > .tab_header .second-tab .disabled span {
    color: var(--bs-gray-300);
}

.apk_tab > .tab_container > .tab_header .second-tab .disabled svg {
    fill: var(--bs-gray-300);
}

/* END INPUT MULTITAB */
