:root {
    --text-primary: #151515;
    --text-secondary: #f9a245;
    --text-secondary-dark: #eb7400;
    --alert--green: #96c23d;
    --alert-bg--green: #f7faef; /* a=0.08 blended to #fff */
    --alert--red: #f00;
    --alert-bg--red: #ffebeb; /* a=0.08 blended to #fff */
    --alert--blue: #5479f7;
    --alert-bg--blue: #f1f4fe; /* a=0.08 blended to #fff */
    /* --text-secondary: --text-secondary */
    --alert-bg--orange: #fef1e3; /* a=0.15 blended to #fff */
    /*  --alert--grey: --text-primary */
    --alert-bg--grey: #ececec; /* a=0.08 blended to #fff */
    --bg-spinner--width: 20px;
    --bg-spinner--height: 20px;

    /* Stripe */
    --stripe-color-primary: #f9a245;
    --stripe-color-icon: #eb7400;
    --stripe-color-text: #151515;
    --stripe-color-danger: #F00;

}

[x-cloak] { display: none !important }
.account-service__btn[x-cloak] { display: inline-block !important; visibility: hidden !important; }

.align-start {
    align-items: flex-start !important;
}

.inline-block {
    display: inline-block;
}

.no-tab-inline-block { display: inline-block }

.nowrap { white-space: nowrap }

@media only screen and (max-width: 768px) {
    .no-tab-inline-block { display: none }
}

.invisible {
    visibility: hidden;
}

.toast-container {
    z-index: 10010;
    position: fixed;
    top: 24px;
    width: 480px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 768px) {
  .toast-container { top: auto; bottom: 0; }
}

.toast-container .toast {
    margin: 8px;
    padding: 16px 16px 16px 20px;
    border-radius: 8px;
    border-left: 4px solid var(--text-primary);
    background-color: var(--alert-bg--grey);
    font-size: 14px;
    line-height:20px;
    max-width: 640px;
    box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.12), 0px 15px 32px 0px rgba(0, 0, 0, 0.24);
}

.toast-container .toast--success {
    border-left-color: var(--alert--green);
    background-color: var(--alert-bg--green);
}

.toast-container .toast--error {
    border-left-color: var(--alert--red);
    background-color: var(--alert-bg--red);
}

.toast-container .toast--warning {
    border-left-color: var(--text-secondary);
    background-color: var(--alert-bg--orange);
}

.toast-container .toast--info {
    border-left-color: var(--alert--blue);
    background-color: var(--alert-bg--blue);
}

.toast-container .toast--remove {
    animation: toast-remove-animate, .3s linear;
}

@media only screen and (max-width: 568px) {
    .m-text-12 {
        font-size: 12px;
    }
    .m-uppercase {
        text-transform: uppercase;
    }

}

/* html:has(dialog[open]), body:has(dialog[open]) {
    overflow: hidden;
} */

.cart__body {
}

.cart__item .trustee-tooltip strong {
    white-space: nowrap;
}

.cart__item-price s {
    font-size: 14px;
    font-weight: lighter;
    color: rgba(21, 21, 21, 0.6);
}

.pd-16 {
    padding:16px;
}

.cart__item--first .trustee-tooltip {
  top: calc(100% + 10px) !important;
  bottom: unset !important;
}

.cart__item--first .trustee-tooltip::before {
  bottom: unset !important;
  top: -10px !important;
  transform: none !important;
}
.cart__item--first .trustee-tooltip::after {
  top: -8px !important;
  bottom: unset !important;
  transform: none !important;
}

.cart__body--empty {
    min-height: 0 !important;
}

.cart__body {
    min-height: 170px;
}

.profile-dns-popup__form {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid #edeff6;
}

.order__profile-wrapper .selected-option {
    min-width: 320px !important;
}

.order .radio-button:first-child {
    margin-right: 0 !important;
}

.payment-form .btn--add-method {
    font-size: 14px;
    height: 48px !important;
    margin: 12px 0 12px 0;
}

.payment-form .radio-button.radio-button--tab {
    margin-left: 24px;
}

.payment-form .radio-button.radio-button--tab:first-of-type {
    margin-left: 0;
}

.info__editing-item__full {
    width: 100%;
    padding-right: 16px;
}

.info__editing-item__2_3 {
    width: calc(66.666% - 16px);
}

@media only screen and (max-width: 568px) {
  .info__editing-item__2_3 { width: 100% }
}

.form-input .error-message {
    margin-top: 14px;
}

.form--select__typeahead {
    position: absolute;
    top: 56px;
    width: 100%;
    background-color: white;
    border-bottom:16px solid white;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.form--select__typeahead input {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 8px 16px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 8px;
    font-size: 14px;
}

.form--select__typeahead input:focus {
    outline: none;
    border: 2px solid rgba(21, 21, 21, 0.08);
}

.form--select__typeahead .form-select__options-list {
    top: 40px !important;
    /*z-index: 3;*/
}

.form-select.active .form--select__typeahead {
    opacity: 1;
    visibility: visible;
}

.order__section .radio-button label {
    margin-right: 24px;
}

.host-plan-card {
    padding: 0 0 24px;
    row-gap: 0;
}

.host-plan-card__header {
    padding: 24px 24px 12px;
    cursor: pointer;
}

.host-plan-card__main {
    padding: 0 24px;
}
.host-plan-card__header .radio-button label {
    margin-right: 0;
}


.form-select__control-button.form-select__control-button--disabled .selected-option {
    color: rgba(0, 0, 0, 0.64);
    pointer-events: none;
    cursor: none;
}

.form-select__control-button.form-select__control-button--disabled svg {
    display: none;
}

.form-select.active .form-select__control-button svg {
    transform: rotate(180deg);
}


.mt-24 {
    margin-top: 24px;
}

.password-confirmation__error-message {
    display: none;
}

.switch-container .lds-spinner {
    margin-right: 16px;
}

.switch:indeterminate + .switch__label {
    /*background-color: #3498db; !* blue background *!*/
}

.switch:indeterminate + .switch__label::after {
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(249, 162, 69, 0.64);
}

form:not(.htmx-request) .switch-container > *:not(.lds-spinner),
form.htmx-request .switch-container .lds-spinner {
    display: initial;
}

form.htmx-request .switch-container > *:not(.lds-spinner),
form .switch-container .lds-spinner {
    display: none;
}

.money-value--positive {
    color: #78ab11
}

.money-value--negative {
    color: rgba(255, 0, 0, 0.8)
}

@media only screen and (min-width: 767.98px) {
    .popup--confirmation-card {
        background-color: transparent;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 578px;
        position: absolute;
    }

    .popup--confirmation-card .popup__wrapper {
        max-width: 578px;
        padding: 24px;
        transform: unset;
        top: unset;
        left: unset;
        border: 1px solid rgba(21, 21, 21, 0.08);
        box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04);
    }

    .popup--confirmation-card .popup__cta-box {
        justify-content: flex-end;
    }

    .popup--confirmation-card .popup__title {
        max-width: 100%;
    }

    .popup--confirmation-card .popup__close-btn {
        display: none;
    }
}

