* {
  box-sizing: border-box;
}
.trademark {
  color: #222;
  letter-spacing: 2px;
  transition-duration: 0.15s;
}
.trademark:hover {
  color: #000;
  text-shadow: 0 0 8px rgba(182, 222, 255, 0.8);
}

@media (max-width: 1080px) {
  body,
  table {
    width: 1080px;
    font-size: 110px;
    border: 10px solid #007a;
    margin: 5px;
    padding: 5px;
  }
}

@media (max-width: 900px) {
  body,
  table {
    width: 900px;
    font-size: 19px;
    border: 10px solid #007a;
    margin: 5px;
    padding: 5px;
  }
}

@media (max-width: 800px) {
  body,
  table {
    width: 800px;
    font-size: 18px;
    border: 10px solid #007aff;
    margin: 5px;
    padding: 5px;
  }
}

@media (max-width: 700px) {
  body,
  table {
    width: 700px;
    font-size: 17px;
    border: 10px solid #007aff;
    margin: 5px;
    padding: 5px;
  }
}

@media (max-width: 600px) {
  body,
  table {
    width: 600px;
    font-size: 16px;
    border: 10px solid #007aff;
    margin: 5px;
    padding: 5px;
  }
}

@media (max-width: 468px) {
  body,
  table {
    width: 468px;
    font-size: 14px;
    border: 10px solid #007aff;
    margin: 5px;
    padding: 5px;
  }
}

html {
  background-color: #f5f5f5;
  margin-bottom: 500px;
  padding-bottom: 500px;
}

td,
.td1,
.td2 {
  border: 2px solid rgba(50, 44, 44, 0.918);
  background-color: rgba(186, 216, 243, 0.19);
  border-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 5px;
}
td:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
td:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
td button {
  display: flex;
  justify-self: center;
  justify-items: center;
  justify-content: center;
}

table {
  width: 1200px;
  border-top: 5px solid #007aff;
  border-bottom: 5px solid #007aff;
  min-width: 960px;
  margin: 15px auto;
  padding: 5px;
  background-color: #fff;
  position: absolute;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  opacity: 90%;
  border-radius: 15px;
}

