@font-face {
    font-family: SophosSans-Light;
    font-display: swap;
    src: url(assets/SophosSans-Light.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: SophosSans-Medium;
    font-display: swap;
    src: url(assets/SophosSans-Medium.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: SophosSans-Bold;
    font-display: swap;
    src: url(assets/SophosSans-Bold.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: SophosSans-Regular;
    font-display: swap;
    src: url(assets/SophosSans-Regular.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: SophosSans-SemiBold;
    font-display: swap;
    src: url(assets/SophosSans-Semibold.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}


.responsive-ip-address-lookup-title {
    font-family: SophosSans-Medium;
    font-size: 22px;
    color: #444;
    margin-bottom: 11px
}

.responsive-ip-address-lookup-description {
    font-family: SophosSans-Light;
    font-size: 16px;
    line-height: 1.4em;
    color: #83888e;
    margin-bottom: 15px
}

.responsive-ip-address-lookup-widget .responsive-ip-lookup {
    border-radius: 3px;
    border: 1px solid #d7dbdd;
    height: 38px;
    box-shadow: none;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    text-indent: 10px;
    font-family: SophosSans-Light;
    font-size: 16px;
    position: relative
}

.responsive-ip-address-lookup-widget .responsive-ip-lookup::-ms-clear {
    display: none
}

.responsive-ip-address-lookup-widget .responsive-ip-lookup:focus {
    border: 1px solid #d7dbdd
}

.responsive-ip-address-lookup-widget .responsive-ip-lookup.loading {
    background: url("/medialibrary/SophosNext/Images/Labs/Responsive%20IP%20Address%20Lookup/loading.gif") no-repeat 96% 10px #FFF
}

.responsive-ip-lookup-button {
    background: #3fae29 url("/medialibrary/SophosNext/Images/Labs/Responsive%20IP%20Address%20Lookup/green-arrow.png") 50% center no-repeat;
    border-radius: 3px;
    border: 1px solid #3bb044;
    color: #fff;
    font-family: SophosSans-Light;
    font-size: 18px;
    padding: 7px 20px;
    line-height: 40px;
    height: 40px;
    margin-left: 15px;
    cursor: pointer;
    display: block;
    max-width: 70px
}

.responsive-ip-lookup-result-wrapper {
    position: relative
}

.responsive-ip-lookup-result {
    display: none;
    padding: 10px;
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    background-color: #fff;
    border: 1px solid #bbb;
    width: 200px;
    margin-top: 10px;
    margin-left: 0;
    z-index: 1
}

.responsive-ip-lookup-qtip {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(19,52,85,0.23);
    max-width: 200px
}

.responsive-ip-address {
    font-size: 20px;
    font-family: SophosSans-Medium;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .3em;
    margin: -22px 0 10px 0;
    background-color: #f0f2f3
}

.responsive-spam-label {
    background-color: #dc0000;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 1.2em;
    font-size: 12px;
    line-height: 1.6em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.responsive-spam-label.spam-label-clean {
    background-color: #68a757
}
