:root {
  --ui-shell-gutter-mobile: 1rem;
  --ui-shell-gutter-desktop: 2rem;
  --ui-shell-space-top: 1rem;
  --ui-shell-space-bottom: 1.75rem;
  --ui-shell-section-gap: 1.25rem;
  --ui-card-radius: 1rem;
  --ui-card-border: #e3ebf5;
  --ui-card-shadow: 0 16px 30px rgba(6, 34, 68, 0.06);
  --ui-card-header-space: 1rem 1.25rem 0.25rem;
  --ui-card-body-space: 1rem 1.25rem 1.25rem;
  --ui-heading-color: #143a60;
  --ui-heading-muted: #6b7f94;
}

body {
  padding: 0px !important;
  background: #f7f9fc;
}

.card {
  border: 1px solid var(--ui-card-border);
  box-shadow: var(--ui-card-shadow);
  /* box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(3, 1, 14, 0.06); */
  border-radius: var(--ui-card-radius);
}

.modal-content {
  border: initial;
  border-radius: 1rem;
  background: white;
  z-index: 1000;
}

/*modal*/
.modal-title {
  display: inline-block;
}

.modal-right .modal-dialog {
  margin: 0 auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  height: 100%;
  max-width: 600px;
}

/*notification*/
.header.top .notifcation {
  position: relative;
  font-size: 25px;
  color: white;
}

.header.top .notifcation .nav-unread {
  top: 2px;
  right: -1px;
  background: #ffffff;
}

.header.top .notifcation .nav-unread.change_color {
  top: 2px;
  right: -1px;
  background: #ffffff;
  animation: change_color 3s infinite;
}


.header .nav-item .badge {
  position: relative !important;
  top: 0 !important;
  right: -5px;
}

.header {
  border-bottom: none;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .04), 0 0 16px 0 rgba(0, 0, 0, .04);
}


@keyframes change_color {
  from {
    background: #ffffff;
  }

  to {
    background: #cd201f;
  }
}

.news_announcement .modal-right .modal-dialog {
  max-width: 420px;
}

.news_announcement .modal-header {
  color: white;
  background: #05d0a0;
  background: -webkit-linear-gradient(45deg, #05d0a0, #9fd6ef) !important;
  background: -moz- oldlinear-gradient(45deg, #05d0a0, #9fd6ef) !important;
  background: -o-linear-gradient(45deg, #05d0a0, #9fd6ef) !important;
  background: linear-gradient(45deg, #05d0a0, #9fd6ef) !important;
}

.news_announcement .modal-content {
  height: 100vh;
}

.news_announcement .modal-content .modal-body {
  background: #f7f7f7;
  padding: 0.5rem;
}

.news_announcement .news-item .card {
  margin-bottom: 0.5rem;
}

.news_announcement .news-item .card .card-header {
  min-height: 0.5rem;
  padding: 0.5rem 0.5rem;
}

.news_announcement .news-item .card .desc>ul {
  padding-left: 5px;
}

.main-content {
  padding-top: 70px;
}

.app-shell {
  padding-bottom: var(--ui-shell-space-bottom);
}

.app-shell__content {
  min-width: 0;
}

.app-shell__main {
  padding-top: var(--ui-shell-space-top);
}

.page-title--shell {
  margin-bottom: var(--ui-shell-section-gap);
}

.page-title--shell .page-title {
  margin-bottom: 0;
  color: var(--ui-heading-color);
  font-weight: 800;
}

.page-title--shell .page-title > .fa,
.page-title--shell .page-title > .fe,
.page-title--shell .page-title > .icon {
  margin-right: 0.45rem;
}

.page-title-main,
.page-title-actions {
  margin-bottom: 1rem;
}

.page-title-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.page-title-actions .search-area,
.page-title-actions .d-flex {
  width: 100%;
}

.page-card--filter .card-header {
  padding: var(--ui-card-header-space);
}

.page-card--filter .card-body {
  padding: 0.9rem 1.25rem 1.25rem;
}

@media (max-width: 767.98px) {
  .app-shell__main {
    padding-top: 0.75rem;
  }

  .page-title--shell {
    margin-bottom: 1rem;
  }

  .page-title-main,
  .page-title-actions {
    margin-bottom: 0.75rem;
  }

  .page-title-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .app-shell__main {
    padding-top: 1.1rem;
  }
}

.tickets-page-header .form-group {
  margin-bottom: 0;
}

.services-page-header {
  margin-bottom: 1rem;
}

.services-controls-shell {
  border: 1px solid #dfe9f6;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 58, 96, 0.05);
  border-radius: 1rem;
}

.services-controls-shell .card-body {
  padding: 1rem 1.1rem 0.9rem;
}

.services-header-note {
  margin: 0.45rem 0 0;
  color: #6b7f94;
  font-size: 0.93rem;
}

.services-filter-group {
  margin-bottom: 0;
}

.services-filter-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #59718a;
}

.services-filter-group .form-control {
  min-height: 44px;
  border-radius: 0.8rem;
  border: 1px solid #d9e5f3;
  background: #fff;
}

.services-results {
  margin-top: 0.65rem;
}

.services-no-results {
  margin-top: 0.75rem;
}

.services-no-results .card {
  border: 1px dashed #cfddec;
  background: #f8fbff;
}

.services-category-card {
  margin-bottom: 0.95rem;
  border: 1px solid #e3ebf5;
  border-radius: 1rem;
  box-shadow: 0 6px 14px rgba(20, 58, 96, 0.04);
  overflow: hidden;
}

.services-category-card .card-header {
  padding: 0.9rem 1rem;
  background: #fbfdff;
  border-bottom: 1px solid #e3edf8;
}

.services-category-heading {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.services-category-heading .card-title {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: #143a60;
}

.services-category-count {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  background: #f5f9ff;
  border: 1px solid #dce8f7;
  color: #537798;
}

.services-table-wrap {
  padding: 0;
}

.services-table-desktop {
  display: block;
}

.services-mobile-list {
  display: none;
}

.services-catalog-table {
  margin-bottom: 0;
}

.services-catalog-table thead th {
  background: #f7fbff;
  color: #58728d;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-top: 0;
  border-bottom: 1px solid #e3edf8;
  white-space: nowrap;
}

.services-catalog-table tbody tr.service-item {
  transition: background-color 0.2s ease;
}

.services-catalog-table tbody tr.service-item:hover {
  background: #fbfdff;
}

.services-catalog-table tbody tr.service-item td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-top: 1px solid #edf3fb;
  vertical-align: middle;
}

.services-catalog-table .service-name-text {
  font-weight: 700;
  color: #143a60;
}

.services-catalog-table .service-id-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #dce8f7;
  background: #f5f9ff;
  color: #2d5f8f;
  font-size: 0.78rem;
  font-weight: 700;
}

.services-catalog-table .service-rate-text {
  font-weight: 800;
  color: #0f4e8d;
}

.services-catalog-table .service-col-view .btn,
.services-catalog-table .service-col-order .btn {
  border-radius: 0.6rem;
}

.services-catalog-table .service-order-btn {
  min-width: 2.4rem;
}

.service-mobile-item .favorite-icon {
  cursor: pointer;
}

.tickets-pane-card {
  height: 100%;
}

.tickets-pane-body {
  height: auto;
  max-height: none;
  overflow: visible;
}

.tickets-list {
  margin-bottom: 0;
}

.profile-page .row {
  row-gap: 1.25rem;
}

.profile-page .form-actions {
  margin-top: 0.25rem;
}

.profile-page .form-actions .p-l-10 {
  padding-left: 0;
}

/* New order page refinement */
.neworder-service-description {
  border: 1px solid #deebf8;
  border-radius: 10px;
  background: #fbfdff;
  overflow: hidden;
}

.neworder-service-description-content {
  padding: 0.72rem 0.82rem;
  line-height: 1.45;
  color: #486683;
  max-height: 180px;
  overflow-y: auto;
  word-break: break-word;
}

.neworder-inline-total {
  border-radius: 10px !important;
  padding: 0.38rem 0.7rem !important;
  font-size: 0.82rem !important;
  margin-bottom: 0.35rem;
}

.neworder-neo-page .neworder-subsection {
  border-top: 1px dashed #e3ecf7;
  margin-top: 0.35rem;
  padding-top: 0.6rem;
}

.neworder-neo-page .neworder-subsection-head {
  margin-bottom: 0.45rem;
}

.neworder-neo-page .neworder-subsection .form-group {
  margin-bottom: 0.58rem;
}

.neworder-neo-page .neworder-subsection .input-group .btn {
  border-radius: 0 10px 10px 0;
}

.neworder-neo-page .neworder-service-select {
  font-size: 0.88rem;
}

.neworder-neo-page .neworder-mass-grid {
  row-gap: 0.75rem;
}

.neworder-neo-page .neworder-mass-title h6 {
  margin-bottom: 0.35rem;
  color: #335b80;
  font-weight: 700;
}

.neworder-neo-page .neworder-mass-note {
  border: 1px solid #e3ebf5;
  border-radius: 12px;
  background: #fbfdff;
  padding: 0.65rem 0.75rem;
}

.neworder-neo-page .neworder-mass-actions {
  margin-top: 0.4rem;
}

@media (max-width: 991.98px) {
  .neworder-service-description {
    border-radius: 8px;
  }

  .neworder-service-description-content {
    padding: 0.55rem 0.62rem;
    max-height: 140px;
    font-size: 0.79rem;
    line-height: 1.4;
  }

  .neworder-neo-page .neworder-subsection {
    margin-top: 0.2rem;
    padding-top: 0.45rem;
  }

  .neworder-neo-page .neworder-subsection .form-group {
    margin-bottom: 0.48rem;
  }

  .neworder-neo-page .neworder-mass-note {
    border-radius: 10px;
    padding: 0.55rem 0.62rem;
  }

  .neworder-neo-page .neworder-mass-actions .btn.btn-lg {
    min-height: 44px;
    border-radius: 10px;
    font-size: 0.88rem;
  }
}

.add-funds-page {
  padding-bottom: 1.5rem;
}

.add-funds-shell {
  margin-top: 1.5rem;
}

.add-funds-shell .card-header {
  padding: 1rem 1.25rem 0.5rem;
}

.add-funds-shell .card-body {
  padding: 1rem 1.25rem 1.25rem;
}

.add-funds-shell .tabs-list {
  width: 100%;
}

.add-funds-shell .tabs-list .nav-tabs {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.add-funds-shell .tabs-list .nav-tabs li {
  margin-top: 0;
}

.add-funds-shell .tabs-list .nav-tabs li > a {
  margin: 0;
}

.add-funds-manual {
  margin-top: 2rem;
}

.add-funds-manual .content {
  word-break: break-word;
}

.add-funds-stripe .for-group img {
  max-width: 160px;
}

.add-funds-stripe #card-element {
  width: 100%;
}

.add-funds-stripe #credit_cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.add-funds-stripe #credit_cards img {
  max-height: 30px;
}

.add-funds-neo-page .add-funds-card {
  border: 1px solid #dfe9f5;
  border-radius: 1rem;
  box-shadow: 0 18px 32px rgba(10, 54, 104, 0.08);
  overflow: hidden;
}

.add-funds-card-header {
  display: block !important;
  background: linear-gradient(180deg, #f7fbff 0%, #f2f8ff 100%);
  border-bottom: 1px solid #e5edf7;
}

.add-funds-hero {
  margin-bottom: 0.85rem;
}

.add-funds-title {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 800;
  color: #133c63;
}

.add-funds-title i {
  margin-right: 0.4rem;
  color: #1f6fbf;
}

.add-funds-subtitle {
  margin: 0.45rem 0 0;
  color: #5f7994;
  font-size: 0.92rem;
  line-height: 1.55;
}

.add-funds-trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.72rem;
}

.add-funds-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #dce8f6;
  background: #fff;
  color: #3f6486;
  font-size: 0.74rem;
  font-weight: 700;
}

