#export-container .subnav__container {
    position: fixed;
    top: 48px;
    width: 100%;
    max-width: 100%;
    padding: 0 56px !important;
    z-index: 2001;
}

#export-container .subnav__container .nav__row {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    #export-container .subnav__container  {
        padding: 0 24px !important;
    }
}

#export-container .select-svg {
    pointer-events: none;
    width: auto !important;
    height: auto !important;
}