﻿.legal-compliance {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
}

.legal-compliance-copy {
    font-size: 11px !important;
    color: #999;
}

.legal-compliance-logo a {
    display: block;
    width: 120px;
}

    .legal-compliance-logo a img {
        width: 100%;
        height: auto;
    }

@media only screen and (max-width: 734px) {
    .legal-compliance {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

    .legal-compliance-logo {
        text-align: left;
    }
}

#dse-quicksearchdiv * {
    box-sizing: content-box;
}

#dse-quicksearchdiv svg {
    box-sizing: content-box;
}

#dse-disabledpopup * {
    box-sizing: content-box;
}

#dse-search:before {
    left: -4px !important;
    top: 38% !important;
    height: 6px !important;
    width: 6px !important;
    border: 1px solid #484644 !important;
    border-right: none !important;
    border-top: none !important;
    content: ' ' !important;
    background: #484644 !important;
    position: absolute !important;
    transform: rotate(45deg) !important;
}

#dse-disabledpopup:before {
    left: -4px !important;
    top: 38% !important;
    height: 6px !important;
    width: 6px !important;
    border: 1px solid #484644 !important;
    border-right: none !important;
    border-top: none !important;
    content: ' ' !important;
    background: #484644 !important;
    position: absolute !important;
    transform: rotate(45deg) !important;
}

.topArrow #dse-search:before {
    left: 50% !important;
    top: -4px !important;
    height: 6px !important;
    width: 6px !important;
    border: 1px solid #484644 !important;
    border-top: none !important;
    border-left: none !important;
    content: ' ' !important;
    background: #484644 !important;
    position: absolute !important;
    transform: rotate(225deg) !important;
}

.topArrow #dse-disabledpopup:before {
    left: 50% !important;
    top: -4px !important;
    height: 6px !important;
    width: 6px !important;
    border: 1px solid #484644 !important;
    border-top: none !important;
    border-left: none !important;
    content: ' ' !important;
    background: #484644 !important;
    position: absolute !important;
    transform: rotate(225deg) !important;
}

#dse-disabledpopup:hover:before,
#dse-search:hover:before,
#dse-moreoptions:hover,
#dse-search:hover,
#dse-copy:hover,
#dse-disabledpopup:hover,
#dse-lookup:hover,
#dse-disableFeature:hover {
    background-color: #666 !important;
}

#dse-disabledpopup:active:before,
#dse-search:active:before,
#dse-moreoptions:active,
#dse-search:active,
#dse-copy:active,
#dse-disabledpopup:active,
#dse-lookup:active,
#dse-disableFeature:active {
    background-color: #666 !important;
}

.main {
    background-color: #fff;
}

.ribbon.ribbon-blue-to-default {
    z-index: 99;
}

.globalmessage-segment-visible .ribbon.ribbon-blue-to-default {
    margin-top: 0px;
}

.ribbon .ribbon-content-wrapper {
    padding-top: 0.76471em;
    padding-bottom: 0.76471em;
}
