﻿/* Font Family */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    /*background-color: rgb(156, 178, 221);*/
    background-image: url("../Images/NewThemeImg/login-bg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
}

a {
    color: #2C5DE5;
    text-decoration: none;
}

.loading-img {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Colors */
.p-c {
    color: #2C5DE5;
}
/* Heading Styles */
h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
}

h4 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
}

h6 {
    font-size: 0.75rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
}

/* Font Weight*/
.f-400 {
    font-weight: 400 !important;
}

.f-600 {
    font-weight: 600 !important;
}

.f-700 {
    font-weight: 700 !important;
}

.f-900 {
    font-weight: 900 !important;
}
/* Font Size */
.f-12 {
    font-size: 0.75rem;
}

.f-14 {
    font-size: 0.875rem;
}

.f-16 {
    font-size: 1rem;
}

/* Letter Spacing*/
.ls-04 {
    letter-spacing: 0.4px;
}

/* Line Height*/
.lh-n {
    line-height: normal;
}

.lh-16 {
    line-height: 16px;
}
/* Colors */
.text-blue {
    color: #2C5DE5;
}

.text-color-1a {
    color: #1a1a1a !important;
}

.text-color-65 {
    color: #656565 !important;
}

.text-red {
    color: #ff0000;
}
/* Width */
.f-w {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.w-42 {
    width: 42px !important;
}

.w-80 {
    width: 80px !important;
}

.w-100 {
    width: 100px !important;
}

.w-110 {
    width: 110px !important;
}

.w-126 {
    width: 126px !important;
}

.w-166 {
    width: 166px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-337 {
    width: 337px !important;
}

.w-500 {
    width: 500px !important;
}
/* Hight */
.h-42 {
    height: 42px !important;
}

.h-104 {
    height: 104px !important;
}

.mh-300 {
    min-height: 300px;
}

.mh-415 {
    min-height: 415px;
}

.mh-500 {
    min-height: 500px;
}
/* Padding Styles */
.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important
}

.pl-5 {
    padding-left: 0.313rem !important;
}

.pr-5 {
    padding-right: 0.313rem !important;
}

.pl-6 {
    padding-left: 0.375rem !important;
}

.pr-6 {
    padding-right: 0.375rem !important;
}

.pl-8 {
    padding-left: 0.5rem !important;
}

.pr-8 {
    padding-right: 0.5rem !important;
}

.pt-8 {
    padding-top: 0.5rem !important;
}

.pb-8 {
    padding-bottom: 0.5rem !important;
}

.pt-10 {
    padding-top: 0.625rem !important;
}

.pb-10 {
    padding-bottom: 0.625rem !important;
}

.ps-10 {
    padding-left: 0.625rem !important;
}

.pe-10 {
    padding-right: 0.625rem !important;
}

.px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.pl-12 {
    padding-left: 0.75rem !important;
}

.pr-12 {
    padding-right: 0.75rem !important;
}

.pt-12 {
    padding-top: 0.75rem !important;
}

.pb-12 {
    padding-bottom: 0.75rem !important;
}

.pl-14 {
    padding-left: 0.9rem !important;
}

.pr-14 {
    padding-right: 0.9rem !important;
}

.pt-14 {
    padding-top: 0.9rem !important;
}

.pb-14 {
    padding-bottom: 0.9rem !important;
}

.pt-18 {
    padding-top: 1.125rem !important;
}

.pb-18 {
    padding-bottom: 1.125rem !important;
}

.pt-20 {
    padding-top: 1.25rem !important;
}

.pb-20 {
    padding-bottom: 1.25rem !important;
}

.pt-28 {
    padding-top: 1.75rem !important;
}

.pb-28 {
    padding-bottom: 1.75rem !important;
}

.pl-22 {
    padding-left: 1.375rem !important;
}

.pr-22 {
    padding-right: 1.375rem !important;
}

.pl-25 {
    padding-left: 1.563rem !important;
}

.pr-25 {
    padding-right: 1.563rem !important;
}

.pl-27 {
    padding-left: 1.688rem !important;
}

.pr-27 {
    padding-right: 1.688rem !important;
}

.pt-30 {
    padding-top: 1.875rem !important;
}

.pb-30 {
    padding-bottom: 1.875rem !important;
}

.pt-32 {
    padding-top: 2rem !important;
}

.pb-32 {
    padding-bottom: 2rem !important;
}

.px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.ps-40 {
    padding-left: 2.5rem !important;
}

.pe-40 {
    padding-right: 2.5rem !important;
}
/* Margin Styles */
.ml-12 {
    margin-left: 0.75rem !important;
}

.mr-12 {
    margin-right: 0.75rem !important;
}

.mt-12 {
    margin-top: 0.75rem !important;
}

.mb-12 {
    margin-bottom: 0.75rem !important;
}

.mt-20 {
    margin-top: 1.25rem !important;
}

.mb-20 {
    margin-bottom: 1.25rem !important;
}

.mt-28 {
    margin-top: 1.75rem !important;
}

.mb-28 {
    margin-bottom: 1.75rem !important;
}

.ml-28 {
    margin-left: 1.75rem !important;
}

.mr-28 {
    margin-right: 1.75rem !important;
}

.boxshadow-02 {
    box-shadow: 0 4px 8px -4px rgba(26,26,26,0.2);
}


/* Body Styles */
.wrapper {
    background-color: #f9fbff;
}

.cursor {
    cursor: pointer;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drobdown-box select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background-image: url('../Images/NewThemeImg/ic12-arrow-down-1x.png');
    background-position: calc(100% - 1.125rem) center;
    background-repeat: no-repeat;
    background-size: auto;
}

/* border radius*/
.br-0 {
    border-radius: 0 !important;
}

.br-4 {
    border-radius: 4px 4px 4px 4px !important;
}

.br-tr-4 {
    border-top-left-radius: 4px;
}

.br-br-4 {
    border-top-left-radius: 4px;
}
/* Border */
.b-0 {
    border: none !important;
}

.b-c7 {
    border: 1px solid #c7c7c7 !important;
}

.b-e4 {
    border: 1px solid #e4e4e4 !important;
}

.b-t-0 {
    border-top: none !important;
}

.b-b-0 {
    border-bottom: none !important;
}

.b-l-0 {
    border-left: none !important;
}

.b-r-0 {
    border-right: none !important;
}

.b-t-e4 {
    border-top: 1px solid #e4e4e4 !important;
}

.b-b-e4 {
    border-bottom: 1px solid #e4e4e4 !important;
}

.b-l-e4 {
    border-left: 1px solid #e4e4e4 !important;
}

.b-r-e4 {
    border-right: 1px solid #e4e4e4 !important;
}

.b-t-c7 {
    border-top: 1px solid #c7c7c7 !important;
}

.b-b-c7 {
    border-bottom: 1px solid #c7c7c7 !important;
}

.b-l-c7 {
    border-left: 1px solid #c7c7c7 !important;
}

.b-r-c7 {
    border-right: 1px solid #c7c7c7 !important;
}

/* Minheight */
.mh-auto {
    min-height: auto !important;
}

.mh-348 {
    min-height: 348px !important;
}

.mh-308 {
    min-height: 308px !important;
}

.main-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f9fbff;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}
/* Header Styles*/
header .header-top-bar {
    background: #090F62;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    -ms-flex-align: center;
}

.menu-icon {
    padding-left: 1.625rem;
    padding-right: 1.125rem;
}

.topbar-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1.5rem;
}

    .topbar-user .user-name-text {
        font-size: 0.75rem;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.4px;
        line-height: 16px;
        padding-right: 0.5rem;
    }

    .topbar-user .user-state-text {
        font-size: 0.75rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0;
        line-height: 16px;
    }

/* Header Menu Styles */
.navbar-brand {
    display: none;
}

