﻿#container-8821 {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 1em;
}

#container-8821 hr {
    width: 80vw;
    height: 5px;
}

#status-panel-8821 {
    width: 40em;
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: white;
}

#status-body-8821 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

#status-body-8821 > span {
    color: var(--secondary-color) !important;
}

#status-heading-8821 {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: 600;
}

#status-text-8821 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 800;
    margin: 8px 0px;
}

#status-desc-8821 {
    font-size: 0.9em;
    font-weight: 300;
}

#action-body-8821 {
    width: 100%;
}

#action-body-8821 hr {
    width: 100%;
    height: 10px;
    color: white;
}

#action-body-8821 input[type=text], #action-body-8821 input[type=password] {
    margin-bottom: 8px;
    background-color: var(--secondary-color) !important;
}

#action-body-8821 input[type=checkbox] {
    margin-bottom: 8px;
}

#action-body-8821 .form-check-label {
    font-size: 0.8em;
    margin-bottom: 8px;
}

#action-body-8821 label, #action-body-8821 p {
    color: white;
}

#action-body-8821 button {
    color: var(--primary-color);
    transition: all 0.2s ease;
    background: var(--secondary-color) !important;
}

#action-body-8821 a {
    color: var(--secondary-color) !important;
}

#choose-btn-grp-8821 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

#action-body-8821 > div {
    padding: 1em;
}

#action-body-8821 button:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    outline: 2px solid var(--secondary-color) !important;
}
