@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&display=swap");

body {
  padding-top: 0 !important;
  margin: 0;
}
label {
  font-weight: 500;
  color: #363542;
  font-size: 16px !important;
}

.header-main-top {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
}
.header-main-top .logo-nav img {
  width: 190px;
  height: auto;
}
.header-main-top .navbar ul,
.mobile-header ul {
  align-items: center;
}
.header-main-top .navbar ul li,
.mobile-header ul li {
  padding: 0 26px;
}
.header-main-top .navbar ul a,
.mobile-header ul a {
  font-size: 15px;
  color: #363542;
  line-height: 18px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
}
.header-main-top .navbar .nav-box {
  gap: 100px;
  justify-content: end;
}
.header-main-top .navbar ul #Primary_Navbar-Login,
.mobile-header ul #Primary_Navbar-Login,
.header-main-top .navbar ul #Primary_Navbar-Register,
.mobile-header ul #Primary_Navbar-Register {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  color: #ffffff;
  background-color: #fca311;
  padding: 14px 24px;
  border-radius: 100px;
}
.header-main-top .navbar ul #Primary_Navbar-Register,
.mobile-header ul #Primary_Navbar-Register {
  background: transparent;
  border: 1px solid #d7d7d9;
  color: #363542;
  padding: 14px 24px;
  margin-left: 80px;
  margin-right: 30px;
}
.header-main-top .navbar ul #Primary_Navbar-Login a,
.mobile-header ul #Primary_Navbar-Login a {
  color: #fff;
}

.header-main-top .shopping-cart,
.mobile-header .shopping-cart {
  position: relative;
  padding: 0 !important;
}
.header-main-top .shopping-cart span,
.mobile-header .shopping-cart span {
  font-size: 10px;
  line-height: 1.6;
  background-color: #fca311;
  margin-left: -2px;
  top: -5px;
  padding: 0;
  width: 17px;
  height: 17px;
  position: absolute;
  border-radius: 10px;
  min-width: 10px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.main-footer-bottom {
  font-family: "Plus Jakarta Sans";
  background: #363542;
  padding: 80px 0 0;
}
.main-footer-bottom ul {
  list-style: none;
  padding-left: 0;
}
.main-footer-bottom ul li {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.9px;
  margin-bottom: 12px;
}
.main-footer-bottom ul li a {
  color: #fff;
}
.main-footer-bottom h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.68px;
  height: 26.19px;
  margin-bottom: 24px;
}
.main-footer-bottom .footer-logo img {
  width: 220px;
  height: auto;
  margin-bottom: 25px;
}
.autorisert-bx {
  display: flex;
  gap: 13px;
  margin-bottom: 40px;
}

.autorisert-bx .img-icon img {
  width: 60px;
  height: 60px;
}
.autorisert-bx .autorisert-reg h5 {
  font-weight: 600;
  color: #fca311;
  font-size: 13px;
  line-height: 16.38px;
  margin: 0;
}
.autorisert-bx .autorisert-reg p {
  color: #ffffff;
  font-size: 13px;
  line-height: 16.38px;
  margin: 0;
}

.main-footer-bottom .copyright {
  border-top: 1px solid #54535e;
  padding: 40px 0 30px;
  margin-top: 40px;
}
.main-footer-bottom .copyright .getonnet {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 16.38px;
}
.main-footer-bottom .copyright .getonnet a {
  color: #fca311;
}
.main-footer-bottom .copyright .social-link i {
  color: #fff;
  font-size: 24px;
  padding-left: 23px;
}

.header-lined {
  margin: 0 auto 64px;
}

.header-lined .progress {
  position: relative;
  height: 2px;
  background: #a7a9b1;
  width: 75%;
  margin: auto;
}

