:root {
    --bs-gradient: linear-gradient(to right, #441196 0%, #6431d6 100%);
    --bs-dark-rgb: 45, 26, 88;
}

.container-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}

@media (max-width: 640px) {
    .container-narrow {
        margin-left: 15px;
        margin-right: 15px;
    }
}

h2#ccm__content__title {
    margin-bottom: 10px !important;
}

.bg-darker {
    background-color: rgb(35, 16, 78) !important;
}

.bg-success {
    background-color: #00b37f !important;
}

.bg-purple {
    background-color: #d71f61 !important;
}

.modal-header .btn-close-light {
    background: transparent !important;
    border: transparent !important;
    color: #fff;
    line-height: 100%;
    padding: 0.5rem 0.625rem;
    margin: -0.5rem -0.625rem -0.5rem auto;
}

.btn.btn-lg {
    padding: 12px 24px;
}

.btn-brandpa {
    background-color: #ef156e;
    border-color: #ef156e;
    color: #fff;
}

.btn-brandpa:hover, .btn-brandpa:focus, .btn-brandpa:active, .btn-brandpa.active {
    background-color: #cf055e;
    border-color: #cf055e;
    color: #fff;
}

.btn-brandpa:disabled, .btn-brandpa.disabled {
    background-color: #915e75;
    border-color: #915e75;
    color: #fff;
}

.alert.alert-info .nav-pills .nav-link.btn-pill {
    background: transparent;
    border: 1px solid #766df4;
    color: #766df4;
}

.alert.alert-info .nav-pills .nav-link.active {
    background: #766df4;
    border: 1px solid #766df4;
    color: #fff;
}

a, .btn-link {
    color: #4037c9;
}

a.underline {
    text-decoration: underline;
}

.nav-link:not(.dropdown-toggle).active {
    pointer-events: inherit;
}

.dropdown-toggle::after {
    margin-left: 0;
}

/**
 * Modals
 */

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-open .container-fluid, .modal-open .container {
    filter: blur(10px);
}

/**
 * Appraisals
 */

.domainQualities .domainQuality {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.domainQualities .domainQuality h5 {
    margin: 0;
}

.domainQualities .domainQuality:first-child {
    padding-top: 0;
}

.domainQualities .domainQuality:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


/**
 * Tables
 */

.table {
    color: #444;
}

.table tr > th, .table tr > td {
    border-color: rgba(0, 0, 0, 0.2);
}

table.table-middle > tbody > tr > td, table.table-middle > tbody > tr > th {
    vertical-align: middle;
}

.highlight-row {
    animation-name: highlight-row;
    animation-duration: 5s;
}

@keyframes highlight-row {
    from {background-color: rgba(255, 255, 200, 1.0);}
    to {background-color: rgba(255, 255, 200, 0);}
}

.rejected-row {
    color: #B00;
    background-color: #FFD0D0 !important;
}

.rejected-row > div a {
    color: #600;
}

.error-row {
    /*border-left: 4px solid #DD0000 !important;*/
}

.rejected-row > div, .error-row > div, .highlight-row > div {
    background: transparent !important;
}

.cell-vertical-align .ag-cell {
    display: flex!important;
    align-items: center;
}

.cell-content {
    padding: 12px 0;
}

.cell-error {
    color: #B00;
    margin: -5px 0 12px 0;
    line-height: 16px;
}

.domain-error {
    display: inline-block;
    color: #880000;
    line-height: 16px;
    background: #FFF0E0;
    padding: 4px 6px;
    border-radius: 4px;
    word-break: break-word;
    margin: 4px 0;
}

.ag-cell p {
    line-height: 140%;
    word-break: break-word;
}

.ag-cell .btn {
    padding: 4px 7px;
}

.ag-cell .btn.btn-link {
    padding: 0;
}

.ag-cell i[class^=ai-], .ag-cell i[class*=" ai-"] {
    margin-top: -4px !important;
}

.ag-theme-alpine .ag-row-selected {
    background-color: transparent;
}

.ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected), .ag-theme-alpine .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected), .ag-theme-alpine .ag-ltr .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group, .ag-theme-alpine .ag-ltr .ag-cell-range-single-cell, .ag-theme-alpine .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-alpine .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected), .ag-theme-alpine .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected), .ag-theme-alpine .ag-rtl .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group, .ag-theme-alpine .ag-rtl .ag-cell-range-single-cell, .ag-theme-alpine .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
    border-color: transparent;
}

