﻿.request-refund {
    width: 560px;
    margin: 0 auto;
    max-width: 100%;
}
.request-refund .description{
    font-size:1em;
}
    .request-refund .btn {
        margin: 0 auto;
        width: 50%;
        margin-bottom: 20px;
    }
.refund-item {
    padding: 10px;
}

    .refund-item > label {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }
.refund-type label {
    margin-right: 20px;
}
.refund-type {
    display: flex;
    justify-content: start;
    align-items: center;
}

.request-refund .custom-checkbox {
    margin-top: 20px;
}

    .request-refund .custom-checkbox label:after, .request-refund .custom-checkbox label:before {
        top: 0;
    }
.request-refund textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    resize: none;
    padding: 10px;
    font-family: "IBM Plex Sans",sans-serif;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left
}