@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:not(i):not(.glyphicon):not(.star) {
    font-family: 'Roboto', sans-serif !important;
}

.navbar-main .navbar-nav>.active>a,
.navbar-main .navbar-nav>.active>a:focus,
.navbar-main .navbar-nav>.active>a:hover,
ul.top-nav>li.primary-action>a.btn {
    background-color: #E12179;
}

section#header {
    z-index: 10;
    position: relative;
}

section#main-menu,
.navbar-main {
    background-color: white;
}

.navbar-main .navbar-nav>.open>a,
.navbar-main .navbar-nav>.open>a:focus,
.navbar-main .navbar-nav>.open>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:hover {
    background-color: white;
    border-bottom-color: #E12179;
}

.navbar-main .navbar-nav>.open>a,
.navbar-main .navbar-nav>.open>a:focus,
.navbar-main .navbar-nav>.open>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:hover {
    color: #242424;
}

.navbar-main .dropdown-menu {
    border: none !important;
    border-radius: 9px !important;
    padding: 5px !important;
}

.dropdown-menu>li>a:hover {
    border-radius: 8px !important;
}

section#main-menu {
    position: relative;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
}

.navbar-main .navbar-nav>li>a {
    padding-bottom: 19px;
    color: #242424;
    border-bottom: 3px solid transparent;
}

.navbar-main .container {
    padding-top: 10px;
    border-top: 1px solid #E9EAEC;
}

a,
a:focus,
a:hover,
div.header-lined h1,
div.header-lined .breadcrumb>.active,
#registration .sub-heading span {
    color: #E12179;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.btn-info,
.btn-info:hover,
.btn-info.active,
.btn-info:active,
.btn-warning,
.btn-warning:hover,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #E12179 !important;
    border-color: #E12179 !important;
    outline: unset;
    outline-offset: unset;
}

.form-control{
    border-color: #DEE0E3;
    border-radius: 3px;
}

.form-control:focus {
    border-color: #E12179;
    box-shadow: none;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #E12179 !important;
}

.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom-color: rgba(225, 33, 121, .6) !important;
}

.logincontainer {
    padding: 32px;
    border-radius: 6px;
    background: white;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
}

#registration .sub-heading {
    border-top: none;
    text-align: left;
}

#registration .sub-heading span {
    padding-left: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #17191C;
}

#registration input:focus {
    border-color: #E12179 !important;
    box-shadow: none !important;
}

.panel-sidebar {
    border: none !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding: 15px;
    border-radius: 9px !important;
}

.panel-heading {
    border-radius: 9px !important;
}

section#main-body {
    min-height: 78vh;
}

label {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.btn-xs-block {
    height: 36px;
    padding: 4px 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: unset;
    outline-offset: unset;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: white;
}

#order-standard_cart .cart-sidebar .list-group-item {
    border-radius: 9px !important;
    margin-top: 9px !important;
    border: none;
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
    background-color: #E12179;
    border-color: #E12179;
    border-radius: 9px;
}

.panel-sidebar a.list-group-item.active i,
.panel-sidebar a.list-group-item.active:focus i,
.panel-sidebar a.list-group-item.active:hover i {
    color: white !important;
}

a.list-group-item,
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    border-radius: 9px !important;
    margin-top: 9px !important;
    border: none;
}

.panel {
    border-radius: 9px;
    overflow: hidden;
}

.alert-info,
.alert-danger,
.alert-warning {
    background-color: rgba(225, 33, 121, .1);
    border-color: rgba(225, 33, 121, .6);
    color: #E12179;
}

#order-standard_cart .view-cart-items-header {
    background-color: white !important;
    color: #424242 !important;
    border-bottom: 1px solid #E9EAEC;
}

#order-standard_cart .view-cart-items {
    border-bottom: 1px solid #E9EAEC !important;
}

.navbar-main li.account {
    background-color: white;
}

.tiles > .row {
    display: flex;

    @media only screen and (max-width: 991px) {
        flex-direction: column;
    }
}

.tile {
    border-radius: 9px;
    border: none !important;
    flex: 1 1 25%;

    @media only screen and (max-width: 991px) {
        width: 100%;
    }
}

.tile:not(:last-child) {
    @media only screen and (min-width: 992px) {
        margin-right: 5px;
    }

    @media only screen and (max-width: 991px) {
        margin-bottom: 5px;
    }
}

.panel-sidebar >.panel-footer {
    border-radius: 6px;
    margin-top: 15px;
    background-color: transparent !important;
    padding: 0;
}

