 :root {
    --text-primary: #151515;
    --text-secondary: #3151BC;
    --text-green: #96C23D;
    --text-green-dark: #6B931B;
    --text-secondary-dark: #3151BC;
    --secondary-op-8: rgba(49, 81, 188, 0.08);
    --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: #3151BC;
    --stripe-color-icon: #3151BC;
    --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; }

[data-href] { cursor: pointer }

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

.br-btn { border-radius: 8px }

.text-main { font-size: 16px !important }

.text-submain, .text-submain .link { font-size: 14px !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;
}

 .z-index {
   z-index: 100;
 }


.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__profile-wrapper .form--select__typeahead { top: 60px }

.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;
}

.order__summary .paypal-button {
    opacity:0;
    pointer-events:none;
    height:0;
}

.order__summary .paypal-button.paypal-button__active {
    opacity:1;
    pointer-events:auto;
    height:55px
}

.radio-button--tab { cursor: pointer }

.payment-form .radio-content { display: block }

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

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

.payment-form .order__radio-wrapper:has(.radio-button--tab:nth-child(4)) {
  display: grid !important;
  grid-template-columns: repeat(2, max-content);
  gap: 12px 24px;
  align-content: start;
}

.payment-form .order__radio-wrapper:has(.radio-button--tab:nth-child(4)) .radio-button.radio-button--tab{ margin:0; }
.payment-form .order__radio-wrapper:has(.radio-button--tab:nth-child(4)) .radio-button.radio-button--tab label{ white-space:nowrap; }

 @media only screen and (max-width: 568px) {
     .order--confirm .payment-form .order__radio-wrapper {
         flex-wrap: wrap;
         margin-bottom: 0
     }
     .payment-form .order__radio-wrapper .radio-button.radio-button--tab {
         margin-left: 0;
         width: 100%;
     }
     .order--confirm .payment-form .radio-content { margin-top: 34px }
     .credit-card__header {
         flex-direction: column-reverse;
         align-items: flex-start
     }
     .credit-card__header .credit-card__label {
         margin-bottom:4px;
     }
     .summary-card__row .summary-card__desc-row>span:first-child {
         text-align:left;
         max-width: 50%;
     }
     .summary-card__row .summary-card__desc-row>span:last-child {
         text-align: right;
         max-width: 50%;
     }
 }

.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;
    margin-top: 3px;
}

.form--select__typeahead input:focus {
    outline: 1px solid var(--text-green);
    border: none;
}

.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;
  border-radius: 12px;
  background-color: rgba(21, 21, 21, 0.02);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 2px solid transparent;
}
.host-plan-card.selected {
  border: 2px solid var(--text-green);
}
.host-plan-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.host-plan-card__heading {
  font-size: 16px;
  line-height: 24px;
}
.host-plan-card__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}
.host-plan-card__list {
  font-size: 14px;
  line-height: 21px;
  list-style: initial;
  margin-left: 22px;
  margin-bottom: 16px;
}
.host-plan-card .hosting__dropdown {
  margin: 0;
}
.host-plan-card .hosting__dropdown-price {
  font-size: 18px;
}
.host-plan-card .hosting__dropdown-price-box {
  margin-bottom: 0;
}
.host-plan-card .hosting__dropdown-control-icon {
  right: 14px;
}

.host-plan-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .host-plan-cards-grid {
    grid-template-columns: 1fr;
  }
}


.host-plan-card {

}

.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(49, 81, 188, 0.48);
}

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;
}
.in-header-search__submit[disabled] .btn-spinner {
    display: inline-block;
}

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

.in-header-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;
    cursor: pointer;
    border-radius: 8px;
    background: rgba(49, 81, 188, 0.04);
    border: 1px solid rgba(21, 21, 21, 0.16);
}

.dnd-input__widget label {
    margin: 0 64px;
    padding: 16px 0 8px 0;
}

.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--preview {
    margin-top: 12px;
    text-align: center;
}
.dnd-input__widget--preview img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    margin: 0 auto 6px;
}
.dnd-input__widget--preview-label {
    font-size: 14px;
    color: inherit;
}

.dnd-input__widget--drag {
    border-color: var(--text-secondary);
}

.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(13, 23, 57, 0) }
  100% { background-color: rgba(13, 23, 57, 0.8) }
}

.popup--modal {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    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;
}

.popup__wrapper::-webkit-scrollbar {
   width: 8px;
}
.popup__wrapper::-webkit-scrollbar-track {
   background: transparent;
   border-radius: 8px;
}
.popup__wrapper::-webkit-scrollbar-thumb {
   background-color: rgba(0, 0, 0, 0.2);
   border-radius: 8px;
}


@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__header .account-table__item:last-child,
.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__header .account-table__item:last-child,
  .account-table--domains .account-table__item:last-child {
    width: 23%;
  }
}

 .account-table--domains .account-table__item:first-child {
   width: 40.5% !important;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--domains .account-table__item:first-child {
     width: 25% !important;
   }
 }
 .account-table--domains .account-table__item:nth-child(2) {
   width: 20.5%;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--domains .account-table__item:nth-child(2) {
     width: 23%;
   }
 }
 .account-table--domains .account-table__item:nth-child(3) {
   width: 20.5%;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--domains .account-table__item:nth-child(3) {
     width: 23%;
   }
 }
 .account-table--domains .account-table__item:last-child {
   width: 16%;
   margin-left: auto;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--domains .account-table__item:last-child {
     width: 23%;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--domains .account-table__item {
     width: 100% !important;
   }
   .account-table--domains .account-table__item-header {
     line-height: 24px;
   }
 }


.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),
.account-table--billing-methods .account-table__header-wrapper:nth-of-type(5) {
    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--wallet .account-table__item-wrapper .account-table__item:nth-of-type(5),
.account-table--billing-methods .account-table__item:nth-of-type(5) {
    margin-right: 0;
    padding-right: 0;
}
.account-table--wallet .account-table__item-wrapper.account-table__item:last-of-type,
.account-table--wallet .account-table__item:last-of-type {
    width: 18.5% !important;
    justify-content: end;
}
.account-table--wallet .account-table__content .account-table__item:last-of-type {
    margin-right: 32px;
    justify-content: center;
    padding-right: 0;
}
.account-table--wallet .account-table__content .account-table__item:nth-of-type(4){
    padding-right:0;
    text-align: right;
}
.account-table--wallet .account-table__item-wrapper:last-of-type {
    margin-right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .account-table--wallet .account-table__content .account-table__item:last-of-type {
    width: 100% !important;
    justify-content: space-between;
    padding: 0 !important;
    text-align: left !important;
    gap: 8px;
    flex-direction: row;
    align-items: 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,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAYAAACeXl35AAAD70lEQVR42o2WS2yUVRTHf+d+LVP7QFoaW4vl/SrBLkpSwQQD+FhIiQYVInFlqhtb1IUsmmCauEBM0AWYmCgbTFCJizZSECSBWBJboqYdgVYsJZ1iZ6bvx7Sd6cx3j4v5ikPTMj3JbE6+c373nnPm/C88wlTVAASDbTmqWq2qF1U1qKqu9wt5vuqBget5XozzqJyyAEgAERGrqm8CH0N0c+/EDQKDfzI69S8Ay7JLWFm4jdK8ZwDfP0C9iJz1DqoiommBHsyIiKuqp4D3/KGz/NZ12g5PdmNMpvgycgUgloiotXFdnrOO7evfNuXFhwBOiUitd1M7Fzof0EmFNfhr4h3B805+9ipTVlzFqoJnWZpVAgLj0T4Cwy10hM4zMtVjNxfvdV8tP5kJfCkiNbO5SGeqelBVtcFfM/PZL5ts080jGokN6EI2MtWjDe21euzSWtvgPzzjuQ/MlztjrmNgoCMPOH67/0e9E77iPLVsm1SUvkU0PsZENIQgIIKqxZeRS372apY9tpKqrScAlY7gT86Goud0yxOvfXozfPXC1qLdkXQlrYbpr09d22MTGjWOWULCjWE1gYh5KFCB8pI32LXxCBnGx0QsxLc3XieRiNnDu5sNZL0jIt+kA16eseMvBIZ+t45Z4qhaRCTlU8XaJLw/0klz1xdUPX2CsqKXASE8fpux6H13TeEOk2nyrojIS+n6F/Z6YHUR9lXzbr1657iqqiZsXFNjXXXDaXsIFCbB7kO3VxRBGJ3upXuomQzjIzx+i/FokNL8SgAMyd4qKkYcDKZwMcBkrcWZc3MXEYfQ+F9c7jhKrq+ITJPFzvUfsq5wV/JAXow8ooJmHt8ggMVVVdcbDbyBUUrzK1nxeAVWE+zZWMf21e9i1U1OL4qqi8Vqaq50wHZADY5NnjiZSBBUlVxfES+W1WPE4de7nzM63YsRB1ULCJIspfVO2r4IoHsOkL7RdgmMtDKTiIDXGxGDVZcnl5bz/KajDE1203TzI6bjI4gYYokJAiOt9I36Z8f6XFpgf3/n98C9/uk2OdOy3168XYdr4w9gAlhNsKV4HzvXfcBkbIC/wz/j2jgXb9VxpnW/7Z9uE6BncLDzBxZjqnpAVbXR//7MsUtrbUN7rY5MBRb8awxGuh6stsb/V9vBRcnT3OXd6K+Nd4SavOW9j1UFO5LLGxiL3icw3EJn+ALDk/dsWfFe95U0yzudPJ0Eavyh72jpOm2HJu/OK08FOWvYsb56Vp4ewBYlT/MI8CGgHmIbeidaCQz+wehUX1KAc1awcnkFpXmVQFYn8Ek6AU7XSyepINfzUp4YoZQnRnD2iREMtuWkPksWsv8Ay43IPrVIa94AAAAASUVORK5CYII=");
  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;
  }
}

.flag-shadow,
.breadcrumb__item .flag-shadow,
.country-domain__name .flag-shadow,
.domains-wrapper__table--new-extensions .flag-shadow { border-radius: 4px }


.domains-wrapper__domain .flag-shadow {
  transform: scale(0.75);
  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;
}

.country-domain__table .currency { margin: 0 8px 0 16px }
.country-domain__table .old-price { margin-left: 8px }


@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: 0 0 16px;
}
.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,
  .popup--modal__requirements .popup__section {
    font-size: 12px;
  }
}
.popup--modal__requirements .popup__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-primary);
  margin-bottom: 8px;
}
@media only screen and (max-width: 568px) {
  .popup--modal__requirements .popup__subtitle {
    font-size: 16px;
  }
}
.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;
    vertical-align: middle;
}
.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__requirements .popup__table td span.currency {
    color: rgba(21, 21, 21, 0.64);
    font-size: 14px;
    line-height: 16px;
}
.popup--modal__requirements .popup__table td span.price {
    margin: 0 4px;
}
.popup--modal__requirements .popup__table td span.old-price {
    color: rgba(21, 21, 21, 0.64);
}

