
body::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('/static/img/bg.png');
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -1;

}

body {
    background-color: #f8faff;
}

div.card-create-account {
    color: #312153;
    width:100%;
    margin-top: 20px;
    padding:15px;
    border-radius: 15px;
    border-bottom:4px solid #45732a;
    background: hsl(97, 100%, 30%);
    background: linear-gradient(-90deg, hsl(97, 100%, 30%, 0.5) 0%, hsl(98, 46%, 50%, 0.5) 50%, hsl(98, 46%, 50%, 0.5) 100%);
    background: -moz-linear-gradient(-90deg, hsl(97, 100%, 30%, 0.5) 0%, hsl(98, 46%, 50%, 0.5) 50%, hsl(98, 46%, 50%, 0.5) 100%);
    background: -webkit-linear-gradient(-90deg, hsl(97, 100%, 30%, 0.5) 0%, hsl(98, 46%, 50%, 0.5) 50%, hsl(98, 46%, 50%, 0.5) 100%);
}

div.card-create-account > A {
    padding: 7px;
    display: block;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #312153;
    color: #ffffff;
    text-decoration: none;
    font-weight:normal;
}

div.card-create-account > A:hover {
    background: #6fb944;
}

div.future-heat-logo {
    margin-top:20px;
    padding: 5px;
    background-color: #ecca33;
    border-radius: 10px;
    text-align: center;
    border-bottom: 4px solid #6a5c1a;
}

div.a2ep-logo {
    padding: 1px;
    text-align: center;

}

div.card-sub-menu {
    margin-top: 20px;
    border-radius: 15px;
    border-bottom:4px solid #cdcdcd;
    padding: 15px;
    background: rgb(240, 246, 237);
    background: linear-gradient(-90deg, hsl(37, 42%, 94%) 0%, hsl(37, 42%, 94%) 100%);
    background: -moz-linear-gradient(-90deg, hsl(37, 42%, 94%) 0%, hsl(37, 42%, 94%) 100%);
    background: -webkit-linear-gradient(-90deg, hsl(37, 42%, 94%) 0%, hsl(37, 42%, 94%) 100%);
}

div.card-sub-menu > A {
    display: block;
    padding:4px;
    color: #312153;
    text-decoration: none;
}

div.card-sub-menu > a::before {
    content: "→ ";
    display: inline-block;
    margin-right: 4px;
    color: #312153;
}

div.card-sub-menu > A:hover {
    text-decoration: underline;
}

h1.content-header {
    color: #312153;
    padding-top:40px;
    font-size: xx-large;
}

h2.content-sub-header {
    color: #83be5b;
    padding-top:10px;
    font-size: x-large;
}

div.content-title {
    color: #403d38;
    padding-top:10px;
    font-weight:bold;
    font-size: large;
}

div.content-block {
    padding-top:10px;
    font-size: medium;
    color: #403d38;
}

li {
    color: #403d38;
}

div.content-block > A {
    color: #312153;
    text-decoration: underline;
    font-weight:bold;
}

._dash-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

._dash-loading::before {
    content: "";
    background-image: url("/static/img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
    animation: pulse 1.2s infinite ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}

.form-container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
}

.form-input, .form-textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.form-button {
    padding: 10px 20px;
    display: block;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #312153;
    color: #ffffff;
    text-decoration: none;
    font-weight:normal;

    margin-top: 20px;

}

.std-button {
    padding: 10px 20px;
    text-align: center;
    border-radius: 12px;

    background: #312153;
    color: #ffffff;
    text-decoration: none;
    font-weight:normal;
}

.form-message {
    margin-top: 20px;
}

div.home-container {
    border-radius: 15px;
    border-bottom:4px solid #cdcdcd;
    padding: 15px 40px;

    background: rgb(240, 246, 237);
    background: linear-gradient(-90deg, hsl(37, 42%, 94%) 0%, hsl(37, 42%, 94%) 100%);
    background: -moz-linear-gradient(-90deg, hsl(37, 42%, 94%) 0%, hsl(37, 42%, 94%) 100%);
    background: -webkit-linear-gradient(-90deg, hsl(37, 42%, 94%) 0%, hsl(37, 42%, 94%) 100%);
}

div.home-container > h1 {
    margin-top:20px;
    font-size: x-large;
    color: #312153;
    font-weight: bold;
}

div.home-container > h2 {
    margin-top: 15px;
    font-size: medium;
    color: #403d38;
    font-weight: bold;
}

div.home-container > p {
    margin-top: 10px;
    font-size: medium;
    color: #403d38;

}

div.home-container-top {
    padding: 0;
}

h1.content-header-home {
    color: #312153;
    font-size: xx-large;
}

.text-image-container {
    position: relative;
}

div.content-container {
    margin-top:-40px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom:4px solid #cdcdcd;
    padding: 15px 40px 40px;
    background: rgb(240, 246, 237);
    background: linear-gradient(-90deg,  hsl(37, 42%, 94%, 0.45) 0%, hsl(37, 42%, 94%, 0.45) 100%);
    background: -moz-linear-gradient(-90deg, hsl(37, 42%, 94%, 0.45) 0%, hsl(37, 42%, 94%, 0.45) 100%);
    background: -webkit-linear-gradient(-90deg, hsl(37, 42%, 94%, 0.45) 0%, hsl(37, 42%, 94%, 0.45) 100%);
}

div.content-footer {
    width: 100%;
    max-width: 1100px;


    padding: 15px 25px;
    font-size:small;
}

div.content-footer > p {
    color: #8f8f8f;
    padding:0;
    margin:3px;
}

div.content-footer > p > a {
    color: #595959;
    font-weight:bold;
}

div.content-footer > hr {
    color: #bbbbbb;

}

.MainDiv {
    padding: 1rem;
    margin-left: 16rem;
}

.SideBarDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 16rem;
    padding: 1rem;
    transition: transform 0.3s ease;
    z-index: 1000;
    transform: translateX(0);
}

.SideBarDiv.collapsed {
    transform: translateX(-100%);
}

.hamburger {

    text-align: center;
    width: 30px;
    background-color: #c9c9c9;

    margin:0;

    display: none;
    padding-bottom:4px;
    position: fixed;
    top: 0.4rem;
    left: 0.4rem;
    z-index: 1100;
    cursor: pointer;
    font-size: 1.3rem;

    border: none;
    border-radius: 4px;
    color:#222;
}

@media (max-width: 768px) {
    .a2ep-logo {
        margin-top:30px;
    }
    .MainDiv {
        padding: 1rem;
        margin-left: 0;
    }
    .hamburger {
        display: block;
    }
    .SideBarDiv {
        transform: translateX(-100%);
        background-color: #f4f4f4;
    }
    .SideBarDiv.expanded {
        transform: translateX(0);
        background-color: #f4f4f4;
    }
}