@media only screen and (min-width: 767.98px) {
    .popup--confirmation-card {
        background-color: transparent;
    }

    .popup--confirmation-card .popup__wrapper {
        max-width: 580px;
        padding: 24px;
        border: 1px solid rgba(21, 21, 21, 0.08);
        box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04);
    }

    .popup--confirmation-card .popup__cta-box {
        justify-content: flex-end;
        gap: 10px;
    }

    .popup--confirmation-card .popup__title {
        max-width: 100%;
    }

    .popup--confirmation-card .popup__close-btn {
        display: none;
    }
}

.btn--delete * {
    pointer-events: none;
}

#payment-setup-element {
    min-height: 300px;
}

.results-table__btn--add, .results-table__btn--remove {
    white-space: nowrap;
}

.info__wrapper--4-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info__wrapper--4-cols .info__wrapper-item {
    flex: 1;
}

@media only screen and (max-width: 767.98px) {
    .info__wrapper--4-cols .info__wrapper-item {
        flex: 0 0 100%;
    }
}


@media only screen and (max-width: 1023.98px) {
    .info__wrapper--4-cols .info__wrapper-item {
        flex: 0 0 50%;
    }
}

@media only screen and (min-width: 768px) {
    .info__wrapper-item--button {
        flex-direction: row-reverse;
    }
}

.btn-spinner {
    display: none;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIG92ZXJmbG93PSJ2aXNpYmxlIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjAuNDgiIHN0cm9rZT0ibm9uZSI+PGRlZnM+PHJlY3QgaWQ9ImwiIHg9IjQ2LjUiIHk9IjQwIiB3aWR0aD0iOSIgaGVpZ2h0PSIyNSIgcng9IjQiIHJ5PSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0zMCkiLz48L2RlZnM+PHVzZSBocmVmPSIjbCIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIwLjE0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L3VzZT48dXNlIGhyZWY9IiNsIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMDsxOzAiIGR1cj0iMS4xcyIgYmVnaW49IjAuMjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjwvdXNlPjx1c2UgaHJlZj0iI2wiIHRyYW5zZm9ybT0icm90YXRlKDEzNSA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMDsxOzAiIGR1cj0iMS4xcyIgYmVnaW49IjAuNDJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjwvdXNlPjx1c2UgaHJlZj0iI2wiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMDsxOzAiIGR1cj0iMS4xcyIgYmVnaW49IjAuNTZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjwvdXNlPjx1c2UgaHJlZj0iI2wiIHRyYW5zZm9ybT0icm90YXRlKDIyNSA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMDsxOzAiIGR1cj0iMS4xcyIgYmVnaW49IjAuNzBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjwvdXNlPjx1c2UgaHJlZj0iI2wiIHRyYW5zZm9ybT0icm90YXRlKDI3MCA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMDsxOzAiIGR1cj0iMS4xcyIgYmVnaW49IjAuODRzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjwvdXNlPjx1c2UgaHJlZj0iI2wiIHRyYW5zZm9ybT0icm90YXRlKDMxNSA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMDsxOzAiIGR1cj0iMS4xcyIgYmVnaW49IjAuOThzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjwvdXNlPjx1c2UgaHJlZj0iI2wiIHRyYW5zZm9ybT0icm90YXRlKDM2MCA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMDsxOzAiIGR1cj0iMS4xcyIgYmVnaW49IjEuMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PC91c2U+PC9zdmc+') no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: auto 4px;
}
.domain-search__submit[disabled] .btn-spinner {
    display: inline-block;
}

.domain-search__submit[disabled] .search-btn-text {
    display: none;
}

.domain-search__submit[disabled] {
}

.bg-spinner {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDEwMCAxMDAiIG92ZXJmbG93PSJ2aXNpYmxlIiBmaWxsPSIjMTUxNTE1IiBzdHJva2U9Im5vbmUiPjxkZWZzPjxyZWN0IGlkPSJsIiB4PSI0Ni41IiB5PSI0MCIgd2lkdGg9IjkiIGhlaWdodD0iMjUiIHJ4PSI0IiByeT0iNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzApIi8+PC9kZWZzPjx1c2UgaHJlZj0iI2wiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDUwIDUwKSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIwOzE7MCIgZHVyPSIxLjFzIiBiZWdpbj0iMC4xNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PC91c2U+PHVzZSBocmVmPSIjbCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIwLjI4cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L3VzZT48dXNlIGhyZWY9IiNsIiB0cmFuc2Zvcm09InJvdGF0ZSgxMzUgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIwLjQycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L3VzZT48dXNlIGhyZWY9IiNsIiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIwLjU2cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L3VzZT48dXNlIGhyZWY9IiNsIiB0cmFuc2Zvcm09InJvdGF0ZSgyMjUgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIwLjcwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L3VzZT48dXNlIGhyZWY9IiNsIiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIwLjg0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L3VzZT48dXNlIGhyZWY9IiNsIiB0cmFuc2Zvcm09InJvdGF0ZSgzMTUgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIwLjk4cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L3VzZT48dXNlIGhyZWY9IiNsIiB0cmFuc2Zvcm09InJvdGF0ZSgzNjAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjA7MTswIiBkdXI9IjEuMXMiIGJlZ2luPSIxLjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjwvdXNlPjwvc3ZnPg==') no-repeat center;
    background-size: var(--bg-spinner--width) var(--bg-spinner--height);
}

.bg-spinner--large {
    background-size: 32px 32px;
    height: 48px;
}

.inline-form--loader {
    display: none;
    width: 100%;
    margin: auto;
}

.htmx-request .inline-form--loader {
    display: block;
    height: 48px;
    width: 100%;
}

.htmx-request .inline-form--placeholder {
    visibility: hidden;
    /*margin-top: -48px;*/
}

.account-table__empty {
    border-bottom: 0;
}


.account-table__item-wrapper.htmx-request {
    display: block;
}

.account-table__item-wrapper.htmx-request .account-table__item {
    display: none;
}

