.card-dashboard-table .table th, .card-dashboard-table .table td {
    border-color: rgba(72, 94, 144, 0.16);
    padding: 10px 15px;
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
}

.card-dashboard-table .table thead tr th:first-child {
    border-left-width: 0;
}

.card-dashboard-table .table thead tr th:last-child {
    border-right-width: 0;
}

.card-dashboard-table .table tbody tr td:first-child {
    border-left-width: 0;
}

.card-dashboard-table .table tbody tr td:last-child {
    border-right-width: 0;
}

.card-dashboard-table .table thead tr:first-child th {
    border-top-width: 0;
    font-size: 13px;
    background-color: #f5f6fa;
    text-align: left;
}

.card-dashboard-table .table thead tr:last-child th {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 8px 15px;
    color: #8392a5;
}

.card-dashboard-table .table thead tr th:first-child,
.card-dashboard-table .table tbody tr td:first-child {
    text-align: left;
}

.card-dashboard-table .table strong {
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    font-weight: 500;
    float: left;
}

.card-dashboard-table .table {
    margin-bottom: -1px;
}

.starfav {
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -5px;
    cursor: pointer;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 10px;
    color: #ccc;
}

.namelistbox {
    display: block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.namecontainer {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 4px;
    padding: 10px 8px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 5px;
}

.namecontainer:focus, .namecontainer:focus .tld, .namecontainer:focus .name {
    color: #fff
}

.namecontainer:hover {
    color: #fff;
    display: inline-flex;
    position: relative;
    z-index: 1;
    -webkit-text-decoration: none;
    text-decoration: none
}

.namecontainer:hover .name {
    color: #fff;
    overflow: visible
}

.namecontainer:hover .tld {
    color: #fff
}

.namecontainer.active .name {
    color: #fff;
    overflow: visible
}

.namecontainer.active .tld {
    color: #fff
}

.namecontainer:focus {
    outline: none
}

.namecontainer.tapped, .namecontainer.tapped .name, .namecontainer.tapped .tld {
    color: #fff
}

.taken {
    color: #ed004e;
}

.taken.active {
    background: #fd245c;
    color: #fff
}

.taken:hover {
    background: #fd245c;
    color: #fff
}

.taken.tapped {
    background: #fd245c;
    color: #fff
}

.taken:focus {
    background: #fd245c;
    color: #fff
}

.available {
    color: #6dcf33;
}

.available.active {
    background: #7cdd49;
    color: #fff
}

.available:hover {
    background: #7cdd49;
    color: #fff
}

.available.tapped {
    background: #7cdd49;
    color: #fff
}

.available.focus {
    background: #7cdd49;
    color: #fff
}

.premium {
    color: #2196F3;
}

.premium.active {
    background: #03A9F4;
    color: #fff
}

.premium:hover {
    background: #03A9F4;
    color: #fff
}

.premium.tapped {
    background: #03A9F4;
    color: #fff
}

.premium.focus {
    background: #03A9F4;
    color: #fff
}

.reserved {
    color: #bbb8b8;
}

.reserved.active {
    background: #9E9E9E;
    color: #fff
}

.reserved:hover {
    background: #9E9E9E;
    color: #fff
}

.reserved.tapped {
    background: #9E9E9E;
    color: #fff
}

.reserved.focus {
    background: #9E9E9E;
    color: #fff
}

.tld {
    font-weight: 400;
    color: #444;
}

.name {
    color: #939393;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.icon {
    padding-left: 16px;
    display: inline-block
}

.domain-detail {
    position: relative;
    background: #fff
}

@media (max-width: 719px) {
    .domain-detail {
        padding-top: 36px;
    }

    .domain-detail:before {
        content: " ";
        display: block;
        position: absolute;
        z-index: auto;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        margin-top: -1px;
        border-bottom: .333px solid rgba(0, 0, 0, .3)
    }
}

.domain-detail-header {
    padding: 0 12px 12px 12px;
}

@media (max-width: 719px) {
    .domain-detail-header {
        position: -webkit-sticky;
        position: sticky;
        z-index: 100;
        top: 0;
        background: inherit
    }

    .domain-detail-header:after {
        content: " ";
        display: block;
        position: absolute;
        z-index: auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        border-bottom: .333px solid rgba(0, 0, 0, .2)
    }

    .overlay-scrolled .domain-detail-header {
        box-shadow: 0 0 6px 4px rgba(0, 0, 0, .1)
    }
}

.domain-detail-content {
    padding: 12px
}

.domain-detail .button {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer
}

.domain-detail .button:active {
    background: #0d598c
}

.domain-detail .button .button-cta {
    line-height: 24px;
    font-size: 20px;
    font-weight: 600
}

.domain-detail .button .icon {
    width: auto;
    height: 24px;
    margin-right: .2em;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .1))
}

