/* ================================================================= 
   OPTIMIZED CSS - Only styles actually used by the site
   ================================================================= */

/* CSS Variables and Root */
:root {
  --background: 0 0% 100%;
  --foreground: 222.2 84% 4.9%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 84% 4.9%;
  --primary: 217 91% 60%;
  --primary-foreground: 0 0% 100%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --border: 214.3 31.8% 91.4%;
  --ring: 217 91% 60%;
  --easy-login-blue: 217 91% 60%;
  --easy-login-blue-dark: 217 91% 50%;
  --easy-login-bg: 220 60% 45%;
  --easy-login-bg-light: 220 60% 55%;
  --gradient-primary: linear-gradient(135deg, hsl(220, 60%, 45%), hsl(217, 91%, 60%));
  --gradient-background: linear-gradient(135deg, hsl(220, 60%, 45%) 0%, hsl(217, 91%, 60%) 100%);
  --shadow-card: 0 4px 20px hsl(217 91% 60% / .1);
}

/* Reset and Base Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  border-color: hsl(var(--border));
}

html {
  background-color: #fefefe;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  overflow: auto;
  overflow-y: scroll;
  position: relative;
  height: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  z-index: 1;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #fff;
  background-size: cover;
  padding-top: 127px;
  height: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: inherit;
}

h1 {
  font-size: 2.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #444;
  text-decoration: underline;
}

button {
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: 0 !important;
}

/* Layout Classes */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px
  }
}

/* Grid System */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-md-0,
.col-md-12,
.col-lg-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-12 {
  padding: 0px;
}

@media (min-width: 768px) {
  .col-md-0 {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

/* Button Styles */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* Utility Classes */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

/* Custom Styles */
.background:before {
  content: '';
  clear: both;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

.background_color {
  background-color: hsl(210deg 40% 96.08%);
}

#main-box {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0px auto 100px auto;
  width: 850px;
  min-width: 850px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  color: #363636;
  text-align: center;
  border: 1px solid lightgray;
  box-shadow: 3px 3px 5px 3px #8b8b8b;
}

#main-box h1 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold !important;
  font-size: 40px;
  color: #333 !important;
  margin-left: -56px;
}

#main-box p {
  font-size: 17px;
  margin-bottom: 35px;
}

#header-icon {
  width: 45px;
  height: auto;
  margin-right: 5px;
}

ul.dots {
  list-style: circle;
  padding-inline-start: 30px !important;
  text-align: left;
  width: 383px;
  margin: -10px auto 25px auto;
}

ul.dots li {
  margin-bottom: 7px;
}

.step {
  text-align: center;
  margin-bottom: 35px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #488afb;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
}

.step-text {
  padding: 6px 0px;
}

.step-text strong {
  color: #488afb;
  display: inline-block;
}

#continue {
  font-size: 30px;
  margin-bottom: 15px;
  min-width: 450px;
  width: auto;
  background: #3c7ce6;
  padding: 20px 40px;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}

#continue .but {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

#continue:hover {
  background-color: #3472d4;
  transform: scale(1.1);
}

