/*html {
   font-size: 14px;
}

@media (min-width: 768px) {
   html {
      font-size: 16px;
   }
}

html {
   position: relative;
   min-height: 100%;
}

body {
   margin-bottom: 60px;
}*/

body {
   font-weight: 400;
}

.signout-button {
   border: 0;
   padding: 0;
   background-color: transparent;
}

.website-link {
   display: inline-block;
   height: 100%;
   width: 100%;
   color: inherit;
}

   .website-link:hover {
      text-decoration: none;
      color: inherit;
   }

.nav-link {
   color: #FFF !important;
   font-weight: bold;
}

#logo-container {
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: 2px;
   color: #03a4ed;
   font-size: 24px;
   font-family: 'Poppins', sans-serif;
}

   #logo-container span {
      color: #ff695f;
      margin: 0;
      padding: 0;
   }

   #logo-container:hover {
      text-decoration: none !important;
   }

   #logo-container i {
      font-size: 2rem;
   }

.container-fluid {
   margin-top: 6rem;
}

.scan-content .table-link table {
   width: 100%;
}

.ignore-link .custom-control-input {
   z-index: 100;
}

.ignore-link-icon:hover {
   text-decoration: none;
}

.bg-primary {
   background-color: #fafafa !important;
}

footer span, footer em {
   font-family: 'Poppins', sans-serif;
   text-transform: uppercase;
   font-weight: bold;
   letter-spacing: 2px;
   font-style: normal;
   color: #03a4ed;
   font-size: 15px;
}

footer span {
   color: #ff695f;
}

.side-buttons form {
   display: inline-block;
}

.side-buttons button, .show-urls {
   background-color: #4e73df;
   color: #FFF;
   font-size: 0.875rem;
   border: 1px solid #4e73df;
   border-radius: 0.2rem;
   padding: 0.25rem 0.5rem;
}

.side-buttons .delete {
   background-color: #e74a3b;
   border-color: #e74a3b;
}

.sitemap {
   white-space: pre;
}

.sidebar-brand-icon img {
   height: 30px;
}

.parent-urls {
   display: none;
}

   .parent-urls a {
      display: inline-block;
   }

   .parent-urls ul {
      padding-left: 0;
   }

.show-urls {
   margin-left: 5px;
   padding: 0.0125rem 0.25rem !important;
   cursor: pointer;
}

.wb-links {
   font-family: 'Poppins', sans-serif;
   color: #2a2a2a;
   font-weight: 500;
   font-size: 15px;
   text-transform: capitalize;
   letter-spacing: 1px;
   padding-left: 12px;
   padding-right: 12px;
   display: flex;
   justify-content: center;
   align-items: center;
}

   .wb-links a {
      color: #2a2a2a;
      line-height: 40px;
      height: 40px;
   }

      .wb-links a:hover {
         color: #ff695f;
         text-decoration: none;
         transition: all .3s;
      }

   .wb-links:last-child {
      padding-right: 0px;
      padding-left: 40px;
   }

      .wb-links:last-child a {
         padding: 0 20px;
      }

         .wb-links:last-child a:hover {
            color: #fff;
         }

.contact-btn-container a {
   display: inline-block;
   background-color: #ff695f;
   font-size: 15px;
   font-weight: 400;
   color: #fff;
   padding: 12px 25px;
   border-radius: 23px;
   border: 1px solid
}

   .contact-btn-container a:hover {
      background-color: #03a4ed;
      transition: all .3s;
   }

.help-container {
   position: fixed;
   bottom: 1.5rem;
   right: 1.5rem;
   width: 500px;
   padding: 15px;
   border-radius: 10px;
   color: #2a2a2a;
   background-color: #fff;
   box-shadow: 0 0.15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

   .help-container span {
      background-color: red;
      color: #fff;
      border-radius: 50%;
      padding: 0 6px;
      margin-right: 5px;
   }

   .help-container #video-container {
      position: relative;
      display: inline-block;
   }

   .help-container #report-video {
      position: absolute;
      right: 0;
      bottom: 0;
   }

   .help-container #play-button {
      position: absolute;
      top: 0;
      left: 0;
   }

   .help-container #pause-button {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
   }

@media (min-width: 768px) {
   .scan-content .table-link td {
      white-space: nowrap;
   }

      .scan-content .table-link td.url {
         width: 60%;
         max-width: 0;
      }

   .overflow-ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
   }
}

@media (max-width: 767.98px) {
   .wb-links:not(:last-child) {
      display: none;
   }

   .help-container {
      display: none;
   }
}

.seo-content table {
   width: auto !important;
   margin-top: 2px;
   margin-bottom: 2px !important;
}

   .seo-content table ul {
      padding-inline-start: 20px;
   }

.outer-circle {
   border-radius: 50%;
   height: 80px;
   width: 80px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.inner-circle {
   border-radius: 50%;
   background-color: #f8f9fc;
   height: 96%;
   width: 96%;
   display: flex;
   justify-content: center;
   align-items: center;
}

   .inner-circle .h2 {
      margin: 0;
   }

.red-bg {
   background-color: red;
}

.orange-bg {
   background-color: orange;
}

.green-bg {
   background-color: green;
}

.red-text {
   color: red;
}

.orange-text {
   color: orange;
}

.green-text {
   color: green;
}
