
.update-quantity {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.update-quantity form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.update-quantity form input {
    padding: 5px 20px;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.quantity {
    cursor: pointer;
}
.delete-product {
    border: none;
    background: no-repeat;
}
.hide_me{
    display: none;
}
/* .product-add-section .pagination{
    display: none;
} */
#count-message:last-child {
    display: contents;
}
#count-message {
    display: none;
}
.update-price {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.update-price form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.update-price form input {
    padding: 5px 20px;
    border: 1px solid #ddd;
    margin-right: 20px;
}

.price-value {
    cursor: pointer;
}
.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo{
    width: unset !important;
}
.card-body.p-0 .custom-button {
    padding: 5px 0 !important;
}

.website-Link i.fa-solid.fa-plus {
    line-height: 16px;
    margin: 0px 15px 0 0px;
}
.close-price-form{
    width: 24px;
    height: 24px;
    background: var(--primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
i.fa.fa-sort-asc {
    color: #9fa9b3;
}
i.fa.fa-sort-desc {
    color: #9fa9b3;
}
.active-direction {
    color: #000 !important;
}
.product-overview {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.close-product-overview{
    width: 24px;
    height: 24px;
    background: var(--primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.overview-popup {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    max-width: 400px;
}
.product-name {
    cursor: pointer;
}
.back-to-top {
    position: fixed;
    z-index: 99999;
    bottom: 80px;
    right: 0;
    display: inline-block;
    padding: 1em;
    margin: 1em;
    background: #E8E8E8;
    border: 2px solid #000;
}
.back-to-top:hover {
  cursor: pointer;
}
.product--item h3.h5 {
    color: #7e7474 !important;
}
span.plus.items-change.disabled {
    color: #959494;
    z-index: -999;
}
.product-table table.table tr th {
    font-weight: 700 !important;
}
.app-sidebar__heading span {
    font-weight: 600;
}
.product-table table.table tr td .overview-popup figure {
    margin-bottom: 0px;
}
.product-table table.table tr td .overview-popup figure img {
    object-fit: cover;
    height: auto;
    width: 150px;
}
.prod-info h3 {
    margin: 5px 0px;
}

ul.status-dot {
    display: flex;
    margin: 5px 0px 0;
}
ul.status-dot li {
    padding: 0 5px;
}
.update-link {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.update-link form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.update-link form input {
    padding: 5px 20px;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.close-link-form{
    width: 24px;
    height: 24px;
    background: var(--primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.update-category {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.update-category form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.update-category form input {
    padding: 5px 20px;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.close-category-form{
    width: 24px;
    height: 24px;
    background: var(--primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.category-form .input-group input, .category-form .input-group select, .category-form .input-group textarea {
    width: 100%;
    height: 54px;
    background: transparent;
    outline: none;
    font-size: 1rem;
    color: var(--gray);
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 40px 10px 15px;
    transition: border-color 0.2s;
}
.category-form .input-group .input:required, .category-form .input-group .input:invalid {
    box-shadow: none;
}
.category-form .input-group {
    border: 1px solid var(--border);
    border-radius: 5px;
    height: 54px;
    background-color: var(--white);
}
.product-link-list {
    
    overflow-y: auto;
    max-height: 200px;
}
.contactInfo .info p{
    margin-top: -10px !important;
}
i.fa.fa-map-marker {
    min-width: 50px;
}
.input-group.first.password-toggle {position: relative;}

.input-group.first.password-toggle i#passwordToggle {
    position: absolute;
    right: 17px;
    z-index: 999;
    font-size: 15px;
}
.digital-clock .days span {
    font-size: 10px !important;
    border-left: 1px solid #fff;
    padding-left: 2px
}
.digital-clock .days span:last-child {
    border-right: 1px solid #fff;
    padding-right: 2px
}
.overview-order {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.overview-order {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.order-popup {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    width: 50%;
}
.order_overview .order-products {
    width: 100%;
}
.order_overview td.product-image {
    display: flex;
}
.order-overview {
    cursor: pointer;
}
.overview-tracking {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.tracking-popup {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
.tracking_overview .tracking-products {
    width: 100%;
}
.tracking_overview td.product-image {
    display: flex;
}
.tracking-overview {
    cursor: pointer;
}

.overview-status {
    background: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.status-popup {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
.status_overview .status-products {
    width: 100%;
}
.status_overview td.product-image {
    display: flex;
}
.status-overview {
    cursor: pointer;
}

.close-admin-popup{
    width: 24px;
    height: 24px;
    background: var(--primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}