.custom-tabs-container {
    width: 100%;
}
.custom-tabs {
    border-top-left-radius: 3px;
    /* background-color: #e20e0e !important; */
    padding: 0px 24px;
    border-bottom: 0px !important;
}

.custom-tab {
    color:white !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 3px solid transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    background-color: rgb(47, 45, 45) !important;
    padding: 12px !important;
    font-family: "system-ui";
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.custom-tab--selected {
    color: white !important;
    /* box-shadow: 1px 1px 0px white !important; */
    /* border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important; */
    border-top: 3px solid #0940e3 !important;
    background-color: #001D3D !important;
    /* background-color:#02044F !important; */
}

.custom-media-tabs .nav-link.active {
    background-color: rgba(88, 116, 144, 0.634) !important;
}