.shoplic-submit-refund-request-wrap {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

html.shoplic-modal-open,
body.shoplic-modal-open {
    overflow: hidden;
}

.shoplic-refund-modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.shoplic-refund-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.shoplic-refund-modal-close {
    color: #aaa;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    top: 10px;
    right: 20px;
}

.shoplic-refund-modal-close:hover,
.shoplic-refund-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#shoplic-refund-reason {
    width: 100%;
    margin-bottom: 10px;
}
