.fade {
    opacity: 100 !important;
}
.cdk-overlay-pane {
    overflow: auto;
}
.cdk-overlay-dark-backdrop {
    background: rgba(0,0,0,.6) !important;
}

.mat-tab-body-content {
    display: unset !important;
    overflow: visible !important;
}
.mat-tab-body-wrapper {
    display: unset !important;
    overflow: visible !important;
}
.mat-tab-body {
    display: unset !important;
    overflow: visible !important;
}
.mat-tab-body.mat-tab-body-active {
    display: unset !important;
    overflow: visible !important;
}

.card-header > h5 > button {
    padding: 0 !important;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #626469;
}
.card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 5px !important;
}
.card,
.card-header {
    border-top-width:0px;
}
li .nav-item {
    min-width: 92px;
}
#allTab,
#suggestedTab {
    font-size: medium;
    font-family: 'Nunito', sans-serif;
    //width: fit-content;
    margin: 0px 5px;
    padding-right: 26px;
    padding-left: 24px;
}
@media(max-width:600px) {
    #allTab,
    #suggestedTab {
        width: 46vw;
        text-align: center;
        font-size: 16px;
        margin: 0px;
        padding: 4px;
    }
}

.mat-tab-group {
    display: grid;
}
.mat-list-item {
   height: unset;
}

.mat-tab-label {
    font-size: small !important;
    padding: 0px !important;
    min-width: 90px !important;
}
.mat-list-item-content{
    padding:0px !important;
}
.mat-form-field-infix {
    border-top:0px;
}
.mat-tab-label-content {
    font-size: 18px;
    margin-left: 8px;
}


.mat-select-panel {
    max-width: 480px;
}
.new-project-form .mat-form-field-label{
    font-size: medium !important;
    font-family: 'Nunito', sans-serif;
}

