.raise_div {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 40px auto;
    /* display: none; Initially hidden */
}

.rasie_products_details {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rasie_products_details img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.rasie_quntity_div {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
}

.rasie_quntity_div button {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
}

.rasie_quntity_div input {
    width: 50px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
}

.rasie_issue_price {
    font-size: 1.2em;
    color: #28a745;
    margin-left: 20px;
}

.raise_issue_details {
    margin-top: 20px;
}

.form-label {
    font-weight: bold;
}

.raise_categorys {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
}

#long_description, #short_description, #user_email {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
}

#multipleimages {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
}

.raise_button_div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.raise_button_div button {
    width: 48%;
}