/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.loading {
    position: relative;
}
.loading:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0.8;
}
.loading:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url(/wp-content/plugins/somersby/admin/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.somersby_notice.notice.notice-info {
    padding: 0 !important;
    border-top: none;
    border-bottom: none;
}
.somersby_notice .inner_notice {
    color: #006b3c;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid;
    padding: 10px;
}