.menu-cell {
    overflow:visible;
    line-height: 150% !important;
}

.ag-row {
    z-index: 0;
}

.ag-row.ag-row-focus {
    z-index: 1;
}

.ag-center-cols-clipper {
    min-height: 400px !important;
}

/**
 * Buttons
 */

.btn {
    padding: 7px 18px;
    border-radius: 4px;
}

.btn-info {
    background: #5931c7;
    border-color: #5931c7;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.show  {
    background: #441196;
    border-color: #441196;
}

.btn-outline-danger {
    border-color: #dd0000;
    color: #dd0000;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    background-color: #dd0000;
}


/**
 * Notifications
 */

#offcanvas-notifications .simplebar-content {
    height: 100%;
}

.notification {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.notification:hover, .notification:active {
    background: #F0F4F8;
}

.notification p {
    color: #000;
    margin-bottom: 10px;
}

.notification.notification-new {
    background: #e8f8ff;
    border-left: 4px solid #dd176f;
}

/**
 * User profiles
 */

.user-profile {
    display: inline-block;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 30px;
    height: 30px;
    background-size: cover;
}

/**
 * User levels
 */

.level {
    border-radius: 3px;
    padding: 1px 5px;
    display: inline-block;
    font-size: 12px;
}

.level.level-brandpa{
    background: #8800BB;
    border: 1px solid #8800BB;
    color: #fff;
}

.level.level-diamond {
    background: #DFF;
    border: 1px solid #BDD;
    color: #024;
}

.level.level-platinum {
    background: #444;
    color: #fff;
}

.level.level-gold {
    background: #EEDD44;
    color: #202010;
}

.level.level-silver {
    background: #DDD;
    color: #333;
}

.level.level-bronze {
    background: #e2764b;
    color: #fff;
}

/**
 * Badges
 */

.badge {
    font-size: 0.86em;
}

/**
 * Typography
 */

.lead {
    font-size: calc(1.1rem + 0.2vw);
}

@media (min-width: 1200px) {
    .lead {
        font-size: 1.1rem;
    }
}

/**
 * Alerts
 */

.alert {
    border-radius: 10px;
}

.alert .badge {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.alert-danger {
    color: #932741;
    background-color: #fef1f1;
    border-color: #f5cad4;
}

.alert-warning {
    color: #674c2f;
    background-color: #fffae9;
    border-color: #d3c1aa;
}

.alert-success {
    color: #08746b;
    border-color: #9dd7c7;
}

.alert-info {
    color: #3c44a7;
    background-color: #f0f2ff;
    border-color: #bdc9df;
}

.alert [class^=ai-], .alert [class*=" ai-"] {
    margin-top: -4px;
}

/**
 * Widgets
 */

.noUi-tooltip {
    display: none;
}

.range-slider-ui {
    margin-top: 20px;
}

/**
 * Forms
 */

.form-label {
    padding-left: 0;
}

.form-text {
    margin-top: 0.375rem;
    font-size: 0.8rem;
    color: #555;
}

.form-control, .form-select {
    border-radius: 8px;
    color: #444;
    border-color: #bbb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    padding: .5625rem 0.8rem;
}

.form-select {
    background-position: right 0.7rem center
}

.form-control:focus {
    color: #444;
    box-shadow: 0 0 10px rgba(130, 100, 255, 0.7);
}

.input-group-text {
    background-color: #f5f5f5;
    border-color: #bbb;
    padding: 9px 14px;
    border-radius: 8px;
}

.form-check-input {
    border-color: #bbb;
}

/**
 * Tags
 */

a.tag, span.tag {
    display: inline-block;
    padding: 4px 8px;
    margin: 3px 1px;
    background: #E8FFFF;
    color: #004466;
    border: 1px solid #C0E0E0;
    border-radius: 5px;
}

a.tag:hover, a.tag:focus, a.tag:active {
    background: #C8F0F0;
    border: 1px solid #88CCCC;
    color: #001133;
    text-decoration: none;
}

/**
 * Forms
 */

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #766df4;
    border-color: #766df4;
}

/**
 * Blocks: Masthead
 */

.block-masthead {
    min-height: 240px;
    position: relative;
    background-color: #e5e5f1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.block-masthead-footer h1 {
    font-size: 20px;
    margin: 0;
}

.block-masthead > div {
    position: absolute;
    height: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    text-shadow: #000;
}

.block-masthead h1 {
    font-weight: bold;
    font-size: 28px;
    color: inherit;
    margin: 0 10px;
}

.block-masthead p {
    font-size: 18px;
}

.block-masthead > div > div > *:last-child {
    margin-bottom: 0;
}

.block-masthead.block-masthead-light > div {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    text-shadow: #000;
}

.block-masthead.block-masthead-light p {
    opacity: 0.7;
}

.block-masthead.block-masthead-light > div a {
    color: #fff;
}

.block-masthead.block-masthead-dark {
    border-bottom: 1px solid #ddd;
}

.block-masthead.block-masthead-dark > div a {
    color: #000;
}

.block-masthead.block-masthead-dark > div {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    color: #000;
    text-shadow: #fff;
}

.block-masthead.block-masthead-plain {
    min-height: 170px;
}

.block-masthead.block-masthead-plain > div {
    top: 0;
    height: auto;
}

/**
 * Comments
 */

.comment:not(.token) {
    margin-bottom: 0;
    padding: 0 0 10px 0;
    border-bottom: 0;
    font-size: inherit;
}

/**
 * Flags
 */

.iti__flag {background-image: url("/v2/vendor/intl-tel/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/v2/vendor/intl-tel/img/flags@2x.png");}
}