.add-funds-tabs-list .nav-tabs {
  gap: 0.5rem;
}

.add-funds-tabs-list .nav-tabs li > a {
  margin: 0;
  padding: 0.58rem 0.82rem;
  border-radius: 999px;
  border: 1px solid #dce8f6;
  background: #fff;
  color: #214a70;
  font-size: 0.86rem;
  font-weight: 700;
}

.add-funds-method-name {
  display: inline-block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.add-funds-tabs-list .nav-tabs li > a.active,
.add-funds-tabs-list .nav-tabs li > a:hover {
  background: linear-gradient(135deg, #1f6fbf 0%, #2d87d9 100%);
  border-color: #1f6fbf;
  color: #fff;
}

.add-funds-tabs-help {
  margin: 0.6rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #67809b;
}

.add-funds-card-body {
  background: #fff;
}

.add-funds-provider-intro img {
  max-height: 34px;
  width: auto;
}

.add-funds-provider-intro p {
  margin-bottom: 0;
  color: #607a94;
  font-size: 0.84rem;
}

.add-funds-provider-badges {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.38rem;
}

.add-funds-provider-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #dce8f6;
  background: #fff;
  color: #47698a;
  font-size: 0.72rem;
  font-weight: 700;
}

.add-funds-provider-fieldset,
.add-funds-provider-form {
  border-radius: 0.9rem;
  border: 1px solid #e1eaf5;
  background: #f8fbff;
}

.add-funds-provider-form {
  padding: 1rem;
}

.add-funds-amount-input {
  min-height: 46px;
  border-radius: 0.72rem;
  border-color: #d7e5f5;
}

.add-funds-field-help {
  display: block;
  margin-top: 0.38rem;
  color: #6b829b;
  font-size: 0.78rem;
  line-height: 1.42;
}

.add-funds-note-group {
  margin-top: 0.25rem;
}

.add-funds-note-group label {
  font-weight: 700;
  color: #163e65;
  margin-bottom: 0.45rem;
}

.add-funds-note-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #4f6c88;
}

.add-funds-note-list li {
  margin-bottom: 0.28rem;
  line-height: 1.45;
}

.add-funds-agree-row {
  margin-top: 0.7rem;
}

.add-funds-agree-row .custom-control-label {
  text-transform: none;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #3d5c7c;
}

.add-funds-submit-row .btn {
  min-height: 46px;
  border-radius: 0.7rem;
  font-weight: 700;
}

.add-funds-manual-shell {
  margin-top: 1.2rem;
}

.add-funds-manual-card {
  border: 1px solid #e1eaf5;
  box-shadow: 0 14px 30px rgba(10, 54, 104, 0.06);
}

.add-funds-manual-header {
  background: #f7fbff;
  border-bottom: 1px solid #e6eef8;
}

.add-funds-manual-header h3 {
  margin: 0;
  font-size: 1.08rem;
  color: #133c63;
  font-weight: 800;
}

.add-funds-manual-header p {
  margin: 0.45rem 0 0;
  color: #5e7a95;
  font-size: 0.86rem;
}

.add-funds-manual-content {
  color: #274866;
  line-height: 1.62;
}

.add-funds-result-page .add-funds-result-card {
  border: 1px solid #dfe9f5;
  box-shadow: 0 16px 30px rgba(10, 54, 104, 0.08);
}

.add-funds-result-header {
  display: block !important;
  background: #f7fbff;
  border-bottom: 1px solid #e6eef8;
}

.add-funds-result-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.add-funds-result-header p {
  margin: 0.45rem 0 0;
  color: #5f7994;
  font-size: 0.88rem;
}

.add-funds-result-provider img {
  max-height: 34px;
}

.add-funds-result-detail p {
  color: #4f6c88;
}

