
/* CSS for Configuration Settings Page Starts*/
.wrap-wosbw .inner-wosbw .left-box-wosbw{
    padding-right: 30px;
    width: calc(100% - 450px);
}
.wrap-wosbw .inner-wosbw .right-box-wosbw{
    width: 400px;
    position: fixed;
    top: 50px;
    right: 5px;
    z-index: 1000;
}

.wosbw-plugin-cta{
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 15px;
}
.wosbw-plugin-cta .wosbw-heading{
    font-size: 18px;
    line-height:1.2;
    margin: 0 0 10px 0;
    padding: 0;
}
.wosbw-plugin-cta p{
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0;
}
.wosbw-plugin-cta .button{
    margin-bottom: 10px;
}

.wosbw-plugin-cta.upgrade{
    background-color: #fdb930;
    text-align: center;
    border: 0;
}
.wosbw-plugin-cta.upgrade p{
    color: #000;
    font-weight: 450;
    font-size: 16px;
}
.wosbw-plugin-cta.upgrade .button{
    background-color: #262626;
    box-shadow: 0 4px 0 #7f7f7f;
    color: #fff;
    transition: all .2s ease-in-out;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    height: auto;
    padding: 10px 15px;
    min-width: 160px;
    text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
    .wrap-wosbw .inner-wosbw .left-box-wosbw{
        width: calc(100% - 350px);
    }
    .wrap-wosbw .inner-wosbw .right-box-wosbw{
        width: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .wrap-wosbw .inner-wosbw .left-box-wosbw{
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
    }
    .wrap-wosbw .inner-wosbw .right-box-wosbw{
        position: static;
        width: 100%;
        box-sizing: border-box;
    }
}

/* CSS for Configuration Settings Page Ends*/

.term-thumbnail-wrap {
    margin-top: 14px;
}

.wli-form-general .disabled, .disabled input, .disabled button, input.disabled {
    pointer-events: none;
   
}
.disabled input, .disabled select , .disabled .wp-picker-container, .disabled button{
   
    background: rgba(255, 255, 255, .5) !important;
    border-color: rgba(220, 220, 222, .75) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04) !important;
    color: rgba(44, 51, 56, .5) !important;
}

.nav-tab-wrapper{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-bottom: 10px !important;
}