body {
  width: 1200px;
  margin: 15px auto;
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  opacity: 98%;
  border-radius: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.tr--tab--1 {
  font-size: 28px;
  font-weight: 700;
  border-radius: 10px;
  border-color: transparent;
  color: #fff;
  background-color: #007aff;
  margin: 20px 5px;
  padding: 15px;
  min-width: 120px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.user--input:hover {
  margin: 20px 5px;
  /* padding: 15px; */
  min-width: 600px;
  background-color: #e8f0fe;
  border: 2px solid #007aff;
  min-height: 20px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border-color: transparent;
}
select,
option {
  /* margin: 20px 5px; */
  outline: none;
  /* padding: 15px; */
  min-width: 60px;
  background-color: #f5f5f5;
  min-height: 20px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  border-color: transparent;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition-duration: 0.25s;
}

select:hover,
option:hover {
  /* margin: 20px 5px; */
  /* padding: 15px; */
  min-width: 60px;
  background-color: #e8f0fe;
  border: 2px solid #007aff;
  min-height: 20px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  border-color: transparent;
}

.user--input {
  margin: 20px 5px;
  outline: none;
  padding: 15px;
  min-width: 600px;
  background-color: #f5f5f5;
  min-height: 20px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border-color: transparent;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition-duration: 0.25s;
}
.user--input:focus {
  box-shadow: 0 0 0 2px #007bff6c;
}

.user--input1 {
  border-color: transparent;
  margin: 0;
  padding: 0;
  background-color: #007aff;
  box-shadow: none;
}

.user--input1:hover {
  border-color: transparent;
  margin: 0;
  padding: 0;
  background-color: #007aff;
  box-shadow: none;
}

button {
  margin: 20px 5px;
  padding: 5px 3px;
  min-width: 120px;
  background-color: #007aff;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
}

button:hover {
  background-color: #0056b3;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.btn--chercher {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: auto;
  padding-bottom: auto;
  font-size: 20px;
}

.btn--chercher:hover {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: auto;
  padding-bottom: auto;
  font-size: 20px;
  background-color: #0056b3;
}

.mois {
  margin: 15px 5px;
  margin-bottom: auto;
  padding: 12px;
  min-width: 120px;
  background-color: #f5f5f5;
  color: #333;
  border-radius: 10px;
  box-shadow: 0px 5px 8px rgba(129, 129, 129, 0.199);
  border-color: transparent;
  font-weight: 500;
  font-size: 18px;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease;
}

.mois:hover {
  background-color: #e8f0fe;
  border-color: #007aff;
  transform: translateY(-2px);
}
.mois:active {
  transform: scale(0.96);
}
/* Google AdSense-inspired styles */

.ad-container {
  margin: 30px auto;
  text-align: center;
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
}

.ad-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.ad-content {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.ad-title {
  font-size: 24px;
  font-weight: 700;
  color: #007aff;
  margin-bottom: 15px;
}

.ad-description {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.ad-url {
  font-size: 16px;
  color: #007aff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ad-url:hover {
  color: #0056b3;
  text-decoration: underline;
}

.hidden {
  display: 'none';
}

.paidReceved {
  background-color: #007bffd5;
  color: #f2f2f2;
}
.paidRecevedV {
  background-color: #00bcd4;
  color: #ffffff;
}
.paidRecevedV:hover {
  color: #343434;
}
.olive {
  background-color: #ffffff;
  color: #343434;
  border-color: transparent;
}

.paidReceved.olive {
  background-color: #ffffff00;
  color: #343434;
}
.paidReceved:hover {
  background-color: #ffffff00;
  color: #343434;
  perspective: 100px;
}

.darkorange {
  background-color: rgba(231, 184, 90, 0.47);
  border-color: transparent;
  color: #343434;
}
.darkgreen {
  background-color: rgba(0, 100, 0, 0.813);
  border-color: transparent;
}

.label {
  font-size: larger;
  background-color: transparent;
  color: #242434;
  font-style: normal;
  text-transform: uppercase;
  box-shadow: none;
  margin-bottom: auto;
}
.label:hover {
  font-size: larger;
  background-color: transparent;
  color: #242434;
  font-style: normal;
  text-transform: uppercase;
  box-shadow: none;
  margin-bottom: auto;
}

center,
form,
button,
.formIndiq {
  position: relative;
}
.spinner {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 70%);
  width: 300px;
  height: 350px;

  z-index: 9999;
  perspective: 2000px;
}

.spinner::before,
.spinner::after {
  content: '';
  position: absolute;
  top: 80%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -100px 0 0 -100px;
  border-radius: 50%;
  border: 15px solid transparent;
  border-top-color: #007aff;
  border-bottom-color: #045ebe;
  animation: spin 4s cubic-bezier(0.6, 0, 0.4, 1) infinite,
    depth 4s ease-in-out infinite alternate, color-change 8s linear infinite;
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 0 40px #007bff6e, inset 0 0 20px #0460c273;
}

.spinner::after {
  width: 16px;
  height: 16px;
  margin: -80px 0 0 -80px;
  border-top-color: #6cb4f7;
  border-bottom-color: #55ebff;
  animation-direction: reverse;
  animation-delay: -2s;
  box-shadow: 0 0 40px rgba(74, 181, 189, 0.8),
    inset 0 0 20px rgba(109, 110, 206, 0.6);
}

.spinner {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.spinner span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 15px rgba(76, 130, 175, 0.8),
    0 0 30px rgba(76, 147, 175, 0.6), 0 0 45px rgba(76, 122, 175, 0.4);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.spinner span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  color: #242424;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 15px rgba(76, 99, 175, 0.8), 0 0 30px rgba(78, 76, 175, 0.6),
    0 0 45px rgba(76, 94, 175, 0.4);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.spinner span span {
  display: inline-block;
  opacity: 0;
  animation: loading-animation 2s ease-in-out infinite;
}

.spinner span span:nth-child(1) {
  animation-delay: 0s;
}

.spinner span span:nth-child(2) {
  animation-delay: 0.2s;
}

.spinner span span:nth-child(3) {
  animation-delay: 0.4s;
}

.spinner span span:nth-child(4) {
  animation-delay: 0.6s;
}

.spinner span span:nth-child(5) {
  animation-delay: 0.8s;
}

.spinner span span:nth-child(6) {
  animation-delay: 1s;
}

.spinner span span:nth-child(7) {
  animation-delay: 1.2s;
}

@keyframes loading-animation {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    transform: translateX(20px);
    opacity: 1;
  }
}

.spinner .letter {
  display: inline-block;
  margin-right: 5px;
  animation: letterAnimation 1s ease-in-out infinite;
  animation-delay: calc(0.1s * var(--index));
}

@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes glitch {
  0% {
    transform: translate3d(-50%, -50%, 0) skew(0deg);
    opacity: 1;
  }
  20% {
    transform: translate3d(-55%, -45%, 0) skew(-45deg);
    opacity: 0.7;
  }
  40% {
    transform: translate3d(-45%, -55%, 0) skew(45deg);
    opacity: 0.4;
  }
  60% {
    transform: translate3d(-55%, -45%, 0) skew(-45deg);
    opacity: 0.7;
  }
  80% {
    transform: translate3d(-45%, -55%, 0) skew(45deg);
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) skew(0deg);
    opacity: 1;
  }
}

@keyframes neon {
  0% {
    filter: brightness(1) hue-rotate(0deg);
  }
  100% {
    filter: brightness(2) hue-rotate(360deg);
  }
}

@keyframes scale {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1) rotateX(0deg) rotateY(0deg)
      rotateZ(0deg);
  }
  50% {
    transform: translate3d(-50%, -50%, 0) scale(1.2) rotateX(180deg)
      rotateY(180deg) rotateZ(180deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1) rotateX(360deg)
      rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes depth {
  0% {
    transform: rotateX(0deg) rotateY(0deg) translateZ(0px);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg) translateZ(200px);
  }
}

@keyframes color-change {
  0% {
    border-top-color: #4c6baf;
    border-bottom-color: #6a4caf;
    color: #4c82af;
    text-shadow: 0 0 15px rgba(76, 152, 175, 0.8),
      0 0 30px rgba(76, 99, 175, 0.6), 0 0 45px rgba(83, 76, 175, 0.4);
  }
  25% {
    border-top-color: #2196f3;
    border-bottom-color: #2196f3;
    color: #2196f3;
    text-shadow: 0 0 15px rgba(33, 150, 243, 0.8),
      0 0 30px rgba(33, 150, 243, 0.6), 0 0 45px rgba(33, 150, 243, 0.4);
  }
  50% {
    border-top-color: #9c27b0;
    border-bottom-color: #9c27b0;
    color: #9c27b0;
    text-shadow: 0 0 15px rgba(156, 39, 176, 0.8),
      0 0 30px rgba(156, 39, 176, 0.6), 0 0 45px rgba(156, 39, 176, 0.4);
  }
  75% {
    border-top-color: #ff5e00;
    border-bottom-color: #ff6600;
    color: #ff2600;
    text-shadow: 0 0 15px rgba(255, 17, 0, 0.8), 0 0 30px rgba(255, 72, 0, 0.6),
      0 0 45px rgba(255, 51, 0, 0.4);
  }
  100% {
    border-top-color: #4c66af;
    border-bottom-color: #4c53af;
    color: #534caf;
    text-shadow: 0 0 15px rgba(130, 76, 175, 0.8),
      0 0 30px rgba(155, 76, 175, 0.6), 0 0 45px rgba(175, 76, 167, 0.4);
  }
}
