html {
    background-image: url("/static/images/noise.225098f3f3a5.svg");
    background-repeat: repeat;

}

form {
    margin-top: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
    display: flex;
    flex-direction: column;

    justify-content: space-between;
}

.logo-wrapper {
    padding-top: 60px;
    padding-left: 80px;
}

.status-value:first-letter {
    text-transform: capitalize;
}

.bottom {
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: right;

    color: #1D263B;
}

.bottom.section {
    margin: 0;
    max-width: none;
}

.logo-wrapper .logo {
    font-family: Chakra Petch;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;

    /* identical to box height, or 100% */
    letter-spacing: -0.03em;
    /* usdcswap.Black */
    color: #111726;
}

.main-content {
    overflow: visible;
    flex-grow: 1;
    display: flex;
}

.main-content .section {
    height: fit-content;
    margin: auto;

    max-width: 620px;
    padding: 40px 56px;
    padding-bottom: 56px;

    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;

    color: #212121;
    background: #FFFFFF;
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.05);
}

.main-content .section small {
    font-size: 12px;
}

.main-content .section .section-name {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;

    margin-bottom: 16px;
    display: block;
}

.main-content .section h4 {
    margin-bottom: 10px;
}

.main-content .section.receipt {
    max-width: 550px;
}

.main-content .mdc-button--raised:not(:disabled) {
    background-color: #111726;
}

.main-content .mdc-text-field .mdc-text-field__input {
    font-size: 13px;
}

.main-content .mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #111726;
}

.main-content .mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.main-content .mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.main-content .mdc-text-field--outlined.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #111726;
}

.main-content .mdc-button {
    font-family: Roboto Mono;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-align: left;

    height: 56px;
    min-width: 213px;
    border-radius: 2px;
}

.control input[type="text"],
.control input[type="number"],
.control input[type="date"],
.control input[type="datetime-local"],
.control input[type="time"],
.control input[type="password"],
.control input[type="tel"],
.control input[type="email"] {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0,0,0,0.87);
    box-shadow: none;
    background: white;
}

.label {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: rgba(0,0,0,0.87);
    margin-bottom: 8px;
    padding: 0;
}

.field + .field {
    margin-top: 25px;
}

.external-link + .refresh {
    margin-top: 25px;
}

.external-link + .explorer-link {
    margin-top: 25px;
}

.button {
    color: #ffffff;
    background: #50c794;
    border-color: #50c794;

    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.button:hover {
    color: #ffffff;
    background: #3bb782;
    border-color: #3bb782;
    box-shadow: none;
}

.control .icon {
    padding: 13px 12px;
}

.info-label {
    font-size: 13px;

    font-weight: 300;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.54);
}

.field-value {
    margin-top: 4px;
    word-break: break-all;
}

.copy-input .control {
    display: flex;
}

.copy-icon {
    height: 16px;
    width: 16px;

    margin: auto;
}

.copy-input .control input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    border-right: 0;
}

.material-icons {
    box-shadow: none;
    outline: none;
}

.hidden {
    display: none!important;
}

.mdc-text-field {
    width: 100%;
}

.button-wrapper {
    text-align: center;

    margin-top: 40px;
}

.info-item {
    padding: 0;

    margin: 0.75rem 0;
}

.mdc-text-field__icon.in-progress {
    padding: 0;
}

.mdc-text-field__icon.in-progress svg {
    max-height: 56px;
    max-width: 56px;
    right: -10px;
}

.mdc-text-field+.mdc-text-field,
.mdc-text-field.info-item+.mdc-text-field.info-item {
    margin-top: 1.5rem;
}

.mdc-text-field-helper-line {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 700px){
    .logo-wrapper {
        text-align: center;
        padding-left: 0;
        padding-bottom: 40px;
    }
    .logo-wrapper img {
        display: inline-block;
    }
}