.copyList {
    border-radius: 4px;
    padding: 4px;
    display: none;
    gap: 15px;
    position: absolute;
    left: 15px;
    top: 35px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px 8px;
    border-radius: 4px;
}

.copy {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    color: #206b30;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1rem;
}

.remove {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    color: #FF5722;
    font-size: 1rem;
    cursor: pointer;
}

.formItem {
    direction: rtl;
    text-align: right;
}

input:disabled {
    background-color: #f1f1f1;
}

select:disabled {
    background-color: #f1f1f1;
}

textarea:disabled {
    background-color: #f1f1f1;
}

.req {
    color: #ff0000;
    margin-right: 5px;
}
