.header__logos {
    display: flex;
    justify-content: space-between;
    max-width: max-width;
    margin: 0 auto;
    padding: 6px 16px;
    min-height: 65px;
    direction: ltr;
}

.header__logo-container--left {
    display: flex;
    align-items: center;
    max-width: 70%;
}

.header__logo-container--left img {
    width: 100%;
}

.header__logo-container--right {
    display: flex;
    align-items: center;
    max-width: 20%;
}

.header__logo-container--right img {
    width: 100%;
}

.ltr .header {
    z-index: 300;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
}

.ltr .header__bar {
    height: 42px;
    background: linear-gradient(119.54deg, #000046 0%, #1cb5e0 100%);
    position: relative;
    width: 100%;
}

.ltr .header__bar-content-wrapper {
    max-width: 1170px;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 auto;
    padding: 0 16px;
}

.ltr .header__dashboard-logo {
    background: transparent;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ltr .header__dashboard-logo img {
    background: transparent;
}