.inline-form {
    background: rgba(21, 21, 21, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    padding: 24px;
    margin-bottom: 24px;
}

.dropdown--add-dns-record {
    position: relative;
    max-width: 200px;
}

.dropdown--add-dns-record__list {
    list-style: none;
    position: absolute;
    top: 28px;
    box-shadow: 0px 8px 32px 0px rgba(21, 21, 21, 0.16);
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 16px;
    overflow-y: auto;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.dropdown--add-dns-record__item {
    cursor: pointer;
    position: relative;
    color: var(--text-primary);
    padding: 8px 0;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #edeff6;
}

.dns-record__add-new-card {
    min-height: 84px;
}

.line-height-15 {
    line-height: 1.5;
}

.login-page--pasword-mg {
    min-height: 50svh;
}

.form-errors__wrapper {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
}

.form-errors__wrapper .error-message {
    line-height: 150%
}

a.btn--clear-filters {
    text-align: center;
}

.dnd-input>label
{ line-height: 1.5 }

.dnd-input>label {
    color: var(--text-primary);
    margin: 16px;
}

.dnd-input {
    margin-bottom: 16px;

}

.dnd-input__widget {
    color: #898989;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid rgba(21, 21, 21, 0.16);
    background-color: rgba(21, 21, 21, 0.02);
    cursor: pointer;
}

.dnd-input__widget--dropzone {
    min-height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dnd-input__widget--dropzone > label > span {
    display: block;
    text-align: center;
    margin-bottom:8px;
}
.dnd-input__widget--filename {
    font-weight: 700;
}

.dnd-input__widget--drag {
    border-color: #0c8ec3;
}

.dnd-input__widget--hover label { color: var(--text-secondary); cursor: pointer }
.dnd-input__widget--drag label { color: var(--alert--blue); }

.dnd-input__widget--input {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 100%;
}
.dnd-input__widget--input input {
  opacity: 0.001;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


@media only screen and (min-width: 768px) {
    .account-service__btn {
        min-width: 140px !important;
        flex-shrink: 0
    }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes backdrop-fade-in {
  0% { background-color: rgba(21, 21, 21, 0) }
  100% { background-color: rgba(21, 21, 21, 0.8) }
}

.popup--modal {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    max-width: 480px;
    opacity: 0;
    animation: fade-out 0.3s ease-out;
}

@media only screen and (max-width: 480px) {
    .popup-modal {
        width:100%;
    }
}

.popup--modal[open] {
    opacity: 1;
    animation: fade-in 0.3s ease-out;
}

.popup--modal::backdrop {
    background-color: rgba(21, 21, 21, 0);
}

.popup--modal[open]::backdrop {
    background-color: rgba(21, 21, 21, 0.8);
    animation: backdrop-fade-in 0.15s ease-out forwards;
}

@media only screen and (min-width: 768px) {
    .popup--modal {
        max-width: 680px;
    }
}

@media only screen and (max-width: 1280px) {
  .popup--modal {
    max-width: 95% !important;
  }
}

.popup--modal__wrapper {
    padding: 8px;
}

.popup--modal__search h3 {
    white-space: nowrap;
}

.popup--modal__forwardings, .popup--modal__medium {
    max-width: 560px !important;
}
.popup--modal__forwardings {
    min-width: 480px !important;
}

.popup--modal__requirements {
    min-width: 640px;
}

@media only screen and (max-width: 568px) {
    .popup--modal__forwardings {
        min-width:calc(100% - 16px) !important;
        max-width:calc(100% - 16px) !important;
        margin: auto 8px;
    }
}
@media only screen and (max-width: 640px) {
    .popup--modal__requirements {
        min-width:calc(100% - 16px);
        max-width:calc(100% - 16px);
        margin: auto 8px;
    }
}

.popup--modal__edit-vat {
    width: 480px;
}

.account-page--domain-settings .account-card--message {
    max-width: 480px    ;
}

button.htmx-request {
    opacity: 0.16;
    transition: all 0.3s ease-in;

}

button.htmx-request, button.htmx-request * {
    pointer-events: none;
}

    /* .account-table__item-content .label {
        white-space: nowrap;
    } */

.account-page--change-dns_profile__form:not(.htmx-request)  *:not(.bg-spinner) {
    display: flex;
}

.account-page--change-dns_profile__form.htmx-request *:not(.bg-spinner) {
    display: none;
}

.account-table--dns-record .account-table__item:first-of-type {
    width: 50px;
}
.account-table--dns-record .account-table__item:nth-of-type(2) {
    width: 35%;
}
.account-table--dns-record .account-table__item:nth-of-type(3) {
    width: 50%;
}
.account-table--dns-record .account-table__item:nth-of-type(4) {
    width: 50px;
    white-space: nowrap;
}

.account-table--domains .account-table__item:nth-child(3) {
  width: 15%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__item:nth-child(3) {
    width: 18%;
  }
    .account-table--active-hostings .account-table__item:nth-child(2)  {
        width: 35%;
    }
    .account-table--active-hostings .account-table__item:nth-child(3)  {
        width: 22%;
    }
    .account-table--active-hostings .account-table__item:nth-child(3) .btn--sort {
        margin-right: 24px;
    }
    .account-table--active-hostings .account-table__item:nth-child(4)  {
        width: 20%;
    }
}
@media only screen and (min-width: 768px) {
    .account-table--active-hostings .account-table__item:nth-child(4) .account-table__item-content {
        padding-top: 8px;
    }
}

.account-table--domains .account-table__item:last-child {
  width: 21.5%;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__item:last-child {
    width: 23%;
  }
}

.account-table--domains.account-table--domains__bulk .account-table__item:first-child {
    width: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-table--domains.account-table--domains__bulk .account-table__item:nth-child(2) {
  width: 40%;
}
.account-table--domains.account-table--domains__bulk .account-table__item:nth-child(3) {
  width: 20%;
}

.account-table--domains.account-table--domains__bulk .account-table__item:nth-child(4) {
  width: 20%;
}

.account-table--domains.account-table--domains__bulk .account-table__item:last-child {
  width: 21%;
  margin-left: auto;
}

@media only screen and (max-width: 1280px) {
  .account-table--domains.account-table--domains__bulk .account-table__item:first-child {
      width: 2%;
  }
  .account-table--domains.account-table--domains__bulk .account-table__item:nth-child(2) {
    width: 24.5%;
  }
  .account-table--domains.account-table--domains__bulk .account-table__item:nth-child(3) {
    width: 22.5%;
  }
  .account-table--domains.account-table--domains__bulk .account-table__item:nth-child(4) {
    width: 22.5%;
  }

  .account-table--domains.account-table--domains__bulk .account-table__item:last-child {
    width: 22.5%;
  }
}


.account-table--pending-services .account-table__item .label {
    white-space: normal;
}

.account-table--active-hostings .account-table__item:first-of-type {
    padding-right: 16px;
}
.account-table--active-hostings .account-table__item:first-of-type .account-table__link {
    line-height:160%;
}
.account-table--active-hostings .account-table__item:first-of-type .account-table__item-content--small-text {
    display: block;
    margin-top: 4px;
}

.account-table--billing-methods .account-table__item:nth-of-type(3) {
  text-align: left;
}

.account-table--billing-methods .account-table__header-wrapper:nth-of-type(3),
.account-table--billing-methods .account-table__header-wrapper:nth-of-type(4) {
    justify-content: center;
}

.account-table--wallet .account-table__header-wrapper:nth-of-type(4) .btn--sort,
.account-table--wallet .account-table__header-wrapper:nth-of-type(5) .btn--sort {
    margin-right:8px;
}

.account-table--wallet .account-table__header-wrapper:nth-of-type(4) .account-table__header-text,
.account-table--wallet .account-table__header-wrapper:nth-of-type(5) .account-table__header-text,
.account-table--wallet .account-table__header-wrapper:last-of-type .account-table__header-text {
    text-align: center;
}

.account-table--order-domain-services:not(.account-table--order-invoices) .account-table__header-wrapper:first-of-type .account-table__header-text {
    white-space: nowrap;
}

.account-page--domain-settings .btn--add-server-account { color: var(--text-secondary) }

.account-page--domain-forwardings .bg-spinner {
    height: 64px;
    width: 420px;
}

.form-input >.mb-24 > .radio-button {
    margin-bottom: 24px;
}
.form-input >.text-16 > .radio-button > label {
    font-size: 16px;
}

.forwarding-card--add-new-email .bg-spinner,
.forwarding-card--add-new-web .bg-spinner {
    width: 100%;
}

.forwarding-card--add-new-web, .forwarding-card--add-new-email {
    border-radius: 8px;
}

.account-table__item .btn--edit,  .account-table__item .btn--delete, .btn--delete-ordered-domain {
    cursor: pointer;
    align-self: flex-start;
}

.btn--delete-ordered.disabled, button.results-table__year-select[disabled], .switch-container.disabled {
    pointer-events: none;
    opacity:0.5;
}
button.results-table__year-select[disabled] svg {
    opacity: 0;
}




.account-page--domain-settings .btn--add-server-account {
  color: var(--text-secondary-dark);
}

.account-page--active-domains-domain .account-service a.account-service__btn .btn {
    margin-left:0 !important;
}

@media only screen and (min-width: 768px) {
    .account-page--active-domains-domain a.account-service__btn {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 768px) {
  .login-page.verification-page .card {
      min-width: 680px;
      width: calc(50% - 17px);
  }
}

.btn-cta-primary[disabled] {
    background-color: rgba(21, 21, 21, 0.114) !important;
    color: rgba(0, 0, 0, 0.48);
}

.header__cart--empty {
    width: 200px;
}
.header__cart--empty p.header__cart-text {
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}
.header__cart-actions.header__cart-actions--single-item {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cart__body--empty {
    padding:24px;
}

.cart__body { padding: 0 8px 0 16px }

.cart__body > p {
    display: none;
}

.cart__body--empty > p {
    font-size: 14px;
    padding: 8px;
    display: block;
}
.cart__body--empty>p:last-of-type {
    margin-bottom: 0;
}

.header__actions-item--account .header__actions-item-text {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.flag-shadow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAHIUExURQAAAP///////////////////////////////////////////////////////+bm5rS0tNnZ2e7u7o2NjbCwsMrKyuzs7Dk5OTs7O9bW1vr6+sbGxhYWFhUVFWtra+Pj44KCgnp6euDg4H9/f1FRUUREREJCQhsbGywsLOHh4bGxsRwcHC0tLWRkZHNzc3BwcB0dHbOzs2dnZ/X19f7w4f3ZtPzUqP3ZsvPhz2VlZdzc3HR0dDAwMPb29vmjR/miRfCxbS4tLHd3d0dHR2lpaf7v4PmjRr59OVM7ImtKJ+aWQeWVQWpJJ759OGdNMUhHRt/f3/n5+T09PX19ff3ate+cQyAcF0o1ICkiGWhIJmZHJioiGUk1ICEcGPGdRHlTKj02L4uLixcXF/zVrBYWFXxVKkQyH1E6IUYzIHtUK+eXQj0yJYyMjCQkJKampoZbLRgXFsWCOsSCOighGYdbLT0wI6mpqfKeRPehRKurq0NDQ3JycrB1Ni4lG11BJLF2Nm9NKEM1JmZmZvvVrIJZLDstHWhUPsLCwo5/cIpdLcW1o4aGhlI9KJJiL61zNVA6IYhyWra2tk1KRx4bGR4bF009LLakjwAAAEgtddgAAAAOdFJOUwAdrPKvJ+3uqvHwqewce88HiQAAAAFiS0dEAIgFHUgAAAAHdElNRQfnCxwWMRkQFygcAAABbklEQVQ4y2NgYGRi5sMBmFlYGRgY2fjwAHZGBiY+vICDgRm/Ak4GNAF+AUFUATQFQsIiovgUiIlLSErhUyAtIysrh9cKeQVZRVwKlJRVVFXV1DVUVVVVlDUxFWhp6+jq6enpA7GeroaBIboCQXUjYxNTMwgwt7DUtkJTYG1ja2ZnDwcOjk5oCpxdXN3cPTy97O29fTx87e39/FEUBAQGBYeEhoVHRNrbR0XHxMbZxycEBiAUJCaJBAUne6WkpnnY26dnZKZk2cdniyTlwBXkyuYBFdjnF0QU2tsXFReU2NvHl+bJ5sIV6MqWgRTYl1eAHFhRbg9SUCarC1cgVSkEVoAE4kuFKqWQfVFVDVJQU1tXV1sPUtDQiObNpqBmoHBWS3p6SxbImtY2NAXtsh3INnTKdqHHRbdsT28fFPT2y07AjM2JkybLQsGUqdNwpQdMQA8FBDIOFwMLfgXcDKzs+OR5eIHZm4MTlzQnNy8DAAK8fxbykoqMAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIzLTExLTI4VDIyOjQ5OjI1KzAwOjAw/a1+UAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMy0xMS0yOFQyMjo0OToyNSswMDowMIzwxuwAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjMtMTEtMjhUMjI6NDk6MjUrMDA6MDDb5eczAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 28px;
  height: 20px;
  transform: scale(0.75);
}

.block-with-image--search h2 .flag-shadow {
  scale: 2.2;
  margin-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--search h2 .flag-shadow {
    scale: 1.5;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search h2 .flag-shadow {
    display: none;
  }
}
.domains-wrapper__domain .flag-shadow {
  transform: scale(0.75);
  border-radius: 2px;
  margin: 0 4px;
  margin-left: -2px;
  margin-right: 2px;
}

.domains-wrapper__table .flag-shadow {
  margin-right: 6px;
  border-radius: 2px;
}

.endings__card-title .flag-shadow {
  margin-right: 4px;
  border: 1px solid #edeff6;
  border-radius: 2px;
}

@media only screen and (max-width: 568px) {
  .endings__card-title .flag-shadow {
    margin-right: 4px;
  }
}

.popular-domains .flag-shadow {
  border: 2px solid #edeff6;
  border-radius: 2px;
  width: 32px;
  height: 24px;
}

.breadcrumb--domains .flag-shadow {
  margin-left: 4px;
  margin-bottom: 4px;
}

.country-domain__name .flag-shadow {
  margin-right: 3px;
}

@media only screen and (max-width: 568px) {
  .country-domain__name .flag-shadow {
    margin-right: 8px;
  }
}

.trademarks-country .breadcrumb .flag-shadow {
  margin-left: 3px;
  transform: scale(0.6);
}
.international-trademark-table__country .flag-shadow {
  margin-left: -4px;
  margin-right: 4px;
  border-radius: 2px;
}

.header__actions-item--cart__indicator  {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 2;
}
.header__actions-item--cart__blue {
    background-color: #243d91;
}

.header__actions-item--cart__red {
    background-color: red;
}

.popup--modal__requirements .popup__section {
  padding: 16px 0;
}
.popup--modal__requirements .popup__section:not(:last-child) {
  border-bottom: 1px solid #edeff6;
}
@media only screen and (max-width: 568px) {
  .popup--modal__requirements .popup__section {
    padding: 8px 0;
  }
}
.popup--modal__requirements .popup__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 568px) {
  .popup--modal__requirements .popup__title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 568px) {
  .popup--modal__requirements .popup__text {
    font-size: 12px;
  }
}
.popup--modal__requirements .popup__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-primary);
  margin-bottom: 16px;
}
@media only screen and (max-width: 568px) {
  .popup--modal__requirements .popup__subtitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.popup--modal__requirements .popup__table {
  border-radius: 8px;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #edeff6;
}
@media only screen and (max-width: 568px) {
  .popup--modal__requirements .popup__table {
    font-size: 14px;
  }
}
.popup--modal__requirements .popup__table thead {
  background-color: var(--text-secondary);
  color: #ffffff;
  line-height: 1;
}
.popup--modal__requirements .popup__table th {
  text-align: start;
  font-weight: 500;
}
.popup--modal__requirements .popup__table th,
.popup--modal__requirements .popup__table td {
  padding: 14px 24px;
}
.popup--modal__requirements .popup__table th:first-child,
.popup--modal__requirements .popup__table td:first-child {
  width: 31%;
}
.popup--modal__requirements .popup__table td {
  border-top: 1px solid #edeff6;
}
.popup--modal__requirements .popup__table tbody tr:nth-child(even) {
  background: linear-gradient(0deg, rgba(249, 162, 69, 0.02), rgba(249, 162, 69, 0.02)), #ffffff;
}

.popup--modal__hosting-plan-comparison {
  max-width: 1200px;
}

.popup--modal__hosting-plan-comparison .popup--modal__wrapper {
  border-radius: 8px;
}
.popup--modal__hosting-plan-comparison .popup--modal__wrapper .faq {
  overflow: hidden;
}
.popup--modal__hosting-plan-comparison .popup--modal__wrapper .faq__question-container.opened {
  background-color: rgba(21, 21, 21, 0.02);
}
.popup--modal__hosting-plan-comparison .popup--modal__wrapper .faq__answer-container {
  background-color: rgba(21, 21, 21, 0.02);
}

.faq__answer p {
    /*padding:16px 0;*/
}

.faq__answer a {
    color: var(--text-secondary-dark);
}
.faq__answer a:visited {
  color: var(--text-secondary-dark);
}

.faq__answer li {
    padding: 8px 0;
}

.faq__answer a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1280.1px) {
    .hero__wrapper {
        max-height: 625px;
    }

    section.hero--whois .hero__wrapper {
        max-height: 685px;
    }
}

main.blog section.hero {
    min-height: 600px;
}


@media only screen and (max-width:1280px) {
    .blog .hero__wrapper {
        padding-bottom: 0;
    }
    .blog .blog-section {
        padding-top: 0;
    }
    main.blog section.hero {
        min-height: 300px;
        margin-bottom: 24px;
    }
}

.hero--transfer .hero__wrapper {
    min-height: 660px;
}

.google-package__content .google-package__title {
    padding: 0;
}

.container.hosting-plans {
    max-width: 1216px;
}

.breadcrumb--continents {
    margin-top: -74px;
}

.hosting__dropdown-control.no-save .hosting__dropdown-old-price {
  color: transparent;
}

.terms__content {
    width: 100%;
}

.account-page--hosting-access .bg-spinner.htmx-request {
    display: block;
    height: 32px;
    margin-top: 16px;
}

.account-page--hosting-access #update-password-form {
    width: calc(33.333% - 10px);
}

.account-page--hosting-access .info__editing-form--password .form-input {
    width: 100%;
}


.account-page--hosting-dns-records .account-table__header-wrapper {
    justify-content: start;
}

.account-page--hosting-dns-records .account-table--dns-record .account-table__item {
    width: 33.333%;
}

.account-page--hosting__add-google-accounts .account__cta-wrapper .btn-cta-primary {
    height: 48px;
}

.form-select__no-bind .form-select__options-list {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    margin-left: 4px;
}

.tooltip svg {
    vertical-align: text-top;
}

.tooltip-container {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    top: calc(100% - 2px);
    background: #fff;
    border: 1px solid #edeff6;
    border-radius: 8px;
    min-width: 400px;
    max-width: 560px;
    padding: 16px;
    font-size: 14px;
    line-height: 17px;
    text-align: start;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    color: var(--text-primary);
}

@media only screen and (max-width: 768px) {
    .tooltip {
        float: left;
        margin-right: 4px;
    }
    .tooltip-container {
        left: -40px;
        min-width: 320px;
        width: 80vw;
    }
}

.tooltip:hover .tooltip-container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.py-1 { padding: 8px 0 }

.font-semibold { font-weight: 600 }

.text-base { font-size: 16px }

.tooltip-container p { text-align: justify }

.form-input textarea.common-input { height: auto }

.results-table__results--empty--wrapper { padding: 24px }

@media only screen and (min-width: 768px) {
    .results-table__description-wrapper {
        justify-content: start
    }

    .results-table__description-wrapper .results-table__name-wrapper {
        width: 47%
    }

    .results-table__description-wrapper .results-table__status-wrapper {
        width: 28%
    }
    .results-table__years-price-box {
        width: 25%;
        justify-content: end;
        padding-right: 14px;
    }
}

.results-table__years-price-box .results-table__row-content s {
    font-size: 14px;
    font-weight: lighter;
    color: rgba(21, 21, 21, 0.6);
}

.form-input__join {
    display: flex;
    position: relative;
}

.form-input__join .form-input {
    width: 50%;
}

.form-input__join .form-input .common-input,
.form-input__join .form-input .form-select {
    margin-top: 24px;
}

.form-input__common-input[readonly], .form-input .common-input[readonly] {
    cursor: default;
}

.form-input__join .form_input__append {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    padding:36px 16px 16px;
    color: rgba(0, 0, 0, 0.64);
}

.form-input__join .form-input label {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 2;
}

.imp-block {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 8px;
    min-width:320px;
    z-index: 1000;
    box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.32), 0px 15px 32px 0px rgba(0, 0, 0, 0.02);
}

.account-table--action-link {
    display: inline-block;
    /*margin:8px 25% -8px;*/
    margin:8px 0 0 14px;
}

.info__wrapper--printable-invoice pre {
    font-size: 11px;
    padding: 11px;
    overflow-x: auto;
}

@media only screen and (max-width: 568px) {
  div:not(.account-card--mob)>.account-card__header-box+.account-card__text {
    margin: 8px 8px 0 8px;
  }
    .account-card--mob+.separator {
        display: none;
    }

    .account-card--tablet>.account-card__header-box+.separator {
    display: none;
}

}

.account-card__header-box .h3.card__title+.account-card__text {
    /*margin-top:16px;*/
}

.info__wrapper--printable-invoice pre {
    font-size: 11px;
    padding: 11px;
}

@media only screen and (max-width: 767.98px) {
  .google-package__popup .popup__close-btn {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .google-package__popup .popup__close-btn {
      top: 16px;
      right: 16px;
  }
    .google-package__popup-text {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 1280px) {
    .hosting-why__plans-card--comodo .hosting-why__plans-card-content {
        max-width: 100%;
        margin-right: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .hosting-why__plans-card--comodo .hosting-why__plans-card-content {
        max-width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 568px) {
    .domains-image {
        width: 100% !important;
        overflow: hidden;
    }
    .hero__image--names .domains-image svg {
        width: 430px;
        height: 163px;
        margin: auto;
        display: block;
    }
    .hero__image--countries .domains-image svg {
        width: 407px;
        height: 180px;
        margin: auto;
        display: block;
    }

  .hero--domains .hero__container {
    padding: 0 32px;
  }
  .hero--domains .hero__content--tld-search {
      padding:0 32px;
  }
  .hero__image--names.mob-block,
  .hero__image--countries.mob-block {
      width: 100%;
      right: 0;
      margin-left: 0;
      margin-right: 0;
  }
}

@media only screen and (max-width: 430px) {
    .hero__image--names .domains-image svg {
        width: 112%;
        height: auto;
        margin-left: -5%;
    }
}

@media only screen and (max-width: 407px) {
    .hero__image--countries .domains-image {
        min-height: 180px;
    }
    .hero__image--countries .domains-image svg {
        width: 112%;
        height: auto;
        margin-left: -5%;
    }
}

@media only screen and (max-width: 568px) {
    main.search-results {
        padding-top: 48px;
    }
    main.search-results form.domain-search__form {
        margin-bottom: 16px;
    }
    .results-table__status.label {
        white-space: nowrap;
    }
}

.btn--edit-profile, .radio-button--create {
    overflow-x: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .order__footer-col a.btn {
        text-align: center;
    }
    .account-table__item-header {
        margin-right: 32px;
    }

    main.blog section.hero {
        min-height: 460px;
    }
    .hero--transfer .hero__wrapper {
        min-height: 460px;
    }
}

@media only screen and (max-width: 1280px) {
  .info__wrapper--waiting-for-payment {
    gap: 16px;
  }
    .account-table--order-domain-services .account-table__item-content {
        overflow-wrap: break-word;
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .t-align-right {
        text-align: right;
        line-height: 24px !important;
    }
    .t-align-center {
        text-align: center;
        line-height: 24px !important;
    }
    .account-card__header-box .t-card-header {
        width: calc(100% - 24px);
    }
    .account-card__header-box h1.h3.card__title {
        overflow-wrap: break-word;
    }
    .account-table--pending-services .account-table__item:last-of-type .account-table__item-content {
        margin:unset;
    }
}

.account-table--payments .account-table__item:first-of-type {
    min-width: 100px;
}
.account-table--payments .account-table__item:nth-of-type(2) {
    min-width: 100px;
}
.account-table--payments .account-table__item:last-of-type {
    min-width: 120px;
}

.account-table--domains-inactive .account-table__item:first-of-type {
  width: 35%;
}
.account-table--domains-inactive .account-table__item:nth-of-type(2) {
  width: 20.3%;
}

.results-table .label-premium {
    margin-right: 0;
}

.results-table .results-table__name-wrapper {
    margin-right: 8px;
}

.info__item-content {
    overflow-wrap: break-word;
}

.account-table--pending-services .account-table__item:last-child {
    margin-right: unset;
}

.account-table--pending-services .account-table__item:last-of-type .account-table__item-content {
    margin-left: unset;
}

.header__help-container--secondary-text .link:hover {
    color: var(--text-secondary-dark);
    border-color: var(--text-secondary-dark) !important;
}

.contact-form #id_subject+.text-limit {
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
}

.contact-form .htmx-request>*:not(.inline-form--loader) {
    display: none;
}

.contact-form .htmx-request>.inline-form--loader {
    display: block;
    height: 48px;
}

.search-bar-wrapper .input-search__input {
    padding-right: 48px;
}

@media only screen and (max-width: 568px) {
    .search-bar-wrapper .input-search__input {
        padding-right: 32px;
    }
}

.hero--extensions .hero__wrapper {
    min-height: 620px;
}

.autofill-support-input {
    position: fixed;
    top: -100px;
}

.account-table--domain-renewal .account-table__content .account-table__item:nth-of-type(2) label,
.account-table--hosting-renewal .account-table__content .account-table__item:nth-of-type(2) label {
    cursor: pointer;
}

.account-table--domain-renewal .account-table__item-content .price {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.account-table--domain-renewal .account-table__item-content .discount {
    display: block;
    font-size: 12px;
    color:#f00;
}

.two-factor-block {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.two-factor-block__header {
  display: flex;
  align-items: start;
  justify-content: normal;
  gap: 16px;
}

@media only screen and (max-width: 568px) {
    .two-factor-block__header {
        flex-direction: column;
    }
}

.auth-list__code {
  width: 284px;
  height: 284px;
}

.auth-input__icon {
    top: 24px;
}

.code-input__btn {
    cursor: pointer;
}

@media print {
    .body-printable footer,
    .body-printable .no-print,
    .body-printable header .header__nav,
    .body-printable header .header__actions,
    .body-printable header .minimalistic-menu,
    .body-printable header .mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(1) { width: 18.9% }
    .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(2) { width: 27% }
    .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(3) { width: 35% }
    .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(4) {
        width: 9%;
        white-space: nowrap;
    }

    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(1) { width: 18.9% }
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(2) { width: 27% }
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(3) { width: 35% }
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(4) {
        width: 9%;
        text-align: center;
    }
}

.account-menu .active {
  pointer-events: all;
}

.article-page__article .article-page__content h1>a,
.article-page__article .article-page__content h2>a,
.article-page__article .article-page__content h3>a,
.article-page__article .article-page__content h4>a,
.article-page__article .article-page__content h5>a,
.article-page__article .article-page__content h6>a
{
    color: var(--text-primary);
    pointer-events: none;
    text-decoration: none;
}

.article-page__article {
    line-height: 1.5;
}

.article-page__article .article-page__content ul,
.article-page__article .article-page__content ol,
.article-page__article .article-page__content dl
{
    list-style-position: outside;
    padding-left: 24px;
}

.cookie-consent-bar {
    z-index: 10010;
    position: fixed;
    width: 100%;
    max-width: 800px;
    left: 50%;
    font-size:14px;
    transform: translateX(-50%);
    bottom: 40px;
    padding: 16px 24px;
    line-height: 20px;
    color: #fff;
    opacity: 0.95;
    box-shadow: 0px 16px 32px 0px rgba(2, 31, 84, 0.2156863);
    border: 2px solid #ffffff;
    border-radius: 8px;
    background-color: var(--text-primary);
}

.account-table--pending-services .account-table__item .sublabel {
    font-size: 12px;
    padding: 8px 12px 0;
    /*text-align: right;*/
}

@media only screen and (max-width: 768px) {
  .account-table--pending-services .account-table__item .sublabel {
      max-width: 180px;
      text-align: right;
  }
}

p.order-summary__wallet {
    font-size: 14px;
    padding-left: 8px;
}


.account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:first-of-type {
  width: 11.8%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:first-of-type {
    width: 15%;
  }
}

.account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:nth-of-type(2) {
  width: 22.8%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:nth-of-type(2) {
    width: 18%;
  }
}

.account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:nth-of-type(3) {
  width: 18%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:nth-of-type(3) {
    width: 14%;
  }
}

.account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:nth-of-type(4) {
  width: 25%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:nth-of-type(4) {
    width: 21%;
  }
}

.account-table--order-domain-services:not(.account-table--domains):not(.account-table--active-hostings) .account-table__item:last-of-type {
  width: auto;
}
.account-table__item-content--multiline small {
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .account-table__item-content--multiline {
        text-align:right;
    }
}

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

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

.btn--tooltip__container {
    position: relative;
    display: inline-block;
}

.btn--tooltip {
    position: absolute;
    bottom: 50%;
    left: 100%;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s;
    visibility: hidden;
    pointer-events: none;
    padding: 16px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04);
    border-radius: 16px;
    min-width: 400px;
    max-width: 560px;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 568px) {
    .btn--tooltip {
        min-width: 280px;
        max-width: 280px;
    }

}

.btn--tooltip__container .btn,
.btn--tooltip__container .icon-btn {
    position: relative;
}
.btn--tooltip__container .btn:hover ~ .btn--tooltip,
.btn--tooltip__container .icon-btn:hover ~ .btn--tooltip,
.btn--tooltip__container .btn--tooltip:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup--bulk-domains .popup__wrapper {
    padding: 0 !important;
}

.popup--bulk-domains .popup__close-btn {
    top: 16px;
    right: 32px;
}

.btn--pay {
    height: 55px !important;
}

#outer_shopper_approved {
    display: flex;
    justify-content: center;
    align-items: center;
}

#shopper_approved {
    display: flex !important;
    width: auto !important;
    margin: 0 auto 24px;
}

#cartModal {
    width: 100%;
    max-width: 680px !important;
}

.form-select__control-button.form-select__control-button--disabled {
  cursor: auto;
}

.checkbox.checkbox--disabled label {
    color: rgba(0, 0, 0, 0.64);
    cursor: auto;
}
.checkbox.checkbox--disabled input {
  border-color: rgba(21, 21, 21, 0.48);
    cursor: auto;
}

.checkbox.checkbox--disabled:hover input {
  border-color: rgba(21, 21, 21, 0.48);
  background-color: rgba(21, 21, 21, 0.48);
}
.checkbox.checkbox--disabled input:checked {
  border-color: rgba(21, 21, 21, 0.01);
  background-color: rgba(21, 21, 21, 0.48);
}


.ai-search-btn[disabled] {
    cursor: auto !important;
}
.ai-search-btn[disabled] span {
    color: rgba(0, 0, 0, 0.41);
}

.hosting__dropdown-control * {
    color: var(--text-primary);
}

.hosting__dropdown-control .text-red, .hosting__dropdown-control .text-red * {
    color: #f00;
}

.hosting__dropdown-control.no-save .hosting__dropdown-save-value {
    display: none;
}

.form-select__google-suggest {
    position: relative;
    z-index: 2;
    display: block;
}
.form-select__google-suggest .form-select__options-list {
    top: 6px;
    max-height: 182px;
    visibility: visible;
    opacity: 1;
}
.form-select__google-suggest .form-select__options-list .form-select__options-item {
    display: list-item;
}

.country-service__discounts-link {
  display: inline;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .country-service__discounts-link {
    font-size: 14px;
  }
}
.country-service__discounts-link:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.order__table--discount-amount {
    color: var(--alert--green);
}

@media only screen and (min-width: 768px) {
    .manage-card--full-width {
        max-width: 50%;
    }
}


.setup-hosting-plan-form ul,
.setup-hosting-plan-form ol {
  list-style: inside;
}
.setup-hosting-plan-form ul li,
.setup-hosting-plan-form ol li {
  margin: 0 0 16px;
  color: var(--text-primary);
}
.setup-hosting-plan-form ul li:last-child,
.setup-hosting-plan-form ol li:last-child {
  margin: 0;
}
.setup-hosting-plan-form ol {
  list-style-type: decimal;
}
.setup-hosting-plan-form ul {
  list-style-type: disc;
}
.setup-hosting-plan-form ul.form-select__options-list {
  list-style-type: none;
}
.setup-hosting-plan-form > * ul,
.setup-hosting-plan-form > * ol {
    top: 82px !important;
    padding-left: 24px;
}

button.form-input--number-btn[disabled],
button.form-select__control-button[disabled]{
    cursor: initial;
}

.account-table--active-hostings .account-table__header-text {
  text-transform: uppercase;
}

.account-table__item.account-table__item--empty {
    width: 100% !important;
}

.account-card .link-breadcrumb svg.backarrow {
    stroke: var(--text-secondary-dark);
}

.footer__select--currency .footer__options-item * {
    white-space: nowrap;
}

.about-us__seals-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    column-gap: 32px;
    padding-bottom: 32px;
}

.shopperlink img {
    height: 66px !important;
}

.label-premium .trustee-link {
    margin: 0
}

.label-premium .trustee-tooltip {
    width: auto;
    white-space: nowrap;
}

.account-form--waiting-information>div {
    margin-bottom: 16px;
}

.btn--hide-filters { cursor: pointer }

.domains-wrapper__table-header-cell a {
    color: #fff;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
    .t-mr-16 {
        margin-right: 16px;
    }
}

.edit-dns-profile__inputs  .error-message {
    max-width: 277px;
}

.generator-bg--first svg {
    color: var(--text-secondary);
}

.about .section--trustbox {
    padding-top: 32px;
    padding-bottom: 0px;
}

.add-server-form__row {
    display: grid;
    grid-template-columns: 0.53fr 0.47fr;
    gap: 16px 0;
    margin-bottom: 8px;
}

.profile-popup__form--dns {
    display: block;
}

.customer-invoice {
    display: inline-block;
    position: relative;
}

.customer-invoice>.customer-invoice-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.header__cart .btn[disabled] {
    pointer-events: none;
    background-color: rgba(21, 21, 21, 0.08);
    color: rgba(21, 21, 21, 0.64);
}

.popup--modal__edit-vat .info__editing-item {
    width: 100%;
    margin: 0;
    padding: 0 6px;
}

.bg--white {
    background-color: white !important;
}

.account__notification .lds-spinner__inline {
    margin-right: 12px;
    padding-top: 4px;
}


.lds-spinner__inline {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.lds-spinner__inline i {
    display: block;
    transform-origin: 40px 40px;
    animation: lds-spinner__inline 1.2s linear infinite;
    margin-top: -30px;
    margin-left: -22px;
}

.lds-spinner__inline i:after {
    content: " ";
    display: block;
    position: absolute;
    top: 32px;
    left: 39px;
    width: 2px;
    height: 5px;
    border-radius: 8px;
    background: #151515;
}

.lds-spinner__inline--colored i:after {
    background: var(--text-secondary);
}

.lds-spinner__inline i:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner__inline i:nth-child(2) {
    transform: rotate(45deg);
    animation-delay: -1s;
}

.lds-spinner__inline i:nth-child(3) {
    transform: rotate(90deg);
    animation-delay: -0.9s;
}

.lds-spinner__inline i:nth-child(4) {
    transform: rotate(135deg);
    animation-delay: -0.8s;
}

.lds-spinner__inline i:nth-child(5) {
    transform: rotate(180deg);
    animation-delay: -0.7s;
}

.lds-spinner__inline i:nth-child(6) {
    transform: rotate(225deg);
    animation-delay: -0.6s;
}

.lds-spinner__inline i:nth-child(7) {
    transform: rotate(270deg);
    animation-delay: -0.5s;
}

.lds-spinner__inline i:nth-child(8) {
    transform: rotate(315deg);
    animation-delay: -0.4s;
}

@keyframes lds-spinner__inline {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.progress-bar {
    display: flex;
}

.order__table--total .tip__wrapper {
    left: -162px;
    min-width: 360px;
}

@media only screen and (max-width: 768px) {
    .order__table--total .tip__wrapper {
        left: 0;
        max-width:320px;
    }
}

.article-page__content picture > img {
    aspect-ratio: 800 / 312;
}

.article__img-container img {
    aspect-ratio: 384 / 160;
    min-height: 160px;
}
.hidden-input__wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 100%;
}
input.hidden-input {
    opacity: 0.001;
    position: absolute;
    left: 0;
    top: -18px;
    width: 100%;
    height: 1px;
}

.btn.disabled svg {
    opacity: 0.48;
}

.summary-card__selected_only {
    font-weight: normal;
    font-size: 14px;
    color: rgba(21, 21, 21, 0.5);
    text-align: left;
    margin-top: -12px;
}

.icon-btn[disabled] {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.48);
}

.account-table__item-content a.underlined-link {
    display: inline;
    white-space: normal;
    margin-bottom: 2px;
}

.upload-card-grid {
  margin: 16px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .upload-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .upload-card-grid  { grid-template-columns: repeat(3, 1fr) }
}


.upload-card {
    background-color: #fff;
    border: 1px solid rgba(21, 21, 21, 0.16);
    border-radius: 8px;
    padding: 16px;
    position: relative;
}

.upload-card-button {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--text-secondary);
    opacity: 1;
}

.upload-card__caption {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.64);
    display: block;
    max-width: 100%;
    margin-right: 8px;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal !important;
}

.faq__help-subtitle .link {
    font-size: unset;
}

.login-page__wrapper .shopperlink img {
    height: 54px !important;
}
.login-page__wrapper .shopperlink,
.login-page__wrapper .trusteelink {
    margin:0 8px 8px;
}
