.wg_red {font-size: 12px;color: red;}
.wg_required {
    font-size: 12px;
    color: red;
}
.wg_required_border {
    border: 1px solid red;
}
.wgPreviewImage {
    margin-top: 5px;
}
.mt-1 {margin-top: 4px;}
.mt-2 {margin-top: 8px;}
.mt-3 {margin-top: 12px;}
.mt-4 {margin-top: 16px;}
.mt-5 {margin-top: 20px;}

.p-1 {padding: 4px;}
.p-2 {padding: 8px;}
.p-3 {padding: 12px;}
.p-4 {padding: 16px;}
.p-5 {padding: 20px;}

.wg-text-center {text-align: center;}
.wg-text-end {text-align: right;}

.btn {line-height: 1.5;}
.form-header {position: relative;}
.form-header span {position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 13px;font-weight: 400;}

.callout-gray { background-color: #EDEDED;}
.wg-note {background-color: #F5F5F5;font-size:11px;padding:10px 10px;margin-top:5px;}

.menu-container {background-color:#D9D9D9;padding: 10px;border:1px solid #D9D9D9;overflow-x: auto;}
.menu-item {background-color:#fff;color:#000;padding:12px 15px;width:400px;cursor:pointer;position:relative;}
.menu-item-draggable {padding:5px 0;}
.menu-settings {position:absolute;right: 15px;top:50%;transform:translateY(-50%);}
.sub-menu li .active {color:#fff!important;font-size: 0.85rem!important;}
.sub-menu .menu-item-draggable {padding-top: 10px;}

.draggable_placeholder {height:20px;}
.draggable_cursor {cursor: move;}

.wg-change-column-number {background-color:#fff;border:1px solid #717171;padding:2px 6px;font-size:12px;margin-right:8px;color:#717171;}
.absolute-dynamic-listing {
    position: absolute;
    top: 35px;
    left: 0px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 105%;
    background-color: #fff;
    display: none;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
}
.absolute-dynamic-listing-item {
    padding:5px 15px;
    border-bottom:1px solid #ccc;
}
.absolute-dynamic-listing-item:last-child {
    border-bottom: none;
}
.wg-category-block {margin-bottom:10px;}
.wg-block-category-container {background-color:#666;padding:10px 15px;}
.wg-block-category {background-color:#fff;padding:15px 20px;cursor:pointer;position: relative;}
.wg-block-category .options {position:absolute;right:15px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius: 50%;overflow: hidden;background-color: #EEEEEE;text-align: center;padding-top:5px;}
.wg-block-category .option-tray {
    position: absolute;
    right: 0;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 1;
    padding: 0 12px;
    display: none;
}
.wg-block-category .option-tray ul {list-style: none;padding: 0 0;margin: 0 0;}
.wg-block-category .option-tray ul li {padding:10px 0;border-bottom:1px solid #ccc;}
.wg-block-category .option-tray ul li:last-child {border-bottom:none;}
.wg-block-category .delete-block {}
.wg-block-category .empty-block {}
.wg-block-category-products {background-color:#fff;min-height:300px;max-height:600px;padding:10px 15px;margin-top:2px;display:none;}
.wg-search-result ul {
    list-style: none;
    padding: 0 0;
    margin: 10px 0 0 0;
}
.wg-search-result ul li {
    margin-bottom:4px;
}
.wg-search-result ul li span {
    padding-right:15px;
}
.wg-searchbox {position:relative}
.wg-searchbox .wg-search-result-box {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 7px 10px;
    max-height:300px;
    overflow-y:auto;
    overflow-x: hidden;
}
.wg-search-result-box ul {list-style: none;padding: 0 0;margin: 0 0;}
.wg-search-result-box ul li {margin-bottom:5px;}
.select2-container--default .select2-selection--single {padding-bottom: 26px!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {color: #000;}

.divPricingProgress, .divCatalougeProgress {display: none;}

.view-ip-details {color: red;border-bottom: 1px dotted red;}

.email-template-product-item {position: relative;}
.email-template-product-item .wg-close {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.email-template-product-item .wg-close:hover {text-decoration: none;}

.action-button {    
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
    background: #FFF;
    border: 1px solid #D5D9D9;
    font-size: 13px;
    height: 31px;
    padding: 5px 11px 0 11px;
    text-align: center;
    font-weight: 400;
    color: #0F1111;
    :hover{
        background-color: #F7FAFA;
        border-color: #D5D9D9;
    }
                
}