.add-funds-result-list {
  margin-bottom: 0;
  padding-left: 1rem;
  color: #294a68;
}

.add-funds-result-list li {
  margin-bottom: 0.35rem;
  line-height: 1.45;
}

.add-funds-result-next {
  margin-top: 0.9rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid #e1ebf7;
  background: #f8fbff;
}

.add-funds-result-next h4 {
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #163e65;
}

.add-funds-result-next .add-funds-result-list {
  margin: 0;
  padding-left: 0.95rem;
}

.add-funds-result-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.add-funds-result-actions .btn {
  min-height: 42px;
  border-radius: 0.68rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .services-page-header .row,
  .tickets-page-header .row {
    row-gap: 0.75rem;
  }

  .tickets-page-header .search-area {
    margin-bottom: 0;
  }

  .services-controls-shell .card-body {
    padding: 0.82rem 0.85rem;
  }

  .services-page-header .page-title {
    margin-bottom: 0.05rem;
    font-size: 1.33rem;
  }

  .services-header-note {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .services-page-header .page-title-actions {
    margin-bottom: 0;
  }

  .services-table-desktop {
    display: none;
  }

  .services-mobile-list {
    display: grid;
    gap: 0.5rem;
    padding: 0.5rem 0.55rem 0.65rem;
    background: transparent;
  }

  .service-mobile-item {
    border: 1px solid #e3ebf5;
    border-radius: 0.82rem;
    background: #fff;
    padding: 0.65rem 0.7rem;
    box-shadow: none;
  }

  .service-mobile-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.45rem;
  }

  .service-mobile-title {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
    color: #143a60;
  }

  .service-mobile-id {
    display: inline-block;
    margin-top: 0.12rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6b839c;
  }

  .service-mobile-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.12rem;
    margin-bottom: 0.55rem;
  }

  .service-metric-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    border-bottom: 1px dashed #e6eef8;
    padding: 0.2rem 0;
    background: transparent;
  }

  .metric-label {
    font-size: 0.73rem;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    color: #6b839c;
  }

  .metric-value {
    margin-top: 0;
    font-size: 0.83rem;
    font-weight: 700;
    color: #163f66;
    line-height: 1.25;
    text-align: right;
  }

  .service-mobile-actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
  }

  .service-mobile-actions .service-view-action {
    flex: 1 1 auto;
  }

  .service-mobile-actions .btn {
    min-height: 36px;
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.45rem 0.7rem;
  }

  .service-mobile-actions .service-view-action .btn {
    background: #fff;
    border: 1px solid #dae7f7;
    color: #1d4f7e;
    width: 100%;
  }

  .service-mobile-actions .service-order-btn {
    gap: 0.35rem;
    min-width: 98px;
  }

  .services-category-card {
    border-color: #e6edf7;
    box-shadow: none;
  }

  .services-category-card .card-header {
    background: #fff;
    padding: 0.72rem 0.8rem;
    border-bottom: 1px solid #e9eff7;
  }

  .services-category-heading .card-title {
    font-size: 0.94rem;
  }

  .services-category-count {
    padding: 0.12rem 0.45rem;
    font-size: 0.68rem;
  }

  .add-funds-shell .col-md-8,
  .add-funds-manual .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .add-funds-card-header {
    padding-top: 0.9rem;
  }

  .add-funds-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .tickets-page-header .page-title {
    margin-bottom: 0;
  }

  .tickets-page-header .row {
    row-gap: 0.75rem;
  }

  .tickets-page-header [class*="col-"] {
    margin-bottom: 0;
  }

  .services-category-card .card-header,
  .tickets-pane-card .card-header,
  .tickets-pane-body,
  .add-funds-shell .card-header,
  .add-funds-shell .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-mobile-list {
    padding: 0.4rem 0.45rem 0.55rem;
  }

  .service-mobile-item {
    padding: 0.6rem 0.62rem;
  }

  .service-mobile-title {
    font-size: 0.89rem;
  }

  .service-mobile-actions .service-order-btn {
    min-width: 88px;
  }

  .tickets-page {
    row-gap: 1rem;
  }

  .tickets-pane-body {
    padding: 1rem;
  }

  .profile-page .card-header,
  .profile-page .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .profile-page .col-sm-6,
  .profile-page .col-xs-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .profile-page .btn.btn-primary,
  .add-funds-stripe .btn.btn-lg {
    width: 100%;
  }

  .add-funds-page {
    padding-bottom: 1rem;
  }

  .add-funds-shell {
    margin-top: 1rem;
  }

  .add-funds-shell .container-fluid,
  .add-funds-manual .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .add-funds-shell .tabs-list .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .add-funds-shell .tabs-list .nav-tabs li {
    flex: 0 0 auto;
  }

  .add-funds-card {
    border-radius: 0.86rem;
    box-shadow: 0 12px 24px rgba(10, 54, 104, 0.08);
  }

  .add-funds-card-header {
    padding-top: 0.78rem;
    padding-bottom: 0.6rem;
  }

  .add-funds-hero {
    margin-bottom: 0.68rem;
  }

  .add-funds-title {
    font-size: 1.08rem;
  }

  .add-funds-subtitle {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .add-funds-trust-strip {
    margin-top: 0.55rem;
    gap: 0.32rem;
  }

  .add-funds-trust-strip span {
    font-size: 0.69rem;
    padding: 0.2rem 0.45rem;
  }

  .add-funds-tabs-list .nav-tabs {
    gap: 0.4rem;
    padding-bottom: 0.3rem;
  }

  .add-funds-tabs-list .nav-tabs li > a {
    padding: 0.5rem 0.72rem;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .add-funds-tabs-help {
    margin-top: 0.42rem;
    font-size: 0.76rem;
  }

  .add-funds-card-body {
    padding-top: 0.9rem;
  }

  .add-funds-provider-form,
  .add-funds-provider-fieldset {
    border-radius: 0.78rem;
    padding: 0.82rem;
  }

  .add-funds-provider-intro img {
    max-height: 30px;
  }

  .add-funds-provider-intro p {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .add-funds-provider-badges {
    margin-top: 0.42rem;
    gap: 0.28rem;
  }

  .add-funds-provider-badges span {
    font-size: 0.68rem;
    padding: 0.18rem 0.42rem;
  }

  .add-funds-amount-input {
    min-height: 44px;
  }

  .add-funds-field-help {
    font-size: 0.73rem;
    margin-top: 0.3rem;
  }

  .add-funds-note-list {
    padding-left: 0.95rem;
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .add-funds-agree-row .custom-control-label {
    font-size: 0.73rem;
    line-height: 1.36;
  }

  .add-funds-submit-row .btn {
    width: 100%;
    min-height: 44px;
  }

  .add-funds-result-page .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .add-funds-result-card {
    border-radius: 0.86rem;
  }

  .add-funds-result-header h3 {
    font-size: 1rem;
  }

  .add-funds-result-header p {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .add-funds-result-next {
    margin-top: 0.72rem;
    padding: 0.62rem 0.68rem;
  }

  .add-funds-result-next h4 {
    font-size: 0.86rem;
  }

  .add-funds-result-actions .btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .add-funds-stripe .StripeElement {
    margin: 0;
  }

  .add-funds-stripe .form-fieldset {
    margin-top: 0.75rem;
  }
}

/* Transactions page refinement */
.transactions-page-shell .transactions-page-header {
  margin-bottom: 0.9rem;
}

.transactions-page-shell .transactions-page-note {
  margin-top: 0.4rem;
  color: #6b7f94;
  font-size: 0.9rem;
  line-height: 1.5;
}

.transactions-page-shell .transactions-page-actions .btn {
  min-height: 42px;
  border-radius: 0.72rem;
  font-weight: 700;
}

.transactions-page-shell .transactions-controls-row {
  margin-top: 0.7rem;
  row-gap: 0.65rem;
}

.transactions-page-shell .transactions-search-area .input-group {
  width: 100%;
}

.transactions-page-shell .transactions-search-area .form-control {
  min-height: 42px;
  border-radius: 0.7rem 0 0 0.7rem;
  border-color: #d8e4f3;
}

.transactions-page-shell .transactions-search-area .btn {
  border-radius: 0 0.7rem 0.7rem 0;
}

.transactions-table-shell .card {
  border: 1px solid #e2ebf6;
  box-shadow: 0 10px 22px rgba(20, 58, 96, 0.06);
}

.transactions-table-shell .card-header {
  padding: 0.86rem 1rem;
  background: #f9fcff;
  border-bottom: 1px solid #e4edf8;
}

.transactions-table-shell .table-responsive td,
.transactions-table-shell .table-responsive td a {
  max-width: none;
  word-break: normal !important;
}

.transactions-table-shell .transaction-item-desktop td {
  vertical-align: middle;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.transactions-table-shell .transaction-amount {
  color: #0f4e8d;
  font-weight: 800;
  font-size: 0.95rem;
}

.transactions-table-shell .transaction-item-mobile-row {
  display: none;
}

.transactions-table-shell .transaction-mobile-card {
  border: 1px solid #e3ebf6;
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.72rem;
}

.transactions-table-shell .transaction-mobile-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.55rem;
}

.transactions-table-shell .transaction-mobile-type {
  color: #163f66;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1.3;
}

.transactions-table-shell .transaction-mobile-amount {
  color: #0f4e8d;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.transactions-table-shell .transaction-mobile-meta {
  margin-top: 0.38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  color: #6a8097;
  font-size: 0.76rem;
  font-weight: 700;
}

.transactions-table-shell .transaction-mobile-stats {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
}

.transactions-table-shell .transaction-mobile-stat {
  border: 1px solid #e6eef9;
  border-radius: 0.62rem;
  background: #f8fbff;
  padding: 0.4rem 0.5rem;
}

.transactions-table-shell .transaction-mobile-stat .label {
  display: block;
  color: #7088a0;
  font-size: 0.68rem;
  margin-bottom: 0.1rem;
}

.transactions-table-shell .transaction-mobile-stat strong {
  color: #153f66;
  font-size: 0.82rem;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .transactions-page-shell .transactions-page-note {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .transactions-page-shell .transactions-page-actions .d-flex {
    justify-content: flex-start !important;
  }

  .transactions-page-shell .transactions-page-actions .btn {
    width: 100%;
  }

  .transactions-table-shell .table-responsive {
    overflow: visible;
  }

  .transactions-table-shell table thead,
  .transactions-table-shell .transaction-item-desktop {
    display: none;
  }

  .transactions-table-shell .transaction-item-mobile-row {
    display: table-row;
  }

  .transactions-table-shell .transaction-item-mobile-cell {
    padding: 0.3rem 0.45rem;
    border-top: 1px solid #edf3fb;
    background: #fbfdff;
  }
}

@media (max-width: 767.98px) {
  .transactions-page-shell .transactions-controls-row {
    margin-top: 0.55rem;
  }

  .transactions-table-shell .card {
    box-shadow: none;
  }

  .transactions-table-shell .card-header {
    padding: 0.72rem 0.82rem;
  }

  .transactions-table-shell .transaction-item-mobile-cell {
    padding: 0.28rem 0.38rem;
  }

  .transactions-table-shell .transaction-mobile-card {
    padding: 0.62rem;
  }
}

/* Orders page refinement */
.orders-page-shell .orders-page-header {
  margin-bottom: 0.95rem;
}

.orders-page-shell .orders-page-note {
  margin-top: 0.4rem;
  color: #6b7f94;
  font-size: 0.9rem;
  line-height: 1.5;
}

.orders-page-shell .orders-add-btn {
  min-height: 42px;
  border-radius: 0.72rem;
  font-weight: 700;
}

.orders-page-shell .orders-controls-row {
  margin-top: 0.7rem;
  row-gap: 0.7rem;
}

.orders-page-shell .orders-filter-group .order_btn_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.orders-page-shell .orders-filter-group .order_btn_group .list-inline-item {
  margin: 0;
}

.orders-page-shell .orders-filter-group .order_btn_group .btn {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #d8e4f3;
  background: #fff;
  color: #224a71;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.orders-page-shell .orders-filter-group .order_btn_group .btn.btn-primary {
  background: linear-gradient(135deg, #1f6fbf 0%, #2c86d8 100%);
  border-color: #1f6fbf;
  color: #fff;
}

.orders-page-shell .orders-search-area .input-group {
  width: 100%;
}

.orders-page-shell .orders-search-area .form-control {
  min-height: 42px;
  border-radius: 0.7rem 0 0 0.7rem;
  border-color: #d8e4f3;
}

.orders-page-shell .orders-search-area .btn {
  border-radius: 0 0.7rem 0.7rem 0;
}

.orders-table-shell .card {
  border: 1px solid #e2ebf6;
  box-shadow: 0 10px 22px rgba(20, 58, 96, 0.06);
}

.orders-table-shell .card-header {
  padding: 0.86rem 1rem;
  background: #f9fcff;
  border-bottom: 1px solid #e4edf8;
}

.orders-table-shell .table-responsive td,
.orders-table-shell .table-responsive td a {
  max-width: none;
}

.orders-table-shell .order-item-desktop td {
  vertical-align: top;
  padding-top: 0.78rem;
  padding-bottom: 0.78rem;
}

.orders-table-shell .order-col-details .title h6 {
  margin: 0 0 0.25rem;
  color: #143a60;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.orders-table-shell .order-col-details .title ul {
  margin: 0;
  padding-left: 1rem;
}

.orders-table-shell .order-col-details .title ul li {
  color: #4f6b86;
  line-height: 1.45;
}

.orders-table-shell .order-col-details .title .link-word-break {
  color: #1b5a8f;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.orders-table-shell .order-item-mobile-row {
  display: none;
}

.orders-table-shell .order-mobile-card {
  border: 1px solid #e3ebf6;
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.72rem;
}

.orders-table-shell .order-mobile-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6rem;
}

.orders-table-shell .order-mobile-title {
  margin: 0;
  color: #143a60;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.orders-table-shell .order-mobile-meta {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  color: #6a8097;
  font-size: 0.76rem;
  font-weight: 700;
}

.orders-table-shell .order-mobile-stats {
  margin-top: 0.52rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.orders-table-shell .order-mobile-stat {
  border: 1px solid #e6eef9;
  border-radius: 0.62rem;
  background: #f8fbff;
  padding: 0.42rem 0.5rem;
}

.orders-table-shell .order-mobile-stat .label {
  display: block;
  color: #7088a0;
  font-size: 0.68rem;
  margin-bottom: 0.1rem;
}

.orders-table-shell .order-mobile-stat strong {
  color: #153f66;
  font-size: 0.82rem;
  line-height: 1.2;
}

.orders-table-shell .order-mobile-link-wrap {
  margin-top: 0.5rem;
}

.orders-table-shell .order-mobile-link-wrap .label {
  display: block;
  margin-bottom: 0.15rem;
  color: #7088a0;
  font-size: 0.68rem;
}

.orders-table-shell .order-mobile-link,
.orders-table-shell .order-mobile-link-text {
  display: block;
  color: #1b5a8f;
  font-size: 0.8rem;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.orders-table-shell .order-mobile-actions {
  margin-top: 0.62rem;
}

.orders-table-shell .order-mobile-actions .btn {
  min-height: 36px;
  border-radius: 0.62rem;
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .orders-page-shell .orders-page-header {
    margin-bottom: 0.82rem;
  }

  .orders-page-shell .orders-page-note {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .orders-page-shell .orders-page-actions .d-flex {
    justify-content: flex-start !important;
  }

  .orders-page-shell .orders-add-btn {
    width: 100%;
  }

  .orders-page-shell .orders-filter-group .order_btn_group {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .orders-page-shell .orders-filter-group .order_btn_group .btn {
    white-space: nowrap;
  }

  .orders-table-shell .table-responsive {
    overflow: visible;
  }

  .orders-table-shell table thead,
  .orders-table-shell .order-item-desktop {
    display: none;
  }

  .orders-table-shell .order-item-mobile-row {
    display: table-row;
  }

  .orders-table-shell .order-item-mobile-cell {
    padding: 0.3rem 0.45rem;
    border-top: 1px solid #edf3fb;
    background: #fbfdff;
  }
}

@media (max-width: 767.98px) {
  .orders-page-shell .orders-controls-row {
    margin-top: 0.55rem;
    row-gap: 0.55rem;
  }

  .orders-page-shell .orders-filter-group .order_btn_group .btn {
    padding: 0.35rem 0.68rem;
    font-size: 0.77rem;
  }

  .orders-table-shell .card {
    box-shadow: none;
  }

  .orders-table-shell .card-header {
    padding: 0.72rem 0.82rem;
  }

  .orders-table-shell .order-item-mobile-cell {
    padding: 0.28rem 0.38rem;
  }

  .orders-table-shell .order-mobile-card {
    padding: 0.62rem;
  }

  .orders-table-shell .order-mobile-title {
    font-size: 0.88rem;
  }

  .orders-table-shell .order-mobile-stats {
    gap: 0.38rem;
  }
}


@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: rotate(1800deg);
  }
}


/*tabs-list*/
.order-add .card,
.order-add .card-header {
  padding: 0px;

}

.order-add form .form-group {
  margin-bottom: 5px;
}

.order-add label {
  margin-bottom: 2px;
}

.order-add form .form-actions {
  margin-top: 0px;
}

.tabs-list .nav-tabs {
  height: auto;
  border-bottom: 1px solid transparent;
}

.tabs-list .nav-tabs li>a {
  color: #000;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 15px 0px 0 15px;
  border: none;
  text-decoration: none;
}

.tabs-list .nav-tabs li>a.active,
.tabs-list .nav-tabs li>a:hover {
  color: #fff;
  background: #02184c;
}

.tabs-list .tab-content {
  border-top: 2px solid #E6E9ED;
}


.mass_order_error .table {
  table-layout: fixed;
}

.mass_order_error .table tr td:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

/*data-empty*/
.data-empty {
  position: relative;
  height: 100vh;
}

.data-empty .content {
  padding-top: 150px;
}

.data-empty .content .title {
  color: #9b9b9b;
  padding-top: 10px;
}

/*tickets*/
.ticket-lists .item {
  padding: 10px 0px;
  border-bottom: 1px solid #e6e9ed;
}

.ticket-lists .item .content {}

.ticket-lists .item .content .subject {
  font-size: 16px !important;
  color: black;
}

.ticket-lists .item .content .email,
.ticket-lists .item .content .time {
  color: #9da2a7;
}

.ticket-lists .item .subject {
  max-width: 550px;
  word-break: break-all;
  white-space: normal;
}

.ticket-lists .item .avatar-md {
  width: 40px;
}

.ticket-lists .item .avatar {
  position: relative;
  width: 40px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
  display: inline-block;
}

.ticket-lists .item .avatar-md span.text-circle {
  width: 40px;
  height: 40px;
}

.ticket-lists .item .avatar span.text-circle {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  background: #2DCEE3;
  display: table-cell;
}

.ticket-lists .item .avatar span.text-circle.closed {
  color: #fff;
  background: #9da2a7;
}

.ticket-lists .item .avatar span.text-circle.pending {
  color: #fff;
  background: #2dcee3;
}

.rounded-circle {
  border-radius: 50% !important;
}

.ticket-lists .item:hover {
  background: #eceff1;
}

.ticket-lists .item {
  position: relative;
}

.ticket-lists .item .action {
  position: absolute;
  top: 0px;
  right: 0px;
}


/*ticket-contents*/
#frame .content {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
}

@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}

#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  margin: 15px 15px 15px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}

#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}

#frame .content .messages ul li.sent img {
  margin: 0px 8px 0 0;
}

#frame .content .messages ul li.sent .msg-content {
  background: #f0f2f7;
}

#frame .content .messages ul li.replies img {
  float: right;
  margin: 0px 0 0 8px;
}

#frame .content .messages ul li.replies .message {
  float: right;
}

#frame .content .messages ul li.replies .msg-content {
  color: #fff;
  background: -moz-linear-gradient(135deg, rgb(255, 78, 111), rgb(251, 145, 104));
  background: -o-linear-gradient(135deg, rgb(255, 78, 111), rgb(251, 145, 104));
  background: linear-gradient(135deg, rgb(255, 78, 111), rgb(251, 145, 104));
}

