@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900");
.evo-seo-theme {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility; }
  .evo-seo-theme .alert {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px transparent;
    border-radius: 2px;
    font-size: 0.9rem;
    padding: 10px;
    width: 100%;
    background-color: #fff; }
    .evo-seo-theme .alert p {
      font-size: inherit; }
    .evo-seo-theme .alert:not(:last-child) {
      margin-bottom: 15px; }
    .evo-seo-theme .alert p:first-child {
      margin-top: 0; }
    .evo-seo-theme .alert p:last-child {
      margin-bottom: 0; }
  .evo-seo-theme .alert-info {
    color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 2px 0 #343a40;
            box-shadow: 0 0 2px 0 #343a40; }
    .evo-seo-theme .alert-info a {
      color: #343a40;
      font-weight: bold; }
  .evo-seo-theme .alert-success {
    color: #343a40;
    border-color: #65e2ef;
    -webkit-box-shadow: 0 0 2px 0 #65e2ef;
            box-shadow: 0 0 2px 0 #65e2ef; }
    .evo-seo-theme .alert-success a {
      color: #343a40;
      font-weight: bold; }
  .evo-seo-theme .alert-warning {
    color: #343a40;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 2px 0 #ffc107;
            box-shadow: 0 0 2px 0 #ffc107; }
    .evo-seo-theme .alert-warning a {
      color: #343a40;
      font-weight: bold; }
  .evo-seo-theme .alert-danger {
    color: #d70455;
    border-color: #d70455;
    -webkit-box-shadow: 0 0 2px 0 #d70455;
            box-shadow: 0 0 2px 0 #d70455; }
    .evo-seo-theme .alert-danger a {
      color: #d70455;
      font-weight: bold; }
  .evo-seo-theme .btn {
    font-weight: 500;
    padding: 5px;
    width: auto;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */ }
  .evo-seo-theme .btn {
    border: 1px solid #a8bfd9;
    color: #a8bfd9; }
    .evo-seo-theme .btn:disabled {
      border-style: dashed;
      cursor: not-allowed; }
    .evo-seo-theme .btn:hover:not(:disabled) {
      -webkit-box-shadow: 0 0 1px 1px #65e2ef;
              box-shadow: 0 0 1px 1px #65e2ef;
      border-color: transparent;
      color: #57dceb; }
  .evo-seo-theme .btn-active {
    -webkit-box-shadow: 0 0 1px 1px #65e2ef;
            box-shadow: 0 0 1px 1px #65e2ef;
    border-color: transparent;
    color: #57dceb; }
  .evo-seo-theme .btn-inside-tooltip {
    text-decoration: none;
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    display: block; }
  .evo-seo-theme .btn-text {
    border: none;
    background: none;
    outline: none; }
  .evo-seo-theme .cursor-hand {
    cursor: pointer; }
  .evo-seo-theme .cursor-disabled {
    cursor: not-allowed; }
  .evo-seo-theme .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .evo-seo-theme .field .label {
      font-weight: 500; }
    .evo-seo-theme .field .control {
      border: 1px solid rgba(168, 191, 217, 0.5);
      border-radius: 2px;
      padding: 2px 4px; }
      .evo-seo-theme .field .control.active {
        border: solid 1px #43e4ee;
        -webkit-box-shadow: 0 0 5px 0 #43e4ee;
                box-shadow: 0 0 5px 0 #43e4ee; }
      .evo-seo-theme .field .control input,
      .evo-seo-theme .field .control select,
      .evo-seo-theme .field .control textarea {
        height: 24px;
        width: 100%;
        border: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 0.9rem; }
      .evo-seo-theme .field .control select {
        max-height: 24px; }
      .evo-seo-theme .field .control textarea {
        min-height: 48px;
        height: 48px; }
        .evo-seo-theme .field .control textarea:disabled {
          background-color: #e0e0e0;
          resize: none;
          min-height: 52px;
          height: 52px; }
    .evo-seo-theme .field .disabled {
      background-color: #e0e0e0;
      margin: 0;
      padding: 0; }
    .evo-seo-theme .field .borderless {
      border: none; }
  .evo-seo-theme .evoseo-toggle {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 14px;
    text-align: left; }
    .evo-seo-theme .evoseo-toggle input {
      display: none; }
    .evo-seo-theme .evoseo-toggle .evoseo-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      border-radius: 100px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 3px 0 rgba(64, 64, 64, 0.5);
              box-shadow: inset 0 0 3px 0 rgba(64, 64, 64, 0.5); }
    .evo-seo-theme .evoseo-toggle .evoseo-slider::before {
      position: absolute;
      content: '';
      height: 26px;
      width: 26px;
      top: -6px;
      background-color: #e5e5e5;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      -webkit-box-shadow: inset 0 0 3px 0 rgba(64, 64, 64, 0.5);
              box-shadow: inset 0 0 3px 0 rgba(64, 64, 64, 0.5); }
    .evo-seo-theme .evoseo-toggle input:checked + .evoseo-slider::before {
      -webkit-transform: translateX(19px);
              transform: translateX(19px);
      background: -webkit-gradient(linear, left top, right top, from(#65e2ef), to(#a5e8c6));
      background: linear-gradient(90deg, #65e2ef 0%, #a5e8c6 100%); }
    .evo-seo-theme .evoseo-toggle .evoseo-slider.evoseo-round::before {
      border-radius: 50%; }
  .evo-seo-theme .tbl {
    display: table;
    word-break: break-all; }
  .evo-seo-theme .tbl-heading {
    display: table-row; }
  .evo-seo-theme .tbl-row {
    display: table-row; }
  .evo-seo-theme .tbl-cell {
    display: table-cell; }
  .evo-seo-theme .text-center {
    text-align: center; }
  .evo-seo-theme .noselect {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .evo-seo-theme .is-monospace {
    font-family: monospace; }
  .evo-seo-theme .has-text-weight-bold {
    font-weight: bold; }
  .evo-seo-theme .has-text-underline {
    text-decoration: underline; }
  .evo-seo-theme .is-monospace {
    font-family: monospace; }
  .evo-seo-theme .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .evo-seo-theme .tooltip {
    display: inline-block; }
    .evo-seo-theme .tooltip .icon {
      position: relative;
      margin-left: 5px; }
      .evo-seo-theme .tooltip .icon svg {
        color: #4a4a4a;
        width: 16px;
        height: 16px;
        margin-bottom: -4px; }
    .evo-seo-theme .tooltip .icon-info svg {
      color: #4a4a4a; }
      .evo-seo-theme .tooltip .icon-info svg:hover {
        color: #65e2ef; }
    .evo-seo-theme .tooltip a {
      text-decoration: none; }
    .evo-seo-theme .tooltip .tooltip-compatibility-warnings > p.compatibility-item {
      border: solid 1px #fff;
      border-radius: 3px;
      padding: 5px; }
      .evo-seo-theme .tooltip .tooltip-compatibility-warnings > p.compatibility-item a {
        color: inherit;
        font-weight: bold;
        text-decoration: underline; }
  .evo-seo-theme .tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #0c2333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 30px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -127px; }
    .evo-seo-theme .tooltip .tooltip-text p:first-child {
      margin-top: 0; }
    .evo-seo-theme .tooltip .tooltip-text p:last-child {
      margin-bottom: 0; }
  .evo-seo-theme .tooltip .tooltip-text::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000; }
  .evo-seo-theme .tooltip .icon:hover .tooltip-text {
    visibility: visible; }
  .evo-seo-theme .invisible {
    visibility: hidden; }
