/* TOPBAR */
.air__topbar {
    background: #fff;
    min-height: 4.26rem;
    border-bottom: 1px solid #e4e9f0;
    padding: 1rem 1.33rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    /* SETTINGS */
}

.air__topbar__searchDropdown .dropdown-menu {
    padding-top: 1.33rem;
    padding-left: 1.33rem;
    padding-right: 0.33rem;
    padding-bottom: 1.33rem;
    min-width: 22rem;
}

.air__topbar__search {
    flex-grow: 0;
    flex-shrink: 0;
}

.air__topbar__search::after {
    display: none;
}

.air__topbar__searchContainer {
    position: relative;
}

.air__topbar__searchIcon {
    position: absolute;
    color: #c3bedc;
    font-size: 1.13rem;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}

.air__topbar__searchInput {
    border: 1px solid #e4e9f0;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 3rem;
    padding-right: 1.33rem;
    padding-top: 0.33rem;
    padding-bottom: 0.26rem;
    width: 17.33rem;
}

.air__topbar__status {
    border-radius: 5px;
    padding: 0.33rem 0.46rem;
}

.air__topbar--fixed .air__layout__header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 998;
}

[data-kit-theme='default'] .air__topbar--gray .air__topbar, [data-kit-theme='default'] .air__topbar--gray .air__subbar {
    background: #f2f4f8 !important;
}

[data-kit-theme='dark'] .air__topbar {
    background: #12112c;
    color: #aeaee0;
    border-bottom: 1px solid #2a274d;
}

[data-kit-theme='dark'] .air__topbar__searchInput {
    background-color: #2a274d;
    border-color: #2a274d;
}

[data-kit-theme='dark'] .air__topbar__searchIcon {
    color: #4f4f7a !important;
}
