.maintenanceMessage {
    padding: 8px;
    background-color: #f3ebd5;
    text-align: center;
    border-bottom: 1px solid #e4d5aa;
    display: none;
}

.outer {
    margin-top: 15px;
    margin-right: 35px;
    margin-left: 35px;
}
#errors {
    display: none;
    text-align: center;
    font-size: 22px;
}
#loading {
    text-align: center;
}
#loading i {
    font-size: 55px;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.44);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 120px;
    height: 120px;
    background-image: url('spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
}

body {
    padding-bottom: 35px;
}

.card {
    border: none;
}

.chip {
    font-size: 12px;
    padding: 2px 7px;
}

.chip.green {
    background-color: #54ba54;
    border: 1px solid #4cb24c;
    color: white;
}

.chip.red {
    background-color: #d01616;
    border: 1px solid #b21111;
    color: white;
}