@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-100.woff2) format("woff2"), url(../fonts/roboto/roboto-100.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-300.woff2) format("woff2"), url(../fonts/roboto/roboto-300.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-regular.woff2) format("woff2"), url(../fonts/roboto/roboto-regular.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-italic.woff2) format("woff2"), url(../fonts/roboto/roboto-italic.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-500.woff2) format("woff2"), url(../fonts/roboto/roboto-500.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-700.woff2) format("woff2"), url(../fonts/roboto/roboto-700.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-700italic.woff2) format("woff2"), url(../fonts/roboto/roboto-700italic.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local(""), url(../fonts/roboto/roboto-900.woff2) format("woff2"), url(../fonts/roboto/roboto-900.woff) format("woff");
}
.icon-tabler {
    display: inline-block;
    vertical-align: text-bottom;
}
body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #e9e9e9;
}
body.rtl {
    direction: rtl;
}
body.margin-top {
    padding-top: 40px;
}
body.embed {
    background-color: transparent;
}
.admin-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #2f2f2f;
    color: #eee;
    z-index: 1000;
}
.admin-bar .padding {
    padding: 10px 0 0 0;
}
.admin-bar a {
    color: #eee;
}
.admin-bar a i {
    font-size: 15px;
    vertical-align: text-top;
    margin: 0 3px 0 0;
}

section.title {
    background: #2196f3;
    color: #fff;
    padding: 20px 20px;
}
section.title h1 {
    font-size: 21px;
    padding: 0;
    margin: 0;
}

