:root {
    --bg-color: #fff;
    --text-color: #242529
}

:root.m-mode-dark {
    --bg-color: #161618;
    --text-color: #f6f7f8
}

body {
    background: var(--bg-color)
}

#before_preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    background: var(--bg-color);
    z-index: 10000001
}

.htmlpreload {
    width: 35%;
    -webkit-animation: 2s linear infinite pulse_preload;
    animation: 2s linear infinite pulse_preload
}

@media (max-width:576px) {
    .htmlpreload {
        width: 50%
    }
}

@-webkit-keyframes pulse_preload {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse_preload {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes recovery_progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

:root {
    --bg-color: #fff;
    --text-color: #242529;
}

:root.m-mode-dark {
    --bg-color: #161618;
    --text-color: #f6f7f8;
}

body {
    background: var(--bg-color);
}

#before_preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: var(--bg-color);
    z-index: 10000001;
}

.htmlpreload {
    width: 35%;
    -webkit-animation: 2s linear infinite pulse_preload;
    animation: 2s linear infinite pulse_preload;
}

@media (max-width: 576px) {
    .htmlpreload {
        width: 50%;
    }
}

@-webkit-keyframes pulse_preload {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse_preload {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* Import the Roboto font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Apply Roboto font to the entire page */
body,
html {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Optional: Ensure consistent font styling for commonly used elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
button,
input {
  font-family: 'Roboto', sans-serif;
}

/* Ensure smooth rendering */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.resize-observer[data-v-8859cc6c] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    pointer-events: none;
    display: block;
    overflow: hidden;
    opacity: 0
  }

  .resize-observer[data-v-8859cc6c] object {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
  }

  input#totalEarnings {
    background-color: antiquewhite;
    padding: 5px;
    border-radius: 20px;
  }

  input#accountAge {
    background-color: antiquewhite;
    padding: 5px;
    border-radius: 20px;

  }

  button#calculateButton {
    background-color: aliceblue;
    padding: 10px;
    border-radius: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 13px;
  }

  .infinite-loading-container[data-v-cea4dd88] {
    clear: both;
    text-align: center;
  }

  .infinite-loading-container[data-v-cea4dd88] *[class^=loading-] {
    display: inline-block;
    margin: 5px 0;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    border-radius: 50%;
  }

  .btn-try-infinite[data-v-cea4dd88] {
    margin-top: 5px;
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
    line-height: 1;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
  }

  .btn-try-infinite[data-v-cea4dd88]:not(:active):hover {
    opacity: 0.8;
  }