.domain-detail-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.domain-detail-header h1 {
    position: relative;
    overflow: hidden;
    flex: 1 1 100%
}

.domain-detail-header h1 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: currentColor
}

.domain-detail-header .www-link {
    position: relative;
    border-radius: 6px;
    padding: 6px 24px;
    line-height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, .8)
}

.domain-detail-header .www-link:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .5px solid rgba(0, 0, 0, .1);
    border-radius: inherit
}

.domain-detail-header .www-link:active {
    background: rgba(0, 0, 0, .02)
}

.domain-detail-header .domain-status {
    border-radius: 6px;
    padding: 6px 12px;
    white-space: nowrap;
    line-height: 24px;
    font-size: 18px;
    background: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .7)
}

.domain-detail-header .domain-status .icon {
    width: auto;
    height: 18px;
    margin-right: .2em
}

.status-disallowed .domain-detail-header .domain-status, .status-invalid .domain-detail-header .domain-status {
    color: rgba(0, 0, 0, .5)
}

.status-active .domain-detail-header .domain-status, .status-marketed .domain-detail-header .domain-status, .status-parked .domain-detail-header .domain-status, .status-priced .domain-detail-header .domain-status, .status-transferable .domain-detail-header .domain-status, .status-undelegated-active .domain-detail-header .domain-status, .status-undelegated-claimed .domain-detail-header .domain-status {
    background: rgba(17, 119, 187, .05);
    color: #17b
}

.status-expiring .domain-detail-header .domain-status, .status-inactive .domain-detail-header .domain-status, .status-premium .domain-detail-header .domain-status, .status-undelegated .domain-detail-header .domain-status {
    background: rgba(34, 170, 0, .05);
    color: #2a0
}

.status-taken .domain-detail-header .domain-status {
    background: rgba(244, 67, 54, .09);
    color: #ed004e;
}
.status-taken .domain-detail-header .button {
    background: #ed004e;
}

.status-pending-tld .domain-detail-header .domain-status, .status-suffix .domain-detail-header .domain-status, .status-tld .domain-detail-header .domain-status, .status-zone .domain-detail-header .domain-status {
    background: rgba(0, 0, 0, .5);
    color: hsla(0, 0%, 100%, .95);
    text-shadow: rgba(0, 0, 0, .2) 0 1px 1px
}

.status-pending-tld .domain-detail-header .domain-status span, .status-suffix .domain-detail-header .domain-status span, .status-tld .domain-detail-header .domain-status span, .status-zone .domain-detail-header .domain-status span {
    color: #fff
}

.status-pending-tld .domain-detail-header .domain-status span:active, .status-suffix .domain-detail-header .domain-status span:active, .status-tld .domain-detail-header .domain-status span:active, .status-zone .domain-detail-header .domain-status span:active {
    color: hsla(0, 0%, 100%, .8)
}

.domain-detail-header .button {
    flex: 1 0 100%;
    margin-top: 12px;
    color: #fff;
    background: #2196F3;
    text-shadow: rgba(0, 0, 0, .1) 0 1px 1px
}

.status-expiring .domain-detail-header .button, .status-inactive .domain-detail-header .button, .status-premium .domain-detail-header .button, .status-undelegated .domain-detail-header .button {
    background: #2a0
}

.status-expiring .domain-detail-header .button:active, .status-inactive .domain-detail-header .button:active, .status-premium .domain-detail-header .button:active, .status-undelegated .domain-detail-header .button:active {
    background: #1d9100
}

