/**
PRIMARY COLOR = #29A1D3;
PRIMARY BORDER COLOR = #057DAF;
SECONDARY COLOR = #F4F4F5;
FOOTER COLOR= #3C3C3C;
**/

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f5;
    font-size: 13px;
}

p {
    font-size: 14px;
    line-height: 25px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700 !important;
}

.form-control-input {
    min-width: 45% !important;
}

.adsbox {
    display: none;
    visibility: hidden;
}

.text-13 {
    font-size: 13px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-11 {
    font-size: 11px !important;
}

.grayscale {
    filter: grayscale(1);
}

.grayscale:hover {
    filter: grayscale(0);
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.font-weight-300 {
    font-weight: 300 !important;
}

code {
    background-color: #f8f8f8;
    font-size: 104% !important;
}

.container-fluid pre.terminal {
    font-size: 14px;
    border: 2px solid #c6c6c6;
    border-top: 1.5em solid #c6c6c6;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 #515151;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 #515151;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 #515151;
    border-radius: 5px 5px 0 0;
}

.container-fluid pre {
    padding: 1em;
    font-family: "Andale Mono", monaco, "courier new", monospace;
    color: #eee;
    background-color: #111;
    border: 3px solid #c6c6c6;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    overflow: auto;
}

a {
    color: #0068c5;
}

.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

.breadcrumb-row {
    margin-top: 0;
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 9px !important;
    box-shadow: 0px 0px 2px #ddd;
}

.ev-btn {
    font-size: 12px;
    border-radius: 0;
}

.cursor-pointer:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (max-width: 991px) {
    .tooltip {
        display: none !important;
    }
}

@media (max-width: 575px) {
    #qrcg_tab a.nav-link {
        font-size: 13px;
        padding: 0.5rem;
        text-align: center;
    }
}

.glow_on_hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.glow_on_hover::before {
    /* Position the pseudo-element. */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Create the box shadow at expanded size. */
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
    /* Hidden by default. */
    opacity: 0;
    transition: opacity 500ms;
}

.glow_on_hover:hover::before {
    /* Show the pseudo-element on hover. */
    opacity: 1;
}

.absolute_bottom_left {
    position: absolute;
    left: 3px;
    bottom: 3px;
}

.absolute_bottom_right {
    position: absolute;
    right: 1px;
    bottom: 1px;
}

/**DEFAULT**/

#ads_block_donation_text {
    width: 100%;
    margin: auto;
    background-color: gainsboro;
    text-align: center;
    padding: 20px 10px 5px 0;
}

#ads_block_donation_text p {
    text-align: center;
    font-size: 14px;
}

/**HEADER**/

.btn-social {
    min-width: 46px;
    padding: 6px 0;
}

.btn-social.btn-social-fb {
    color: #3b5998;
}

.btn-social.btn-social-twt {
    color: #00aced;
}
.vr-between-items > * > *:not(style) {
    display: inline-block;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: currentColor;
    padding-inline: 0.5rem;
}

.vr-between-items > div:first-child > * {
    border-width: 0;
}

.footer-copyright-container .text-dawn {
    color: #a3a3a3 !important;
}

@media screen and (max-width: 991px) {
    .footer-copyright-container .privacy-manager,
    .footer-copyright-container .copyright-text {
        width: 100%;
    }

    .vr-between-items > div:nth-child(2) > * {
        border-width: 0;
    }

    .vr-between-items > div:last-child > * {
        border-width: 0;
    }
}

.icon-android-colored-alt {
    background-image: url(../svg/android-colored-alt.svg);
    vertical-align: middle;
}
.icon-colored.icon-chrome-store {
    background-image: url(../svg/chrome-store.svg);
}
.icon-colored.icon-chrome-colored {
    background-image: url(../svg/chrome-colored.svg);
}
.icon-colored.icon-firefox-colored {
    background-image: url(../svg/firefox-colored.svg);
}
.icon-colored.icon-microsoft-edge-colored {
    background-image: url(../svg/microsoft-edge-colored.svg);
}
.icon-colored.icon-all-tools {
    background-image: url(../svg/all-tools.svg);
}
.icon.icon-location {
    -webkit-mask-image: url(../svg/location.svg);
    mask-image: url(../svg/location.svg);
}

