html, body{
    overflow-x:hidden;
    background:#efefef;
}
.container {
    max-width: 1200px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width:100%;
}

.btn-primary {
    color:#fff !important;
    font-size:1rem !important;
    padding:0.375rem 0.75rem !important;
    border-radius:0.375rem !important;
    background-color: #46baf4 !important;
    border-color: #46baf4 !important;
    min-height:none !important;
    line-height:unset !important;
}

.btn-primary:hover {
    background-color: #0056b3 !important;
    border-color: #004085 !important;
}

.alert {
    border-radius: 8px;
}

.table {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.table th,
.table td {
    vertical-align: middle;
}

.log pre {
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.9rem;
}

.col-md-4 .card {
    height: 100%;
}

.flex-col{
    display:flex;
    align-items:center;
}
.flex-col label{
    margin-bottom:0;
    margin-right:10px;
}
.flex-col input{
    margin-right:5px;
}
.form-check .form-check-input{
    float:none;
}

.mast-head{
    background:#FFF;
    display:flex;
    height:60px;
    border-bottom:1px solid #e6e6e6;
}
.plugin-header{
    font-size:1.25rem;
    margin-bottom:0;
}
.logo-head{
    display:flex;
    align-items:center;
    padding: 0 20px 0 10px;
}
.logo-head img{
    height:100%;
    width:auto;
    margin-right:12px;
}
.plugin-menu{
    background:#FFF;
    flex-grow:3;
}
.plugin-menu .active{
    background:#F5FBFF;
    border-bottom:2px solid #B9E6FE;
}
.plugin-menu ul{
    display:flex;
    height:100%;
    margin-bottom:0;
    padding:0;
}
.plugin-menu ul li{
    margin-bottom:0;
}
.plugin-menu ul li a{
    padding:10px 20px;
    font-size:18px;
    height:100%;
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#333;
}
.plugin-menu ul li a:hover{
    background:#B9E6FE;
    color:#333;
}
.wbp-sec{
    background:#fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width:100%;
    border-radius:4px;
}
.wbp-sec .sec-ttl{
    font-size:24px;
    font-weight:500;
    background:#F5FBFF;
    border-bottom:2px solid #B9E6FE;
}
.wbp-sec h2{
    font-size:20px;
}
.wbp-sec .submit{
    margin-bottom:0;
    padding-bottom:0;
}
#wpcontent{
    padding-left:0;
}
.form-check-input:checked{
    background-color:#fff;
}
.webp-caption{
    text-align:center;
    font-weight:bold;
    margin-top:8px;
}
.serv-settings{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
}
.serv-settings li{
    margin-right:10px;
    background:#efefef;
    border-radius:8px;
    padding:2px 10px;
    font-size:14px;
    display:flex;
    align-items:center;
}
.serv-settings li .light{
    width:5px;
    height:5px;
    border-radius:50%;
    margin-right:10px;
    background:#FFA500;
}
.serv-settings li .light.red{
    background:#F00;
}
.serv-settings li .light.green{
    background:#00FF00;
}
.webp-popup{
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    background: rgba(0, 0, 0, 0.75);
}
.webp-popup.active{
    display:block;
}
.webp-popup .pop-close{
    font-size:34px;
    color:#fff;
    position:absolute;
    right:50px;
    cursor:pointer;
}
.webp-popup .pop-close .dashicons{
    font-size:34px !important;
}
.webp-popup .pop-nav{
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 94%;
    display: flex;
    justify-content: space-between;
    cursor:pointer;
}
.webp-popup .pop-nav .dashicons {
    font-size:34px !important;
}
.webp-popup .img-holder{
    position:relative;
}
.img-pop{
    cursor:pointer;
}
.pop-cap{
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}
.bulk-popup-holder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    align-items: center;
    display:none;
}
.bulk-popup-holder.active{    
    display: flex;
}
.bulk-popup{
    padding:20px;
    background:#efefef;
    border-radius:6px;
    position:relative;
}
.bulk-popup .bulk-ttl{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
}
.bulk-popup .progress-bar{
    height:25px;
    background:#fff;
    border-radius:6px;
    border:1px solid #333;
    overflow:hidden;
    margin-bottom:15px;
    position:relative;
}

.bulk-popup .progress-bar .bulk-progress{
    position:absolute;
    padding:0 5px;
    display:flex;
    font-size:0.9rem;
}
.bulk-popup .progress-bar .fill{
    width:0%;
    height:100%;
    background:#B9E6FE;
    transition:ease all 1s;
}
.bulk-popup .actions{
    display:flex;
    justify-content:flex-end;
}