
#edit-brand-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}


#edit-brand-modal {
    display: none;
    width: 80%; 
    height: 80%; 
    max-width: 1200px; 
    max-height: 800px;
    top: 10%; 
    left: 10%; 
    overflow: auto; 
    background-color: #fff;
    position: fixed;
    z-index: 10000;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

#edit-brand-modal h2 {
    margin-top: 0;
}

#edit-brand-modal button {
    margin-right: 10px;
}

#close-modal {
    background-color: #ff5e5e;
    color: #fff;
    border: none;
    cursor: pointer;
}

#close-modal:hover {
    background-color: #e04e4e;
}
