@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "arabic";
  src: url("/assets/fonts/arabic.ttf");
}
@font-face {
  font-family: "onmain";
  src: url("/assets/fonts/onmain.ttf");
}
@font-face {
  font-family: "onmaindark";
  src: url("/assets/fonts/onmaindark.ttf");
}
@font-face {
  font-family: "outmain";
  src: url("/assets/fonts/outmain.ttf");
}
[dir=rtl] body {
  font-family: "arabic" !important;
}

:root {
  --primary-light: #116d83;
  --primary: #0f99d3;
  --primary-dark: #093a53;
  --white: #ffffff;
  --light: #ddf2ff;
  --lightb: #DEF8FF;
  --lbb: #E5F5FF;
  --l11: #b5e2ff80;
  --l22: #dde7ff40;
  --dark: #093a53;
  --darker: #00000053;
  --min: red;
  --max: green;
  --grad1: #f5ffff;
  --grad2: #b3eaf2;
  --gradup: linear-gradient(145deg, #f5ffff, #dbf5ff);
  --graddown: linear-gradient(145deg, #dbf5ff, #f5ffff);
  --gradselected: linear-gradient(30deg, var(--primary-dark) 0%, var(--primary-light) 50%, var(--primary) 100%);
  --gr: 0deg;
  font-family: "poppins";
  letter-spacing: 1px;
  --shadow-color: 204deg 32% 43%;
  --shadow-elevation-low:
    0.5px 0.7px 0.9px hsl(var(--shadow-color) / 0.59),
    1px 1.3px 1.8px -1.4px hsl(var(--shadow-color) / 0.55),
    2.7px 3.6px 4.8px -2.8px hsl(var(--shadow-color) / 0.5);
  --shadow-elevation-medium:
    0.5px 0.7px 0.9px hsl(var(--shadow-color) / 0.5),
    1.5px 2px 2.7px -0.7px hsl(var(--shadow-color) / 0.47),
    3.2px 4.2px 5.7px -1.4px hsl(var(--shadow-color) / 0.45),
    6.8px 9px 12.1px -2.1px hsl(var(--shadow-color) / 0.43),
    13.5px 17.9px 24px -2.8px hsl(var(--shadow-color) / 0.4);
  --shadow-elevation-high:
    0.5px 0.7px 0.9px hsl(var(--shadow-color) / 0.46),
    3.2px 4.3px 5.7px -0.3px hsl(var(--shadow-color) / 0.45),
    5.9px 7.8px 10.5px -0.6px hsl(var(--shadow-color) / 0.44),
    9.3px 12.3px 16.5px -0.9px hsl(var(--shadow-color) / 0.43),
    14px 18.5px 24.9px -1.3px hsl(var(--shadow-color) / 0.42),
    20.7px 27.5px 36.9px -1.6px hsl(var(--shadow-color) / 0.41),
    30.1px 39.9px 53.6px -1.9px hsl(var(--shadow-color) / 0.39),
    42.8px 56.8px 76.3px -2.2px hsl(var(--shadow-color) / 0.38),
    59.5px 78.9px 106px -2.5px hsl(var(--shadow-color) / 0.37),
    80.9px 107.2px 144px -2.8px hsl(var(--shadow-color) / 0.36);
}

.hideall {
  display: none !important;
}

.showall {
  opacity: 1;
}

.englishclass, .arabicclass {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-in-out;
  width: 100%;
}

#toggledirection {
  position: fixed;
  z-index: 9999999;
  pointer-events: auto;
  top: 3%;
  left: 3%;
  width: 3%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
  border-top: 2px solid var(--dark);
  border-left: 2px solid var(--dark);
  border-bottom: 2px solid var(--dark);
  border-right: 2px solid var(--dark);
  box-shadow: var(--shadow-elevation-medium);
  animation: backgrounder 10s ease-in-out infinite;
  background: linear-gradient(30deg, var(--light) 0%, var(--light) 50%, var(--light) 100%);
  color: var(--dark);
  transition: all 0.6s ease-in-out;
}

#toggledirection:hover {
  box-shadow: var(--primary-light) 2px 2px, var(--primary-light) 4px 4px, var(--primary) 6px 6px, var(--primary) 8px 8px;
  background: linear-gradient(30deg, var(--primary-dark) 0%, var(--primary-light) 50%, var(--primary) 100%);
  background-size: 800%;
  color: var(--light);
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transition: all 0.6s ease-in-out;
}