.nav-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    border-radius: 4px;
}

    .nav-link img {
        padding-right: 0.625rem;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: .313rem 0.75rem;
    margin: 0rem 0.375rem;
    opacity: 0.75;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background: #002CA1;
        color: #fff;
        opacity: 1;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active {
        background: #002CA1;
        color: #fff;
        opacity: 1;
    }

    .navbar-expand-lg .navbar-nav .nav-link:focus {
        background: #002CA1;
        color: #fff;
        opacity: 1;
    }

.dropdown-menu {
    box-shadow: 0 24px 40px -4px rgba(26,26,26,0.16);
    border-radius: 4px;
    border: none;
    min-width: 240px;
    padding: 0.5rem;
    margin-top: 0.6rem !important;
}

.dropdown-item {
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: normal;
    letter-spacing: 0;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0rem;
}

    .dropdown-item i {
        padding-right: 0.6rem;
        color: #1A1A1A;
    }

    .dropdown-item img {
        padding-right: 0.625rem;
        color: #1A1A1A;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #2C5DE5;
        background-color: #EEF3FF;
    }

        .dropdown-item:focus i, .dropdown-item:hover i {
            color: #2C5DE5;
        }

.sidebar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.sidebar-footer-top {
    border-top: 1px solid #e4e4e4;
    padding: 1.063rem 1.5rem 1rem 1.5rem;
    margin: 0;
}

.sidebar-footer-bottom {
    border-top: 1px solid #c7c7c7;
    padding: 0.625rem 1.5rem;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Body Styles */
.page-header {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem 0rem 0.75rem 0rem;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

    .search input {
        border-radius: 4px;
        border: 1px solid #c7c7c7;
        font-size: 0.875rem;
        font-weight: 400;
        color: #656565;
        line-height: 20px;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 44px;
        padding-right: 120px;
        width: 347px;
    }

        .search input:focus {
            box-shadow: none;
            border: 1px solid #c7c7c7;
        }

    .search .search-icon {
        position: absolute;
        top: 8px;
        left: 18px;
    }

    .search a {
        position: absolute;
        top: 9px;
        right: 38px;
        font-size: 0.875rem;
        font-weight: 600;
    }

.input-group-text {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
}

.products-input-group {
    display: flex;
    justify-content: flex-end;
}

    .products-input-group .input-group .form-select {
        font-weight: 600;
    }

.hierachies-input-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.catalogs-input-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Filter Search */
.search-filter-main {
    margin-top: 2.25rem;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
}

.search-filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem 0.7rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
}

.search-drobdown {
    border-bottom: 1px solid #c7c7c7;
}

    .search-drobdown .form-select {
        border-radius: 0;
        border: 1px solid transparent;
    }

    .search-drobdown select {
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari and Chrome */
        appearance: none;
        background-image: url('../Images/NewThemeImg/ic12-arrow-down-1x.png');
        background-position: calc(100% - 1.625rem) center;
        background-repeat: no-repeat;
        background-size: auto;
    }

.search-filter {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: 0 2px 6px -2px rgba(26,26,26,0.1);
}

    .search-filter .form-control {
        border-radius: 0px;
        border: 1px solid transparent;
        font-size: 0.875rem;
        font-weight: 400;
        color: #656565;
        line-height: 1.5;
        padding-top: 0.563rem;
        padding-bottom: 0.5rem;
        padding-left: 50px;
        padding-right: 0px;
    }

        .search-filter .form-control:focus {
            box-shadow: none;
            /*border: 1px solid #c7c7c7;*/
        }

    .search-filter .search-icon {
        position: absolute;
        top: 8px;
        left: 24px;
    }

    .search-filter a {
        position: absolute;
        top: 9px;
        right: 40px;
        font-size: 0.875rem;
        font-weight: 600;
    }

    .search-filter .form-select {
        padding: 0.7rem 1.3rem;
        border-radius: 0px;
        border: 1px solid transparent;
    }

    .search-filter .btn-reset {
        position: absolute;
        top: 5px;
        right: 8px;
        padding: 0;
    }

.search-filter-result {
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
}

.filter-list {
    padding: 0;
    margin: 0;
    height: 348px;
    overflow: auto;
}

    .filter-list li {
        list-style: none;
        padding: 0.25rem 1rem;
        margin: 0.125rem 0rem;
        cursor: pointer;
        /*margin-bottom: 0.25rem;*/
    }

        .filter-list li:hover {
            background: #F4F8FF;
        }

        .filter-list li .form-check {
            min-height: auto !important;
        }

        .filter-list li .form-check-label {
            font-size: 0.875rem;
            font-weight: 400;
            color: #1a1a1a;
            text-align: left;
        }

.fl-438 {
    height: 438px;
}

.search-filter-result-btm-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1.5rem 0.65rem 1.5rem;
    margin: 0;
    border-top: 1px solid #c7c7c7;
}

.products-filter-list {
    padding: 0;
    margin: 0;
    height: 250px;
    overflow: auto;
}

    .products-filter-list li {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0.5rem 1rem;
        /*margin: 0.125rem 0rem;*/
        margin: 0rem;
    }

        .products-filter-list li .form-check {
            min-height: auto !important;
        }

        /*.products-filter-list li .form-check .form-check-input {
                width: 1.125rem;
                height: 1.125rem;
            }*/

        .products-filter-list li .image {
            margin-left: 1rem;
            border: 1px solid #c7c7c7;
            padding: 0.313rem;
        }

#CatImg {
    border: 1px solid #c7c7c7;
    padding: 0.313rem;
    margin-bottom: 0.313rem;
}

#ProdImg {
    border: 1px solid #c7c7c7;
    padding: 0.313rem;
    margin-bottom: 0.313rem;
}

#BrandImg {
    border: 1px solid #c7c7c7;
    padding: 0.313rem;
    margin-bottom: 0.313rem;
}

.ls-img {
    border: 1px solid #c7c7c7;
    padding: 0.313rem;
    margin-bottom: 0.313rem;
}

.products-filter-list li .content {
    padding-left: 1rem;
}

    .products-filter-list li .content h5 {
        font-size: 0.875rem;
        font-weight: 400;
        color: #1a1a1a;
        line-height: 20px;
    }

    .products-filter-list li .content p {
        font-size: 0.75rem;
        font-weight: 400;
        color: #656565;
        letter-spacing: 0.4px;
        line-height: 16px;
        margin-bottom: 0;
        margin-top: 0.813rem;
    }

.SearchPrAttrList {
    padding: 0;
    margin: 0;
}

    .SearchPrAttrList li {
        list-style: none;
        padding: 0.25rem 1rem;
        margin: 0.125rem 0rem;
        /*margin-bottom: 0.25rem;*/
    }

        .SearchPrAttrList li .form-check {
            min-height: auto !important;
        }

        .SearchPrAttrList li .form-check-label {
            font-size: 0.875rem;
            font-weight: 400;
            color: #1a1a1a;
            text-align: left;
        }

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.scrollarea {
    overflow-y: auto;
}

/* Card Styles */
.card {
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #e4e4e4;
    box-shadow: 0 4px 8px -4px rgba(26,26,26,0.2);
}

.card-header {
    border: none;
    background-color: #FFFFFF;
    padding: 1.25rem 1rem 0.56rem 1rem;
    margin: 0;
    min-height: 48px;
}

    .card-header h6 {
        font-size: 1rem;
        font-weight: 600;
        color: #1A1A1A;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }

.card-body .card-switch-box {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.438rem 1rem 0.375rem 1rem;
}

.card-hierarchies {
    padding: 0.8rem 1rem 0.68rem 1rem;
}

.card-progress {
    padding: 0.3rem 1rem 0.3rem 1rem;
}

.card-footer {
    border: none;
    background-color: #FFFFFF;
    padding: 0.75rem 1rem 0.75rem 1rem;
    margin: 0;
}

.card-delete-icon {
    cursor: pointer;
}

.name-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.4px;
    line-height: normal;
}

.value-text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0.4px;
    line-height: normal;
}

/* Button Styles */
.btn-primary {
    border-radius: 4px;
    background: #2C5DE5;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding: 8px 20px;
    margin: 0;
}

    .btn-primary .plus-icon {
        padding-right: 0.375rem;
    }

.products-btn-add {
    border-radius: 4px;
    background: #2C5DE5;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    padding: 0.625rem 1.438rem;
    margin: 0;
}

    .products-btn-add .plus-icon {
        padding-right: 0.375rem;
    }

    .products-btn-add:hover, .products-btn-add:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.btn-reset {
    position: absolute !important;
    top: 3px;
    right: 5px;
}

    .btn-reset:hover, .btn-reset:focus {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
    }

.products-btn-reset {
    border-radius: 4px;
    background: #2C5DE5;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    padding: 0.625rem 1.438rem;
    margin: 0;
}

    .products-btn-reset:hover, .products-btn-reset:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.btn-add {
    border-radius: 4px;
    background: #2C5DE5;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-align: center;
    /* width: 139px;
    height: 40px;*/
    padding: 0.625rem 1.5rem;
    margin: 0;
}

    .btn-add .plus-icon {
        padding-right: 0.375rem;
    }

    .btn-add:hover, .btn-add:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.btn-edit {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
    text-align: center;
    padding: 0.4rem 1.75rem;
    margin: 0;
}

    .btn-edit:hover, .btn-edit:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.btn-cancel {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 96px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-cancel:hover {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.btn-save {
    border-radius: 4px;
    border: none;
    background: #2c5de5;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 96px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-save:hover, .btn-save:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.catalog-btn {
    border-radius: 4px;
    background-color: #D7E1FE;
    font-size: 0.75rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 0.2rem 0.5rem;
    margin-right: 0.5rem;
}

    .catalog-btn:hover, .catalog-btn:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.more-btn {
    border-radius: 4px;
    background-color: #D7E1FE;
    font-size: 0.75rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 0.2rem 0.5rem;
    margin-right: 0.5rem;
}

.filter-btn-add {
    border-radius: 4px;
    background: #2C5DE5;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 0.5rem 1.5rem;
    margin: 0;
    width: 160px;
}

    .filter-btn-add:hover, .filter-btn-add:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

    .filter-btn-add span {
        padding-left: 0.375rem;
    }

.filter-btn-remove {
    border-radius: 4px;
    background: none;
    border: 1px solid #c7c7c7;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    padding: 0.5rem 1.5rem;
    margin: 0;
    width: 160px;
}

    .filter-btn-remove span {
        padding-right: 0.375rem;
    }

.sidebar-btn {
    border-radius: 4px;
    background: none;
    border: 1px solid #c7c7c7;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    width: 104px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar-btn:hover, .sidebar-btn:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

    .sidebar-btn .icon {
        padding-right: 0.375rem;
    }

.selectfile-btn {
    border-radius: 4px;
    background: #2C5DE5;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    padding: 0.5rem 0.9rem;
    margin: 0;
    width: 93px;
}

.editproducts-btn {
    border-radius: 4px;
    background: none;
    border: 1px solid #c7c7c7;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.6;
    text-align: center;
    width: 111px;
    position: absolute;
    top: 9.5%;
    left: 20%;
}

    .editproducts-btn:hover, .editproducts-btn:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.save-gray-btn {
    border-radius: 4px;
    background: #e4e4e4;
    border: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: #a1a1a1;
    line-height: 1.7;
    text-align: center;
    width: 80px;
}

    .save-gray-btn:hover, .save-gray-btn:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.pubchan-blue-btn {
    border-radius: 5000px;
    background: #2C5DE5;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 1.6;
    text-align: center;
    padding: 0.313rem 0.9rem 0.375rem 0.75rem;
    margin: 0; /*
    min-width: 68px;
    min-height: 2rem;*/
}

    .pubchan-blue-btn:hover, .pubchan-blue-btn:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }

.pubchan-gray-btn {
    border-radius: 5000px;
    background: #e4e4e4;
    border: none;
    font-size: 0.75rem;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0.4px;
    line-height: 1.4;
    text-align: center;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .pubchan-gray-btn:hover, .pubchan-gray-btn:focus {
        background: #e4e4e4;
        border: none;
        color: #1a1a1a;
    }

.btn-product-outline {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 134px;
    height: 40px;
}

.btn-attributes-outline {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    width: 105px;
    height: 32px;
    padding: 0;
    margin: 0;
}

    .btn-attributes-outline .icon {
        padding-right: 0.375rem;
    }

.btn-attributes-sections {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    width: 133px;
    height: 40px;
    padding: 0;
    margin: 0;
}

    .btn-attributes-sections .icon {
        padding-right: 0.25rem;
    }

.btn-options-sections {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    width: 118px;
    height: 40px;
    padding: 0;
    margin: 0;
}

    .btn-options-sections .icon {
        padding-right: 0.25rem;
    }

.btn-uom-sections {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    width: 100px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.btn-options-uom .icon {
    padding-right: 0.25rem;
}

.btn-childproducts-sections {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    width: 150px;
    height: 40px;
    padding: 0;
    margin: 0;
}

    .btn-childproducts-sections .icon {
        padding-right: 0.25rem;
    }

.btn-relatedproducts-sections {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    width: 134px;
    height: 40px;
    padding: 0;
    margin: 0;
}

    .btn-relatedproducts-sections .icon {
        padding-right: 0.25rem;
    }

.btn-filteradd {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    width: 82px;
    height: 32px;
}

    .btn-filteradd .plus-icon {
        padding-right: 0.3rem;
    }

    .btn-filteradd:hover, .btn-filteradd:focus {
        border-color: #2C5DE5;
        background: #2C5DE5;
        color: #fff;
    }


/* icons styles*/
.icon-style {
    font-size: 1rem;
    padding-right: 0.5rem;
}

/* Form Styles */
.form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0.5rem;
}

.col-form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0.5rem;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    font-size: 0.875rem;
    font-weight: 400;
    color: #656565;
    line-height: 1.6;
    text-align: left;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #2C5DE5;
    }

.form-select {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: normal;
    text-align: left;
    padding: 0.625rem 1rem 0.688rem 1rem;
    margin: 0;
}

    .form-select:focus {
        box-shadow: none;
        border: 1px solid #2C5DE5;
    }

.form-select-small {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: normal;
    text-align: left;
    padding: 0.5rem 1rem;
    margin: 0;
}

    .form-select-small:focus {
        box-shadow: none;
        border: 1px solid #2C5DE5;
    }

.form-text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #656565;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin-top: 0.5rem;
}

.form-text1 {
    font-size: 0.75rem;
    font-weight: 400;
    color: #656565;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin-top: 0.75rem;
}

.form-check-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}


