/* Custom CSS for Vertical Nav */
.tab-vertical {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding: 20px;
}

.tab-vertical button {
    display: block;
    background-color: #ffffff;
    padding: 8px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color: inherit;
}

.tab-vertical button:hover {
    background-color: #e5e5e5 !important;
    border-radius: 3px !important;
    color: #007bff !important;
}

.tab-vertical button.active {
    background-color: #007bff !important;
    border-radius: 3px !important;
    color: #ffffff !important;
}

.tabvercontent {
    float: left;
    width: 100%;
}

.tab-list-wrapper,
.tab-content-wrapper {
    padding: 0;
}