#frame .content .messages ul li.sent .message .msg-footer {
  position: absolute;
  left: 90px;
}

#frame .content .messages ul li.replies .message .msg-footer {
  position: absolute;
  right: 70px;
}

#frame .content .messages ul li img {
  width: 50px;
  border-radius: 50%;
  float: left;
}

#frame .content .messages ul li .msg-content {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 255px;
  min-width: 255px;
  line-height: 130%;
}

@media screen and (min-width: 735px) {
  #frame .content .messages ul li .msg-content {
    max-width: 390px;
    min-width: 390px;
  }
}


.ticket-contents .item {
  padding: 10px 0px;
  border-bottom: 1px solid #e6e9ed;
}

.ticket-contents .item .content {
  line-height: 15px;
  display: table-cell;
  vertical-align: top;
}

.ticket-contents .item .avatar-md {
  width: 40px;
}

.ticket-contents .item .avatar {
  position: relative;
  width: 40px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
  display: inline-block;
}

.ticket-contents .item .avatar-md span.text-circle {
  width: 40px;
  height: 40px;
}

.ticket-contents .item .avatar span.text-circle {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  background: #2DCEE3;
  display: table-cell;
}

.ticket-contents .item .avatar span.text-circle.admin {
  background: #ff6f61;
}

.ticket-contents .item .content .username {
  font-size: 15px;
  color: black;
  display: inline-block;
}

