.settings-logo {
    height: 50px;
    max-width: 200px;
}

.form-label {
    margin-right: 16px;
    margin-left: 20px;
}

.align-center {
    align-items: center;
    flex-wrap: wrap;
}
.custom-pop-up .pull-right {
    position: absolute;
    right: 20px;
    top: 0;
    background-color: transparent;
    z-index: 9;
    width: 34px;
    height: 34px;
    text-align: right;
    justify-content: center;
    align-items: center;
}
.custom-pop-up .pull-right .h3 {
    position: relative;
    background-color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    margin: 0;
}
.custom-pop-up {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .md-block .filter-content {
        width: 659px;
    }
}
.d-flex,
.card,
.loan,
ul.tabs,
.floating-button a,
md-collapsible md-collapsible-item md-collapsible-header .md-collapsible-tools {
  display: flex;
}

.flex-column {
  flex-direction: column;
}
