.flyout-title{
    font-size: 25px;
    position: absolute;
    z-index: 1;
    top: 3rem;
    display: flex;
    align-items: center;
    height: 28px;
}
.ng-select.custom .ng-value-label {
    padding: 12px !important;
    display: block;
}

.ng-select{width: 100%;}

.legendClass{position: absolute;  bottom: 0; width: 100%;margin-left: -15px;}
.legendClass > .kt-portlet__body > div {font-size: 15px; padding-bottom: 18px;}

.kt-portlet__head{
        padding: 25px !important;
        border-bottom: 1px !important;
        color: black !important;
    }
.kt-portlet__body{padding: 25px !important;}

.ng-select.custom ::ng-deep .ng-select-container  {max-height: 155px; overflow: auto;}

.form-group{
    margin-bottom: 0.5rem !important;
}