.nb-design-panel {
    position: fixed;
    width:100%;
    bottom:0;
    background: #26bfca;
    padding: 5px 10px;
    text-align: right;
    box-sizing: border-box;
    z-index: 30;
}
.nb-design-panel .btn {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    outline: 0;
    padding: 0 1rem;
    text-transform: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 0 10px!important;
}
.nb-design-panel .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.nb-area-wrapper {
    /* border: 1px dashed #26bfca; */
    padding: 0 0 10px 0;
    background: #e3f7f9;
}
ul.area-functions {
    background: #eaeaea;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
ul.area-functions li {
    padding: 3px 5px;
    display: inline-block;
    height: 20px;
}
ul.area-functions li span {
    color: transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer
}
ul.area-functions li span.nb-add-widget:after {
    width: 20px;
    height: 20px;
    background: #26bfca;
    content: "+";
    border-radius: 50%;
    position: absolute;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    top: 0;
    right: 0;
}
.nb-browse-widgets {
    width: 98% !important;
    margin-left: -49% !important;
    height: 98% !important;
    margin-top: 10px !important;
    padding: 0 !important;
    top: 0;
}
.nb-browse-widgets.swal2-modal h2 {
    text-align: left;
    line-height: 40px;
    font-size: 16px;
    padding-left: 20px;
    background: #f7f7f7;
}
.nb-browse-widgets.swal2-modal .swal2-close {
    line-height: 40px;
    top:0
}
.nb-browse-widgets .swal2-content {
    height: Calc(100% - 80px);
}
.nb-browse-widgets .swal2-content iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}
.nb-browse-widgets.swal2-modal hr {
    height: 5px;
    margin: 0
}
.nb-browse-widgets.swal2-modal button.styled {
    padding: 5px 15px;
    font-size: 13px
}
.nb-widget-wrapper {
    position: relative;
    background: #f4ffbc;
    box-sizing: border-box;
}
.nb-widget-wrapper .widget-functions {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 20;
}
.nb-widget-wrapper .widget-functions > li {
    display: inline-block;
    padding: 5px 8px;
    margin-left: 1px;
    background: #26bfca;
    float: right;
    font-size: 11px;
    cursor: pointer;
    color: #FFF;
}
.nb-widget-wrapper:hover .widget-functions {
    display: block
}
.nb-widget-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dashed #26bfca;
}
.ui-sortable {
    padding: 5px 0;
}
.wd-drag-placeholder {
    list-style: none;
    background-color: #FFB;
    display: block;
    min-height: 50px;
}
.nb-widget-wrapper {
    z-index: 20;
}
.nb-widget-wrapper.ui-sortable-helper {
    display: block !important;
    width: auto !important;
}