/* General CSS */
#ibwp-sp-nf-sett .inside{margin: 0; padding: 0;}
#ibwp-sp-nf-sett .inside .ibwp-vtab-wrap{border: 0;}
#ibwp-sp-nf-sett .form-table th{width: 170px;}
.ibwp-sp-meta-notify{bottom: -20px; position: fixed; right: 20px; max-width: 278px; width: 100%; background-color:#cce5ff; color:#004085; border: 1px solid #b8daff; padding: 10px; border-radius: 3px; box-sizing: border-box; font-weight: 600; min-width: 278px;}

/* Add Custom Notification CSS */
.ibwp-sp-custom-nf-tbl{counter-reset: notification;}
.ibwp-sp-custom-nf-tbl .ibwp-sp-custom-nf-no::before{counter-increment: notification; content: counter(notification);}
.ibwp-sp-custom-nf-row-inr{margin: 10px 0;}
.ibwp-sp-custom-nf-header{background-color: #f1f1f1; border: 1px solid #e5e5e5; display: table; width: 100%; cursor: pointer;}
.ibwp-sp-custom-nf-header:hover{background-color: #ccd0d4; border-color: #7e8993;}
.ibwp-sp-custom-nf-row-data{display: none; background: #f9f9f9; padding: 8px; border-width: 0 1px 1px; border-style: solid; border-color: #e5e5e5;}
.ibwp-sp-custom-nf-active .ibwp-sp-custom-nf-header{background-color: #ccd0d4; border-color: #7e8993;}
.ibwp-sp-custom-nf-active .ibwp-sp-custom-nf-row-data{border-color: #7e8993;}
.ibwp-sp-custom-nf-ttl{padding: 8px; box-sizing: border-box; font-weight: 600;}
.ibwp-sp-custom-nf-info{display: inline-block; margin-left: 30px; font-weight: normal; font-size: 12px;}
.ibwp-sp-custom-nf-row-actions{float: right; text-align: right; padding: 8px; box-sizing: border-box; color: #777; font-size: 12px;}
.ibwp-sp-custom-nf-act-btn{font-size: 12px; width: auto; text-decoration: none; cursor: pointer; display: inline-block; color: #525252;}
.ibwp-sp-custom-nf-row-add{color: #46b450;}
.ibwp-sp-custom-nf-row-delete{color: #dc3232;}

/* Drag & Drop CSS */
.ibwp-sp-drag-highlight{height: 45px; width:100%; background-color: #fcf67b; border: 2px dotted #d1c606; position: relative;}
.ibwp-sp-drag-highlight::before{content:'Drop Here'; line-height:0; display:block; text-align:center; position:absolute; top: 50%; left: 0; right: 0; font-weight: bold; font-size: 14px;}