.notice {
    display: none!important;
}

#wpbody-content>div:not(.wrap):not([class*="wbls-"]) {
    display: none;
}

.wp-admin #wpcontent {
    padding-left: 0;
    font-family: inherit;
}

.wbls-theme-title-row {
    flex-grow:1;
}

.wbls-admin-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
}

.wbls-admin-header h2{
    flex-grow: 1;
}

.wbls-admin-header .is-primary {
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 0 15px 2px 15px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #0d9ad6;
    border-color: #0d9ad6;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.wbls-admin-header .is-primary:hover{
    color: #FFFFFF;
    background-color: #0578a9;
}

.wbls-pro-banner {
    display: flex;
    width: 56%;
}

.wbls-pro-banner-content {
    background-color: #000000;
    padding: 10px 30px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.wbls-pro-link {
    text-decoration: none;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.wbls-pro-link:hover,
.wbls-pro-link:visited,
.wbls-pro-link:active {
    color: #ffffff;
}

.wbls-theme {
    height: 100%;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Poppins, sans-serif;
}

.wbls-tabs-row {
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #f0f0f1;
}

.wbls-tabs-row > .wbls-tab-item {
    padding: 10px 35px;
    border: 1px solid #ccc;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    color: #0d9ad6;
    background-color: #ffffff;
    text-decoration: none;
}

.wbls-tabs-row > a.wbls-tab-item:focus {
    color: #ffffff;
    box-shadow: none;
    outline: none;
}

.wbls-tabs-row > .wbls-tab-item.wbls-tab-active {
    background-color: #0d9ad6;
    color: #FFFFFF;
}

.wbls-tabs-content {
    border: 1px solid #ccc;
}

.wbls-tabs-content-item {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wbls-style-item {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
}

.wbls-cols-50 {
    width:calc(50% - 20px);
}

.wbls-cols-100 {
    width: 100%;
}

.wbls-cols-30 {
    width: 30%;
}

.wbls-cols-50 {
    margin-right: 35px;
    margin-bottom: 35px;
}

.wbls-cols-50:nth-child(even) {
    margin-right: 0;
}

.wbls-style-item-title {
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    background-color: #0d9ad6;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.wbls-style-item-content {
    padding: 20px;
    box-sizing: border-box;
}

.wbls-style-row {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width:100%;
}

.wbls-style-row .wbls-style-four-vals {
    display: flex;
    gap: 5px;
}

.wbls-style-row .wbls-style-four-vals input[type=number],
.wbls-style-row .wbls-style-four-vals input[type=text] {
    width: 50px;
    min-width: unset;
}

.wbls-style-row label{
    width: 250px;
}

.wbls-style-row p.cf7b-description {
    font-size: 12px;
    font-style: italic;
    padding: 0;
    line-height: 12px;
    margin: 5px 0 5px 250px;
}

.wbls-style-row input[type=text],
.wbls-style-row input[type=number],
.wbls-style-row select {
    min-width: 200px;
}

.wbls-style-row .cf7b-um {
    line-height: 30px;
    margin-left: 5px;
}

.wbls_theme_custom_css {
    width: 100%;
    height: 400px;
}

.wbls-style-item-title .dashicons {
    line-height: 40px;
    float: right;
    cursor: pointer;
}

.wbls-theme-save-button{
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0; 
}

.wbls-theme-save-button .is-primary{
    margin: 0;
}

.wbls-save-loading::before {
    animation: rotation 1s infinite linear;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/loader.svg) no-repeat;
    background-size: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    display: inline-block;
}