/**
 * Accordions
 */

.accordion-item.active {
    background: #E8FFF8 !important;
}

/**
 * Palette
 */

.form-check-label {
    color: #333;
}

.bg-pale-green {
    background: #E8FFF8 !important;
}

.bg-tertiary {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-recess {
    background-color: #cfcbd3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) inset;
}

.bg-secondary {
    background-color: #efebf3 !important;
}

.btn-secondary {
    border-color: #efebf3;
    background-color: #efebf3;
}

.bg-warning {
    background-color: #cfb500 !important;
}

.modal-content {
    background-color: #efebf3 !important;
}

.shadow-lg {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 15%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 15%) !important;
}

/**
 * YouTube videos
 */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Pronounce
 */

.pronounce-container {

}

/**
 * Text
 */

.text-over-image {
    display: inline-block;
    backdrop-filter: brightness(50%) blur(20px);
    padding: 0 5px;
}

/**
 * Gallery
 */

.gallery-item {
    border: 1px solid #ddd;
    flex: 0 1 50%;
}

@media (min-width: 400px) {
    .gallery-item {
        flex: 0 1 33%;
    }
}

@media (min-width: 700px) {
    .gallery-item {
        flex: 0 1 25%;
    }
}

@media (min-width: 870px) {
    .gallery-item {
        flex: 0 1 20%;
    }
}

.gallery-item::after {
    content: "";
}

/**
 * Calendar
 */

