.preloading {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999;
}

a {
    color: black !important;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.container {
    margin-bottom: 1rem;
}

.panel {
    background-color: #eee;
    padding: 0.5em;
    margin-top: 0.5em;
    border-radius: 0.5em;
}

.panel-header {
    display: inline
}

.panel-title {
    color: black;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.color-white {
    color: #fff !important;
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}