@media (min-width: 992px) {
    :host, :root {
        margin-left: 0;
    }
}
.navbar-brand .brand-icon {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.navbar-brand .brand-icon:hover {
    text-decoration: none;
}
.navbar-brand .brand-icon .logo-icon {
    align-items: center;
    display: flex;
    justify-content: center;
}
.navbar-brand .brand-icon .logo-icon>img {
    max-width: 32px;
}
.navbar-brand .brand-icon .logo-text {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
}
.montserrat-font {
    font-family: Montserrat, sans-serif;
}
.text-sd {
    color: #feb01a;
}