.fc-scrollgrid {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.fc .fc-toolbar-title {
    font-size: 22px;
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    padding: 1px 3px;
}

.fc-toolbar-chunk {
    display: flex;
    align-items: center;
}

.fc-h-event {
    border: 0;
    background-color: transparent;
}

.event-none {
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 4px;
    background-color: #D0F0FF;
    color: #035;
    cursor: pointer;
}

.event-none:hover {
    background-color: #B0D0DF;
}

.event-renew{
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 4px;
    background-color: #D0FFE0;
    color: #040;
    cursor: pointer;
}

.event-renew:hover {
    background-color: #B0DFC0;
}

.event-not-renew {
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 4px;
    background-color: #FFE0E0;
    color: #400;
    cursor: pointer;
}

.event-not-renew:hover {
    background-color: #DFC0C0;
}

/**
 * Article
 */

figure {
    margin: 40px 0;
}

figure figcaption {
    color: #888;
    margin: 20px;
    text-align: center;
}

.page-header, .article-header {
    margin: 50px 0 30px;
}

.article-body {
    max-width: 650px;
    margin: 0 auto;
    font-size: 18px;
    color: #444;
}

.article-body .lead {
    font-size: 20px;
    margin: 30px 0;
}

.article-body h2 {
    font-size: 25px;
    margin: 40px 0 30px;
}

.article-body h3 {
    font-size: 20px;
    margin: 40px 0 30px;
}

blockquote {
    padding: 5px 20px;
    margin: 0;
    border-left: 5px solid #ddd;
}

.article-body blockquote {
    padding: 5px 20px;
    margin: 30px 0;
    border-left: 5px solid #ddd;
    font-size: 20px;
}

.article-body blockquote p, .article-body blockquote footer {
    margin: 10px 0;
}

.article-body blockquote p {
    color: #000;
}

.article-body cite {
    font-style: normal;
}

.article-body .table-pretty {
    margin: 40px 0;
    width: 100%;
    background: #fff;
}

.article-body .table-pretty th {
    background: #e8e8f0;
    color: #2F2F2F;
}

.article-body .table-images {
    margin: 40px 0;
}

.article-body .table.table-images, .article-body .table.table-images td, .article-body .table.table-images th {
    border: 0;
}

.article-body .table.table-images td {
    padding: 20px;
    vertical-align: middle;
}

.article-wide {
    margin: 0 -60px;
}

.image-gap {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 700px) {
    .article-wide {
        margin: 0 0 !important;
    }

    .table td, .table th {
        font-size: 15px !important;
        word-break: break-all;
    }
}

.article-body p {
    margin: 15px 0;
}

.article-body ul {
    margin: 30px 0;
}

.article-body li {
    margin: 10px 0;
}

.article-body .well {
    background: #F9F9F9;
    color: #444;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 40px 0;
    padding: 10px 10px;
    text-align: center;
}

.article-body .well b {
    color: #000;
}

.article-body .well table th {
    text-align: center;
}

.speech {
    position: relative;
    padding: 15px;
    margin: 0;
    border: 1px solid #E3E3E3;
    color: #333;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.speech.left {
    margin-left: 30px;
}

.speech.right {
    margin-right: 30px;
}

.speech:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #e3e3e3 transparent;
    display: block;
    width: 0;
}

.speech:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 41px;
    border-width: 19px 19px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.article-body .big {
    font-size: 23px;
    margin: 25px 0;
}

.article-footer {
    border-top: 1px solid #ddd;
    margin: 60px 0 20px;
    padding: 40px 0;
    font-style: italic;
}

/**
 * Filters
 */

.filter-slider {
    margin: 7px 10px;
}

.filter-slider-caption {
    color: #888;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.noUi-connect {
    background: #444;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-horizontal .noUi-handle {
    border: 1px solid #bbb;
    width: 20px;
    right: -10px;
    top: -11px;
}

.noUi-handle:after, .noUi-handle:before {
    background: transparent;
}

.active-filter {
    border: 0;
    background: #e6deff;
    color: #221144;
    margin: 2px 5px;
}

.active-filter:hover, .active-filter:active {
    background: #c8c0ef;
    color: #221144;
}

/**
 * Sidebar
 */

.sidebar {
    display: none;
    flex: 1 0 auto;
}

.content {
    flex: 3 1 auto;
}

.domain-meta {
    padding: 6px 10px 8px;
}

.domain-meta, .domain-meta h3.h6 {
    font-size: 14px;
}

@media (min-width: 992px) {
    .sidebar {
        display: block;
        background: #dfdbe3;
        /* Not perfect, but stops sidebar from stopping short */
        min-height: calc(100vh - 360px);
        padding-right: 15px;
    }

    .sidebar-enabled::before {
        background: #dfdbe3;
    }

    .sidebar-enabled .content {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #efebf3;
    }
}

