/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Sora:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
  position: relative;
  font-size: 16px;
  margin: 0;
  background: url('../assets/images/Background.png'), #04011C;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  min-height: 100vh;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

.bodycopy {
  font-size: 16px;
  line-height: 1.5em;
  color: #ccc;
}
.bodycopy a {
  color: #4f96ff;
  text-decoration: none;
  cursor: pointer;
}
.bodycopy a:hover {
  text-decoration: underline;
}
.bodycopy p {
  margin-top: 0;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}
.bodycopy p:last-child {
  margin-bottom: 0;
}

.blockbot-guy {
  display: none;
}

@media screen and (min-width: 1350px) {
  .blockbot-guy {
    display: block;
    position: fixed;
    bottom: -10px !important;
    right: 0;
    z-index: -1;
  }  
}


/* Forms */

.ui-text-box {
  --ui-form-label-color: #ccc;
  --ui-input-border-radius: 4px;
  --ui-input-background-color: #484848;
  --ui-input-border: 1px solid red;
  --ui-input-text-color: #fff;
}

.ui-text-box input {
  border: none;
  border-bottom: 1px solid #666;
  outline: none;
}

.ui-text-box input:hover {
  --ui-input-background-color: #545454;
  border-bottom-color: #727272;
}

.ui-text-box input:focus {
  --ui-input-background-color: #1B364F;
  border-bottom-color: #2274B8;
}

.ui-text-box.has-error input {
  --ui-input-background-color: #370002;
  border-bottom-color: #E34150;
}

.ui-text-box .error-message,
.ui-checkbox .error-message
{
  padding-top: 5px;
  font-size: 14px;
  color: #E34150;
}


.ui-error-list .error {
  color: #E34150;
}

.ui-checkbox {
  --ui-form-label-color: #ccc;
  --ui-checkbox-size: 18px !important;
}

.ui-checkbox input[type="checkbox"]  {
  accent-color: #3f8bff; 
}

/* Box */
/* .ui-box {
  --ui-box-color: #333;
} */

/* Buttons */

.ui-button.default {
  --ui-button-color: rgba(255, 255, 255, 0.15);
  --ui-button-text-color: #ccc;
}

.ui-button.default:hover {
  transition: all 150ms ease-out;
  --ui-button-color: rgba(255, 255, 255, 0.25);
  --ui-button-text-color: #fff;
}

.ui-button.default:not(:hover) {
  transition: all 150ms ease-out;
}

.ui-button.primary {
  --ui-button-color: rgba(79, 150, 255, 1);
  --ui-button-text-color: #fff;
}

.ui-button.primary:hover {
  transition: all 150ms ease-out;
  --ui-button-color: rgba(29, 120, 255, 1); /* 10% */
}

.ui-button.primary:not(:hover) {
  transition: all 150ms ease-out;
}

.ui-button.disabled {
  --ui-button-color: rgba(255, 255, 255, 0.10);
  --ui-button-text-color: rgba(255, 255, 255, 0.2);
  cursor: default !important;
}

.light-container .ui-button.default {
  --ui-button-color: #666;
  --ui-button-text-color: #fff;
}

.light-container .ui-button.default:hover {
  --ui-button-color: #505050;
}

.react-tel-input{
  display: flex !important;
  flex-direction: column;
}
.invalid-number-message{
  margin-top: 5px;
  order: 3;
  color: #ff0000;
}


:root {

  /* PAGE BREAKS */
  --breakpoint-xs: 600px;
  --breakpoint-sm: 900px;
  --breakpoint-md: 1100px;
  --breakpoint-lg: 1400px;
  --breakpoint-xl: 1600px;
  --default-border-radius: 8px;
  --default-element-height: 45px;
  /* COLORS */
  --color-gray-20: #f5f5f5;
  --color-gray-30: #e5e5e5;
  --color-gray-40: #d4d4d4;
  --color-gray-50: #a3a3a3;
  --color-gray-60: #737373;
  --color-gray-70: #525252;
  --color-gray-80: #404040;
  --color-gray-90: #262626;
  --color-gray-100: #171717;
  --color-orange: #f90;
  --color-green-60:#22c553;
  --color-red-60:#ef4444;
  --color-blue: #4f96ff;
  --color-win: #663000;
  --color-element: #5d6600;
  --color-galvan: #145b52;
  --color-green: #144d00;
  --color-pixll: #60001a;
  --color-switch: #003652;
  
  /* NODE COLORS */
  --color-win-lite-node:#4c2400;
  --color-galvan-lite-node:#0f443e;
  --color-switch-lite-node:#003652;
  --color-pixll-lite-node:rgb(99, 20, 0);
  --color-element-lite-node:#606900;
  --color-galvan-smart-node:#0f9c9d;
  --color-switch-smart-node:#0088cd;
  --color-pixll-smart-node:#c90036;
  --color-element-smart-node:#e9ff00;
  --color-win-smart-node:#ff7800;

  --default-box-shadow:2px 2px 10px var(--color-gray-100);
  --default-box-shadow-sm:2px 2px 5px var(--color-gray-100);

  /* fixed positioned elements */
  --navbar-height: 67px;
  --banner-height: 80px;
  --banner-height-mobile: 160px;
}