﻿.tab-button.active {
    border-bottom: 1px solid #000 !important;
    background-color: #faad53 !important;
    cursor: initial !important;
    opacity: 1;
    transition: all .7s;
}

.tab-button.inactive {
    opacity: 1;
    transition: all .7s;
}

.tab-button.inactive:hover {
    border-bottom: 1px solid #000 !important;
    background-color: #edeae4 !important;
    transition: all .7s;
}

.tab-button {
    margin-bottom: -1px;
}
