.inner-col-pagination {
    zoom: 0.85;
}
.inner-col-pagination .buttons-wrapper {
    box-shadow: none;
}

.webkit-inline-box {
    display: -webkit-inline-box;
}


.clear-select {
    position: absolute;
    right: 0.5rem; /* Adjust the right position */
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #777;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    height: 16px;
    width: 16px;
    align-items: center;
    justify-content: center;
    background: #ececec;
    border-radius: 50%;
    right: 5px;
}

.clear-select i {
    transform: scale(0.65);
}

.clear-select:hover {
    background: #ffe9f6;
    color: #e24ca6; /* Adjust color on hover */
}

.clear-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(242, 76, 166, 0.4); /* Focus ring */
}



.filemanager {}
.filemanager > div,
.filemanager > div > div {
    height: 100%;
    width: 100%;
}
.filemanager > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}


.required {}
.required::after {
    content: '*';
    color: red;
    margin-left: 5px;
}



/* Modal sidebar hidden initially */
#rightModalSidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 450px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    /*transform: translateX(0);*/
    transition: transform 0.3s ease;
    z-index: 50;
}

.modal-backdrop-show {
    display: block!important;
}
.modal-sidebar-right-show {
    transform: translateX(0)!important;
}

#modalBackdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 40;
    display: none;
    /*display: block;*/
}



.checkout-order-review {
    position: relative;
    padding: 30px;
    background-color: #eaeef3;
    box-shadow: -1px -1px 17px 13px #0000001a;
}
.checkout-order-review::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 10px;
    background-image: radial-gradient(farthest-side, transparent 6px, #eaeef3 0);
    background-size: 15px 15px;
    top: -10px;
    background-position: -2px -6px, 0 0;
}
.checkout-order-review::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 10px;
    background-image: radial-gradient(farthest-side, transparent 6px, #eaeef3 0);
    background-size: 15px 15px;
    bottom: -10px;
    background-position: -2px 1px, 0 0;
}

.order_review_heading {
    margin-bottom: 20px;
    color: #333333;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}


.dashboard .itemlist-wrapper > div {
}
.dashboard .itemlist-wrapper .list-header {
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
    background: #fff;
    color: #4b5563;
    border-bottom: 1px dashed #e5e7eb;
    border-top-left-radius: 0.5rem;
    z-index: 1;
}
.dashboard .order-timeline::before,
.dashboard .order-timeline::after {
    content: '';
    border-left: 1px solid #e5e7eb;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 4px;
}
.dashboard .order-timeline::after {
    top: unset;
    height: 20px;
}

.checkout-sidebar > .h-screen {
    height: auto;
}

.cart-modal .proceed-checkout {
    margin-bottom: 60px;
}

.cart-modal .itemlist-wrapper,
.ordered-products .itemlist-wrapper {
    overflow-y: auto;
}


.checkout-sidebar .proceed-checkout {
    padding-left: 0;
    padding-right: 0;
}


.summary-homepage .h-screen {
    height: 100%;
}
.summary-homepage .itemlist-wrapper {
    height: calc(100% - 152px)
}