.switch-text {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 24px;
    text-align: left;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #656565;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2C5DE5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2C5DE5;
}

input:checked + .slider:before {
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.card-switch-box .switch {
    width: 28px;
    height: 16px;
}

.card-switch-box .slider:before {
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
}

.card-switch-box input:checked + .slider:before {
    transform: translateX(12px);
}

.switch-box-popup .switch {
    width: 44px;
    height: 24px;
}

.switch-box-popup .slider:before {
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
}

.switch-box-popup input:checked + .slider:before {
    transform: translateX(20px);
}

/*.div_CardListbtn div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}*/
/* Off Canvas Styles */
.offcanvas.offcanvas-end {
    width: 836px;
}

.offcanvas.oc-w1 {
    width: 400px;
}

.offcanvas-header {
    padding-top: 2.813rem;
    padding-bottom: 0.68rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.offcanvas-title {
    line-height: normal;
}

.offcanvas-body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.hr-style {
    border-top: 1px solid #e4e4e4;
    opacity: 1;
}

.hr-style-c7 {
    border-top: 1px solid #c7c7c7;
    opacity: 1;
}
/* NavTabs Styles */
.nav-tabs {
    border-bottom-color: #c7c7c7;
}

    .nav-tabs .nav-link {
        border-radius: 0;
        border-bottom: 2px solid transparent;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 600;
        color: #1a1a1a;
        letter-spacing: 0;
        line-height: normal;
        text-align: center;
        padding-top: 0rem;
        padding-bottom: 1rem;
        padding-left: 0rem;
        padding-right: 0rem;
        margin-right: 1.5rem;
    }

        .nav-tabs .nav-link.active {
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            border-bottom: 4px solid #2C5DE5;
            color: #2C5DE5;
        }

        .nav-tabs .nav-link:hover {
            border: 1px solid transparent;
            border-bottom: 4px solid #2C5DE5;
        }

.tab-content {
    padding: 1.5rem 0rem;
}

/* Progress Styles */
.progress {
    height: 4px;
}

.progress-bar {
    border-radius: 5000px;
}


/* Pagination Styles */
.pagination .page-item .page-link {
    border: none;
}

.page-item .page-link {
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0.5rem 1.063rem;
    cursor: pointer;
}

.page-item:first-child .page-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2C5DE5;
    letter-spacing: 0;
    line-height: 24px;
    background-color: transparent;
}

    .page-item:first-child .page-link .p-left-icon {
        padding-right: 0.625rem;
    }

.page-item:last-child .page-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2C5DE5;
    letter-spacing: 0;
    line-height: 24px;
    background-color: transparent;
}

    .page-item:last-child .page-link .p-right-icon {
        padding-left: 0.625rem;
    }

        .page-item:last-child .page-link .p-right-icon img {
            transform: rotate(180deg);
        }

.page-item .page-link:hover {
    color: #fff;
    background: #2C5DE5;
}

/*.page-item .activePge .page-link:hover span {
    color: #fff;
}*/

.page-item.activePge a:focus {
    color: #fff;
    background: #2C5DE5;
}

.page-item.activePge .page-link {
    color: #fff;
    background: #2C5DE5;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0px;
}

/* Sidebar Menu */
#side-bar {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
    border: 1px solid #e4e4e4;
    min-width: 272px;
    max-width: 272px;
    overflow-y: auto;
    transition: all 0.3s;
    margin-left: -272px;
    opacity: 0;
}

    #side-bar .menu-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 1.5rem 0.813rem 1.5rem;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar .menu-title h6 {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1a1a1a;
            letter-spacing: 0;
            line-height: normal;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

    #side-bar::-webkit-scrollbar {
        width: 0px;
    }

    #side-bar.active {
        margin-left: 0;
        opacity: 1;
    }

    #side-bar .menu {
        width: 100%;
        padding: 0.5rem;
        margin: 0;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar .menu .item {
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 0.5rem 1rem 0.438rem 1rem;
            margin: 0.125rem 0rem;
            opacity: 0.66;
            position: relative;
        }

            #side-bar .menu .item a {
                font-size: 0.875rem;
                font-weight: 600;
                color: #1a1a1a;
                text-decoration: none;
                line-height: normal;
            }

            #side-bar .menu .item:hover {
                background-color: #EEF3FF;
                color: #2C5DE5;
                opacity: 1;
            }

                #side-bar .menu .item:hover a {
                    color: #2C5DE5;
                }

            #side-bar .menu .item .plus-icon {
                position: absolute;
                top: 4px;
                right: 16px;
            }

            #side-bar .menu .item .plus-icon {
                display: none;
            }

            #side-bar .menu .item:hover .plus-icon {
                display: block;
            }

            #side-bar .menu .item .sub-menu {
                /* background: #262627;*/
                display: none;
            }

                #side-bar .menu .item .sub-menu a {
                    padding-left: 80px;
                }

#side-bar1 {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
    border: 1px solid #e4e4e4;
    min-width: 272px;
    max-width: 272px;
    overflow-y: auto;
    transition: all 0.3s;
    margin-left: -272px;
    opacity: 0;
}

    #side-bar1 .menu-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 1.5rem 0.813rem 1.5rem;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar1 .menu-title h6 {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1a1a1a;
            letter-spacing: 0;
            line-height: normal;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

    #side-bar1::-webkit-scrollbar {
        width: 0px;
    }

    #side-bar1.active {
        margin-left: 0;
        opacity: 1;
    }

    #side-bar1 .menu {
        width: 100%;
        padding: 0.5rem;
        margin: 0;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar1 .menu .item {
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 0.5rem 1rem 0.438rem 1rem;
            margin: 0.125rem 0rem;
            opacity: 0.66;
            position: relative;
        }

            #side-bar1 .menu .item a {
                font-size: 0.875rem;
                font-weight: 600;
                color: #1a1a1a;
                text-decoration: none;
                line-height: normal;
            }

            #side-bar1 .menu .item:hover {
                background-color: #EEF3FF;
                color: #2C5DE5;
                opacity: 1;
            }

                #side-bar1 .menu .item:hover a {
                    color: #2C5DE5;
                }

            #side-bar1 .menu .item .plus-icon {
                position: absolute;
                top: 4px;
                right: 16px;
            }

            #side-bar1 .menu .item .plus-icon {
                display: none;
            }

            #side-bar1 .menu .item:hover .plus-icon {
                display: block;
            }

            #side-bar1 .menu .item .sub-menu {
                /* background: #262627;*/
                display: none;
            }

                #side-bar1 .menu .item .sub-menu a {
                    padding-left: 80px;
                }

#side-bar2 {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
    border: 1px solid #e4e4e4;
    min-width: 272px;
    max-width: 272px;
    overflow-y: auto;
    transition: all 0.3s;
    margin-left: -272px;
    opacity: 0;
}

    #side-bar2 .menu-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 1.5rem 0.813rem 1.5rem;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar2 .menu-title h6 {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1a1a1a;
            letter-spacing: 0;
            line-height: normal;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

    #side-bar2::-webkit-scrollbar {
        width: 0px;
    }

    #side-bar2.active {
        margin-left: 0;
        opacity: 1;
    }

    #side-bar2 .menu {
        width: 100%;
        padding: 0.5rem;
        margin: 0;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar2 .menu .item {
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 0.5rem 1rem 0.438rem 1rem;
            margin: 0.125rem 0rem;
            opacity: 0.66;
            position: relative;
        }

            #side-bar2 .menu .item a {
                font-size: 0.875rem;
                font-weight: 600;
                color: #1a1a1a;
                text-decoration: none;
                line-height: normal;
            }

            #side-bar2 .menu .item:hover {
                background-color: #EEF3FF;
                color: #2C5DE5;
                opacity: 1;
            }

                #side-bar2 .menu .item:hover a {
                    color: #2C5DE5;
                }

            #side-bar2 .menu .item .plus-icon {
                position: absolute;
                top: 4px;
                right: 16px;
            }

            #side-bar2 .menu .item .plus-icon {
                display: none;
            }

            #side-bar2 .menu .item:hover .plus-icon {
                display: block;
            }

            #side-bar2 .menu .item .sub-menu {
                /* background: #262627;*/
                display: none;
            }

                #side-bar2 .menu .item .sub-menu a {
                    padding-left: 80px;
                }