.header-lined .progress-points {
  position: relative;
  margin: -14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

.header-lined .progress-point:before {
  border-radius: 50%;
  line-height: 25px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  text-align: center;
  background-color: #a7a9b1;
  color: #fff;
}

.header-lined .progress-points .progress-point:before {
	position: relative;
    z-index: 3;
}

.header-lined .progress-points .progress-point:nth-child(1):before {
  content: "1";
}
.header-lined .progress-points .progress-point:nth-child(2):before {
  content: "2";
}
.header-lined .progress-points .progress-point:nth-child(3):before {
  content: "3";
}
.header-lined .progress-points .progress-point:nth-child(4):before {
  content: "4";
}

.header-lined .progress-points .progress-point:after {
  	content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #A7A9B1;
    position: absolute;
    top: 12px;
    left: 0;
}

.header-lined .progress-points .progress-point:first-child:after {
	left: 50%;
    width: 50%;
}

.header-lined .progress-points .progress-point:last-child:after {
	left: 0;
    width: 50%;
}

.header-lined .progress-points .progress-point.active:before {
  background-color: #000;
}
.header-lined .progress-points .progress-point {
  width: 50%;
  text-align: center;
  position: relative;
}
.header-lined .progress-point span {
  color: rgba(54, 53, 66, 0.4);
  font-size: 15px;
  font-weight: 700;
  text-transform: unset;
}
.header-lined .progress-point.active span {
  color: #363542;
}
.mobile-header {
  display: none;
}
.header-main-top .bx-menu-btn span {
  width: auto;
}
.header-main-top .bx-menu-btn span i {
  color: #fff;
  font-size: 20px;
  line-height: 10px;
}
.header-main-top .bx-menu-btn {
  color: #fff;
  border: 1px solid;
  width: auto;
  padding: 10px;
  margin-right: 15px;
  border-radius: 0;
}

/*new change 01/03/2024*/
.header-main-top .navbar-nav .dropdown-toggle svg,
.header-main-top .navbar-nav .nav-item-text-only svg {
  display: none;
}
.navbar-nav .dropdown-menu {
  display: none;
}
.navbar-nav .dropdown-menu.show {
  display: block;
}

/*new change 04/03/2024*/
.banner-home .domain-search-input {
  padding: 0;
}
.banner-home .domain-search-input #inputDomain {
  height: 86px;
  font-size: 20px;
}
.banner-home .domain-search-input #inputDomain[type="text"] {
  color: #363542;
}
#DomainSearchResults #domainSuggestions .btn-add-to-cart,
.domain-info-bottom .domain-info-hosting a,
.announcements-list .btn-primary-faded,
#noridContainerButtons #nordidCIDbutton,
#noridContainerFields #noridPIDcontainer .btn-info,
.generate-password {
  color: #fff !important;
  background-color: #2e2d38 !important;
  border-color: #2e2d38 !important;
  min-width: 136px;
  font-size: 14px;
  line-height: 17px;
  height: 37px;
  font-weight: 700;
}
#DomainSearchResults #domainSuggestions .btn-remove-domain {
  height: 37px;
  margin-left: 4px;
}
.search-group-lg .domain-check-availability i {
  font-size: 28px;
  margin: 0;
}
#DomainSearchResults .message-success .message-actions .btn-add-to-cart {
  background-color: #fca311;
  color: #fff;
  border-color: #fca311;
  display: block;
  height: 62px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  min-width: 241px;
}
#DomainSearchResults .message-success .message-actions .btn-remove-domain {
  height: 62px;
  margin-top: 24px;
  margin-left: 5px;
}
.search-group-lg {
  position: relative;
  box-shadow: 5px 5px 40px rgba(54, 53, 66, 0.1);
}
.search-group-lg .search-group-btn {
  margin: 0;
}
.search-group-lg .domain-check-availability {
  height: 86px !important;
  width: 130px;
  border-radius: 0 !important;
}

.bottom-action-sticky .sticky-actions a,
.bottom-action-sticky .sticky-actions button,
.main-sidebar .sidebar-sticky-summary .btn-checkout,
.panel-domain-search-primary .btn-primary-faded,
#noridContainerButtons #nordidPIDbutton,
.decl .search-box-primary .btn-primary-faded {
  background-color: #fca311;
  color: #fff;
  border-color: #fca311;
}

