/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/sourcesansprov22-latin-ext-400.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/sourcesansprov22-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/sourcesansprov22-latin-ext-600.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/sourcesansprov22-latin-600.woff2) format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/sourcesansprov22-latin-ext-700.woff2) format("woff2");
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/sourcesansprov22-latin-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.hw-sidebar {
  background-color: #000000;
  flex: 0 0 300px;
  z-index: 200;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hw-sidebar .hw-sidebar-supermenu {
  flex: 1 1 0;
  overflow-y: auto;
}
.hw-sidebar .hw-sidebar-header {
  padding: 20px 30px;
  background-color: #222222;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hw-sidebar .hw-sidebar-header h1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}
.hw-sidebar .hw-sidebar-header h1 i {
  font-size: 21px;
  margin: 0 2px;
}
.hw-sidebar .hw-sidebar-header span {
  font-size: 12px;
  color: #d2cfcf;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
  padding: 0 30px;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-title strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  display: block;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-title .hw-sidebar-saleschannels-title-action a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 16px;
  margin-left: 10px;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item {
  padding: 12px 30px;
  color: rgba(250, 250, 250, 0.7);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-left: 4px solid transparent;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item:hover {
  background-color: #151515;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item:hover, .hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item.hw-sidebar-saleschannel-active {
  background-color: #151515;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item.hw-sidebar-saleschannel-active {
  border-color: #0b5ed7;
  font-weight: 700;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item .hw-sidebar-saleschannels-item-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item .hw-sidebar-saleschannels-item-title {
  flex-grow: 1;
  margin-bottom: 5px;
}
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item .hw-sidebar-saleschannels-item-stats {
  color: #1bbd28;
  font-weight: 600;
  font-size: 15px;
}
.hw-sidebar .hw-sidebar-account {
  padding: 20px 30px;
  background-color: #222222;
  display: flex;
  align-items: center;
}
.hw-sidebar .hw-sidebar-account .hw-sidebar-account-image {
  flex: 0 0 1;
  width: 45px;
  height: 45px;
}
.hw-sidebar .hw-sidebar-account .hw-sidebar-account-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hw-sidebar .hw-sidebar-account .hw-sidebar-account-content {
  flex: 5;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7019607843);
}
.hw-sidebar .hw-sidebar-account .hw-sidebar-account-content strong {
  font-size: 17px;
}
.hw-sidebar .hw-sidebar-account .hw-sidebar-account-content .hw-sidebar-account-content-role {
  display: block;
  color: #d2cfcf;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hw-sidebar .hw-sidebar-account .hw-sidebar-account-signout {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.hw-sidebar .hw-sidebar-account .hw-sidebar-account-signout a {
  color: #7e7d7d;
  font-size: 18px;
}
.hw-sidebar .hw-sidebar-menu {
  margin-bottom: 45px;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link {
  padding: 12px 30px;
  color: rgba(255, 255, 255, 0.7019607843);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  border-left: 4px solid transparent;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link:hover, .hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link.active {
  background-color: #151515;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link.active {
  border-color: #0b5ed7;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link .hw-sidebar-item-link-icon {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link .hw-sidebar-item-link-text {
  margin-left: 15px;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown.active {
  background-color: #151515;
  border-color: #222222;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown.active > .hw-sidebar-item-link {
  font-weight: 700;
  background-color: #0B0B0B;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown:not(.active) .hw-sidebar-item-dropdown-wrapper {
  max-height: 0;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown:not(.active) > .hw-sidebar-item-link::after {
  transform: rotate(180deg);
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown > .hw-sidebar-item-link {
  position: relative;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown > .hw-sidebar-item-link::after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  font-size: 15px;
  opacity: 0.5;
  right: 30px;
  top: 16px;
  transition: transform 0.3s;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown .hw-sidebar-item-dropdown-wrapper {
  overflow-y: hidden;
  transition: max-height 0.3s;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown .hw-sidebar-item-dropdown-wrapper .hw-sidebar-item .hw-sidebar-item-link {
  padding-left: 60px;
}
.hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown .hw-sidebar-item-dropdown-wrapper .hw-sidebar-item .hw-sidebar-item-link:hover, .hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown .hw-sidebar-item-dropdown-wrapper .hw-sidebar-item .hw-sidebar-item-link.active {
  background-color: #1e1e1e;
}

.hw-content-header-wrapper {
  width: calc(100vw - 300px);
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0;
  right: 0;
  left: 300px;
  z-index: 100;
}
.hw-content-header-wrapper .hw-header-message {
  width: 100%;
  height: 40px;
  padding: 0 40px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hw-content-header-wrapper .hw-header-message a {
  text-decoration: none;
}
.hw-content-header-wrapper .hw-header-message.is--primary {
  background-color: #dfecff;
  color: #0b5ed7;
}
.hw-content-header-wrapper .hw-header-message.is--primary a {
  color: #0b5ed7;
}
.hw-content-header-wrapper .hw-header-message.is--danger {
  background-color: #ffcccc;
  color: #e11f31;
}
.hw-content-header-wrapper .hw-header-message.is--danger a {
  color: #e11f31;
}
.hw-content-header-wrapper .hw-header-message.is--warning {
  background-color: #ffe29b;
  color: #b28400;
}
.hw-content-header-wrapper .hw-header-message.is--warning a {
  color: #b28400;
}
.hw-content-header-wrapper .hw-header-message-carousel {
  width: 100%;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message-slides {
  position: relative;
  min-height: 40px;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message-slide.is--active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message {
  height: auto;
  min-height: 40px;
  padding: 8px 40px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message-controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message-counter {
  font-size: 12px;
  line-height: 1;
  min-width: 28px;
  text-align: center;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message-control {
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.hw-content-header-wrapper .hw-header-message-carousel .hw-header-message-control i {
  font-size: 14px;
  line-height: 1;
}
.hw-content-header-wrapper .hw-content-header {
  height: 65px;
  padding: 0 40px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.hw-content-header-wrapper .hw-content-header .hw-content-header-title {
  font-weight: 600;
  font-size: 18px;
}
.hw-content-header-wrapper .hw-content-header .hw-content-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hw-content-header-wrapper .hw-content-header .hw-content-header-actions > * {
  margin-left: 5px;
}
.hw-content-header-wrapper .hw-content-header .hw-breadcrumbs {
  margin: 0;
}
.hw-content-header-wrapper .hw-content-header .hw-breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}
.hw-content-header-wrapper .hw-content-header .hw-breadcrumbs li a {
  color: #333;
  text-decoration: none;
}
.hw-content-header-wrapper .hw-content-header .hw-breadcrumbs li.has-follower {
  display: inline-flex;
  align-items: center;
  opacity: 0.8;
  transition: 0.2s opacity;
}
.hw-content-header-wrapper .hw-content-header .hw-breadcrumbs li.has-follower:hover {
  opacity: 1;
}
.hw-content-header-wrapper .hw-content-header .hw-breadcrumbs li.has-follower i {
  margin: 0 10px;
  font-size: 14px;
  margin-top: 4px;
}

h1.hostware-logo {
  font-weight: 700;
  font-size: 2em;
}
h1.hostware-logo i {
  font-size: 21px;
  margin: 0 2px;
}

#hw-search-modal .modal-body {
  padding: 0;
}
#hw-search-modal .loading-wrapper {
  width: 100%;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hw-search-modal .loading-wrapper div i {
  display: block;
  font-size: 30px;
  margin-bottom: 8px;
}
#hw-search-modal .search-result-wrapper a {
  color: #000;
  text-decoration: none;
}
#hw-search-modal .search-result-wrapper > div {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  padding: 8px 22px;
  transition: 0.3s all;
}
#hw-search-modal .search-result-wrapper > div > a {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 20px;
  align-items: center;
}
#hw-search-modal .search-result-wrapper > div:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
#hw-search-modal .search-result-wrapper > div:hover {
  background-color: #e7e7e7;
}
#hw-search-modal .search-result-wrapper > div:hover .childs a {
  background-color: #fff;
}
#hw-search-modal .search-result-wrapper > div .info strong {
  display: block;
}
#hw-search-modal .search-result-wrapper > div .childs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
#hw-search-modal .search-result-wrapper > div .childs a {
  background-color: #e7e7e7;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 14px;
  transition: 0.3s all;
  display: grid;
  grid-template-columns: 18px auto;
  gap: 8px;
  align-items: center;
}
#hw-search-modal .search-result-wrapper > div .childs a i {
  font-size: 12px;
}
#hw-search-modal .search-result-wrapper > div i {
  font-size: 20px;
  text-align: center;
}

.nav-tabs {
  border-bottom: 2px solid #ebebeb;
}
.nav-tabs.flex-column {
  border: 2px solid #ebebeb;
  border-radius: 6px;
}
.nav-tabs.flex-column .nav-link {
  transition: 0.3s all;
  text-align: left;
  padding: 12px 15px;
  margin-bottom: 0;
  border-left: 4px solid transparent;
}
.nav-tabs.flex-column .nav-link:not(:last-of-type) {
  border-bottom: 1px solid #dee2e6 !important;
}
.nav-tabs.flex-column .nav-link i {
  width: 26px;
}
.nav-tabs.flex-column .nav-link.active {
  border-bottom: none;
  border-left: 4px solid #0b5ed7;
  background-color: #e5edff;
}
.nav-tabs.flex-column .nav-link:hover {
  background-color: #f5f5f5;
}
.nav-tabs .nav-link {
  color: #333;
}
.nav-tabs .nav-link i {
  margin-right: 5px;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-width: 2px;
  border-color: transparent transparent #0b5ed7 transparent;
  border-radius: 0;
  color: #0b5ed7;
  font-weight: 700;
}
.nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
  border-color: transparent;
}

.input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-text {
  height: 100%;
  background-color: #eeeeee;
  border-color: #ebebeb;
}

.form-control {
  border-color: #ebebeb;
}
.form-control[name=searchTerm] {
  height: calc(1.5em + 0.75rem + 3px);
}
.form-control::-moz-placeholder {
  color: #c2c2c2;
}
.form-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-control::placeholder {
  color: #c2c2c2;
}

select.form-control-sm {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
}

.form-group {
  margin-bottom: 1.7rem;
}
.form-group label {
  font-weight: 600;
}

.dropdown-item i {
  margin-right: 5px;
}
.dropdown-item.delete {
  color: #e11f31 !important;
  font-weight: 600;
}
.dropdown-item.delete.active, .dropdown-item.delete:active {
  background-color: #ffcccc;
}

.modal .modal-content .modal-header {
  border-bottom: 1px solid #ebebeb;
  align-items: center;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .btn-close {
  background: none;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  height: unset;
  widows: unset;
  opacity: 0.7;
  transition: 0.3s opacity;
}
.modal .modal-content .modal-header .btn-close:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .btn-close::after {
  content: "\f057";
}
.modal .modal-content .modal-body ul {
  padding-left: 2rem;
}
.modal .modal-content .modal-body.modal-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10vh;
}
.modal .modal-content .modal-body.modal-icon i {
  font-size: 30px;
  margin-bottom: 20px;
}
.modal .modal-content .modal-footer {
  border-top: 1px solid #ebebeb;
  padding: 9px;
}

.btn.btn-sm {
  font-size: 13px;
  padding: 5px 10px;
}
.btn.btn-xs {
  font-size: 12px;
  padding: 2px 6px;
}

.hw-table-wrapper > nav.d-flex {
  padding: 15px;
  position: absolute;
  width: calc(100% - 300px);
  bottom: 0;
  background: #000000;
  left: 300px;
}
.hw-table-wrapper > nav.d-flex p.small.text-muted {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
}
.hw-table-wrapper tr.row-header td {
  background-color: #f8f8f8;
}

.tab-pane .hw-table-wrapper > nav.d-flex {
  position: relative;
  left: 0;
  width: 100%;
}

.accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-item .accordion-button {
  border-radius: 0 !important;
  border-left: 4px solid transparent;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-color: #0b5ed7;
}
.accordion-item .accordion-button::after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  background-image: none;
  width: auto;
  height: auto;
}

.card {
  border: 1px solid #ebebeb;
}
.card .card-header {
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
}
.card .card-header .btn.btn-icon.btn-sm {
  width: 23px;
  height: 23px;
}
.card .card-body {
  padding: 10px 20px;
}
.card .card-body.hw-console {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

select.form-control optgroup option {
  padding-left: 20px;
}

.select2-container--default .select2-selection {
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
  height: unset;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}
.select2-container--default .select2-selection__rendered {
  color: #495057 !important;
  line-height: unset !important;
  padding-left: 0 !important;
}

.select2-dropdown {
  border-color: #ebebeb;
}
.select2-dropdown .select2-search__field {
  border-color: #ebebeb !important;
  border-radius: 0.25rem;
  padding: 0.2rem 1.75rem 0.2rem 0.75rem;
}
.select2-dropdown .select2-search__field:focus {
  border-color: #80bdff !important;
  outline: 0;
  box-shadow: 0 0 0 0.14rem rgba(0, 123, 255, 0.25);
}

.select2-results__option--selectable {
  border-left: 4px solid transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  border-color: #0b5ed7;
  background-color: #f5f5f5;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  margin-top: 2px;
  margin-left: -9px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}

.form-group .select2-container {
  display: block;
}

.hw-panzoom-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.hw-panzoom-img {
  max-width: 100%;
  max-height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.hw-icon-picker-wrap {
  position: relative;
  display: block;
}

.hw-icon-picker-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  padding: 2px 0;
  background: transparent;
  border: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #cccaca;
  cursor: pointer;
  transition: color 0.12s ease;
}
.hw-icon-picker-trigger:hover, .hw-icon-picker-trigger:focus {
  color: #0b5ed7;
  outline: 0;
}
.hw-icon-picker-trigger i {
  font-size: 11px;
}

.hw-icon-picker-panel {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 1080;
  width: 320px;
  padding: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  display: none;
  overflow: hidden;
}
.hw-icon-picker-panel.is-open {
  display: block;
}

.hw-icon-picker-tabs {
  display: flex;
  gap: 0;
  padding: 4px 4px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}

.hw-icon-picker-tab {
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  padding: 6px 14px;
  margin-bottom: -1px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0.2px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}
.hw-icon-picker-tab:hover {
  background: rgba(11, 94, 215, 0.06);
}
.hw-icon-picker-tab.is-active {
  background: #fff;
  color: #0b5ed7;
  border-bottom-color: #0b5ed7;
}

.hw-icon-picker-search {
  width: calc(100% - 16px);
  box-sizing: border-box;
  margin: 8px;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.hw-icon-picker-search:focus {
  outline: 0;
  border-color: #0b5ed7;
  box-shadow: 0 0 0 2px #dfecff;
}
.hw-icon-picker-search::-moz-placeholder {
  color: #cccaca;
}
.hw-icon-picker-search:-ms-input-placeholder {
  color: #cccaca;
}
.hw-icon-picker-search::placeholder {
  color: #cccaca;
}

.hw-icon-picker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin: 0 8px;
  max-height: 240px;
  overflow-y: auto;
}

.hw-icon-picker-item {
  aspect-ratio: 1;
  padding: 0;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}
.hw-icon-picker-item:hover {
  background: #f8f8f8;
  border-color: #ebebeb;
  color: #0b5ed7;
}

.hw-icon-picker-preview {
  border-top: 1px solid #ebebeb;
  background: #f8f8f8;
  padding: 8px 12px;
  min-height: 32px;
  font-size: 12px;
  color: #cccaca;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hw-icon-picker-preview i {
  font-size: 14px;
  color: #0b5ed7;
  width: 16px;
  text-align: center;
}
.hw-icon-picker-preview .hw-icon-picker-preview-name {
  color: #333;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}
.hw-icon-picker-preview.is-empty {
  color: #cccaca;
  font-style: italic;
}

.hw-icon-picker-status {
  grid-column: 1/-1;
  text-align: center;
  padding: 14px;
  color: #cccaca;
  font-size: 12px;
}

.hw-settings-grid {
  display: flex;
  flex-wrap: wrap;
}
.hw-settings-grid .hw-settings-item {
  width: 33.33%;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.hw-settings-grid .hw-settings-item .hw-settings-item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.hw-settings-grid .hw-settings-item .hw-settings-item-content {
  margin-left: 20px;
  width: calc(100% - 20px - 40px);
}
.hw-settings-grid .hw-settings-item .hw-settings-item-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.hw-console {
  background-color: #1e1e2d;
  font-family: "Roboto Mono", monospace;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #f0f0f0;
}
.hw-console:not(.is--small) {
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  min-height: 550px;
  max-height: 550px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 0;
}

.hw-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
}
.hw-media-grid .media-empty {
  width: 100%;
  padding: 5vh 0;
  text-align: center;
  grid-column: 1/4;
}
.hw-media-grid .media-empty i {
  font-size: 40px;
  margin-bottom: 20px;
}
.hw-media-grid .hw-text-devider {
  grid-column: 1/4;
  margin-top: 0;
  margin-bottom: 0;
}
.hw-media-grid .hw-media-grid-item {
  border: 1px solid #222222;
  text-decoration: none;
  margin: 0 8px 8px 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 6px;
  transition: 0.3s all;
}
.hw-media-grid .hw-media-grid-item:hover {
  border-color: #444444;
}
.hw-media-grid .hw-media-grid-item:hover .hw-media-grid-item-header i {
  color: #444444;
}
.hw-media-grid .hw-media-grid-item:hover .hw-media-grid-item-footer {
  background-color: #444444;
}
.hw-media-grid .hw-media-grid-item-header {
  width: 100%;
  height: 90px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hw-media-grid .hw-media-grid-item-header i {
  font-size: 40px;
  color: #222222;
}
.hw-media-grid .hw-media-grid-item-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.hw-media-grid .hw-media-grid-item-footer {
  transition: 0.3s all;
  padding: 10px 20px;
  background-color: #222222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hw-media-grid .hw-media-grid-item-footer small {
  color: #cccccc !important;
}
.hw-media-grid .hw-media-grid-item-footer .btn-group .btn-outline-secondary {
  border-color: #fff !important;
  color: #fff !important;
}

.hw-media-breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.hw-media-breadcrumbs i.far {
  margin: 0 5px;
  font-size: 14px;
}

.hw-offer-editor .offer-item {
  position: relative;
  border: 2px dashed #ebebeb;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.hw-offer-editor .offer-item .offer-meta {
  position: absolute;
  top: -6px;
  right: -2px;
}
.hw-offer-editor .offer-item .offer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hw-offer-editor .offer-item .offer-title .title {
  display: flex;
  align-items: center;
}
.hw-offer-editor .offer-item .offer-title .title .hw-status {
  margin: 0 10px;
}
.hw-offer-editor .offer-item .offer-title .title h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.hw-offer-editor .offer-item .offer-content {
  font-size: 16px;
  line-height: 22px;
}
.hw-offer-editor .offer-item .offer-content ul {
  margin-left: 18px;
}

.hw-position-domain-item {
  margin-bottom: 15px !important;
}

.hw-theme-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.hw-theme-grid .hw-theme-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.hw-theme-grid .hw-theme-overlay > div {
  text-align: center;
}
.hw-theme-grid .hw-theme-grid-item {
  width: calc(33.33% - 8px);
  background-color: #222222;
  text-decoration: none;
  margin: 0 8px 8px 0;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.hw-theme-grid .hw-theme-grid-item .hw-theme-grid-item-preview {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin: 8px 8px 0 8px;
}
.hw-theme-grid .hw-theme-grid-item .hw-theme-grid-item-bottom {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.hw-theme-grid .hw-theme-grid-item .hw-theme-grid-item-bottom .hw-theme-grid-item-bottom-name {
  font-weight: 600;
}
.hw-theme-grid .hw-theme-grid-item .hw-theme-grid-item-bottom .hw-theme-grid-item-bottom-actions .btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.hw-theme-grid .hw-theme-grid-item .hw-theme-grid-item-bottom .hw-theme-grid-item-bottom-actions .btn-outline-secondary:hover {
  background-color: #3d3d3d;
}
.hw-theme-grid .hw-theme-grid-item .hw-theme-grid-item-bottom .hw-theme-grid-item-bottom-actions .btn-group > .btn i {
  margin-right: 0;
}

.hw-theme-wrapper {
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.hw-theme-wrapper .hw-theme-image {
  margin-right: 15px;
}
.hw-theme-wrapper .hw-theme-image img {
  height: 200px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.hw-theme-wrapper .hw-theme-content {
  padding: 20px 30px;
  flex-grow: 1;
}
.hw-theme-wrapper .hw-theme-content strong {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.hw-theme-wrapper .hw-theme-content strong .hw-dot {
  margin-right: 10px;
}
.hw-theme-wrapper .hw-theme-content > div:nth-of-type(1) {
  margin: 10px 0 15px 0;
}

.cd_kanban_board {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  overflow-x: auto;
}
.cd_kanban_board > .cd_kanban_board_titles {
  margin: 0;
  padding: 0;
  display: flex;
  clear: both;
}
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title {
  margin-right: 10px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #ebebeb;
  background-color: #d3d3d3;
  text-transform: uppercase;
  position: relative;
  flex: 1;
}
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title:last-child {
  margin: 0;
}
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title p {
  position: relative;
  z-index: 10;
  margin: 0;
}
.cd_kanban_board > .cd_kanban_board_blocks {
  margin: 0;
  padding: 0;
  display: flex;
  clear: both;
}
.cd_kanban_board > .cd_kanban_board_blocks:after {
  content: "";
  display: block;
  clear: both;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block {
  height: 70%;
  margin-right: 10px;
  flex: 1;
  overflow-y: auto;
  background-color: #f1f1f1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block:last-child {
  margin: 0;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_tasks {
  padding: 1rem;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_add_task {
  padding: 1rem;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_add_task textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_add_task .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item {
  width: 100%;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  clear: both;
  background-color: #fff;
  transform: rotate(0deg);
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s background-color;
  border: 1px solid transparent;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item:hover {
  background-color: #f8f8f8;
  border-color: #d3d3d3;
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item.ui-sortable-helper {
  border: 1px solid #333;
  transform: rotate(-3deg);
}
.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item:not(:last-child) {
  margin-bottom: 10px;
}
.cd_kanban_board .cd_kanban_board_block_item_placeholder {
  width: 100%;
  height: 48px;
  display: block;
  clear: both;
  border: 1px dashed #000;
  border-radius: 6px;
}
.cd_kanban_board .cd_kanban_board_block_item_placeholder:not(:last-child) {
  margin-bottom: 10px;
}

.modal.hw-task .modal-content input, .modal.hw-task textarea {
  border: none;
  border-radius: 4px;
}
.modal.hw-task .modal-content input:focus, .modal.hw-task textarea:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.hw-radio-mega .form-check, .hw-radio-mega .hw-button {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 0 !important;
  cursor: pointer;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-bottom: none;
}
.hw-radio-mega .form-check:not(.hw-button), .hw-radio-mega .hw-button:not(.hw-button) {
  display: flex;
  align-items: center;
}
.hw-radio-mega .form-check.hw-button, .hw-radio-mega .hw-button.hw-button {
  display: block;
  color: #333;
  text-decoration: none;
}
.hw-radio-mega .form-check:first-of-type, .hw-radio-mega .hw-button:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.hw-radio-mega .form-check:last-of-type, .hw-radio-mega .hw-button:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #ebebeb;
}
.hw-radio-mega .form-check .custom-control-label::after, .hw-radio-mega .form-check .custom-control-label::before, .hw-radio-mega .hw-button .custom-control-label::after, .hw-radio-mega .hw-button .custom-control-label::before {
  left: -2rem;
}
.hw-radio-mega .form-check .form-check-input, .hw-radio-mega .hw-button .form-check-input {
  margin-left: 0;
}
.hw-radio-mega .form-check > label, .hw-radio-mega .hw-button > label {
  margin-left: 30px;
  width: 100%;
  cursor: pointer;
}
.hw-radio-mega.hw-saleschannel-selection .hw-button {
  display: flex;
  align-items: center;
}
.hw-radio-mega.hw-saleschannel-selection .hw-button i {
  font-size: 20px;
  margin-right: 15px;
}
.hw-radio-mega:not(.oneline) .form-check .custom-control-label::after, .hw-radio-mega:not(.oneline) .form-check .custom-control-label::before, .hw-radio-mega:not(.oneline) .hw-button .custom-control-label::after, .hw-radio-mega:not(.oneline) .hw-button .custom-control-label::before {
  top: 1.1rem;
}

.card > .hw-radio-mega .form-check {
  border: none;
}
.card > .hw-radio-mega .form-check:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}

.hw-text-devider {
  margin-top: 3rem;
  margin-bottom: 15px;
  position: relative;
  overflow-x: hidden;
  font-size: 20px;
  font-weight: 700;
}
.hw-text-devider:after {
  position: absolute;
  content: "";
  width: 100%;
  border: 1px solid #ebebeb;
  margin-left: 20px;
  margin-top: 14px;
}

.alert {
  display: flex;
  align-items: center;
}
.alert > i {
  margin-right: 12px !important;
  font-size: 19px;
}
.alert.alert-light {
  background-color: #fff;
  border: 1px solid var(--bs-border-color-translucent);
}
.alert .alert-content, .alert .alert-text {
  margin-left: 15px;
  width: 100%;
}
.alert .btn {
  white-space: nowrap;
}

/**

Bootstrap below!

 */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #333;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #333;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #333;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #333;
}

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.75rem;
  text-align: center;
  background-color: #333;
  border-radius: 0.25rem;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600;
}

.tooltip.show {
  opacity: 1;
}

.hw-maintenance-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.hw-maintenance-page .inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.hw-maintenance-page .inner i {
  font-size: 2rem;
}
.hw-maintenance-page .inner h1 {
  margin: 20px 0;
}
.hw-maintenance-page .inner h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

.cms-section {
  border-bottom: 3px solid #ebebeb;
  display: flex;
}
.cms-section .section-content {
  width: 80%;
}
.cms-section .section-content .section-content-empty,
.cms-section .section-content .section-element-wrapper {
  width: calc(100% - 60px);
  cursor: pointer;
  border-radius: 3px;
  margin: 30px;
}
.cms-section .section-content .section-content-empty {
  height: calc(100% - 60px);
  border: 2px dashed #ebebeb;
  color: #cccaca;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-section .section-content .section-content-empty > div {
  text-align: center;
}
.cms-section .section-content .section-content-empty > div i {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
}
.cms-section .section-content .section-element-wrapper {
  padding: 15px;
  border: 1px dashed transparent;
  position: relative;
}
.cms-section .section-content .section-element-wrapper .section-element-position {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  background-color: #fff;
  cursor: default;
  align-items: center;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-bottom-left-radius: 4px;
  padding: 8px;
  z-index: 10;
}
.cms-section .section-content .section-element-wrapper .section-element-position .form-group {
  margin-bottom: 0;
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.cms-section .section-content .section-element-wrapper .section-element-position .form-group label {
  margin-bottom: 0;
  margin-right: 6px;
}
.cms-section .section-content .section-element-wrapper .section-element-position .form-group input, .cms-section .section-content .section-element-wrapper .section-element-position .form-group select {
  width: 65px;
  padding: 0 0.4rem;
  height: calc(1em + 0.75rem + 2px);
}
.cms-section .section-content .section-element-wrapper .section-element-position .form-group select {
  width: 120px;
}
.cms-section .section-content .section-element-wrapper:hover {
  border-color: #0b5ed7;
}
.cms-section .section-content .section-element-wrapper:hover .section-element-position {
  display: flex;
}
.cms-section .section-settings {
  border-left: 1px solid #ebebeb;
  padding: 30px 15px;
  width: 20%;
}
.cms-section .section-settings .form-group:last-child {
  margin-bottom: 0;
}

.cms-element-list .cms-element-item {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.cms-element-list .cms-element-item label {
  margin-bottom: 0;
  margin-top: 5px;
}
.cms-element-list .cms-element-item-preview {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align: left;
  height: 80%;
  overflow: hidden;
  font-size: 80%;
}
.cms-element-list .cms-element-item-preview .btn {
  font-size: 11px;
  padding: 1px 6px;
}

.cms-add-section {
  width: calc(100% - 60px);
  cursor: pointer;
  border-radius: 3px;
  margin: 30px;
  border: 2px dashed #ebebeb;
  color: #cccaca;
  display: flex;
  justify-content: center;
}
.cms-add-section > div {
  padding: 15px;
  border-radius: 4px;
}
.cms-add-section > div i {
  margin-right: 10px;
}

.mockup-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.mockup-wrapper .mock {
  background-color: #ebebeb;
  border-radius: 50px;
  height: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.mockup-wrapper .boxed {
  padding: 14px 10px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 15px;
}

.hw-domain-spotlight-mockup {
  display: flex;
  gap: 10px;
}
.hw-domain-spotlight-mockup > .boxed {
  width: 100%;
  margin-bottom: 0;
}
.hw-domain-spotlight-mockup > .boxed span:not(.mock) {
  display: block;
}
.hw-domain-spotlight-mockup > .boxed .mock {
  width: 24px;
  display: inline-block;
  margin-bottom: 0;
}

.cms-element-list .hw-faq-mockup article {
  height: 8px;
  margin-top: 6px;
}

.hw-faq-mockup article {
  background-color: #ebebeb;
  border-radius: 50px;
  color: transparent;
  overflow: hidden;
  height: 16px;
  margin-top: 10px;
}
.hw-faq-mockup article:nth-child(2) {
  width: 80%;
}
.hw-faq-mockup article:nth-child(3) {
  width: 50%;
}
.hw-faq-mockup article:nth-child(4) {
  width: 60%;
}

.hw-product-detail-mockup .left,
.hw-domain-search-mockup .left {
  position: absolute;
  width: calc(60% - 20px - 5px);
  height: calc(100% - 40px);
  margin: 20px 5px 20px 20px;
}
.hw-product-detail-mockup .left span,
.hw-domain-search-mockup .left span {
  display: block;
  margin-bottom: 5px;
}
.hw-product-detail-mockup .left .boxed:nth-child(1) .mock:nth-child(3),
.hw-domain-search-mockup .left .boxed:nth-child(1) .mock:nth-child(3) {
  margin-bottom: 0;
}
.hw-product-detail-mockup .left .boxed:nth-child(2) .mock:nth-child(2),
.hw-domain-search-mockup .left .boxed:nth-child(2) .mock:nth-child(2) {
  width: 70%;
}
.hw-product-detail-mockup .left .boxed:nth-child(2) .mock:nth-child(4),
.hw-domain-search-mockup .left .boxed:nth-child(2) .mock:nth-child(4) {
  width: 85%;
}
.hw-product-detail-mockup .left .boxed:nth-child(2) .mock:nth-child(5),
.hw-domain-search-mockup .left .boxed:nth-child(2) .mock:nth-child(5) {
  margin-bottom: 0;
}
.hw-product-detail-mockup .right,
.hw-domain-search-mockup .right {
  margin: 20px 20px 20px 5px;
  position: absolute;
  width: calc(40% - 20px - 5px);
  left: 60%;
  padding: 20px 10px;
}
.hw-product-detail-mockup .right.boxed,
.hw-domain-search-mockup .right.boxed {
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.hw-product-detail-mockup .right .mock:nth-child(1),
.hw-domain-search-mockup .right .mock:nth-child(1) {
  width: 50%;
  height: 13px;
}

.section-element-wrapper .hw-product-detail-mockup {
  height: 281px;
}
.section-element-wrapper .hw-domain-search-mockup {
  height: 86px;
}
.section-element-wrapper .hw-text-icon-element {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-element-wrapper .hw-text-icon-element > div:nth-child(1) {
  font-size: 170px;
  opacity: 0.07;
}
.section-element-wrapper .hw-text-icon-element > div:nth-child(2) {
  position: absolute;
  width: 80%;
  margin-left: 20%;
}

.cms-element-list .cms-element-item[data-hw-element-name=hw-header-title] .cms-element-item-preview {
  text-align: center;
  padding: 20px 0;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-header-title] .cms-element-item-preview h3, .cms-element-list .cms-element-item[data-hw-element-name=hw-header-title] .cms-element-item-preview h5 {
  background-color: #ebebeb;
  border-radius: 50px;
  color: transparent;
  overflow: hidden;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-header-title] .cms-element-item-preview h3 {
  height: 18px;
  margin-bottom: 15px;
  display: inline-block;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-header-title] .cms-element-item-preview h5 {
  height: 8px;
  display: block;
  font-size: 4px;
  width: 50%;
  margin: 5px auto 20px !important;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-cancellation-request-form] .cms-element-item-preview label,
.cms-element-list .cms-element-item[data-hw-element-name=hw-contact-form] .cms-element-item-preview label {
  background-color: #ebebeb;
  border-radius: 50px;
  color: transparent;
  overflow: hidden;
  height: 10px;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-cancellation-request-form] .cms-element-item-preview input,
.cms-element-list .cms-element-item[data-hw-element-name=hw-contact-form] .cms-element-item-preview input {
  height: 30px;
  pointer-events: none;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-cancellation-request-form] .cms-element-item-preview textarea,
.cms-element-list .cms-element-item[data-hw-element-name=hw-contact-form] .cms-element-item-preview textarea {
  pointer-events: none;
  height: 60px;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-feature-boxes] .cms-element-item-preview .row {
  flex-wrap: unset;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center;
  height: 100%;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-feature-boxes] .cms-element-item-preview .feature-icon {
  color: #fff;
  border-radius: 4px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-feature-boxes] .cms-element-item-preview h2, .cms-element-list .cms-element-item[data-hw-element-name=hw-feature-boxes] .cms-element-item-preview p {
  background-color: #ebebeb;
  border-radius: 50px;
  color: transparent;
  overflow: hidden;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-feature-boxes] .cms-element-item-preview h2 {
  height: 12px;
  margin-top: 10px !important;
  display: inline-block;
  width: 80%;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-feature-boxes] .cms-element-item-preview p {
  margin-bottom: 0;
  height: 8px;
  display: block;
  font-size: 4px;
  width: 50%;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview h3, .cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview h5, .cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview p,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview h3,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview h5,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview p {
  background-color: #ebebeb;
  border-radius: 50px;
  color: transparent;
  overflow: hidden;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview > h3,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview > h3 {
  height: 16px;
  width: 25%;
  margin-bottom: 5px !important;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview > h5,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview > h5 {
  height: 12px;
  width: 33%;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview .col-md-3 h3,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview .col-md-3 h3 {
  height: 12px;
  width: 100%;
  margin-bottom: 5px !important;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview .col-md-3 h4.price,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview .col-md-3 h4.price {
  font-size: 14px;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview .col-md-3 p,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview .col-md-3 p {
  height: 8px;
  width: 70%;
  margin-bottom: 4px;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-category] .cms-element-item-preview .col-md-3 .btn,
.cms-element-list .cms-element-item[data-hw-element-name=hw-category-detail] .cms-element-item-preview .col-md-3 .btn {
  line-height: 16px;
  height: 21px;
  overflow: hidden;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-text-image] .cms-element-item-preview h3, .cms-element-list .cms-element-item[data-hw-element-name=hw-text-image] .cms-element-item-preview p {
  background-color: #ebebeb;
  border-radius: 50px;
  color: transparent;
  overflow: hidden;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-text-image] .cms-element-item-preview h3 {
  height: 12px;
  width: 25%;
  margin-bottom: 5px !important;
}
.cms-element-list .cms-element-item[data-hw-element-name=hw-text-image] .cms-element-item-preview p {
  height: 8px;
  width: 70%;
}

.cms-element-item[data-hw-element-name=hw-domain-pricelist] table,
.section-element-wrapper[data-hw-element-name=hw-domain-pricelist] table {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.cms-element-item[data-hw-element-name=hw-domain-pricelist] table td, .cms-element-item[data-hw-element-name=hw-domain-pricelist] table th,
.section-element-wrapper[data-hw-element-name=hw-domain-pricelist] table td,
.section-element-wrapper[data-hw-element-name=hw-domain-pricelist] table th {
  padding: 6px 12px;
}
.cms-element-item[data-hw-element-name=hw-domain-pricelist] table tr td span,
.section-element-wrapper[data-hw-element-name=hw-domain-pricelist] table tr td span {
  background-color: #ebebeb;
  border-radius: 50px;
  color: transparent;
  overflow: hidden;
  height: 12px;
  display: inline-block;
}

.hw-text-icon-element {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}

.section-content .section-element-wrapper[data-hw-element-name=hw-feature-boxes] .feature-icon {
  color: #fff;
  border-radius: 4px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-content .section-element-wrapper[data-hw-element-name=hw-feature-boxes] h2 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_mainheader] header {
  background: linear-gradient(to right, rgb(0, 123, 255), rgb(0, 79, 168));
  color: #fff;
  padding: 20px 40px;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_mainheader] header .cont {
  width: 50%;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_mainheader] header .btn {
  background-color: #fff !important;
  color: blue !important;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_mainheader] header .advantages {
  margin: 15px 0;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_mainheader] header .advantages div:before {
  margin-right: 10px;
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_texticon] .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_texticon] .container > i {
  font-size: 200px;
  color: #e5f1ff;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_featureboxes] .container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_featureboxes] .container > div {
  box-shadow: 0px 0px 10px 0px rgba(144, 218, 238, 0.5);
  border-radius: 12px;
  padding: 15px 20px;
  border: 1px solid rgb(232, 232, 232);
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_featureboxes] .container > div p {
  margin-bottom: 0;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_featureboxes] .container > div:first-child {
  grid-column-start: span 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  grid-row-end: span 1;
  background-color: #e5f1ff;
  color: #304660;
  display: flex;
  align-items: center;
  font-weight: 800;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_textimage] .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #bdeafc;
  background-color: #e5f1ff;
  box-shadow: 0px 0px 10px 0px rgba(144, 218, 238, 0.5);
  border-radius: 12px;
  padding: 15px 0;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_textimage] .container .image {
  background-color: #fff;
  border-radius: 6px;
  width: 200px;
  height: 100%;
  content: "";
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_textimage] .container .right {
  width: 100%;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_boxgrid] .container > div:nth-child(1) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_boxgrid] .container > div:not(:nth-child(1)) {
  display: inline-block;
  width: 24.6%;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 6px;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_boxgrid] .container > span {
  display: block;
}
.section-content .section-element-wrapper[data-hw-element-name=hw-contact-form] input, .section-content .section-element-wrapper[data-hw-element-name=hw-contact-form] textarea,
.section-content .section-element-wrapper[data-hw-element-name=hw-cancellation-request-form] input,
.section-content .section-element-wrapper[data-hw-element-name=hw-cancellation-request-form] textarea {
  pointer-events: none;
}
.section-content .section-element-wrapper[data-hw-element-name=hostware_cta] .container {
  padding: 10px 15px;
  border: 1px solid #bdeafc;
  background-color: #e5f1ff;
  box-shadow: 0px 0px 10px 0px rgba(144, 218, 238, 0.5);
  border-radius: var(--border-radius);
}

*, ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fbfbfb;
  width: 100vw;
  height: 100vh;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
body.is--dark {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark .hw-sidebar {
  border-right: 1px solid #656565;
}
body.is--dark .hw-content-header-wrapper {
  background-color: #000;
  border-color: #656565;
}
body.is--dark .hw-content-header-wrapper .hw-content-header .hw-breadcrumbs li a {
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark input, body.is--dark textarea, body.is--dark select {
  background-color: #000;
  border-color: #656565;
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark input:focus, body.is--dark textarea:focus, body.is--dark select:focus {
  background-color: #000;
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark code {
  border-color: #656565;
}
body.is--dark .form-control:disabled,
body.is--dark .form-control[readonly],
body.is--dark .input-group-text {
  background-color: #656565;
  border-color: #656565;
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark .hw-text-devider:after {
  border-color: #656565;
}
body.is--dark .hw-settings-grid .hw-settings-item {
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark .card,
body.is--dark .hw-admin-card,
body.is--dark .hw-horizontal-card,
body.is--dark .nav-tabs,
body.is--dark .hw-radio-mega .form-check,
body.is--dark .hw-radio-mega .hw-button,
body.is--dark .accordion-item,
body.is--dark .accordion-button,
body.is--dark .hw-card {
  background-color: #000;
  border-color: #656565;
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark .card .card-header,
body.is--dark .hw-admin-card .card-header,
body.is--dark .hw-horizontal-card .card-header,
body.is--dark .nav-tabs .card-header,
body.is--dark .hw-radio-mega .form-check .card-header,
body.is--dark .hw-radio-mega .hw-button .card-header,
body.is--dark .accordion-item .card-header,
body.is--dark .accordion-button .card-header,
body.is--dark .hw-card .card-header {
  border-color: #656565;
}
body.is--dark .apexcharts-text {
  color: rgba(255, 255, 255, 0.7019607843) !important;
  fill: rgba(255, 255, 255, 0.7019607843) !important;
}
body.is--dark .hw-admin-filters .btn-link {
  color: rgba(255, 255, 255, 0.7019607843) !important;
}
body.is--dark .hw-table-wrapper .hw-table thead tr, body.is--dark .hw-table-wrapper .hw-table tbody tr {
  border-color: #656565;
}
body.is--dark .hw-table-wrapper .hw-table thead tr th {
  background-color: #000;
}
body.is--dark .hw-table-wrapper .hw-table thead tr th a {
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark .hw-table-wrapper .hw-table:has(tr.row-header) thead tr th {
  background-color: #222222;
}
body.is--dark .hw-table-wrapper .hw-table .row-header td {
  background-color: #222222;
}
body.is--dark .hw-table-wrapper .hw-table tbody tr {
  background-color: #000;
}
body.is--dark .hw-table-wrapper .hw-table tbody tr:hover {
  background-color: #222222;
}
body.is--dark .hw-log-tree li .vertical-line-dot {
  border-color: #212121;
}
body.is--dark .hw-log-tree li .vertical-line-dot.bg-danger {
  border-color: #423434;
}
body.is--dark .hw-log-tree li .vertical-line-dot.bg-success {
  border-color: #334237;
}
body.is--dark .hw--danger-background {
  background-color: #5a4141 !important;
}
body.is--dark .hw--warning-background {
  background-color: #5a5341 !important;
}
body.is--dark .hw-theme-grid .hw-theme-grid-item {
  background-color: #000;
  border: 1px solid #656565;
  border-radius: 4px;
}
body.is--dark .modal-content {
  background-color: #000;
  border-color: #656565;
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark .modal-content .modal-header {
  border-bottom-color: #656565;
}
body.is--dark .modal-content .modal-footer {
  border-top-color: #656565;
}
body.is--dark .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.7019607843);
}
body.is--dark .nav-tabs .nav-link.active {
  background-color: #313e5c;
}
body.is--dark .nav-tabs .nav-link:hover {
  background-color: #222222;
}
body.is--dark .nav-tabs .nav-link:not(:last-of-type) {
  border-bottom-color: #656565 !important;
}

.hw--danger-background {
  background-color: #fde9e9 !important;
}

.hw--warning-background {
  background-color: #fdf6e3 !important;
}

body.is--compact .hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link {
  padding: 6px 30px;
}
body.is--compact .hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link .hw-sidebar-item-link-icon {
  width: 22px;
  font-size: 18px;
}
body.is--compact .hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown > .hw-sidebar-item-link::after {
  top: 9px;
}
body.is--compact .nav-tabs.flex-column .nav-link {
  padding: 7px 15px;
}
body.is--compact .btn {
  padding: 5px 10px;
}
body.is--compact .btn.btn-sm {
  padding: 2px 6px;
}
body.is--compact .dropdown-menu {
  padding: 0;
}
body.is--compact .alert {
  padding: 0.5rem 1rem;
}
body.is--compact .badge {
  font-size: 65%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: unset !important;
  margin-bottom: unset !important;
}

.h1, h1 {
  font-weight: 700 !important;
  font-size: 2em !important;
}

.hw-page {
  display: flex;
  justify-content: stretch;
  width: 100%;
  height: 100%;
}
.hw-page .hw-content {
  flex: 1;
  overflow-y: auto;
  height: 100vh;
}
.hw-page .hw-content .hw-content-inner {
  padding: 0 40px;
  max-width: 950px;
  margin: 105px auto;
}
.hw-page .hw-content .hw-content-inner.has--message {
  margin: 145px auto;
}
.hw-page .hw-content .hw-content-inner .hw-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.hw-page .hw-content .hw-content-inner .hw-content-actions {
  display: flex;
  gap: 10px;
}
.hw-page.hw-page-narrow .hw-content {
  margin: 0 auto;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hw-page.hw-page-narrow .hw-content .hw-content-inner {
  width: 100%;
}
.hw-page.hw-page-narrow .hw-content .hw-content-inner .hw-unauthenticated-wrapper .branding-wrapper {
  text-align: center;
  margin: 20px 0 30px;
}
.hw-page.hw-page-narrow .hw-content .hw-content-inner .hw-unauthenticated-wrapper .branding-wrapper h4 {
  margin-top: 10px;
}
.hw-page.hw-page-wide .hw-content .hw-content-inner {
  max-width: 1400px;
}
.hw-page.hw-page-full .hw-content .hw-content-inner {
  max-width: unset;
  padding: 0;
  margin: 65px auto;
}
.hw-page.hw-page-full .hw-content .hw-content-inner.has--message {
  margin: 105px auto;
}

.hw-table td a:not(.btn), a.dotted {
  color: unset;
  border-bottom: 1px dashed #818181;
  text-decoration: none;
  transition: 0.3s all;
}
.hw-table td a:not(.btn):hover, a.dotted:hover {
  border-bottom-style: solid;
}

.hw-table-wrapper .hw-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 50px;
}
.hw-table-wrapper .hw-table:has(tr.row-header) thead tr th {
  background-color: #efefef;
}
.hw-table-wrapper .hw-table thead tr {
  border: 1px solid #ebebeb;
}
.hw-table-wrapper .hw-table thead tr th {
  background-color: #eeeeee;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.hw-table-wrapper .hw-table thead tr th a {
  color: #212529;
}
.hw-table-wrapper .hw-table thead tr th a ~ i {
  font-size: 12px;
  margin-left: 5px;
}
.hw-table-wrapper .hw-table thead tr th a ~ i.fa-sort {
  opacity: 0;
  transition: 0.3s all;
}
.hw-table-wrapper .hw-table thead tr th a:hover ~ i.fa-sort {
  opacity: 1;
}
.hw-table-wrapper .hw-table tbody tr {
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.hw-table-wrapper .hw-table tbody tr.is--subitem td:first-child {
  position: relative;
  padding-left: 50px;
}
.hw-table-wrapper .hw-table tbody tr.is--subitem td:first-child:before {
  position: absolute;
  height: calc(100% + 1px);
  width: 40px;
  left: -1px;
  top: 0;
  background-color: #fbfbfb;
  content: "";
  border-right: 1px solid #ebebeb;
}
.hw-table-wrapper .hw-table tbody tr td {
  padding: 10px 12px;
}
.hw-table-wrapper .hw-table tbody tr td.action {
  padding: 0 20px;
  text-align: right;
}
.hw-table-wrapper .hw-table tbody tr:not(.no-hover):hover {
  background-color: #fbfbfb;
}
.hw-table-wrapper .hw-table tbody tr.table-empty td {
  padding: 50px 0;
  text-align: center;
}
.hw-table-wrapper .hw-table tbody tr.table-empty.empty-icon td {
  font-size: 18px;
}
.hw-table-wrapper .hw-table tbody tr.table-empty.empty-icon td > i {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}
.hw-table-wrapper .hw-table tbody tr.table-empty.empty-icon td .btn {
  margin-top: 30px;
}
.hw-table-wrapper .hw-table td, .hw-table-wrapper .hw-table th {
  padding: 2px;
  text-align: left;
}

.hw-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border: 1px solid transparent;
}
.hw-status:hover {
  text-decoration: none;
}
.hw-status.status--success {
  background-color: #aeffb6;
  color: #1bbd28;
}
.hw-status.status--warning {
  background-color: #ffe29b;
  color: #b28400;
}
.hw-status.status--danger {
  background-color: #ffcccc;
  color: #e11f31;
}
.hw-status.status--primary {
  background-color: #dfecff;
  color: #0b5ed7;
}
.hw-status.status--outline-primary {
  border-color: #0b5ed7;
  color: #0b5ed7;
}
.hw-status.status--secondary {
  background-color: #eeeeee;
  color: #333;
}
.hw-status a {
  color: unset;
  text-decoration: underline;
}

.hw-dot {
  width: 4px;
  height: 4px;
  border-radius: 10px;
  margin-left: 10px;
  background-color: black;
}
.hw-dot.dot--success {
  background-color: #1bbd28;
}
.hw-dot.dot--warning {
  background-color: #b28400;
}
.hw-dot.dot--danger {
  background-color: #e11f31;
}
.hw-dot.dot--primary {
  background-color: #0b5ed7;
}
.hw-dot.dot--secondary {
  background-color: #eeeeee;
}

.btn {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 12px;
  font-weight: 600;
}
.btn:not(.btn-icon) i {
  margin-right: 5px;
}
.btn.btn-icon {
  width: 38px;
  height: 38px;
}
.btn.btn-icon.btn-sm {
  width: 28px;
  height: 28px;
  font-size: 13px;
  padding: 0;
}
.btn.btn-icon.btn-xs {
  width: 22px;
  height: 22px;
  font-size: 10px;
  padding: 0;
}
.btn.btn-block {
  display: block;
  width: 100%;
}

a.btn.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert.alert-success {
  color: #1bbd28;
  background-color: #aeffb6;
  border-color: #c3e6cb;
}
.alert.alert-danger {
  color: #e11f31;
  background-color: #ffcccc;
}
.alert.alert-warning {
  color: #b28400;
  background-color: #ffe29b;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #0b5ed7;
  background-color: #dfecff;
  border-color: #c3e6cb;
}

.hw-card {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  background-color: #fff;
}
.hw-card.padding-big {
  padding: 50px 30px;
}

.hw-translatable-input .form-control:disabled {
  background-color: #fff;
}

.hw-horizontal-card {
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  padding: 20px 30px;
  border-radius: 6px;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.hw-horizontal-card.is--small {
  padding: 12px 20px;
}
.hw-horizontal-card.is--small img {
  width: 44px;
  height: 44px;
}
.hw-horizontal-card .hw-horizontal-card-image {
  margin-right: 15px;
}
.hw-horizontal-card .hw-horizontal-card-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.hw-horizontal-card .hw-horizontal-card-content {
  flex-grow: 1;
}
.hw-horizontal-card .hw-horizontal-card-content.with-icon {
  display: flex;
  align-items: center;
}
.hw-horizontal-card .hw-horizontal-card-content.with-icon > i, .hw-horizontal-card .hw-horizontal-card-content.with-icon > div > i {
  font-size: 20px;
  margin-right: 20px;
}
.hw-horizontal-card .hw-horizontal-card-content.with-icon > div {
  position: relative;
}
.hw-horizontal-card .hw-horizontal-card-content.with-icon > div i.fa-check-circle {
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: 16px;
  z-index: 50;
}

.hw-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: -1px;
}
.hw-dot.success {
  background-color: #0abb87;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}
.hw-dot.danger {
  background-color: #fd397a;
}
.hw-dot.warning {
  background-color: #f5b11e;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(81, 207, 102, 0.8);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(229, 226, 229, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 226, 229, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(81, 207, 102, 0.8);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(229, 226, 229, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 226, 229, 0);
  }
}
.module-icon {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  border-radius: 4px;
}
.module-icon.is--small {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.hw-summary-wrapper article {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0;
}
.hw-summary-wrapper article label {
  margin-bottom: 0;
  font-weight: bold;
  width: 50%;
}
.hw-summary-wrapper article:last-of-type {
  border-bottom: none;
}

.hw-line-items-table .form-control[readonly] {
  background-color: transparent;
}
.hw-line-items-table .form-control[readonly]:focus {
  border-color: #ebebeb;
  box-shadow: none;
}

.hw-ajax-area {
  min-height: 300px;
}
.hw-ajax-area .loader, .hw-ajax-area .initial {
  display: none;
}
.hw-ajax-area .loader .inner, .hw-ajax-area .initial .inner {
  text-align: center;
  font-size: 18px;
}
.hw-ajax-area .loader .inner i, .hw-ajax-area .initial .inner i {
  display: block;
  font-size: 21px;
  margin-bottom: 15px;
}
.hw-ajax-area.is-initial .initial {
  display: block;
}
.hw-ajax-area.is-loading, .hw-ajax-area.is-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
.hw-ajax-area.is-loading {
  cursor: progress;
}
.hw-ajax-area.is-loading .content {
  display: none;
}
.hw-ajax-area.is-loading .loader {
  display: block;
}

.attribute-child-wrapper {
  max-height: 0;
  overflow-y: hidden;
}
.attribute-child-wrapper:not(.collapsed) {
  max-height: unset;
}

.hw-attribute-item {
  transition: 0.2s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: unset !important;
  border-left: 4px solid transparent;
}
.hw-attribute-item:hover {
  background-color: #fafafa;
  text-decoration: none;
}
.hw-attribute-item.active {
  border-color: #0b5ed7;
  background-color: #e5edff;
}
.hw-attribute-item .hw-status {
  padding: 4px 6px;
  font-size: 13px;
  margin-right: 12px;
}
.hw-attribute-item.hw-attribute-toggle > i {
  transform: rotate(90deg);
  transition: 0.2s all;
}
.hw-attribute-item.hw-attribute-toggle:not(.collapsed) > i {
  transform: rotate(180deg);
}

code {
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #dddfe6;
}

.hw-hidden-content {
  filter: blur(3px);
  transition: 0.2s all;
}
.hw-hidden-content:hover {
  filter: none;
}

.hw-job-status .col-7 {
  background-color: black;
  color: #fff;
  padding: 10px 20px;
}

.domain-contact {
  display: flex;
  align-items: center;
}
.domain-contact > i {
  font-size: 20px;
  margin-right: 25px;
}

.hw-admin-card {
  margin: 0;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 0.25rem;
}
.hw-admin-card .hw-admin-card {
  background-color: #f1f1f1;
  border-color: #e8e8e8;
}

.hw-log-tree li {
  position: relative;
  list-style: none;
  padding-bottom: 1rem;
}
.hw-log-tree li:last-child .vertical-line {
  display: none;
}
.hw-log-tree li strong {
  font-size: 14px;
}
.hw-log-tree li small {
  display: -webkit-box;
  line-height: 22px;
}
.hw-log-tree li:not(:hover) small {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hw-log-tree li .vertical-line-dot {
  position: absolute;
  background-color: #c5c5c5;
  border-radius: 50px;
  height: 19px;
  width: 19px;
  transform: translateX(-28px);
  border: 6px solid #fbfbfb;
  left: 0;
  top: 5px;
}
.hw-log-tree li .vertical-line-dot.bg-danger {
  border-color: #ffe3e3;
}
.hw-log-tree li .vertical-line-dot.bg-success {
  border-color: #ccffdb;
}
.hw-log-tree li .vertical-line {
  position: absolute;
  background-color: #e3e3e3;
  width: 1px;
  left: 2px;
  height: 100%;
  transform: translateX(-21px);
  z-index: 0;
  top: 5px;
}

.ipam-pool-color {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 5px;
}

.hw-category-tree .category-toggler {
  cursor: pointer;
}
.hw-category-tree .category-toggler i {
  transition: 0.3s all;
}
.hw-category-tree .category-toggler.is--open i {
  transform: rotate(90deg);
}

.apexcharts-text tspan {
  font-family: "Source Sans Pro", sans-serif !important;
}

.apexcharts-legend-text {
  color: #646c9a !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

.apexcharts-tooltip-text {
  font-family: "Source Sans Pro", sans-serif !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e0e0e0 !important;
  background-color: #f7f7f7 !important;
  color: #333 !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  color: #333 !important;
  background: #f7f7f7 !important;
  border-bottom: #e0e0e0 !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

.apexcharts-xaxistooltip {
  background: #f7f7f7 !important;
  border: 1px solid #e0e0e0 !important;
  color: #333 !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.apexcharts-xaxistooltip:before {
  border-bottom-color: #e0e0e0 !important;
}
.apexcharts-xaxistooltip:after {
  border-bottom-color: #f7f7f7 !important;
}

i.input-toggler, i.label-icon {
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}

.hw-maintenance-page.is--exception {
  height: unset;
  padding: 5vh 0;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
}

.grid-stack-item-content .card-header {
  cursor: move;
}
.grid-stack-item-content:has(.card-body) {
  overflow-y: hidden;
}
.grid-stack-item-content:has(.card-body) .card-body {
  overflow-y: auto;
}

.flag-icon {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-size: cover;
}

.hw-domain-order-messages {
  padding: 0.375rem 0.75rem;
}
.hw-domain-order-messages > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  padding: 2px 0;
}
.hw-domain-order-messages > div:hover {
  background-color: #ddd;
}

.cke_screen_reader_only {
  display: none;
}

.hw-content-mobile-toggle {
  display: none;
}

@-webkit-keyframes ticket-writing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
    background-color: #007bff;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ticket-writing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
    background-color: #007bff;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ticket-writing-flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
    background-color: #007bff;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ticket-writing-flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
    background-color: #007bff;
  }
  100% {
    opacity: 1;
  }
}
.hw-watcher-item.is--writing {
  -webkit-animation: ticket-writing ease-in-out 2s infinite;
          animation: ticket-writing ease-in-out 2s infinite;
}

.cke_top, .cke_chrome, .cke_bottom {
  border-color: #e8e8e8 !important;
}

.cke_top, .cke_bottom {
  background-color: #f1f1f1 !important;
}

a.cke_button {
  border-radius: 0.25rem !important;
}
a.cke_button:active, a.cke_button:focus, a.cke_button:hover {
  background: #e3e3e3 !important;
  border: 1px #c2c2c2 solid !important;
}
a.cke_button.cke_button_on {
  background-color: #fff !important;
}

.cke_bottom {
  display: none !important;
  border-radius: 0.25rem !important;
}

.hw-admin-filters .btn-link {
  color: #000 !important;
  text-decoration: none !important;
}
.hw-admin-filters .card-header {
  padding: 5px 20px;
}
.hw-admin-filters .card-header .btn i {
  transition: 0.3s all;
}
.hw-admin-filters .card-header .btn.collapsed i {
  transform: rotate(180deg);
}
.hw-admin-filters #filter-template {
  font-size: 0.75rem;
}

.hw-rack-presentation {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 14px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 0.25rem;
}
.hw-rack-presentation > strong {
  grid-column: 2;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.hw-rack-presentation .labels > *, .hw-rack-presentation .units > * {
  height: 24px;
  line-height: 24px;
  padding: 1px 4px;
}
.hw-rack-presentation .labels {
  color: #6c757d;
}
.hw-rack-presentation .units {
  border: 1px solid #000;
  text-align: center;
  position: relative;
}
.hw-rack-presentation .units > * {
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.hw-rack-presentation .units > a, .hw-rack-presentation .units > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  background-color: #dfecff;
  color: #0b5ed7;
}
.hw-rack-presentation .units .is--empty {
  color: #1bbd28;
  background-color: transparent;
}
.hw-rack-presentation .units .is--given {
  border-top: 1px solid #e11f31;
  color: #e11f31;
  font-weight: 600;
  position: absolute;
  z-index: 5;
}
.hw-rack-presentation .units .is--required {
  color: #b28400;
  background: #ffe29b;
  font-weight: 600;
  position: absolute;
  opacity: 0.7;
  z-index: 15;
  width: 100%;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .hw-page {
    display: block;
    position: relative;
  }

  .hw-sidebar {
    position: absolute;
    width: 65%;
    height: calc(100% - 105px);
    overflow-y: auto;
    top: 105px;
    left: -65%;
    z-index: 500;
    transition: 0.3s all;
  }
  .hw-sidebar .hw-sidebar-header {
    display: none;
  }
  .hw-sidebar .hw-sidebar-menu .hw-sidebar-item .hw-sidebar-item-link,
.hw-sidebar .hw-sidebar-saleschannels .hw-sidebar-saleschannels-list .hw-sidebar-saleschannels-item {
    font-size: 16px;
    padding: 6px 22px;
  }
  .hw-sidebar .hw-sidebar-account {
    padding: 12px 22px;
    font-size: 16px;
  }
  .hw-sidebar .hw-sidebar-account .hw-sidebar-account-content {
    margin-left: 0;
  }
  .hw-sidebar .hw-sidebar-account .hw-sidebar-account-image {
    display: none;
  }
  .hw-sidebar.is--open {
    left: 0;
  }

  .hw-content-header-wrapper {
    width: 100%;
    left: 0;
  }
  .hw-content-header-wrapper .hw-header-message {
    padding: 0 16px;
  }
  .hw-content-header-wrapper .hw-header-message-carousel .hw-header-message {
    padding: 8px 16px;
  }
  .hw-content-header-wrapper .hw-content-header {
    display: flex;
    gap: 10px;
    padding: 0 16px;
    align-items: center;
    grid-template-columns: unset;
  }
  .hw-content-header-wrapper .hw-content-header .hw-content-header-search {
    width: 100%;
  }
  .hw-content-header-wrapper .hw-content-header .hw-content-mobile-toggle {
    display: block;
    font-size: 20px;
  }
  .hw-content-header-wrapper .hw-content-header .hw-content-mobile-toggle i {
    padding: 6px;
  }

  .hw-header-message {
    font-size: 14px;
  }
  .hw-header-message small, .hw-header-message strong {
    display: none;
  }

  .hw-content {
    position: relative;
  }

  .hw-content-header-title {
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 16px;
  }

  .hw-content-header-wrapper:has(.hw-header-message) .hw-content-header-title {
    top: 106px;
  }

  .hw-sidebar .hw-sidebar-menu .hw-sidebar-item.is--dropdown > .hw-sidebar-item-link::after {
    top: 11px;
  }

  .hw-page .hw-content .hw-content-inner {
    margin: 145px auto;
  }

  .hw-page .hw-content .hw-content-inner.has--message {
    margin: 185px auto;
  }
  .hw-page .hw-content .hw-content-inner.has--message .hw-content-header-title {
    top: 106px;
  }

  .hw-page .hw-content .hw-content-inner {
    padding: 0 16px;
  }

  .hw-table-wrapper {
    overflow-x: auto;
  }
  .hw-table-wrapper .hw-table thead {
    position: unset;
  }
  .hw-table-wrapper > nav.d-flex {
    position: fixed;
    width: 100%;
    left: 0;
  }

  .hw-horizontal-card {
    padding: 12px 20px;
  }
  .hw-horizontal-card .hw-horizontal-card-image img {
    width: 40px;
    height: 40px;
  }

  .hw-content-title {
    flex-direction: column;
    gap: 16px;
    align-items: unset !important;
  }
  .hw-content-title > .d-flex, .hw-content-title .hw-content-actions > .d-flex {
    width: 100%;
    gap: 16px;
    flex-direction: column;
  }
  .hw-content-title > .d-flex > *, .hw-content-title .hw-content-actions > .d-flex > * {
    width: 100%;
  }
  .hw-content-title > .d-flex > *.mr-4, .hw-content-title > .d-flex > *.mr-3, .hw-content-title > .d-flex > *.mr-2, .hw-content-title > .d-flex > *.mr-1, .hw-content-title .hw-content-actions > .d-flex > *.mr-4, .hw-content-title .hw-content-actions > .d-flex > *.mr-3, .hw-content-title .hw-content-actions > .d-flex > *.mr-2, .hw-content-title .hw-content-actions > .d-flex > *.mr-1 {
    margin-right: 0 !important;
  }
  .hw-content-title > .d-flex > *.ml-4, .hw-content-title > .d-flex > *.ml-3, .hw-content-title > .d-flex > *.ml-2, .hw-content-title > .d-flex > *.ml-1, .hw-content-title .hw-content-actions > .d-flex > *.ml-4, .hw-content-title .hw-content-actions > .d-flex > *.ml-3, .hw-content-title .hw-content-actions > .d-flex > *.ml-2, .hw-content-title .hw-content-actions > .d-flex > *.ml-1 {
    margin-left: 0 !important;
  }
  .hw-content-title h1 {
    font-size: 1.7em !important;
  }

  .hw-settings-grid .hw-settings-item {
    width: 100%;
    padding: 8px 0;
  }
  .hw-settings-grid .hw-settings-item .hw-settings-item-icon {
    width: 20px;
    height: 20px;
    font-size: 19px;
  }

  .hw-theme-grid .hw-theme-grid-item {
    width: 100%;
  }
  .hw-theme-grid .hw-theme-grid-item .hw-theme-grid-item-bottom {
    padding: 8px 14px;
  }

  .hw-media-grid {
    display: block;
  }
  .hw-media-grid .hw-media-grid-item {
    grid-template-columns: 1fr 4fr;
  }
  .hw-media-grid .hw-media-grid-item .hw-media-grid-item-header {
    height: 60px;
  }
  .hw-media-grid .hw-media-grid-item .hw-media-grid-item-header i {
    font-size: 26px;
  }
  .hw-media-grid .hw-media-grid-item .hw-media-grid-item-footer {
    padding: 8px 14px;
  }
}