#side-bar3 {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
    border: 1px solid #e4e4e4;
    min-width: 272px;
    max-width: 272px;
    overflow-y: auto;
    transition: all 0.3s;
    margin-left: -272px;
    opacity: 0;
}

    #side-bar3 .menu-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 1.5rem 0.813rem 1.5rem;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar3 .menu-title h6 {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1a1a1a;
            letter-spacing: 0;
            line-height: normal;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

    #side-bar3::-webkit-scrollbar {
        width: 0px;
    }

    #side-bar3.active {
        margin-left: 0;
        opacity: 1;
    }

    #side-bar3 .menu {
        width: 100%;
        padding: 0.5rem;
        margin: 0;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar3 .menu .item {
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 0.5rem 1rem 0.438rem 1rem;
            margin: 0.125rem 0rem;
            opacity: 0.66;
            position: relative;
        }

            #side-bar3 .menu .item a {
                font-size: 0.875rem;
                font-weight: 600;
                color: #1a1a1a;
                text-decoration: none;
                line-height: normal;
            }

            #side-bar3 .menu .item:hover {
                background-color: #EEF3FF;
                color: #2C5DE5;
                opacity: 1;
            }

                #side-bar3 .menu .item:hover a {
                    color: #2C5DE5;
                }

            #side-bar3 .menu .item .plus-icon {
                position: absolute;
                top: 4px;
                right: 16px;
            }

            #side-bar3 .menu .item .plus-icon {
                display: none;
            }

            #side-bar3 .menu .item:hover .plus-icon {
                display: block;
            }

            #side-bar3 .menu .item .sub-menu {
                /* background: #262627;*/
                display: none;
            }

                #side-bar3 .menu .item .sub-menu a {
                    padding-left: 80px;
                }

#side-bar4 {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
    border: 1px solid #e4e4e4;
    min-width: 272px;
    max-width: 272px;
    overflow-y: auto;
    transition: all 0.3s;
    margin-left: -272px;
    opacity: 0;
}

    #side-bar4 .menu-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 1.5rem 0.813rem 1.5rem;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar4 .menu-title h6 {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1a1a1a;
            letter-spacing: 0;
            line-height: normal;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

    #side-bar4::-webkit-scrollbar {
        width: 0px;
    }

    #side-bar4.active {
        margin-left: 0;
        opacity: 1;
    }

    #side-bar4 .menu {
        width: 100%;
        padding: 0.5rem;
        margin: 0;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-bar4 .menu .item {
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 0.5rem 1rem 0.438rem 1rem;
            margin: 0.125rem 0rem;
            opacity: 0.66;
            position: relative;
        }

            #side-bar4 .menu .item a {
                font-size: 0.875rem;
                font-weight: 600;
                color: #1a1a1a;
                text-decoration: none;
                line-height: normal;
            }

            #side-bar4 .menu .item:hover {
                background-color: #EEF3FF;
                color: #2C5DE5;
                opacity: 1;
            }

                #side-bar4 .menu .item:hover a {
                    color: #2C5DE5;
                }

            #side-bar4 .menu .item .plus-icon {
                position: absolute;
                top: 4px;
                right: 16px;
            }

            #side-bar4 .menu .item .plus-icon {
                display: none;
            }

            #side-bar4 .menu .item:hover .plus-icon {
                display: block;
            }

            #side-bar4 .menu .item .sub-menu {
                /* background: #262627;*/
                display: none;
            }

                #side-bar4 .menu .item .sub-menu a {
                    padding-left: 80px;
                }

#side-barManageLayout {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
    border: 1px solid #e4e4e4;
    min-width: 272px;
    max-width: 272px;
    overflow-y: auto;
    transition: all 0.3s;
    margin-left: -272px;
    opacity: 0;
}

    #side-barManageLayout .menu-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 1.5rem 0.813rem 1.5rem;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-barManageLayout .menu-title h6 {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1a1a1a;
            letter-spacing: 0;
            line-height: normal;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

    #side-barManageLayout::-webkit-scrollbar {
        width: 0px;
    }

    #side-barManageLayout.active {
        margin-left: 0;
        opacity: 1;
    }

    #side-barManageLayout .menu {
        width: 100%;
        padding: 0.5rem;
        margin: 0;
        border-bottom: 1px solid #c7c7c7;
    }

        #side-barManageLayout .menu .item {
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 0.5rem 1rem 0.438rem 1rem;
            margin: 0.125rem 0rem;
            opacity: 0.66;
            position: relative;
        }

            #side-barManageLayout .menu .item a {
                font-size: 0.875rem;
                font-weight: 600;
                color: #1a1a1a;
                text-decoration: none;
                line-height: normal;
            }

            #side-barManageLayout .menu .item:hover {
                background-color: #EEF3FF;
                color: #2C5DE5;
                opacity: 1;
            }

                #side-barManageLayout .menu .item:hover a {
                    color: #2C5DE5;
                }

            #side-barManageLayout .menu .item .plus-icon {
                position: absolute;
                top: 4px;
                right: 16px;
            }

            #side-barManageLayout .menu .item .plus-icon {
                display: none;
            }

            #side-barManageLayout .menu .item:hover .plus-icon {
                display: block;
            }

            #side-barManageLayout .menu .item .sub-menu {
                /* background: #262627;*/
                display: none;
            }

                #side-barManageLayout .menu .item .sub-menu a {
                    padding-left: 80px;
                }

.rotate {
    transform: rotate(90deg);
}

.close-btn {
    color: #656565;
    cursor: pointer;
}

#nav-tab1 {
    justify-content: center;
}

    #nav-tab1 .nav-link {
        font-size: 0.875rem;
        font-weight: 400;
        color: #1a1a1a;
        letter-spacing: 0;
        text-decoration: none;
        text-align: center;
        padding: 1.06rem 0.5rem 1rem 0.5rem;
        margin: 0;
        border: 1px solid transparent;
    }

        #nav-tab1 .nav-link.active {
            border-bottom: 1px solid #2C5DE5;
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            color: #2C5DE5;
        }

        #nav-tab1 .nav-link:hover {
            border-bottom: 1px solid #2C5DE5;
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            color: #2C5DE5;
        }

#nav-tabContent1.tab-content {
    padding: 0;
}

/* Category Page Styles */
.categories-page-tabs {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    position: relative;
    min-height: 500px;
    background-color: #ffffff;
}

.categories-page-tabs-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2rem 0.313rem 0rem;
}

    .categories-page-tabs-title h3 {
        border-left: 8px solid #2C5DE5;
        padding-left: 1.5rem;
    }

.categories-page-tabs .nav-tabs {
    padding-left: 2rem;
}

    .categories-page-tabs .nav-tabs .nav-link {
        font-size: 0.875rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.categories-page-tabs .tab-content {
    padding: 2rem;
    margin: 0;
}

.categories-page-tabs .selectfile-section .selectfile-section-inner {
    background-color: #EEF3FF;
    border: 1px dashed #2C5DE5;
    border-radius: 4px;
    position: relative;
    height: 247px;
}

    .categories-page-tabs .selectfile-section .selectfile-section-inner .select-btn-text {
        text-align: center;
        /*position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translate(-50%,-50%);*/
    }

.btn-group-custom {
    margin: 0 !important;
}

    .btn-group-custom .btn {
        border: 1px solid #c7c7c7;
        border-radius: 4px;
        background: #fff;
        font-size: 0.75rem;
        letter-spacing: 0.4px;
        color: #1a1a1a;
    }

.hr-style-cat {
    border-top: 1px solid #e4e4e4;
    opacity: 1;
    margin: 0.75rem 0rem 2.25rem 0rem;
}

/* Hierarchy Styles */
.dropdown-withsearch-main {
    position: relative;
    margin-bottom: 1.5rem;
}

    .dropdown-withsearch-main .dropdown-inputbox {
        background-color: #ffffff;
        border: 1px solid #c7c7c7;
        border-radius: 4px;
        font-size: 0.875rem;
        font-weight: 400;
        color: #1a1a1a;
        letter-spacing: 0;
        line-height: 18px;
        padding: 0.6rem 1rem;
        min-height: 40px;
    }

.dropdown-resultbox {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    box-shadow: 0 24px 40px -4px rgba(26,26,26,0.16);
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 999999;
}

    .dropdown-resultbox .dropdown-resultbox-top {
        font-size: 1rem;
        font-weight: 400;
        color: #1a1a1a;
        letter-spacing: 0;
        line-height: 24px;
        padding: 0.75rem 1.5rem;
        margin: 0;
    }

        .dropdown-resultbox .dropdown-resultbox-top .close-icon {
            float: right;
        }

    .dropdown-resultbox .dropdown-resultbox-bottom {
        border-top: 1px solid #c7c7c7;
        font-size: 0.75rem;
        font-weight: 400;
        color: #656565;
        letter-spacing: 0.4px;
        line-height: 16px;
        padding: 0.75rem 1.5rem;
        margin: 0;
    }

.dropdown-resultbox-search {
    position: relative;
}

    .dropdown-resultbox-search .form-control {
        border-radius: 0px;
        border-top: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        font-size: 0.875rem;
        font-weight: 400;
        color: #656565;
        line-height: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 50px;
        padding-right: 0px;
    }

        .dropdown-resultbox-search .form-control:focus {
            box-shadow: none;
            border-top: 1px solid #2C5DE5;
            border-bottom: 1px solid #2C5DE5;
        }

    .dropdown-resultbox-search .search-icon {
        position: absolute;
        top: 8px;
        left: 24px;
    }

.dropdown-resultbox-searchresults-list {
    padding: 0.25rem 0.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
    height: 400px;
    overflow: auto;
}

    .dropdown-resultbox-searchresults-list li {
        list-style: none;
        padding: 0.3rem 1rem 0.4rem 1.125rem;
        margin-bottom: 0.25rem;
        cursor: pointer;
    }

        .dropdown-resultbox-searchresults-list li:hover {
            border-radius: 4px;
            background-color: #EEF3FF;
        }

            .dropdown-resultbox-searchresults-list li:hover span, .dropdown-resultbox-searchresults-list li:hover .arrow-right {
                color: #2C5DE5;
            }

        .dropdown-resultbox-searchresults-list li .arrow-right {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            float: right;
            padding: 0.5rem 0rem;
        }

.dropdown-resultbox-step2 {
    background: #F1F1F1;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    color: #656565;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0.625rem 1.5rem;
}

/* Tree Style */

.plus {
    background: url("../Images/NewThemeImg/export-plus-1x.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.minus-button {
    background: url("../Images/NewThemeImg/export-minus-1x.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.search-filter-result-tree {
    padding: 0.25rem 0.5rem;
    overflow-x: auto;
    overflow-y: auto;
    height: 348px;
    white-space: nowrap;
    /*width: 100%;
    float: left;
    height: 348px;
    overflow: auto;*/
}

#divGP_Categories ul {
    padding-left: 0;
}

    #divGP_Categories ul li {
        /*border-radius: 4px;*/
        list-style: none;
        padding: 0.5rem 1rem;
        /*margin: 0.25rem 0rem;*/
        width: 100%;
        float: left;
        cursor: pointer;
    }

        #divGP_Categories ul li:hover {
            background: #F4F8FF;
        }

        #divGP_Categories ul li ul {
            padding-top: 0.5rem;
            padding-left: 0.5rem;
            width: 100%;
            float: left;
        }

            #divGP_Categories ul li ul li {
                list-style: none;
                border-left: 1px dashed #c7c7c7;
            }

