[data-theme="dark"] #tile-1 img{
    content: url(../product/graphics/overview_dark.svg) !important;
    margin-top: 16px;
    margin-left: 36px;
    margin-bottom: 20px;
}

[data-theme="dark"] #tile-2 img{
    content: url(../product/graphics/install_dark.svg) !important;
    margin-top: 33px;
    margin-left: 27px;
    margin-bottom: 34px;
}

[data-theme="dark"] #tile-3 img{
    content: url(../product/graphics/oam_dark.svg) !important;
    margin-top: 26px;
    margin-left: 27px;
    margin-bottom: 24px;
}

[data-theme = "dark"] #tile-4 img{
    content: url(../product/graphics/monitor_dark.svg)!important;
    margin-top: 27px;
    margin-left: 25px;
    margin-bottom: 24px;
}

.topicref.download_zip .title a::after{
    content: url(../resources/zip_icon.svg);
    padding-left: 5px;
}

.topicref.locked .title a::after{
    content: url(../resources/ic_lock.svg);
    padding-left: 5px;
}

.topicref.external_html .title a::after{
    content: url(../resources/external_link.svg);
    padding-left: 5px;
}

[data-theme="dark"] .topicref.download_zip .title a::after{
    content: url(../resources/zip_icon_white.svg);
    padding-left: 5px;
}

[data-theme="dark"] .topicref.locked .title a::after{
    content: url(../resources/ic_lock_dark.svg);
    padding-left: 5px;
}

[data-theme="dark"] .topicref.external_html .title a::after{
    content: url(../resources/external_link_white.svg);
    padding-left: 5px;
}

.custom-control-label{
    margin-left: 800px;
}

.wh_publication_title{
    white-space: nowrap;
}


@media only screen and (max-width: 1000px){
    .custom-control-label {
        margin-left: 20vw;
    }
}

@media only screen and (max-width: 1360px){
    .custom-control-label {
        margin-left: 30vw;
    }
}

@media only screen and (max-width: 700px){
    .custom-control-label {
        position: absolute;
        margin-left: 59vw;
        top: -35px;
    }

    
   #wh_menu_mobile_button {
        left: 80%;
    }
}