﻿body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 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";
}

#animation-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
}

#connected-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 600;
    color: white;
}

#preloader-container {
    justify-content: center;
    display: none;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/bg_stone_island_SS_22_3852a30a92.jpg");
    background-size: cover;
    background-position: top;
}

@keyframes ldio-j7h7118vgr {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
  }
  .ldio-j7h7118vgr div {
    position: absolute;
    width: 66px;
    height: 66px;
    border: 4px solid #fefefe;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .ldio-j7h7118vgr div {
    animation: ldio-j7h7118vgr 1s linear infinite;
    top: 50px;
    left: 50px
  }
  .loadingio-spinner-rolling-33gzyhalh7x {
    margin-top: 70px;
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    background: none;
  }
  .ldio-j7h7118vgr {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.6);
    backface-visibility: hidden;
    transform-origin: 0 0; 
  }
  .ldio-j7h7118vgr div { box-sizing: content-box; }

.stone-logo {
    width: 120px;
    height: 40px;
    padding: 10px;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 100vw;
    margin-right: auto;
    max-width: 576px;
    position: relative;
}

.main-image {
    max-width: 100%;
    height: auto;
}

.div-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px;
}

.div-content {
    text-align: center;
    width: 100%;
    max-width: 512px;
}

.text-light {
    font-weight: 300;
}

.text-semibold {
    font-weight: 600;
}

.text-heading {
    font-size: 13.5px;
}

.text-small {
    font-size: 12.5px;
}

.text-mini {
    font-size: 9px;
}

.btn-auth {
    height: 55px;
    background-color: black;
    width: 100%;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: 600;
    font-size: 12.5px;
    font-family: 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";
}

.welcome-paragraph {
    margin-bottom: 10px;
    margin-top: 10px;
}

.content-paragraph {
    margin-bottom: 32px;
}

.privacy-paragraph {
    margin-top: 20px;
}