.mrglft5 {
    margin: 0rem 0.5rem !important;
}

.catname {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 15px;
    text-align: left;
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.output_folder {
    display: none;
}


/*New Category Tree View*/
.t-empty, .t-icon {
    float: left;
    width: 16px;
}

.t-icon, .t-editor-button .t-tool-icon {
    background-color: transparent;
    background-repeat: no-repeat;
}

.t-icon, .t-sprite, .t-editor-button .t-tool-icon {
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    text-indent: -3333px;
    vertical-align: middle;
    width: 16px;
}

.t-plus {
    background-image: url("../Images/NewThemeImg/export-plus-1x.png");
}

.t-minus {
    background-image: url("../Images/NewThemeImg/export-minus-1x.png");
}

#ulCategoryejTree {
    padding-left: 0;
    margin: 0;
    /* width: 100%;
    float: left;*/
}

    #ulCategoryejTree li {
        list-style: none;
        padding: 0.375rem 1rem 0.375rem 1rem;
        /* width: 100%;
        float: left;*/
        cursor: pointer;
    }

        #ulCategoryejTree li .spancategoryname {
            font-size: 0.875rem;
            font-weight: 400;
            color: #1a1a1a;
            line-height: 14px;
            text-align: left;
            margin: 0;
            padding: 0;
        }

        #ulCategoryejTree li:hover {
            background: #F4F8FF;
        }

        #ulCategoryejTree li ul {
            padding-top: 0.25rem;
            padding-left: 0.5rem;
            /*width: 100%;
            float: left;*/
        }

            #ulCategoryejTree li ul li {
                list-style: none;
                border-left: 1px dashed #c7c7c7;
            }


/* Flexbox */
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .flex-container .flex-item {
        width: 254px;
        min-height: 348px;
        margin-right: 1.5rem;
    }

.attributes-heading {
    font-size: 0.75rem;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.4px;
    padding: 0.5rem 1rem !important;
    margin: 0;
}

.t-loading {
    background: transparent url("../B2bimages/demo/images/loading.gif") no-repeat 0 0;
}

/* Custom Grid Styles */
.main-tblgrid {
}

.custom-tblgrid {
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    border-collapse: separate;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px -4px rgba(26,26,26,0.2);
    margin-bottom: 1.5rem;
}

    .custom-tblgrid thead tr th {
        border-color: #c7c7c7;
        border-bottom: 2px solid #656565;
        border-top: none;
        font-size: 0.875rem;
        font-weight: 600;
        color: #1a1a1a;
        letter-spacing: 0;
        padding: 0.81rem 1rem;
    }

    .custom-tblgrid tbody tr td {
        border-top: none;
        font-size: 0.875rem;
        font-weight: 400;
        color: #1a1a1a;
        letter-spacing: 0;
        padding: 0.81rem 1rem;
    }

    .custom-tblgrid .form-check-input {
        width: 1rem;
        height: 1rem;
        border-color: #c7c7c7;
    }

        .custom-tblgrid .form-check-input:checked {
            border-color: #2C5DE5;
        }

.gridtbl-edit {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2C5DE5;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 1.125rem;
}


/*.custom-tblgrid .colName {
        display: block;
        text-align: center;
    }*/
.page-item.active .page-link {
    background-color: #2C5DE5;
    color: #fff;
}

/* Filters */
.advsrc-filtersbox {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    box-shadow: 0 4px 8px -4px rgba(26,26,26,0.2);
    display: flex;
    justify-content: flex-start;
}

.advsrc-filtersbox-lft {
    padding: 1rem 0.75rem;
}

.advsrc-filtersbox-cen {
    padding: 0.938rem 0rem;
}

    .advsrc-filtersbox-cen h6 {
        font-weight: 600;
        letter-spacing: 0.4px;
        margin-bottom: 1rem;
    }

    .advsrc-filtersbox-cen p {
        margin: 0;
        padding: 0;
        line-height: normal;
    }

.advsrc-filtersbox-rgt .top-icon {
    border-bottom: 1px solid #c7c7c7;
    padding: 0.563rem;
}

.advsrc-filtersbox-rgt .bottom-icon {
    padding: 0.563rem;
}

.btn-group {
    margin-top: 1rem;
}

    .btn-group .btn-primary {
        background: #2C5DE5;
        font-size: 0.75rem;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.4px;
        text-align: center;
        width: 56px;
    }

    .btn-group .btn-outline-primary {
        border-color: #c7c7c7;
        font-size: 0.75rem;
        font-weight: 400;
        color: #1a1a1a;
        width: 56px;
    }

        .btn-group .btn-outline-primary:hover {
            background: #2C5DE5;
            border-color: #2C5DE5;
            color: #fff;
        }

.btn-productfamily {
    background: #e4e4e4;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #1a1a1a;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
}

.btn-delete {
    background: #DE1C22;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.4px;
    text-align: center;
    width: 90px;
    height: 32px;
}

    .btn-delete .icon {
        padding-right: 0.3rem;
    }

.btn-addgroup {
    background: #2C5DE5;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.4px;
    text-align: center;
    width: 90px;
    height: 32px;
}

    .btn-addgroup .icon {
        padding-right: 0.3rem;
    }

.btn-add-outline {
    background: #fff;
    border: 1px solid #c7c7c7;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    border-radius: 4px;
    text-align: center;
    line-height: 1.7;
    /*    width: 76px;
    height: 40px;*/
}

.dashed-div {
    border: 1px dashed #C7C7C7;
    border-radius: 4px;
    padding: 1rem;
    margin: 0;
}

/* Popup Page Styles */
.innerpage-wrapper {
    /*border: 1px solid #E4E4E4;*/
    /*box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);*/
    box-shadow: 0px 10px 32px 5px rgba(26,26,26,0.24);
    margin-top: 2.5rem;
    background-color: #fff;
}

.section-left {
    /*border: 1px solid #E4E4E4;*/
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
}

    .section-left .heading {
        border-bottom: 1px solid #c7c7c7;
        padding-left: 1.5rem;
        padding-top: 0.813rem;
        padding-bottom: 0.875rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #1a1a1a;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .section-left .nav-pills {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

        .section-left .nav-pills .nav-link {
            border-radius: 4px;
            background-color: #fff;
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 0;
            color: #1a1a1a;
            line-height: normal;
            text-align: left;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 0.438rem;
            padding-bottom: 0.5rem;
            margin: 0.125rem 0rem;
        }

            .section-left .nav-pills .nav-link:hover {
                background-color: #EEF3FF;
                color: #2C5DE5;
            }

            .section-left .nav-pills .nav-link.no-hover:hover {
                background-color: transparent !important;
                color: inherit !important;
            }

            .section-left .nav-pills .nav-link.active {
                background-color: #EEF3FF;
                color: #2C5DE5;
            }

            .section-left .nav-pills .nav-link.no-hover.sel_active {
                background-color: #2C5DE5 !important;
                color: #ffffff !important;
            }

.section-right {
    padding: 2.5rem;
    min-height: 700px;
}

.section-right-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

    .section-right-header .tab-heading-act {
        font-size: 1.25rem;
        font-weight: normal;
        color: #1a1a1a;
        line-height: 32px;
        padding-left: 0.75rem;
    }

/* Category Page Style */
.treenew-style {
    padding-left: 0;
    margin: 0;
    /* width: 100%;
    float: left;*/
}

    .treenew-style li {
        list-style: none;
        padding: 0.375rem 1rem 0.375rem 1rem;
        /* width: 100%;
        float: left;*/
        cursor: pointer;
    }

        .treenew-style li .spancategoryname {
            font-size: 0.875rem;
            font-weight: 400;
            color: #1a1a1a;
            line-height: 1.5;
            text-align: left;
            margin: 0;
            padding: 0;
        }

        .treenew-style li:hover {
            background: #F4F8FF;
        }

        .treenew-style li ul {
            padding-top: 0.25rem;
            padding-left: 0.5rem;
            /*width: 100%;
            float: left;*/
        }

            .treenew-style li ul li {
                list-style: none;
                border-left: 1px dashed #c7c7c7;
            }

.relationship-section {
    margin-top: 1.25rem;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}

.relationship-section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem 0.7rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
}

.relationship-section-bottom {
    padding: 0.25rem 0.5rem;
    overflow-x: auto;
    overflow-y: auto;
    height: 348px;
    white-space: nowrap;
}