.login-desc,
.login-title,
.main-header-title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  color: #363542;
}
#containerNewUserSignup .section-title,
.section-header .section-title,
.package-side .package-title,
#sectionCycles .section-header .section-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #363542;
}
#tableDomainPricing .tld-name {
  font-size: 18px;
  font-weight: 400;
}
.page-domainregister
  .suggested-domains
  .domain-suggestion.list-group-item
  .content
  span {
  color: #363542;
  font-weight: 700;
}
.domain-lookup-result.list-group .list-group-item .actions .price {
  color: #363542;
  font-weight: 400;
}
.main-header-title {
  font-weight: 600;
}
.main-header .breadcrumb {
  font-size: 12px;
}
.main-header .breadcrumb li a,
.desc {
  color: rgba(54, 53, 66, 0.4);
}
.panel-support .support-title {
  font-size: 17px;
  font-weight: 700;
}
.domain-pricing .section-header .section-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(54, 53, 66, 0.4);
}
.suggested-domains .section-header .section-title,
.package-side .price-amount {
  font-size: 24px;
  font-weight: 500;
}
.app-main .main-header-title,
.domain-info .domain-info-title,
.main-content.main-content-m-w .section-header .section-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}
.panel-check .check-title {
  font-size: 18px;
  font-weight: 500;
}
.panel-group-condensed .check-content span {
  font-size: 18px;
  font-weight: 700;
}
.package-side .package-desc {
  color: rgba(54, 53, 66, 0.7);
  font-size: 12px;
  line-height: 15px;
  margin-top: -5px !important;
}
.package-side .package-features,
.package-side .package-features li i {
  color: #363542;
  font-weight: 400;
  font-size: 14px;
}
.package-side .package-features br {
  display: none;
}
#sectionCycles .check-cycle .check-title {
  font-size: 15px;
}
.message-success .message-text,
.message-success .message-title,
.message-danger .message-text,
.message-danger .message-title {
  font-size: 20px;
  font-weight: 500;
}
.main-grid.decl {
  position: relative;
}
.main-grid.decl #declaration {
  position: absolute;
  top: 0;
}
#noridContainerButtons {
  display: flex;
}
#noridContainerButtons .col-sm-2 {
  width: auto;
  max-width: inherit;
  flex: 0;
}
#noridContainerButtons #nordidPIDbutton,
#noridContainerButtons #nordidCIDbutton {
  font-size: 18px;
  height: 60px;
  font-weight: 700;
}
#noridContainerButtons #noridCIDButtonContainer {
  margin-left: 0 !important;
}
.decl #frmCheckout select,
.decl #frmCheckout input,
#btnExistingLogin,
#noridContainerFields #noridPIDcontainer .btn-info,
.decl .search-box-primary .btn-primary-faded,
.decl .search-box-primary #inputPromotionCode {
  height: 60px;
}
#noridContainerFields #noridPIDcontainer {
  display: block;
  background-color: transparent !important;
}
#navbarSupportedContent #Primary_Navbar-Open_Ticket a {
  color: #fff;
}

.domain-box-msg .message-content {
  display: block !important;
}
#registerDomainPanel .input-group-append .btn-default,
.panel-sidebar-primary .panel-footer .btn-success,
#btnKnowledgebaseSearch,
.article-rate .btn-primary-faded {
  background-color: #fca311 !important;
  color: #fff !important;
  border-color: #fca311 !important;
}
.panel-sidebar-primary .panel-footer .btn-outline,
.panel-sidebar.panel-sidebar-primary .btn.btn-outline:hover,
.panel-client-contacts .panel-footer .btn-default,
.user-list-item-actions .label-info,
.panel-department-box .btn-primary-faded,
.add-extra-attachement,
.search-group .btn-primary-faded,
#mg-container .pull-right .btn-primary,
#setstable_wrapper #addSetButton {
  color: #fff !important;
  background-color: #2e2d38 !important;
  border-color: #2e2d38 !important;
}
#mg-wrapper .module-content {
  padding: 15px;
}
#Primary_Navbar-Store .dropdown-lazy .dropdown-menu-list {
  padding: 0;
  list-style: none;
}
#Primary_Navbar-Store .dropdown-lazy .dropdown-menu-parent .nav-header {
  padding: 6px 45px;
}
#Primary_Navbar-Store .dropdown-lazy .dropdown-menu-sidebar-graphic {
  padding: 20px 50px;
}
#Primary_Navbar-Store .dropdown-lazy .dropdown-menu-sidebar-graphic img {
  width: 50%;
}
.domain-box-msg #my-canvas {
  position: absolute;
  top: 0;
  right: 0;
}
.domain-box-msg .message-img-right img {
  width: 100%;
}
#primaryLookupResult .domain-available {
  position: relative;
}
#setstable_paginate .pagination {
  gap: 5px;
  padding: 10px 0;
  border: none;
  display: flex !important;
}
#setstable_paginate .pagination li {
  margin-left: 0;
}
#setstable_length select.input-sm {
  line-height: 14px;
  padding: 0px 30px 0 15px;
}

