html {
    color: #172b4d;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.dropdown-item {
    cursor: pointer;
}

.copy::after {
    content: 'Copy';
}

.copy.copied::after {
    content: 'Copied';
}

.select-file > span {
    display: none;
}

.select-file.disabled > span {
    display: inline-block;
}