.btn-change {
    background: #2C5DE5;
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 1.6;
    text-align: center;
}

.treeview-list {
    padding-left: 0;
    margin: 0;
    /* width: 100%;
    float: left;*/
}

    .treeview-list li {
        list-style: none;
        padding: 0.375rem 1rem 0.375rem 1rem;
        /* width: 100%;
        float: left;*/
        cursor: pointer;
    }

        .treeview-list li .checkbox {
            margin-right: 0.313rem;
        }

        .treeview-list li .text-name {
            font-size: 0.875rem;
            font-weight: 400;
            color: #1a1a1a;
            line-height: 14px;
            text-align: left;
            margin: 0;
            padding: 0;
        }

        .treeview-list li:hover {
            background: #F4F8FF;
        }

        .treeview-list li ul {
            padding-top: 0.25rem;
            padding-left: 0.5rem;
            /*width: 100%;
            float: left;*/
        }

            .treeview-list li ul li {
                list-style: none;
                border-left: 1px dashed #c7c7c7;
            }

.close {
    background: none;
    border: none;
    outline: none;
    float: right;
    padding: 0;
    margin: 0;
}

.ckf-file-preview-root {
    display: none !important;
}

.selectedimages-section {
    padding: 0.938rem;
}

.attributes-section-main {
    border-right: 1px solid #e4e4e4 !important;
}

.attributes-section-left .attributes-section-group {
    padding-top: 0.938rem;
    border-bottom: 1px solid #c7c7c7;
}

    .attributes-section-left .attributes-section-group .heading {
        font-size: 0.875rem;
        font-weight: 600;
        color: #1a1a1a;
        text-align: left;
        text-transform: uppercase;
        padding: 0.875rem 0rem 0.875rem 1.5rem;
    }

    .attributes-section-left .attributes-section-group .menu {
        padding: 0.5rem;
        margin-bottom: 0.938rem
    }

        .attributes-section-left .attributes-section-group .menu ul {
            padding: 0;
            margin: 0;
        }

            .attributes-section-left .attributes-section-group .menu ul li {
                list-style: none;
            }

                .attributes-section-left .attributes-section-group .menu ul li a {
                    padding: 0.375rem 1rem;
                    font-size: 0.875rem;
                    font-weight: 600;
                    color: #1a1a1a;
                    display: block;
                    opacity: 0.66;
                    border-radius: 4px;
                }

                    .attributes-section-left .attributes-section-group .menu ul li a:hover {
                        background: #EEF3FF;
                        color: #2C5DE5;
                        opacity: 1;
                    }

                .attributes-section-left .attributes-section-group .menu ul li.active a {
                    background: #EEF3FF;
                    color: #2C5DE5;
                    opacity: 1;
                }

.attributes-section-left .attributes-section-filter {
    padding-top: 0.938rem;
}

    .attributes-section-left .attributes-section-filter .heading {
        font-size: 0.875rem;
        font-weight: 600;
        color: #1a1a1a;
        text-align: left;
        text-transform: uppercase;
        padding: 0.875rem 0rem 0.875rem 1.5rem;
    }

    .attributes-section-left .attributes-section-filter .list {
        padding: 0.5rem;
    }

        .attributes-section-left .attributes-section-filter .list ul {
            padding: 0;
            margin: 0;
        }

            .attributes-section-left .attributes-section-filter .list ul li {
                list-style: none;
            }

                .attributes-section-left .attributes-section-filter .list ul li a {
                    padding: 0.375rem 1rem;
                    font-size: 0.875rem;
                    font-weight: 600;
                    color: #1a1a1a;
                    display: block;
                    opacity: 0.66;
                    border-radius: 4px;
                }

    .attributes-section-left .attributes-section-filter .menu ul li a:hover {
        background: #EEF3FF;
        color: #2C5DE5;
    }

.has-success .form-control {
    border-color: #1ab394;
}

.has-warning .form-control {
    border-color: #f8ac59;
}

.has-error .form-control {
    border-color: #ed5565;
}

.has-success .form-label {
    color: #1ab394;
}

.has-warning .form-label {
    color: #f8ac59;
}

.has-error .form-label {
    color: #ed5565;
}

.alert {
    margin: 1rem;
    position: fixed;
    top: 0;
    right: 0;
    margin: 1rem;
    z-index: 1050;
}

    .alert .icon {
        font-size: 1.25rem;
        margin-right: 0.625rem;
    }

    .alert .close {
        /*font-size: 1.25rem;*/
        color: #222;
        margin-left: 1rem;
    }

.refresh-btn {
    cursor: pointer;
}


/* Products tabs->tabs */