.popup--modal__requirements .popup__table td .sale-label {
    display: inline-block;
    margin-left:16px;
}

.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);
    text-decoration: underline;
}
.faq__answer a:visited {
    color: var(--text-secondary-dark);
}

.faq__answer a:focus, .faq__answer a:hover {
    text-decoration: none !important;
}

.faq__answer li {
    padding: 8px 0;
}

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

 .order__summary-item .flag--order {
     background-size: contain !important;
     border-radius: 0;
     width: 40px;
     background-repeat: no-repeat !important;
 }

 .input__length-counter {
     margin-top:6px;
     text-align: right;
     font-size: 14px;
     padding-right: 10px;
     color: rgba(21, 21, 21, 0.32);
 }
 .input__length-counter--error {
     color: #f00;
 }

@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: 490px;
}


@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;
    }
}

@media only screen and (max-width: 568px) {
    .tooltip-container {
        left: 2px;
        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 }

 .form-input-group {
     display: flex;
 }

 .form-input-group {
     display: flex;
 }

 .form-input-group>.form-input:first-child {
     flex: 0 0 auto;
 }
 .form-input-group>.form-input:last-child {
     flex-grow: 1;
 }

 .form-input-group>.form-input:last-child {
     flex-grow: 1;
 }

 .order__section-grid .form-input-group:first-child {
    align-items: flex-end;
}

.order__section-grid .form-input-group {
    align-items: flex-start;
    gap: 12px;
}

.order__section-grid .form-input-group:last-child {
    flex-direction: column;
}

.order__section-grid .form-input-group:last-child > .form-input {
    width: 100%;
    flex: 1 1 auto;
}

.order__section-grid .form-input-group>.form-input:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.order__section-grid .form-input-group>.form-input:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.order__section-grid label,
.trademarks-class-selectors-popup .label {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
    color: rgba(21, 21, 21, 0.48);
}
.trademarks-class-selectors-popup .label {
    margin-bottom: 8px;
}
.trademarks-class-selectors-popup .input-search__btn[disabled] .search-btn-text {
    display: inline;
}

.trademarks-class-selectors-popup .search-results__wrapper {
    max-height: 400px;
    overflow-y: auto;
    padding-right:8px;
    border-radius: 8px;
}

.trademarks-class-selectors-popup .order__section-grid  {
    cursor: pointer;
}

.trademarks-class-selectors-popup .order__section-grid--active  {
    background-color: var(--secondary-op-8);
    border: 1px solid var(--text-secondary);
}

.trademarks-class-selectors-popup .search-results__wrapper .card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.trademarks-class-selectors-popup .search-results__wrapper .card-header--class {
    font-weight: 600;
}
.trademarks-class-selectors-popup .search-results__wrapper .card-header--desc {
    color: rgba(21, 21, 21, 0.64);
}
.trademarks-class-selectors-popup .search-results__wrapper .card-body {
    margin-left: 30px;
}

.trademarks-class-selectors-popup .search-results__wrapper .card-body label {
    font-size: 12px !important;
    margin: 6px 0;
}

.trademarks-class-selectors-popup .search-results__wrapper .card-body .suggested-text {
    font-size: 14px;
    line-height: 1.2em;
}

.trademarks-class-selectors-popup .search-results__wrapper .card-body textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 8px;
    padding: 8px;
    resize: none;
    overflow: hidden;
    outline: none;
}

.trademarks-class-selectors-popup .search-results__wrapper .card-body textarea:focus {
    border: 1px solid var(--text-secondary);
}

.input-search__btn:disabled {
    background-color: rgba(21, 21, 21, 0.16);
}

.order__section-grid button.remove-field:hover {
    background-color: #f7f7fb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}

.order__section-grid button.remove-field:focus-visible {
    outline: 2px solid var(--text-secondary);
    outline-offset: 2px;
}

 .trademarks-order-info .order__summary-item.order__summary-item--calc {
     min-width: 280px;
 }

 .trademarks-order-info .order__summary-item--calc .order__summary-list li {
     margin-bottom: 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.in-header-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;
    }
}

 .domains-wrapper__table-header-cell:nth-child(5) {
   width: 10%;
   text-align: center;
   white-space: nowrap;
 }
 @media only screen and (max-width: 1280px) {
   .domains-wrapper__table-header-cell:nth-child(5) {
     width: 11%;
   }
 }

 .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(4) {
     width: 12%;
     white-space: nowrap;
 }

 .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(4) {
     width: 12%;
     text-align: center;
 }


@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: 11%;
        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: 11%;
        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,
.btn--row-help svg {
    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;
}

.account__notification--content {
    position: relative;
    padding-right: 16px;
}

.account__notification--content .account_notification--close-btn {
    position: absolute;
    top: -10px;
    right: -4px;
    font-size: 20px;
    cursor: pointer;
}

.account__notification {
      opacity: 1;
      transition: opacity .2s ease-in-out;
}

.account__notification.close {
      opacity: 0;
}

.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:first-child img {
    aspect-ratio: 800 / 312;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.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%;
}
.hidden-input__wrapper select,
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-title a {
    font-size: unset;
    color: #fff;
    text-decoration: underline;
}

