body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
:root {
    --webprimary: #008060;
    --white: #ffffff;
}
.artwork {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: #084c3f;
    height: 100%;
}
.login-page-conatiner {
    background-color: #084c3f;
    height: 100vh;
    display: flex;
}
.login-page-content {
    width: 468px;
    background: white;
    border-radius: 8px;
    margin: 3vw 10vw;
}
.login-card {
    padding-top: 80px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
}
.login-card-header {
    margin-bottom: 50px;
}
.login-card-logo {
    width: 116px;
}
.login-card-logo img {
    width: 100%;
}
.ui-heading {
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 0.2rem;
    font-weight: 500;
    margin-top: 0;
}
.ui-desc {
    color: rgb(109, 113, 117);
    margin: 0;
    font-size: 15px;
    margin-bottom: 20px;
}
.login--input {
    border: 1px solid rgb(109, 113, 117);
    border-radius: 2px;
    position: relative;
}
.login--input label {
    padding: 6px 12px 0;
    margin: 0;
    font-size: 12px;
    color: #6f7287;
    position: absolute;
}
.login--input input {
    border: none;
    outline: none;
    font-size: 14px;
    min-height: 22px;
    padding: 20px 12px 6px;
    color: #39364f;
}
.ui-submit-btn {
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 20%);
    background: rgb(0, 128, 96, 1);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 16px 24px;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.help-link {
    color: rgb(109, 113, 117);
    font-size: 13px;
}
.help-link a {
    color: rgb(0, 128, 96, 1);
    text-decoration: none;
}
.help-link a:hover {
    text-decoration: underline;
}
.login-footer {
    padding: 4rem 1.2rem 2rem 1.2rem;
    display: flex;
    justify-content: flex-end;
}
.login-footer-link {
    color: rgb(109, 113, 117);
    font-size: 14px;
    margin-right: 12px;
    text-decoration: none;
}
.login-footer-link:hover {
    text-decoration: underline;
}
.change-email-container {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
}
.change-email {
    padding-right: 10px;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 13px;
}
.change-email-btn {
    margin-top: 8px;
    margin-left: 8px;
}
.change-email-btn a {
    color: #008060;
    font-size: 13px;
    text-decoration: none;
}
.change-email-btn a:hover {
    text-decoration: underline;
}

/* =========homepage========= */

.header-container {
    position: fixed;
    z-index: 512;
    top: 0;
    display: flex;
    height: 3.6rem;
    background-color: #fff;
    transition: background-color 0.2s ease-in-out;
    width: 100%;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
}
.header-logo-container {
    width: 15rem;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0.8rem;
}
@media (max-width: 767px) {
    .header-logo-container {
        display: none;
    }
}
.header-search-bar-container {
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.serach-bar-container {
    padding: 0 1.2rem;
    /* margin-left: calc(50% - 30.9rem); */
}
.search-feild-container {
    z-index: 519;
    position: relative;
    display: flex;

    align-items: center;
    border: 1px solid transparent;
    width: 36rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    .search-feild-container {
        width: 23rem;
    }
    #reg-user_name {
        display: none;
    }
}
@media (max-width: 767px) {
    #reg-user_name {
        display: none;
    }
    .search-feild-container {
        width: 20rem;
    }
}
.search-feild-container input {
    height: 2.5rem;
    width: 100%;
    padding: 0 0 0 2.6rem;
    font-size: 16px;
    background: #f1f2f3;
    border: none;
    border-radius: 4px;
}
.search-feild-container svg {
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    fill: rgb(92, 95, 98, 1);
    left: 10px;
}
.search-feild-container input:focus {
    outline: 2px solid rgb(69, 143, 255, 1);
    border-radius: 4px;
}
.user-dropdown svg {
    width: 2rem;
    color: rgb(79, 41, 31, 1);
    background: rgb(253, 201, 208, 1);
    border-radius: 50%;
}
.user-dropdown-btn {
    background: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-right: 10px;
}
.user-dropdown-btn:focus {
    outline: none;
}
.user-dropdown .dropdown-toggle::after {
    display: none !important;
}
.user-dropdown .dropdown-menu {
    background: #000 !important;
    top: 12px !important;
}
.user-dropdown .dropdown-item {
    color: rgb(227, 229, 231, 1) !important;
    display: flex !important;
    align-items: center;
    padding: 0.25rem 1rem !important;
    font-weight: 600;
}
.user-dropdown .dropdown-item i {
    font-size: 16px;
    margin-right: 14px;
}
.user-dropdown .dropdown-item:hover {
    color: rgb(47, 49, 51, 1) !important;
}
.sidebar-container {
    position: fixed;
    top: 58px;
    background: #f1f2f3;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #dee2e6;
    left: 225px;
    margin-left: -225px;
    z-index: 1000;
    transition: all 0.25s ease-out;
}
@media (max-width: 992px) {
    /* .sidebar-container {
      left: 0;
      height: 0;
    } */
    .sidebar-container.toggled {
        left: 0;
        height: 0;
    }
}

