html * {
  /* font-family: "DM Sans"; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  /* font-weight: 500; */
}

[data-toggle="tooltip"] {
  text-align: left;
}

.ok-btn {
  min-width: 0px !important;
}

hr {
  margin-left: -2% !important;
  margin-right: -2% !important;
}

.btn-colored {
  box-sizing: border-box;
  display: inline-block;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  font-weight: 500 !important;

  gap: 7px;
  background: linear-gradient(90deg, #4870ff 0%, #885dcc 51.04%, #b948ff 100%);
  border-radius: 8px;
  border-color: #b948ff !important;
  color: white !important;
}

.btn-empty,
.ok-btn {
  box-sizing: border-box;
  display: inline-block;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 7px;
  background: linear-gradient(270.81deg,
      #8d4ea4 0%,
      #3f11e1 47.26%,
      #af06ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500 !important;
  --bs-btn-border-radius: 8px !important;
  border-color: #b948ff !important;
  border: 1px solid transparent;
  color: #b948ff !important;
}

.active>.page-link,
.page-link.active {
  background: linear-gradient(90deg,
      #4870ff 0%,
      #885dcc 51.04%,
      #b948ff 100%) !important;
  border-color: #b948ff !important;
}

.table.table-striped>thead>tr>*,
#urlTable>tbody>tr>*,
.table.table-striped>tfoot>tr>* {
  border: none !important;
}

/*
* https: //stackoverflow.com/questions/28109062/cancel-vertical-align-property
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

thead,
tbody,
tfoot {
  vertical-align: middle !important;
}

td,
th,
tr {
  vertical-align: inherit !important;
}

.lee-select-page {
  cursor: pointer;
  height: 100% !important;
  width: 100% !important;
}

/* 
.lee-select-page:checked:after {
  content: "✓";
  color: #00f300;
  font-size: 25px;
  margin-bottom: 30px;
  margin-left: 34px;
} */

.select-checkbox:after {
  color: #00f300 !important;
  font-size: 25px !important;
  margin-top: -28px !important;
  margin-left: -7px !important;
  text-shadow: none !important;
}

/*
table.dataTable tr.selected td.select-checkbox:after {
  color: #00f300 !important;
  font-size: 25px !important;
  margin-top: -28px !important;
  margin-left: -7px !important;
  text-shadow: none !important;
}
*/
table.dataTable.table-striped>tbody>tr.odd.selected>* {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05) !important;
}

table.dataTable>tbody>tr.selected>* {
  box-shadow: inset 0 0 0 9999px transparent !important;
}

.select-checkbox {
  cursor: pointer;
}

.text-left {
  text-align: left !important;
}

ul.pagination {
  justify-content: center !important;
}

@media (min-width: 769px) {
  .text-right-datatable {
    text-align: right !important;
  }
}

#analysisTable {
  border-collapse: collapse !important;
}

#analysisTable>thead>tr>th {
  text-align: center !important;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0px !important;
}

.dt-buttons {
  text-align: center;
}

.dtStyle {
  margin-top: 5px !important;
}

.notbold {
  font-weight: normal;
}

/*
* https://www.okler.net/forums/topic/datatables-pagination-bar-not-responsive/
*/
@media (max-width: 1200px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {

  .userTopMenuProfileInfo,
  .wideFormContainer {
    max-width: 1000px;
  }

  .narrowFormContainer {
    max-width: 700px;
  }
}

@media (max-width: 768px) {

  .userTopMenuProfileInfo,
  .wideFormContainer,
  .narrowFormContainer {
    width: 100%;
  }
}

.narrowFormContainer {
  margin: 0 auto 20px auto !important;
  text-align: left;
}

.userTopMenuProfileInfo,
.wideFormContainer {
  margin: 0 auto 20px auto !important;
  text-align: left;
}

.wideFormContainer,
.narrowFormContainer {
  padding: 2% !important;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.25);
}

.userTopMenuProfileInfo {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.25);
}

#divAddUrl,
.scanDetailsContainer {
  padding: 2% !important;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px #e7baf7;
  box-shadow: 1px 1px 5px #e7baf7;
  border-radius: 16px;
  border: 1px solid rgba(136, 93, 204, 0.26);
}

.no-padding {
  padding: 0 !important;
}