.btn-social.btn-social-gp {
    color: #dd4b39;
}

/**HEADER END**/

/**HEADER MENU**/

.menu-container {
    box-shadow: 0px 5px 6px #ccc;
}

.menu-nav {
    padding: 0px 12px !important;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
}

.menu-nav-list-item .nav-link {
    padding: 7px 20px !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    transition: none;
}

.active_link {
    background: linear-gradient(180deg, #fbb000 0%, #ffb703 100%);
    border-radius: 5px 5px 0px 0px;
}

.active_link .nav-link {
    text-shadow: 0px 0px 0.5px black;
    color: #343a40 !important;
}

.menu-nav-list-item #iplocation_search_ip {
    padding-right: 0px !important;
}

#iplocation_search_ip i {
    background-color: #e96363 !important;
}

.menu-nav-list-item:nth-of-type(5),
.menu-nav-list-item:nth-of-type(6) {
    display: none;
}

.navbar-text {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}

.menu-nav .navbar-toggler {
    outline: none;
}
/**HEADER MENU END**/

/**SIDE MENU START**/
.side_menu {
    position: fixed;
    top: 300px;
    left: 0px;
    background-color: #ffffff;
    list-style: none;
    margin: 0px;
    padding: 10px;
    border-radius: 0px 10px 10px 0px;
}
.side_menu .side_menu_option a {
    display: block;
    padding: 5px 0px;
    border-top: 1px solid #000000;
    cursor: pointer;
}
.side_menu .side_menu_option:first-of-type a {
    border-top: none;
}

@media screen and (max-width: 1560px) {
    .side_menu {
        display: none;
    }
    .menu-nav-list-item:nth-of-type(5),
    .menu-nav-list-item:nth-of-type(6) {
        display: block;
    }
}

@media (min-width: 1600px) and (max-width: 1716px) {
    .side_menu {
        display: none;
    }
    .menu-nav-list-item:nth-of-type(5),
    .menu-nav-list-item:nth-of-type(6),
    .menu-nav-list-item:nth-of-type(7) {
        display: block;
    }
}
/**SIDE MENU END**/

/**Home Container**/

#results .result {
    font-size: 11px;
}

#results .result a {
    margin-left: 10px;
    font-size: 10px;
    color: #777777;
}

/**Home Container**/

/**Page Inner Container**/

.tool-inner-container {
    padding: 10px 0;
}

.tool-group-box {
    display: inline-block;
    width: 500px;
    padding-top: 70px;
    padding-bottom: 70px;
}

/**Page Inner Container**/

/**Page Inner Container**/

.page-inner-container {
    padding: 15px 0;
    min-height: 500px;
}

.light_grey_background {
    background-color: #eee;
}

.light_grey_background:hover {
    background-color: #e7e7e7;
}

/*main page */

.main_page_dns_servers tr:hover {
    background-color: #f1f1f1 !important;
    box-shadow: inset 0 0 10px #d3d3d3;
    -moz-box-shadow: inset 0 0 10px #d3d3d3;
    -webkit-box-shadow: inset 0 0 10px #d3d3d3;
}

.homepage_above_form_ad {
    background-color: #f4f4f4 !important;
}

.isp_ip_info_mp:hover {
    -webkit-mask-image: url(../svg/copy.svg) !important;
    mask-image: url(../svg/copy.svg) !important;
    width: 14px !important;
    height: 14px !important;
    background-color: #777 !important;
}

.isp_ip_info_mp:hover + .ip_info_tooltip_mp {
    display: inline-block !important;
}

