@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.wpas_box .wpas_sidebar .widget {
    margin: 15px;
}

.wpas_box .wpas_sidebar .widget .widget-inside {
    margin-top: -1px;
    padding: 1px 15px 15px;
}

.wpas_box .wpas_sidebar .wpas_widget.widget_pages .wpas_widget_content ul {
    padding: 0;
    margin: 0;
}

.wpas_box .wpas_sidebar .wpas_widget.widget_pages .wpas_widget_content ul li {
    overflow: visible;
}

.wpas_widget.widget_wpas_at_a_glance i {
    font-size: 16px;
    line-height: 20px;
    width: 25px;
}

.wpas_widget.widget_wpas_recent_access ul li .title {
    display: block;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wpas_widget.widget_wpas_recent_access ul li .link {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wpas_widget.widget_wpas_woocommerce_status i {
    font-size: 16px;
    line-height: 20px;
    width: 25px;
}

/* Dashboard Widget */
#wpclever_dashboard_widget .inside {
    padding: 0 12px;
    margin: 0;
}

#wpclever_dashboard_widget .item {
    border-bottom: 1px solid #eee;
    margin: 0 -12px;
    padding: 10px 12px;
    display: inline-block;
    width: 100%;
}

#wpclever_dashboard_widget .item:hover {
    background-color: #fafafa;
}

#wpclever_dashboard_widget .item:last-child {
    border-bottom: none;
}

#wpclever_dashboard_widget .item a {
    display: inline-block;
    width: 100%;
    color: #23282d;
    outline: none;
    box-shadow: none;
}

#wpclever_dashboard_widget .item img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
}

#wpclever_dashboard_widget .item .info {
    opacity: .5;
}

