body {
    margin: 20px;
    font-size: 14px;
    background-color: whitesmoke;
}

a:hover {
    text-decoration: none;
    color: black;
}

.icon-btn:hover {
    color: white !important;
}

a {
    color: black;
}

p {
    margin: 0;
}

.top-bar {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    border-radius: 5px;
}

.topbar-heading {
    font-size: 22px;
}

.ms-sidebar {
    background-color: white;
    min-height: 150vh;
    border-radius: 5px;
}

.content-block {
    margin-top: 20px;
}

.ms-side-tab {
    padding: 10px;
    border-bottom: 1px solid #eae1e1;
    display: block;
}

.ms-sidebar li:hover {
    background-color: #eae1e1;
    cursor: pointer;
}


.list-text {
    margin-left: 5px;
}

.active-tab {
    background: #eae1e1;
}

.main-content-block {
    background-color: white;
    border-radius: 5px;
    min-height: 150vh;
}

.page-heading-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-btn {
    border-color: #d0d0d0 !important;
    padding: 5px 25px;
}

.page-heading-bar {
    padding: 15px;
}

.page-content-block {
    margin: 0px 15px;
}

.tabing-data {
    padding: 20px 0px;
    border: 1px solid #efefef;
    border-top: none;
}

.icon-btn {
    padding: 3px 10px;
    margin-right: 5px;
    color: #007bff !important;
    border-color: #d0d0d0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: bold;
}

.tab-right-block {}

.ms-btn {
    border-color: #f5f5f5 !important;
}

#enable.enabled-btn,
#cate-btn-enable.enabled-btn {
    background: #14d47b;
    color: white;
}

#disable.enabled-btn,
#cate-btn-disable.enabled-btn {
    background: #dc3545;
    color: white;
}

.disabled-btn {}

.form-block {
    margin: 20px 0px;
}

#display-yes.active-btn,
#step_by_step-yes.active-btn,
#manufac-yes.active-btn,
#cms-yes.active-btn,
#thispage-yes.active-btn {
    background: #14d47b;
    color: white;
}

#display-no.active-btn,
#step_by_step-no.active-btn,
#manufac-no.active-btn,
#cms-no.active-btn,
#thispage-no.active-btn {
    background: #dc3545;
    color: white;
}

