.ywrr-ajax-result {
    font-size: 12px;
    font-weight: 400;
    padding: 0 12px 0 40px;
    background-color: rgba(247, 247, 247, .7);
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
    border-radius: 5px;
    position: relative;
}

.ywrr-ajax-result:before {
    color: #d54e21;
    display: inline-block;
    font: 400 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    position: absolute;
    line-height: 28px;
    top: 0;
    left: 5px;
}

.ywrr-ajax-result.success:before {
    color: #79ba49;
    content: '\f147'
}

.ywrr-ajax-result.fail:before {
    color: #ba0a11;
    content: '\f158'
}

.ywrr-ajax-result.progress:before {
    content: '\f463';
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#ywrr_schedule_panel table th:not(.sortable),
#ywrr_blocklist_panel table th:not(.sortable) {
    padding: 11px 20px !important;
}

.yith-plugin-fw-panel-custom-tab-container .form-table {
    border: none !important;
}

.yith-plugin-fw-panel-custom-tab-container{
    margin: 0!important;
    border: 1px solid #d8d8d8;
    border-top: 0;
}