.display-none {display: none;}
.preloader {position: fixed;width: 100%;height: 100%;z-index: 9999999;top: 0;left: 0;background-color: #fef8ffb0;display: none;}
.preloader .spinner-border {position: absolute;top: 45%;left: 50%;}

.singleImageCanvasCloseBtn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.image-wrapp {
    display: flex;
    .image-block {
        margin: 10px;
        position: relative;
        width: 200px;
        img {
            width: 100%;
            padding-right: 14px;
        }
        button {
            position: absolute;
            top: 5px;
            right: 5px;
            background-color: red;
            color: white;
            border: none;
            cursor: pointer;
        }
    }
}

.imageCropModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; 
    top: 0;
    width: 100vw; 
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    .modal-dialog {
        width: 90%;
        top: 10px;
        max-width: 900px;
        background: white;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 90vh;
        pointer-events: visible !important;

        /* Modal Header */
        .modal-header {
            padding: 10px 16px;
            background: #f5f5f5;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-title {
            font-weight: bold;
            font-size: 18px;
        }

        .modal-close {
            font-size: 22px;
            cursor: pointer;
        }

        /* Modal Body for Cropper */
        .modal-body {
            padding: 10px;
            overflow: auto;
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #cropImage {
            max-width: 100%;
            max-height: 40vh;
            display: block;
        }

        /* Modal Footer */
        .modal-footer {
            padding: 10px 16px;
            background: #f5f5f5;
            text-align: right;
        }

        #cropBtn {
            background: #007bff;
            color: white;
            padding: 8px 16px;
            font-weight: bold;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        #cropBtn:hover {
            background-color: #0056b3;
        }
    }
}

.txt-color {
    color: white !important;
}

.txt-color-head {
    color: white !important;
    font-size: 13px !important;
}

.end-div-section {
    display: flex;
    gap: 10px;
    align-items: center;
    .status-select {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23333'%20stroke-width%3D'2'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 10px;
    }
}

.status-select-data-table {
  appearance: none;
  padding: 10px 14px;
  font-size: 11px;
  border: none;
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #333;
  cursor: pointer;
  box-shadow: 0 0 0 1px #ccc;
  min-width: 98px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'12'%20height%3D'12'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M2%204l4%204%204-4'%20stroke%3D'%23333'%20stroke-width%3D'2'%20fill%3D'none'%20fill-rule%3D'evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.main-color {
    color: #254c2a !important
}

.text-black {
    color: #282828 !important;
}

.bg-color {
    background-color: #dfecbf !important;
}


.tr-secondary {background-color: #ecedee !important;}
.strikethrough {text-decoration: line-through;}
.tr-danger {background-color: #e64449 !important;}
.tr-danger td {color: #ffffff !important;}

.bg-light-color {
    background-color: #dfecbf;
}

.bg-dark-color {
    background-color: #254c2a;
}

.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(270deg, #254c2a 0%, #dfecbf 100%) !important;
}

.btn-primary, .btn-primary:hover, .page-item.active .page-link,
.btn-primary:active, .btn-primary.show.dropdown-toggle, .spinner-grow,
.btn-info:hover, .btn-info {
    color: #fff !important;
    background-color: #254c2a !important;
    border-color: #254c2a !important;
}

.desc-width-50 {
    width: 100% !important;
}

.desc-width {
    width: 100% !important;
}

.table>tbody {
    vertical-align: top !important;
}

.product-table tr td .form-group input[type="text"] {
    width: 100px !important;
}
.wider-modal{
    width: 800px !important;
    max-width: 100%;
}
/* Make sure both offcanvas modals are visible side-by-side */
.offcanvas-end.show {
    transform: none !important;
    visibility: visible !important;
    width: 400px; /* customize width as needed */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    overflow-y: auto;
}

/* For the second offcanvas (e.g., Add Category), push it further left */
#addCategoryModal.offcanvas-end.show {
    right: 0px; /* Same width as first offcanvas to avoid overlap */
}

/* Optional: prevent backdrop from hiding offcanvas interactions */
body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
.offcanvas-end {
    transition: right 0.3s ease-in-out;
}
.offcanvas-blur {
    filter: blur(2px);
    pointer-events: none;
    opacity: 0.6;
}
.categoryModal_data{
    box-shadow: none;
}

input:disabled {
    background-color: #f2f2f3 !important; /* light gray or any color you like */
    color: #aba8b1; /* optional: dim the text color */
    border-color: #cdcbd0;
    opacity: 1;
}

.text-danger{
    color:#000;
}

/*shipping Details start css*/
.address-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: auto;
    margin: 20px 30px;
    background-color: white;
}
.address-info {
    display: flex;
    align-items: center;
}
.address-icon {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-icon i {
    color: #333;
}
.badge-default {
    background-color: #e6f0ff;
    color: #007bff;
    font-weight: 500;
}
.three-dots {
    cursor: pointer;
    font-size: 20px;
    color: #888;
    margin-left: 10px;
}

.dropdown-wrapper {
    position: relative;
}

.custom-dropdown {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    transform: translateY(20%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 140px;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


.custom-dropdown a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

.custom-dropdown a:hover {
    background-color: #f0f0f0;
}

.dropdown-wrapper {
    position: relative;
}
.dots_btn{
    box-shadow: none !important;
}
.dots_btn:hover{
    box-shadow: none !important;
}
.delete-icon{
    padding: 9px 30px;
    position: relative;
    top: 3px;
    text-align: center;
    align-items: center;
    margin: 0 0 0 5px;
}
.delete_icon{
    cursor: pointer;
}
/*shipping Details end css*/