.wd-disabled {
  background-color: white;
  cursor: pointer;
}

.wd-disabled:hover {
  background: linear-gradient(90deg, #4870ff 0%, #885dcc 51.04%, #b948ff 100%);
  color: white !important;
}

.wd-active {
  background-color: #e3b5ff;
}

#text-download-div,
#website-download-div {
  padding: 2% !important;
}

.wd-text-center {
  display: flex;
  align-items: end;
  justify-content: right;
}

.top-options {
  padding: 1% !important;
  text-align: center;
  font-size: 20px;
}

.top-options-left {
  border-top-left-radius: 16px;
}

.top-options-right {
  border-top-right-radius: 16px;
}

#divAddUrl,
#divAnalyse {
  margin-bottom: 2%;
}

.narrowExportContainer {
  text-align: left;
  width: 100%;
}

#userEmail {
  max-width: 400px;
}

.scanParameters {
  margin-bottom: 2%;
}

.tatsu-shortcode-module {
  margin-bottom: 0px !important;
}

.userTopMenuProfileInfo {
  text-align: center !important;
  padding: 1% !important;
  background: #ffffff;
  border-radius: 12px;
}

.modal {
  text-align: center;
  color: black;
}

.modal-content {
  background-color: #f0f1f5 !important;
  -webkit-box-shadow: 0 0 10px #454545;
  box-shadow: 0 0 10px #454545;
  border-radius: 3px !important;
}

.modal-header.left {
  /*display: inline !important;*/
  text-align: left !important;
}

.leftButton {
  float: left;
  margin-right: 5px;
}

.rightButton {
  float: right;
  margin-left: 5px;
}

#downloadBtnDiv {
  text-align: center;
}

#btnStart {
  float: right;
}

#lblAddUrlError,
#lblAddUrlDuplicate,
#lblAddUrlInvalid {
  color: red;
  font-weight: bold;
}

#btnOpenAddUrl,
#btnWordcountSelected,
#btnWordcountTotal {
  margin-right: 5px !important;
  margin-bottom: 5px !important;
}

.dt-button {
  margin-bottom: 0px !important;
}

.btnBackToForm {
  padding: 22px 10px;
}

#lblUrlExport,
#lblCurrentURL {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.registerDiv {
  display: flex;
  /*max-height: 40px !important;*/
  justify-content: center;
}

/* 
.primary-btn {
  background-color: #ff512b !important;
  color: white !important;
}

.primary-btn:hover {
  background-color: #ff5833 !important;
  color: white !important;
}

.primary-btn-blue {
  background-color: #0d6efd !important;
  color: white !important;
}

.primary-btn-blue:hover {
  background-color: #0b5ed7 !important;
  color: white !important;
}

.secondary-btn {
  background-color: #65bb82 !important;
  color: white !important;
}

.secondary-btn:hover {
  background-color: #47a266 !important;
  color: white !important;
}

.download-page-btn {
  margin: 5px 3px 0px !important;
}

.tetriary-btn {
  background-color: #5297fd !important;
  color: white !important;
}

.tetriary-btn:hover {
  background-color: #3284fd !important;
  color: white !important;
} */
/*
.orange-text {
  color: #ff512b;
}

.orange-text a {
  text-decoration: none;
  color: #ff512b;
}

.orange-text a:hover {
  font-size: 20px;
  color: #ff512b;
  text-shadow: 2px 0 #d3d3d3, -2px 0 #d3d3d3, 0 2px #d3d3d3, 0 -2px #d3d3d3,
    1px 1px #d3d3d3, -1px -1px #d3d3d3, 1px -1px #d3d3d3, -1px 1px #d3d3d3;
}
*/
.black-text {
  color: black;
}

/*
#btnDownload > label {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
}
*/
.btnNext {
  /* Download */
  height: 40px;
  width: 200px;
}

#btnDownloadModal>label,
#btnDownload>label,
.btn>label {
  /*
  position:relative;
  top:50%;
  */
  cursor: pointer;
}

.scanDetailsTitle,
.scanDetailsData {
  margin-bottom: 2%;
}

.scanDetailsContainer {
  word-wrap: break-word !important;
}

.scanDetailsCol {
  height: 100%;
  padding-right: 5%;
}

.left-element {
  margin-right: 1px !important;
}