.widget ul>li ul>li, .widget ul>li ol>li, .widget ol>li ul>li, .widget ol>li ol>li {
    border-left: 1px solid #bbb;
}

.widget ul>li ul>li>a::after, .widget ul>li ol>li>a::after, .widget ol>li ul>li>a::after, .widget ol>li ol>li>a::after {
    background-color: #bbb;
}

/**
 * Recent domains panel
 */

#recent-domains {
    transition: all 0.3s ease-in-out;
    height: 145px;
    overflow: hidden;
}

#recent-domains.closed {
    height: 48px;
}

#recent-domains.empty {
    height: 0;
}

#recent-domains-header {
    height: 48px;
}

#recent-domains.closed #recent-domains-clear-button {
    display: none;
}

.domain-masthead-no-logo h1 {
    text-align: center;
}

/**
 * Domain page
 */
@media (min-width: 768px) {
    .domain-masthead-no-logo {
        height: 420px;
    }
    .domain-masthead-no-logo h1 {
        text-align: left;
    }
}

/**
 * Nav
 */

.bg-admin, .bg-admin.navbar-sticky.navbar-stuck {
    background: #330044;
}

/**
 * Widgets
 */

.widget-code {
    display: block;
    border: 0;
    background: #333;
    color: #D0FFFF;
    margin-bottom: 10px;
    width: 100%;
    min-height: 220px;
    font-size: 14px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 10px;
}

/**
 * Cards
 */

.card-header {
    background-color: #fcf8fc;
}

/**
 * ReCaptcha
 */

.grecaptcha-badge {
    bottom: 60px !important;
}

/**
 * Steps
 */

.steps-wrapper {
    position: relative;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 87px;
}

.step-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #666;
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    transition: .4s;
    text-align: center;
}

.step-button> i {
    display: none;
}

.step-done .step-button {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.step-done .step-button> i {
    display: block;
    color: #fff;
    margin-left: 3px
}

.step-done .step-title {
    color: #222;
}

.step-active .step-button {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.step-active .step-title {
    color: #222;
    font-weight: bold;
}

.step-title {
    margin-top: 4px;
}

.step-item {
    z-index: 10;
    text-align: center;
}

.step-item.text-center .step-button {
    margin: 0 auto;
}

.step-item.text-right .step-button {
    margin: 0 0 0 auto;
}

.steps-progress {
    position: absolute;
    height: 60px;
    display: flex;
    align-items: center;
    left: 15px;
    right: 15px;
}

.steps-progress progress {
    -webkit-appearance:none;
    width: 100%;
    height: 10px;
    left: 0;
    right: 0;
}

.steps-progress progress::-webkit-progress-value {
    background-color: var(--bs-primary);
    transition: .5s ease;
}

.steps-progress progress::-webkit-progress-bar {
    background-color: #bbb;
}

table.table.card-table td, table.table.card-table th {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    word-break: break-word;
}

table.table.card-table td:first-child, table.table.card-table th:first-child {
    padding: 12px 12px 12px 25px !important;
}

table.table.card-table td:last-child, table.table.card-table th:last-child {
    padding: 12px 25px 12px 12px !important;
}

@media (max-width: 640px) {
    .card-header {
        padding: 0.75rem;
    }
    .card-body {
        padding: 0.75rem;
    }

    table.table.card-table td:first-child, table.table.card-table th:first-child {
        padding: 12px !important;
    }

    table.table.card-table td:last-child, table.table.card-table th:last-child {
        padding: 12px !important;
    }
}

/**
 * Circled bullets
 */

ol.circled {
    list-style: none;
    counter-reset: steps;
    padding-left: 40px;
}
ol.circled li {
    counter-increment: steps;
    padding-bottom: 15px;
}
ol.circled li:last-child {
    padding-bottom: 0;
}
ol.circled li::before {
    content: counter(steps);
    background: #766df4;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 25px;
    position: relative;
    left: -40px;
    margin-right: -30px;
}