.faq__help-title a:visited { color: #fff }

.faq__help-title a:focus, .faq__help-title a:hover { text-decoration: none }

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

@media only screen and (max-width: 1024px) {
  .quote.order {
    padding: 56px 24px;
  }
}
@media only screen and (max-width: 568px) {
  .quote.order {
    padding-top: 48px;
  }
}
.quote__title {
  /*font-family: Cabin;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #151515;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .quote__title {
    margin-bottom: 12px;
  }
}
.quote__card {
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 20px;
}
.quote__table-title {
  /*font-family: "Cabin";*/
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-secondary-dark);
    /*color: #151515;*/
  margin-bottom: 20px;
}
.quote__services {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #E2E5EC;
}
@media only screen and (max-width: 767.98px) {
  .quote__services {
    gap: 12px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.quote__actions {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 568px) {
  .quote__actions {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
  }
}
.quote__notes {
  border-radius: 8px;
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 24px;
}
.quote__list-title {
  /*font-family: Cabin;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
    color: var(--text-secondary-dark);
  margin-bottom: 12px;
}
.quote__list {
  list-style: disc;
  padding-left: 23px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 24px;
}
.quote__list:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E5EC;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .quote-section.section {
    padding-bottom: 0;
  }
}

.quote-header {
  border-radius: 8px;
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 28px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767.98px) {
  .quote-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 46px;
  }
}
.quote-header__cell {
  position: relative;
}
.quote-header__cell:first-child {
  grid-column: 1/-1;
}
.quote-header__cell:first-child .quote-header__title {
  margin-bottom: 12px;
}
.quote-header__cell:first-child::before {
  display: none;
}
.quote-header__cell:first-child:after {
  content: "";
  background-color: #E2E5EC;
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(100% + 24px);
}
@media only screen and (max-width: 767.98px) {
  .quote-header__cell:first-child:after {
    top: calc(100% + 12px);
  }
}
.quote-header__cell:nth-child(2)::before {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .quote-header__cell:last-child::before {
    display: none;
  }
}
.quote-header__cell::before {
  content: "";
  position: absolute;
  left: -24px;
  height: 100%;
  width: 1px;
  background-color: #E2E5EC;
}
@media only screen and (max-width: 767.98px) {
  .quote-header__cell::before {
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.quote-header__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #151515;
  opacity: 0.88;
  margin-bottom: 4px;
}
.quote-header__main {
  display: grid;
  grid-template-columns: 252px 1fr;
  gap: 48px;
}
@media only screen and (max-width: 767.98px) {
  .quote-header__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.quote-header__main .quote-header__desc {
  line-height: 26px;
}
.quote-header__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #151515;
  opacity: 0.88;
}
.quote-header address {
  position: relative;
}
.quote-header address::before {
  content: "";
  position: absolute;
  left: -24px;
  height: 100%;
  width: 1px;
  background-color: #E2E5EC;
}
@media only screen and (max-width: 767.98px) {
  .quote-header address::before {
    bottom: calc(100% + 12px);
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.quote-table {
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
.quote-table__header {
  padding: 16px 24px 15px;
  display: grid;
  grid-template-columns: 1fr 100px 117px 100px;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #151515;
  background: rgba(21, 21, 21, 0.02);
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}
@media only screen and (max-width: 767.98px) {
  .quote-table__header {
    display: none;
  }
}
.quote-table__header .quote-table__cell:not(:first-child) {
  display: flex;
  justify-content: flex-end;
}
.quote-table__row {
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  padding: 16px 24px;
}
.quote-table__main {
  display: grid;
  grid-template-columns: 1fr 100px 117px 100px;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .quote-table__main {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.quote-table__main .quote-table__cell {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #151515;
}
.quote-table__main .quote-table__cell:not(:first-child) {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .quote-table__main .quote-table__cell:not(:first-child) {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .quote-table__main .quote-table__cell:first-child {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
  .quote-table__main .quote-table__cell:first-child .quote-table__tablet-title {
    opacity: 0.3;
    margin-bottom: 10px;
  }
}
.quote-table__name {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.quote-table__discount-wrapper {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
.quote-table__discount {
  font-weight: 500;
  font-style: italic;
    color: var(--text-secondary);
}
.quote-table__footer {
  padding: 16px 24px;
    background-color: rgba(21, 21, 21, 0.02);
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  line-height: 24px;
}
.quote-table__tablet-title {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .quote-table__tablet-title {
    display: block;
    font-weight: 700;
  }
}

.quote-summary {
    border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 24px;
  border-radius: 8px;
  color: #151515;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767.98px) {
  .quote-summary {
    margin-top: 24px;
    margin-bottom: 35px;
  }
}
.quote-summary__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  line-height: 23px;
}
.quote-summary__row:first-child {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}
.quote-summary__total {
  padding: 20px;
  border-radius: 8px;
    background-color: rgba(21, 21, 21, 0.08);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 568px) {
  .quote-summary__total {
    flex-direction: column;
    gap: 8px;
  }
}
.quote-summary__price {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
    color: #151515;
}

.quote-section .order.quote {
    padding-top: 48px;
}
.order-page.quote-section {
    /*padding-top: 32px;*/
}

.order-wrapper__with-ribbon {
    position: relative;
    overflow: hidden;
}

.quote__ribbon-wrapper {
    position: absolute;
    top: 55px;
    left: -55px;
    width: 250px;
    transform: rotate(-45deg);
    transform-origin: center;
    z-index: 1;
}

.quote__ribbon {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quote__ribbon--draft {
    background-color: #ffc107;
    color: #000;
}

.quote__ribbon--inactive {
    background-color: var(--alert--red);
    color: var(--alert-bg--red);
}

.quote-section .btn-cta-primary--light {
    padding: 8px 48px;
}

.hero--author__image {
    border-radius: 8px;
}

.hero--blog__author .hero__content {
    margin-bottom: 32px;
}

.hero--author__summary h2 {
    font-family: "Cabin", sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 16px;
}

.hero--author__summary {
    line-height: 1.5;
    color: rgba(21, 21, 21, 0.88);
    font-size: 20px !important;
}
.hero--author__summary p {
    margin-bottom: 16px;
}

.hero--blog__author .hero__wrapper-image { right: 0 }

.hero--blog__author .hero__wrapper {
    row-gap: 16px;
}
@media only screen and (max-width: 767.98px) {
    .hero--author__summary h2 { font-size: 28px }
    .hero--author__summary { font-size: 16px !important }
    .hero--blog__author .hero__wrapper-image { margin-bottom: 32px }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero--blog__author .hero__wrapper-image {
        margin-bottom: 48px
    }
}

.footer__select--language .selected-option a {
    color: #fff;
}

.faq__answer--more {
    text-align: right;
    margin-bottom: 16px;
}
.faq__answer--more  a {
}

.header__actions-item svg,
.header__actions-item .header__actions-item-text>a {
    color: var(--text-green) !important;
}

.header__actions-item.opened svg {
    color: #3151BC !important;
}

 svg.whatsapp, svg.whatsapp path {
     stroke: none !important;
 }

.header__actions-item.opened > svg path,
.header__actions-item.opened .flex > svg path {
  fill: none !important;
}

.in-header-search {
  position: relative;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  margin-right: 112px;
}
@media only screen and (max-width: 1440px) {
  .in-header-search {
    margin-right: 16px;
  }
}

.in-header-search__options {
  position: absolute;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: #ffffff;
  top: calc(100% + 4px);
  padding: 16px 16px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}
.in-header-search__options.active {
  opacity: 1;
  visibility: visible;
}
.in-header-search__all {
  color: #f9a245;
  display: flex;
  align-items: center;
  padding: 12px 0 16px;
  border-top: 1px solid #edeff6;
  justify-content: space-between;
}
.in-header-search__list li:not(:last-child) {
  border-bottom: 1px solid #edeff6;
}
.in-header-search__list li:not(:first-child) a {
  padding-top: 12px;
}
.in-header-search__list a {
  padding-bottom: 12px;
  width: 100%;
}
.in-header-search .suggestion {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: #D0D0D0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hero__text a.text-secondary {
    color: var(--text-secondary);
}

.header-menu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-menu hr {
  margin: 0 0 6px;
  border-color: rgba(21, 21, 21, 0.08);
}
.header-menu__link {
  display: inline-flex;
    white-space: nowrap;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
.header-menu__link:hover {
  background: var(--secondary-op-8);
  color: var(--text-secondary);
}
.header-menu__link:hover svg path {
  stroke: var(--text-secondary);
}
.header-menu__link--logout {
  padding: 16px 12px;
  justify-content: center;
  width: 100%;
  background-color: rgba(21, 21, 21, 0.08);
}
.header-menu__link--logout:hover svg path {
  stroke: none;
  fill: var(--text-secondary);
}

.header-menu__link svg path {
    color: var(--text-primary);
}

.login-page .card__notification {
    font-size: 16px;
}

.input-preview-customized__icon, .input-preview-customized__show-button  {
    color: var(--text-secondary);
}

 .trade-form__row .form-input {
     width: 100%;
 }

 .trade-form__row .form-input .text-14.selected-option {
     font-size: 16px !important;
 }

 .trade-form__row .form-input label {
     color: var(--text-primary);
 }

 .htmx-request .trade-form__row {
     display: none;
 }


.account-info-table .account-service {
    background: none;
}

.account-info-table__title {
  background-color: rgba(226, 229, 236, 0.15);
  padding: 24px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.in-header-search {
  position: relative;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  margin-right: 112px;
}
@media only screen and (max-width: 1440px) {
  .in-header-search {
    margin-right: 16px;
  }
}
.in-header-search__input {
  position: relative;
  padding: 12px 36px 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(132, 132, 132, 0.16);
  background: #ffffff;
  font-size: 14px;
  line-height: 16px;
}

.in-header-search__input:focus, .in-header-search__input:hover { outline: 1px solid var(--text-green) }

.in-header-search__input::-moz-placeholder {
  opacity: 0.4;
}
.in-header-search__input::placeholder {
  opacity: 0.4;
}
.in-header-search__input-wrapper {
  position: relative;
}
.in-header-search__input-wrapper:has(input:focus) .in-header-search__input-icon {
  rotate: 180deg;
  top: 12%;
}
.in-header-search__input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

 .in-header-search__options.active {
  opacity: 1;
  visibility: visible;
}
.in-header-search__all {
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  padding: 12px 0 16px;
  border-top: 1px solid #edeff6;
  justify-content: space-between;
}
.in-header-search__list li:not(:last-child) {
  border-bottom: 1px solid #edeff6;
}
.in-header-search__list li:not(:first-child) a {
  padding-top: 12px;
}
.in-header-search__list a {
  padding-bottom: 12px;
  width: 100%;
}
.in-header-search .suggestion {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: #D0D0D0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 992px) {
  .lg-t-flex-column {
    flex-direction: column;
  }
}


.hero--extended { padding-top: 82px }

.hosting-hero--generic.hero--extended { padding-top: 95px }

.hosting-hero--comodo { min-height: 610px }

.trademark-search__box-icon, .header__actions-item svg, .trustee-link svg, .breadcrumb__item-icon,
.btn-outline svg, .results-table__title-icon svg, svg.nav-icon {
    color: var(--text-secondary-dark)
}

.domains-wrapper__info-btn svg path, svg.qmark-icon { color: var(--text-green) }

.domains-section--international-extensions { margin-top: 80px }

main.google-workspace {
    padding-top: 36px;
}

.block-advantages--2-cols {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767.98px) {
  .block-advantages--2-cols {
    grid-template-columns: 1fr;
  }
}

.hero__image--whois-cctld .domains-image__flag {
  border-radius: 8px;
  position: absolute;
  left: 30px;
  top: 12%;
  width: 173px;
  height: 123px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1280px) {
    .hero__image--whois-cctld .domains-image__flag {
    width: 156px;
    height: 111px;
    top: 15%;
  }
}
@media only screen and (max-width: 1150px) {
    .hero__image--whois-cctld .domains-image__flag {
    width: 117px;
    height: 83px;
    top: 24%;
  }
}
@media only screen and (max-width: 1024px) {
    .hero__image--whois-cctld .domains-image__flag {
    width: 160px;
    top: 25%;
  }
}
@media only screen and (max-width: 992px) {
    .hero__image--whois-cctld .domains-image__flag {
    width: 28dvw;
    height: 20dvw;
    left: 60px;
    top: 12%;
  }
}
@media only screen and (max-width: 767.98px) {
    .hero__image--whois-cctld .domains-image__flag {
    width: 26dvw;
    height: 18dvw;
    left: 40px;
  }
}
@media only screen and (max-width: 568px) {
    .hero__image--whois-cctld .domains-image__flag {
    width: 21dvw;
    height: 15dvw;
    left: 22%;
    top: 15%;
  }
}
@media only screen and (max-width: 375px) {
    .hero__image--whois-cctld .domains-image__flag {
  }
}

.hero__image--whois-cctld .domains-image__country {
  font-size: 32px;
  padding: 9px 16px;
  background-color: #4159A3;
  border-radius: 8px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  position: absolute;
  top: 32%;
  left: 26%;
}
@media only screen and (max-width: 1280px) {
    .hero__image--whois-cctld .domains-image__country {
    font-size: 26px;
  }
}
@media only screen and (max-width: 992px) {
    .hero__image--whois-cctld .domains-image__country {
    font-size: 46px;
    top: 34%;
    left: 26%;
    padding: 12px 26px;
  }
}
@media only screen and (max-width: 767.98px) {
    .hero__image--whois-cctld .domains-image__country {
    font-size: 32px;
    left: 24%;
  }
}
@media only screen and (max-width: 568px) {
    .hero__image--whois-cctld .domains-image__country {
    font-size: 20px;
    padding: 11px 19px;
    left:32%;
  }
}
@media only screen and (max-width: 375px) {
    .hero__image--whois-cctld .domains-image__country {
    font-size: 18px;
    padding: 6px 14px;
  }
}

 .hosting-hero--country-tr-search .hero__image svg {
     position: relative;
     z-index: 10;
 }

.hosting-hero--country-tr-search .hero__image .flag {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-66.66%);
    width: 240px;
    height: 171px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;

}

@media only screen and (max-width: 1024px) {
    .hosting-hero--country-tr-search .hero__image .flag {
        width: 200px;
        height: 141px;
    }
}


@media only screen and (max-width: 992px) {
    .hosting-hero--country-tr-search .hero__image .flag {
        width: 280px;
        height: 171px;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .hosting-hero--country-tr-search .hero__image .flag {
        width: 240px;
        height: 171px;
        transform: none;
    }
}

 @media only screen and (max-width: 568px) {
    .hosting-hero--country-tr-search .hero__image .flag {
        right: 32px;
        width: 180px;
        height: 121px;
        transform: TranslateY(-33%);
    }
}


.hosting-hero--tr-register svg.hero__main {
    position: relative;
    z-index: 0;
}

.hosting-hero--tr-register svg.hero__check {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

 .hosting-hero--tr-register .hero__image .flag {
     position: absolute;
     right:40px;
     top: 8%;
     width: 170px;
     height: 120px;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     border-radius: 16px;
     z-index: 5;
 }

 .hero__image--flags-renewal {
   position: relative;
 }
 .hero__image--flags-renewal .flag {
   border-radius: 50%;
   overflow: hidden;
   position: absolute;
   top: 15%;
   left: 0;
     width: 150px;
     height: 150px;
   background-size: 220px;
 }

 @media only screen and (max-width: 568px) {
     .hero__image--flags-renewal .flag {
         left: 10%;
         width: 80px;
         height: 80px;
         background-size: 120px;
     }
 }

 .order__section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 16px;
  border: 1px solid rgb(237, 239, 246);
  border-radius: 8px;
}
.order__section-grid .form-input {
  position: relative;
}
.order__section-grid .form-input-group:first-child {
  align-items: flex-end;
}
.order__section-grid .form-input-group {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.order__section-grid .form-input-group:last-child {
  flex-direction: column;
}
.order__section-grid .form-input-group:last-child > .form-input {
  width: 100%;
  flex: 1 1 auto;
}
.order__section-grid button.remove-field {
    flex-shrink: 0;
    box-sizing: border-box;
    color: var(--alert--red);
    opacity: 0.64;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E5EC;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    margin-bottom: 28px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    align-self: flex-end;
}
.order__section-grid button.remove-field:hover {
  background-color: #f7f7fb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.order__section-grid button.remove-field:focus-visible {
  outline: 2px solid var(--text-secondary);
  outline-offset: 2px;
}
.order__section-grid .form-input textarea {
  resize: none;
}

 .order__title {
   font-weight: 700;
   font-size: 24px;
   line-height: 24px;
   color: #151515;
   text-align: center;
   margin-bottom: 20px;
   font-family: "Cabin", sans-serif;
 }
 @media only screen and (max-width: 568px) {
   .order__title {
     margin-bottom: 24px;
   }
 }
 .order__section-description {
   text-align: center;
   line-height: 24px;
   max-width: 100%;
    margin: 0;
 }
 @media only screen and (max-width: 568px) {
   .order__section-description {
     margin-bottom: 24px;
   }
 }
 .order__section-description .link {
   font-size: 16px;
 }
 .order--domain {
   padding: 56px 32px;
 }
 @media only screen and (max-width: 568px) {
   .order--domain {
     padding: 32px 32px 64px;
     border-radius: unset;
     border: none;
   }
 }

 .trademarks-order-info .order__summary-box {
   display: grid;
   grid-template-columns: 1.23fr 1fr 1fr;
   gap: 16px;
   justify-content: space-between;
   border-bottom: 1px solid #edeff6;
   margin-bottom: 16px;
   padding-bottom: 16px;
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-order-info .order__summary-box {
     grid-template-columns: 1fr;
   }
 }
 .trademarks-order-info .order__summary-box--w-flag {
   margin-bottom: 12px;
   padding-bottom: 11px;
 }
 .trademarks-order-info .order__summary-box--grand-total {
   margin-top: 20px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
 }
 .trademarks-order-info .order__summary-box--grand-total .title {
   font-size: 24px;
   font-style: normal;
   font-weight: 700;
   line-height: 23px;
 }
 .trademarks-order-info .order__summary-item--calc {
   flex-grow: 1;
   max-width: 290px;
   margin-right: 42px;
 }
 .trademarks-order-info .order__summary-item--calc .order__summary-list li > span {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 8px;
 }
 .trademarks-order-info .order__summary-item--calc .order__summary-list li > span span {
   color: var(--text-primary);
   font-weight: 600;
 }

 .order-wrapper__with-ribbon {
     position: relative;
     overflow: hidden;
 }

 .quote__ribbon-wrapper {
     position: absolute;
     top: 55px;
     left: -55px;
     width: 250px;
     transform: rotate(-45deg);
     transform-origin: center;
     z-index: 1;
 }

 .quote__ribbon {
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
     text-transform: uppercase;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .quote__ribbon--draft {
     background-color: #ffc107;
     color: #000;
 }

 .quote__ribbon--inactive {
     background-color: var(--alert--red);
     color: var(--alert-bg--red);
 }

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


 .upload-card-grid,
 .country-card-grid {
   display: grid;
   grid-template-columns: 1fr;
   gap: 24px;
 }

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

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


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

 .country-card-header {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   margin-bottom: 16px;
 }

 .country-card h4 {
     font-size: 1.1em;
     color: #151515;
     margin: 0;
     display: inline-flex;
     align-items: center;
 }

 .country-card-header .flag-shadow {
   margin-right: 4px;
   display: inline-block;
     min-width: 28px;
 }

 .country-card-button {
   cursor: pointer;
   display: flex;
   /*align-items: center;*/

         margin-left: auto;

 }

 .dnd-input__wrapper .upload-card-grid {
     margin: 16px 0;
 }

 .dnd-input__wrapper .upload-card-button {
     color: #f00;
     opacity: .5;
 }
 .dnd-input__wrapper .upload-card__caption {
     margin-right: 6px;
 }

 .upload-card {
     position:relative;
 }

 .upload-card-button {
   cursor: pointer;
   display: block;
   position: absolute;
   right: 10px;
   top: 10px;
 }

 .upload-card img,
 .info__item-content--tm-logo {
     display: block;
     height: 5rem;
     margin: 0 auto;
     object-fit: contain;
 }
 .upload-card__caption,
 .info__item-content--tm-logo-caption {
     text-align: center;
     font-size: 14px;
     color: rgba(21, 21, 21, 0.5);
     margin-top: 8px;
     display: block;
     max-width: 100%;
     word-break: break-word;
     overflow-wrap: break-word;
     white-space: normal !important;
 }

 .info__item-content--tm-logo-caption {
     display:block;
     margin-bottom: 16px;
 }

 .multi-quote__button-container {
   display: flex;
   gap: 24px;
   justify-content: flex-end;
   flex-direction: column-reverse;
     width: 100%;
     align-items: stretch;
 }

 @media (min-width: 576px) {
     .multi-quote__button-container {
     flex-direction: row;
   }
 }

 .multi-quote__button-container .btn {
     flex: 1 1 0;
     min-width: 0;
     padding: 10px 20px;
     font-size: 16px;
     cursor: pointer;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .arrow-btn .arrow-container-back {
   position: relative;
   overflow: hidden;
   display: inline-block;
   width: 16px;
   height: 16px;
   margin-right: 16px;
 }

 .arrow-btn .arrow-container-back::after,
 .arrow-btn .arrow-container-back::before {
   content: url("../../images/icons/arrow-left-purple.2e48ec8189c1.svg");
   position: absolute;
   top: 0;
   right: 0;
   line-height: 16px;
   transition: all 0.3s ease-in-out;
 }

 .arrow-btn .arrow-container-back::before {
   right: -14px;
 }

 .arrow-btn:hover .arrow-container-back::before {
   right: 0;
 }

 .arrow-btn:hover .arrow-container-back::after {
   right: 14px;
 }

 .form-multiselect {
     border: 1px solid rgba(21, 21, 21, 0.16);
     border-radius: 8px;
     padding: 4px 16px;
     scroll-behavior: smooth;
     max-height: 200px;
     overflow-y: auto;
 }
 .form-multiselect--multi {
     /*padding: 16px;*/
 }

 .form-multiselect ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .form-multiselect li {
     position: relative;
 }
 .form-multiselect li:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   background: #edeff6;
   bottom: 0;
   left: 0;
 }
 .form-multiselect li:last-child:after {
   display: none;
 }

 .form-multiselect label {
     display: flex;
     align-items: center;
     width: 100%;
     margin:0;
     padding: 12px 0;
 }
 .form-multiselect span {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     display: inline-block;
     max-width: 100%;
 }

 .form-multiselect label input {
     margin-right: 8px;
 }

 .form-select__options-item.disabled-option {
     color: rgba(0, 0, 0, 0.24);
 }

 .order__section--tm-application {
     position: relative;
     border-radius: 8px;
     border: 1px solid #E2E5EC;
     padding: 20px;
 }

 .order__section--tm-application__remove-btn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;

 }
 .order__section--tm-application .form__title {
     color: var(--text-secondary);
 }
 .order__section--tm-application .form-input--checkbox  {
     border: 0;
     padding: 12px 0;
 }

 dl.info__item-content {
     border-left: 3px solid rgba(21, 21, 21, 0.08);
 }
 dl.info__item-content dt,
 dl.info__item-content dd {
     padding-left: 10px;
     font-size: 14px;
  }
 dl.info__item-content dd {
     margin: 0;
     color: rgba(21, 21, 21, 0.64);
     font-weight: normal;
 }
 dl.info__item-content dt {
     color: #151515;
     font-weight: 500;
 }

 .order__section--tm-application .info__item-title {
     font-weight: 500;
     color: #151515;
 }

 .order__section--tm-application .info__item-content {
     font-weight: 300;
     color: rgba(21, 21, 21, 0.64);
 }

 .order__section--tm-application .flag__icon  {
     height: 44px;
     width: 44px;
     background-color: rgba(148, 35, 237, 0.1);
     border-radius: 8px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     margin-right: 8px;
 }

 .order__section--tm-application .flag__icon .flag {
     width: 28px;
     height: 28px;
     display: block;
     /*background: url('') 50% no-repeat;*/
     background-size: 28px;
     border-radius: 8px;
     overflow: hidden;
 }

 .order__section--tm-application .form__title {
       display: flex;
       align-items: center;
 }

 .order__section--tm-application .form__title--text {
   display: inline-block;
   vertical-align: middle;
 }

 .proforma .quote__title {
   font-family: Inter, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px;
   color: #151515;
   margin-bottom: 8px;
 }

 ul.important-articles li {
     margin-bottom:0.8em;
 }

 .account-page .status-link {
     font-size: 14px;
     font-weight: normal;
 }

 .account-table--order-tm-services .account-table__header-wrapper .account-table__header-text {
     white-space: nowrap;
 }


 .account-table--order-tm-services .account-table__item:first-of-type  { width: 17% !important; }
 .account-table--order-tm-services .account-table__item:nth-of-type(2) { width: 30% !important; }
 .account-table--order-tm-services .account-table__item:nth-of-type(3) { width: 15% !important; }
 .account-table--order-tm-services .account-table__item:nth-of-type(4) { width: 37% !important; }

 .date-format-tooltip {
     width: 200px;
 }

 .account-form--waiting-information {
     max-width: 100%;
 }

 .account-form--waiting-information>.form-input {
     margin-bottom: 24px;
     max-width: 424px;
 }

 .account-form--waiting-information>.form-input.dnd-input {
     max-width:100%;
 }

 .account-form--waiting-information>.form-input.dnd-input label {
     font-size: 16px !important;
     color: rgba(21, 21, 21, 0.4);
     margin-left: 0;
 }

 .account-form--waiting-information>.form-input.dnd-input label:hover {
     color: var(--text-secondary);
 }

 .account-form--waiting-information>.form-input.dnd-input label strong {
     display: none;
 }

 .account-form--waiting-information>.form-input.dnd-input label .label-text-alt {
     font-size: 14px;
 }

 .account-table--trademark-studies .account-table__item-content.account-table__item-content--success {
   background-color: rgba(150, 194, 61, 0.15);
   width: -moz-fit-content;
   width: fit-content;
   color: #659404;
   padding: 4px 12px;
   border-radius: 24px;
 }
 .account-table--trademark-studies .account-table__item-content.account-table__item-content--pending {
   background-color: rgba(255, 154, 108, 0.15);
   width: -moz-fit-content;
   width: fit-content;
   color: #F56C2E;
   padding: 4px 12px;
   border-radius: 24px;
 }
 .account-table--trademark-studies .account-table__item-content-link .link {
   font-size: 14px;
   padding: 4px 12px;
   text-decoration: underline;
   width: -moz-fit-content;
   width: fit-content;
   border: none;
   text-underline-offset: 3px;
 }
 .account-table--trademark-studies .account-table__item-content-link .link:hover {
   text-decoration: none;
 }
 .account-table--trademark-studies .account-table__header {
   display: grid;
   grid-template-columns: 1fr 130px 130px;
   gap: 32px;
   padding: 16px 24px;
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--trademark-studies .account-table__header {
     display: none;
   }
 }
 .account-table--trademark-studies .account-table__header .account-table__item {
   width: 100%;
 }
 .account-table--trademark-studies .account-table__header .account-table__item:last-child {
   width: 100%;
 }
 .account-table--trademark-studies .account-table__accordion-content {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 32px;
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--trademark-studies .account-table__accordion-content {
     grid-template-columns: 1fr;
     gap: 0;
   }
 }
 .account-table--trademark-studies .account-table__item-wrapper {
   padding: 12px 24px;
   display: grid;
   grid-template-columns: 1fr 292px;
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--trademark-studies .account-table__item-wrapper {
     grid-template-columns: 1fr;
     padding: 16px;
   }
 }
 .account-table--trademark-studies .account-table__item-wrapper .account-table__item {
   width: 100%;
 }
 .account-table--trademark-studies .account-table__item-wrapper .account-table__item:last-child {
   width: 100%;
 }
 .account-table--active-trademarks .account-table__item-content-link .link {
   font-size: 14px;
   padding: 4px 12px;
   text-decoration: underline;
   width: -moz-fit-content;
   width: fit-content;
   border: none;
   text-underline-offset: 3px;
 }
 .account-table--active-trademarks .account-table__item-content-link .link:hover {
   text-decoration: none;
 }
 .account-table--active-trademarks .account-table__item-desc-wrapper {
   grid-template-columns: 114px 95px 1fr;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper {
     grid-template-columns: 1fr 1fr;
   }
 }
 @media only screen and (max-width: 1024px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper {
     grid-template-columns: 1fr;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper {
     grid-template-columns: 1fr 1fr;
     gap: 16px;
   }
 }
 @media only screen and (max-width: 568px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper {
     grid-template-columns: 1fr;
   }
 }
 .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row {
   justify-content: center;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(2)::after {
     display: none;
   }
   .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     right: 0;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 1024px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: none;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 767.98px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: block;
     right: -16px;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 568px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: none;
   }
 }
 @media only screen and (max-width: 1280px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(3) {
     grid-column: 1/-1;
   }
 }
 @media only screen and (max-width: 568px) {
   .account-table--active-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(3) {
     grid-column: auto;
   }
 }
 .account-table--active-trademarks .account-table__header {
   display: grid;
   grid-template-columns: 1fr 180px 113px;
   gap: 24px;
   padding: 15px 24px;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--active-trademarks .account-table__header {
     grid-template-columns: 1fr 150px 113px;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--active-trademarks .account-table__header {
     display: none;
   }
 }
 .account-table--active-trademarks .account-table__header .account-table__item {
   width: 100%;
 }
 .account-table--active-trademarks .account-table__header .account-table__item:last-child {
   width: 100%;
 }
 .account-table--active-trademarks .account-table__accordion-content {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 32px;
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--active-trademarks .account-table__accordion-content {
     grid-template-columns: 1fr;
     gap: 0;
   }
 }
 .account-table--active-trademarks .account-table__item-wrapper {
   padding: 22px 24px;
   display: grid;
   grid-template-columns: 1fr 173px 113px;
   gap: 32px;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--active-trademarks .account-table__item-wrapper {
     grid-template-columns: 1fr 142px 113px;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--active-trademarks .account-table__item-wrapper {
     grid-template-columns: 1fr;
     padding: 16px;
   }
 }
 .account-table--active-trademarks .account-table__item-wrapper .account-table__item {
   width: 100%;
 }
 .account-table--active-trademarks .account-table__item-wrapper .account-table__item:last-child {
   width: 100%;
 }
 .account-table--active-trademarks .account-table__item:not(:first-child) .account-table__item-content {
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   color: #151515;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--active-trademarks .account-table__item:not(:first-child) .account-table__item-content {
     font-size: 14px !important;
   }
 }
 .account-table--active-trademarks .account-table__item-header {
   white-space: nowrap;
 }
 .account-table--inactive-trademarks .account-table__item-content-link .link {
   font-size: 14px;
   padding: 4px 12px;
   text-decoration: underline;
   width: -moz-fit-content;
   width: fit-content;
   border: none;
   text-underline-offset: 3px;
 }
 .account-table--inactive-trademarks .account-table__item-content-link .link:hover {
   text-decoration: none;
 }
 .account-table--inactive-trademarks .account-table__item-desc-wrapper {
   grid-template-columns: 120px 150px;
   gap: 28px;
 }
 @media only screen and (max-width: 568px) {
   .account-table--inactive-trademarks .account-table__item-desc-wrapper {
     grid-template-columns: 1fr;
   }
 }
 .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row {
   justify-content: center;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(2)::after {
     display: none;
   }
   .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     right: 0;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 1024px) {
   .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: none;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 767.98px) {
   .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: block;
     right: -16px;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 568px) {
   .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: none;
   }
 }
 @media only screen and (max-width: 1280px) {
   .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(3) {
     grid-column: 1/-1;
   }
 }
 @media only screen and (max-width: 568px) {
   .account-table--inactive-trademarks .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(3) {
     grid-column: auto;
   }
 }
 .account-table--inactive-trademarks .account-table__header {
   display: grid;
   grid-template-columns: 1fr 124px 184px;
   gap: 24px;
   padding: 15px 24px;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--inactive-trademarks .account-table__header {
     grid-template-columns: 1fr 150px 113px;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--inactive-trademarks .account-table__header {
     display: none;
   }
 }
 .account-table--inactive-trademarks .account-table__header .account-table__item {
   width: 100%;
 }
 .account-table--inactive-trademarks .account-table__header .account-table__item:last-child {
   width: 100%;
 }
 .account-table--inactive-trademarks .account-table__accordion-content {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 32px;
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--inactive-trademarks .account-table__accordion-content {
     grid-template-columns: 1fr;
     gap: 0;
   }
 }
 .account-table--inactive-trademarks .account-table__item-wrapper {
   padding: 19px 24px 15px;
   display: grid;
   grid-template-columns: 1fr 82px 184px;
   gap: 32px;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--inactive-trademarks .account-table__item-wrapper {
     grid-template-columns: 1fr 142px 113px;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--inactive-trademarks .account-table__item-wrapper {
     grid-template-columns: 1fr;
     padding: 16px;
   }
 }
 .account-table--inactive-trademarks .account-table__item-wrapper .account-table__item {
   width: 100%;
 }
 .account-table--inactive-trademarks .account-table__item-wrapper .account-table__item:last-child {
   width: 100%;
 }
 .account-table--inactive-trademarks .account-table__item:not(:first-child) .account-table__item-content {
   /*font-size: 16px;*/
   /*font-style: normal;*/
   /*font-weight: 400;*/
   /*line-height: 24px;*/
   /*color: #151515;*/
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--inactive-trademarks .account-table__item:not(:first-child) .account-table__item-content {
     font-size: 14px !important;
   }
 }
 .account-table--inactive-trademarks .account-table__item-header {
   white-space: nowrap;
 }

 .account-table--pending-services .account-table__header, .account-table--pending-services .account-table__item-wrapper {
   padding-right: 24px;
   align-items: center;
   padding: 16px 8px 16px 24px;
 }
 .account-table--pending-services .account-table__header .account-table__item:first-of-type {
   width: 35%;
 }
 .account-table--pending-services .account-table__header .account-table__item:nth-of-type(2) {
   width: 25%;
 }
 .account-table--pending-services .account-table__header .account-table__item:nth-of-type(3) {
   width: 40%;
 }
 .account-table--pending-services .account-table__header .account-table__item:last-of-type .account-table__item-content {
   margin-left: auto;
 }
 .account-table--pending-services .account-table__header .account-table__item:last-of-type .account-table__item-content a {
   padding: 8px 16px;
 }
 .account-table--pending-services .account-table__header .account-table__item:last-of-type .account-table__item-content a .link {
   width: -moz-fit-content;
   width: fit-content;
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--pending-services .account-table__header .account-table__item:last-of-type .account-table__item-content {
     margin-right: auto;
     margin-left: unset;
   }
   .account-table--pending-services .account-table__header .account-table__item:last-of-type .account-table__item-content a {
     padding: 0;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--pending-services .account-table__header .account-table__item .label--default {
     max-width: 180px;
   }
   .account-table--pending-services .account-table__header .account-table__item .label--processed {
     max-width: 130px;
   }
 }
 .account-table--pending-services .account-table__item:first-of-type {
   width: 35%;
 }
 .account-table--pending-services .account-table__item:nth-of-type(2) {
   width: 25%;
 }
 .account-table--pending-services .account-table__item:nth-of-type(3) {
   width: 40%;
 }
 .account-table--pending-services .account-table__item:last-of-type .account-table__item-content {
   margin-left: auto;
 }
 .account-table--pending-services .account-table__item:last-of-type .account-table__item-content a {
   padding: 8px 16px;
 }
 .account-table--pending-services .account-table__item:last-of-type .account-table__item-content a .link {
   width: -moz-fit-content;
   width: fit-content;
 }
 @media only screen and (max-width: 767.98px) {
     .account-table--pending-services .account-table__item:first-of-type {
       width: 100% !important;
     }

   .account-table--pending-services .account-table__item:last-of-type .account-table__item-content {
     margin-right: auto;
     margin-left: unset;
   }
   .account-table--pending-services .account-table__item:last-of-type .account-table__item-content a {
     padding: 0;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .account-table--pending-services .account-table__item .label--default {
     max-width: 180px;
   }
   .account-table--pending-services .account-table__item .label--processed {
     max-width: 130px;
   }
 }

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

 @media only screen and (max-width: 768px) {
         .account-table--pending-services .account-table__item:last-of-type .account-table__item-content {
         margin:unset;
     }
 }

 .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;
 }
 .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;
   }
 }

 /*.account-table--pending-services .account-table__header .account-table__item:first-of-type {*/
 /*    width: 26.8%;*/
 /*}*/

 /*.account-table--pending-services .account-table__header, .account-table--order-domain-services .account-table__item-wrapper {*/
 /*  gap: 24px;*/
 /*}*/

 .account-table--pending-services .account-table__item-desc-wrapper {
   /*grid-template-columns: 114px 95px 1fr;*/
   grid-template-columns: 60% 40%;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--pending-services .account-table__item-desc-wrapper {
     grid-template-columns: 1fr 1fr;
   }
 }
 @media only screen and (max-width: 1024px) {
   .account-table--pending-services .account-table__item-desc-wrapper {
     grid-template-columns: 1fr;
   }
 }
 @media only screen and (max-width: 767px) {
   .account-table--pending-services .account-table__item-desc-wrapper {
     grid-template-columns: 1fr 1fr;
     gap: 16px;
   }
 }
 @media only screen and (max-width: 568px) {
   .account-table--pending-services .account-table__item-desc-wrapper {
     grid-template-columns: 1fr;
   }
 }

 .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row {
   justify-content: center;
 }
 @media only screen and (max-width: 1280px) {
   .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(2)::after {
     display: none;
   }
   .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     right: 0;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 1024px) {
   .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: none;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 767px) {
   .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: block;
     right: -16px;
   }
 }
 @media only screen and (max-width: 1280px) and (max-width: 568px) {
   .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row:first-child:after {
     display: none;
   }
 }
 @media only screen and (max-width: 1280px) {
   .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(3) {
     grid-column: 1/-1;
   }
 }
 @media only screen and (max-width: 568px) {
   .account-table--pending-services .account-table__item-desc-wrapper .account-table__item-desc-row:nth-child(3) {
     grid-column: auto;
   }
 }

 .trademark-prices-table__item-content .currency {
     margin-right: 8px;
     color: rgba(21, 21, 21, 0.64);
     font-size: 14px;
     font-weight: 300;
     line-height: 16px;
 }

 .popup--modal__country-prices { min-width: 800px }
 .popup--modal__message { min-width: 480px }

 .popup__close-btn {
   top: 24px;
   right: 32px;
 }

 @media only screen and (max-width: 800px) {
     .popup--modal__country-prices {
         min-width:calc(100% - 16px);
         max-width:calc(100% - 16px);
         margin: auto 8px;
     }
 }

 .trademarks-prices-popup .tab.tab--tablet-small {
     width: fit-content;
 }

 .section-prices {
   padding-bottom: 80px;
 }
 @media only screen and (max-width: 568px) {
   .section-prices {
     padding-top: 64px;
     padding-bottom: 64px;
   }
   .section-prices-mob-bg {
     background-color: #f5f5f5;
   }
   .section-prices-mob-bg .country-domain__table-row {
     padding: 19px 22px 15px 21px;
   }
   .section-prices-mob-bg .country-domain__table-row:nth-child(odd) {
     background: linear-gradient(0deg, rgba(21, 21, 21, 0.02) 0%, rgba(21, 21, 21, 0.02) 100%), #ffffff;
   }
 }
 .section-prices--phases .country-domain__prices-wrapper {
   max-width: 892px;
 }
 .section-prices .phases-grid {
   display: none;
 }
 @media only screen and (max-width: 767.98px) {
   .section-prices .phases-grid {
     display: flex;
     flex-direction: column;
     gap: 12px;
   }
 }
 .section-prices .phase-card {
   border-radius: 16px;
   border: 1px solid rgba(21, 21, 21, 0.08);
   background: #ffffff;
   box-shadow: 0 16px 24px 0 rgba(21, 21, 21, 0.04);
   padding: 32px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 20px;
 }
 .section-prices .phase-card__row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
 }

 .section-prices .phases-table {
   border-collapse: separate;
   border-spacing: 0;
   border-radius: 8px;
   width: 100%;
 }
 @media only screen and (max-width: 767.98px) {
   .section-prices .phases-table {
     display: none;
   }
 }
 .section-prices .phases-table thead {
   background: #000000;
   color: #ffffff;
   text-align: left;
 }
 .section-prices .phases-table thead .sort-btn {
   display: flex;
   align-items: center;
   gap: 8px;
   color: #ffffff;
   font-weight: 500;
 }
 .section-prices .phases-table thead th {
   padding: 24px 16px;
   width: 25%;
   font-weight: 500;
 }
 @media only screen and (max-width: 767.98px) {
   .section-prices .phases-table thead th {
     padding: 16px 8px;
   }
 }
 .section-prices .phases-table thead th:first-child {
   border-top-left-radius: 8px;
   padding-left: 24px;
 }
 @media only screen and (max-width: 767.98px) {
   .section-prices .phases-table thead th:first-child {
     padding-left: 16px;
   }
 }
 .section-prices .phases-table thead th:last-child {
   border-top-right-radius: 8px;
   padding-right: 24px;
 }
 @media only screen and (max-width: 767.98px) {
   .section-prices .phases-table thead th:last-child {
     padding-right: 16px;
   }
 }
 .section-prices .phases-table tbody tr:last-child td:first-child {
   border-bottom-left-radius: 8px;
 }
 .section-prices .phases-table tbody tr:last-child td:last-child {
   border-bottom-right-radius: 8px;
 }
 .section-prices .phases-table tbody td {
   padding: 13px 16px;
   border-bottom: 1px solid rgba(21, 21, 21, 0.08);
 }
 @media only screen and (max-width: 767.98px) {
   .section-prices .phases-table tbody td {
     padding: 13px 8px;
   }
 }
 .section-prices .phases-table tbody td .flag-container {
   display: flex;
   align-items: center;
   gap: 5px;
 }
 .section-prices .phases-table tbody td:first-child {
   padding-left: 18px;
   border-left: 1px solid rgba(21, 21, 21, 0.08);
 }
 .section-prices .phases-table tbody td:last-child {
   padding-right: 24px;
   border-right: 1px solid rgba(21, 21, 21, 0.08);
 }

 .phases-table .currency, .phase-card__row .currency {
     color: rgba(21, 21, 21, 0.64);
     font-size: 14px;
     line-height: 16px;
 }

 .section-prices--phases .country-domain__prices-wrapper {
   max-width: 940px;
 }

 .trademarks-prices-popup .popup__wrapper {
   max-width: 800px;
   max-height: 98%;
   overflow-y: auto;
 }
 @media only screen and (max-width: 568px) {
   .trademarks-prices-popup .popup__wrapper {
     max-height: unset;
   }
 }
 @media only screen and (max-width: 568px) {
   .trademarks-prices-popup .popup__close-btn {
     display: block;
     top: 24px;
     right: 10px;
   }
   .trademarks-prices-popup .popup__close-btn svg {
     width: 24px;
     height: 24px;
   }
 }
 .trademarks-prices-popup .popup__text.text-14 {
   font-size: 14px;
 }
 .trademarks-prices-popup .endings__card-label {
   position: initial;
 }
 .trademarks-prices-popup .endings__card-label + .old-price {
   color: rgba(21, 21, 21, 0.4);
 }
 .trademarks-prices-popup .popup__title {
   margin-bottom: 19px;
 }
 .trademarks-prices-popup .tabs-wrapper {
   padding: 0 0 10px;
   margin: 0 0 22px;
 }
 @media only screen and (max-width: 568px) {
   .trademarks-prices-popup .tabs-wrapper {
     margin: 0 0 21px;
   }
 }
 .trademarks-prices-popup .tab {
   padding: 11px 24px;
   border-radius: 100px;
   width: 32.2%;
 }
 .trademarks-prices-popup .tab:not(:last-child) {
   margin-right: 8px;
 }
 @media only screen and (max-width: 568px) {
   .trademarks-prices-popup .tab {
     padding: 8px 16px;
   }
 }
 .trademarks-prices-popup .trademark-prices__box {
   border-bottom: 1px solid #edeff6;
   padding-bottom: 15px;
   margin-bottom: 15px;
 }
 .trademarks-prices-popup .trademark-prices__title {
   font-size: 20px;
   font-weight: 700;
   line-height: 1.5;
   font-family: "Cabin", sans-serif;
 }
 .trademarks-prices-popup .trademark-prices__title span {
   font-weight: 400;
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-prices-popup .trademark-prices__title {
     font-size: 16px;
   }
 }
 .trademarks-prices-popup .trademark-prices-table {
   border-radius: 8px;
   border-bottom: 1px solid #edeff6;
   border-left: 1px solid #edeff6;
   border-right: 1px solid #edeff6;
 }
 .trademarks-prices-popup .trademark-prices-table--desktop .trademark-prices-table__item-wrapper:first-of-type {
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-prices-popup .trademark-prices-table--desktop {
     display: none;
   }
 }
 .trademarks-prices-popup .trademark-prices-table--mobile {
   display: none;
   border: none;
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-prices-popup .trademark-prices-table--mobile {
     display: block;
   }
 }
 .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__header-text {
   margin: 16px 0;
   display: block;
 }
 .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper {
   border-left: 1px solid #edeff6;
   border-right: 1px solid #edeff6;
 }
 .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper:last-child {
   border-bottom: 1px solid #edeff6;
 }
 .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper:nth-child(even) {
   background-color: transparent;
 }
 .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper:nth-child(odd) {
   background-color: rgba(21, 21, 21, 0.02);
 }
 .trademarks-prices-popup .trademark-prices-table__header {
   background-color: rgba(151, 71, 255, 0.02);
   padding: 15px 24px 16px;
   border-radius: 8px;
   border-top: 1px solid #edeff6;
 }
 .trademarks-prices-popup .trademark-prices-table__header-text {
   font-weight: 700;
   line-height: 1;
 }
 .trademarks-prices-popup .trademark-prices-table__item {
   line-height: 1;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }
 .trademarks-prices-popup .trademark-prices-table__item:first-child {
   padding: 0 8px;
   width: 34.5%;
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-prices-popup .trademark-prices-table__item:first-child {
     width: 50%;
   }
 }
 .trademarks-prices-popup .trademark-prices-table__item:nth-child(2) {
   width: 35%;
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-prices-popup .trademark-prices-table__item:nth-child(2) {
     width: 50%;
   }
 }
 .trademarks-prices-popup .trademark-prices-table__item:last-child {
   padding: 0 8px;
   width: 30.5%;
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-prices-popup .trademark-prices-table__item:last-child {
     width: 50%;
   }
 }
 @media only screen and (max-width: 767.98px) {
   .trademarks-prices-popup .trademark-prices-table__item {
     width: 50%;
   }
   .trademarks-prices-popup .trademark-prices-table__item:nth-child(3) {
     display: none;
   }
 }
 .trademarks-prices-popup .trademark-prices-table__item-wrapper {
   border-top: 1px solid #edeff6;
   padding: 21px 16px 16px;
 }
 .trademarks-prices-popup .trademark-prices-table__item-wrapper:first-of-type {
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
 }
 .trademarks-prices-popup .trademark-prices-table__item-wrapper:last-child {
   padding: 21px 16px 16px;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
 }
 .trademarks-prices-popup .trademark-prices-table__item-wrapper--sale .new-price {
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px;
   color: #ff0000;
   margin-right: 12px;
 }
 .trademarks-prices-popup .trademark-prices-table__item-wrapper--sale .sale-label {
   color: var(--text-secondary);
   background: rgba(148, 35, 237, 0.1);
   font-size: 12px;
   font-style: normal;
   font-weight: 500;
   line-height: 14px;
   padding: 3px 8px;
   margin-right: 12px;
 }
 .trademarks-prices-popup .trademark-prices-table__item-wrapper--sale .old-price {
   opacity: 0.4;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
 }

 .popup--trademarks-conditions div.popup__text p {
     margin-bottom: 12px;
 }

 .popup--trademarks-conditions div.popup__text ul,
 .popup--trademarks-conditions div.popup__text ol,
 .popup--trademarks-conditions div.popup__text dl
 {
     list-style-position: outside;
     list-style-type: disc;
     padding-left: 1em;
 }
 .popup--trademarks-conditions div.popup__text li {
     margin-bottom: 8px;
 }

 .popup--trademarks-conditions.popup--opened {
   z-index: 9999999;
 }
 .popup--trademarks-conditions.popup .popup__wrapper {
   position: absolute;
   z-index: 999999;
   max-width: 714px;
 }
 /* .popup--trademarks-conditions.popup .popup__title {
   font-family: "Cabin";
   margin-bottom: 24px;
 } */
 .popup--trademarks-conditions.popup .popup__title-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
 }
 .popup--trademarks-conditions.popup .popup__overlay {
   position: fixed;
   color: transparent;
   inset: 0;
   z-index: 99999;
 }
 .popup--trademarks-conditions.popup .popup__close-icon {
   position: relative;
   top: -2px;
 }
 /* .popup--trademarks-conditions.popup .popup__text {
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 27px;
 } */
 @media only screen and (max-width: 767.98px) {
   .popup--trademarks-conditions.popup .popup__text {
     font-size: 16px;
     line-height: 150%;
   }
 }

 .popup__subtitle {
   font-family: "Cabin";
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: 32px;
   color: #151515;
   margin-bottom: 12px;
 }
 .popup__section {
   margin-bottom: 24px;
 }

 #customerTermsModal .popup__section:last-of-type {
    margin-bottom: 0;
}
 .popup__text {
   line-height: 1.5;
   word-break: break-word;
 }

 .subheader__menu-link {
     border-bottom: 3px solid transparent;
 }
 .header__nav-block:hover .header__nav-item:not(.active) {
     border-bottom-color: transparent;
 }

 .header__cart-actions:not([hidden]):has(+ .header__cart-actions:not([hidden])) {
   padding-bottom: 16px;
   border-bottom: 1px solid #edeff6;
   margin-bottom: 16px;
 }

 .pending-docs-form label[for^="id_docs_"] {
     line-height: 1.35rem;
 }

 @media only screen and (max-width: 568px) {
     .footer__selects .footer__select-label { display: none }
     .footer__selects .selected-option .footer__option {
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
     }
     .footer__selects .footer__select--language {
         margin-right: 14px;
     }
 }

.domain-search__options {
    z-index: 1000;
}
.block--comprehensive-studies .block-2-cols__grid {
    /*grid-template-columns: 1fr 1fr 1fr !important;*/
}
.block--comprehensive-studies .block-2-cols__grid .block-2-cols__card-link {
    width: 100%;
    text-align: center;
}

dialog.trademarks-class-selectors-popup {
    max-width: 800px;
}

.trademarks-class-selectors-popup .input-search {
    max-width: 100%;
}

 @media only screen and (max-width: 568px) {
     .domains-wrapper__filters {
         margin: 24px 32px;
     }
 }

 .steps.section-with-images .container {
     padding-bottom: 40px;
 }

 .block-with-image__content-text-special {
     width: 100%;
     max-width: none;
     text-align: center;
     padding: 0 64px;
 }

 @media only screen and (max-width: 568px) {
     .block-with-image__content-text-special { padding: 0 20px; }
 }


 .block-with-image__content-text-special a {
     transition: all 0.3s ease-in-out;
     text-decoration: none;
     font-size: 16px;
     cursor: pointer;
     font-weight: 400;
     border-bottom: 1px solid currentColor;
     line-height: 16px;
 }

 .block-with-image__content-text-special a:hover {
   border-color: transparent;
 }

 @media only screen and (max-width: 568px) {
     .section--accreditations .wrapper-bg--48,
     .services-section .wrapper-bg--32 {
         padding-left: 0;
         padding-right: 0;
     }
 }

 .domains-wrapper--trademarks .domains-wrapper__cell-header {
   display: none;
   background: #7C7D80;
   padding: 8px 0;
   text-align: center;
   color: #ffffff;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 16px;
   justify-content: center;
   border-radius: 8px 8px 0 0;
   border: 1px solid #edeff6;
   border-bottom: none;
 }
 @media only screen and (max-width: 1024px) {
   .domains-wrapper--trademarks .domains-wrapper__cell-header {
     display: block;
   }
 }
 .domains-wrapper--trademarks .domains-wrapper__cell-subheader {
   display: none;
   grid-template-columns: 1fr 1fr;
   text-align: center;
   background-color: #151515;
   color: #ffffff;
   place-items: center;
   border-left: 1px solid #edeff6;
   border-right: 1px solid #edeff6;
 }
 .domains-wrapper--trademarks .domains-wrapper__cell-subheader span {
   padding: 8px 0;
   width: 100%;
 }
 .domains-wrapper--trademarks .domains-wrapper__cell-subheader span:first-child {
   border-right: 1px solid #ffffff;
 }
 @media only screen and (max-width: 1024px) {
   .domains-wrapper--trademarks .domains-wrapper__cell-subheader {
     display: grid;
   }
 }
 .domains-wrapper--trademarks .domains-wrapper__cell-values {
   display: grid;
   grid-template-columns: 1fr 1fr;
   place-items: center;
   grid-column: span 2;
 }
 @media only screen and (max-width: 1024px) {
   .domains-wrapper--trademarks .domains-wrapper__cell-values {
     border: 1px solid #edeff6;
     border-top: none;
     border-radius: 0 0 8px 8px;
     grid-column: unset;
   }
 }
 .domains-wrapper--trademarks .domains-wrapper__cell-values>span {
   padding: 8px 0;
   width: 100%;
 }
 .domains-wrapper--trademarks .domains-wrapper__cell-values>span:first-child {
   border-right: 1px solid rgba(21, 21, 21, 0.2);
 }

 .domains-wrapper--trademarks .domains-wrapper__thead {
     display: flex;
     align-items: stretch;
 }

 .domains-wrapper--trademarks .domains-wrapper__table-header-cell {
     display: flex;
     flex-direction: column;
 }

 .domains-wrapper--trademarks .domains-wrapper__top-cell {
     flex: 1;
     width: 100%;
     line-height: 1.4 !important;
 }

 .domains-wrapper--trademarks .domains-wrapper__table-header-cell:last-child .domains-wrapper__bottom-cell {
    padding-right: 24px;
  }
  .domains-wrapper--trademarks .domains-wrapper__filters {
    margin-top: 29px;
    grid-template-columns: repeat(3, 1fr) 255px;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper--trademarks .domains-wrapper__filters {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper--trademarks .domains-wrapper__filters {
      grid-template-columns: 1fr;
    }
  }
  .domains-wrapper--trademarks .domains-wrapper__filters .form-input__common-input {
    padding: 15px 16px;
  }
  .domains-wrapper--trademarks .domains-wrapper__thead {
    display: grid;
    grid-template-columns: 216px repeat(3, 1fr) 1.05fr;
    align-items: center;
    justify-content: center;
    background-color: #151515;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper--trademarks .domains-wrapper__thead {
      grid-template-columns: 180px repeat(3, 1fr) 1.05fr;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper--trademarks .domains-wrapper__thead {
      display: none;
    }
  }
  .domains-wrapper--trademarks .domains-wrapper__thead .domains-wrapper__table-header-cell {
    width: 100%;
    padding: 0;
    height: 100%;
    align-items: center;
  }
  .domains-wrapper--trademarks .domains-wrapper__thead .domains-wrapper__table-header-cell:not(:last-child) {
    border-right: 1px solid rgb(92, 94, 96);
  }
  .domains-wrapper--trademarks .domains-wrapper__thead .domains-wrapper__table-header-cell:first-child {
    display: flex;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .domains-wrapper--trademarks .domains-wrapper__thead .domains-wrapper__table-header-cell:last-child .domains-wrapper__top-cell {
    background: #5c5e60;
  }
  .domains-wrapper--trademarks .domains-wrapper__top-cell, .domains-wrapper--trademarks .domains-wrapper__bottom-cell {
    padding: 16px 12px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .domains-wrapper--trademarks .domains-wrapper__top-cell {
    background: rgba(226, 229, 236, 0.5);
    border-bottom: 1px solid rgb(92, 94, 96);
  }
  .domains-wrapper--trademarks .domains-wrapper__bottom-cell {
    min-height: 64px;
    align-items: center;
  }
  .domains-wrapper--trademarks .domains-wrapper__bottom-cell div:not(:last-child) {
    position: relative;
  }
  .domains-wrapper--trademarks .domains-wrapper__bottom-cell div:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    height: 16px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-row {
    display: grid;
    grid-template-columns: 216px repeat(3, 1fr) 1.05fr;
    min-height: 80px;
    height: 100%;
    padding: 0;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-row {
      grid-template-columns: 180px repeat(3, 1fr) 1.05fr;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-row {
      grid-template-columns: 1fr;
      padding: 12px 0;
      gap: 16px;
    }
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell {
    min-height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell:not(:first-child) {
    text-align: center;
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell:not(:last-child) {
      border-right: 0;
      min-height: 0;
      margin-bottom: 0;
    }
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell:first-child {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell--dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 12px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell--dual {
      min-height: auto;
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell--dual div:after {
      display: none;
    }
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell--dual div:not(:last-child) {
    position: relative;
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell--dual div:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    height: 16px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell--dual:last-child {
    padding-right: 24px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper--trademarks .domains-wrapper__table-body .domains-wrapper__table-cell--dual:last-child {
      padding-right: 12px;
    }
  }

 .tooltip__question svg.question-mark {
     color: var(--text-green);
 }

 .pb-20 {
     padding-bottom: 20px;
 }

 .hosting-hero--tm-watch .hero__image {
     right: 0;
 }

 .form-input .radio-button label {
    margin: 16px 0;
    font-size: 16px;
}

 .order__section--study label {
     font-size: 16px !important;
 }

.header__help-btn-flag {
    display: block;
    width: 28px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}
.order__table-header .label {
  min-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  border-radius: 24px;
  padding: 4px 12px;
  line-height: 16px;
  float:right;
}

.order__table-header .label--cancelled {
    background-color: var(--alert--red);
    color: var(--alert-bg--red);
}

.order--service-id {
    color: rgba(21, 21, 21, 0.48);
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

@media only screen and (max-width: 568px) {
    .order__total-price { text-align: center }
    .order__total-price .flex.bold { justify-content: center }
}
.summary-card__total-desc {
  text-align: right;
}

#id_add_hosting {
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
}

.advantage-card .btn {
    margin-top: auto;
}

.popup__title--secondary {
    font-size: 20px;
    font-weight: 500;
    color: rgb(21, 21, 21, 0.48);
}

.label-step {
    padding: 6px 10px;
    font-weight:500 !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    background-color: var(--text-secondary-dark);
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
}

.trademark-prices__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.popup--trademarks-conditions.popup .popup__close-icon {
    position: absolute;
    top: 24px;
    right: 24px;
}

.new-user-price {
    color: #6B931B;
}

.country-domain__conditions {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(21, 21, 21, 0.64);
  font-size: 14px;
  line-height: 20px;
}

.country-domain__conditions svg {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  color: rgba(21, 21, 21, 0.64);
}

.country-domain__conditions span {
  display: block;
}

.order__table-class-tooltip {
    position: relative;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.order__table-class-tooltip .tip__icon {
    position: static;
    top: auto;
    right: auto;
    color: var(--text-secondary-dark);
}

.order__table-class-tooltip .tip__wrapper {
    left: calc(100% - 18px);
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    min-width: 220px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0px 8px 24px 0px rgba(21, 21, 21, 0.05);
}

.order__table-class-tooltip .tip__icon:hover + .tip__wrapper,
.order__table-class-tooltip .tip__wrapper:hover {
    opacity: 1;
    display: block;
    pointer-events: auto;
}

.tip__wrapper--tm-classes {
    text-align: left;
}

.order__table-class-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(21, 21, 21, 0.88);
}

.order__table-class-labels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.order__table-class-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-self: stretch;
    width: 100%;
    padding: 2px 6px;
    border-radius: 999px;
    /*border: 1px solid rgba(21, 21, 21, 0.08);*/
    background-color: #E1E5FA;
    color: var(--text-secondary-dark);
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

@media only screen and (max-width: 568px) {
    .order__table-class-tooltip .tip__wrapper {
        left: 0;
        right: auto;
        transform: none;
        min-width: 200px;
        top: 24px;
    }

    .order__table-class-labels {
        grid-template-columns: 1fr;
    }
}

.order__table--trademark.editing .order__table-header {
    justify-content: flex-start;
    gap: 12px;
}

.order__table--trademark.editing .order__table-header > .order__table-header-cell {
    margin-right: auto;
    min-width: 0;
}

.order__table--trademark.editing .order__table-header > .btn--delete-ordered-trademark {
    cursor: pointer;
}

.order__table--trademark.editing .order__table-header > .btn--delete-ordered-trademark,
.order__table--trademark.editing .order__table-header > .tooltip {
    margin-left: auto;
    flex-shrink: 0;
}

.order__table-item-logo img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.edit-dns-profile__inputs .add-server-form__row,
.profile-popup__form--dns .add-server-form__row {
  display: grid;
  grid-template-columns: minmax(0, 344px) max-content;
  align-items: start;
  column-gap: 16px;
}

.edit-dns-profile__inputs .add-server-form__row .dns-server-ip-actions,
.profile-popup__form--dns .add-server-form__row .dns-server-ip-actions {
  display: grid;
  grid-template-columns: minmax(0, 283px) auto;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
}

.edit-dns-profile__inputs .add-server-form__row .dns-server-ip-actions .form-input,
.profile-popup__form--dns .add-server-form__row .dns-server-ip-actions .form-input {
  width: 283px;
  max-width: none;
}

.edit-dns-profile__inputs .add-server-form__row .btn--delete-server,
.profile-popup__form--dns .add-server-form__row .btn--delete-server {
  flex: 0 0 auto;
  padding: 0;
  background-color: rgba(255, 0, 0, 0.08);
  transition: background-color 0.3s ease-in-out;
  align-self: center;
  margin-top: 24px;
}

.edit-dns-profile__inputs .add-server-form__row .btn--delete-server:hover,
.profile-popup__form--dns .add-server-form__row .btn--delete-server:hover {
  background-color: rgba(255, 0, 0, 0.1);
}

.edit-dns-profile__inputs .add-server-form__row .btn--delete-server .icon-btn,
.profile-popup__form--dns .add-server-form__row .btn--delete-server .icon-btn {
  width: 32px;
  height: 32px;
}

.edit-dns-profile__inputs .add-server-form__row .btn--delete-server .icon-btn svg,
.profile-popup__form--dns .add-server-form__row .btn--delete-server .icon-btn svg {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .edit-dns-profile__inputs .add-server-form__row,
  .profile-popup__form--dns .add-server-form__row {
    grid-template-columns: minmax(0, 1fr) max-content;
  }
}

@media only screen and (max-width: 767.98px) {
  .edit-dns-profile__inputs .add-server-form__row,
  .profile-popup__form--dns .add-server-form__row {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .edit-dns-profile__inputs .add-server-form__row .dns-server-ip-actions,
  .profile-popup__form--dns .add-server-form__row .dns-server-ip-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    align-items: start;
  }

  .edit-dns-profile__inputs .add-server-form__row .dns-server-ip-actions .form-input,
  .profile-popup__form--dns .add-server-form__row .dns-server-ip-actions .form-input {
    width: auto;
  }

  .edit-dns-profile__inputs .add-server-form__row .btn--delete-server,
  .profile-popup__form--dns .add-server-form__row .btn--delete-server {
    align-self: center;
    margin-top: 12px;
  }
}

 button:focus-visible {
    outline: none;
    border:1px solid red;
}

 .domains-wrapper__category-content--static {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: none;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .domains-wrapper__category-content--static {
    margin-bottom: 4px;
    overflow-x: auto;
  }
}

.login-page .turnstile-widget {
  display: flex;
  justify-content: center;
}
