/* Tab styling for appliance repair pages */
.nav-tabs.flex-column {
    border: none;
    padding: 30px;
    background: #edeff2 none repeat scroll 0 0;
}

.nav-tabs.flex-column .nav-link {
    border: none;
    border-radius: 0;
    margin: 5px 0;
    text-transform: uppercase;
    color: #072948;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-align: left;
    transition: all 0.4s ease 0s;
    background: transparent;
    border-left: 4px solid #d7d7d7;
    display: block;
}

.nav-tabs.flex-column .nav-link:hover {
    background: #4d55ac none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
    text-decoration: none;
}

.nav-tabs.flex-column .nav-link.active {
    background: #4d55ac none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}

.nav-tabs.flex-column .nav-link i {
    float: right;
    font-size: 20px;
}

/* Tab content styling - minimal to match original */
.tab-content {
    background: transparent;
}

/* Fix for sidebar styling */
.single-career-sidebar .quick-contact {
    padding: 30px;
    background: #edeff2 none repeat scroll 0 0;
}

.single-career-sidebar .quick-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-career-sidebar .quick-contact .nav-item {
    margin-bottom: 0;
}

/* Hide Bootstrap default tab borders */
.nav-tabs.flex-column > li {
    margin-bottom: 0;
}