@media (max-width: 1300px) {
  .header-main-top .navbar ul li,
  .mobile-header ul li {
    padding: 0 16px;
  }
  .header-main-top .navbar ul #Primary_Navbar-Register,
  .mobile-header ul #Primary_Navbar-Register {
    margin-left: 40px;
    margin-right: 16px;
  }
}

@media (max-width: 1124px) {
  .header-main-top .navbar ul li,
  .mobile-header ul li {
    padding: 10px 10px;
  }
  .header-main-top .navbar ul #Primary_Navbar-Register,
  .mobile-header ul #Primary_Navbar-Register {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1024px) {
  .send-henvendelse {
    margin-top: 30px;
  }
  .header-main-top .navbar ul .register {
    margin: 20px;
  }
  .header-main-top .navbar ul {
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  /*new change 01/03/2024*/
  .mobile-header .navbar-nav .dropdown-toggle svg,
  .mobile-header .navbar-nav .nav-item-text-only svg {
    display: none;
  }

  .mobile-header ul {
    align-items: self-start;
  }
  .sidebar-nav-desktop {
    display: none;
  }
  .mobile-header ul #Primary_Navbar-Register {
    margin: 15px 0 15px 0;
  }
  .mobile-header ul a,
  .mobile-header ul li {
    width: 100%;
    display: block;
  }
  .mobile-header .shopping-cart span {
    right: 0;
  }
  .header-main-top .navbar {
    justify-content: normal;
    flex-wrap: nowrap;
  }
  .header-main-top {
    background: #363542;
  }
  .header-main-top .logo-nav img {
    filter: brightness(0) invert(1);
  }
  .mobile-header {
    position: fixed;
    top: 0;
    left: -100%;
    background: #f2f7fb;
    height: 100%;
    width: 300px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    display: block;
    padding: 30px;
  }
  .sidebar-nav.slide {
    left: 0;
  }
  .home-section {
    padding-left: 0;
    transition: all 0.4s ease-in-out;
  }
  .home-section.slide {
    padding-left: 300px;
  }
  .mobile-header h4 {
    font-size: 14px;
    color: #363542 !important;
  }
}

@media (max-width: 767px) {
  .webhotell-tj {
    margin-top: 30px;
  }
  .banner-home .domain-search-input #inputDomain {
    height: 55px !important;
    padding-left: 25px;
    font-size: 18px;
  }
  .search-group-lg .domain-check-availability {
    width: 70px;
    height: 55px !important;
  }
  .search-group-lg .domain-check-availability i {
    font-size: 20px;
  }
  .main-grid.decl {
    padding-top: 60px;
  }
  .panel-domain .row-eq-height-sm .panel-check {
    margin-bottom: 29px;
  }
}

@media (max-width: 540px) {
  .header-lined .progress-points {
    display: block;
  }
  .header-lined .progress {
    display: none;
  }
  .header-lined .progress-points .progress-point {
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 30px;
  }
  .header-lined .progress-point:before {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .main-footer-bottom .copyright .row {
    gap: 20px;
  }
  .main-footer-bottom .copyright .col-sm-6 {
    text-align: center !important;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .search-group:not(.panel-choose-domain--subdomain) > * {
    margin-left: 0;
    min-width: auto;
    flex-basis: 0;
  }
  .domain-info-top {
    display: block;
  }
}

/*===new-change===*/
#products .package-footer .btn.btn-lg {
  background-color: #fca311;
  color: #fff;
  border-color: #fca311;
}
.package .package-reviews {
  display: flex;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
}
#products .package-features {
  text-align: left !important;
}
.package-side .package-features li i {
  color: green !important;
}
.package-side .price-amount {
  color: #fca311 !important;
}
.app-main .main-banner.banner-home {
  padding-bottom: 0 !important;
}