.ticket-contents .item .content .username .time {
  font-size: 11px;
  color: #adadad;
}

.ticket-contents .item .content .message {
  font-size: 14px;
  color: #565d67;
}

@media (max-width: 720px) {
  .ticket-lists .item .subject {
    max-width: 160px;
    white-space: normal;
  }
}

/* Tickets page refinement */
.tickets-index-header .tickets-page-note {
  margin: 0.4rem 0 0;
  color: #6b7f94;
  font-size: 0.9rem;
  line-height: 1.5;
}

.tickets-index-shell .tickets-card-header {
  background: #f9fcff;
  border-bottom: 1px solid #e5edf8;
}

.tickets-index-shell .tickets-create-card,
.tickets-index-shell .tickets-list-card,
.ticket-view-meta-card,
.ticket-thread-card,
.tickets-modal-content {
  border: 1px solid #e2ebf6;
  box-shadow: 0 12px 24px rgba(20, 58, 96, 0.06);
}

.tickets-index-shell .tickets-create-note,
.tickets-modal-note {
  margin-bottom: 0.9rem;
  color: #607a94;
  font-size: 0.84rem;
  line-height: 1.5;
}

.tickets-index-shell .tickets-search-input {
  min-height: 42px;
  border-radius: 0.72rem 0 0 0.72rem;
  border-color: #d8e4f3;
}

.tickets-index-shell .search-area .btn-search {
  border-radius: 0 0.72rem 0.72rem 0;
}

.tickets-index-shell .tickets-list .item {
  padding: 12px 4px 12px 0;
  border-bottom: 1px solid #e9eff7;
}

.tickets-index-shell .tickets-list .item:last-child {
  border-bottom: 0;
}

.tickets-index-shell .tickets-list .item .subject {
  max-width: none;
  color: #173f66;
  font-weight: 700;
  line-height: 1.4;
}

