.ic-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.822);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic-loading .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #ff6c40;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ic-nav-item-wrapper.icon-active .ic_menubar_item:before {
    transform: translateY(-50%) rotate(45deg) !important;
}

.ic_line_items {
    display: flex;
}

.Thumbnail {
    flex: 0 1;
}

.ProductDetails {
    flex: 1 1;
    flex-direction: column;
    margin-left: 12px;
}

.ProductDetailsFirstRow {
    display: grid;
    grid-template-columns: minmax(6.25rem, 6fr) minmax(5.625rem, auto) minmax(5rem,
            auto);
    grid-template-areas: "col-2 col-3 col-4";
}

.secondColumn {
    grid-area: col-2;
    align-self: start;
}

.secondColumn h5 {
    font-size: 16px;
    font-weight: 500;
}

.secondColumn p {
    font-size: 12px;
    font-weight: 400;
}

.thirdColumn {
    grid-area: col-3;
    align-self: start;
}

.fourthColumn {
    grid-area: col-4;
    align-self: start;
}

.QuantityByPrice {
    word-spacing: 0.5rem;
}

.fourthColumn,
.thirdColumn {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-align: right;
    font-size: 14px;
}

.Thumbnail {
    width: 40px;
    flex: 0 0 auto;
}

.Thumbnail img {
    width: 100%;
}

.ic_list {
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-radius: 8px;
}

.ic_list li {
    padding: 8px 12px;
}

.ic_list li:not(:last-child) {
    border-bottom: 1px solid #eaecf0;
}

.ic_subtotal {
    display: flex;
    align-items: center;
}

.ic_subtotal h5 {
    width: 100px;
    flex: 0 0 auto;
}

.ic_subtotal .product_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ic_subtotal {
    padding-bottom: 10px;
}

.ic_subtotal p,
span {
    font-size: 14px;
}

.ic_subtotal .due-amount {
    background: linear-gradient(to right, rgb(202, 100, 100), rgb(228, 142, 127), rgb(218, 100, 82)) !important;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

.dropdown .dropdown-toggle::after {
    content: unset;
}

.fs-14 {
    font-size: 14px;
}

.ic-product-count {
    width: 90px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.count-button button {
    padding: 0;
    border: none;
    line-height: 10px;
    background-color: transparent;
}

.ic-product-img img {
    width: 50px;
    height: 50px;
}

.ic-payment-total {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.ic-payment-total ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ic-payment-total ul li p {
    width: 170px;
}

.ic-payment-total ul li:not(:last-child) {
    padding-bottom: 8px;
}

.right-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.right-side p:last-child {
    text-align: right;
}

.ic-dropdown {
    width: 350px;
    padding: 10px;
}

.ic-products-search-list {
    width: 100%;
    display: flex;
    align-items: center;

}

.ic-products-search-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ic-products-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ic-products-left input {
    width: 15px;
    height: 15px;
}

.ic-products-left img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.ic-products-left span {
    white-space: nowrap;
}

.ic-product-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ic-inner-product {
    padding-left: 30px;
}

.ic-inner-product li {
    padding: 10px 0;
}

.ic-inner-product li:not(:last-child) {
    border-bottom: 1px solid #eee;
}



.ic-main-product-dropdwon>li {
    padding: 10px 0;
}

/* .ic-main-product-dropdwon li:first-child {
    padding-top: 0;
} */
.ic-main-product-dropdwon li:first-child>label {
    padding-top: 0;
}

.ic-main-product-dropdwon li:last-child {
    padding-bottom: 0;
}

.ic-main-product-dropdwon>li>label {
    padding: 10px 0;
}

.ic-main-product-dropdwon>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.search-product-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.search-product-icon input {
    padding-left: 40px;
}

.dropzone {
    overflow-y: auto;
    border: 0;
    background: transparent;
}

.dz-preview {
    width: 200px;
    /* Set the width of the image preview */
    height: 200px;
    /* Set the height of the image preview */
    margin: 5px;
    /* Add some margin to separate images */
    display: inline-block;
    /* Display images in a row */
    vertical-align: top;
    /* Align images to the top */
    position: relative;
    /* Positioning for delete button */
}

.dz-photo {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #eae7e2;
}

.dz-drag-hover .dropzone-drag-area {
    border-style: solid;
    border-color: #86b7fe;
}

.dz-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.dz-remove {
    display: none !important;
}

.dz-delete {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.57);
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz-delete>svg {
    transform: scale(0.75);
    cursor: pointer;
}

.dz-preview:hover .dz-delete,
.dz-preview:hover .dz-remove-image {
    opacity: 1;
}

.dz-message {
    height: auto;
    /* Adjusted to accommodate text */
    margin: 15px auto;
    /* Center the text container */
    display: block;
    /* Ensure it takes full width */
    text-align: center;
    /* Align text to the center */
}

.dropzone-drag-area {
    min-height: 200px;
    /* Set minimum height */
    width: 100%;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    border: 3px dashed #dbdeea;
    text-align: left;
    /* Align text to the left */
    overflow-x: auto;
}

.was-validated .form-control:valid {
    border-color: #dee2e6 !important;
    background-image: none;
}

.table tbody tr td {
    vertical-align: middle;
}

.ic-inner-list {
max-height: 280px;
    overflow-y: auto;
}

.ic-tabs-link {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.ic-tabs-link.active {
    background-color: #FF6C40;
    border-color: #FF6C40;
    color: #fff!important;
}