/*===new-change 20/4/24===*/
.main-content
  .section-body
  .addon-products
  .addon-products-option
  .check-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-content .section-body .addon-products {
  margin: 30px 0 0;
}
.main-content .section-body .addon-products .addon-products-option label {
  display: flex;
}
.main-content .section-body .addon-products .addon-products-option label h6 {
  margin: 0 0 5px;
}
.main-content .section-body .addon-products .addon-products-option label p {
  font-weight: 400;
  margin: 0;
}

/*==== new change==21//08/2024====*/
.check-cart-add .check .check-icon {
  position: absolute;
  bottom: -60px;
  display: block;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fca311;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5;
  display: none;
  color: #fff;
}
.check-cart-add .panel-check .check-content {
  margin-left: 0 !important;
  padding: 20px 30px !important;
}

@media (max-width: 479.98px) {
  .hidden-xs {
    display: block !important;
  }
}

.panel-domain .row-eq-height-sm .panel-check.checked .check-icon {
  display: block !important;
}
.panel-domain .row-eq-height-sm .panel-check.checked {
  border-color: #fca311 !important;
}
.panel-domain .row-eq-height-sm .panel-check {
  padding-bottom: 40px;
}
#collapse-parent-0 .check .check-icon i {
  font-size: 20px;
  color: #fff;
}
.panel-domain .row-eq-height-sm {
  margin-bottom: 20px !important;
}
.panel-domain .row-eq-height-sm .checkbox-styled,
.panel-domain .row-eq-height-sm .radio-styled {
  display: none !important;
}

.panel-domain .row-eq-height-sm .check-content h6 {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: -10px;
}
.panel-domain .row-eq-height-sm .check-content .package-desc {
  font-size: 14px !important;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 10px;
  color: #fca311;
}

.panel-domain .row-eq-height-sm .hidden-xs .package-desc {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 20px;
}
.panel-domain .row-eq-height-sm .hidden-xs ul li i {
  color: #65b949;
}
.panel-domain .row-eq-height-sm .hidden-xs ul {
  text-align: left;
}

.panel-domain .row-eq-height-sm .panel-check .check > label {
  display: block;
  padding: 0 !important;
}

.panel-domain .row-eq-height-sm .panel-check .package-title {
  font-size: 22px;
  font-weight: 700;
}

.panel-domain .row-eq-height-sm .panel-check .price-annually {
  font-size: 24px !important;
}
#collapse-domain-0 .choose-cycle label {
  display: flex !important;
  margin: auto auto 20px !important;
  justify-content: center;
  gap: 8px;
}
#collapse-domain-0 .choose-cycle label .form-text + .switch {
  margin-left: unset !important;
}
#collapse-domain-0 .choose-cycle label span {
  margin: 0;
}
#collapse-domain-0 .choose-cycle label .switch__container {
  background-color: #e6e6e6;
}
#collapse-domain-0 .choose-cycle label .switch__handle {
  background-color: #fca311;
}
.panel-domain .row-eq-height-sm .panel-check .price-annually .price-cycle {
  display: inline;
}
.panel-domain .row-eq-height-sm .panel-check .package-actions .btn-info {
  color: #fff;
  background-color: #363542;
  border-color: #363542;
}
.panel-domain .row-eq-height-sm .panel-check .package-actions .btn-primary {
  color: #fff;
  background-color: #fca311;
  border-color: #fca311;
}
.domain-info-top .domain-info-title {
  width: auto !important;
}
.domain-info-top {
  justify-content: space-between;
}
.panel-domain .row-eq-height-sm .panel-check .price-annually {
  color: #fca311 !important;
}

.main-grid.decl {
  display: flex;
  gap: 42px;
}

.main-grid.decl > * {
  flex: 1;
}

.main-grid.decl .main-content {
	min-height: 410px;
}

.main-grid.decl .main-content .message {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid rgba(54, 53, 66, .2);
    min-height: 410px;
}

.main-grid.decl .main-content h6 {
	font-size: 20px;
    margin: 16px 0 20px;
}

