.topbar{
    z-index: 9999;
    position: relative;
}
.topbar .topbar-wrapper .slide-container{
    width: 100%;
    display: flex;
}
.topbar .topbar-wrapper .container-custom{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.topbar .topbar-wrapper .slide {
    position: relative;
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 1.2;
    text-align: center;
}
.topbar .topbar-wrapper .slide:nth-child(1){
    justify-content: start;
}
.topbar .topbar-wrapper .slide:nth-child(1) img{
    max-width: 20px;
    margin-right: 10px;
}
.topbar .topbar-wrapper .slide:nth-child(2){
    justify-content: center;
}
.topbar .topbar-wrapper .slide:nth-child(2) img{
    max-width: 50px;
}
.topbar .topbar-wrapper .slide:nth-child(3){
    justify-content: end;
}
.topbar .topbar-wrapper .slide:nth-child(3) img{
    max-width: 16px;
    margin-right: 10px;
}
.topbar .topbar-wrapper .slide > * {
    position: relative;
    font-size: 13px;
}
html[dir="ltr"] .topbar .topbar-wrapper .slide i {
    margin-right: 5px;
}
html[dir="rtl"] .topbar .topbar-wrapper .slide i {
    margin-left: 5px;
}
.topbar .topbar-wrapper .slide-toggle {
    font-size: 6px !important;
    cursor: pointer;
    user-select: none;
    background: transparent !important;
    color: white !important;
    display: none;
}
@media screen and (max-width: 991.98px) {
    .topbar .topbar-wrapper{
        padding: 5px 0;
    }
    .topbar .topbar-wrapper .slide-container {
        flex-direction: column !important;
        height: 34px !important;
        overflow: hidden !important;
    }
    .topbar .topbar-wrapper .slide-toggle {
        display: block !important;
    }
    .topbar .topbar-wrapper .slide {
        justify-content: center !important;
        padding: 10px 0 !important;
    }
}
@media screen and (min-width: 991.98px) {
    .topbar .topbar-wrapper .slide {
        opacity: 1 !important;
        display: flex !important;
        top: 0 !important;
    }
}