.inactive-btn {
    background: #fdfdfd;
    color: black;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:hover {
    color: white;
}

.ms-vl-modal {
    max-width: 95% !important;
}

.multi-cate-view-block {
    background-color: whitesmoke;
    padding: 15px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}


/* Tree Ctegory Menus */


/* Remove default bullets */

ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.box {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.box::before {
    content: "\2610";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.check-box::before {
    content: "\2611";
    color: dodgerblue;
}

.nested {
    display: none;
}

.active {
    display: block;
}


/* Shortable List */

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.ms-accordian-h {
    padding: 5px;
    background: white;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sub_accordion .ms-accordian-h {
    padding: 5px;
    background: whitesmoke !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main.ms-accordian-block {
    border-radius: unset;
    box-shadow: none;
    border: 0.5px solid rgba(0, 0, 0, .125);
    margin-bottom: 0px !important;
}

.ms-accordian-h a {
    font-size: 14px;
    font-weight: bold;
}

.caret-icon-right {
    margin-left: auto;
    font-size: 20px !important;
    color: #007bff !important;
    padding-right: 10px;
}

div.accordion .ms-accordian-h.collapsed .fa-caret-right {
    display: inline-block;
    color: gray;
}

div.accordion .ms-accordian-h.collapsed .fa-caret-down {
    display: none;
}

div.accordion .ms-accordian-h .fa-caret-right {
    display: none;
    color: gray;
}

div.accordion .ms-accordian-h .fa-caret-down {
    display: inline-block;
}

.sub_accordion {
    margin-left: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
    padding-left: 15px;
}

.list-tab {
    font-size: 14px;
    border-bottom: 0.5px solid #e4e4e4;
    border-left: 0.5px solid #e4e4e4;
    background: whitesmoke;
    padding: 10px;
    font-weight: 500;
    cursor: pointer;
}

.plus-icon {
    color: #0056b3 !important;
    font-size: 16px;
    float: right;
}

.active-list-tab {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    background: white;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.active-list-tab:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.left-arrow-icon {
    margin-right: 10px;
    font-size: 18px;
    color: #585858;
}

div.short-listing-block .category-list .active-list-tab {
    background-color: whitesmoke;
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
    padding: 10px;
}

div.short-listing-block .category-list .active-list-tab .plus-icon {
    display: block;
    margin-left: auto;
}

div.short-listing-block .category-list .active-list-tab .two-button {
    display: none !important;
}

div.short-listing-block .category-list .active-list-tab .left-arrow-icon {
    display: none !important;
}

div.short-listing-block .category-list .list-tab .left-arrow-icon {
    display: none !important;
}

div.short-listing-block .category-list .list-tab .two-button {
    display: none !important;
}


/* active categoriesw block hide show */

div.active-critria-block .category-list .active-list-tab .plus-icon {
    display: none;
}

div.active-critria-block .category-list .list-tab .plus-icon {
    display: none;
}

div.active-critria-block .category-list .list-tab {
    background-color: white;
    border-bottom: none;
    border-right: 0.5px solid #e4e4e4;
    border-top: 0.5px solid #e4e4e4;
    display: flex;
    align-items: center;
}

div.active-critria-block .category-list .list-tab:last-child {
    border-bottom: 0.5px solid #e4e4e4;
}

div.active-critria-block .category-list .list-tab .left-arrow-icon,
.two-button {
    display: block !important;
}


/*  Custom categories  css */

.ms-cutom-table {}

.ms-table-header {
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-direction: row;
    background-color: #f5f5f5;
    padding: 10px 15px;
}

.table-data-title {
    font-size: 16px;
    color: #444444;
}

.ms-table-data {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    align-items: center;
    border-bottom: 1px solid gainsboro;
}

.ms-table-sub-data {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    align-items: center;
    border-bottom: 1px solid gainsboro;
    margin-left: 20px;
    background-color: whitesmoke;
}

.sub-cate-menu-items {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    align-items: center;
    border-bottom: 1px solid gainsboro;
    margin-left: 30px;
    background-color: whitesmoke;
}

.third-level-menu {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    align-items: center;
    border-bottom: 1px solid gainsboro;
    margin-left: 40px;
    background-color: whitesmoke;
}

.ms-pagination-block {
    display: flex;
    justify-content: center;
    padding-top: 3em;
    padding-bottom: 3em;
    align-items: center;
}


/*  Import data page */

.import-data-form-block {
    display: flex;
    align-items: center;
}

.ms-info-btn {
    background: #949494;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.import-report-content-block {
    padding: 20px 15px;
    background: #eaeaea;
    margin: 10px 5px;
    border-radius: 7px;
}

.content-beetween-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ms-custom-btn {
    border-color: #d8d8d8;
    margin: 0px 10px;
    font-size: 14px;
}

.category-menu {
    display: flex;
    padding: 7px 20px;
    align-items: center;
    border-bottom: 1px solid gainsboro;
}

.subcategory-menu {
    display: flex;
    padding: 7px 20px;
    align-items: center;
    border-bottom: 1px solid gainsboro;
    background-color: #efefef;
    margin-left: 25px;
}

.level-two {
    margin-left: 40px;
}

.ms-pagination {
    display: flex;
    justify-content: center;
}

.activeSelection {
    opacity: 0.1;
    background-color: #007bff;
}

.dropdown-submenu .fa-caret-right {
    display: inline-block;
    color: gray;
}

.dropdown-submenu .fa-caret-down {
    display: none;
    color: #007bff !important;
}

.dropdown-submenu.activeRow .fa-caret-right {
    display: none;
}

.dropdown-submenu.activeRow .fa-caret-down {
    display: inline-block;
}