.ip_info_tooltip_mp {
    height: 14px;
    line-height: 12px;
    vertical-align: middle;
    width: auto;
    background-color: #f8f8f8;
    font-size: 9px;
    color: #777;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    padding: 1px 4px 1px 4px;
}

.copied_done_label {
    transition: visibility 1s, opacity 1s ease-out;
    background-color: #ffff00;
    color: #777;
    padding: 2px;
}

.ip_info_boxes {
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
    border: 1px solid #b0c4de;
    border-radius: 5px;
    background-color: #fdfdfd;
}

.my_ip_heading {
    font-size: 23px;
    font-weight: 300 !important;
}

.my_ip_heading_inner {
    font-size: 18px !important;
    font-weight: 300;
}

.ip_unknown {
    font-size: 15px !important;
}

.my_ipv4_address {
    font-size: 28px;
    font-weight: 600;
}

.my_ipv6_address {
    font-size: 22px;
    font-weight: 600;
}

.my_ip_info span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555 !important;
    padding: 0px 1px 3px 0px;
}

.ip_info_single {
    color: #555;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px 9px 0px !important;
}

.my_ip_location_info span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #555 !important;
    padding: 0px 0px 15px 3px;
}

.ip_location_info_single {
    color: #555;
    font-size: 14px;
    margin: 0px;
    padding: 0px !important;
}

.long_text_no_wrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.all_tools_h1 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.dns_health_tool_h4 {
    font-size: 21px !important;
}

/*all tools page */

.all_tools_buttons {
    border-radius: 1px;
    border: 1px solid #ddd;
    margin-top: 25px;
    color: #0062cc;
    box-shadow: 0px 0px 8px #ddd;
}

.all_tools_buttons:hover {
    border: 1px solid #666 !important;
    background-color: #0062cc;
    color: #fff !important;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.all_tools_buttons_a_tag {
    text-decoration: none !important;
    font-size: 15px;
}

.all_tools_buttons:hover .all_tools_buttons_a_tag {
    color: #fff !important;
}

.all_tools_buttons:hover .small_text_all_tools_buttons {
    color: #fff !important;
}

.all_tools_container_box {
    background-color: #fdfdfd;
    box-shadow: 0px 0px 10px #ededed;
}

.small_text_all_tools_buttons {
    font-size: 11px;
    color: #888;
    min-height: 20px !important;
}

.small_text_all_tools_internal {
    position: absolute;
    padding: 0px 10px !important;
    width: 100%;
    left: 0;
}

.valign_sub {
    vertical-align: sub !important;
}

.no_box_shadow {
    box-shadow: none !important;
}

.box_shadow {
    box-shadow: 0px 0px 10px #e4e4e4;
}

/*Input radio button and checkbox styling */

.color_505050 {
    color: #505050 !important;
}

.check_area {
    position: relative;
    font-size: 12px;
    color: #000000;
    margin-right: 6px;
}

.check_area label {
    position: relative;
    cursor: pointer;
    padding-left: 31px;
    z-index: 2;
}

.check_area input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    left: 2px;
}

.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 21px;
    width: 21px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked ~ .checkmark:after {
    display: block;
}

.checkmark {
    height: 16px;
    width: 16px;
    top: 4px;
}

.checkmark:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffb81d;
    border: none;
}

.checkmark {
    border-radius: 20px;
}

input:checked ~ .checkbox {
    background: #ddd;
}

.checkbox {
    height: 25px;
    width: 25px;
    top: 0px;
    background: #fff;
    border-radius: 0px;
}

.checkbox:after {
    border: solid white !important;
    border-width: 0 3px 3px 0 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px !important;
    left: 7px !important;
    width: 8px !important;
    height: 16px !important;
    background: none !important;
    border-radius: 0px !important;
}

.radiobutton_area label {
    padding-left: 25px !important;
}

