﻿.app-tabs {
    font-size: 0;
}

.app-tab {
    font-family: "Mulish";
    font-weight: 600;
    font-size: 16px;
    color: #4d4d4d;
    line-height: normal;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.app-tab:hover:not(:disabled) {
    background-color: #f2f2f2;
}

.app-tab:disabled {
    opacity: 0.9;
    cursor: default;
}

.app-tab.active {
    border-bottom-color: #0080ff
}

.app-tab-content {
    display: none;
}

.app-tab-content.active {
    display: block;
}