/* Welcome Page */
.wpclever_welcome_page {
    background-image: url("../images/wpc-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.wpclever_welcome_page img {
    max-width: 100%;
    height: auto;
}

/* Settings Page */
.wpclever_settings_page img {
    max-width: 100%;
    height: auto;
}

.wpclever_settings_page .wpclever_settings_page_content {
    margin-top: 20px;
}

.wpclever_plugins .item {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.wpclever_plugins .item:hover {
    background-color: #fafafa;
}

.wpclever_plugins .item:last-child {
    border-bottom: none;
}

.wpclever_plugins .item a {
    display: inline-block;
    width: 100%;
    color: #23282d;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.wpclever_plugins .item img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
}

.wpclever_plugins .item .info {
    opacity: .5;
}

.wpas_menu {
    float: right !important;
    width: 32px !important;
    text-align: center;
}

.wpas_menu > a {
    background-color: #cc6054 !important;
    color: #ffffff !important;
}

.wpas_menu > a:hover {
    background-color: #0073aa !important;
    color: #ffffff !important;
}

.wpas_menu > a i {
    font-family: 'feather' !important;
    font-size: 16px !important;
}

.wpas_box {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 999999997;
    opacity: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpas_box input, .wpas_box textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.wpas_box input[type="search"]::-webkit-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.wpas_box input[type="search"]::-moz-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.wpas_box input[type="search"]:-ms-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.wpas_box input[type="search"]::-moz-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.wpas_box.open {
    opacity: 1;
    visibility: visible;
}

.wpas_box.open .wpas_sidebar {
    right: 0;
}

.wpas_box .wpas_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999998;
    background-color: #000000;
    opacity: .7;
}

.wpas_box .wpas_sidebar {
    background: #FFFFFF;
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: -40px;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 90%;
    max-width: 420px;
    padding: 32px 0 0 0;
    box-sizing: border-box;
    font-size: 13px !important;
    color: #333333;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpas_box .wpas_sidebar .wpas_header {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #cc6054;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.wpas_box .wpas_sidebar .wpas_header > span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    float: left;
}

.wpas_box .wpas_sidebar .wpas_header > span.avt {
    width: 16px;
    margin-right: 10px;
}

.wpas_box .wpas_sidebar .wpas_header > span.avt img {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 8px;
    margin-top: 8px;
    vertical-align: top;
}

.wpas_box .wpas_sidebar .wpas_header > span.actions {
    float: right;
}

.wpas_box .wpas_sidebar .wpas_header > span.actions > span {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.wpas_box .wpas_sidebar .wpas_header > span.actions > span.wpas_close {
    cursor: pointer;
}

.wpas_box .wpas_sidebar .wpas_header > span.actions > span a {
    color: #ffffff !important;
}

.wpas_box .wpas_sidebar .wpas_header > span.actions > span i {
    font-family: 'feather' !important;
    font-size: 16px !important;
}

.wpas_box .wpas_sidebar a {
    text-decoration: none !important;
    font-size: 13px !important;
    color: #333333 !important;
}

.wpas_box .wpas_sidebar a:hover {
    color: #0095da !important;
}

.wpas_box .wpas_sidebar a:focus {
    box-shadow: none !important;
}

.wpas_box .wpas_sidebar .wpas_search {
    width: 100%;
}

.wpas_box .wpas_sidebar .wpas_search .wpas_search_input {
    position: relative;
    padding: 0 15px 0 40px;
}

.wpas_box .wpas_sidebar .wpas_search .wpas_search_input:before {
    content: '\e036';
    font-family: 'feather';
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.wpas_box .wpas_sidebar .wpas_search .wpas_search_input #wpas_search_input {
    margin: 0;
    outline: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-size: 13px !important;
    font-weight: 400;
    border: none;
    background: #FFFFFF;
}

.wpas_box .wpas_sidebar .wpas_search .wpas_search_content {
    padding: 0 15px;
    border-top: 1px solid #f3f3f3;
}

.wpas_box .wpas_sidebar .wpas_search .line {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
    box-sizing: border-box;
}

.wpas_box .wpas_sidebar .wpas_search .line > span {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wpas_box .wpas_sidebar .wpas_search .line > span.main {
    color: #333333;
}

.wpas_box .wpas_sidebar .wpas_search .line > span.data {
    color: #999999;
}

.wpas_box .wpas_sidebar .wpas_search .line > span.data-50 {
    max-width: 50px;
}

.wpas_box .wpas_sidebar .wpas_search .line > span.data-80 {
    max-width: 80px;
}

.wpas_box .wpas_sidebar .wpas_search .line > span.act {
    width: 40px;
    max-width: 40px;
    text-align: center;
    color: #999999;
}

.wpas_box .wpas_sidebar .wpas_search .line:last-child {
    border-bottom: none;
}

.wpas_box .wpas_sidebar .wpas_search .line.tip .main {
    font-style: italic;
    color: #999999;
}

.wpas_box .wpas_sidebar .wpas_search .line:hover {
    background-color: #fdfdfd;
}

.wpas_box .wpas_sidebar .wpas_widget {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.wpas_box .wpas_sidebar .wpas_widget .wpas_widget_header {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 10px;
    color: #333333 !important;
    background-color: #f9f9f9;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-left: 5px solid #cc6054;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.wpas_box .wpas_sidebar .wpas_widget .wpas_widget_header:after {
    content: '\e084';
    font-family: 'feather';
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wpas_box .wpas_sidebar .wpas_widget .wpas_widget_content {
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.wpas_box .wpas_sidebar .wpas_widget .wpas_widget_content ul {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.wpas_box .wpas_sidebar .wpas_widget .wpas_widget_content ul li {
    display: table;
    width: 100%;
    margin: 0 !important;
    padding: 10px 0 !important;
    outline: none;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    box-sizing: border-box;
}

.wpas_box .wpas_sidebar .wpas_widget .wpas_widget_content ul li:last-child {
    border-bottom: none;
}

.wpas_box .wpas_sidebar .wpas_widget .wpas_widget_content ul li a {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    text-overflow: clip;
    outline: none;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
}

.wpas_box .wpas_sidebar .wpas_widget.wpas_widget_close .wpas_widget_header:after {
    content: '\e083';
}

.wpas_box .wpas_sidebar .wpas_widget.wpas_widget_close .wpas_widget_content {
    display: none;
}

.wpas_box .wpas_sidebar .wpas_notice {
    background-color: #eeeeee;
    margin: 15px;
    padding: 15px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 2px;
}
