html {
    background-color: #05003d
}

/* base style */
.header {
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #05003d;
}

.landing-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 75%;
}

.landing-header-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    font-weight: 350;
}

.main-header {
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #05003d;
}

.header-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    font-weight: 350;
    position: absolute;
    width: 98%;
}


/* menu style */
@keyframes menu-slide-in {
    0% {
        right: -300px;
    }

    100% {
        right: 0px;
    }
}

@keyframes menu-slide-out {
    0% {
        right: 0px;
    }

    100% {
        right: -300px;
    }

    100% {
        visibility: hidden;
    }
}

.menu-button {
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: 30px;
    width: 30px;
    align-self: center;
    justify-content: center;
    position: fixed;
    right: 10px;
}

.home-button {
    height: 30px;
    width: 30px;
    align-self: center;
    justify-self: center;
    position: fixed;
    right: 50px;
}

.menu-row {
    display: flex;
    flex-direction: row;
    gap: 3px;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.settings-button {
    display: flex;
    flex-direction: row;
    width: 30px;
    align-self: center;

    align-items: center;
    justify-content: center;

    background-color: #1A1558;
    border-color: #1A1558;
    color: #ffffff;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
    height: 30px;

}

.settings-button:hover {
    border-color: #9339f3;
}

.menu-bar {
    background-color: #ffffff;
    height: 5px;
    border-radius: 5px;
}

.side-menu {
    background-color: #05003d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 60px);
    animation: "slide-in";
}

.spacer-line {
    margin: 1px;
    height: 1px;
    width: calc(100% - 10%);
    background-color: rgb(255, 255, 255);
    align-self: center;
}



/* Buttons */
.primary-button {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 90%;
    align-self: center;

    align-items: center;
    justify-content: center;


    background-color: #1A1558;
    border-color: #1A1558;
    color: #ffffff;
    border-radius: 30px;
    border-style: solid;
    border-width: 3px;
    padding: 14px 39px 14px 39px;
    height: 30px;

    text-decoration: none;
    font-size: 12px;
    font-family: "Lato-Regular", sans-serif;
    flex-shrink: 0px;
    text-overflow: ellipsis;

    overflow: hidden;
    white-space: nowrap"

}

.primary-button:hover {
    border-color: #9339f3;
}


.secondary-button {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 90%;
    align-self: center;

    align-items: center;
    justify-content: center;


    background-color: #05003d;
    border-color: #05003d;
    color: #ffffff;
    border-radius: 30px;
    border-style: solid;
    border-width: 3px;
    padding: 14px 39px 14px 39px;
    height: 30px;

    text-decoration: none;
    font-size: 12px;
    font-family: "Lato-Regular", sans-serif;
    flex-shrink: 0px;
    text-overflow: ellipsis;

    overflow: hidden;
    white-space: nowrap"

}

.secondary-button:hover {
    border-color: #ffffff;
}


.tertiary-button {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 90%;
    align-self: center;

    align-items: center;
    justify-content: center;


    background-color: #05003d;
    border-color: #05003d;
    color: #ffffff;
    border-radius: 30px;
    border-style: solid;
    border-width: 3px;
    padding: 14px 39px 14px 39px;
    height: 30px;

    text-decoration: none;
    font-size: 12px;
    font-family: "Lato-Regular", sans-serif;
    flex-shrink: 0px;
    text-overflow: ellipsis;

    overflow: hidden;
    white-space: nowrap"

}

.tertiary-button:hover {
    border-color: #ffffff;
}

/* Text */
.primary-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tile-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: wrap;
    width: 100%;
}

.header-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.form-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.info-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.main-body {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.warning-bar {
    visibility: hidden;
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 80%;
    height: auto;
    min-height: 30px;
    background-color: yellow;
    z-index: 10;
    position: fixed;
    left: 10%;
    top: 50;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 10px;
}

.warning-text {
    max-width: 85%;
    overflow-wrap: anywhere;
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.warning-button {
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    font-weight: 750;
    outline: None;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}

.tiles-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    max-width: 1920px;
    gap: 15px;
}


.vvTile {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40%;
    height: 300px;
    background-color: #1A1558;
    border-color: #1A1558;
    border-radius: 15px;
    border-width: 3px;
    border-style: solid;
    padding: 10px;
}

.tile:hover {
    border-color: #9339f3;
}

.tile-center {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-wheel {
    animation: "spin 2 linear infinite";
    animation-play-state: running;
    animation: spin;
    animation-duration: 2s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

.content-space {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.content-space-info {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 100%;
    align-items: center;
    justify-content: center;
}


.tile-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.tile-header-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.circle {
    width: 100%;
    aspect-ratio: 1;
    position: absolute;
    right: 0%;
    z-index: 1;
}

.circle-percentage {
    position: absolute;
    color: #444;
    top: -3em;
    left: 0.3em;
    right: 0;
    font-size: 4em;
}

.circle-text {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    user-select: none;
    font-family: "Lato-Bold", sans-serif;
    font-size: 40px;
    font-weight: 300;
    display: flex;
    width: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.change-text {
    color: #ffffff;
    user-select: none;
    font-family: "Lato-Bold", sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.change-filler {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.percent-bar {
    height: 30px;
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
}

.bar-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.metric-text {
    color: #ffffff;
    user-select: none;
    font-family: "Lato-Bold", sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}

.detailed-graph {
    width: 100%;
    max-width: 600px;
    height: 100%;
}

.graph-heading {
    width: 100%;
    color: #ffffff;
    user-select: none;
    font-family: "Lato-Bold", sans-serif;
    font-size: 25px;
    font-weight: 300;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* Overview page */
.header-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
}

.overview-header-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-selector-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.date-selector-text {
    color: #ffffff;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-selector {
    color: #ffffff;
    background-color: #05003d;
    user-select: none;
    text-align: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 20px;
    font-weight: 300;
    border: None;
}

.selector-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.overview-content-area {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    width: 95%;
    max-width: 1920px;
    height: 200px;
    border-radius: 15px;
    padding: 10px;
}

.overview-content-graph {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    width: 95%;
    max-width: 1920px;
    height: 400px;
    border-radius: 15px;
    padding: 10px;
}

.overview-content-bar {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    width: 95%;
    max-width: 1920px;
    height: 75px;
    border-radius: 15px;
    padding: 10px;
}


.form-content {
    background-color: #1A1558;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.thumbnail-vvTile {
    width: 100%
}

.image-box {
    min-width: 512px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
