body > .header,
body > .footer {
    position: relative;
}

.v-split.grid-block > .grid-block {
    height: auto !important;
}
.fee-fixed-width-row {
    max-width: 1172px;
    margin: 0 auto
}

/*V2 for product Start*/
.import-mapping-form .clickable-select-fields {
    color: #008DF2;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration-line: underline;
    cursor: pointer;
}
.import-mapping-form .fee-select-path-icon input[type="text"] {
    background-image: url(../../images/front-end-editor/folder.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    padding-right: 30px;
}
.item-import-for-editor .import-status.total {
    padding: 32px 20px 0;
}
.item-import-for-editor .total-progress {}
.item-import-for-editor .total-progress .progress-bar {
    width: 100%;
    height: 24px;
    border-radius: 30px;
    background: #F0F3F4;
}
.item-import-for-editor .total-progress .progress-bar .completed {
    background: #0DC15C;
    height: 24px;
    border-radius: 30px;
}
.fee-task-details-item-import-table {}
.fee-task-details-item-import-table th::after {
    display: none;
}
.fee-task-details-item-import-table .success-header,
.fee-task-details-item-import-table .category-success-count {
    color: #0DC15C;
}
.fee-task-details-item-import-table .error-header,
.fee-task-details-item-import-table .category-error-count {
    color: #FB3030;
}
.fee-task-details-item-import-table .cell-warning-header,
.fee-task-details-item-import-table .category-warning-count {
    color: #FF9F40;
}
.item-import-for-editor .button-line {
    text-align: center;
    padding: 4px 0 32px;
}
.item-import-for-editor .button-line .download-button {
    color: #008DF2;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration-line: underline;
}
.se-product-create-edit-form .file-selection-queue .file-remove {
    background-position: center !important;
    top: 50%;
    transform: translateY(-50%);
}

.se-product-create-edit-form .multiple-video-queue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 5px;
}
.se-product-create-edit-form .spec-file-block {
    position: relative;
    border: 1px #ddd solid;
    padding: 10px 24px 10px 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.se-product-create-edit-form .spec-file-block .tool-icon.remove {
    margin-left: auto;
}
#bmui-tab-manage-blog-post .toolbar.toolbar-left .search-text,
#bmui-tab-manage-blog-category .toolbar.toolbar-left .search-text,
#bmui-tab-manage-blog-comment .toolbar.toolbar-left .search-text,
#bmui-tab-manage-product .toolbar.toolbar-left .search-text,
#bmui-tab-manage-category .toolbar.toolbar-left .search-text {
    width: 250px !important;
}
.page-seo-config .bmui-tab-panel {
    padding-right: 20px;
}
.fee-create-edit-form .form-section-info h3 {
    color: #008DF2;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px;
}
.fee-top-view .fee-am-left .fee-identical-sewc-elm {
    display: inline-flex;
    width: auto;
    min-width: unset;
}
.chosen-container .chosen-single div b {
    display: none;
}
.form-row .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 100%;
}
/*V2 for product End*/