.tickets-index-shell .tickets-list .item .time small {
  color: #6c8299;
}

.tickets-index-shell .tickets-list .item .action .btn {
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  min-width: 84px;
}

.ticket-view-header {
  background: #f9fcff;
  border-bottom: 1px solid #e5edf8;
}

.ticket-view-meta-body .table td {
  border-top: 1px solid #edf3fb;
  color: #3f5f7f;
  vertical-align: middle;
}

.ticket-view-meta-body .table td:first-child {
  width: 42%;
  color: #6a8097;
  font-weight: 700;
}

.ticket-thread-card .ticket-title {
  color: #163f66;
  font-weight: 800;
  line-height: 1.35;
}

.ticket-reply-form {
  padding-bottom: 0.25rem;
}

.ticket-reply-form .form-control {
  min-height: 120px;
  border: 1px solid #dbe7f5;
  border-radius: 0.78rem;
}

.ticket-thread-divider {
  border-color: #e7eef8;
  margin-top: 0.8rem;
  margin-bottom: 0.75rem;
}

.ticket-thread-frame .messages ul li .msg-content {
  max-width: 100%;
  min-width: 0;
  border: 1px solid #e6edf7;
  border-radius: 0.78rem;
}

.ticket-thread-frame .messages ul li.sent .msg-content {
  color: #274866;
  background: #f5f9ff;
}

.ticket-thread-frame .messages ul li.replies .msg-content {
  border-color: rgba(20, 77, 143, 0.16);
}

.tickets-modal-header {
  background: #f7fbff !important;
  border-bottom: 1px solid #e5edf8;
}

.tickets-modal-header .modal-title {
  color: #163f66;
  font-weight: 800;
}

.tickets-modal-body {
  background: #fff;
}

.tickets-modal-footer {
  border-top: 1px solid #e8eef8;
}

@media (max-width: 991.98px) {
  .tickets-index-header .tickets-page-note {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .tickets-index-shell .tickets-create-card,
  .tickets-index-shell .tickets-list-card {
    box-shadow: 0 10px 20px rgba(20, 58, 96, 0.05);
  }

  .ticket-view-meta-card,
  .ticket-thread-card {
    margin-bottom: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .tickets-index-header .page-title {
    align-items: center;
    line-height: 1.2;
  }

  .tickets-index-shell .search-area {
    margin-top: 0.35rem;
  }

  .tickets-index-shell .tickets-list .item {
    padding: 11px 0 11px 0;
  }

  .tickets-index-shell .tickets-list .item a {
    align-items: flex-start;
  }

  .tickets-index-shell .tickets-list .item .subject {
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .tickets-index-shell .tickets-list .item .action {
    position: static;
    margin-top: 0.55rem;
    padding-left: 44px;
  }

  .ticket-view-meta-body,
  .ticket-thread-card .card-body {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  .ticket-view-meta-body .table td {
    font-size: 0.84rem;
    line-height: 1.4;
    padding: 0.52rem 0.2rem;
  }

  .ticket-reply-form .btn {
    width: 100%;
  }

  .ticket-thread-frame .messages ul li {
    margin: 10px 10px 10px 10px;
    width: calc(100% - 20px);
  }

  .ticket-thread-frame .messages ul li img {
    width: 40px;
  }

  .tickets-modal-body {
    padding: 0.9rem;
  }

  .tickets-modal-footer .btn {
    min-width: 0;
    width: 100%;
    margin-right: 0 !important;
  }
}

/*btn*/

.btn-sm {
  padding: 3px 6px !important;
  font-size: .875rem !important;
  line-height: 1 !important;
  border-radius: .21rem !important;
}

.round {
  border-radius: 1.5rem !important;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.dropdown-menu {
  padding: 0px !important;
  min-width: 150px;
}

.btn-min-width {
  min-width: 8.5rem;
}


/*SETTING PAGE*/

.settings .sidebar {
  height: calc(100vh - 150px);
}

.settings .content {
  min-height: calc(100vh - 150px);
}

.settings .sidebar .item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.settings .sidebar .item li>a {
  color: #a8a8b1;
  padding-left: 10px;
}

.settings .sidebar .item li.active>a,
.settings .sidebar .item li:hover>a {
  color: #ff6f61;
  font-weight: 600;
}



.settings input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  max-width: 40px;
  height: auto;
}


/*statistics*/
.statistics .item .stamp-md {
  min-width: 3.5rem ! important;
  height: 3.5rem !important;
  line-height: 3.5rem !important;
}

.statistics .item .number {
  font-size: 30px;
  font-weight: 500;
}

.statistics .item .stamp {
  color: #6b6b6b;
  font-size: 30px;
  background: #fff;
}

.statistics .chart-border {
  border: 1 solid #333 !important;
}

.statistics .charts .card-header {
  border-bottom: none;
}

.statistics .charts .card {
  padding: 10px;
  border-radius: calc(0.75rem - 1px);
}


.c3-line {
  stroke-width: 2px;
}

.bg-success-gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%) !important;
}

.bg-danger-gradient {
  background-image: linear-gradient(to right, #fa709a 0%, #fe8f40 100%) !important;
}

.bg-warning-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%) !important;
}

.bg-info-gradient {
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%) !important;
}