.section-left-new {
    border: 1px solid #E4E4E4;
    box-shadow: 0 12px 32px -8px rgba(26,26,26,0.24);
}

    .section-left-new .heading {
        border-bottom: 1px solid #c7c7c7;
        padding-left: 1.5rem;
        padding-top: 0.813rem;
        padding-bottom: 0.875rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #1a1a1a;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .section-left-new .nav-pills {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

        .section-left-new .nav-pills .nav-link {
            border-radius: 4px;
            background-color: #fff;
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 0;
            color: #1a1a1a;
            line-height: normal;
            text-align: left;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 0.438rem;
            padding-bottom: 0.5rem;
            margin: 0.125rem 0rem;
        }

            .section-left-new .nav-pills .nav-link.active {
                background-color: #EEF3FF;
                color: #2C5DE5;
            }

.section-right-new {
    padding: 2.5rem;
    min-height: 700px;
    border: 1px solid #E4E4E4;
}

.section-right-header-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

    .section-right-header-new .tab-heading-act {
        font-size: 1.25rem;
        font-weight: normal;
        color: #1a1a1a;
        line-height: 32px;
        padding-left: 0.75rem;
    }

.treeview-section {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

    .treeview-section .treeview-list {
        overflow: auto;
        height: 300px;
        white-space: nowrap;
    }

* Style For Wizard */
.ui-sortable .ibox-title {
    cursor: move;
}

.ibox.ui-sortable-placeholder {
    margin: 0px 0px 23px !important;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}

.ui-draggable .ibox-title {
    cursor: move;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: #fff;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}

.padbottom5 {
    margin-bottom: 5px !important;
}

.ProdSupIsActive {
    margin-top: 25px;
}

.cancelbuttoncolor {
    color: white;
    background-color: #ed5565;
}



/* Login Screen Styles */
.signin-section {
    /*background-image: url("../Images/NewThemeImg/login-bg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;*/
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.form-signin {
    width: 100%;
    width: 387px;
    /*height: 580px;*/
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px -4px rgba(26,26,26,0.2);
    margin: 0 auto;
}

.form-signin-header {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    /*padding-bottom: 32px;*/
}

.form-signin-body {
    /*padding-top: 32px;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

    .form-signin-body h1 {
        padding-bottom: 24px;
    }

.form-signin-footer {
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        color: #1a1a1a;
        font-size: 1.125rem;
        pointer-events: none;
    }

    .input-icon input.form-control {
        padding-left: 2.5rem;
    }


.dashboard-overview {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px -4px rgba(26,26,26,0.2);
    border: 1px solid #C7C7C7;
    clear: both;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.dashboard-overview-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0rem 0.313rem 0rem;
}

    .dashboard-overview-title h3 {
        border-left: 8px solid #2C5DE5;
        padding-left: 1.5rem;
    }
/* Card Styles */
.dashboard-overview .card {
    border-radius: 4px;
    background-color: #F4F8FF;
    min-height: 92px;
    padding: 1rem;
    box-shadow: none;
    border: none;
    margin-bottom: 1.25rem;
}

    .dashboard-overview .card:hover {
        border-radius: 4px;
        background-color: #F4F8FF;
    }

        .dashboard-overview .card:hover .card-header h5 {
            color: #2C5DE5;
            font-weight: 600;
        }

    .dashboard-overview .card .card-header {
        padding-bottom: 1.25rem;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin: 0;
        background-color: transparent;
    }

        .dashboard-overview .card .card-header h5 {
            font-weight: 400;
            color: #1a1a1a;
            letter-spacing: 0;
            margin: 0;
            padding: 0;
        }

    .dashboard-overview .card .card-body {
        padding: 0;
        margin: 0;
        background-color: transparent;
    }

        .dashboard-overview .card .card-body h2 {
            font-size: 1.25rem;
            color: #1a1a1a;
        }

    .dashboard-overview .card.lastone .card-header h5 {
        font-weight: 400;
        color: #1a1a1a;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }

/* Dashboard Tab Styles */
.dashboard-tab-widget {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px -4px rgba(26,26,26,0.2);
    border: 1px solid #C7C7C7;
}

.dashboard-tab-widget-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2rem 0.313rem 0rem;
}

    .dashboard-tab-widget-title h3 {
        border-left: 8px solid #2C5DE5;
        padding-left: 1.5rem;
    }

.assigned-categories-section {
    padding: 1rem;
    margin: 0;
}

    .assigned-categories-section ul {
        padding: 0;
        margin: 0;
    }

        .assigned-categories-section ul li {
            padding: 1rem;
            margin: 0;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .assigned-categories-section ul li .assigned-categories-left .category-name {
                font-size: 1rem;
                font-weight: 400;
                color: #1a1a1a;
                line-height: normal;
                margin-bottom: 0.875rem;
            }

                .assigned-categories-section ul li .assigned-categories-left .category-name span {
                    font-size: 0.875rem;
                    font-weight: 400;
                    color: #656565;
                    line-height: normal;
                    padding-left: 0.5rem;
                }

            .assigned-categories-section ul li .assigned-categories-left .btns .btn {
                border-radius: 4px;
                background-color: #E4E4E4;
                border: none;
                font-family: Inter;
                font-size: 0.813rem;
                font-weight: 400;
                color: #1a1a1a;
                letter-spacing: 0.4px;
                line-height: 16px;
                padding: 0.5rem;
                margin-right: 0.5rem;
            }

            .assigned-categories-section ul li .assigned-categories-right {
            }


.assigned-products-section {
    padding: 1rem;
    margin: 0;
}

    .assigned-products-section ul {
        padding: 0;
        margin: 0;
    }

        .assigned-products-section ul li {
            padding: 1rem;
            margin: 0;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .assigned-products-section ul li .assigned-products-main {
                display: flex;
            }

            .assigned-products-section ul li .assigned-products-left {
                padding-right: 1rem;
            }

                .assigned-products-section ul li .assigned-products-left .product-image {
                }

            .assigned-products-section ul li .assigned-products-mid .product-name {
                font-size: 1rem;
                font-weight: 400;
                color: #1a1a1a;
                line-height: normal;
                margin-bottom: 0.625rem;
            }

            .assigned-products-section ul li .assigned-products-mid .sku-name {
                font-size: 0.875rem;
                font-weight: 400;
                color: #656565;
                line-height: normal;
                letter-spacing: 0.4px;
            }

.timeprogress-top, .timeprogress-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timeprogress-top {
    padding-bottom: 0.313rem;
}

    .timeprogress-top .icon, .timeprogress-bottom .icon {
        padding-right: 0.625rem;
    }

    .timeprogress-top .time {
        font-family: Inter;
        font-size: 0.875rem;
        font-weight: 400;
        color: #a1a1a1;
        letter-spacing: 0.4px;
        line-height: 16px;
        text-align: right;
    }

.dashboard-import-btn {
    border: 1px solid #C7C7C7;
    background-color: transparent;
    border-radius: 4px;
    font-family: Inter;
    font-size: 0.813rem;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: 0;
    line-height: 16px;
}

    .dashboard-import-btn img {
        padding-right: 0.375rem;
    }

.latest-exports-section {
    padding: 1rem;
    margin: 0;
}

    .latest-exports-section ul {
        padding: 0;
        margin: 0;
    }

        .latest-exports-section ul li {
            padding: 1rem;
            margin: 0;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

            .latest-exports-section ul li .latest-exports-main {
                display: flex;
            }

            .latest-exports-section ul li .latest-exports-left {
                margin-right: 1rem;
                position: relative;
                width: 46px;
            }

                .latest-exports-section ul li .latest-exports-left .status-icon {
                    position: absolute;
                    top: 10px;
                    left: 15px;
                }

                .latest-exports-section ul li .latest-exports-left.loading {
                    border-radius: 4px;
                    background-color: #e9eefc;
                    padding: 0.75rem;
                }

                .latest-exports-section ul li .latest-exports-left.success {
                    border-radius: 4px;
                    background-color: #e5f2ee;
                    padding: 0.75rem;
                }

            .latest-exports-section ul li .latest-exports-mid .sheet-name {
                font-size: 1rem;
                font-weight: 400;
                color: #1a1a1a;
                line-height: normal;
                margin-bottom: 0.625rem;
            }

                .latest-exports-section ul li .latest-exports-mid .sheet-name span {
                    font-size: 0.875rem;
                    font-weight: 400;
                    color: #656565;
                    letter-spacing: 0.4px;
                    line-height: normal;
                    margin-bottom: 0.875rem;
                    padding-left: 0.5rem;
                }

            .latest-exports-section ul li .latest-exports-mid .sheet-name-details {
                font-size: 0.813rem;
                font-weight: 400;
                color: #656565;
                letter-spacing: 0.4px;
                line-height: normal;
            }

.completeness-filter-main {
    margin-top: 2.25rem;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}

.completeness-filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem 0.7rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
}

.completeness-filter {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.completeness-filter-left {
}

    .completeness-filter-left .name {
        font-family: Inter;
        font-size: 1rem;
        font-weight: 600;
        color: #1A1A1A;
        letter-spacing: 0;
    }

        .completeness-filter-left .name .count {
            font-family: Inter;
            font-size: 0.875rem;
            font-weight: 400;
            color: #656565;
            letter-spacing: 0.4px;
            padding-left: 0.5rem;
        }

.completeness-filter-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .completeness-filter-right .percentege {
        font-family: Inter;
        font-size: 0.875rem;
        font-weight: 600;
        color: #E86825;
        letter-spacing: 0.4px;
        padding-left: 0.375rem;
    }

.completeness-filter-result {
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
}

.completeness-border {
    padding: 0.25rem 0rem;
    margin: 0;
}

.completeness-list {
    padding: 0;
    margin: 0;
    height: 348px;
    overflow: auto;
}

    .completeness-list li {
        list-style: none;
        padding: 0.25rem 1rem;
        margin: 0.125rem 0rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .completeness-list li .completeness-left {
        }

            .completeness-list li .completeness-left .name {
                font-family: Inter;
                font-size: 1rem;
                font-weight: 400;
                color: #1A1A1A;
                letter-spacing: 0;
                letter-spacing: 0;
            }

            .completeness-list li .completeness-left .details {
                font-family: Inter;
                font-size: 0.875rem;
                font-weight: 400;
                color: #a1a1a1;
                letter-spacing: 0;
            }

        .completeness-list li .completeness-right {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .completeness-list li .completeness-right .percentege {
                font-family: Inter;
                font-size: 0.875rem;
                font-weight: 600;
                color: #DE1C22;
                letter-spacing: 0.4px;
                padding-left: 0.375rem;
            }

.completeness-filter-right {
}
/* Assemblies Page*/
.assemblies-general-tree {
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    height: 300px;
    overflow: auto;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}
/*Classes for Attribute Regular Expression End*/

.c1 {
    background-color: #f8ac59;
    color: #ffffff;
}

.c2 {
    background-color: #16a085;
    color: #ffffff;
}

.c3 {
    background-color: #1f90d8;
    color: #ffffff;
}

.c4 {
    background-color: #5cb85c;
    color: #ffffff;
}

.c5 {
    background-color: #007AA3;
    color: #ffffff;
}

.c6 {
    background-color: #23c6c8;
    color: #ffffff;
}

.c7 {
    background-color: #ef6776;
    color: #ffffff;
}

.c8 {
    background-color: #b26bb2;
    color: #ffffff;
}

.c9 {
    background-color: #1ab394;
    color: #ffffff;
}

/* import */
.configure-box {
    margin-top: 0.25rem;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}

.configure-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem 0.7rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
}

.configure-box-bottom {
    padding: 1.5rem;
    margin: 0;
}

.autocompleteFieldMapping {
    border: 1px solid #c7c7c7;
    margin-top: -1px;
    height: 348px;
    overflow: auto;
}

    .autocompleteFieldMapping ul {
        padding-top: 0.25rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.25rem;
    }

        .autocompleteFieldMapping ul li {
            list-style: none;
            padding: 0.25rem 1rem;
            margin: 0.125rem 0rem;
            display: block;
        }

/* Export */

.export-category-box {
    margin-top: 0.25rem;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
}

.export-category-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem 0.7rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid #c7c7c7;
}

.export-category-box-mid {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: 0 2px 6px -2px rgba(26,26,26,0.1);
}

    .export-category-box-mid .search-icon {
        position: absolute;
        top: 8px;
        left: 24px;
    }

    .export-category-box-mid .form-control {
        border-radius: 0px;
        border: 1px solid transparent;
        font-size: 0.875rem;
        font-weight: 400;
        color: #656565;
        line-height: 19px;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 50px;
        padding-right: 0px;
    }

.export-category-box-bottom {
    padding: 0.25rem 0.5rem;
    overflow-x: auto;
    overflow-y: auto;
    height: 348px;
    white-space: nowrap;
}

    .export-category-box-bottom .treeview-list {
        padding-left: 0;
        margin: 0;
        /* width: 100%;
    float: left;*/
    }

        .export-category-box-bottom .treeview-list li {
            list-style: none;
            padding: 0.375rem 1rem 0.375rem 1rem;
            /* width: 100%;
        float: left;*/
            cursor: pointer;
            display: block;
        }

            .export-category-box-bottom .treeview-list li .checkbox {
                margin-right: 0.313rem;
            }

            .export-category-box-bottom .treeview-list li .text-name {
                font-size: 0.875rem;
                font-weight: 400;
                color: #1a1a1a;
                line-height: 14px;
                text-align: left;
                margin: 0;
                padding: 0;
            }

            .export-category-box-bottom .treeview-list li:hover {
                background: #F4F8FF;
            }

            .export-category-box-bottom .treeview-list li ul {
                padding-top: 0.25rem;
                padding-left: 0.5rem;
                /*width: 100%;
            float: left;*/
            }

                .export-category-box-bottom .treeview-list li ul li {
                    list-style: none;
                    border-left: 1px dashed #c7c7c7;
                }

.export-category-box-bottom-main {
}

.export-category-box-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1.5rem 0.65rem 1.5rem;
    margin: 0;
    border-top: 1px solid #c7c7c7;
}

/* OrderSummary Page Styles */
.ordersummary-panel {
    /*border: 1px solid #E4E4E4;*/
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    position: relative;
    margin-bottom: 2rem;
    min-height: 210px;
}

.ordersummary-panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2rem 0.313rem 0rem;
}

.ordersummary-panel h3 {
    border-left: 8px solid #2C5DE5;
    padding-left: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ordersummary-panel-body {
    padding: 1.5rem;
}

.option-section-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.313rem;
}

.option-title {
    font-weight: 400;
}

.option-value {
    font-weight: 600;
}

.address-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.188rem;
}

.line-item-sums {
    margin-bottom: 0.938rem;
}

    .line-item-sums .total-label {
        font-weight: 400;
        text-align: left;
    }

    .line-item-sums .total-amount {
        font-weight: 600;
        text-align: right;
    }

.page-no {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #656565;
    letter-spacing: 0;
}

.page-dropdown {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.grid-gotopage {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.selectfile-section .selectfile-section-inner {
    background-color: #EEF3FF;
    border: 1px dashed #2C5DE5;
    border-radius: 4px;
    position: relative;
    height: 247px;
}

    .selectfile-section .selectfile-section-inner .select-btn-text {
        text-align: center;
    }

.file-manager {
    float: left;
    margin-top: 3rem;
}

/* product / supplier*/
.supplier-dropdown-withsearch-main {
    position: relative;
    margin-bottom: 1.5rem;
}

.supplier-dropdown-resultbox {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    box-shadow: 0 24px 40px -4px rgba(26,26,26,0.16);
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 999999;
}

.supplier-dropdown-resultbox-searchresults-list {
    padding: 0.25rem 0.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
    height: 190px;
    overflow: auto;
}

    .supplier-dropdown-resultbox-searchresults-list div {
        list-style: none;
        padding: 0.3rem 1rem 0.4rem 1.125rem;
        margin-bottom: 0.25rem;
        cursor: pointer;
    }

        .supplier-dropdown-resultbox-searchresults-list div:hover {
            border-radius: 4px;
            background-color: #EEF3FF;
        }

.prod-columns-db {
    margin-right: 0.75rem;
    background-color: #ffffff;
}

    .prod-columns-db .btn-prod-columns {
        border: 1px solid #c7c7c7;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 0.875rem;
        font-weight: 600;
        color: #1a1a1a;
        width: 126px;
        height: 40px;
    }

        .prod-columns-db .btn-prod-columns:hover {
            border: 1px solid #1a1a1a;
        }

    .prod-columns-db .input-group-text {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

#managecolumns .dropdown-menu {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    min-width: 240px;
    padding: 0.5rem 0rem;
    margin-top: -1px !important;
}

#managecolumns .dropdown-header {
    font-size: 0.75rem;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.4px;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0rem;
}

#managecolumns .dropdown-item {
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: normal;
    letter-spacing: 0;
    padding: 0.5rem 1rem;
    margin: 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #managecolumns .dropdown-item .btn {
        font-size: 0.875rem;
        font-weight: 400;
        color: #1a1a1a;
        line-height: normal;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
    }

    #managecolumns .dropdown-item i {
        padding-right: 0.6rem;
        color: #1A1A1A;
    }

    #managecolumns .dropdown-item img {
        padding-right: 0.625rem;
        color: #1A1A1A;
    }

    #managecolumns .dropdown-item:focus, #managecolumns .dropdown-item:hover .btn {
        color: #2C5DE5;
        background-color: #EEF3FF;
    }

        #managecolumns .dropdown-item:focus i, #managecolumns .dropdown-item:hover i {
            color: #2C5DE5;
        }

#managecolumns .dropdown-item-add {
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: normal;
    letter-spacing: 0;
    padding: 0;
    margin: 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

    #managecolumns .dropdown-item-add a {
        width: 100%;
        font-size: 0.875rem;
        font-weight: 400;
        color: #1a1a1a;
        line-height: normal;
        margin: 0;
        padding: 0.5rem 1rem;
        background: none;
        border: none;
    }

    #managecolumns .dropdown-item-add i {
        padding-right: 0.6rem;
        color: #1A1A1A;
    }

    #managecolumns .dropdown-item-add img {
        padding-right: 0.313rem;
        color: #1A1A1A;
    }

    #managecolumns .dropdown-item-add:focus, #managecolumns .dropdown-item-add:hover a {
        color: #2C5DE5;
        background-color: #EEF3FF;
    }

        #managecolumns .dropdown-item-add:focus i, #managecolumns .dropdown-item-add:hover i {
            color: #2C5DE5;
        }

