h3 {
    margin-bottom: 15px;
}

h4 {
    margin-bottom: 10px;
}

.awards {
    margin-bottom: 20px;
}

.ref-level {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #6ad93114;
    border: 1px solid #bacba7;
    border-radius: 4px;
}

.ref-level-title {
    font-size: 18px;
    font-weight: bold;
    background: #d3e9ba;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 4px 12px;
}

.ref-level-title span {
    display: inline-block;
}

.ref-level-title i {
    font-style: normal;
    margin-left: 30px;
    font-weight: normal;
    font-size: 14px;
}

.ref-level b {
    font-weight: 600;
}

.ref-code-block {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 6px 8px rgb(238 173 8 / 4%);
}

.ref-code-block input {
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px 20px 10px 20px;
    line-height: normal;
    font-size: 22px;
    text-align: center;
}

.ref-code-block .label {
    position: absolute;
    padding: 14px 20px;
    background: #eead08;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    user-select: none;
}

.ref-code-block .copy {
    position: absolute;
    right: 0;
    background: url(../img/icons/copy.svg) no-repeat 20px #e3e3e3;
    height: 52px;
    padding: 14px 20px 14px 60px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.ref-code-block .copy:hover {
    background-color: #d9d9d9;
}

.ref-code-owner {
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px 0;
    color: #eead08;
}

.ref-code-owner a {
    color: #eead08;
    font-weight: bold;
}

.input-code {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 6px 8px rgb(238 173 8 / 4%);
}

.input-code input {
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px 20px 10px 20px;
    line-height: normal;
    font-size: 22px;
    text-align: center;
}

.input-code .label {
    position: absolute;
    padding: 14px 20px;
    background: #eead08;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    user-select: none;
}

.input-code .send {
    position: absolute;
    right: 0;
    background: url(../img/icons/send-check.svg) no-repeat 20px #e3e3e3;
    height: 52px;
    padding: 14px 20px 14px 60px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.input-code .send:hover {
    background-color: #d9d9d9;
}

.copy.copy-ok {
    background-color: #8bc34a;
}

.ref-or {
    text-align: center;
    margin: -15px 0 15px;
    color: #9e9e9e;
}

.ref-copy-link {
    position: relative;
    margin-bottom: 40px;
}

.copy-link {
    position: absolute;
    right: 6px;
    top: 5px;
    background: #3b54e6;
    color: #fff;
    padding: 6px 15px;
    border-radius: 16px;
    cursor: pointer;
}

.copy-link:hover {
    opacity: 0.8;
    color: #fff;
}

.copy-link.copy-ok {
    background-color: #8bc34a;
}