.bg-inverse-gradient {
  background-image: linear-gradient(to right, #434343 0%, black 100%) !important;
}

.order_resume .service-name {
  font-weight: 600!important;
}

/*header skin menu*/
.header.top {
  padding-bottom: 0px;
  padding-top: 0px;
}

.header.top .header-top-row {
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.header.top .header-top-inner {
  align-items: center;
  gap: 18px;
}

.header.top .header-top-inner > a {
  margin-right: 6px;
}

.header.top .search-box {
  margin-left: auto;
}

.header-nav-inline {
  display: none !important;
}

.header-menu-secondary {
  display: block;
}

.header .nav-tabs {
  gap: 6px;
}

.header .nav-tabs .nav-link {
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  background: transparent;
  transition: all .2s ease;
}

.header .nav-tabs .nav-link i {
  margin-right: 6px;
  color: inherit;
}

.header .nav-tabs .nav-link:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

.header .nav-tabs .nav-link.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(2, 24, 76, 0.18);
}

.header.top {
  position: relative;
  z-index: 50;
}

.header-menu-secondary {
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(2, 24, 76, 0.08);
  position: relative;
  z-index: 40;
  margin-top: 6px;
  overflow: visible;
}

.header-menu-secondary .nav-tabs {
  gap: 8px;
  padding: 8px 0;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: visible;
  position: relative;
}

.header-menu-secondary .nav-tabs .nav-link {
  color: #143a60;
  font-weight: 700;
  border-radius: 999px;
  padding: 9px 12px;
  white-space: nowrap;
}

.header-menu-secondary .nav-tabs .nav-link:hover,
.header-menu-secondary .nav-tabs .nav-link.active {
  background: rgba(15, 79, 141, 0.12);
  border-color: rgba(15, 79, 141, 0.22);
  color: #0f4e8d;
}

.header-menu-secondary .dropdown-menu {
  margin-top: 8px;
  border-radius: 14px;
  padding: 8px 0 !important;
  border: 1px solid rgba(15, 79, 141, 0.18);
  box-shadow: 0 18px 32px rgba(8, 35, 72, 0.18);
  min-width: 200px;
  z-index: 1060;
  top: 100%;
  left: 0;
}

.header-menu-secondary .nav-item.dropdown {
  position: relative;
}

@media (max-width: 991.98px) {
  .header.top .header-top-row {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header.top .header-top-inner {
    gap: 10px;
  }

  .header .header-toggler {
    margin-left: auto !important;
    border: 0;
    background: transparent;
    padding: 6px;
    line-height: 1;
    cursor: pointer;
  }

  .header-menu-secondary {
    margin-top: 0;
    border-top: 1px solid rgba(20, 58, 96, 0.12);
  }

  .header.header-menu-secondary.collapse:not(.show) {
    display: none !important;
    height: 0 !important;
    overflow: hidden;
  }

  .header.header-menu-secondary.collapse.show,
  .header.header-menu-secondary.collapsing {
    display: block !important;
    height: auto;
  }

  .header-menu-secondary .nav-tabs {
    gap: 4px;
    padding: 8px 0 12px;
    overflow-x: visible;
    overflow-y: visible;
    white-space: normal;
  }

  .header-menu-secondary .nav-tabs .nav-item {
    width: 100%;
  }

  .header-menu-secondary .nav-tabs .nav-link {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.2;
  }

  .header-menu-secondary .nav-item.dropdown .dropdown-menu {
    position: static;
    float: none;
    top: auto;
    left: auto;
    margin: 6px 0 0 10px;
    width: calc(100% - 10px);
    min-width: 0;
    border-radius: 10px;
    box-shadow: none;
  }

  .header-menu-secondary .dropdown-menu .dropdown-item {
    padding: 9px 12px;
    font-size: 14px;
  }
}

.header-menu-secondary .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  font-weight: 600;
  color: #143a60;
}

.header-menu-secondary .dropdown-menu .dropdown-item:hover {
  background: rgba(78, 168, 238, 0.12);
  color: #0f4e8d;
}

.header-menu-secondary .nav-tabs .nav-link i,
.header-menu-secondary .nav-tabs .nav-link .icon,
.header-menu-secondary .nav-tabs .nav-link .fe,
.header-menu-secondary .nav-tabs .nav-link .fa,
.header-menu-secondary .nav-tabs .nav-link .material-icons {
  display: none !important;
}


.btn-primary {
  border-radius: 10px;
}

.search-area .btn-primary {
  border-radius: 0px;
}

.theme-default .header.top {
  background: linear-gradient(135deg, #0f4e8d 0%, #2f7cc7 45%, #ff8c1a 100%);
  box-shadow: 0 18px 34px rgba(6, 34, 68, 0.28);
}

.theme-default .nav-tabs .nav-link.active,
.theme-default .nav-tabs .nav-link:hover {
  border-color: #02184c;
  color: #02184c;
}

.theme-default .btn-primary {
  background: #02184c;
  color: #fff;
  border: 1px solid #02184c;
}

.theme-default .custom-switch-input:checked~.custom-switch-indicator {
  background: #02184c;
}

.theme-default .text-primary {
  color: #02184c !important;
}

.theme-default .dropdown-item:active,
.theme-default .dropdown-item:hover {
  color: #fff;
  background-color: #02184c;
  border-color: #dee2e6 #02184c transparent;
}


/* .theme-purple */
.theme-purple .header.top,
.theme-purple .btn-primary,
.theme-purple .tabs-list .nav-tabs li>a.active,
.theme-purple .tabs-list .nav-tabs li>a:hover,
.theme-purple .page-item.active .page-link {
  background: #4b38b3;
}

.theme-purple .page-item.active .page-link,
.theme-purple .btn-primary {
  border-color: #4b38b3 !important;
}

.theme-purple .text-primary {
  color: #4b38b3 !important;
}

.theme-purple .nav-tabs .nav-link.active,
.theme-purple .nav-tabs .nav-link:hover {
  border-color: #4b38b3;
  color: #4b38b3;
}

.theme-purple .custom-switch-input:checked~.custom-switch-indicator {
  background: #4b38b3;
}

.theme-purple .page-title .border-line {
  background: #4b38b3; }

/* .theme-light-blue */
.theme-light-blue .header.top,
.theme-light-blue .btn-primary,
.theme-light-blue .tabs-list .nav-tabs li>a.active,
.theme-light-blue .tabs-list .nav-tabs li>a:hover,
.theme-light-blue .page-item.active .page-link {
  background: #03A9F4 !important;
  background: -webkit-linear-gradient(to right, #03A9F4, #6dd5ed);
  background: linear-gradient(to right, #03A9F4, #6dd5ed);
}

.theme-light-blue .page-item.active .page-link,
.theme-light-blue .btn-primary {
  border-color: #03A9F4 !important;
}

.theme-light-blue .text-primary {
  color: #03A9F4 !important;
}

.theme-light-blue .custom-switch-input:checked~.custom-switch-indicator {
  background: #03A9F4;
}

.theme-light-blue .page-title .border-line {
  background: #03A9F4; }

/* .theme-dimigo */
.theme-dimigo .header.top,
.theme-dimigo .btn-primary,
.theme-dimigo .tabs-list .nav-tabs li>a.active,
.theme-dimigo .tabs-list .nav-tabs li>a:hover,
.theme-dimigo .page-item.active .page-link {
  background: #ec008c !important;
  background: -webkit-linear-gradient(to right, #ec008c, #fc6767);
  background: linear-gradient(to right, #ec008c, #fc6767);
}

.theme-dimigo .page-item.active .page-link,
.theme-dimigo .btn-primary {
  border-color: #ec008c !important;
}

.theme-dimigo .text-primary {
  color: #ec008c !important;
}

/* theme-bluelagoo */
.theme-bluelagoo .header.top,
.theme-bluelagoo .btn-primary,
.theme-bluelagoo .tabs-list .nav-tabs li>a.active,
.theme-bluelagoo .tabs-list .nav-tabs li>a:hover,
.theme-bluelagoo .page-item.active .page-link {
  background: #0052d4 !important;
  background: -webkit-linear-gradient(to right, #0052d4, #4364f7, #6fb1fc);
  background: linear-gradient(to right, #0052d4, #4364f7, #6fb1fc);
}

.theme-bluelagoo .page-item.active .page-link,
.theme-bluelagoo .btn-primary {
  border-color: #0052d4 !important;
}

.theme-bluelagoo .text-primary {
  color: #0052d4 !important;
}

.theme-bluelagoo .custom-switch-input:checked~.custom-switch-indicator {
  background: #0052d4;
}

.theme-bluelagoo .page-title .border-line {
  background: #0052d4;}

/* theme-twitch */
.theme-twitch .header.top,
.theme-twitch .btn-primary,
.theme-twitch .tabs-list .nav-tabs li>a.active,
.theme-twitch .tabs-list .nav-tabs li>a:hover,
.theme-twitch .page-item.active .page-link {
  background: #6441a5 !important;
  background: -webkit-linear-gradient(to right, #6441a5, #2a0845);
  background: linear-gradient(to right, #6441a5, #2a0845);
}

.theme-twitch .page-item.active .page-link,
.theme-twitch .btn-primary {
  border-color: #6441a5 !important;
}

.theme-twitch .text-primary {
  color: #6441a5 !important;
}

/* theme-royal */
.theme-royal .header.top,
.theme-royal .btn-primary,
.theme-royal .tabs-list .nav-tabs li>a.active,
.theme-royal .tabs-list .nav-tabs li>a:hover,
.theme-royal .page-item.active .page-link {
  background: #141e30 !important;
  background: -webkit-linear-gradient(to right, #141e30, #243b55);
  background: linear-gradient(to right, #141e30, #243b55);
}

.theme-royal .page-item.active .page-link,
.theme-royal .btn-primary {
  border-color: #141e30 !important;
}

.theme-royal .text-primary {
  color: #141e30 !important;
}

/* theme-cosmic-fusion */
.theme-cosmic-fusion .header.top,
.theme-cosmic-fusion .btn-primary,
.theme-cosmic-fusion .tabs-list .nav-tabs li>a.active,
.theme-cosmic-fusion .tabs-list .nav-tabs li>a:hover,
.theme-cosmic-fusion .page-item.active .page-link {
  background: #ff00cc !important;
  background: -webkit-linear-gradient(to right, #ff00cc, #333399);
  background: linear-gradient(to right, #ff00cc, #333399);
}

.theme-cosmic-fusion .page-item.active .page-link,
.theme-cosmic-fusion .btn-primary {
  border-color: #ff00cc !important;
}

.theme-cosmic-fusion .text-primary {
  color: #ff00cc !important;
}

.theme-cosmic-fusion .custom-switch-input:checked~.custom-switch-indicator {
  background: #ff00cc;
}

.theme-cosmic-fusion .page-title .border-line {
  background: #ff00cc;}

/* theme-lawrencium */
.theme-lawrencium .header.top,
.theme-lawrencium .btn-primary,
.theme-lawrencium .tabs-list .nav-tabs li>a.active,
.theme-lawrencium .tabs-list .nav-tabs li>a:hover,
.theme-lawrencium .page-item.active .page-link {
  background: #0f0c29 !important;
  background: -webkit-linear-gradient(to right, #0f0c29, #302b63, #24243e);
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
}

.theme-lawrencium .page-item.active .page-link,
.theme-lawrencium .btn-primary {
  border-color: #0f0c29 !important;
}

.theme-lawrencium .text-primary {
  color: #0f0c29 !important;
}

/* theme-cool-sky */
.theme-cool-sky .header.top,
.theme-cool-sky .btn-primary,
.theme-cool-sky .tabs-list .nav-tabs li>a.active,
.theme-cool-sky .tabs-list .nav-tabs li>a:hover,
.theme-cool-sky .page-item.active .page-link {
  background: #2980b9 !important;
  background: -webkit-linear-gradient(to right, #2980b9, #6dd5fa, #a1dff7);
  background: linear-gradient(to right, #2980b9, #6dd5fa, #a1dff7);
}

.theme-cool-sky .page-item.active .page-link,
.theme-cool-sky .btn-primary {
  border-color: #2980b9 !important;
}

.theme-cool-sky .text-primary {
  color: #2980b9 !important;
}


/* light-blue */


.theme-light-blue .nav-tabs .nav-link.active,
.theme-light-blue .nav-tabs .nav-link:hover {
  border-color: #03A9F4;
  color: #03A9F4;
}

.theme-dimigo .nav-tabs .nav-link.active,
.theme-dimigo .nav-tabs .nav-link:hover {
  border-color: #ec008c;
  color: #ec008c;
}

.theme-bluelagoo .nav-tabs .nav-link.active,
.theme-bluelagoo .nav-tabs .nav-link:hover {
  border-color: #0052d4;
  color: #0052d4;
}

.theme-twitch .nav-tabs .nav-link.active,
.theme-twitch .nav-tabs .nav-link:hover {
  border-color: #6441a5;
  color: #6441a5;
}

.theme-royal .nav-tabs .nav-link.active,
.theme-royal .nav-tabs .nav-link:hover {
  border-color: #141e30;
  color: #141e30;
}

.theme-cosmic-fusion .nav-tabs .nav-link.active,
.theme-cosmic-fusion .nav-tabs .nav-link:hover {
  border-color: #ff00cc;
  color: #ff00cc;
}

.theme-lawrencium .nav-tabs .nav-link.active,
.theme-lawrencium .nav-tabs .nav-link:hover {
  border-color: #0f0c29;
  color: #0f0c29;
}

.theme-cool-sky .nav-tabs .nav-link.active,
.theme-cool-sky .nav-tabs .nav-link:hover {
  border-color: #2980b9;
  color: #2980b9;
}



/*End*/

.table th,
.text-wrap table th {
  text-transform: capitalize !important;
  font-size: 0.75rem !important;
}

/*pagination*/
.pagination>li>a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.news-annoucement .table td>ul {
  padding-left: 10px;
}

.modules-lists .module-item .product-price {
  font-size: 22px;
  font-weight: 600;
  color: ;
}

.modules-lists .module-item .product-name {
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 992px) {
  .modules-lists .module-item .product-name {
    max-width: 230px;
  }
}

.card-options a:not(.btn) {
  margin-left: 0px;
}

.card-options a:not(.btn):hover {
  text-decoration: none;
}

/*auth-login-form*/
.login-bg-image {
  height: 100vh;
  background: url(../images/bg-01.jpg) center center/cover;
  filter: blur(6px);
  -webkit-filter: blur(6px);
}

.auth-login-form {
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/opacity/see-through */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  position: fixed;
}

.auth-login-form .auth-form {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Menu center*/
@media (max-width: 720px) {
  .order_resume {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
  }
}

/* link format */
a.link-word-break {
  white-space: normal !important;
  word-break: break-all;
}

.form-control.ajaxSearchService .selectize-input {
  border-radius: 10px !important;
  border: 1px solid #e0e5ec !important;
}

body tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}

.btn-spinner-border.loading {
  position: relative;
  color: transparent !important;
  /* Ẩn text */
  pointer-events: none;
}

.btn-spinner-border.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  border: 2px solid rgb(207 163 163 / 40%);
  border-right-color: #fff;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}


.order_resume {
  border: 1px solid #f6f6f6 !important;
  background: #f6f6f6 !important;
}


/* theme-dark-ocean */
body.theme-dark-ocean,
.theme-dark-ocean .header
{
  background-color: rgb(8, 16, 40) !important;
  color: #ced4da!important;
}

.theme-dark-ocean .nav-tabs .nav-link, .theme-dark-ocean h1, .theme-dark-ocean h2, .theme-dark-ocean h3, .theme-dark-ocean h4, .theme-dark-ocean h5, .theme-dark-ocean h6, .theme-dark-ocean .h1, .theme-dark-ocean .h2, .theme-dark-ocean .theme-dark-ocean .theme-dark-ocean .h3, .theme-dark-ocean .theme-dark-ocean .h4, .theme-dark-ocean .h5, .theme-dark-ocean .h6,
.theme-dark-ocean .header {
  color: #ced4da!important;
}

.theme-dark-ocean .nav-tabs .nav-link.active,
.theme-dark-ocean .nav-tabs .nav-link:hover {
  border-color: #4b38b3;
}

.theme-dark-ocean label {
  color: #8b8b8b;
}

.theme-dark-ocean .form-control { 
  color: inherit;
}

.theme-dark-ocean .modal-content,
.theme-dark-ocean .order_resume,
.theme-dark-ocean .order_resume .service-details,
.theme-dark-ocean .card {
  background: rgb(11, 23, 57)!important;
  border: 1px solid rgb(11, 23, 57)!important;
}

.theme-dark-ocean .order_resume .service-details {
  border: 1px solid #333!important;
}


.theme-dark-ocean .form-control { 
  background: rgb(11, 23, 57);
  border: 1px solid #333 !important;
}

.theme-dark-ocean .btn-primary,
.theme-dark-ocean .tabs-list .nav-tabs li>a,
.theme-dark-ocean .tabs-list .nav-tabs li>a.active,
.theme-dark-ocean .tabs-list .nav-tabs li>a:hover,
.theme-dark-ocean .page-item.active .page-link {
  color: #fff;
}

.theme-dark-ocean .btn-primary,
.theme-dark-ocean .tabs-list .nav-tabs li>a.active,
.theme-dark-ocean .tabs-list .nav-tabs li>a:hover {
  background-color: #4b38b3;
}

.theme-dark-ocean .page-item.active .page-link,
.theme-dark-ocean .btn-primary {
  border-color: #373b44 !important;
}

.theme-dark-ocean .text-primary {
  color: #373b44 !important;
}

.theme-dark-ocean .btn-secondary {
  color: inherit;
  background-color: inherit;
  border-color: #333 ;
}

.theme-dark-ocean .btn-secondary:hover {
  color: #4b38b3;
  border-color: #4b38b3 ;
}

body.theme-dark-ocean tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.19);
}

.theme-dark-ocean .footer  {
  background-color: rgba(0, 0, 0, 0.19);
}

.theme-dark-ocean .favorite-icon.fa-heart  {
  color: red;
}