.accesslevellist ul {
    padding: 0;
    margin: 0;
}

.accesslevellist li {
    list-style: none;
    padding: 0.375rem 1rem 0.375rem 1rem;
    cursor: pointer;
}

    .accesslevellist li a span {
        font-size: 0.875rem;
        font-weight: 400;
        color: #1a1a1a;
        line-height: 14px;
        text-align: left;
        margin: 0;
        padding-left: 0.313rem;
    }

.md-autocomplete {
    top: 1px !important;
}

    .md-autocomplete ul {
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #c7c7c7;
        padding: 0.25rem 0.5rem;
        margin-top: 0;
        margin-bottom: 0;
        height: 400px;
        overflow: auto;
    }

        .md-autocomplete ul li {
            list-style: none;
            padding: 0.3rem 1rem 0.4rem 1.125rem;
            cursor: pointer;
        }

            .md-autocomplete ul li:hover {
                background: #F4F8FF;
            }

.custom-select {
    background-image: url('../Images/NewThemeImg/ic12-arrow-down-1x.png');
    background-size: 8px 6px;
    background-position: right 14px center;
    padding-right: 2.375rem;
}
/* Reports Page Styles */
.reports-panel {
    /*border: 1px solid #E4E4E4;*/
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    position: relative;
    margin-bottom: 2rem;
}

.reports-panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2rem 0.313rem 0rem;
    margin: 0;
}

.reports-panel h3 {
    border-left: 8px solid #2C5DE5;
    padding-left: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.reports-panel-body {
    padding: 1.5rem;
}

.option-section-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.313rem;
}

    .option-section-div .option-title {
        font-weight: 400;
        padding-right: 0.625rem
    }

    .option-section-div .option-value {
        font-weight: 600;
    }

.reports-lft-section {
    margin-top: 1.5rem;
    background-color: #fff;
}

.avail-attr-list {
    height: 300px;
    padding: 10px;
    list-style-type: none;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    overflow: auto;
}

.wts-c {
    color: #5e5e5e;
}

.ip-c {
    color: #1c84c6;
}

.s-c {
    color: #1ab394;
}

.f-c {
    color: #ed5565;
}

.su-c {
    color: #f8ac59;
}

.badge {
    border-radius: 50% !important;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.375rem 0.5rem;
}

.custom-tblgrid .tt-n {
    padding: 3px;
}

.search .tt-n {
    padding: 2px;
}

.tt-n {
    position: relative; /* Needed to position the tooltip relative to the span */
    cursor: pointer; /* Indicate that the span is interactive */
    padding: 0px;
}

    /* Tooltip container */
    .tt-n:hover::after {
        content: attr(data-tooltip); /* Tooltip text */
        position: absolute;
        bottom: 100%; /* Position above the span */
        left: 50%;
        transform: translateX(-50%); /* Center the tooltip horizontally */
        padding: 4px 11px;
        background-color: #222; /* Dark background for the tooltip */
        color: #fff; /* White text color */
        border-radius: 7px; /* Rounded corners for the tooltip */
        white-space: nowrap; /* Prevent text from wrapping */
        font-size: 14px;
        font-weight: 400; /* Adjust font size */
        z-index: 100; /* Make sure it's on top of other elements */
        opacity: 0; /* Initially hidden */
        visibility: hidden; /* Initially hidden */
        transition: opacity 0.3s ease, visibility 0.3s ease; /* Fade-in effect */
    }

    /* Tooltip arrow */
    .tt-n:hover::before {
        content: '';
        position: absolute;
        top: 0%; /* Position the arrow just below the tooltip */
        left: 50%;
        transform: translateX(-50%);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #222; /* Arrow color matches the tooltip background */
    }

    /* Show tooltip on hover */
    .tt-n:hover::after {
        opacity: 1;
        visibility: visible;
    }

.filter-list .tt-n {
    position: relative;
    cursor: pointer;
    padding: 0;
}

    /* Tooltip text - positioned to the LEFT */
    .filter-list .tt-n:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        top: 50%;
        right: 100%; /* Push to the left of the element */
        left: auto;
        bottom: auto;
        transform: translateY(-50%) translateX(-10px); /* Adjust spacing */
        padding: 4px 11px;
        background-color: #222;
        color: #fff;
        border-radius: 7px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 400;
        z-index: 100;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease;
    }

    /* Tooltip arrow - pointing right, placed on left edge */
    .filter-list .tt-n:hover::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        right: calc(100% - 1px); /* Align with tooltip edge */
        transform: translateY(-50%);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #222; /* Arrow points right */

        z-index: 101;
    }

    .filter-list .tt-n:hover::after {
        opacity: 1;
        visibility: visible;
    }


.rq {
    color: #ff0000;
}

.d-o-c {
    position: absolute;
    bottom: 17%;
    right: 10%;
}

.attribute-calc-resultbox {
    position: absolute;
    z-index: 999999;
    width: 205px;
}

.attribute-calc-resultbox-list {
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    box-shadow: 0 24px 40px -4px rgba(26,26,26,0.16);
    padding: 0.25rem 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    height: 190px;
    overflow: auto;
}

    .attribute-calc-resultbox-list li {
        list-style: none;
        padding: 0.3rem 1rem 0.4rem 1.125rem;
        margin-bottom: 0.25rem;
        cursor: pointer;
    }

        .attribute-calc-resultbox-list li:hover {
            border-radius: 4px;
            background-color: #EEF3FF;
        }

.rem-calc {
    padding-left: 0.625rem;
}

.spinner-color {
    color: #2C5DE5;
}

.cs-pw {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

    .cs-pw .pw-m {
        width: 100%;
    }

        .cs-pw .pw-m .form-control {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .cs-pw .input-group-text {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        min-height: 41px;
        border-left: none;
    }

.cs-vpw {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

    .cs-vpw .pw-m {
        width: 100%;
    }

        .cs-vpw .pw-m .form-control {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .cs-vpw .input-group-text {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        min-height: 40px;
        border-left: none;
    }

#div_OutputReportContainer .divTemplateContainer {
    margin: 10px !important;
}


.spinner {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-reverse {
    -webkit-animation: spin-reverse 1s linear infinite;
    -moz-animation: spin-reverse 1s linear infinite;
    -o-animation: spin-reverse 1s linear infinite;
    animation: spin-reverse 1s linear infinite
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-moz-keyframes spin-reverse {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-o-keyframes spin-reverse {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.ip-sb {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* FleetProgram */
.fp-s-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

    .fp-s-list:hover {
        background-color: #EEF3FF;
        color: #2C5DE5;
    }

    .fp-s-list .nav-link {
        background-color: transparent !important;
    }

    .fp-s-list .del-btn {
        padding-right: 15px;
    }

    .fp-s-list .tt-n {
        padding-left: 15px;
    }

    .fp-s-list:hover .nav-link {
        background-color: #EEF3FF;
        color: #2C5DE5;
    }

.hr-db {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1rem;
}

    .hr-db span {
        font-size: 2.25rem;
        margin-right: 0.5rem;
        color: #0a58ca;
    }