.panel-sidebar >.panel-footer > .row {
    margin: 0 !important;
}

.panel-sidebar >.panel-footer > .btn {
    border-radius: 6px;
}

.client-home-panels .panel>.list-group {
    padding: 9px;
}

.dataTables_wrapper table.table-list thead th:nth-child(even) {
    border-bottom-color: rgba(225, 33, 121, .6) !important;
}

.dataTables_wrapper table.table-list thead th {
    border-color: #E12179 !important;
}

.dataTables_wrapper .dataTables_info {
    border: 1px solid #E9EAEC;
    border-radius: 9px;
    margin-bottom: 30px;
    background-color: white !important;
    color: #424242 !important;
}

.dataTables_length {
    border-radius: 9px;
}

.sidebar .list-group-item .badge {
    margin-top: 0;
}

.dropdown-item {
    margin: 3px;
}

#order-modern .product {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
    border-radius: 9px !important;
    border-color: transparent !important;
    transition: all .24s ease !important;
}

#order-modern .product:hover {
    transform: translate3d(0,-8px,0);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 16px 40px rgba(0, 0, 0, 0.16);
    transition: all .24s ease !important;
    border-color: transparent !important;
    background-color: white !important;
}

#order-standard_cart .sub-heading {
    height: unset !important;
    border-top: none !important;
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    padding: 0 !important;
    top: unset !important;
    margin-bottom: 10px;
    font-size: 16px;
    color: #E12179 !important;
}

.secondary-cart-sidebar > #orderSummary {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding: 10px;
    border-radius: 9px !important;
    overflow: hidden;
}

#order-standard_cart .order-summary {
    background-color: white !important;
    border-bottom: white !important;
}

#order-standard_cart .summary-container {
    padding: 15px !important;
    background-color: white !important;
}

#order-standard_cart .order-summary h2 {
    color: #424242 !important;
    padding: 15px !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    line-height: 34px;
    text-align: left !important;
}

#order-standard_cart .btn-checkout,
#order-standard_cart #btnCompleteProductConfig {
    width: 100%;
    background-color: #E12179;
    border-color: rgba(225, 33, 121, .6);
}

.btn-link:not(#btnEmptyCart) {
    color: #E12179 !important;
}

#order-standard_cart .view-cart-items .item-domain {
    color: #E12179 !important;
}

#order-standard_cart .empty-cart .btn {
    background-color: white !important;
    color: #424242 !important;
    border-radius: 6px !important;
    margin-top: 10px !important;
    border: 1px solid #E9EAEC !important;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #424242 !important;
    background-color: rgb(239, 239, 239);
    border-radius: 6px;
    width: 100%;
    margin-top: 10px;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    padding-left: 0 !important;
    border: none !important;
}

#order-standard_cart .view-cart-tabs > .tab-content {
    padding: 0 !important;
    background-color: white !important;
    border: none !important;
}

#order-standard_cart .order-summary .subtotal {
    padding-bottom: 10px !important;
    border-bottom-color: #E9EAEC !important;
}

#order-standard_cart .order-summary .recurring-totals {
    margin-top: 10px !important;
}

#order-standard_cart .order-summary .total-due-today-padded {
    border-top: 1px solid #E9EAEC !important;
    padding-top: 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

#order-standard_cart .order-summary .total-due-today .amt {
    color: #424242;
    font-size: 34px !important;
    font-weight: 900;
    line-height: 48px;
    word-break: break-word;
    text-align: center;
}

#order-standard_cart .secondary-cart-body > .view-cart-tabs .nav-tabs>li>a {
    padding: 0 !important;
    border: none;
    background-color: white !important;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

#order-standard_cart .secondary-cart-body > .view-cart-tabs .nav-tabs>li {
    margin-bottom: 10px;
}

#order-standard_cart .secondary-cart-body > form {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding: 15px !important;
    border-radius: 9px !important;
}

#order-standard_cart .secondary-cart-body > .view-cart-tabs {
    margin-top: 15px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
    padding: 15px !important;
    border-radius: 9px !important;
}

.btn-default {
    border-color: #E9EAEC;
}

.panel-primary>.panel-heading {
    border-color: transparent !important;
    color: #424242 !important;
    background-color: white !important;
}

section#home-banner {
    background-color: white !important;
    color: #424242 !important;
}

section#home-banner .input-group {
    align-items: center;
    padding: 6px;
    background: white;
    border-radius: 3px;
    border: 1px solid #E9EAEC;
}