body {
  padding: 0vw;
  margin: 2vw;
  background-color: var(--lbb);
  width: 96vw;
  overflow: hidden;
}

.fonly {
  display: flex;
}

.f-vertical {
  display: flex;
  flex-direction: column;
}

.f-verticali {
  display: flex;
  flex-direction: column-reverse;
}

.f-horizontal {
  display: flex;
  flex-direction: row;
}

.f-horizontali {
  display: flex;
  flex-direction: row-reverse;
}

.mainanim {
  transition: all 0.6s ease-in-out;
}

.rangecal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  z-index: 9999;
  padding: 10px !important;
  transform: rotateZ(0deg) translateY(0%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
  background: var(--gradup);
  box-shadow: 0.5px 0.7px 0.9px hsla(204, 6.71%, 16.56%, 0.46), 3.2px 4.3px 5px 0 hsla(204, 6.71%, 16.56%, 0.25), 5.9px 7.8px 10.5px -0.6px hsla(204, 6.71%, 16.56%, 0.21), 9.3px 12.3px 16.5px -0.9px hsla(204, 6.71%, 17.56%, 0.21), 20.7px 27.5px 36.9px -1.6px hsla(204, 6.71%, 16.56%, 0.19), 89px 102.2px 54px -2.8px hsla(204, 6.71%, 16.56%, 0.16);
  border-radius: 10px;
}

