.SlideImg {
    height: 80px; width: 80px;
}
.SlideImg img {
    height: 100%; width: 100%; object-fit:cover; border-radius:10px;
}
.CustomerImg {
    height: 35px; width: 35px;
}
    .CustomerImg img {
        height: 100%; width: 100%; object-fit: cover;border-radius: 50px;
    }
.partImg {
    height: 100px;
    width: 100px;
}
    .partImg img {
        height: 100%;
        width: 100%;
        object-fit:contain;

       
    }
p.description {
    font-size: 14px;color: #666; margin-top: 5px; width: 150px;
    white-space: nowrap;overflow: hidden; text-overflow: ellipsis;
}
.star-rating {
    direction: rtl;  display: inline-flex;
}

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        font-size: 1rem;    color: #ddd;     cursor: pointer; transition: color 0.2s;
    }

        .star-rating input[type="radio"]:checked ~ label,
        .star-rating label:hover,
        .star-rating label:hover ~ label {
            color: #ffc107;
        }

.breadcrumb ul {
    list-style: none; padding: 0; margin: 0; display: flex; align-items: center; column-gap:5px;
}

.app-brand-link {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, #febf2c 22.16%, rgb(253 165 45) 76.47%);
    box-shadow: 0px 2px 6px 0px var(--bs-secondary-bg-subtle);
   
}
.form-password-toggle a, .content-footer a {
    color: #fda52d !important;
}

.btn-primary {
    color: #fff;
    background-color: #fda52d !important;
    border-color: #fda52d !important;
}
    .btn-primary:hover {
        color: #fff !important;
        background-color: #fda52d !important;
        border-color: #fda52d !important;
    }

.form-control:focus, .form-select:focus {
    border-color: #fda52d !important;
}

.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #fda52d !important;
}
.page-item.active .page-link, .pagination li.active > a:not(.page-link) {
    border-color: #fda52d !important;
    background-color: #fda52d !important;

}

.btn-label-primary {
    color: rgb(228 83 243) !important;
    background: #fceafd !important;
}
td > .switch {
    display: flex;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.NoData {
    height: 350px;
    width: 550px;
    margin: auto;
}

.NoData img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/*----------------tree-----------------*/
.departments .caret::before {
    margin-right: 0;
}

.departments .nested .caret::before {
    color: #fcc998;
}

.departments .caret {
    color: var(--primaryText);
}
/* Remove default bullets */
ul.departments, .departments {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
.departments {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Style the caret/arrow */
.departments .caret {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: inherit;
    background: var(--bs-gray-25);
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px;
}

    /* Create the caret/arrow with a unicode, and style it */
    .departments .caret::before {
        content: "\25B6";
        color: #f47d17;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.departments .caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.departments .nested {
    display: none;
    list-style: none;
}

    /* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
    .departments .nested.active {
        display: block;
    }

.departments .controls {
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 80%;
}

.departments .DeptName {
    width: 50%;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
    list-style: none;
}

/*------------new bugs 21/10--------------------*/

.imgPreview {
    position: relative;
    border-radius: 20px;
}
.ImgControl {
    position: absolute;
    background: #091c709c;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: start;
    justify-content: start;
    margin: 0;
    padding: 0;
}

    .ImgControl a {
        background: aliceblue;
        padding: 0px;
        border-radius: 5px;
        margin: 5px;
        cursor: pointer;
    }
    .ImgControl a.delete {
        color: #df3939;
      
    }
    .ImgControl a.edit {
        color: #51c875;
       
    }