.btn {
	font-size: 18px;
    font-weight: 700;
    height: 60px;
    min-width: 245px;
    border-radius: 4px;
}

.btn-primary {
	background: #FCA311;
    border: none;
}

.main-grid.decl .main-content .message-action {
	margin-top: 20px;
}

.main-grid.decl .main-sidebar {
  max-width: 433px;
  margin: 0;
}

.order-summary {
	padding: 40px;
}

.main-sidebar h2 {
	font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}

.main-sidebar .panel {
	border-radius: 0;
    border: 1px solid rgba(54, 53, 66, .2);
}

.main-sidebar .panel ul {
	list-style-type: none;
    padding: 0 0 20px;
}

.main-sidebar .panel > *:not(.loader) {
	padding: 20px 0;
}

.main-sidebar .panel-heading {
	padding-top: 0 !important;
    border-bottom: 1px solid #F5F5F5;
}

.main-sidebar .item-name {
	font-size: 16px;
    font-weight: 700;
    color: #363542;
}

.main-sidebar .item-value {
	font-size: 14px;
    color: #363542;
}

.main-sidebar .list-item {
	display: flex;
    justify-content: space-between;
}

.main-sidebar #recurring .list-item {
	font-size: 16px;
    font-weight: 700;
}

.main-sidebar .panel-footer .price {
	font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-sidebar .panel-footer .summary-actions {
	margin-top: 20px;
}

.main-sidebar .panel-footer .summary-actions > button {
	width: 100%;
}

.main-header {
	display: none;
}


.header-lined:has(.progress) .track {
	display: none;
}

.container {
	max-width: 1617px;
}

.main-sidebar .summary-list {
	border: none;
}

.panel-summary .panel-footer:after {
	display: none;
}

.main-sidebar .order-summary-info {
	display: flex;
    padding: 24px !important;
    background-color: #f2f7fb;
    margin-top: 24px;
}

.main-sidebar .order-summary-info p {
	color: #363542;
    margin: 0;
}

.main-sidebar .order-summary-info .info-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNjgiIHZpZXdCb3g9IjAgMCA2OCA2OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yMC45MzA3IDQuMTk1ODJDMjIuNzI2OSAwLjcyMTMwNyAyNy4xMjE3IC0wLjQ1NjI4NSAzMC40MTQ1IDEuNjU0NjZDMzIuNTk4OCAzLjA1NTAxIDM1LjM5ODYgMy4wNTUwMSAzNy41ODMgMS42NTQ2NkM0MC44NzU3IC0wLjQ1NjI4NSA0NS4yNzA2IDAuNzIxMzA5IDQ3LjA2NjcgNC4xOTU4MkM0OC4yNTgyIDYuNTAwNzIgNTAuNjgyOSA3LjkwMDY0IDUzLjI3NDggNy43ODAwN0M1Ny4xODE5IDcuNTk4MzEgNjAuMzk5MSAxMC44MTU2IDYwLjIxNzQgMTQuNzIyNkM2MC4wOTY4IDE3LjMxNDUgNjEuNDk2NyAxOS43MzkyIDYzLjgwMTYgMjAuOTMwN0M2Ny4yNzYxIDIyLjcyNjkgNjguNDUzNyAyNy4xMjE3IDY2LjM0MjggMzAuNDE0NUM2NC45NDI0IDMyLjU5ODggNjQuOTQyNCAzNS4zOTg2IDY2LjM0MjggMzcuNTgzQzY4LjQ1MzcgNDAuODc1NyA2Ny4yNzYxIDQ1LjI3MDYgNjMuODAxNiA0Ny4wNjY3QzYxLjQ5NjcgNDguMjU4MiA2MC4wOTY4IDUwLjY4MjkgNjAuMjE3NCA1My4yNzQ4QzYwLjM5OTEgNTcuMTgxOSA1Ny4xODE5IDYwLjM5OTEgNTMuMjc0OCA2MC4yMTc0QzUwLjY4MjkgNjAuMDk2OCA0OC4yNTgyIDYxLjQ5NjcgNDcuMDY2NyA2My44MDE2QzQ1LjI3MDYgNjcuMjc2MSA0MC44NzU3IDY4LjQ1MzcgMzcuNTgzIDY2LjM0MjhDMzUuMzk4NiA2NC45NDI0IDMyLjU5ODggNjQuOTQyNCAzMC40MTQ1IDY2LjM0MjhDMjcuMTIxNyA2OC40NTM3IDIyLjcyNjkgNjcuMjc2MSAyMC45MzA3IDYzLjgwMTZDMTkuNzM5MiA2MS40OTY3IDE3LjMxNDUgNjAuMDk2OCAxNC43MjI2IDYwLjIxNzRDMTAuODE1NiA2MC4zOTkxIDcuNTk4MzIgNTcuMTgxOSA3Ljc4MDA3IDUzLjI3NDhDNy45MDA2NCA1MC42ODI5IDYuNTAwNzMgNDguMjU4MiA0LjE5NTgyIDQ3LjA2NjdDMC43MjEzMDggNDUuMjcwNiAtMC40NTYyODQgNDAuODc1NyAxLjY1NDY3IDM3LjU4M0MzLjA1NTAxIDM1LjM5ODYgMy4wNTUwMSAzMi41OTg4IDEuNjU0NjYgMzAuNDE0NUMtMC40NTYyODQgMjcuMTIxNyAwLjcyMTMwOSAyMi43MjY5IDQuMTk1ODIgMjAuOTMwN0M2LjUwMDczIDE5LjczOTIgNy45MDA2NCAxNy4zMTQ1IDcuNzgwMDcgMTQuNzIyNkM3LjU5ODMxIDEwLjgxNTYgMTAuODE1NiA3LjU5ODMxIDE0LjcyMjYgNy43ODAwN0MxNy4zMTQ1IDcuOTAwNjQgMTkuNzM5MiA2LjUwMDczIDIwLjkzMDcgNC4xOTU4MloiIGZpbGw9IiMzNjM1NDIiLz4NCjwvc3ZnPg0K);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-basis: 32%;
    position: relative;
    margin-right: 24px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-sidebar .order-summary-info .info-icon .info-circle {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 11px;
}

