*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
  font-size: 16px;
}

main {
  display: block;
  padding: 36px 0px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  main {
    padding: 24px 0px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 430px) {
  main {
    padding: 12px 0px;
    margin-top: 64px;
  }
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../../fonts/space-grotesk/SpaceGrotesk.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../fonts/space-grotesk/SpaceGrotesk.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../../fonts/monument-extended/MonumentExtended-Regular.otf");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
:root {
  --primary-bg-color: #171718;
  --primary-color: #abff96;
  --font-body: "Space Grotesk", "ui-sans-serif", "system-ui", "-apple-system",
    "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial",
    "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --font-title: "Monument Extended", "ui-sans-serif", "system-ui",
    "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto",
    "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --text-color: #959595;
  --text-highlight-color: #fff;
  --text-black: #000;
  --text-danger-color: #FFC4C4;
  --default-border-color: #585858;
}

body {
  background-color: var(--primary-bg-color);
  min-width: 240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  min-height: 100vh;
  position: relative;
}

html[lang=ar] body {
  direction: rtl;
}

a {
  transition: ease-in-out 0.3s all;
  color: var(--text-color);
  text-decoration: none;
}

a:visited {
  color: var(--text-color);
}

a:hover {
  color: var(--primary-color);
}

.grecaptcha-badge {
  visibility: hidden;
}

.element-hidden {
  display: none !important;
}

.smileone-input-wrapper {
  padding: 12px 24px;
  background-color: var(--primary-bg-color);
  border-radius: 90px;
  border: 1px solid var(--default-border-color);
  margin-bottom: 24px;
  transition: border ease-in-out 0.3s;
}
.smileone-input-wrapper:hover {
  border: 1px solid var(--text-color);
}
.smileone-input-wrapper:focus-within {
  border: 1px solid var(--primary-color);
}
.smileone-input-wrapper.input-focused {
  border: 1px solid var(--primary-color);
}
.smileone-input-wrapper.input-error {
  border: 1px solid var(--text-danger-color);
}
.smileone-input-wrapper.preped-icon {
  display: flex;
  align-items: center;
}
.smileone-input-wrapper.preped-icon svg, .smileone-input-wrapper.preped-icon img {
  width: 12px;
  height: 12px;
}
.smileone-input-wrapper.preped-icon input {
  margin: 0 10px;
  height: 16px;
  flex: 0 0 calc(100% - 54px);
}
.smileone-input-wrapper.preped-icon .clear-btn-container {
  height: 16px;
  width: 22px;
  position: relative;
}
.smileone-input-wrapper.preped-icon svg.delete,
.smileone-input-wrapper.preped-icon img.delete {
  position: absolute;
  top: -3px;
  right: 0px;
  width: 22px;
  height: 22px;
}
.smileone-input-wrapper input {
  font-family: var(--font-body);
  background-color: transparent;
  width: 100%;
  outline: none;
  border: none;
  color: var(--text-highlight-color);
  caret-color: var(--primary-color);
}
.smileone-input-wrapper input:-webkit-autofill,
.smileone-input-wrapper input:-webkit-autofill:hover,
.smileone-input-wrapper input:-webkit-autofill:focus,
.smileone-input-wrapper input:-webkit-autofill:active {
  -webkit-transition: background-color ease-in-out 5000s, color ease-in-out 5000s;
  transition: background-color ease-in-out 5000s, color ease-in-out 5000s;
}

a.smileone-button,
button.smileone-button {
  padding: 12px 24px;
  border-radius: 90px;
  background: var(--primary-color);
  color: var(--text-black);
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-body);
  font-size: 14px;
}
a.smileone-button.w-full,
button.smileone-button.w-full {
  width: 100%;
}
a.smileone-button:active,
button.smileone-button:active {
  filter: brightness(0.8);
}
a.smileone-button:hover,
button.smileone-button:hover {
  background: #cbffbd;
}
a.smileone-button[disabled],
button.smileone-button[disabled] {
  pointer-events: none;
  background: rgba(171, 255, 150, 0.4);
}
a.smileone-button.variant-transparent,
button.smileone-button.variant-transparent {
  border: 1px solid var(--text-highlight-color);
  background: transparent;
  color: var(--text-highlight-color);
}
a.smileone-button.variant-transparent:hover,
button.smileone-button.variant-transparent:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
a.smileone-button.variant-white,
button.smileone-button.variant-white {
  border: 1px solid var(--default-border-color);
  background: var(--text-highlight-color);
  color: var(--text-black);
}
a.smileone-button.variant-white:hover,
button.smileone-button.variant-white:hover {
  border: 1px solid var(--default-border-color);
  background-color: #D8D8D8;
  color: var(--text-black);
}

a.smileone-button {
  display: inline-block;
}

img[data-src], img[src=""] {
  visibility: hidden;
  position: relative;
  display: block;
}

img[data-src]::after, img[src=""]::after {
  content: "";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text-color);
  border-radius: 8px;
  animation: skeletonLoading 2s infinite;
}

.global-box {
  min-width: 240px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.global-x-padding {
  padding-left: 36px;
  padding-right: 36px;
}
@media screen and (min-width: 1440px) {
  .global-x-padding {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (min-width: 1920px) {
  .global-x-padding {
    padding-left: 132px;
    padding-right: 132px;
  }
}
@media screen and (max-width: 768px) {
  .global-x-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 430px) {
  .global-x-padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@keyframes skeletonLoading {
  0% {
    background-color: rgba(149, 149, 149, 0.1);
  }
  50% {
    background-color: rgba(149, 149, 149, 0.3);
  }
  100% {
    background-color: rgba(149, 149, 149, 0.1);
  }
}/*# sourceMappingURL=global.css.map */