.navbar .navbar-brand .logo img {
  border: none;
  border-radius: 0px;
  height: 60px;
}

.navbar .navbar-brand a {
  padding-left: 0px;
}

.btn-xs {
  padding: 4px 7px 2px 7px  ;
  font-size: 11px;
}

.left-avatar {
  float: left!important;
}

.progress {
    margin-bottom: 10px;
}

.pagination {
  margin-top: 10px!important;
}
.pagination-info {
  color: #777;
  font-size: 90%;
}

.page-list {
  display: block!important;
}

.page-list .btn-default {
  border: 1px solid #ddd;

}

.full-width, .btn-social {
  width: 100%;
  padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align:  center;
}

.btn-google {
  background-color: transparent;
  border-color: #b2bfc7;
}

.or-social-media {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 1rem;

}

.or-social-media span {
  background-color: white;
  padding: 0px 5px;
}

.card-footer-form {
  margin: -20px -40px -40px;
  padding: 25px 40px 40px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-social-media {
  background-color: white;
  padding-top: 25px;
}

.progress {
  height: 10px;
}

.captcha-box {
  margin-left: 15px;
}

.logo-payment {
  display: block;
  padding: 5px 10px 0px 6px;
}

.logo-payment img {
  height: 25px;
  margin-right: 10px;
}

.addons-heading {
  padding: 5px 10px 15px 10px;
  color: #0071bc;
  display: block;
}

.user-avatar {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  float: left;
}

.section-switch-company {
  font-family: "Gotham-Medium", Helvetica, sans-serif;

}

.table-pointer tbody tr {
  cursor: pointer;
}

.user-dropdown-link {
  display: flex;
  align-items: center;
}

.user-dropdown-icon {
  width: 15px;
  margin-right: 8px;
  margin-top: 2px;
  display: flex;
  justify-content: center;
}

.flex-grow {
  flex: 1 1 45%;
}

.flex-grow:not(:last-child) {
  margin-right: 10px;
}

.box-head.select-account {
  border-color: #DDDDDD;
}

.box-head.select-account:hover {
  border-color: #0071bc;
}

.box-head.clientstats {
  height: 132.200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 0px;
}

.box-head.card-green:hover {
  background-color: #dff0d8;
  /* filter: brightness(105%); */
}

.box-head.card-red-center:hover {
  background-color: #f2dede;
  /* filter: brightness(105%);   */
}

.card {
  /* background-color: #1073BA; */
  position: relative;
  overflow: hidden;
}

.card-dark::before {
  content: '';
  position: absolute;
  bottom: -24%;
  left: -13%;
  background: rgba(255, 255, 255, 0.06);
  height: 347px;
  width: 137%;
  border-radius: 50% 50% 0 0;
  transform: rotate(20deg);
}

.card-dark.balance::before {
  height: 200px;
  bottom: -100%;
}

.card-footer {
  border-top: none;
}

.card-red-center {
  border: 2px solid #a94442;
  /* background-color: #f2dede; */
}

.card-red-center a {
  color: #a94442;
  
}

.card-green{
  border: 2px solid #3c763d!important;
  background-color: #dff0d8;
}

.card-green a {
  color: #3c763d !important;
  
}

.card-balance-title {
  text-transform: none;
}

.card-balance-count {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.card-balance-count span {
  text-align: end;
}

.card-balance-count a {
  text-transform: none;
  font-family: "Gotham-Book", Helvetica, sans-serif;
}

.section-profile-address {
  display: flex;
  justify-content: space-between;
}

.section-statistic-description {
  text-transform: none;
}

.section-statistic-icon {
 padding: 20px;
 border-radius: 6px;
}

.icon-red {
  background-color: #ebccd1;
}

.icon-green {
  background-color: #d6e9c6;
}

.progress-bar.bg-success {
  background-color: #3c763d !important;
}

.checkbox label.nearexpiry::before,
.checkbox label.neardue::before {border-color: #9B59B6;}

.checkbox input[type="checkbox"].nearexpiry:checked + label.nearexpiry::before,
.checkbox input[type="checkbox"].neardue:checked  + label.neardue::before {
  background-color: #9B59B6;
  border-color: #9B59B6; 
}

.section-left {
  flex: 1 1 30%; 
  margin-inline: 15px;
}

.section-right {
  flex: 1 1 60%;
}

.switch {
  display: flex; 
  align-items: center;
  border-radius: 7px
}

.secondary {
  color: rgb(201, 201, 201);
  background: rgb(241, 241, 241);
}

.secondary:hover {
  color: rgb(201, 201, 201);
  background: rgb(231, 231, 231);
}

.secondary:focus {
  color: rgb(201, 201, 201);
}

.btn-switch {
  padding: 7px;
}

.btn-switch:first-child {
  border-radius: 6px 0px 0px 6px;
}

.btn-switch:last-child {
  border-radius: 0px 6px 6px 0px;
}

.divider-list .item-list:not(:last-child) {
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}

.divider-list .item-list:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
  height: 50%;
  background-color: rgb(241, 241, 241);
  border-radius: 5px;
}

.avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: rgb(241, 241, 241);
  color: #666;
}

.account-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.btn-addaccount-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.btn-addaccount {
  padding: 0px;
  margin-bottom: 20px;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  border: solid 2px #DDDDDD;
  color: #DDDDDD;
}

.btn-addaccount:hover {
  border-color: #0071bc;
  color: #0071bc;
}

.badge-account {
  padding: 6px 12px;
  border-radius: 5px;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.select-account.radio {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: auto;
  border: solid 1.8px #dddddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.select-account.radio::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  background-color: #dddddd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.box-head.select-account:hover {
  .select-account.radio {
    border-color: #0071bc;
  }
  .select-account.radio::after {
    background-color: #0071bc;
  }

  border-color: #0071bc;
}

.attachments-wrapper {
  display: flex;
  gap: 10px;
}

.attachment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px
}

.attachment-icon {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  padding: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.attachment-icon small {
  font-weight: 600;
}

.attachment-name {
  font-size: 12px;
}

.attachment-download {
  display: flex;
  align-items: center;
  padding-right: 6px;
}

.service-list {
  position: relative;
}

.service-divider {
  content: "";
  width: 1.5px;
  height: 40px;
  background-color: rgba(221, 221, 221, 1);
  border-radius: 5px;
}

.horizontal-divider {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(221, 221, 221, 1);
  border-radius: 5px;
}

.btn-mark {
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #EEF5FF;
  color: #0071BC;
  font-weight: bolder;
  font-size: 16px;
  outline: none;
  border: none;
}

.ticket {
  width: 550px;
  background-color: #0071BC; 
  color: white; 
  border-radius: 20px; 
  position: relative;
}

.ticket-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px
}

.ticket-title {
  padding-inline: 20px;
  color: white;
}

.ticket-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-ticket-top{
  display: grid; 
  grid-template-columns: 2fr 1fr; 
  gap: 50px; 
  padding-inline: 20px;
}

.ticket-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 20px 30px 20px
}

