.content {
    max-width: 1500px;
    margin: auto !important;
}

.dashboardCommon {
    background-color: white;
}

.dashboardCommon .userDetailCard {
    width: 50% !important;
    margin: auto;
}

img.userAvatar {
    max-width: 198px;
    max-height: 198px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.dashboardCommon .userDetailCard p {
    font-size: 18px;
}

.dashboardCommon .tabLink {
    height: 75px;
    background-color: #F8F8F8;
}

.dashboardCommon .tabLink a:hover {
    text-decoration: none;
}

    .dashboardCommon .tabLink a.selected {
        border-bottom: 3px solid #981104;
    }
    .dashboardCommon .tabLink a.selected:hover {
        border-bottom: 3px solid #981104;
    }

.dashboardCommon a {
    color: #0f2bfe;
}

.content a h1,
.content a h2,
.content a h3,
.content a h4,
.content a h5,
.content a p {
    color: #0f2bfe;
}

.rewardFooter {
    height: 480px;
}

.sub-tabs a{
    margin-right: 3rem;
}
.sub-tabs a h5 {
    color: #343a40;
}

.sub-tabs a.selected {
    border-bottom: 3px solid #981104;
}

.sub-tabs a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .dashboardCommon .userDetailCard {
        width: 75% !important;
    }
}

@media only screen and (max-width: 992px) {
    .dashboardCommon .tabLink a {
        height: 68px;
    }
    .hamburgerMenu {
        background: black;
    }
    .dashboardCommon {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .dashboardCommon .userDetailCard {
        width: 100% !important;
    }
    .rewardFooter {
        height: 620px;
    }
}

@media only screen and (max-width: 575px) {
    .dashboardCommon .userDetailCard h2.userName {
        font-size: 24px;
    }
    .dashboardCommon .userDetailCard h5 {
        font-size: 16px;
    }
    .dashboardCommon .userDetailCard h4 {
        font-size: 18px;
    }
    .dashboardCommon .userDetailCard p {
        font-size: 16px;
    }
    .dashboardCommon .notRectBgCss {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 100vw 0 0;
        border-color: transparent #e2e8f1 transparent transparent;
    }
    .dashboardCommon .tabLink a {
    }
    .dashboardCommon .tabLink a {
        height: 60px;
        width: 33%;
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
    }
    .dashboardCommon .tabLink a {
        border-right: 1px solid lightgray;
    }
        .dashboardCommon .tabLink a:first-child, .dashboardCommon .tabLink a:nth-child(4) {
            border-left: 1px solid lightgray;
            border-right: 1px solid lightgray;
        }
        .dashboardCommon .tabLink a:not(.selected) {
            border-bottom: 1px solid lightgray;
        }
    .dashboardCommon .tabLink a h5 {
        font-size: 16px;
        margin: 0;
    }

    .sub-tabs{
        justify-content: space-evenly;
    }
    .sub-tabs a {
        margin-left: 1rem;
        margin-right: 1rem;
    }

}