/*bew notification style start*/
.bew-notice {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 25px;
}
@media only screen and (max-width: 992px) {
    .bew-notice {
        gap: 40px;
    }
}
.display-grid {
    display: -ms-grid;
    display: grid;
    gap: 30px;
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bew-notice p {
    font-size: 14px;
    line-height: 1.5em;
}
.notice-link {
    font-weight: 700;
    color: #213b88;
}
.bew-notice {
    background-color: #f6f6f6;
    margin: 40px 20px 0 0;
    position: relative;
    padding: 20px 30px 20px 40px;
    border: 1px solid #c3c4c7;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    clear: right;
    justify-content: space-between;
}
.left-thick-border {
    border-left-color: #00a32a;
    border-left-color: #213b88;
    border-width: 1px 1px 1px 4px;
}
.bew-notice .getting-img {
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: right;
}
.bew-notice .getting-img img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.bew-notice .admin-notice-dismiss {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    margin: 0;
    background: 0 0;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
}
.bew-notice .notice-dismiss {
    padding: 5px;
    text-decoration: none;
}
.bew-notice .getting-content .notice-sub-title {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    background-color: #ad152b;
    color: #fff;
    padding: 6px 17px 7px;
    border-radius: 30px;
    margin: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.bew-notice .getting-content h2 {
    margin-bottom: 20px;
    margin-top: 0;
    display: block;
    line-height: 1.2;
    padding: 0;
}
.bew-notice .getting-content h2.notice-title {
    font-size: 22px;
    font-weight: 700;
}

.bew-notice .getting-content .bew-demo-info-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.bew-notice .getting-content .bew-demo-info-list li {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    text-align: left;
}
.bew-notice .getting-content ul.bew-demo-info-list li:before {
    content: "\2714";
    font-weight: 700;
    font-size: inherit;
    color: #00a32a;
}
.bew-notice .getting-content .text {
    margin: 0 0 20px;
}
.bew-notice .quick-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bew-notice .button {
    padding: 10px 24px;
    margin: 0;
    border: none;
    font-size: 11px;
    font-weight: 500;
    white-space: normal;
    line-height: 1.3;
    border-radius: 5px;
    min-height: auto;
    background-color: #213b88;
}

.bew-notice .button.button-secondary {
    background-color: transparent;
    border: 1px solid #213b88;
    color: #213b88;
}
.bew-notice .button:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff;
}
.bew-notice .button.button-secondary:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff;
}
.bew-notice .button.button-transparent {
    background-color: transparent;
    border: none;
    color: #878787;
    padding: 0;
}
.bew-notice .button.button-transparent:hover {
    color: #135e96;
}
.upgrade-to-pro .getting-content h2.notice-title {
    margin-bottom: 18px;
}
.upgrade-to-pro .quick-link {
    align-items: center;
    gap: 10px 25px;
}
.upgrade-to-pro .remindme-button.button-secondary {
    border-color: #b5b5b5;
    color: #b5b5b5;
    border: none;
    padding: 0;
    margin: 0;
}
.upgrade-to-pro .remindme-button.button-secondary:hover {
    color: #135e96;
    background: transparent;
}

/*bew notification style end*/

/*bew notification for rating style start*/
.bew-rating-notice .getting-img {
    flex-basis: 100px;
    margin: 0;
    text-align: center
}
.bew-rating-notice .getting-content h2.notice-title {
    font-size: 24px;
}
.bew-rating-notice .getting-content p.text {
    margin-bottom: 15px;
}
.bew-rating-notice .button {
    padding: 10px 25px;
    font-size: 13px;
}
.bew-rating-notice .button.button-transparent {
    padding: 0;
    min-height: auto;
}
.bew-rating-notice .button.tick-symbol:before {
    color: #787878;
}
.bew-rating-notice .button.tick-symbol:hover:before {
    color: #135e96;
}
.bew-rating-notice .bew-btn-wrapper,
.bew-rating-notice .button.clock-symbol {
    margin: 0;
    padding: 0;
    width: initial;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
.bew-rating-notice .button.clock-symbol:before {
    font-size: 20px;
    line-height: 1;
}
.bew-rating-notice .button.tick-symbol {
    font-family: dashicons;
}
.bew-rating-notice .button.tick-symbol:before {
    margin-right: 3px;
}
.bew-rating-notice .bew-upgrade-pro:after {
    content: "\279E";
    margin-left: 5px;
    font-weight: 700;
}
.bew-rating-notice .bew-top-dissmiss-btn,
.bew-pro-notice .bew-top-dissmiss-btn {
    color: #d3d3d3;
    position: absolute;
    top: 0;
    right: 30px;
    border: none;
    margin: 0;
    padding: 5px 6px 2px;
    background: 0 0;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 12px;
}
.bew-rating-notice .bew-top-dissmiss-btn:hover,
.bew-pro-notice .bew-top-dissmiss-btn:hover {
    color: #aaa;
}

/*bew notification for rating style end*/

@media only screen and (max-width: 768px) {
    .bew-notice {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
        gap: 30px;
    }
    .bew-notice.upgrade-to-pro .getting-content {
        order: 2;
    }
    .bew-notice .getting-content {
        width: auto;
        padding: 0;
    }
    .bew-notice .quick-link {
        justify-content: center;
    }
    .upgrade-to-pro .getting-img {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;

    }
}
@media only screen and (max-width: 576px) {
    .bew-notice .getting-content h2.notice-title {
        font-size: 32px;

    }
    .bew-notice {
        padding: 40px 20px;
    }
    .bew-notice p,
    .bew-notice .getting-content .bew-demo-info-list li {
        font-size: 14px;
    }
    .bew-notice .button {
        font-size: 13px;
    }
    .upgrade-to-pro .getting-content h2.notice-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 769px) {

    .bew-notice.updated.notice {
        padding-left: 20px;
    }
    .bew-notice .getting-img {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        margin: 0;

    }
    .bew-rating-notice {
        gap: 35px;
        padding: 25px 20px 25px 20px;
        justify-content: flex-start;
    }
    .bew-rating-notice .getting-img {
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
        margin: 0;
        text-align: center;
    }
    .bew-notice .getting-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
        width: min-content;
        /*        max-width: 780px;*/
    }
    .bew-rating-notice .getting-content {
        max-width: initial;
    }

    .bew-notice .getting-content h2 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .bew-notice .getting-content h3 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1400px) {
    .bew-notice.bew-pro-notice {
        gap: 80px;
    }
    .bew-notice.bew-pro-notice .getting-img {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        margin: 0;
    }
    .bew-notice.bew-pro-notice .getting-content h2.notice-title {
        font-size: 28px;
    }
    .bew-notice.bew-pro-notice .getting-content .bew-demo-info-list li {
        font-size: 14px;
    }
    .bew-notice .button {
        font-size: 13px;
        padding: 11px 26px;
    }
}