﻿.tab-header {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #313130 !important;
}

.main-container h3 {
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #313130;
}

.main-container h4 {
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #666363;
}

.RadTabStrip .rtsUL, .RadTabStripVertical .rtsUL {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: flex;
    overflow: hidden;
    margin-top: 10px !important;
    border-bottom: 3px solid #CACACA;
    height: 50px;
}

.RadTabStrip .rtsLI {
    float: left;
    display: inline;
    margin-right: 10px;
    background-color: #EFEFEF;
    padding: 10px 10px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
}

.RadTabStrip .rtsSelected {
    border-bottom: 3px solid #015198 !important;
    background-color: #ffffff !important;
    padding-bottom: 11px;
}

.RadTabStrip .rtsUL .rtsLI:last-child {
    margin-right: 0 !important;
}

.RadTabStrip .rtsLevel, .RadTabStripVertical .rtsLevel {
    overflow: hidden;
}

.RadTabStrip .rtsLevel {
    width: 100%;
    clear: both;
    position: relative;
    padding-top: 1px;
}

.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {
    padding-left: 9px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    text-align: center;
}

.common-link-color {
    color: #337ab7;
    text-decoration: none;
}

.common-link-color:hover {
    text-decoration: underline;
    color: #23527c;
}

.custom-header {
    margin-bottom: 10px !important;
}

.team-card {
    border-radius: 10px;
    padding: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-shadow: 0 11px 23px rgba(0, 0, 0, 0.1);
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.img-wrapper {
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.display-img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.pagination {
    justify-content: center;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

@media (max-width: 1199px) {
    .hidden-xs .rtsLI.rtsSelected {
        border-bottom: 3px solid #015198 !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-xs {
        display: none !important;
    }
}