.profileImg input {
    width: fit-content !important;
}

.profileContainer {
    background: none !important;
    box-shadow: none !important;
}

a.nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
    background: #cb0203 !important;
}
a.nav-link.active:hover {
    color: white !important;
}

a.nav-link {
    color: black;
    font-weight: 500;
}

a.nav-link:hover {
    color: #cb0203 !important;
}

@media screen and (max-width: 430px) {
    .profileContainer .d-flex {
        flex-direction: column;
    }

    .profileContainer .profileListTab {
        width: 100% !important;
        height: 200px !important;

    }
    .profileContainer .profileContentTab{
        width: unset !important;
    }
    .profileContainer .profileListTab button{
        font-size: 15px;
    }
}