body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

h2.subtitle {
    margin-top: 25px;
}

.error-note {
    color: blue;
}

.errorlist {
    color: lightcoral;
}

.message .messagelist {
    color: lightgreen;
}

#navbar {
    border-bottom: 2px solid;
    border-color: #48c78e;
    color: white;
}

.navbar-username {
    margin-left: 10px;
}

.navbar-start a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: lightgray;
}

.navbar-start a.navbar-item:hover {
    background-color: #48c78e;
    color: white;
}

nav.level {
    margin-top: 35px;
}

.container {
    margin-top: 30px;

}

.content-wrapper {
    flex: 1;
}

.is-fullheight-100vh {
    height: 100vh;
}

.messages {
    margin: 10px 0;
}

/* from contrib.messages */

.messages .error {
    background: lightcoral;
    padding: 5px;
    border-radius: 5px;
}

.messages .info {
    background: lightskyblue;
    padding: 5px;
    border-radius: 5px;
}

.logs {
    background-color: black;
    color: white;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
}


.card-header-title * {
    margin: auto !important;

}

/* quick edge cases fixes*/

#built-images {
    max-height: 550px !important;
    overflow-y: scroll !important;
}

#volumes {
    max-height: 550px !important;
    overflow-y: scroll !important;
}


select {
    min-width: 300px !important;
}

/*end of quick fixes */

.empty-message {
    margin: 50px;
    font-size: 160%;
}

.footer {
    border-top: 2px solid;
    border-color: #48c78e;
    padding: 10px;
    margin-top: 50px;

}

.footer .container {
    margin-top: 0px;
}

.footer .right-footer {
    text-align: right;
}


.hero-body {
    justify-content: center;
}


/* .wallpaper{
    background-color: beige;
  } */

body {}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.wallpaper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background-image: url('/hub/login-wallpaper.jpg');
    background-position: center;
    background-size: cover;

    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    filter: blur(0.1em);
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.login {
    animation: none;
    opacity: 1;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 8px 8px 15px var(--shadowDark), -8px -8px 15px var(--shadowLight);
    background-color: #fff;
    /* border: 3px solid #999; */
    filter: blur(0em);
}


.login-logo {
    padding-bottom: 30px;
}

.input::placeholder,
.select select::placeholder,
.textarea::placeholder {
    /* font-weight: bold; */
    opacity: 0.7;
    color: #777;
}


.table td.is-right,
.table th.is-right {
    text-align: right;
    border-left: 20px;
}

.instance-detail {}

.min-width-columns {
    min-width: 1000px;
}


.is-scrollable {
    overflow: scroll !important;
}

.is-height-500 {
    max-height: 200px !important;
}
