.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: 5px;
  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;
}

footer .footer-inner {
  margin: 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hw-powered-by {
  text-decoration: none;
}
.hw-powered-by svg {
  display: inline-block;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15px;
  margin-left: 4px;
  margin-right: 0;
}
.hw-powered-by svg path {
  fill: #6c757d;
}

.card .card-header {
  padding: 0.75rem 1.25rem;
}
.card .card-header .card-title, .card .card-header h5 {
  margin-bottom: 0 !important;
}
.card .card-body {
  text-align: left;
}
.card .card-body h6:last-child {
  margin-bottom: 0;
}
.card .card-footer a {
  text-decoration: none;
}
.card.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 0;
}
.card.card-icon .card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.card.card-icon .card-body i {
  font-size: 40px;
}
.card.card-icon .card-body h5 {
  margin-top: 15px;
  margin-bottom: 0;
}

.table thead th {
  border-bottom: 2px solid #dee2e6;
}

.table tbody tr.tr-border-none td {
  border-bottom: none;
}

.table tbody td {
  vertical-align: middle;
}

.dropdown-menu {
  z-index: 1050;
  min-width: 100%;
}

.tooltip-inner {
  font-weight: normal !important;
  font-family: "Rubik", sans-serif !important;
}

.list-group-item {
  padding: 0.75rem 1.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.table > :not(caption) > * > * {
  padding: 0.75rem 1.25rem;
}

.table strong {
  font-weight: 600;
}

.table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.form-group {
  margin-bottom: 1.5rem;
  text-align: left;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

/**
Support for custom controls from v4.X
 */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.sticky-top {
  z-index: unset !important;
}

.bootstrap-touchspin .input-group-text {
  border-radius: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-down {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-up {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-news-view .hw-page img {
  width: 100%;
}
.page-news-view .hw-page ul {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}

.hw-text-icon-el {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hw-text-icon-el .icon {
  position: absolute;
  opacity: 0.07;
  text-align: left;
  font-size: 300px;
  left: -10px;
  pointer-events: none;
}
.hw-text-icon-el .content {
  width: 80%;
  margin-left: 20%;
  padding: 40px 30px;
}

@media (max-width: 992px) {
  .hw-text-icon-el .icon {
    display: none;
  }
  .hw-text-icon-el .content {
    width: 100%;
    margin-left: 0;
  }
}
.cms-element-type-hw-feature-boxes .feature-icon {
  color: #fff;
  border-radius: 4px;
  height: 60px;
  width: 60px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
}
.cms-element-type-hw-feature-boxes h3 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

/* rubik-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v28-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik-v28-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v28-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.hw-domain-search-item {
  border: 1px solid rgba(0, 0, 0, 0.175);
  padding: 0.5rem 1rem;
}
.hw-domain-search-item > div {
  display: grid;
  align-items: center;
  grid-template-columns: 40% 20% 20% 20%;
  min-height: 44px;
}
.hw-domain-search-item.is--product-configure > div {
  grid-template-columns: 25% 25% 25% 25%;
}
.hw-domain-search-item:first-of-type {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.hw-domain-search-item:last-of-type {
  margin-bottom: 1.5rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.hw-domain-search-item:not(:last-of-type) {
  border-bottom: none;
}
.hw-domain-search-item form {
  text-align: right;
}
.hw-domain-search-item.is--original.is--available {
  padding-top: 1.1rem;
}
.hw-domain-search-item.is--original.is--available h4 {
  font-weight: bold;
  color: #198754;
}
.hw-domain-search-item.is--available {
  background-color: rgba(25, 135, 84, 0.03);
  border-left: 4px solid #198754;
}
.hw-domain-search-item.is--available .hw-domain-status-unavailable, .hw-domain-search-item.is--available .hw-domain-btn-transfer {
  display: none;
}
.hw-domain-search-item.is--available span:nth-child(2) {
  color: #198754;
  font-weight: 500;
}
.hw-domain-search-item.is--available span:nth-child(2) i {
  margin-right: 5px;
}
.hw-domain-search-item:not(.is--available) {
  opacity: 0.8;
}
.hw-domain-search-item:not(.is--available) .hw-domain-status-available, .hw-domain-search-item:not(.is--available) .hw-domain-btn-register {
  display: none;
}

.hw-domain-tooltip .tooltip-inner {
  text-align: left;
}

.hw-standalone-cart .row .card.product-card {
  height: 100%;
}
.hw-standalone-cart .row .card.product-card .btn {
  margin-top: auto;
}
.hw-standalone-cart .row .card.product-card h4 {
  font-size: 1.3rem;
}

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

body {
  background-color: #fbfbfb;
  font-family: "Rubik", sans-serif !important;
}

body, .page-main, .cms-page-main, .hw-page {
  min-height: calc(100vh - 70px - 50px - 10vh);
}

.cms-page-main > .page-main {
  min-height: unset;
  padding: 0;
}
.cms-page-main > .page-main .cms-page-main > .page-main .alert {
  margin: 10px 0;
}

nav.navbar, .page-main, footer {
  max-width: 1200px;
  margin: 0 auto;
}

.page-main {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.hw-brand-logo {
  height: 60px;
}

nav.navbar .dropdown-menu .dropdown-item i {
  width: 20px;
  margin-right: 10px;
}
nav.navbar .dropdown-menu .dropdown-item:hover {
  color: #0b5ed7;
}
nav.navbar .dropdown-menu .dropdown-item.active, nav.navbar .dropdown-menu .dropdown-item:active {
  background-color: #dfecff;
  color: #0b5ed7;
}
nav.navbar .dropdown-menu .dropdown-item.hover-danger.active, nav.navbar .dropdown-menu .dropdown-item.hover-danger:active, nav.navbar .dropdown-menu .dropdown-item.hover-danger:hover {
  background-color: #fddfdf;
  color: #dc3545;
}

.hw-user-info-container img {
  border-radius: 8px;
}

.hw-page .hw-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 30px;
}
.hw-page .hw-page-header .btn {
  white-space: nowrap;
}
.hw-page.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hw-page:not(.center-content) {
  margin-top: 50px;
}
.hw-page.card-content .card:first-of-type {
  min-width: 350px;
}

.hw-icon-card .card-body {
  position: relative;
  overflow: hidden;
}
.hw-icon-card .card-body i {
  font-size: 90px;
  color: #0b5ed7;
  position: absolute;
  top: 12px;
  right: 15px;
  opacity: 0.05;
}
.hw-icon-card .card-body h5, .hw-icon-card .card-body h6 {
  margin-bottom: 0;
}

.hw-checkout-summary-wrapper .card-body {
  padding: 0.75em 1.25rem;
  display: flex;
  align-items: center;
}
.hw-checkout-summary-wrapper .card-body:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}
.hw-checkout-summary-wrapper .card-body:nth-child(even) {
  background-color: #f8f9fa;
}
.hw-checkout-summary-wrapper .card-body i {
  margin-right: 15px;
  font-size: 20px;
  width: 25px;
}
.hw-checkout-summary-wrapper .card-body .hw-item-content-wrapper {
  width: 100%;
  overflow: hidden;
}
.hw-checkout-summary-wrapper .card-body .hw-item-pricing-wrapper {
  width: 100%;
  display: flex;
}
.hw-checkout-summary-wrapper .card-body .hw-item-content {
  flex: 5;
}
.hw-checkout-summary-wrapper .card-body .hw-item-content strong {
  display: block;
}
.hw-checkout-summary-wrapper .card-body .hw-item-price {
  text-align: right;
}
.hw-checkout-summary-wrapper .card-body.hw-checkout-summary-total.is--discounted del {
  padding: 2px 4px;
  border-radius: 5px;
  background-color: #fddfdf;
  color: #dc3545;
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
}
.hw-checkout-summary-wrapper .card-header i:nth-child(2) {
  font-size: 20px;
}

.card.card-table table {
  margin-bottom: 0;
}
.card.card-table table thead tr {
  background-color: rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid var(--bs-border-color-translucent);
}
.card.card-table table thead tr th {
  border-top: none;
  border-bottom: unset;
}
.card.card-table table tbody td {
  vertical-align: middle;
}
.card.card-table table tbody td ul li {
  list-style: none;
}
.card.card-table table tbody td ul li:before {
  content: "\f105";
  margin-right: 5px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 400;
}
.card.card-table table tbody tr:last-of-type td {
  border-bottom: unset;
}
.card.card-table .table > :not(:last-child) > :last-child > * {
  border-bottom-color: unset;
}

.payment-method-selection {
  padding: 0 !important;
}
.payment-method-selection .custom-control {
  padding: 0.75rem 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-method-selection .custom-control.is--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.payment-method-selection .custom-control.is--disabled .custom-control-label {
  cursor: not-allowed;
}
.payment-method-selection .custom-control .custom-control-label {
  cursor: pointer;
}
.payment-method-selection .custom-control:last-child {
  border-bottom: none;
}

.apexcharts-text tspan, .apexcharts-legend-text, .apexcharts-tooltip-text {
  font-family: "Rubik", sans-serif !important;
}

.hw-promotion-wrapper, .hw-promotion-wrapper-active {
  padding: 20px;
  padding-top: 5px;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.hw-promotion-wrapper.is--open, .hw-promotion-wrapper-active.is--open {
  background-color: #fff;
  border-color: var(--bs-border-color-translucent);
  border-radius: 5px;
}

.hw-promotion-wrapper-active {
  padding: 10px 20px;
  background-color: #fff;
  border-color: var(--bs-border-color-translucent);
  border-radius: 5px;
}

.apexcharts-legend-text {
  color: #0b0a12 !important;
}

.card.is--news p {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .hw-page:not(.center-content) {
    margin-top: 100px;
  }
}
.hw-rescale-summary .card {
  padding: 8px 6px;
}

.hw-steps {
  display: flex;
  align-items: center;
  gap: 32px;
}
.hw-steps .btn {
  display: block;
  width: 100%;
  position: relative;
  cursor: unset;
}
.hw-steps .btn.btn-outline-secondary:hover, .hw-steps .btn.btn-outline-secondary:focus, .hw-steps .btn.btn-outline-secondary:active {
  color: #6c757d !important;
  background-color: transparent !important;
}
.hw-steps .btn:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f105";
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  color: #6c757d;
}
.hw-steps .btn:first-of-type:before {
  display: none;
}
.hw-steps .btn strong {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .hw-steps {
    flex-direction: column;
  }
  .hw-steps .btn:before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.hw-summary-wrapper article {
  display: grid;
  grid-template-columns: 30% 70%;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 0;
}
.hw-summary-wrapper article:first-child {
  padding-top: 8px;
}
.hw-summary-wrapper article:last-child {
  padding-bottom: 8px;
}
.hw-summary-wrapper article > div strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}
.hw-summary-wrapper article > div small {
  display: block;
}
.hw-summary-wrapper article > div:has(a) small {
  margin-bottom: 8px;
}
.hw-summary-wrapper article label {
  margin-bottom: 0;
}
.hw-summary-wrapper article:last-of-type {
  border-bottom: none;
}
.hw-summary-wrapper article a, .hw-summary-wrapper article .btn {
  padding: 0;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.hw-summary-wrapper article a:hover, .hw-summary-wrapper article .btn:hover {
  color: #000;
}
.hw-summary-wrapper article a:after, .hw-summary-wrapper article .btn:after {
  position: absolute;
  top: -1px;
  right: -14px;
  transition: 0.3s all;
  content: "\f105";
  font-family: "Font Awesome 6 Pro", sans-serif;
}
.hw-summary-wrapper article a:hover:after, .hw-summary-wrapper article .btn:hover:after {
  right: -18px;
}

.hw-stats-card .hw-stats-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 15px;
}
.hw-stats-card .card-header i {
  margin-right: 6px;
}
.hw-stats-card .progress {
  height: 8px !important;
}

.product-list-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail-image {
  width: 200px;
}

.hw-slots-wrapper .hw-slots-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.hw-slots-wrapper .hw-slots-overview .slots {
  display: flex;
  gap: 8px;
}
.hw-slots-wrapper .hw-slots-overview .slots > div {
  padding: 2px 20px;
  font-size: 14px;
  background-color: #ebebeb;
  border-radius: 0.25rem;
}
.hw-slots-wrapper .hw-slots-overview .slots > div.is--active {
  background-color: #0b5ed7;
  color: #fff;
}
.hw-slots-wrapper .hw-slot-item {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
  padding: 10px 20px;
  margin-top: 8px;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action {
  margin-right: 12px;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action .btn.btn-outline-primary {
  cursor: not-allowed;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action .btn.btn-outline-primary:hover {
  background-color: unset !important;
  color: unset !important;
  outline: unset !important;
}
.hw-slots-wrapper .hw-slot-item .hw-slot-action .value {
  padding: 0.175rem 0.75rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
