/* ===== BANNER POSITIONING AND STYLING ===== */
#ensNotifyBanner {
    background-color: #f8f8f8 !important;
    color: #202020;
    opacity: 1;
    width: 100%;
    padding: 20px;
    font-family: Roboto, Arial, sans-serif;
    position: fixed !important;
    z-index: 999999 !important;
    left: 0% !important;
    bottom: 0% !important;
    font-size: 15px;
    line-height: 21px;
    box-shadow: 9px 12px 26px -7px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    display: none;
    text-align: center;
}

/* ===== BANNER CONTENT ===== */
#ensBannerDescription {
    width: 100% !important;
}

/* ===== MODAL STYLING ===== */
#ensModal .description {
    display: none !important;
}

/* ===== BUTTONS CONTAINER ===== */
.ensButtons {
    clear: none !important;
    margin-top: 10px !important;
    float: left;
    width: 100% !important;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif !important;
}

/* ===== ACCEPT BUTTON SPECIFIC ===== */
button#ensAcceptAll {
    background: #d3443d !important;
    color: #ffffff !important;
}

/* ===== ALL BUTTONS ===== */
.ensButtons button {
    display: inline-block;
    position: relative;
    width: 120px;
    height: auto;
    border-radius: 50px !important;
    font-size: 0.9em;
    background-color: #f2f2f2;
    color: #202020;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    border:1px solid #dedede;
    line-height: 25px;
    font-size: 13px;
    padding: 5px;
}

.ensButtons button:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}

/* ===== CLEAR FIX ===== */
.ensClear {
    clear: both;
}