body {
    overflow-x: hidden;
}

#mainContainer {
    overflow: auto;
    overflow-x: hidden;
}

.optionTab {
    display: none;
}

.nocontent {
    background-color: #fff;
}


.mdc-banner {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #00b0ff12;
    border: 1px solid #00b0ff12;
    padding: 8px 8px 8px 16px;
    display: flex;
    max-width: 864px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border-radius: 4px;
}

.mdc-banner_supportingVisual {
    margin-left: 0;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    /*background: #cbcbcb;*/
    border-radius: 50%;
    text-align: center;
}
.mdc-banner_supportingVisual i {
    margin-top: 8px;
}

.mdc-banner_content {
    margin-left: 0;
    text-align: left;
    font-family: "Circular Pro", sans-serif;
    letter-spacing: 0.24px;
    line-height: 20px;
    color: #212121;
    opacity: 1;
    font-weight: 100;
    font-size: 14px;
    margin-right: 90px;
    align-self: center;
}

.mdc-banner_actionArea {
    display: flex;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
}

.mdc-banner_actionArea .mdc-button {
    margin-left: 8px;
}

.mdc-button {
    color: #00b0ff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    font-family: "Circular Pro";
    letter-spacing: 1.25px;
    opacity: 1;
    text-transform: uppercase;
    background: none;
    border: none;
    padding-top:8px;
    padding-bottom:8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    text-decoration: none;
}

a.mdc-button,
#banner_importEvents a.mdc-button {
    color: #00b0ff;
    font-size: 14px;
    font-weight: 600;
}

.mdc-button:hover {
    background: #00b0ff11;
}