section#home-banner .input-group input,
section#home-banner .input-group input:hover,
section#home-banner .input-group input:focus {
    z-index: 0 !important;
}

section#home-banner .btn.search {
    background-color: #E12179 !important;
    border-radius: 3px;
    margin-right: 3px;
}

section#home-banner .btn.transfer {
    border-radius: 3px;
}

#default-captcha-domainchecker #inputCaptcha {
    border: 1px solid #E9EAEC;
}

.home-shortcuts {
    background-color: white !important;
    color: #424242 !important;
}

.home-shortcuts .hidden-xs {
    display: none;
}

.home-shortcuts .col-md-8 {
    width: 100%;
}

.home-shortcuts li {
    height: 170px;
    border: none !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
    border-radius: 9px !important;
    border-color: transparent !important;
    transition: all .24s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-shortcuts li i {
    font-size: 40px;
}

.home-shortcuts li p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}

.home-shortcuts li:not(:last-child) {
    @media only screen and (max-width: 991px) {
        margin-bottom: 15px;
    }

    @media only screen and (min-width: 992px) {
        margin-right: 15px;
    }
}

.home-shortcuts li:hover {
    transform: translate3d(0,-8px,0);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 16px 40px rgba(0, 0, 0, 0.16);
    transition: all .24s ease !important;
    border-color: transparent !important;
    background-color: white !important;
}

.home-shortcuts li a {
    transition: all .2s ease !important;
    color: #424242 !important;
}

.home-shortcuts li:hover a {
    transition: all .2s ease !important;
    color: #E12179 !important;
}

.home-shortcuts li span {
    display: none !important;
}

.home-kb-search .form-control {
    border-radius: 9px !important;
}

.label {
    border-radius: 3px !important;
}

.label.status {
    border-radius: 30px !important;
    border-color: #E9EAEC !important;
}

.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    border-radius: 9px !important;
    border-color: #E9EAEC;
}

.dataTables_wrapper .dataTables_length {
    border: 1px solid #E9EAEC;
    background-color: white !important;
}

.dataTables_wrapper .dataTables_length label .form-control {
    box-shadow: none;
}

.ticket-reply {
    border-radius: 9px !important;
    overflow: hidden;
}

.panel-info>.panel-heading {
    background-color: #E12179 !important;
    border-color: rgba(225, 33, 121, .6) !important;
    color: white !important;
}

.panel-info {
    border-color: rgba(225, 33, 121, .6) !important;
}

.panel-collapsable > .panel-heading {
    border-radius: 5px !important;
}

.ticket-reply .date {
    color: white !important;
}

.ticket-reply.staff .user {
    color: white !important;
    background-color: #E12179 !important;
}

.ticket-reply.staff {
    border-color: rgba(225, 33, 121, .6) !important;
}

.panel-sidebar >.panel-footer .btn-danger {
    background-color: white !important;
    border: 1px solid #E9EAEC;
    color: #424242 !important;
}

.panel-sidebar >.panel-footer .btn-success {
    background-color: #E12179 !important;
    border-color: rgba(225, 33, 121, .6) !important;
}

.panel-sidebar >.panel-footer .btn i {
    margin-right: 10px;
}

.table-list>tbody>tr:nth-child(even)>td {
    background-color: #f5f5f5 !important;
}

#order-standard_cart .domain-selection-options .option {
    background-color: white !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08) !important;
    border-radius: 9px !important;
    margin-bottom: 15px !important;
}

#order-standard_cart .field:focus,
#order-standard_cart .form-control:focus {
    border-color: #E12179 !important;
}

#order-standard_cart .alert-warning {
    color: #424242 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #E9EAEC;
}

#order-standard_cart .product-info {
    border-radius: 9px !important;
    background-color: white !important;
    border: 1px solid #E9EAEC !important;
}

#order-standard_cart .account-select-container {
    margin-bottom: 15px !important;
    border-radius: 9px !important;
    overflow: hidden;
}

#order-standard_cart .account-select-container {
    border: none !important;
}

#order-standard_cart .account-select-container div.account {
    border: 1px solid #E9EAEC !important;
    border-radius: 9px!important;
    margin-bottom: 10px !important;
}

#order-standard_cart .checkout-security-msg {
    display: flex;
    align-items: center;
}

#order-standard_cart .checkout-security-msg i {
    margin-left: 0;
    margin-right: 10px;
}

.popover-user-notifications ul li a:hover,
.popover.bottom {
    border-radius: 9px!important;
}