#btnUpgrade {
  padding-left: 1%;
  padding-right: 1%;
}

.row {
  height: 100%;
}

#optionsField {
  margin: auto;
}

.exportParameters {
  cursor: pointer;
}

#urlViewContainer,
#urlViewIgnoredContainer {
  overflow-x: hidden;
  overflow-y: auto;
}

.tableTitleLine {
  border-top: 1px solid #e6e6e6;
}

.tableHeadandFoot {
  background-color: #f0f1f5;
}

.currentPageDiv {
  display: flex;
  align-items: center;
}

#invalidUrlError,
#canceledError {
  text-align: center;
}

.divNavBtns {
  margin-top: 5px;
  min-height: 70px;
}

.bigBtns {
  width: 120px;
  height: 60px;
  margin-bottom: 1px;
}

#outerDiv {
  /*
  background-image: url(https://brandexponents.com/spyro-lite/hosting/wp-content/uploads/sites/24/2021/09/BG.jpg);
  */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: cover;
  color: #6a22a1;
  margin-top: 20px;
}

#contentDiv,
#exportContentDiv,
#downloadContentDiv,
.warning {
  width: 100%;
  margin: auto;
  text-align: center;
}

/* #contentDiv {
  min-height: 500px;
} */

.warning {
  min-height: 10vh;
  text-align: center;
  position: relative;
}

.urlList {
  list-style-type: none;
  padding: 0%;
  margin: 0%;
  outline: none;
}

.urlList li {
  margin: 0%;
}

.checkBoxDiv {
  text-align: center;
  padding: 10px;
}

.checkboxLabel {
  cursor: pointer;
  width: 100% !important;
  text-align: center;
}

.divUrl {
  min-height: 25px;
  word-break: break-all;
}

.lblUrl {
  display: inline-block;
  padding: 10px;
  width: 100%;
}

.lblWordCount {
  padding: 10px;
  width: 100%;
}

.linkListBorderLeft {
  border-left: 1px solid #e6e6e6;
  /*border-radius: 4px;*/
}

.linkListBorderRight {
  border-right: 1px solid #e6e6e6;
  /*border-radius: 4px;*/
}

.linkListBorderTop {
  border-top: 1px solid #e6e6e6;
  /*border-radius: 4px;*/
}

.linkListBorderBottom {
  border-bottom: 1px solid #e6e6e6;
  /*border-radius: 4px;*/
}

.linkListBorderRadiusTopLeft {
  border-top-left-radius: 0.375rem;
}

.linkListBorderRadiusTopRight {
  border-top-right-radius: 0.375rem;
}

.linkListBorderRadiusBottomLeft {
  border-bottom-left-radius: 0.375rem;
}

.linkListBorderRadiusBottomRight {
  border-bottom-right-radius: 0.375rem;
}

.linkListNavDiv {
  padding: 5px !important;
}

/*
.selected {
  color: white;
  background-color: #678BE4;
}
*/

.hidden {
  display: none;
}

#lblDoneMsg {
  color: blue;
}

#targetLang,
#sourceLang {
  min-width: 100px;
  max-width: 160px;
}

input[type="text"],
input[type="email"],
input[type="url"] {
  background-color: white;
}

.optionsInputs {
  padding: 10px !important;
}

#cbFinalExportTo,
#cbExportType {
  background-color: white;
  margin-bottom: 1%;
}

.dinamicFont-s {
  font-size: min(2.3vw, 15px) !important;
}

.dinamicFont-m {
  font-size: min(3.3vw, 15px) !important;
}

.dinamicFont-ls {
  font-size: min(4vw, 20px) !important;
}

.dinamicFont-l {
  font-size: min(5vw, 30px) !important;
}

.container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}

/**
 * ==============================================
 * source: https://alvarotrigo.com/blog/progress-bar-css/
 * ==============================================
 */

#exportProgressDiv>.progressDiv {
  width: 100%;
  height: 40px;
  padding: 5px;
  box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
  border-radius: 3px;
}

#exportProgressDiv>.progressDiv>.progress {
  width: 0%;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  text-align: center;
}

#exportProgressDiv>label {
  font-family: sans-serif;
  color: #2c3e50;
}

#percentage {
  color: black;
  float: right;
}