section.jumbo {
    background-color: #2196f3;
    background-image: url(../images/jumbomask.png?v=3);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    padding: 140px 20px;
    color: #fff;
    text-align: center;
}
section.jumbo h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0;
}
section.jumbo h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 0;
}
section.jumbo a {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 25px;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}
section.jumbo a:hover {
    color: #2196f3;
    background-color: #fff;
}
section.icons {
    background-color: #f5f5f5;
    padding: 90px 20px;
}
section.icons div.icon {
    margin: 0 0 20px;
    color: #777;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
section.icons div.icon svg {
    fill: currentColor;
    width: 64px;
    height: 64px;
}
section.icons h3 {
    font-size: 21px;
    color: #555;
    margin: 0 0 7px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
section.icons p {
    font-size: 16px;
    color: #777;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
section.icons .col-md-4 {
    text-align: center;
}
section.icons .col-md-4:hover h3 {
    color: #333;
}
section.icons .col-md-4:hover p {
    color: #444;
}
section.icons .col-md-4:hover div.icon {
    color: #2196f3;
}
section.home-tools {
    background-color: #e4e4e4;
    padding: 100px 20px;
    text-align: center;
}
section.home-tools h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 20px;
}
section.home-tools input {
    background-color: #d1d1d1;
    font: inherit;
    font-size: 18px;
    color: #333;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 12px 25px;
    margin-right: 5px;
    width: 100%;
    max-width: 400px;
}
section.home-tools button {
    background-color: #2196f3;
    font: inherit;
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 12px 30px;
}
.home-content--middle {
    background-color: #fbfbfb;
}
.home-content--bottom {
    background-color: #f5f5f5;
}
section.website {
    background-color: #29313b;
    padding: 0 15px;
}
section.website.alt {
    background-color: #3a4858;
}
section.website .site-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section.website .select {
    position: relative;
    z-index: 1000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    padding-left: 6px;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
}
section.website .select.project {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    cursor: pointer;
}
section.website .select .button {
    cursor: pointer;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.website .select .button:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
section.website .select .button.project {
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    margin-left: 10px;
    height: auto;
}
section.website .select .button .arrow-down {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.8);
}
section.website .select .label {
    display: inline-block;
    padding: 30px 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}
section.website .select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 4px 0 0;
    background: #3e4b5b;
    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 0 #515f71;
    box-shadow: 0 -1px 0 #515f71;
    min-width: 220px;
}
section.website .select .dropdown ul li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding: 9px 25px;
}
section.website .select .dropdown ul li a div {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 7px 0 0;
}
section.website .select .dropdown ul li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}
section.website .select .dropdown ul li a.working {
    cursor: progress !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.website .select .dropdown ul li.active a {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
}
section.website .select .dropdown ul li hr {
    border: 0;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 4px 0;
    height: 1px;
}
section.website .select.project .dropdown {
    right: auto;
    left: 0;
    top: 80%;
}
section.website input[name="site"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: block;
    background-color: transparent;
    border: 0;
    margin: 10px 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
section.website input[name="site"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    outline: 0;
    border-radius: 5px;
}
section.website .apply {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
    padding-left: 6px;
}
section.website .apply button {
    cursor: pointer;
    height: 42px;
    background-color: #256397;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 0 15px;
    border: 0;
}
section.website.alt input.text-input {
    color: #fff;
    font-size: 16px;
}
section.website.alt input.text-input::-webkit-input-placeholder {
    color: #ccc;
}
section.website.alt input.text-input::-moz-placeholder {
    color: #ccc;
}
section.website.alt input.text-input::-ms-input-placeholder {
    color: #ccc;
}
section.website.alt input.text-input::placeholder {
    color: #ccc;
}
section.website form > input.text-input {
    width: 100%;
}
body.rtl section.website .select .dropdown {
    right: 0;
    left: auto;
}
section.title.tool-title {
    background-color: #3f4e61;
    padding: 25px 20px;
}
section.title.tool-title .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.title.tool-title .flex .icon {
    margin-right: 18px;
}
section.title.tool-title .flex .icon img {
    width: 32px;
    height: 32px;
}
section.title.tool-title .flex .name h1 {
    color: #736c6c;
    font-size: 18px;
    margin-top: 2px;
}
section.tools {
    padding: 50px 0;
}
section.tools.bottom-html {
    padding-bottom: 10px;
}
section.tools.top-html {
    padding-top: 30px;
}
section.tools h3 {
    margin: 0;
    font-size: 17px;
}
.category {
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.category:last-of-type {
    border-bottom: 0;
}
.category .title {
    border-bottom: 1px solid #d9d9d9;
    padding: 6px 0;
    margin: 0 0 20px;
}
.category .title h2 {
    font-size: 20px;
}
.category .title p {
    margin-bottom: 10px;
}
.category a.tool {
    float: left;
    width: 125px;
    text-align: center;
    min-height: 145px;
    vertical-align: top;
    position: relative;
}
.category a.tool .tool-loader {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-align: center;
}
.category a.tool .tool-loader img {
    width: 16px;
    height: 16px;
    margin: 12px 0 0;
}
.category a.tool .tc {
    width: 125px;
    min-height: 125px;
    vertical-align: top;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.category a.tool .tc > div {
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
}
.category a.tool .tc > div span {
    display: block;
    color: #444;
    font-weight: 500;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0 2px;
}
.category a.tool img {
    width: 50px;
    height: 50px;
    margin: 2px 0 0;
}
.category a.tool:hover {
    text-decoration: none;
}
.category a.tool:hover .tc {
    background-color: rgba(0, 0, 0, 0.05);
}
.category a.tool.is-loading {
    cursor: progress !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.category a.tool.is-loading .tc {
    background-color: rgba(0, 0, 0, 0.1);
}
.category a.tool.locked {
    -webkit-filter: grayscale(100%) opacity(80%);
    filter: grayscale(100%) opacity(80%);
}
.category a.tool.locked img {
    -webkit-filter: grayscale(100%) opacity(40%);
    filter: grayscale(100%) opacity(40%);
}
.category .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.category .slot-468x60 {
    text-align: center;
    margin: 15px 0 0;
}
.category .slot-468x60 .slot-inner {
    display: inline-block;
    text-align: left;
}
body.rtl .category a.tool {
    float: right;
}
.tool-content--bottom {
    border-top: 1px solid #d9d9d9;
    background-color: #f3f3f3;
}
.tool-content--top {
    border-bottom: 1px solid #d9d9d9;
    background-color: #f3f3f3;
}
.pre-scroll-container pre {
    overflow: auto;
    white-space: pre-wrap;
}
section.login-form {
    padding: 100px 20px;
}
section.login-form form {
    margin: 0 auto;
    max-width: 400px;
}
section.login-form form.center {
    text-align: center;
}
section.login-form label {
    display: block;
    font-size: 17px;
    margin: 0 0 3px;
}
section.login-form input.text-input,
section.login-form input[type="password"] {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 45px;
    padding: 0 15px;
    margin: 0 0 10px;
    font: inherit;
    font-size: 17px;
    font-weight: 400;
    color: #555;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.login-form input.text-input:focus,
section.login-form input[type="password"]:focus {
    border-color: #44a4ff;
    outline: 0;
}
section.login-form button[type="submit"] {
    background-color: #3d8dc5;
    border: 1px solid #3d8dc5;
    height: 45px;
    padding: 0 15px;
    letter-spacing: 0.2px;
    font: inherit;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.login-form button[type="submit"].inline {
    width: auto;
    display: inline-block;
}
section.login-form h2 {
    text-align: center;
    margin: 0;
    padding: 0 0 15px;
    font-size: 21px;
}
section.login-form .info {
    padding: 20px 0 0;
    font-size: 14px;
    text-align: center;
}
section.login-form .info .sep {
    display: inline-block;
    color: #aaa;
    padding: 0 5px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.login-form .legal-container {
    padding: 6px 1px 11px;
}
section.login-form .legal {
    padding: 3px 0;
}
section.login-form .legal label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
}
section.login-form .legal input {
    margin: 0 8px 0 0;
}
section.login-form .g-recaptcha {
    margin-bottom: 9px;
}
section.account {
    padding: 40px 20px;
}
section.account a {
    text-decoration: none;
    color: inherit;
}
section.account .option {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    padding: 50px 25px;
    margin: 0 0 25px;
    text-align: center;
    color: #666;
}
section.account .option:hover {
    background-color: rgba(240, 240, 240, 0.5);
    color: #444;
}
section.account svg {
    width: 48px;
    height: 48px;
    stroke: currentColor;
    stroke-width: 1.5;
    margin: 0 0 15px;
}
section.account h3 {
    margin: 0;
    font-size: 21px;
}
section.websites {
    padding: 50px 20px;
}
section.websites h3 {
    font-size: 21px;
    margin: 0 0 15px;
}
section.websites p {
    font-size: 15px;
    margin: -5px 0 20px;
    color: #555;
}
section.websites form input.text-input {
    border: 2px solid #cfcfcf;
    height: 45px;
    font-size: 15px;
    color: #666;
    border-radius: 3px;
    padding: 0 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 40px;
    background: #fff;
    margin: 0 0 10px;
}
section.websites form input.text-input:focus {
    outline: 0;
    border-color: #66afe8;
}
section.websites form input[type="submit"] {
    background-color: #3d8dc5;
    border: 1px solid #3d8dc5;
    height: 40px;
    padding: 0 28px;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.websites .item {
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #f2f2f2;
    color: #777;
    border-bottom: 2px solid #cfcfcf;
}
section.websites .item:last-of-type {
    border-bottom: 0;
}
section.websites .item:hover {
    background-color: #e0e0e0;
    text-decoration: none;
}
section.websites .item a {
    color: #555;
}
section.websites .list {
    border: 2px solid #cfcfcf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.custom-content {
    padding: 40px 20px;
    line-height: 1.7;
    font-size: 16px;
    color: #444;
}
section.custom-content .content {
    background-color: #fff;
    border-radius: 3px;
    padding: 25px 25px;
}
section.custom-content .content:after {
    clear: both;
    display: table;
    content: "";
}
section.custom-content.tool-top {
    padding-bottom: 0;
}
section.custom-content.tool-bottom {
    padding-top: 0;
}
section.custom-content strong {
    font-weight: 500;
    color: #333;
}
section.custom-content h1,
section.custom-content h2,
section.custom-content h3 {
    margin: 25px 0 15px;
    color: #222;
}

section.custom-content h1 {
    font-size: 30px;
}
section.custom-content h2 {
    font-size: 26px;
}
section.custom-content h3 {
    font-size: 22px;
}
section.custom-content p,
section.custom-content pre {
    font-size: inherit;
    margin: 15px 0;
}

section.custom-content .slots {
    float: right;
}
section.custom-content .slots .slot {
    margin-left: 25px;
    margin-bottom: 25px;
}
section.custom-content img {
    max-width: 100%;
}
section.custom-content.tool-top + section.tool {
    padding-top: 20px;
}
section.tool + section.custom-content.tool-bottom {
    padding-top: 0;
}
.error,
.error-fixed {
    background: #f44336;
    font-size: 15px;
    color: #fff;
    padding: 11px 20px;
    margin: 15px 0;
    border-radius: 2px;
}
.error-fixed.wide,
.error.wide {
    margin: 0;
    padding: 15px 20px;
    border-radius: 0;
}
.success {
    background: #2b921d;
    font-size: 15px;
    color: #fff;
    padding: 11px 20px;
    margin: 15px 0;
    border-radius: 2px;
}
.success.wide {
    margin: 0;
    padding: 15px 20px;
    border-radius: 0;
}
section.generic {
    padding: 40px 20px;
}
section.generic h3 {
    font-size: 18px;
}
section.generic.error-message,
section.generic.success-message {
    text-align: center;
    padding: 60px 20px;
}
section.generic.error-message .container div,
section.generic.success-message .container div {
    margin: 0 0 20px;
}
section.generic.error-message p {
    color: #d03d3d;
    font-size: 18px;
    margin: 10px 0 0;
}
section.generic.success-message p {
    color: #71ab6f;
    font-size: 18px;
    margin: 0;
}
.advertising {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advertising > .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.advertising > .slots {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 0 30px;
}
.advertising > .slots .slot {
    margin-bottom: 30px;
    margin-left: 30px;
}
.advertising > .slots .slot:last-of-type {
    margin-bottom: 0;
}
.advertising.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.advertising.vertical > .slots {
    text-align: center;
    padding-left: 0;
}
.advertising.vertical > .slots .slot .slot-inner {
    display: inline-block;
    text-align: left;
}
.advertising.vertical > .slots.padded .slot {
    padding-top: 30px;
}
.slot.center {
    text-align: center;
}
.slot.center .slot-inner {
    display: inline-block;
    text-align: left;
}
.slot.center .slot-inner > a img,
.slot.center .slot-inner > img {
    max-width: 100%;
}
.slot.mt-1 {
    margin-top: 10px;
}
.slot.mt-2 {
    margin-top: 20px;
}
.slot.mt-3 {
    margin-top: 25px;
}
.slot.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.slot.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.slot.my-3 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.slot.mb-1 {
    margin-bottom: 10px;
}
.slot.mb-2 {
    margin-bottom: 20px;
}
.slot.mb-3 {
    margin-bottom: 25px;
}
.slot.mb-n1 {
    margin-bottom: -10px;
}
template {
    display: none;
}
a.loadable,
button.loadable {
    position: relative;
}
a.loadable .loadable-overlay,
button.loadable .loadable-overlay {
    display: none;
}
a.loadable.triggered,
button.loadable.triggered {
    cursor: progress !important;
    border-color: #444 !important;
    color: transparent !important;
}
a.loadable.triggered .loadable-overlay,
button.loadable.triggered .loadable-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: rgba(50, 50, 50, 0.8);
    -webkit-backdrop-filter: grayscale(100%);
    backdrop-filter: grayscale(100%);
}
a.loadable.triggered .loadable-overlay svg,
button.loadable.triggered .loadable-overlay svg {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    stroke: #fff;
    width: 1.25em;
    height: 1.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.sparklines {
    line-height: 1;
}
.jqstooltip {
    height: auto !important;
    width: auto !important;
    padding: 8px 10px !important;
    border-radius: 3px;
}
.jqstooltip span {
    display: block;
}
.jqstooltip span.date {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 2px;
}
.jqstooltip span.value {
    font-size: 12px;
    font-weight: 400;
}
section.tool {
    padding: 40px 20px 0;
}
section.tool .table-container {
    margin: 0 0 25px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow-x: auto;
}
section.tool .table-container .options {
    float: right;
    padding: 24px 25px 0 0;
}
section.tool .table-container .options .option {
    display: inline-block;
    padding: 5px 18px;
    color: #333;
    border: 1px solid #333;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-size: 15px;
    text-decoration: none;
}
section.tool .table-container .options .option.green {
    color: #4caf50;
    border: 1px solid #4caf50;
}
section.tool .table-container .options .option.green:hover {
    color: #fff;
    background-color: #4caf50;
}
section.tool .table-container .options .option.blue {
    color: #3f91ca;
    border: 1px solid #3f91ca;
}
section.tool .table-container .options .option.blue:hover {
    color: #fff;
    background-color: #3f91ca;
}
section.tool .table-container h2 {
    font-size: 21px;
    padding: 25px;
}
section.tool .table-container table {
    min-width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
section.tool .table-container table thead tr th {
    border-bottom: 2px solid #eef3f6;
    padding: 6px 15px;
    font-size: 13px;
    color: #9bafb6;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.2px;
}
section.tool .table-container table thead tr th.center {
    text-align: center;
}
section.tool .table-container table thead tr th.shrink {
    width: 0;
}
section.tool .table-container table thead tr th:first-of-type {
    padding-left: 25px;
}
section.tool .table-container table thead tr th:last-of-type {
    padding-right: 25px;
}
section.tool .table-container table tbody tr td {
    padding: 15px 15px;
    font-size: 13px;
    color: #555;
    border-bottom: 2px solid #eef3f6;
    vertical-align: middle;
    word-break: break-word;
}
section.tool .table-container table tbody tr td.center {
    text-align: center;
    word-break: normal;
}
section.tool .table-container table tbody tr td.shrink {
    width: 0.1%;
    white-space: nowrap;
}
section.tool .table-container table tbody tr td.no-wrap {
    white-space: nowrap;
}
section.tool .table-container table tbody tr td:first-of-type {
    padding-left: 25px;
}
section.tool .table-container table tbody tr td:last-of-type {
    padding-right: 25px;
}
section.tool .table-container table tbody tr.odd td {
    background-color: #f6fbfc;
}
section.tool .table-container table tbody tr.highlight td {
    background-color: #eafcff;
}
section.tool .table-container pre {
    border-top: 2px solid #eef3f6;
    padding: 20px 25px;
    color: #666;
    font-size: 13px;
}
section.tool .sticky {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #eef3f6;
    background-color: #fff;
}
section.tool .sticky .container table thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
}
section.tool .sticky .table-container {
    margin: 0;
}
section.tool .sticky .up {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url(../images/up36.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 6px;
    top: 6px;
}
section.tool .colored-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}
section.tool .colored-value .value {
    line-height: 11px;
}
section.tool .colored-value .circle {
    width: 11px;
    height: 11px;
    border-radius: 11px;
}
section.tool img.favicon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}
section.tool img.flag {
    border-radius: 3px;
    width: 26px;
}
section.tool td.serp {
    min-width: 350px;
}
section.tool td.serp .serp-title {
    font-size: 1.1em;
}
section.tool td.serp .serp-title strong {
    color: #1a0dab;
    font-weight: 500;
}
section.tool td.serp .serp-title .favicon {
    margin-top: -3px;
}
section.tool td.serp .serp-citation {
    font-size: 1.1em;
    color: #006621;
    margin-bottom: 3px;
}
section.tool td.serp .serp-description {
    font-size: 1.1em;
    color: #666;
}
section.tool .btn {
    cursor: pointer;
    border: 1px solid #aaa;
    color: #aaa;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
section.tool .btn.btn-green {
    border-color: #19cc95;
    color: #19cc95;
}
section.tool .btn.btn-green:hover {
    color: #fff;
    background-color: #19cc95;
    text-decoration: none;
}
section.tool .form-container {
    margin: 0 0 25px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.tool .form-container h2 {
    font-size: 21px;
    padding: 25px;
}
section.tool .form-container td {
    vertical-align: middle;
}
section.tool .form-container form {
    border-top: 2px solid #eef3f6;
    padding: 25px;
}
section.tool .form-container form input.text-input {
    border: 1px solid #d0d0d0;
    background: #fff;
    font: inherit;
    padding: 3px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 8px 0 0;
    min-width: 300px;
}
section.tool .form-container form select.select-input {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    height: 28px;
    margin: 0 10px 0 0;
    padding: 0 0 0 5px;
    font: inherit;
    font-size: 13px;
}
section.tool .form-container form button[type="submit"],
section.tool .form-container form input[type="submit"] {
    background-color: #3f91ca;
    cursor: pointer;
    border: 1px solid #3f91ca;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
section.tool .form-container form label.gray {
    color: #777;
}
section.tool .form-container form .tool-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
}
section.tool .form-container form .tool-form .label {
    margin-right: 10px;
}
section.tool .form-container form .tool-form .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-right: 20px;
}
section.tool .form-container form .tool-form .input input.text-input,
section.tool .form-container form .tool-form .input select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
}
section.tool .text-container {
    margin: 0 0 25px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.tool .text-container h2 {
    font-size: 21px;
    padding: 20px 25px;
    border-bottom: 2px solid #eef3f6;
}
section.tool .text-container .text {
    padding: 25px 25px 0;
    color: #555;
    word-break: break-all;
}
section.tool .text-container .text:after {
    display: table;
    clear: both;
    content: "";
}
section.tool .text-container h3 {
    font-size: 16px;
}
section.tool .text-container ul {
    margin: 12px 0 25px;
}
section.tool .text-container ul li {
    list-style-type: disc;
    margin: 0 0 0 25px;
    word-break: break-all;
}
section.tool .text-container p:last-child {
    padding-bottom: 25px;
}
section.tool .info {
    margin: 0 0 25px;
    padding: 25px 25px 24px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.tool .info p {
    font-size: 16px;
    color: #777;
    line-height: 1;
    margin: 0;
}
section.tool .stats {
    padding: 10px 25px;
    margin: 0 0 25px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.tool .stats .statistic {
    padding: 15px 0;
    text-align: center;
}
section.tool .stats .statistic h3 {
    font-size: 21px;
    color: #555;
}
section.tool .stats .statistic span {
    color: #777;
    font-size: 15px;
}
section.tool p.success-label {
    color: #71ab6f;
    font-size: 18px;
    margin: 0;
}
section.tool p.error-label {
    color: #d03d3d;
    font-size: 18px;
    margin: 0;
}
section.tool .red-label {
    background: #ff4b4b;
    padding: 1px 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    margin: 4px 0 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.tool .table-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.tool .table-actions h2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
section.tool .table-actions .actions-container {
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}
section.tool button.action-button {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 9px 4px 6px;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    color: #555;
    position: relative;
    cursor: pointer;
}
section.tool button.action-button svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
}
section.tool button.action-button span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding-top: 2px;
}
section.tool button.action-button .checkmark {
    display: none;
}
section.tool button.action-button.action-success .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #19ba54;
    border-radius: 3px;
    cursor: default;
}
section.tool button.action-button.action-success .checkmark svg {
    stroke: #fff;
}
section.tool .rate-limited h2 {
    font-size: 19px;
    margin-bottom: 4px;
}
section.tool .captcha {
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 25px;
}
section.tool .captcha .captcha-button {
    background-color: #3f91ca;
    cursor: pointer;
    border: 1px solid #3f91ca;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
section.tool .captcha .captcha-error {
    margin: 0 0 10px;
    color: #b00;
}
body.embed .container {
    padding-left: 5px;
    padding-right: 5px;
}
body.embed section.tool {
    padding: 10px 0 0;
}
body.embed section.tool .form-container,
body.embed section.tool .stats,
body.embed section.tool .table-container,
body.embed section.tool .text-container {
    background-color: #fcfcfc;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
body.embed section.embedded {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.embed section.embedded:first-child {
    margin-top: 0 !important;
}
body.embed section.embedded:last-child {
    margin-bottom: 0 !important;
}
body.embed section.embed.no-header section.tool {
    padding-top: 0;
}
body.embed section.title.tool-title {
    padding: 25px 20px;
    border-radius: 4px;
    margin: 5px;
}
body.embed section.website.alt {
    border-radius: 4px;
    margin: 5px;
    margin-bottom: 0;
}
body.embed section.website.alt form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body.embed section.website.alt form .apply button {
    height: 39px;
}
body.embed .container {
    width: auto !important;
}
@media (max-width: 1785px) {
    section.jumbo {
        background-size: auto 100%;
    }
}
@media (max-width: 1198px) {
    .advertising {
        display: block;
    }
    .advertising > .slots {
        padding: 30px 0 0;
        text-align: center;
    }
    .advertising > .slots .slot {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    section.icons {
        padding: 50px 20px;
    }
    section.icons .col-md-4 p {
        margin-bottom: 50px;
    }
    section.icons .col-md-4:last-child p {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    
    section.jumbo {
        padding: 50px 20px;
    }
    section.jumbo h1 {
        font-size: 28px;
    }
    section.jumbo h2 {
        font-size: 21px;
    }
    section.jumbo a {
        font-size: 16px;
        padding: 8px 20px;
    }
    section.home-tools {
        padding: 50px 20px;
    }
    section.home-tools input {
        margin-bottom: 10px;
        margin-right: 0;
    }
    section.custom-content .slots {
        float: none;
    }
    section.custom-content .slots .slot {
        margin-left: 0;
    }
    section.tool .form-container form .tool-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    section.tool .form-container form .tool-form .input {
        padding-right: 0;
    }
    section.tool .form-container form .tool-form .input input.text-input,
    section.tool .form-container form .tool-form .input select {
        margin: 0 0 8px;
    }
}