.display-class {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

/* Tailwind-style Utility Classes Used */
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.p-6 {
  padding: 1.5rem
}

.p-10 {
  padding: 2.5rem
}

.p-12 {
  padding: 3rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mb-20 {
  margin-bottom: 5rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: .75rem
}

.mt-1 {
  margin-top: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-auto {
  margin-top: auto
}

.mr-2 {
  margin-right: .5rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.gap-12 {
  gap: 3rem
}

.gap-8 {
  gap: 2rem
}

.gap-3 {
  gap: .75rem
}

.gap-2 {
  gap: .5rem
}

.space-y-4>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.hidden {
  display: none
}

.grid {
  display: grid
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.items-center {
  align-items: center
}

.items-start {
  align-items: flex-start
}

.justify-center {
  justify-content: center
}

.flex-shrink-0 {
  flex-shrink: 0
}

.w-full {
  width: 100%
}

.w-16 {
  width: 4rem
}

.w-6 {
  width: 1.5rem
}

.w-8 {
  width: 2rem
}

.w-5 {
  width: 1.25rem
}

.h-16 {
  height: 4rem
}

.h-6 {
  height: 1.5rem
}

.h-8 {
  height: 2rem
}

.h-5 {
  height: 1.25rem
}

.h-11 {
  height: 2.75rem
}

.max-w-3xl {
  max-width: 48rem
}

.max-w-2xl {
  max-width: 42rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-2xl {
  border-radius: 1rem
}

.border {
  border-width: 1px
}

.border-transparent {
  border-color: transparent
}

.border-white\/20 {
  border-color: rgb(255 255 255 / .2)
}

.bg-background {
  background-color: hsl(var(--background))
}

.bg-card {
  background-color: hsl(var(--card))
}

.bg-gradient-primary {
  background: var(--gradient-primary)
}

.bg-gradient-background {
  background: var(--gradient-background)
}

.bg-easy-login-blue {
  background-color: hsl(var(--easy-login-blue))
}

.bg-easy-login-blue\/10 {
  background-color: hsl(var(--easy-login-blue) / .1)
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / .1)
}

.bgWhite {
  background-color: white
}

.from-easy-login-bg {
  --tw-gradient-from: hsl(var(--easy-login-bg))
}

.to-easy-login-bg-light {
  --tw-gradient-to: hsl(var(--easy-login-bg-light))
}

.text-white {
  color: white
}

.text-white\/80 {
  color: rgb(255 255 255 / .8)
}

.text-white\/90 {
  color: rgb(255 255 255 / .9)
}

.text-white\/70 {
  color: rgb(255 255 255 / .7)
}

.text-easy-login-blue {
  color: hsl(var(--easy-login-blue))
}

.text-green-400 {
  color: #4ade80
}

.text-secondary-foreground {
  color: hsl(var(--secondary-foreground))
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground))
}

.text-card-foreground {
  color: hsl(var(--card-foreground))
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.font-bold {
  font-weight: 700
}

.font-semibold {
  font-weight: 600
}

.leading-relaxed {
  line-height: 1.625
}

.whitespace-nowrap {
  white-space: nowrap
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05)
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)
}

.hover\:shadow-card:hover {
  box-shadow: var(--shadow-card)
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / .8)
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.overflow-hidden {
  overflow: hidden
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.top-8 {
  top: 2rem
}

.-right-4 {
  right: -1rem
}

.backdrop-blur-sm {
  backdrop-filter: blur(4px)
}

.ColorWhite {
  color: white
}

.margin-class {
  margin-top: 100px;
}

/* Responsive Media Queries */
@media (min-width: 768px) {
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }
  
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  
  .md\:block {
    display: block
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

/* Responsive breakpoints - exactly from style-old.css */
@media (max-height: 800px) {
  body {
    padding-top: 125px;
  }

  #main-box {
    padding: 25px 50px;
    margin-bottom: 50px;
  }

  #main-box h1 {
    margin-bottom: 15px;
  }

  .step {
    margin-bottom: 15px;
  }

  ul.dots {
    margin: -15px auto 15px auto;
  }
}

@media (max-height: 700px) {
  body {
    padding-top: 70px;
  }

  #continue {
    margin-bottom: 10px;
  }

  #main-box {
    padding: 25px;
    width: 800px;
  }

  #main-box p {
    font-size: 16px;
  }

  #main-box h1 {
    font-size: 36px;
  }

  ul.dots {
    margin: -20px auto 15px auto;
  }
}

@media (max-width: 700px) {
  .margin-class {
    margin-top: 150px;
  }
}

/* Footer styles */
footer {
  background: var(--gradient-background);
  text-align: center;
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin-top: auto;
}

footer a {
  color: white;
  transition: color 0.15s;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.9);
}