.tabs-title>a[aria-selected='false']::after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fafafa;
    display: block;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem;
    pointer-events: none;
}

.tabs-title>a[aria-selected='false']:hover::after,
.tabs-title>a[aria-selected='false']:focus::after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #492365;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
    background: #fefefe;
    color: #492365;
}

/*.tabs-title>a:focus, .tabs-title>a[aria-selected='true']::after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #492365;
}*/

.tabs-title>a[aria-selected='true']::after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #492365;
    display: block;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem;
    pointer-events: none;
}

.sk-logo-size {
    vertical-align: middle;
    line-height: 1;
    margin: -.25em 0;
    display: inline-block;
    float: left;
    font-size: 2em;
}

.large {
    font-size: 1.25rem;
}

.tabs {
    border: 1px solid #492365;
    background: #492365;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tabs-content {
    border: 1px solid #492365;
    border-top: 0;
    background: #fefefe;
}

.tabs-title>a[aria-selected='true'] {
    background: #fefefe;
    color: #492365;
}

.tabs-title>a {
    color: #fefefe;
}

@media screen and (max-width: 950px) {
    .sk-logo-size {display:none;}
}