
.addressWrapper {
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 8888;
    height: 100%;
    width: 100%;
    display: contents;
}


.customerAddressContainer {
    padding: 0;
    margin: 0;
}

.customerAddressContainer div {
    /* padding: 0 1em; */
}

.customerAddressContainer legend {
    border: 1px solid var(--pale-grey-color);
    padding-left: 1em;
    margin: 0;
}

.customerAddress,
.customerAddress:focus {
    border: 0; 
    outline: none !important;
    width: 100%;
    min-height: 1em;
    overflow: hidden;
    resize: none;
    background: transparent;
}

.commentBox {
    width: 100%;
    min-height: 4em;
    overflow: hidden;
    resize: none;
    border-radius: 10px; 
}


.commentBox:focus {

}


.copyWrapper {
    height:  var(--copy-icon-height);
    width: 100%;
}
.copyIconContainer {
    height: var(--copy-icon-height);
    padding-right: 1em;
}

.copyIconContainer .copyToClipboard {
    height: var(--copy-icon-height);
    width: auto;
}

.copiedText {
    height: var(--copy-icon-height);
    line-height: var(--copy-icon-height);
    font-weight: 600;
    font-size: 0.9em;
}