.radiobutton {
    height: 21px;
    width: 21px;
    border-radius: 50% !important;
    top: 0px;
    background: #fff;
}

.radiobutton:after {
    border: solid #ffb81d !important;
    background-color: #ffb81d;
    top: 5px !important;
    left: 5px !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
}

.range-slider input[type="range"] {
    outline: none;
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #687981), color-stop(100%, #687981));
    background-image: -webkit-linear-gradient(#687981, #687981);
    background-image: -moz-linear-gradient(#687981, #687981);
    background-image: -o-linear-gradient(#687981, #687981);
    background-image: linear-gradient(#687981, #687981);
    background-size: 25% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    height: 7px;
}

input[type="range"] {
    display: block;
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.number-input {
    padding: 10px 17px;
    min-width: 70px;
    line-height: 1;
    border: 1px solid #6d6d6d;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border: 0;
    background: #f7f7f7;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    -webkit-appearance: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.range-slider input[type="range"]::-moz-range-thumb:active {
    height: 28px;
    width: 28px;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    border: 0;
    background: #f7f7f7;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    -webkit-appearance: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.range-slider input[type="range"]::-webkit-slider-thumb:active {
    height: 28px;
    width: 28px;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
}

/*Input radio button and checkbox styling end */

/* select drop down custom */

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
}

.custom-dropdown select {
    background-color: #fff;
    box-shadow: 0px 0px 2px #ddd;
    border: 1px solid #bbb !important;
    color: #555;
    padding: 5px 10px 5px 9px;
    width: 100%;
    font-size: inherit;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: button;
    /* hide default arrow in chrome OSX */
}

.custom-dropdown option {
    border: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: 0.625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -0.5em;
}

.custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
    color: rgba(0, 0, 0, 0.3);
}

.custom-dropdown select[disabled]::after {
    color: rgba(0, 0, 0, 0.1);
}

.custom-dropdown::before {
    background-color: #dcdcdc;
    border: 1px solid #aaa;
}

.custom-dropdown::after {
    color: rgba(0, 0, 0, 0.4);
}

/*drop down end */

/* input text field */

.url_form_prepend_box {
    display: table-cell;
}

.url_form_prepend_box:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.brr {
    border-radius: 0px 4px 4px 0px;
}

.input_box {
    display: inline-flex;
    width: 100%;
    height: 55px;
}

.url_form_prepend_box {
    background: #057daf;
    padding-top: 6px;
    width: 60px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #057daf;
}

.inp {
    height: 55px;
    background-color: #f8f8f8;
}

.tools_input_form:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

/* input text field styling end */

/**Page Inner Container**/

.progress {
    height: 1.8rem;
    font-size: 0.9rem;
}

/**Page Inner Container**/

/**FOOTER**/

.fixed-width {
    text-align: center;
    width: 1.25em;
}

.footer-container {
    border-top: 1px solid #000000;
    box-shadow: 0px 0px 7px #666;
}

.footer-widget-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 20px 0px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-widget {
    color: #fff;
}

.footer-widget .widget-title {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 8px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: color 0.2s ease-in-out;
}

.footer-widget a.widget-title {
    display: inline-block;
}

.footer-widget a.widget-title:hover {
    color: #d7d7d7;
}

.footer-widget .widget-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.footer-widget .widget-list li {
    position: relative;
    padding-left: 25px;
}
.footer-widget .widget-list li::before {
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #309ccd;
    position: absolute;
    left: 0px;
    top: 6px;
}
.footer-widget .widget-list a {
    color: #ddd;
    margin-bottom: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 0px;
}

.footer-widget .widget-list a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-copyright-container {
    background-color: #343a40;
}

.footer-copyright-container .footer-inner-container {
    border-top: 1px solid #929292;
}

.copyright-text,
.privacy-text,
.contact-text {
    padding: 5px 0;
    color: #f4f4f4;
    font-weight: 400;
    font-size: 12px;
}

.privacy-text a,
.contact-text a {
    color: inherit;
    text-decoration: none;
}

.footer-widget .logo_footer img {
    width: 170px;
    filter: grayscale(1);
    mix-blend-mode: screen;
}
.footer-widget .logo_footer:hover img {
    filter: grayscale(0);
}

@media screen and (max-width: 1200px) {
    .footer-widget-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .footer-widget-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 575px) {
    .footer-widget-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
/**FOOTER END**/

/** unstyled-link**/

.unstyled-link {
    color: inherit !important;
    text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
    .dns_health_tool_h4 {
        font-size: 15px !important;
    }
}

@media (max-width: 1228px) {
    .form-control-input {
        min-width: 37% !important;
    }
}

@media (max-width: 1280px) {
    .my_ipv6_address {
        font-size: 17px !important;
    }
}

@media (min-width: 992px) and (max-width: 1215px) {
    .tool_button_heading {
        font-size: 13px !important;
    }
}

@media (max-width: 1130px) {
    .form-control-input {
        min-width: 33% !important;
    }
}

@media (max-width: 1080px) {
    .form-control-input {
        min-width: 100% !important;
        margin-bottom: 10px !important;
        border: 0 none;
        height: 42px;
        display: inline-block;
        border: 1px solid #ced4da;
        border-radius: 0 !important;
    }
}

@media (min-width: 576px) {
    .all_tools_buttons {
        flex: 0 0 44.6% !important;
        max-width: 44.6% !important;
    }
}

@media (min-width: 768px) {
    .all_tools_buttons {
        flex: 0 0 29% !important;
        max-width: 29% !important;
    }
}

@media (min-width: 992px) {
    .all_tools_buttons {
        flex: 0 0 22% !important;
        max-width: 22% !important;
    }
}

@media (max-width: 991px) {
    .hide-in-mobile {
        display: none;
    }
    .menu-nav {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .menu-nav .navbar-toggler {
        font-size: 13px;
        padding: 0.2rem 0.5rem;
    }
    .menu-nav-list-item .nav-link {
        border-right: 0 none;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .menu-nav .navbar-text {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .all_tools_h1 {
        font-size: 23px !important;
    }
    .my_ipv4_address {
        font-size: 32px !important;
    }
    .my_ipv6_address {
        font-size: 19px !important;
    }
    .footer-widget {
        padding-bottom: 0;
    }
}

@media (max-width: 728px) {
    .tool-group-box {
        width: 100%;
    }
    .all_tools_h1 {
        font-size: 23px !important;
    }
    .my_ipv4_address {
        font-size: 23px !important;
    }
    .my_ipv6_address {
        font-size: 19px !important;
    }
}

@media (max-width: 450px) {
    .display-4 {
        font-size: 2.5rem;
    }
    .countries_text_main {
        font-size: 12px;
    }
    /*tools pages */
    .mobile_headings {
        font-size: 18px !important;
    }
    .my_ipv6_address {
        font-size: 17px !important;
    }
    .my_ipv4_address {
        font-weight: 700;
    }
    /*tools pages */
}

@media (max-width: 350px) {
    .my_ipv6_address {
        font-size: 13px !important;
    }
}

/** Ads css **/

/** Ads media queries **/

/** Ads css **/

pre {
    white-space: -moz-pre-wrap;
    /* Mozilla, supported since 1999 */
    white-space: -pre-wrap;
    /* Opera */
    white-space: -o-pre-wrap;
    /* Opera */
    white-space: pre-wrap;
    /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;
    /* IE 5.5+ */
}

.animate.shake-horizontal {
    animation: shake-horizontal 0.82s 5 cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake-horizontal {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0) rotate(0deg);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0) rotate(0deg);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0) rotate(0deg);
    }
    40%,
    60% {
        transform: translate3d(3px, 0, 0) rotate(0deg);
    }
}

.animate.shake-vertical {
    animation: shake-vertical 0.82s 5 cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake-vertical {
    10%,
    90% {
        transform: translate3d(0, -1px, 0) rotate(90deg);
    }
    20%,
    80% {
        transform: translate3d(0, 2px, 0) rotate(90deg);
    }
    30%,
    50%,
    70% {
        transform: translate3d(0, -3px, 0) rotate(90deg);
    }
    40%,
    60% {
        transform: translate3d(0, 3px, 0) rotate(90deg);
    }
}

.has_copy_icon + i.icon-copy-alt {
    display: none;
}

.has_copy_icon + i.icon-copy-alt:hover,
.has_copy_icon:hover + i.icon-copy-alt {
    display: block;
}

.h2-pad {
    border-left: 10px solid #309acf;
    background-color: #f4f4f5;
    font-size: 2.3rem;
}

.h3-pad {
    border-left: 18px solid #28a745;
}

.h4-pad {
    border-left: 22px solid #6c757d;
}

.thumbnails {
    background-color: #f4f4f5;
    display: inline-block;
}

.descriptions h1,
.descriptions.h1,
.descriptions h2,
.descriptions.h2,
.descriptions h3,
.descriptions.h3,
.descriptions h4,
.descriptions.h4,
.descriptions h5,
.descriptions.h5,
.descriptions h6,
.descriptions.h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}
.descriptions h1,
.descriptions.h1 {
    line-height: 1.2;
}
.descriptions h2,
.descriptions .h2 {
    line-height: 1.5;
}

.descriptions h3,
.descriptions .h3 {
    line-height: 1.5;
}

.descriptions h4,
.descriptions .h4 {
    line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
    .descriptions h4,
    .descriptions .h4 {
        font-size: 1.25rem;
    }
}
.descriptions p {
    line-height: 1.5;
}

.descriptions ul li,
.descriptions ol li {
    line-height: 1.85;
}
/*related tools */
.related-links-href {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none !important;
}

.related-links-href:hover {
    border-color: #333;
    background-color: #708090;
    color: #fff;
}

.all-tools-button-related-tools {
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none !important;
}

.all-tools-button-related-tools:hover {
    border-color: #333;
    background-color: #4169e1;
    color: #fff;
}

.tool_button_heading {
    font-size: 14px !important;
}

@media (max-width: 991px) {
    #mTools_links.hide {
        height: 160px;
        overflow-y: hidden;
    }
}

kdb {
    display: inline-block;
    margin: 0 0.1em;
    padding: 0.1em 0.6em;
    font-family: var(--ff-sans);
    font-size: 11px;
    line-height: var(--s-prose-line-height);
    color: var(--black-800);
    text-shadow: 0 1px 0 #fff;
    background-color: #e4e6e8;
    border: 1px solid #9fa6ad;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgb(12 13 14 / 15%), inset 0 1px 0 0 #fff;
    overflow-wrap: break-word;
}
p.jump-records > span {
    padding: 0.21rem;
    text-decoration: underline;
    cursor: pointer;
}
a.jump-link {
    color: #0068c5 !important;
}
.whois-link-wrapper {
    margin: 0 0.21rem;
}
span.pipe::after {
    content: "|";
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
a.records,
.download-wrapper {
    border-radius: 10px;
}
.dmarc-gen-label {
    font-size: 0.7rem;
}
.tool-related-links > a:hover {
    color: #0062cc;
    text-decoration: none;
}

.tool-related-links .related_tools_heading {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
}
.tool-related-links .related_tool_link {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #309ccd;
    display: inline-block;
    margin-right: 20px;
}
.tool-related-links .related_tool_link:last-of-type {
    margin-right: 0px;
}

.break-word {
    word-break: break-word;
}

.g-recaptcha:empty:before,
.cf-turnstile:empty:before {
    content: "Loading Captcha...";
}