[dir=rtl] .rangecal {
  transform: rotateZ(5deg) translateY(0%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
}

[dir=ltr] .rangecal {
  transform: rotateZ(-5deg) translateY(0%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
}

.mincal {
  font-size: 16px;
  color: var(--min);
  box-shadow: var(--shadow-elevation-low);
  padding: 5px;
  border-radius: 10px;
  border: 1px solid;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.mincal small {
  font-size: 12px;
}

.maxcal {
  font-size: 16px;
  color: var(--max);
  box-shadow: var(--shadow-elevation-low);
  padding: 5px;
  border-radius: 10px;
  border: 1px solid;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.maxcal small {
  font-size: 12px;
}

.hidden {
  position: relative;
  grid-area: 1/2/2/3;
  border-radius: 10px;
  width: 280px;
  height: 250px;
  background-color: var(--light);
  box-shadow: none;
  transform-style: preserve-3d;
  perspective: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.hidden .inner, .hidden .rangecal, .hidden .d-block {
  opacity: 0;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  background: var(--light);
  color: transparent;
  transform: rotateZ(0deg) translateY(0%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
}
.hidden .cover {
  opacity: 1;
  height: 280px;
  transition: all 0s ease-in-out;
  box-shadow: none;
  background: var(--light);
  color: transparent;
  transform: rotateZ(0deg) translateY(0%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
}

.cover,
.inner {
  transition: all 0.3s ease-in-out;
  position: relative;
  background: var(--gradup);
  width: 70%;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotateZ(0deg) translateY(0%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
}

.headresult .cover {
  width: 100px;
  transform: rotateZ(-10deg) translateY(0%) translateX(-50%) rotateY(0deg) rotateX(0deg) translateZ(0px);
  box-shadow: 0.5px 0.7px 0.9px hsla(204, 6.71%, 16.56%, 0.46), 3.2px 4.3px 5px 0 hsla(204, 6.71%, 16.56%, 0.25), 5.9px 7.8px 10.5px -0.6px hsla(204, 6.71%, 16.56%, 0.21), 9.3px 12.3px 16.5px -0.9px hsla(204, 6.71%, 17.56%, 0.21), 20.7px 27.5px 36.9px -1.6px hsla(204, 6.71%, 16.56%, 0.19), 89px 102.2px 54px -2.8px hsla(204, 6.71%, 16.56%, 0.16);
}

.headresult .inner {
  margin: 2vw 0 1vw;
  box-shadow: 0.5px 0.7px 0.9px hsla(204, 6.71%, 16.56%, 0.46), 3.2px 4.3px 5px 0 hsla(204, 6.71%, 16.56%, 0.25), 5.9px 7.8px 10.5px -0.6px hsla(204, 6.71%, 16.56%, 0.21), 9.3px 12.3px 16.5px -0.9px hsla(204, 6.71%, 17.56%, 0.21), 20.7px 27.5px 36.9px -1.6px hsla(204, 6.71%, 16.56%, 0.19), 89px 102.2px 54px -2.8px hsla(204, 6.71%, 16.56%, 0.16);
}

[dir=rtl] .headresult .inner {
  transform: rotateZ(-5deg) translateY(-10%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
}

[dir=ltr] .headresult .inner {
  transform: rotateZ(5deg) translateY(-10%) translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(0px);
}

[dir=ltr] .headresult {
  text-align: center;
  transition: all 0.6s ease-in-out;
  color: var(--primary-light);
  z-index: 9999999;
  position: relative;
  display: flex;
  transform-style: preserve-3d;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1vw;
  width: 250px;
  border: 0px solid;
  border-radius: 15px;
  background: var(--gradselected);
  grid-area: 1/2/2/3;
  box-shadow: var(--shadow-elevation-high);
  transform: rotateZ(5deg) translateX(0px) translateY(0px);
}

[dir=rtl] .headresult {
  text-align: center;
  transition: all 0.6s ease-in-out;
  color: var(--primary-light);
  z-index: 9999999;
  position: relative;
  display: flex;
  transform-style: preserve-3d;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1vw;
  width: 250px;
  border: 0px solid;
  border-radius: 15px;
  background: var(--gradselected);
  grid-area: 1/2/2/3;
  box-shadow: var(--shadow-elevation-high);
  transform: rotateZ(-5deg) translateX(0px) translateY(0px);
}

.d-block {
  font-size: 14px;
  text-align: center;
  padding: 5px;
  margin: 0;
  flex-direction: row;
}

.wrapper {
  gap: 2vw;
  max-width: 96vw;
  background: transparent;
  border-radius: 20px;
  padding: 2vw;
  border: 0px solid var(--primary-light);
  box-shadow: none;
  margin: 10px auto;
  perspective: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  margin: 1vw;
  color: var(--primary-light);
  z-index: 9999999;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
}

form {
  margin-top: 20px;
  align-items: center;
  justify-content: flex-end;
  gap: 2vw;
  height: 70vh;
}

.item1 {
  gap: 5vw;
  align-items: center;
  width: 100%;
}

.item2 {
  border: 0px solid var(--primary);
  border-radius: 15px;
  padding: 1vw;
  transform: translate3d(0, 0, 0px);
  box-shadow: var(--shadow-elevation-medium);
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  align-items: center;
  background: var(--gradup);
}

.item3, .item5 {
  transform-origin: center;
  align-items: center;
  gap: 0;
  justify-content: center;
  box-shadow: none;
  background: none;
  padding: 1vw;
  border-radius: 0px;
  border-bottom: 1px solid var(--dark);
}
.item3 .radio-input, .item5 .radio-input {
  display: flex;
  padding: 0vw;
  width: 100%;
  gap: 1vw;
  flex-direction: row;
}

.item4 {
  transform-origin: center;
  align-items: center;
  gap: 0;
  justify-content: center;
  box-shadow: none;
  background: none;
  padding: 1vw;
  border-radius: 0px;
  border-bottom: 1px solid var(--dark);
}
.item4 .radio-input {
  display: flex;
  padding: 0vw;
  width: 100%;
  gap: 1vw;
  flex-direction: row-reverse;
}

.item5 {
  border: none !important;
}

.item6 {
  justify-self: flex-start;
  grid-area: 1/1/4/2;
}

form .input-group {
  background: var(--light);
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0.5rem;
}

form .radio-input::-moz-placeholder {
  color: rgb(170, 170, 170);
}

form .input::-moz-placeholder {
  color: rgb(170, 170, 170);
}

form .input::placeholder {
  color: rgb(170, 170, 170);
}

.radio-input {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  gap: 1vw;
  max-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  justify-items: center;
}

.activity-input {
  gap: 0 !important;
  align-items: flex-start;
  height: 100%;
}
.activity-input label {
  width: 200px;
  text-align: center;
  margin: 10px;
  display: block;
}

.activity-input label {
  border: 2px solid var(--lbb);
  border-radius: 15px;
  color: var(--primary);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  box-shadow: var(--shadow-elevation-low);
  background: var(--gradup);
  align-items: center;
}

input[type=radio] {
  display: none;
}

.radio-input label {
  display: flex;
  padding: 0px 2vw;
  height: calc(100% + 10px);
  border: 1px solid var(--lbb);
  border-radius: 10px;
  color: var(--primary);
  max-width: 400px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  box-shadow: var(--shadow-elevation-low);
  background: var(--gradup);
  align-items: center;
}

.radio-input label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--lbb);
  border: 2px solid var(--primary);
  transition: all 0.6s ease-in-out;
}

input[type=radio]:checked + label:before {
  background-color: var(--primary-dark);
  top: 0;
  scale: 1;
  transition: all 0.6s ease-in-out;
}

input[type=radio]:checked + label {
  color: #fff;
  border-color: var(--primary-light);
  box-shadow: var(--shadow-elevation-medium);
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 10px;
  animation: backgrounder 25s ease-in-out infinite;
  background: linear-gradient(30deg, var(--primary-dark) 0%, var(--primary-light) 50%, var(--primary) 100%);
  background-size: 800%;
  transition: all 0.6s ease-in-out;
  transform-style: preserve-3d;
  padding: 0px 2vw;
  height: calc(100% + 20px);
}

input[type=radio]:not(:checked) + label:hover {
  border-radius: 10px;
  background: var(--graddown);
  box-shadow: var(--shadow-elevation-low);
  transition: all 0.3s ease-in-out;
  background-size: 800%;
  transform-origin: center;
  perspective: 100px;
  animation: radio-translate 2s ease-in-out infinite;
  transform-style: preserve-3d;
  font-size: 14px;
  align-items: center;
  border: 1px solid var(--lbb);
  cursor: pointer;
  position: relative;
}

input[type=radio]:checked + label:hover {
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  box-shadow: var(--primary-light) 2px 2px, var(--primary-light) 4px 4px, var(--primary) 6px 6px, var(--primary) 8px 8px;
}

input[name=gender-select]:checked + .malelabel:before {
  background-color: transparent !important;
  background-image: url("/assets/male-auto.svg") !important;
  height: 80%;
  width: 100px;
  aspect-ratio: 100/100;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  border: 0;
  transform: translate(105%, 10%);
}

input[name=gender-select]:checked + .femalelabel:before {
  background-color: transparent !important;
  background-image: url("/assets/female-auto.svg") !important;
  height: 80%;
  width: 100px;
  aspect-ratio: 100/100;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  border: 0;
  transform: translate(105%, 10%);
}

.malelabel:before,
.femalelabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--lbb);
  border: 2px solid var(--primary);
  transition: all 0.6s ease-in-out;
}

.femalelabel,
.malelabel {
  width: 100px;
  background: var(--lbb);
}

[dir=ltr] input[name=activity-select]:checked + .actilabel:before {
  background-color: transparent !important;
  width: 164px;
  height: 164px;
  scale: 1 !important;
  background-size: contain;
  border-radius: 0%;
  border: 0;
  transform-style: preserve-3d;
  perspective: 100px;
  transform: translate3d(170%, 20%, -75px) scale(1);
  animation: none !important;
}

[dir=rtl] input[name=activity-select]:checked + .actilabel:before {
  background-color: transparent !important;
  width: 164px;
  height: 164px;
  scale: 1 !important;
  background-size: contain;
  border-radius: 0%;
  border: 0;
  transform-style: preserve-3d;
  perspective: 100px;
  transform: translate3d(-120%, 20%, -75px) scale(1);
  animation: none !important;
}

.actilabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transform-style: preserve-3d;
  perspective: 100px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--lbb);
  border: 2px solid var(--primary);
  transition: all 0.6s ease-in-out;
  background-image: none;
}

input[name=activity-select]:checked + .fitact:before {
  background-image: url("/assets/fitact.gif") !important;
}

input[name=activity-select]:checked + .act:before {
  background-image: url("/assets/act.gif") !important;
}

input[name=activity-select]:checked + .uact:before {
  background-image: url("/assets/uact.gif") !important;
}

input[name=activity-select]:checked + .lact:before {
  background-image: url("/assets/lact.gif") !important;
}

input[name=activity-select]:checked + .seden:before {
  background-image: url("/assets/seden.gif") !important;
}

.lact,
.act,
.fitact,
.seden,
.uact {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--lbb);
  background-color: var(--l11);
  border-radius: 15px;
  color: var(--primary);
  cursor: pointer;
  position: relative;
  transition: all 0.6s ease-in-out;
}

.actp {
  display: flex;
  color: var(--primary);
  margin: 0;
  transition: all 0.6s ease-in-out;
  width: 100%;
  padding: 0px;
  border: 0px solid transparent;
  text-align: center;
  border-radius: 15px;
  max-height: 0px;
  transform: translateY(-100%) scaleY(0);
  transform-origin: bottom;
}

input[name=activity-select]:checked + .actilabel {
  color: #fff;
  border-color: var(--primary-light);
  box-shadow: var(--shadow-elevation-medium);
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 15px;
  animation: backgrounder 25s ease-in-out infinite;
  background: linear-gradient(30deg, var(--primary-dark) 0%, var(--primary-light) 50%, var(--primary) 100%);
  background-size: 800%;
  transition: all 0.6s ease-in-out;
  transform-style: preserve-3d;
  padding: 10px;
  height: unset;
}

input[name=activity-select]:checked + .actilabel:hover {
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  box-shadow: var(--shadow-elevation-medium);
}

input[name=activity-select]:checked + .actilabel .actp:hover {
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  box-shadow: var(--primary-light) 2px 2px, var(--primary-light) 4px 4px, var(--primary) 6px 6px, var(--primary) 8px 8px;
}

input[name=activity-select]:checked + .actilabel .actp {
  color: var(--light);
  transition: all 0.6s ease-in-out;
  width: 100%;
  max-height: 164px;
  margin: 10px;
  padding: 10px;
  border: 2px solid var(--primary);
  box-shadow: var(--shadow-elevation-low);
  background: linear-gradient(30deg, var(--primary-dark) 0%, var(--primary-light) 50%, var(--primary) 100%);
  animation: backgrounder 15s ease-in-out infinite;
  background-size: 400%;
  text-align: center;
  border-radius: 15px;
  transform: translateY(0px) scaleY(1);
  transform-origin: top;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goallabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--lbb);
  border: 2px solid var(--primary);
  transition: all 0.6s ease-in-out;
}

.input[name=number-selector]:checked + .goallabel:before {
  background-color: transparent !important;
  background-image: url("/assets/check.svg") !important;
  top: 0;
  width: 24px;
  height: 24px;
  border: 0px solid var(--primary);
  scale: 1.2;
  transition: all 0.6s ease-in-out;
}

@keyframes radio-translate {
  0%, 100% {
    transform: translateX(0) translateY(0) translateZ(0) rotateZ(0deg) rotateX(0deg) rotateY(0deg) scale(1);
    background-position: 0% 50%;
  }
  35% {
    transform: translateX(1px) translateY(-1px) translateZ(1px) rotateZ(1deg) rotateX(-1deg) rotateY(1deg) scale(1.04);
    background-position: 50% 25%;
  }
  65% {
    transform: translateX(-1px) translateY(1px) translateZ(-1px) rotateZ(-1deg) rotateX(1deg) rotateY(-1deg) scale(1.07);
    background-position: 100% 25%;
  }
}
.d3fontanim {
  animation: backgrounder 15s ease-in-out infinite;
  background: linear-gradient(30deg, var(--lightb) 0%, var(--lbb) 50%, var(--light) 100%);
  background-size: 400%;
  box-shadow: inset 2px 2px 3px #9cb8c9, inset -2px -2px 3px #eeffff;
  border-radius: 10px;
}

.d3fontanim1 {
  animation: backgrounder 15s ease-in-out infinite;
  background: linear-gradient(30deg, #ffd1d1 0%, #fed6c3 30%, #fff1f1 100%);
  background-size: 400%;
  color: #9a3c23 !important;
  box-shadow: inset 2px 2px 3px #9cb8c9, inset -2px -2px 3px #eeffff;
  border-radius: 10px;
}

.d3fontanim2 {
  animation: backgrounder 15s ease-in-out infinite;
  color: #20792e !important;
  background: linear-gradient(30deg, #cfffdd 0%, #d1ffe6 40%, #eefff8 100%);
  background-size: 400%;
  box-shadow: inset 2px 2px 3px #9cb8c9, inset -2px -2px 3px #eeffff;
  border-radius: 10px;
}

.tophead {
  font-size: 20px;
}

.headinginner {
  color: var(--primary);
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 9;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0.25vw 1vw;
}

.headinginner1 {
  color: var(--primary);
  font-size: 14px;
  font-family: "outmain";
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  z-index: 9;
  margin: 0;
  padding: 0.5vw 0vw 0vw 0vw;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1;
}

.range-value,
.heval,
.ageval {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0vw 0vw 0.5vw 0vw;
  grid-area: 2;
  justify-content: center;
  gap: 3px;
  font-family: outmain;
  font-weight: 700;
  box-shadow: none;
  border-radius: 10px;
  background: transparent;
}

.range-slider {
  -webkit-appearance: none;
  width: 200px;
  height: 10px;
  background: none;
  grid-area: 3/2/1/3;
  background-size: 400%;
  border-radius: 5px;
  outline: none;
  background-attachment: fixed;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.range-slider::-webkit-slider-runnable-track {
  width: 200px;
  background: var(--l11);
  border: 1px solid var(--primary);
  box-shadow: var(--shadow-elevation-low);
  border-radius: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 100%;
  background: var(--primary);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 5px;
}

.range-slider::-webkit-slider-thumb:hover {
  background: var(--dark);
  border-top: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  box-shadow: var(--primary-light) 1px 1px, var(--primary-light) 2px 2px;
  border-top: 2px solid var(--primary);
  border-radius: 5px;
}

.range-slider::-webkit-slider-runnable-track:hover {
  background: var(--gradup);
  animation: backgrounder 15s ease-in-out infinite;
  background-size: 200%;
  border-top: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  box-shadow: var(--primary-light) 1px 1px, var(--primary-light) 2px 2px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.btn {
  padding: 0vw;
  width: 10vw;
  height: 2vw;
  font-family: "outmain";
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: var(--shadow-elevation-low);
  background: rgb(255, 255, 255);
  color: var(--primary);
  cursor: pointer;
  border-radius: 0.5rem;
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  border-top: 2px solid var(--lbb);
  border-left: 2px solid var(--lbb);
  transition-duration: 0.6s;
  transition-property: border-top, border-left, border-bottom, border-right, box-shadow;
  border-left: 2px solid var(--lbb);
  transition-duration: 0.6s;
  transition-property: border-top, border-left, border-bottom, border-right, box-shadow;
  animation: bob 5s 2.4s forwards infinite, filled 0.6s 2.4s forwards;
  -webkit-animation: bob 5s 2.4s forwards infinite, filled 0.6s 2.4s forwards;
}

.btn:hover {
  border-top: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary-light);
  border-right: 1px solid var(--primary-dark);
  box-shadow: var(--light) 2.5px 2.5px, var(--primary) 5px 5px, var(--primary-light) 7.5px 7.5px;
}
@keyframes bob {
  0% {
    transform: translatey(0%);
  }
  50% {
    transform: translatey(-12%);
  }
  100% {
    transform: translatey(0%);
  }
}
.subbut {
  display: flex;
  flex-direction: row;
  color: var(--primary);
  text-align: center;
  gap: 1vw;
  grid-area: 2/2/3/3;
}

.flex1 {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: var(--primary);
  margin: 0;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
  grid-area: 3/2/4/3;
}

.blockbig1 {
  display: flex;
  justify-content: space-evenly;
  gap: 3vw;
  width: 100%;
  align-items: center;
}

.blockbig2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0vw;
  padding: 0vw;
  box-shadow: var(--shadow-elevation-medium);
  border-radius: 15px;
  background: var(--gradup);
}

.radio-input-v-g {
  height: 120px;
}

.card-front {
  background-color: var(--light);
  position: absolute;
  height: 600px;
  width: 800px;
  display: flex;
  transform-style: preserve-3d;
  transition: opacity 0.6s 1.2s ease-in-out, all 0.6s 0.4s ease-in-out;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  gap: 5vw;
  padding: 2vw;
  box-shadow: var(--shadow-elevation-high);
}

.card-back {
  background-color: var(--light);
  position: absolute;
  display: grid;
  transform-style: preserve-3d;
  transition: opacity 0.6s 1.2s ease-in-out, all 0.6s 0.4s ease-in-out;
  align-items: center;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 6fr 1fr 1fr;
  border-radius: 20px;
  padding: 2vw;
  box-shadow: var(--shadow-elevation-high);
  height: 600px;
  width: 800px;
  justify-items: center;
}

.sideB {
  transform: rotateY(180deg);
  transition: all 0.6s 0.4s ease-in-out;
}
.sideB .card-back {
  transform: rotateY(180deg) translate3d(0, 0, 0px);
}
.sideB .card-front {
  transform: translate3d(0, 0, 0px) rotateY(0deg);
}

.sideA {
  transform: rotateY(0deg);
  transition: all 0.6s 0.4s ease-in-out;
}
.sideA .card-front {
  transform: translate3d(0, 0, 0px) rotateY(0deg);
}
.sideA .card-back {
  transform: rotateY(180deg) translate3d(0, 0, 75px);
}

.switcher1 {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 2vw;
}

.switcher2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  top: 10px;
  right: 10px;
}

.goalp {
  display: none;
}

#card-3d-wrapper {
  height: 70vh;
  width: 75vw;
  display: flex;
  position: relative;
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform 0.6s 400ms ease-out;
  justify-content: center;
  align-items: center;
  background: transparent;
  perspective: 200px;
}

.iconin {
  width: 20px;
  height: 20px;
}

.ico_0 {
  stroke-dasharray: 12 14;
  stroke-dashoffset: 13;
  stroke-width: 2px;
}

.submit .ico_0 {
  animation: ico_draw 2000ms linear 500ms forwards, ico_fade 3000ms linear 500ms infinite reverse;
  transform-origin: center;
}

.ico_1 {
  stroke-dasharray: 12 14;
  stroke-dashoffset: 13;
  stroke-width: 2px;
}

.submit .ico_1 {
  animation: ico_draw 2000ms linear 500ms forwards, ico_fade 3000ms linear 500ms infinite;
  transform-origin: center;
}

.ico_2 {
  stroke-dasharray: 29 31;
  stroke-dashoffset: 30;
  stroke-width: 2px;
  animation: ico_draw 20ms linear 0.1s forwards;
  transform-origin: center;
}

@keyframes ico_draw {
  100% {
    stroke-dashoffset: 0;
    transform: translateY(10%);
  }
}
@keyframes ico_fade {
  0% {
    transform: translateY(-50%) scale(1.5);
  }
  50% {
    transform: translateY(0%) scale(1);
  }
  100% {
    transform: translateY(50%) scale(1.5);
  }
}
@keyframes backgrounder {
  0%, 100% {
    background-position: 0% 50%;
  }
  35% {
    background-position: 50% 25%;
  }
  65% {
    background-position: 100% 50%;
  }
}
.printrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 80mm;
  color: #000;
  text-align: center;
}

