body {
    background: #F9FAFB;
    font-family: 'Roboto', sans-serif;
    cursor: wait;
}

body.waiting * {
    cursor: progress;
}

.mui-appbar {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

.message {
    padding: 20px 0px;
}

.bonus-list {
    margin-top: 48px;
}

.bonus-list .row {
    margin-top: 24px;
}

.card {
    background: #ffffff;
    border-radius: 4px;
    padding: 16px;
    box-shadow: 0px 0px 0px 1px #E0E0E0;
    margin-bottom: 24px;
}

.card .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.card .subtitle {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Helvetica Neue';
    color: #1976D2;
    line-height: 22px;
}

.card p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-bottom: 16px;
}

/* Override  MUI */
.card .mui-btn {
    border-radius: 20px;
    font-weight: 300;
    text-transform: none;
}


/*** OVERRIDES INPUT ***/

.spec-inputs .mui-textfield>input {
    border: 1px solid rgba(0,0,0,.26);
    border-radius: 4px;
    height: 56px;
    padding: 0px 12px;
}

.spec-inputs .mui-textfield>input:focus {
    height: calc(56px + 1px);
    margin-bottom: -1px;
}

.spec-inputs .mui-textfield>label {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    background: #F9FAFB;
    width: auto;
    color: rgba(0,0,0,.54);
    padding: 0px 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}