.RC-topImage {
    width: 100%;
}

.refundCancel-headline {
    text-align: center;
    padding: 0.5em;
    font-size: xx-large;
    font-weight: bolder;
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    word-spacing: 1px;
    /* text-align: justify; */
}

.refundCancel-content {
    color: white;
    background-color: #f8f8ff14;
    padding: 2em;
    height: 530px;
    margin: auto;
    max-width: 90%;
    border-radius: .5em;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 2em;
    /* box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5); */
    box-shadow: 0px 0px 20px rgb(105 102 102 / 50%);
    line-height: 30px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: justify;
}

/* Width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d5d0d0;
}

.refundCancel-button {
    text-align: center; /* Center the content inside refundCancel-button */
    margin-top: 20px; /* Adjust the top margin as needed */
}

/* Optional: Add media query for responsiveness */
@media (max-width: 768px) {
    .refundCancel-content {
        padding: 1em;
    }
}