.loaderDiv {
  position: relative;
  height: 160px;
  width: 400px;
  left: calc(50% - 200px);
}

.loaderText {
  text-align: center;
}

/**
* Source:
* https://webdeasy.de/en/css-loading-animations/
* #10 CSS loading animation 12
*/
/*
.loader {
  position: relative;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid black;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid black;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid black;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
*/
.download-table>tbody>tr>td {
  text-align: left !important;
  border-style: none !important;
}

.download-table>tbody>tr {
  text-align: left !important;
  border-style: solid !important;
  border-width: thin !important;
}

.close {
  position: absolute;
  top: 0%;
  left: 98%;
  cursor: pointer;
}

.upgrade-btn {
  width: 110px;
}

.upgrade-prompt {
  text-align: center;
}

/*
.top-profile-wraper {
  margin: 5px !important;
}
*/
/********
https://codepen.io/0guzhan/pen/vVjYZj
********/

.hourglass-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*height: 97vh;*/
}

.hourglass-container .hourglass-loader {
  width: 150px;
  height: 150px;
}

.hourglass-loader-small {
  width: 50px;
  height: 50px;
}

.hourglass-container .hourglass-loader,
.hourglass-loader-small {
  transition: 0.5s ease-in-out;
  animation: loaderAnim 1s infinite;
  /* 
   * Thanks @yuanchuan
   * www.codepen.io/yuanchuan/pen/vVRKRQ
   */
  background: conic-gradient(from 90deg,
      transparent 12.5%,
      #859afa 12.5%,
      #5757f2 37.5%,
      transparent 37.5%,
      transparent 62.5%,
      #5757f2 62.5%,
      #859afa 87.5%,
      transparent 87.5%) 50% 50% / 32% 50% no-repeat;
}

@keyframes loaderAnim {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (hover: none) and (pointer: coarse) {
  /* Regular CSS rules here*/

  .hourglass-container .hourglass-loader {
    width: 100px;
    height: 100px;
  }

  .loaderDiv {
    height: 140px;
  }
}

.wd-link {
  background: linear-gradient(90deg,
      #4870ff 0.94%,
      #4d0694 52.56%,
      #b948ff 98.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wd-link-purple {
  color: #4d0694;
}

.download-form {
  color: #000;
  position: relative;
}

/* Group 1171274949 */
#website-details {
  position: absolute;
  width: 366px;
  height: 88px;
  left: 49px;
  /* top: 48px; */
}

/* Website Name: */
#website-text {
  position: absolute;
  width: 132px;
  height: 32px;
  /*left: 49px;
   top: 48px; */

  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  /* identical to box height, or 178% */
  letter-spacing: -0.018em;

  color: #212d3f;
}

#website-link {
  /* Favorite */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 16px;

  position: absolute;
  width: 366px;
  height: 52px;
  /* left: 49px; */
  top: 42px;

  background: #ffffff;
  border: 1px solid #e1c8ff;
  border-radius: 9px;

  /* https://www.elegantthemes.com/gallery/divi/ */

  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  display: flex;
  align-items: center;

  color: #7b7b7b;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* Group 1171274950 */
#file-details {
  position: absolute;
  width: 366px;
  height: 88px;
  left: 49px;
  top: 180px;
}

/* File Name: */
#filename-text {
  position: absolute;
  width: 132px;
  height: 32px;
  /* left: 49px;
  top: 170px; */

  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  /* identical to box height, or 178% */
  letter-spacing: -0.018em;

  color: #212d3f;
}

/* Favorite */
#filename-div {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 16px;

  position: absolute;
  width: 366px;
  height: 52px;
  /* left: 49px; */
  top: 42px;

  background: #ffffff;
  border: 1px solid #e1c8ff;
  border-radius: 9px;

  /* Elegant Themes Website HTML */

  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  display: flex;
  align-items: center;

  color: #7b7b7b;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

#download-link-div {
  /* Group 1171274952 */

  position: absolute;
  width: 441px;
  height: 30px;
  left: 49px;
  top: 292px;

  font-size: 18px;
}

#pricing-promnt-div {
  text-align: center;
  font-size: 18px;
}

#buttons-div-download-page {
  position: absolute;
  width: 282px;
  height: 48px;
  left: 750px;
  top: 125px;
}