.text-ticket-bottom {
  display: flex;
  justify-content: space-between;
  padding-inline: 20px;
}

.holes-ticket {
  position: relative;
  margin-block: 25px;
  border: 1.5px dashed #fff;
}

.holes-ticket:before {
  top: -12.5px;
  left: -12.5px;
}

.holes-ticket:before, .holes-ticket:after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}

.holes-ticket:after {
  top: -12.5px;
  right: -12.5px;
}

.holes-ticket:before, .holes-ticket:after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}

.btn-link {
  padding: 0px;
  border: none;
}

.feedback-form-password {
  position: absolute;
  top: 27px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.form-horizontal .control-label {
  padding-top: 0px;
}

.control-label {
  padding-top: 0px;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  background-color: #F9F9F9;
  border: 1px solid #DDD;
  display: inline-flex;
  border-radius: 4px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  background-color: #F9F9F9;
  width: 3rem;
  background-color: transparent;
  outline: none;
  border: none;
}

.number-input input[type=number] {
  background-color: #F9F9F9;
  max-width: 5rem;
  border: none;
  text-align: center;
  outline: none;
}

@media (max-width: 1280px) {
  .section-left,
  .section-right {
    flex: 1 1 100%;
  }

  .card-dark::before {
    bottom: -48%;
    height: 400px;
  }

  .card-dark.balance::before {
    height: 300px;
    bottom: -150%;
  }
}

@media (min-width: 1024px) {
  .flex-grow {
    flex: 1;
  }
  .btn-addaccount-container {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .btn-return-to-admin {
    position: fixed !important;
    top: 425px;
    right: 0;
    padding: 5px 15px !important;
    background-color: #d7d7d7 !important;
    color: #777 !important;
    font-size: 0.9rem !important;
    border-radius: 0 0 3px 3px !important;
    text-decoration: none;
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 500;
  }
  .btn-return-to-admin:hover {
    background-color: #cdcdcd !important;
    color: #444 !important;
    text-decoration: none;
  }
}

.btn-return-to-admin .floating {
  position: fixed !important;
  top: 425px;
  right: 0;
  padding: 5px 15px !important;
  background-color: #d7d7d7 !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  border-radius: 0 0 3px 3px !important;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 500;
}

.btn-return-to-admin .floating:hover {
  background-color: #cdcdcd !important;
  color: #444 !important;
  text-decoration: none;
}

.heading-h2 h2, .module-client-area h3 {
  font-size: 16px!important;
}

/**
 * -------------------------
 * @section Two Factor Authentication
 * -------------------------
 */

.twofa-setup .modal-body {
    min-height: 100px;
}
.twofa-setup .activation-msg {
    margin: 25px 0;
    padding: 15px;
    border: 1px dashed #ddd;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
.twofa-setup .backup-code {
    margin: 20px auto;
    padding: 10px;
    background-color: #efefef;
    color: #444;
    text-align: center;
}

.twofa-module {
    margin: 10px 0;
    padding: 14px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.twofa-module .col-radio {
    float: left;
    width: 35px;
    margin-top: 12px;
}
.twofa-module .col-logo {
    float: left;
    width: 80px;
    line-height: 40px;
    text-align: center;
}
.twofa-module .col-description {
    margin-left: 136px;
}
.twofa-module img {
    max-width: 100%;
    max-height: 40px;
}
.twofa-module.active {
    border-color: #337ab7;
}

.btn-lg {
  height: 46px;
}

.fixed-table-body {
  min-height: 115px;
}

.icon-header-menu {
  margin-right: 8px;
  margin-top: -2px;
}

.label-completed {
  background-color: #5cb85c;
}

.label.grace,
.label-grace {
  background-color: #f89406;
}

.avatar-ticket {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
}

table.frame {
  margin-left:20px;
}

table.frame td {
  display:block
}

table.frame .fieldarea {
  font-family: "Gotham-Light", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

table.frame td:nth-child(2) {
  margin-bottom: 5px !important;
  font-weight: normal;
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.1;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}

table.frame a {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1.5px solid #337ab7;
  padding: 9px 15px 7px;
  font-size: 11px;
  color: #fff;
  background-color: #337ab7;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}

.switch-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.switch-button input[type=checkbox] {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  margin-top: 5px;
  display: inline-block;
  width: 60px;
  height: 25px;
  background-color: #ccc;
  border-radius: 25px;
  position: relative;
  transition: 0.4s;
}

.slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  left: 2px;
  transition: 0.4s;
}

input:checked + .slider.round::before {
  transform: translate(36px, -50%);; 
}

input[type=checkbox]:checked + .slider {
  background-color: #0062A3;
}

input[type=checkbox]:checked + .slider:hover {
  background-color: #286090;
}

input[type=checkbox]:disabled + .slider {
  background-color: #ccc;
  cursor: not-allowed;
}

input[type=checkbox]:disabled:checked + .slider {
  background-color: #0062a398;
  cursor: not-allowed;
}

.switch-button .checked {
  background-color: #0062A3;
}

.switch-button:hover .slider {
  background-color: #aaa;
}

.switch-button:hover .checked {
  background-color: #286090;
}

.slider.round::before {
  transform: translate(1px, -50%);
}

.slider.round.checked::before {
  transform: translate(36px, -50%);
}

.slider-text::before {
  content: "OFF";
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 10px;
  top: 50%;
  left: 65%;
}

input[type=checkbox]:checked + .slider .slider-text::before {
  content: "ON";
  left: 35%;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 10px;
}

.on {
  top: 50%;
  left: 35%;
}

.off {
  top: 50%;
  left: 65%;
}

.select-ns {
  border-color: #DDDDDD;
}

.box-head.select-ns.checked {
  border-color: #0071bc;
}

.domaindocument-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.domaindocument-header {
  font-weight: bold;
}

.domaindocument-uploaded {
  display: flex;
  color: #3C763D;
}

.domaindocument-notuploaded {
  display: flex;
  color: #A94442;
}

.btn-redirect-back {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-redirect-back img {
  width: 24px;
  height: 24px;
}

.btn-redirect-back span {
  margin-top: 3px;
}

/* .form-check-inline {
  margin-bottom: 0px;
} */

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.label-productdetails {
  padding: 5px 10px;
  height: max-content;
  font-size: smaller;
}

.mb-0 {
  margin-bottom: 0px;
}

.reinstall-button-ck-body {
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  align-items: center;
  text-align: center;
  padding-bottom: 0px;
}

.reinstall-button-ck-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  padding: 5px;
  margin-top: 0px;
}

.site-holder {
  min-height: auto;
}

.box-holder {
  background-color: #fff;
  padding-bottom: 0px;
  min-height: 100vh;
  height: auto;
  overflow-y: visible;
}

.ticket-reply table {
  margin: 10px 0 !important;
  background-color: #fff;
  border: 1px solid #ddd;
}

.ticket-reply table th,
.ticket-reply table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.ticket-reply table thead {
  background-color: #f9fafb;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
}

.site-holder.container,
.box-holder,
.content,
.row,
.col-md-12.kilatte {
  overflow: visible;
}

.main-content-container {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.main-content-area {
  width: 100%;
  flex: 1;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}

.sidebar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0rem;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  flex-shrink: 0;
  align-self: flex-start;
  z-index: 100;
}

.sidebar-wrapper.open {
  width: 34rem;
}

.search-kb-articles {
  padding-inline: 16px; 
  padding-bottom: 16px;
}

.search-kb-articles .input-search {
  width: 100%;
  padding-inline: 40px;
  padding-block: 8px;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #e5e7eb;
  border-radius: 6px;
}

.search-kb-articles .input-search:focus {
  outline: none;
}

.search-kb-articles .input-search::placeholder {
  color: #9ca3af;
  font-weight: 500;
}

.kb-sidebar {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-left: solid 1px #ddd;
  position: relative;
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  position: sticky;
  top: 0;
  z-index: 10;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.sidebar-close-btn svg {
  width: 20px;
  height: 20px;
}

.sidebar-close-btn:hover {
  background-color: #f1f1f1;
  color: #666;
}

.sidebar-content {
  padding: 16px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #e9ecef #f8f9fa;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion {
  overflow: hidden;
  background-color: #fff;
}

.accordion-header {
  padding: 8px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  border-radius: 6px;
  font-size: 14px;
}

.accordion-header:hover {
  background-color: #f9fafb;
}

.accordion-header.active {
  background-color: #f9fafb;
}

.accordion-category {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  color: #6a7282;
}

.category-icon {
  display: flex;
}

.category-icon svg {
  width: 16px;
  height: 16px;
  color: #6a7282;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.3s ease-out;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-10px);
}

.accordion-content.active {
  opacity: 1;
  transform: translateY(0);
  margin-top: 8px;
  padding-left: 36px;
}

.accordion-content ul,
.accordion-content .category-list {
  overflow: visible;
}

.accordion-content .accordion-header {
  padding: 6px;
}

.accordion-content .accordion-content {
  padding-left: 20px;
}

.accordion-container > .category-list > li > a {
    padding-block: 0;
}

.accordion-icon svg {
  width: 16px;
  height: 16px;
  color: #6a7282;
  transition: transform 0.3s;
}

.accordion-icon.active {
  transform: rotate(180deg);
}

.category-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.category-list li {
  padding: 0;
}

.category-list a {
  text-decoration: none;
  display: block;
  padding: 8px;
  transition: all 0.2s;
  border-radius: 4px;
  font-size: 14px;
  color: #6a7282;
}

.category-list a:hover {
  text-decoration: none;
  color: #337ab7;
}

.articles-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 0;
}

.articles-list a {
  text-decoration: none;
  display: block;
  padding: 8px;
  transition: all 0.2s;
  border-radius: 4px;
  font-size: 14px;
  color: #6a7282;
}

.articles-list a:hover {
  text-decoration: none;
  color: #337ab7;
}

.sidebar-toggle {
  position: fixed;
  right: 0;
  top: 140px;
  background-color: #337ab7;
  color: white;
  padding: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 10;
  border: none;
  flex-direction: column;
}

.sidebar-toggle:hover {
  background-color: #286090;
}

.content {
  margin-bottom: 0px;
}

.help-card-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.help-card {
  background-color: #fff;
  border: solid 1px #e5e7eb;
  padding: 16px;
  border-radius: 8px;
}

.help-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.help-card-detail h5 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: 500px;
  color: #4b5563;
}

.help-card-detail p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
}

.help-card-detail a {
  width: 100%;
  display: flex;
  justify-content: center;
  white-space: wrap;
}

.help-card-content {
  display: flex; 
  align-items: flex-start; 
  gap: 12px;
}

.kb-search-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kb-search-summary {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px; 
  font-weight: 600;
}

.search-article-item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
}

.article-category-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: #6b7280;
  font-size: 12px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 500;
  color: #6a7282;
  flex: 1;
}

.article-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

@media (max-width: 426px) {
  .sidebar-wrapper {
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
  }

  .sidebar-wrapper.open {
    width: 100%;
  }

  .help-card-container {
    min-width: 100%;
    white-space: normal;
  }

  .help-card-detail, .help-card-detail .btn {
    width: 100%;
  }

  .sidebar-toggle + .tooltip {
    display: none !important;
  }
}

.pagination>li>input[type="number"] {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>input[type="number"]:hover {
  background-color: #f5f5f5;
}

.pagination>li>input[type="number"]:focus {
  outline: none;
}

.pagination>li>input[type="number"]::placeholder {
  color: #337ab7;
}

.pagination-container, .pagination-container-ticket {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.status-container {
  border-radius: 8px;
  border: solid 1px #E5E7EB;
  overflow: hidden;
}

.status-header {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px;
  border-bottom: solid 1px #E5E7EB;
  cursor: pointer;
}

.status-title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.status-text {
  font-weight: 600;
  color: #37373F;
}

.status-header .accordion-icon {
  display: flex;;
}

.status-header .accordion-icon svg {
  width: 24px;
  height: 24px;
}

.status-icon {
  display: flex;
}

.status-icon svg {
  width: 16px;
  height: 16px;
}

.status-indicator {
  display: flex;
  gap: 8px;
  align-items: center;
}

.indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.indicator-green { background-color: #2FC362; }
.indicator-blue { background-color: #0071BC; }
.indicator-orange { background-color: #E9B22B; }
.indicator-red { background-color: #EC4649; }

.indicator-dot.onhold {
  background-color: #0071bc;
}
.indicator-dot.customer-reply {
  background-color: #808080;
}
.indicator-dot.open, .indicator-dot.answered {
  background-color: #46A546;
}
.indicator-dot.closed {
  background-color: #F89406;
}

.status-indicator .indicator-count {
  font-weight: 600;
  color: #37373F;
}

.status-legend {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.legend-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.legend-items {
  display: flex;
  align-items: center;
  gap: 16px;
}

.legend-title {
  font-weight: 600;
  color: #37373F;
}

.view-history {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}

.view-history span {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.view-history svg {
  width: 16px;
  height: 16px;
}

.status-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status-item:not(:last-child) {
  border-bottom: 1px solid #E5E7EB;
}

.status-item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.status-item-wrapper .indicator-dot {
  flex-shrink: 0;
}

.status-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.status-item-text {
  margin: 0;
}

.status-item-label {
  background-color: transparent;
  font-weight: 600;
}

.status-outage {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.status-outage-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.incident-title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.human-status {
  font-weight: 700;
  color: #666;
}

.updated-at {
  font-size: 12px;
  color: #B1B1B1;
}

.search-result-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
}

.search-result-content {
  display: flex;
  flex-direction: column;
}

.search-result-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #6b7280;
}

.search-result-title {
  margin-block: 16px 8px;
}

.search-result-category {
  display: flex;
  align-items: center;
  gap: 4px;
}

.search-result-category i {
  display: flex;
}

.search-result-category svg {
  width: 16px;
  height: 16px;
}

.search-result-date {
  display: flex;
  align-items: center;
  gap: 4px;
}

.search-result-title a {
  font-weight: bold;
}

.search-result-description {
  margin: 0;
}

.list-content-inner {
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 8px;
}

.list-box .support-departments {
  display: flex;
}

.list-box li.support-departments a {
  width: 100%;
  color: #666;
}

.list-box li.support-departments a:hover {
  color: #666;
}

.list-box li.support-departments.selected h3,
.list-box li.support-departments.selected a,
.list-box li.support-departments.selected a:hover {
  color: #fff;
}

.label.view-ticket {
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.view-ticket.onhold, .view-ticket.department, .view-ticket.staff {
  background-color: #DDF2FF;
  border: solid 1px #0071BC;
  color: #0071BC;
}
.view-ticket.customer-reply {
  background-color: #F5F5F5;
  border: solid 1px #9E9E9E;
  color: #9E9E9E;
}
.view-ticket.open, .view-ticket.answered, .view-ticket.low, .view-ticket.customer {
  background-color: #D6E9C6;
  border: solid 1px #3C763D;
  color: #3C763D;
}
.view-ticket.closed, .view-ticket.medium {
  background-color: #FFF8E7;
  border: solid 1px #D99840;
  color: #D99840
}
.view-ticket.high {
  background-color: #FEF2F2;
  border: solid 1px #C53030;
  color: #C53030;
}

.ticket-info-item {
  margin-bottom: 16px;
}

.ticket-info-item-label {
  font-weight: 600;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

.ticket-info-item-value {
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}



.view-ticket .fa {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}

.text.onhold {
  color: #0071bc;
}
.text.customer-reply {
  color: #9E9E9E;
}
.text.open,
.text.answered {
  color: #3C763D;
}
.text.closed {
  color: #D99840;
}

.border-none {
  border: none !important;
}

.or-with-email-wrapper {
  margin-block: 16px 40px;
  position: relative;
  text-align: center;
}

.or-with-email-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e5e9;
}

.or-with-email {
  background: #fff;
  position: relative;
  padding: 0 20px;
  display: inline-block;
}

.required {
  color: #dc3545;
}

.password-group {
  position: relative;
  margin-bottom: 8px;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #6c757d;
  font-size: 18px;
  padding: 4px;
}

.form-card-wrapper {
  display: flex; 
  justify-content: center;
  padding-block: 40px;
}

.form-card {
  padding: 20px;
  border: solid 1px #E5E7EB;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

.form-header {
  margin-bottom: 40px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-content {
  position: absolute;
  left: 24px;
  background: white;
  border: 1px solid #e1e5e9;
  border-radius: 4px;
  padding: 16px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}

.tooltip-content.open {
  opacity: 1;
  visibility: visible;
}

.tooltip-content h5 {
  margin: 0px;
  margin-bottom: 12px;
}

.tooltip-body {
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}

.tooltip-text-group {
  margin-bottom: 12px;
}

.tooltip-description {
  display: block;
  margin-bottom: 8px;
  color: #4a4a4a;
}

.tooltip-list {
  margin: 0;
  padding-left: 28px;
}

.tooltip-list li {
  list-style: disc;
}

.tooltip-note {
  margin-top: 12px;
  font-size: 12px;
}

.tooltip-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.tooltip-button:hover {
  background-color: rgba(12, 100, 161, 0.1);
}

.form-control.validator-alert:focus{
  border-color: #dc3545;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 53, 69, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 53, 69, 0.6);
}

.validation-message {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  display: none;
}

.lu-widget__body {
  padding: 0 16px;
}

/* Loading Spinner Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

/* Search Result Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.search-result-item {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.search-result-item:nth-child(1) {
  animation-delay: 0.1s;
}

.search-result-item:nth-child(2) {
  animation-delay: 0.2s;
}

.search-result-item:nth-child(3) {
  animation-delay: 0.3s;
}

.search-result-item:nth-child(4) {
  animation-delay: 0.4s;
}

.search-result-item:nth-child(5) {
  animation-delay: 0.5s;
}

.search-result-item:nth-child(6) {
  animation-delay: 0.6s;
}

.search-result-item:nth-child(7) {
  animation-delay: 0.7s;
}

.search-result-item:nth-child(8) {
  animation-delay: 0.8s;
}

.search-result-item:nth-child(9) {
  animation-delay: 0.9s;
}

.search-result-item:nth-child(10) {
  animation-delay: 1.0s;
}

/* Search section fade in */
#kb-search-section-ticket,
#kb-search-section {
  animation: fadeIn 0.4s ease-out;
}

/* Search summary animation */
#kb-search-summary-ticket,
#kb-search-summary {
  animation: fadeIn 0.5s ease-out;
}

/* Pagination animation */
.pagination-container-ticket,
.pagination-container {
  animation: fadeIn 0.6s ease-out;
}

.search-result-item:nth-child(10) {
  animation-delay: 1.0s;
}

/* Sidebar search article items animation */
.search-article-item {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.search-article-item:nth-child(1) {
  animation-delay: 0.1s;
}

.search-article-item:nth-child(2) {
  animation-delay: 0.2s;
}

.search-article-item:nth-child(3) {
  animation-delay: 0.3s;
}

.search-article-item:nth-child(4) {
  animation-delay: 0.4s;
}

.search-article-item:nth-child(5) {
  animation-delay: 0.5s;
}

.search-article-item:nth-child(6) {
  animation-delay: 0.6s;
}

.search-article-item:nth-child(7) {
  animation-delay: 0.7s;
}

.search-article-item:nth-child(8) {
  animation-delay: 0.8s;
}

.search-article-item:nth-child(9) {
  animation-delay: 0.9s;
}

.search-article-item:nth-child(10) {
  animation-delay: 1.0s;
}

.credit-balance {
  border-radius: 16px;
  padding: 25px;
  color: white;
  margin-bottom: 25px;
  position: relative;
}

.credit-balance.sufficient {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.credit-balance.insufficient {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.credit-balance.zero {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.balance-amount {
  font-weight: 700;
  color: white;
  margin-block: 0px 10px;
}

.balance-label {
  opacity: 0.9;
  font-size: 16px;
}

.balance-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.9;
}

.status-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-option {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  background: #fafafa;
}

.radio-option:has(input:checked) {
  border-color: #0071BC;
}

.radio-option:has(input:disabled) {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f3f4f6;
}

.radio-option:has(input:disabled) .radio-input {
  border-color: #d1d5db;
  background: #f3f4f6;
}

.radio-input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}

.radio-input:checked {
  accent-color: #0071BC;
}

.radio-text {
  flex: 1;
}

.radio-title {
  margin-block: 5px;
}

.remaining-amount {
  margin: 0;
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
}

.cart-form {
  overflow: visible;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
  overflow: visible;
}

@media (min-width: 1024px) {
  .checkout-layout {
    grid-template-columns: 1fr 400px;
  }
}

.left-column {
  overflow: visible;
}

.order-summary {
  top: 20px;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.action-btn-group {
  width: 100%;
  display: flex;
  gap: 16px;
}

.action-btn-group .btn {
  flex: 1;
}

.btn-continue {
  width: 100%;
}

@media (min-width: 640px) {
  .action-buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .action-btn-group, .btn-continue {
    width: auto;
  }

  .action-btn-group .btn {
    flex: 0 1 auto;
  }
}

.tos-agreement a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}

.tos-checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tos-checkbox {
  width: 20px;
  height: 20px;
}

.tos-checkbox:checked {
  accent-color: #fff;
}

.affiliate-stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.affiliate-stats {
  border-radius: 8px;
}

.affiliate-stats.visitor {
  background: linear-gradient(135deg, #337ab7 0%, #1a6cb4 100%);
}

.affiliate-stats.signup {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.affiliate-stats.conversion {
  background: linear-gradient(135deg, #9B59B6 0%, #8228a6 100%);
}

.affiliate-stats-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.affiliate-stats-info {
  display: flex;
  flex-direction: column;
}

.affiliate-stats-label {
  font-family: 'Gotham-Medium', Helvetica, sans-serif;
  color: #fff; 
  opacity: 0.8;
}

.affiliate-stats-value {
  font-weight: 700; 
  color: #fff;
}

.affiliate-bg-icon {
  padding: 12px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.affiliate-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.affiliate-card {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.affiliate-card-header {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: solid 1px #ccc;
}

.affiliate-card-title {
  margin: 0;
}

.affiliate-card-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 16px;
}

.affiliate-code {
  display: flex;
  gap: 12px;
  border: dashed 2px #ccc;
  border-radius: 8px;
  padding: 16px;
  background: #fafafa;
}

.affiliate-code-text {
  flex: 1;
  background: #fff;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #374151;
  word-break: break-all;
}

.affiliate-copy-btn {
  flex-shrink: 0;
  padding: 12px 16px;
  width: max-content;
}

.earning-card {
  display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-radius: 8px;
}

.earning-card.pending {
  border: solid 1px #D99840; background: #FFF8E7;
}

.earning-card.available {
  border: solid 1px #3C763D; background: #D6E9C6;
}

.earning-card.withdrawn {
  border: solid 1px #0071BC; background: #DDF2FF;
}

.earning-card-side {
  display: flex;
  gap: 16px;
  align-items: center;
}

.earning-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.earning-card-value {
  font-weight: 600;
  margin: 0;
}

.withdrawal-info {
  padding: 24px;
  border-radius: 8px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.withdrawal-amount {
  font-weight: 600;
  margin-block: 12px 0;
}

.withdrawal-btn {
  padding: 8px;
  background: #d9534f;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.withdrawal-btn.disabled {
  background: #B3B8C1;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.affiliate-banner-section {
  margin: auto;
}

.cookie-consent {
  max-width: 600px;
  position: fixed;
  bottom: 50%;
  left: 50%;
  background-color: #fff;
  bottom: 50%;
  left: 50%;
  background-color: #fff;
  z-index: 1049;
  transform: translate(-50%, 100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15), 0 0 0 9999px rgba(0, 0, 0, 0.7);
  transform: translate(-50%, 100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15), 0 0 0 9999px rgba(0, 0, 0, 0.7);
  opacity: 0;
  border-radius: 10px;
}

.cookie-consent.show {
  transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 1;
}

.cookie-consent h4 {
  margin-block: 0 4px;
  padding: 0;
  color: #333;
}

.cookie-consent p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}

 .cookie-icon {
   background: transparent;
   color: #333;
   padding-right: 12px;
 }  

.cookie-consent-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cookie-consent-content {
  display: flex;
  align-items: flex-start;
  flex: 1;
  min-width: 300px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-cookie {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.btn-settings {
  background: transparent;
  color: #333;
}

.btn-settings:hover {
  color: #286090;
}

.btn-reject {
  color: #b73333;
  background: transparent;
  border: 1px solid #b73333;
}

.btn-reject:hover {
  background: #b73333;
  color: white;
}

.btn-accept {
  background: #337ab7;
  color: white;
}

.btn-accept:hover {
  background: #286090;
}

.btn-link-text {
  padding: 0px;
  border: none;
  color: #337ab7;
  text-transform: none;
  letter-spacing: normal;
  background: none;
  font-family: inherit;
  font-size: inherit;
}

.btn-link-text:hover {
  color: #23527c;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cookie-consent-container {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .cookie-actions {
    justify-content: center;
  }

  .btn-cookie {
    flex: 1;
    justify-content: center;
    min-width: 120px;
  }

  .cookie-consent-content {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cookie-actions {
    flex-direction: column;
  }

  .btn-cookie {
    width: 100%;
  }
}

/* Animation */
@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.code {
  margin-block: 20px;
  padding: 16px;
  background: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  overflow-x: auto;
}

.code-content {
  font-family: monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.record-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin-block: 12px;
}

.record-types li {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: #333;
}

.promo-wrapper {
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.promo-wrapper .badge {
  position: absolute;
  top: -8px;
  right: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  border-style: solid;
  border-width: 1px;
}

.badge.promo {
  background-color: #ef4444;
  color: white;
  border-color: #ef4444;
}

.badge.soldout {
  background-color: #666;
  opacity: 1;
  color: white;
  border-color: #666;
  z-index: 10;
}

.badge.popular {
  background-color: #0071BC;
  color: white;
  border-color: #0071BC;
}

.tld-title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  color: #6b7280;
  text-align: center;
  color: #0071BC;
}

.offer-text {
  width: 85%;
  padding: 12px;
  background-color: #EEF5FF;
  color: #0071BC;
  border: solid 1px #0071BC;
  border-radius: 8px;
  margin: 12px auto;
}

.offer-text p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-wrapper .original-price-crossed {
  margin: 0;
}

.domain-price-content .discount-savings, .domain-price-content .domain-premium {
  margin-top: 0;
}

.domain-suggestion-container .discount-savings, .domain-suggestion-container .domain-premium {
  margin-top: 0;
}

.promo-badge {
  margin-left: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  background-color: #EC4649;
  color: #fff;
  border: solid 1px #ef4444;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.popular-badge {
  margin-left: 4px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  background-color: #f7d207;
  border: solid 1px #f7d207;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.promocode-section.soldout:hover {
  box-shadow: none;
  transform: none;
  border: solid 1px #e5e7eb;
  cursor: default;
}

.promocode-value.soldout {
  color: #6b7280;
  border: dashed 1px #6b7280;
  background-color: #6b72801b;
}

.original-price-crossed.soldout {
  text-decoration-color: #6b7280;
}

.merdeka-discounted-price.soldout {
  color: #6b7280 !important;
}

.login-wrapper .box input[type="tel"] {
  font-size: 15px;
  border-color: #b2bfc7;
}

.contact-phone {
  margin-block: 0 10px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .contact-phone {
    margin-block: 0;
    margin-right: 10px;
  }
}

.promo-container {
  justify-content: left;
}

/* Sold-out overlay styling */
.promo-wrapper.sold-out {
  cursor: not-allowed;
}

.promo-wrapper.sold-out::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  z-index: 5;
  pointer-events: none;
}

/* Prevent interactions on sold-out cards */
.promo-wrapper.sold-out .promocode-section {
  cursor: not-allowed;
  pointer-events: none;
}

.promo-wrapper.sold-out .btn {
  cursor: not-allowed;
  opacity: 0.5;
}

.new-price {
  font-size: 16px;
  font-weight: 300;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  line-height: normal;
}

/* Button Icon Image Styles */
.btn-icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

/* cPanel Filter Styles - Clean & Minimal */
.cpanel-filter-container {
  margin-bottom: 24px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.cpanel-filter-title {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}

.cpanel-filter-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cpanel-filter-buttons .col-md-2,
.cpanel-filter-buttons .col-xs-6 {
  padding: 7px;
}

.cpanel-filter-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  flex: 1;
  min-width: 200px;
}

.cpanel-filter-card:hover {
  background: #f3f4f6;
  border-color: #0071BC;
  text-decoration: none;
}

.cpanel-filter-card.active {
  background: #0071BC;
  border-color: #0071BC;
}

.cpanel-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.cpanel-label,
.template-label {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  transition: color 0.2s ease;
}

.cpanel-filter-card:hover .cpanel-label {
  color: #0071BC;
}

.cpanel-filter-card.active .cpanel-label {
  color: #ffffff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cpanel-filter-buttons {
    width: 100%;
  }

  .cpanel-filter-card {
    padding: 14px 20px;
    min-width: 150px;
  }

  .cpanel-logo {
    width: 28px;
    height: 28px;
  }

  .cpanel-label {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .cpanel-filter-card {
    flex: 1 1 100%;
    justify-content: center;
  }
}

.complete-purchase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.complete-purchase-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.complete-purchase-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E0F2FE;
  color: #0284C7;
  flex-shrink: 0;
}

.complete-purchase-icon svg {
  width: 32px;
  height: 32px;
}

.complete-purchase-title {
  margin: 0;
  color: #333;
}

.complete-purchase-description {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  text-align: center;
}

.complete-purchase-summary {
  border: solid 1px #E5E7EB;
  padding: 20px;
  border-radius: 8px;
  background-color: #FAFAFA;
  margin-bottom: 32px;
}

.complete-purchase-summary-title {
  margin: 0;
  color: #333;
}

.complete-purchase-summary-list {
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.complete-purchase-summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.complete-purchase-summary-item p {
  margin: 0;
  color: #4b5563;
}

.complete-purchase-summary-item span {
  font-weight: normal;
  color: #666666;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}

.complete-purchase-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#countdown-text span {
  font-weight: normal;
  color: #666666;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}

.product-category-filter {
  margin-inline: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.filter-title {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  margin-right: 8px;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.filter-btn i {
  font-size: 18px;
  color: #9ca3af;
  transition: color 0.2s ease;
}

.filter-btn:hover {
  background: #f3f4f6;
  border-color: #0071BC;
  color: #374151;
}

.filter-btn:hover i {
  color: #0071BC;
}

.filter-btn.active {
  background: #0071BC;
  border-color: #0071BC;
  color: #ffffff;
}

.filter-btn.active i {
  color: #ffffff;
}

.filter-btn.small {
  border-radius: 0;
  gap: 0;
  border: none;
  width: 100%;
  padding: 6px 12px;
  background: #fff;
  color: #6b7280;
  text-align: left;
  align-items: flex-start;
}

.filter-btn.small i {
  width: 12px;
  margin-right: 12px;
  text-align: center;
  flex-shrink: 0;
  color: #9ca3af;
}

.filter-btn.small .avatar-product {
  margin-right: 12px;
  font-size: 12px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product-category-filter {
    display: none !important;
  }
}

.avatar-product {
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;
  background: rgb(241, 241, 241);
  color: #666;
}

.domain-promo-container {
  display: flex;
  flex-direction: column;
}

#search-domain-promotion.input-search {
  width: 100%;
  padding-inline: 40px;
  padding-block: 8px;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #e5e7eb;
  border-radius: 6px;
}

.template-vm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.template-vm.selected {
  background: #0071bc15;
  border: solid 2px #0071bc;
}

.template-option {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.filter-template {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 12px;
}

.filter-template-link {
  padding: 12px;
  padding-left: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-template-link.active {
  border-left: solid 4px #0071bc;
  background: #0071bc15;
  font-weight: bold;
}

.filter-template-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.template-vm img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.datatable-body {
  display: flex;
  border: solid 1px #ddd;
  border-radius: 8px;
  margin: 0px;
}

.datatable-filters {
  border-right: solid 1px #ddd;
}

#layers .lu-t-c__top {
  border: none !important;
}

#layers .lu-widget {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .datatable-body {
    display: block;
  }

  .datatable-filters {
    border-right: none;
    border-bottom: solid 1px #ddd;
  }
}

/* User Permissions Card Layout */
.permissions-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.permissions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.permission-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.2s ease;
}

.permission-card:hover {
  background: #f9fafb;
  border-color: #0071BC;
}

.permission-card:has(input:checked) {
  border-color: #428bca;
  background: #EEF5FF;
}

/* Custom Checkbox Styling */
.permission-checkbox {
  opacity: 0;
  position: absolute;
}

.permission-checkbox:focus + .permission-label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.permission-checkbox:checked + .permission-label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.permission-checkbox:checked + .permission-label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff;
}

.permission-label {
  flex: 1;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
}

.permission-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.permission-label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 12px;
  color: #555555;
}

.permission-title {
  font-size: 15px;
  color: #666;
  margin-bottom: 4px;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
}

.permission-description {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  font-family: "Gotham-Book", Helvetica, sans-serif;
}

.permissions-control {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.permissions-control:hover {
  background: #f5f5f5;
  border-color: #428bca;
}

.permissions-control-checkbox {
  opacity: 0;
  position: absolute;
}

.permissions-control-checkbox:focus + .permissions-control-label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.permissions-control-checkbox:checked + .permissions-control-label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.permissions-control-checkbox:checked + .permissions-control-label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff;
}

.permissions-control-checkbox:indeterminate + .permissions-control-label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.permissions-control-checkbox:indeterminate + .permissions-control-label::after {
  font-family: 'FontAwesome';
  content: "\f068";
  color: #fff;
}

.permissions-control-label {
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "Gotham-Medium", Helvetica, sans-serif;
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  padding-left: 25px;
}

.permissions-control-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.permissions-control-label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 3px;
  font-size: 12px;
  line-height: 18px;
  color: #555555;
}

.control-text {
  color: #428bca;
}

/* Select All Control */
.permissions-control {
  margin-bottom: 20px;
}

/* Responsive: 1 column on mobile */
@media (max-width: 768px) {
  .permissions-grid {
    grid-template-columns: 1fr;
  }

  .permissions-control {
    width: 100%;
  }
}

.fab-whatsapp,
.fab-whatsapp:focus {
  position: fixed;
  right: 0;
  top: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #25D366;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 99;
  transition: background-color 0.3s ease;
}

.fab-whatsapp:hover {
  background-color: #1DA851;
  color: #fff;
}

.fab-whatsapp i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.cart-products {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-item-header {
  display: flex;
  justify-content: space-between;
}

.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-item-title {
  margin: 0;
}

.cart-item-actions {
  display: flex;
  gap: 12px;
}

.cart-item-remove {
  color: #d9534f;
}

.cart-item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cart-item-body.no-cycle {
  justify-content: flex-end;
}

.cart-item-qty {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-qty-input {
  width: 200px;
  margin-right: 10px;
}

.cart-item-billing {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-billing-select {
  width: 200px;
}

.cart-item-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}

.cart-price-value {
  margin: 0;
}

.cart-price-meta {
  display: flex;
  gap: 6px;
  align-items: center;
}

.checkout-products {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-item-title {
  margin: 0;
  flex: 1;
  font-size: 14px;
}

.checkout-item-price {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.checkout-item-prorata {
  font-size: 12px;
  opacity: 0.7;
  margin-left: 4px;
}