@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

img.auth-logo {
  box-shadow: 0 0 36px #83faff;
  border-radius: 8px;
  height: 30px;
  margin-right: 6px;
  animation: slow_glow 8s infinite;
}

.logo-admin span {
  background: linear-gradient(to bottom, #cff1ff, #2956ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.logo-admin {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-loader .loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
}
.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}
.loader:after {
  color: #ff3d00;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {
  0%,
  100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  background-color: #19222b;
}

.page-loader.light {
  background-color: #19222ba6;
}

.page-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.text-gold {
  color: #e9c24e;
}

.input-note {
  font-size: 12px;
  margin-left: 20px;
  font-style: italic;
  color: #7b8198;
  margin-bottom: 1px;
}

.payfast_compact_payment_modal {
  position: fixed !important;
  z-index: 1000000000 !important;
}

input,
select,
textarea {
  font-size: 15px;
}

.db-icon {
  font-size: 65px;
  margin-bottom: 10px;
  margin-top: 3px;
  text-shadow: 0 0 30px #b8430f;
}

ul.card-tags {
  padding: 0;
  margin: 0;
}

.card-tags li {
  list-style: none;
  background-color: #223b4a5e;
  margin: 5px;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  display: flex;
  color: #f5862a;
  align-items: center;
  font-size: 25px;
  font-weight: 900;
  justify-content: center;
  border: 1px solid #727272;
  position: relative;
  margin-bottom: 13px;
}

.card-tags li:hover {
  background-color: #4f5f834a;
}

.card-tags li img {
  height: 40px;
  margin-right: 10px;
  /* background-color:#ffffff5c; */
  border-radius: 5px;
}

.card-tags li:nth-child(3) {
  color: #a0a0a0;
}

.card-tags li p {
  margin: 0;
  margin-bottom: -8px;
}

.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 10px solid;
}

.code-block {
  background-color: #f6f8fa;
  border-radius: 6px;
  padding: 16px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  tab-size: 2;
}

code[class*="language-"],
pre[class*="language-"] {
  color: #9efeff;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -ms-hyphens: none;
  hyphens: none;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-shadow: 0 1px #222245;
}

.hljs {
  background: #000000;
  color: #444;
  border-radius: 10px;
  border: 2px solid #3affaa52;
}

.code-wrapper {
  position: relative;
  height: max-content;
}

.code-wrapper code {
  position: relative;
  z-index: 1;
  max-height: 300px;
  overflow: hidden;
}

.code-wrapper code::after {
  content: "";
  background-color: #000000a6;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.cp-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cp-button .btn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.int-list {
  padding: 0;
  margin: 0;
}

.int-list li {
  list-style: none;
  background-color: #353535;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.int-list li p {
  font-weight: bold;
  color: #c3e4f0;
  margin: 0;
}

.int-list li .ks {
  margin: 5px;
  background-color: #565656;
  padding: 10px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 2px 3px 0 1px #898989;
  border: 1px solid #898989;
}

.int-list li .ks:hover {
  background-color: #4d4d4d;
}

.int-list li span {
  position: absolute;
  top: 2px;
  right: 10px;
  font-style: italic;
  font-size: 11px;
  cursor: pointer;
  color: #ff9393;
  background-color: #634040;
  padding: 2px 7px;
  border-radius: 5px;
}

.int-list img {
  height: 30px;
  margin-right: 10px;
}

.k-loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.k-loader:before,
.k-loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation: pulsOut 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.75));
}
.k-loader:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 1rem #fff;
  animation-name: pulsIn;
}
.k-loader:after {
  width: calc(100% - 2rem);
  padding-bottom: calc(100% - 2rem);
  box-shadow: 0 0 0 0 #fff;
}

@keyframes pulsIn {
  0% {
    box-shadow: inset 0 0 0 1rem #fff;
    opacity: 1;
  }
  50%,
  100% {
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0;
  }
}

@keyframes pulsOut {
  0%,
  50% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 1rem #fff;
    opacity: 1;
  }
}

.key-listener {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  background-color: #00000085;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(3px);
}

.key-listener p {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  width: max-content;
  font-size: 18px;
}

.k-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.attention-btn {
  box-shadow: 0 0 40px #ff5050cf;
  transition: all 0.2s ease-in-out;
  animation: glow_red 1s infinite;
}

@keyframes glow_red {
  0% {
    box-shadow: 0 0 0px #ff5050cf;
  }
  50% {
    box-shadow: 0 0 40px #ff5050cf;
  }
  100% {
    box-shadow: 0 0 0px #ff5050cf;
  }
}

body[data-sidebar-size="collapsed"] .ref-btn {
  display: none;
}

.sect-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000000000000;
}

.sect-loader .svg-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img {
  height: 100px;
  width: auto;
  margin-top: -20px;
  filter: drop-shadow(0 0 10px #006dc0);
}

.inline-sm-logo {
  height: 20px;
  width: auto;
  display: inline-block;
  margin-top: -5px;
  margin-left: 5px;
}

.hmn-btn {
  /* background-color:red; */
  padding: 20px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  font-size: 15px;
  width: 200px;
  text-align: center;
  background-image: linear-gradient(to bottom right, #0076ff, #002945);
  color: #abf5ff;
  transition: all 1s ease-in-out;
}

.hmn-btn:hover {
  background-image: linear-gradient(to bottom right, #3995ff, #0c476f);
}

.hmn-input textarea {
  border: 4px solid #4a7495;
  height: 300px;
  resize: none;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.hmn-input textarea:focus {
  border-color: #73a3ed;
}

.hmn-word-count {
  border: 4px solid #4a7495;
  border-top: 1px solid #4a7495;
  padding-left: 10px;
  border-radius: 0 0 10px 10px;
  padding-top: 5px;
}

.hmn-humanized {
  border: 1px solid #050505;
  padding: 10px;
  height: 300px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #2c363c;
  position: relative;
}

.hmn-humanized .pre-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #7da3b7;
}

.hmn-h {
  background-color: #2c363c;
  border-radius: 10px;
  text-align: center;
}

.hmn-humanized {
  text-align: justify;
}

.hmn-copy {
  margin-left: 10px;
  border-radius: 20px;
  margin: 10px auto;
}

.hmn-stat {
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff100b5;
  background-color: #343c48;
  padding: 10px 15px;
  height: max-content;
  margin-top: 15px;
  border-radius: 10px;
}
