.custom-tabs-container {
    
}
.custom-tabs {
    border-top-left-radius: 3px;
    background-color: #f5f5f5;
    padding: 0px 0px;
    border-bottom: 1px solid #d6d6d6;
	height: 35px;
}

.custom-tab {
    color: #586069;
    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: #fafbfc;
    padding: 3px !important;
    font-family: "system-ui";
    display: flex !important;
    align-items: center;
    justify-content: center;
	
}
.custom-tab--selected {
    color: black;
	font-weight: bold;
    box-shadow: 1px 1px 0px white;
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-top: 2px solid steelblue !important;
	background-color: #f5f5f5;
}

.show-hide {
    display: none;
}
