/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.loading {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/images/core/loader.gif") 50% 50% no-repeat
        rgba(255, 255, 255, 0.7);
}

.rate-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5%;
}
.rating-img {
    width: 100%;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.image-container {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.delete-image {
    position: absolute;
    top: -17px;
    right: -8px;
    border: 1px solid red;
    color: red;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.delete-image:hover {
    background-color: white;
    color: black;
    border: 1px solid red;
}

.newImage {
    border: 1px solid;
}

.updateStatus {
    cursor: pointer;
}
