header {
    height: 50px;
}

#relatedNav.fixed #navBarSwip {
    border: 0;
}

#relatedNav.fixed {
    position: absolute;
    width: 100% !important;
    height: 46px;
    background: #202533;
    box-shadow: 0 2px 2px #141720;
    padding-left: calc((100% - 1450px) / 2);
}

#relatedNav {
    max-width: 100%;
    color: white;
    background: #202533;
    position: relative;
    overflow: hidden;
    user-select: none;
}

#relatedNav > div {
    width: fit-content;
    max-width: 100%;
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#relatedNav:not(.fixed) > div {
    width: 97%;
}

#relatedNav > div.scroll {
    margin: 0;
    max-width: calc(100% - 58px);
}

#relatedNav > div::-webkit-scrollbar {
    display: none;
}

#relatedNav a {
    color: white;
    display: inline-block;
    padding: 10px 5px;
    margin-right: 20px;
    font-weight: 500;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

#relatedNav a:hover {
    box-shadow: 0 5px 1px -2px #147AC4;
}

#relatedNav a:last-of-type {
    padding: 10px 0px 10px 5px;
    margin-right: 5px;
}

#navBarSwip {
    margin: 0;
    border-bottom: 1px solid #147AC4;
}

#navBarSwip div {
    transition: all 0.5s linear 0s;
    margin-left: 50%;
    margin-bottom: -1px;
    height: 3px;
    width: 0px;
    background: #1479C1;
}

#scrollLeftButton, #scrollRightButton {
    cursor: pointer;
    padding: 3px 9px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background: #333b52;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    transition: all 0.2s linear 0s;
    box-sizing: content-box;
    font-style: normal;
}

#scrollLeftButton.disable, #scrollRightButton.disable {
    box-shadow: 0 0 14px #2b2b2b inset !important;
}

#scrollLeftButton.disable:hover, #scrollRightButton.disable:hover {
    box-shadow: 0 0 14px #2b2b2b inset !important;
}

#relatedNav.fixed #scrollLeftButton.disable, #relatedNav.fixed #scrollRightButton.disable {
    box-shadow: 0 0 30px #1A232E inset !important;
}

#relatedNav.fixed #scrollLeftButton.disable:hover, #relatedNav.fixed #scrollRightButton.disable:hover {
    box-shadow: 0 0 30px #1A232E inset !important;
}

#scrollLeftButton {
    z-index: 1;
    position: relative;
    margin-left: 3px;
    box-shadow: 0 0 5px transparent inset, 0 0 0px black, 10px 0 5px #202533;
}

#scrollLeftButton:hover {
    box-shadow: 0 0 1px black inset, 0 0 4px black, 10px 0 5px #202533, -20px 0 5px #202533;
}

#scrollRightButton {
    box-shadow: 0 0 5px black inset, 0 0 0px black, 0px 0px 4px 4px #202533, -10px 0 5px #202533, 20px 0 5px #202533;
}

#scrollRightButton:hover {
    box-shadow: 0 0 1px black inset, 0 0 4px black, 0px 0px 4px 4px #202533, -10px 0 5px #202533, 20px 0 5px #202533;
}

#relatedNav.fixed #scrollLeftButton {
    box-shadow: 0 0 5px black inset, 0 0 0px black, 10px 0 5px #1A232E;
}

#relatedNav.fixed #scrollLeftButton:hover {
    box-shadow: 0 0 1px black inset, 0 0 4px black, 10px 0 5px #1A232E, -20px 0 5px #1A232E;
}

#relatedNav.fixed #scrollRightButton {
    box-shadow: 0 0 5px black inset, 0 0 0px black, 0px 0px 4px 4px #1A232E, -10px 0 5px #1A232E, 20px 0 5px #1A232E;
}

#relatedNav.fixed #scrollRightButton:hover {
    box-shadow: 0 0 1px black inset, 0 0 4px black, 0px 0px 4px 4px #1A232E, -10px 0 5px #1A232E, 20px 0 5px #1A232E;
}
#relatedNav .hide
{
    display: none;
}