.main-sidebar .order-summary-info .info-icon .info-circle strong {
	font-size: 25px;
}

.main-sidebar .order-summary-info .info-title {
	font-size: 14px;
    font-weight: 700;
    margin: 0;
}

#btnExistingLogin {
	min-width: 0 !important;
}

[data-toggle="tooltip"] {
	min-width: 0 !important;
}

@media (max-width: 767px) {
	.main-sidebar .order-summary-info {
    	flex-direction: column;
        text-align: center;
    }
    
    .main-sidebar .order-summary-info .info-icon {
    	aspect-ratio: 1;
        max-width: 100px;
        margin: 0 auto 15px;
    }
    
    .panel-footer .content {
    	flex-direction: column;
    }
    
    .panel-footer .content > * {
		width: 100% !important;
        margin: 8px 0 0 !important;
	}
    
    #noridContainerButtons {
    	flex-direction: column;
    }
    
    #noridContainerButtons > * {
    	margin: 8px 0 0;
        padding: 0;
    }
    
    #noridContainerButtons button {
    	width: 100%;
    }
    
    .search-group {
    	flex-direction: column;
    }
    
    .social-wide .row > * {
    	padding: 0 12px;
    }
    
    .order-summary-mob {
    	background: #ffffff;
    }
    
    .btn-primary-faded {
    	background: #fca311;
        color: #ffffff;
        border: none;
        border-radius: 4px !important;
    }
    
    .sticky-actions {
    	flex-direction: column;
        margin-left: 0 !important;
        width: 100%;
        gap: 8px;
    }
    
    .sticky-actions > * {
    	width: 100%;
    }
    
    div[style="display: none;"],
    div[style="display:none;"] {
    	margin: 0 !important;
    }
}



/* .container .m-w-lg.m-h-a {
	display: flex;
    gap: 42px;
    min-width: 100%;
}

.container .m-w-lg.m-h-a .section.domain-pricing {
	flex: 1;
}

.container .m-w-lg.m-h-a .main-sidebar {
	flex: 1;
    max-width: 433px;
    margin: 0;
} */