.domain-detail-header .buy-button-seller {
    flex: 1 1 100%;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    opacity: .8
}

.domain-detail-dismiss {
    display: none
}

@media (max-width: 719px) {
    .domain-detail-dismiss {
        position: absolute;
        overflow: hidden;
        z-index: 1000;
        right: 12px;
        top: 12px;
        color: currentColor;
        opacity: .8;
        cursor: pointer;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .domain-detail-dismiss:after, .domain-detail-dismiss:before {
        content: ".";
        display: block;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 50%;
        right: 0;
        height: 2px;
        margin-top: -1px;
        border-radius: 1px;
        background: currentColor;
        transition: all .2s ease
    }

    .domain-detail-dismiss:before {
        transform: rotate(135deg)
    }

    .domain-detail-dismiss:after {
        transform: rotate(-135deg)
    }

    .domain-detail-dismiss:hover {
        opacity: 1
    }

    .domain-detail-dismiss:active {
        opacity: .6
    }
}

.domain-detail-content a.domain {
    font-weight: 600
}

.domain-detail-content .domain-editorial, .domain-detail-content .extension {
    position: relative;
    margin-bottom: 24px
}

.domain-detail-content .options {
    margin-bottom: 12px
}

.domain-detail-content .options-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: -12px
}

.domain-detail-content .options-content > * {
    flex: 1 1 192px;
    margin: 0 12px 12px 0
}

.domain-detail-content .options-content > i {
    margin-bottom: 0
}

.domain-detail-content a.option {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 12px;
    border-radius: 6px;
    background: rgba(17, 119, 187, .05);
    cursor: pointer
}

.domain-detail-content a.option:active {
    background: rgba(17, 119, 187, .1)
}

.domain-detail-content .options-enter-active {
    transition: all .5s ease
}

.domain-detail-content .options-enter, .domain-detail-content .options-leave-to {
    opacity: 0
}

.domain-detail-content .option-name {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #17b
}

.domain-detail-content .option-description, .domain-detail-content .option-domain {
    margin: 0;
    line-height: 24px;
}

.domain-detail-content .option-description {
    color: #2a0
}

.domain-detail-content .option-domain {
    color: rgba(17, 119, 187, .5)
}

.domain-detail-content a.more-button {
    display: block;
    position: relative;
    flex: 1 1 100%;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    background: none;
    color: rgba(0, 0, 0, .8);
    cursor: pointer
}

.domain-detail-content a.more-button:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .5px solid rgba(0, 0, 0, .1);
    border-radius: inherit
}

.domain-detail-content a.more-button:active {
    background: rgba(0, 0, 0, .02)
}

.domain-detail-content .subdomains {
    margin-bottom: 24px
}

.domain-detail-content .subdomains-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: -6px
}

.domain-detail-content .subdomains-content > * {
    flex: 1 1 128px;
    margin: 0 6px 6px 0
}

.domain-detail-content .subdomains-content > i {
    margin-bottom: 0
}

.domain-detail-content a.subdomain {
    display: block;
    position: relative;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    text-align: right;
    background: rgba(17, 119, 187, .05);
    color: #17b;
    cursor: pointer
}

.domain-detail-content a.subdomain:active {
    background: rgba(13, 89, 140, .1);
    color: #0d598c
}

.domain-detail-content .whois {
    overflow: hidden;
    margin-bottom: 24px
}

.domain-detail-content .whois a.more-button {
    box-shadow: 0 -6px 24px 24px #fff
}

.domain-detail-content .whois-text {
    max-height: 280px;
    transition: all .25s ease;
    font-size: 14px;
    overflow-y: hidden;
}

.domain-detail-content .show-all-whois .whois-text {
    max-height: 18000px
}

.domain-detail-content .whois-enter-active {
    -webkit-animation: fade-in .5s ease-in-out 0s;
    animation: fade-in .5s ease-in-out 0s
}

.domain-detail-content .whois-leave-active {
    animation: fade-in .5s ease-in-out 0s reverse
}