.printrow-h {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2mm;
  width: 80mm;
  color: #000;
  text-align: center;
}

#printbutton {
  width: 6vw;
  font-family: "outmain";
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid var(--white);
  color: var(--light);
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--gradselected);
  text-shadow: var(--shadow-elevation-low);
  animation: bobblink 2s 0.4s forwards infinite;
  -webkit-animation: bobblink 2s 0.4s forwards infinite;
}

.printresult {
  display: flex;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  width: 80mm;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5mm;
  margin: 0 auto;
  gap: 5mm;
  flex-direction: column;
  align-items: center;
}

.p-content {
  border-bottom: 1px solid #363636;
  font-size: 12px;
  text-align: center;
}

.s-content {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  color: #363636;
  opacity: 0.6;
}

.p-cal {
  font-size: 16px;
  color: #000;
  box-shadow: var(--shadow-elevation-low);
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #363636;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.p-cal small {
  font-size: 12px;
}

.smalllogo {
  width: 20px;
  height: 20px;
}

.fulllogo {
  width: 40mm;
  height: 40mm;
}

.logorow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2mm;
}

.fonter {
  font-size: 14px;
  color: #363636;
}

.p-icon-l {
  position: relative;
  top: 0;
  left: 0;
  stroke-width: 1px !important;
}

.p-icon-r {
  position: relative;
  top: 0;
  left: 0;
  stroke-width: 1px !important;
}

.p-main {
  position: relative;
}
@keyframes bobblink {
  0%, 100% {
    transform: translatey(0%) Scale(1);
    opacity: 1;
  }
  25% {
    transform: translatey(-6%) Scale(0.6);
    opacity: 0.2;
  }
  50% {
    transform: translatey(6%) Scale(1);
    opacity: 1;
  }
  75% {
    transform: translatey(0%) Scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=cube.css.map */