.sidebar-navigation-container {
    width: 222px;
    height: 100%;
}
.sidebar-navigation {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
}
.navigation-content-container {
    padding-bottom: 22px;
    margin: 0;
    padding-left: 0;
}
.navigation-list-item {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.list-item-content {
    display: flex;
    align-items: center;
    padding-left: 14px;
    padding-right: 4px;
    position: relative;
    font-size: 14px;
    color: rgba(32, 34, 35,1);
    width: 100%;
    margin-left: 6px;
    /*margin-right: 12px;*/
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-item-content:active {
    color: rgba(0,123,92,1);
}
.list-item-content:hover {
    text-decoration: none;
    color: inherit;
    background: rgba(237, 238, 239,1);
}
.list-item-content svg {
    width: 24px;
    height: 24px;
    fill: rgba(92, 95, 98,1);
    margin-right: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.list-item-content img {
    width: 25px;
    height: 24px;
    margin-right: 11px;
    /*margin-bottom: 10px;*/
}
.list-item-content svg:active {
    fill: rgb(0, 123, 92, 1);
}
.list-item-content.active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background: rgb(0, 123, 92, 1);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.list-item-content.active {
    background: #dddddd96;
    color:var(--webprimary);
}
.list-item-text {
    width: 100%;
    /*margin-bottom: 10px;*/
}
.order-numbers {
    background: rgb(228, 229, 231, 1);
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 50%;
}
.list-item-btn {
    background: transparent;
    border: none;
    padding-right: 0;
}
.list-item-btn:focus {
    outline: none;
}
.list-item-btn svg {
    width: 24px;
    height: 24px;
    fill: rgb(92, 95, 98, 1);
    margin: 0;
}
#menu-toggle {
    background: transparent;
    color: gray;
    width: 51px;
    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    display: none;
}
@media (max-width: 992px) {
    #menu-toggle {
        display: block;
    }
}
.main-content-container {
    padding-top: 58px;
    padding-left: 240px;
    background: #f1f2f3;
    /*overflow: hidden;*/
    transition: all 0.25s ease-out;
    height: 100vh;
    overflow: auto !important;
}
@media (max-width: 992px) {
    .main-content-container.toggled {
        padding-left: 0;
    }
}
/* .main-content-container.toggled {
  padding-left: 0;
} */
.main-content-container-wrap {
    padding: 0 32px;
    width: 100%;
}
.content-page-header {
    padding-top: 22px;
    display: flex;
    align-items: center;
}
.page-header-text {
    /* width: 50%; */
    font-size: 20px;
    font-weight: 500;
}
.page-header-btn {
    /* width: 50%; */
    text-align: right;
}
.export-btn {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    margin-right: 10px;
}
.add-product-btn {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    background: rgb(0, 128, 96,1);
    border-radius: 4px;
    color: #fff;
}
.find_product_btn {
    border: 1px solid rgba(186, 191, 195, 1);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 1);

    border-radius: 4px;
    color: #000;
}
.export-btn:focus,
.add-product-btn:focus {
    outline: none;
}
.content-page-container {
    margin-top: 18px;
}
.content-tabel-container {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #dee2e6;
    padding-bottom: 50px;
    border-radius: 10px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link,
.nav-tabs {
    border: none !important;
}
.nav-link {
    color: rgb(109, 113, 117, 1) !important;
    font-size: 14px;
    position: relative;
}
.nav-link.active {
    color: #000 !important;
}
.nav-tabs .nav-item {
    margin-bottom: 0px !important;
}
.content-tabel-nav {
    /*border-bottom: 1px solid #dee2e6;*/
    padding: 0 8px;
}
/*.nav-link.active::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 42px;*/
/*    left: 0;*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    background: rgb(0, 123, 92, 1);*/
/*    border-top-left-radius: 12px;*/
/*    border-top-right-radius: 12px;*/
/*}*/
.nav-item {
    padding: 8px 4px;
}
.filter-order-conatiner {
    padding: 16px 16px 8px;
    display: flex;
    flex-wrap: wrap;
}
.filter-order-search-conatiner {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    border: 1px solid rgb(201, 204, 207, 1);
    border-radius: 7px;
    margin-right: 12px;
    height: 2.4rem;
    margin-bottom: 11px;
}
@media (max-width: 767px) {
    .filter-order-search-conatiner {
        width: 100%;
    }
}
.filter-order-search-conatiner input {
    height: 1.4rem;
    width: 100%;
    padding: 0 0 0 2.4rem;
    font-size: 16px;
    background: #fff;
    border: none;
    border-radius: 4px;
}
.filter-order-search-conatiner svg {
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    fill: rgb(92, 95, 98, 1);
    left: 10px;
}
.filter-order-search-conatiner input:focus {
    outline: none;
}
.filter-order-conatiner .dropdown-toggle {
    background: transparent;
    height: 2.4rem;
    border: 1px solid rgb(201, 204, 207, 1);
    font-size: 14px;
    font-weight: 500;
    padding: 0 18px;
    border-right: 0;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .filter-order-conatiner .dropdown-toggle {
        padding: 0 7px;
    }
}
.filter-order-conatiner .dropdown-menu {
    padding: 16px;
    min-width: 8rem;
}
.filter-order-conatiner .dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-order-conatiner .dropdown-menu li {
    display: flex;
    align-items: center;
}
.filter-order-conatiner .dropdown-menu input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.filter-order-conatiner .dropdown-menu label {
    margin: 0;
}
.filter-order-conatiner .dropdown-menu button {
    background: transparent;
    border: none;
}
.more-filter {
    background: transparent;
    height: 2.4rem;
    border: 1px solid rgb(201, 204, 207, 1);
    font-size: 14px;
    font-weight: 500;
    padding: 0 18px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .more-filter {
        padding: 0 7px;
    }
}
button:focus {
    outline: none !important;
}
.edit-view-btn {
    background: transparent;
    height: 2.4rem;
    border: 1px solid rgb(201, 204, 207, 1);
    font-size: 14px;
    font-weight: 500;
    padding: 0 18px;
    display: flex;
    align-items: center;
    margin-left: 12px;
    color: rgb(92, 95, 98, 1);
    border-radius: 7px;
}
.edit-view-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    fill: rgb(92, 95, 98, 1);
}
.order-tabel-container th {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: none !important;
}
.order-tabel-container input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.order-tabel-container td {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #dee2e6;
}
.order-tabel-container .dropdown-toggle {
    background: transparent;
    border: none;
}
.product_vendor_btn {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.order-tabel-container .dropdown-menu {
    padding: 16px;
    top: -13px !important;
}
.customer-details {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 16px;
}
.customer-details h6 {
    font-size: 14px;
}
.customer-details p {
    font-size: 14px;
    margin-bottom: 6px;
}
.customer-details a {
    font-size: 14px;
}
.order-tabel-container .dropdown-menu button {
    background: transparent;
    border: 1px solid #dee2e6;
    font-size: 14px;
    padding: 6px 26px;
    border-radius: 4px;
    margin-top: 13px;
}
.dot-fill {
    background: rgb(92, 95, 98, 1);
    border-radius: 50%;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(92, 95, 98, 1);
}
.paid-container {
    background: rgb(228, 229, 231, 1);
    border-radius: 100px;
    padding: 2px 10px;
    width: 100px;
    display: flex;
    align-items: center;
}
.unfulfilled-container {
    background: #ffea8a;
    border-radius: 100px;
    padding: 2px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot-unfilled {
    border-radius: 50%;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(92, 95, 98, 1);
}
.learn-more-about-container {
    margin: 2rem;
}
.learn-more-about svg {
    width: 20px;
    fill: rgb(0, 160, 172);
    margin-right: 6px;
}
.learn-more-about {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.learn-more-about a {
    text-decoration: underline;
    margin-left: 4px;
}
.learn-more-about a svg {
    fill: #007bff;
}
.order-tabel-container {
    overflow-x: auto;
    overscroll-behavior-x: contain;
}
.table td,
.table th {
    /*min-width: 128px;*/
    vertical-align: middle !important;
}

/*============ products=========== */
.tabel-img-container {
    display: flex;
    align-items: center;
}
.tabel-img {
    width: 60px;
    border: 1px solid rgb(225 227 229);
    border-radius: 4px;
    height: 60px;
}
.tabel-img img {
    /*width: 40px;*/
    /*margin: 0 9px;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.td-container {
    height: 59px;
    display: flex;
    align-items: center;
}
.dropdown-active-btn {
    background: rgb(174 233 209) !important;
    border-radius: 100px;
}

/*=============== customer============== */
.customer-content-header {
    display: flex;
    padding: 14px 20px;
    border-bottom: 1px solid #dee2e6;
}
.show-customer-container {
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.show-customer-container input {
    width: 16px;
    height: 16px;
}
.show-customer-container span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}
.sort-by-container {
    padding: 4px 12px;
}
.customer-content {
    padding: 0;
    margin: 0;
    list-style: none;
}
.customer-content li {
    padding: 14px 20px;
    display: flex;
    border-bottom: 1px solid #dee2e6;
}
.customer-content input {
    width: 16px;
    height: 16px;
}
.customer-details-wrap {
    display: flex;
    justify-content: space-between;
}
.customer-name {
    font-size: 14px;
    font-weight: 500;
}
.customer-location {
    font-size: 14px;
}
.customer-details-container {
    margin-left: 20px;
    width: 100%;
}
.customer-order-container {
    display: flex;
}
.subscribe-container span {
    color: #000;
    background: rgb(174 233 209);
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 100px;
}
.subscribe-container {
    min-width: 220px;
}
.order-number {
    font-size: 14px;
    min-width: 110px;
}
.price-spent {
    font-size: 14px;
    min-width: 150px;
    text-align: right;
}
.pagination ul {
    list-style-type: none;
    padding: 0;
    display: block;
}
.pagination ul li {
    display: inline-block;
    border: 1px solid #80808073;
    padding: 10px;
    width: 41px;
    text-align: center;
}
.pagination ul li a {
    color: gray;
    font-size: 16px;
}

.empty_table_div {
}
.empty_table_div h1 {
    color: rgba(32, 34, 35, 1);
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2.8rem;
    width: 40%;
    margin-left: 30%;
    line-height: 24px;
    margin-right: 30%;
    margin-bottom: 20px;
}
.empty_table_div p {
    text-align: center;
    color: rgba(109, 113, 117, 1);
    line-height: 2rem;
    text-transform: none;
    letter-spacing: normal;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    width: 40%;
    margin-left: 30%;
    line-height: 20px;
    margin-right: 30%;
}
.add_product_title_desc {
    background: white;
    padding: 1.3rem;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.add_product_title_desc label {
    font-size: 14px;
}
.add_product_pricing {
    background: white;
    padding: 1.3rem;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.add_product_pricing h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px;
    color: #202223;
}
.add_product_pricing h5 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #202223;
}
.add_product_pricing h6 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #202223;
}

.add_product_pricing label {
    font-size: 14px;
}
.add_product_pricing input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 7px;
}
.add_product_pricing input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 7px;
}
.add_product_pricing .form-check-label span {
    margin-left: 7px;
    display: inline-block;
    padding: 2px;
}
.add_product_pricing p {
    color: #6d7175;
    font-size: 14px;
}

.switch_td .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch_td .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch_td .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_td .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_td input:checked + .slider {
    background-color: var(--webprimary);
}

.switch_td input:focus + .slider {
    box-shadow: 0 0 1px var(--webprimary);
}

.switch_td input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch_td .slider.round {
    border-radius: 34px;
}

.switch_td .slider.round:before {
    border-radius: 50%;
}

.table_action button {
    border: 1px solid var(--webprimary);
    color: var(--webprimary);
    /* border-radius: 7px; */
    font-size: 13px;

}
.back-to-move {
    display: inline-block;
    width: 37px;
    height: 39px;
    background: #f6f6f7;
    border: 1px solid #e1e3e5;
    text-align: center;
    margin-right: 6px;
    border-radius: 8px;
}
.back-to-move img {
    width: 18px;
    height: 18px;
}
.list-group-item {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0.35rem 3.25rem !important;
    font-size: 14px;
    color: rgba(32, 34, 35,1);
    font-weight: 500;

}