.subusers-admin-intro {
    max-width: 48em;
    margin-bottom: 1.25em;
}

.subusers-table .subusers-promote-col {
    width: 40px;
    text-align: center;
    vertical-align: middle;
}

.promote-subuser-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #c4c4c4;
    cursor: pointer;
    line-height: 0;
}

.promote-subuser-btn svg {
    display: block;
}

.promote-subuser-btn.is-admin {
    color: #d4a017;
}

.promote-subuser-btn.is-admin svg {
    fill: #f5c518;
    stroke: #d4a017;
}

.promote-subuser-btn .promote-subuser-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    padding: 6px 10px;
    background: #222;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 5;
}

.promote-subuser-btn:hover,
.promote-subuser-btn:focus {
    color: #d4a017;
}

.promote-subuser-btn:hover .promote-subuser-tooltip,
.promote-subuser-btn:focus .promote-subuser-tooltip {
    opacity: 1;
    visibility: visible;
}

.promote-subuser-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

.promote-subuser-btn.is-self {
    cursor: default;
    pointer-events: none;
}

.delete-subuser-btn {
    cursor: pointer;
}
