body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(180deg, #000000 0%, #161616 100%);
  min-height: 100vh;
}

img {
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  width: fit-content;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}

/* .select2-selection{
background-color: #f5f6fa!important;
    border: none !important;
    border-radius: 20px !important;
    height: 40px !important;
}
.select2-selection__rendered{
    line-height: 40px !important;
}

.select2-selection__arrow{
    height: 38px !important;
    right: 3px !important;
} */
/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  border-radius: 100%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222121;
}

::-webkit-scrollbar-thumb {
  background: #2D2D2D;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1406px;
  }
}
.navbar {
  padding: 25px 0;
}
.navbar .navbar-nav {
  border: 1px solid #353535;
  border-radius: 40px;
  padding: 4px;
}
.navbar .nav-item .nav-link {
  color: #CBCBCC;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 46px;
}
.navbar .nav-item .nav-link.active {
  background: linear-gradient(16.26deg, #173CFF 19.46%, #3139C0 55.44%);
  box-shadow: 0px 2px 30px 0px rgba(23, 60, 255, 0.8);
  color: white;
}
.navbar .nav-item .dropdown-toggle::after {
  display: none;
}
.navbar .nav-item .dropdown-toggle .dropdown-arrow {
  width: 21px;
  height: 20px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.navbar .nav-item .dropdown-toggle .dropdown-arrow path {
  fill: white;
}
.navbar .nav-item .dropdown-toggle[aria-expanded=true] .dropdown-arrow {
  transform: rotate(180deg);
}

.dashboard-profile.show .dropdown-arrow {
  transform: rotate(180deg);
}
.dashboard-profile .dropdown-arrow {
  transition: transform 0.3s ease;
}
.dashboard-profile .dropdown-toggle {
  display: flex;
  gap: 8px;
}
.dashboard-profile .dropdown-toggle::after {
  display: none;
}
.dashboard-profile .profile-picture {
  width: 46px;
  height: 46px;
  border-radius: 100%;
}
.dashboard-profile .profile-info {
  gap: 8px;
}
.dashboard-profile .profile-info .profile-name {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dashboard-profile .profile-info .profile-location {
  margin-top: 4px;
  font-size: 14px;
  color: #A5A5A6;
  display: flex;
  align-items: center;
  gap: 4px;
}

.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-heading .page-title {
  font-family: "Akira Expanded";
  font-size: 24px;
  color: white;
}
.page-heading .page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 16px;
  color: #CBCBCC;
  font-size: 16px;
  font-weight: 500;
}
.page-heading .page-breadcrumb a {
  color: #CBCBCC;
}
.page-heading .page-action {
  display: flex;
  align-items: center;
  gap: 8px;
}

.divider {
  width: 100%;
  height: 1px;
  background: #2D2D2E;
}

.btn.btn-primary {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  color: #fff;
  background: linear-gradient(16.26deg, #173CFF 19.46%, #3139C0 55.44%);
  box-shadow: 0px 2px 30px 0px rgba(23, 60, 255, 0.8);
  border: none;
  border-radius: 46px;
}
.btn.btn-primary-green {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  color: #0C0C0D;
  background: linear-gradient(16.26deg, #3DF764 19.46%, #46FF6E 55.44%);
  box-shadow: 0px 2px 30px 0px rgba(70, 255, 109, 0.2);
  border: none;
  border-radius: 46px;
}
.btn.btn-transparent {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  color: #fff;
  background: transparent;
  border: 1px solid white;
  border-radius: 46px;
}
.btn.btn-transparent-2 {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-radius: 46px;
  box-shadow: 0px 2px 30px -16px rgba(23, 60, 255, 0.8);
}
.btn.btn-transparent-3 {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #fff;
  box-shadow: none;
  text-decoration: underline;
}
.btn.btn-white {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  color: #0C0C0D;
  background: white;
  border: 1px solid white;
  border-radius: 46px;
  box-shadow: 0px 2px 30px 0px rgba(23, 60, 255, 0.8);
}
.btn.btn-normal {
  color: white;
  font-size: 14px;
  text-decoration: underline;
}

.overview {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.overview .overview-item {
  overflow: hidden;
  flex-basis: 326px;
  background: #1B1B1B;
  border: 1px solid #353535;
  backdrop-filter: blur(22px);
  border-radius: 16px;
}
.overview .overview-item .overview-item-icon {
  width: 64px;
  height: 64px;
}
.overview .overview-item .overview-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 24px 18px 24px;
}
.overview .overview-item .overview-header .overview-item-value {
  font-size: 36px;
  font-weight: 300;
  color: white;
}
.overview .overview-item .overview-header .overview-item-title {
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A6;
}

.domain-buy {
  background-image: url("../images/dashboard/register-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 36px;
  height: 254px;
  backdrop-filter: blur(22px);
}
.domain-buy .title {
  font-family: "Akira Expanded";
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
.domain-buy .domain-action {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.domain-buy .domain-action a {
  width: 100%;
}

.mt-8 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 32px;
}

.search-input {
  position: relative;
}
.search-input input {
  background: #222121;
  border: 1px solid #353535;
  border-radius: 40px;
  padding: 16px 20px 16px 52px;
  color: #CBCBCC;
}
.search-input input:focus {
  outline: none;
}
.search-input .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.search-input-2 {
  position: relative;
}
.search-input-2 input {
  background: #222121;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 20px;
  padding: 18px 18px 18px 50px;
  width: 100%;
  color: white;
}
.search-input-2 input::placeholder {
  color: white;
}
.search-input-2 input:focus {
  outline: none;
}
.search-input-2 .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.search-input-3 input {
  background: #222121;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 20px;
  padding: 18px;
  width: 100%;
  color: white;
}
.search-input-3 input::placeholder {
  color: #ECECED;
}
.search-input-3 input:focus {
  outline: none;
}
.search-input-3 .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.card {
  background: #1B1B1B;
  border: 1px solid #353535;
  border-radius: 20px;
  padding: 32px;
}
.card .card-header-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.card .card-header-group .card-title {
  margin-bottom: 0;
}
.card .card-header-group .dropdown .btn {
  border: 1px solid #353535;
  border-radius: 46px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  padding: 16px 22px;
  box-shadow: none;
}
.card .card-header-group .card-action {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card .card-header-group .card-action .search-input input {
  width: 279px;
  padding: 14px 20px 14px 52px;
}
.card .card-title {
  font-family: "Akira Expanded";
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin-bottom: 24px;
  line-height: 30px;
}

.shortcuts .card-title {
  margin-bottom: 17px;
}
.shortcuts .shortcut-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.shortcuts .shortcut-item img {
  width: 60px;
}
.shortcuts .shortcut-item a {
  color: white;
  font-size: 16px;
}
.shortcuts .divider {
  margin: 12px 0;
}

.builder .btn {
  border-radius: 20px !important;
  font-family: "Akira Expanded";
  font-size: 14px;
  font-weight: 800;
  color: white;
  padding: 14px 22px;
}
.builder .btn img {
  width: 36px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.recent-support .card-title {
  margin-bottom: 16px;
}
.recent-support .support-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.recent-support .support-info .support-code {
  font-weight: 700;
  font-size: 16px;
  color: white;
}
.recent-support .support-content {
  color: #A5A5A6;
  font-size: 14px;
  line-height: 21px;
}

.badge {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 60px;
}
.badge.badge-success {
  color: #0C0C0D;
  background-color: #72F08D;
}

.contact-list .card-title {
  margin-bottom: 16px;
}
.contact-list .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-list .contact-item img {
  width: 58px;
  border-radius: 100%;
}
.contact-list .contact-item .contact-name {
  font-size: 16;
  font-weight: 700;
  color: white;
}
.contact-list .contact-item .contact-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #A5A5A6;
  font-size: 14px;
}
.contact-list .contact-item .contact-location img {
  width: 16px;
}
.contact-list .divider {
  margin: 5.5px 0;
}

table .table-head {
  background: #212121;
}
table .table-head tr td {
  color: #5D5D5E;
  font-size: 14px;
  padding: 8px 10px;
}
table .table-head tr td.sortable {
  margin-left: 6px;
}
table .table-head tr td:first-child {
  border-radius: 8px 0 0 8px;
}
table .table-head tr td:last-child {
  border-radius: 0 8px 8px 0;
}
table td {
  border-top: none !important;
}
table tbody .more-icon .btn {
  box-shadow: none;
}
table tbody .more-icon .btn img {
  width: 24px;
}
table tbody .more-icon .dropdown-menu {
  border-radius: 8px;
  overflow: hidden;
  background: #1B1B1B;
  padding: 0;
  border: 1px solid #353535;
}
table tbody .more-icon .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #848485;
  padding: 14px;
  border-bottom: 1px solid #353535;
}
table tbody .more-icon .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
table tbody .more-icon .dropdown-menu .dropdown-item:hover {
  background: #545454;
}

.product-list .table-body td {
  padding: 7px 10px;
}
.product-list .table-body td .product-profile {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-list .table-body td .product-profile .bg-profile {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-list .table-body td .product-profile .product-name {
  color: #FBF8F7;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.product-list .table-body td .product-profile .product-url {
  color: #A5A5A6;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
.product-list .table-body td .product-expire {
  color: #FC4D58;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-list .table-body td .product-expire img {
  width: 16px;
}

.recent-notice .notice-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 344px;
  overflow-y: scroll;
}
.recent-notice .notice-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.recent-notice .notice-item .notice-bg {
  width: 68px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.recent-notice .notice-item .notice-content {
  width: 100%;
}
.recent-notice .notice-item .notice-content .notice-title {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}
.recent-notice .notice-item .notice-content .notice-details {
  font-size: 12px;
  color: #A5A5A6;
}

.product-list .table-responsive {
  height: 356px;
  overflow-y: auto;
}
.product-list thead {
  background: #212121;
}
.product-list thead td {
  color: #5D5D5E;
  font-size: 14px;
  padding: 14px 10px;
  font-weight: 500;
}
.product-list .product-info {
  flex-basis: 232px !important;
}
.product-list .product-expire {
  flex-basis: 140px !important;
}
.product-list .product-status {
  flex-basis: 110px !important;
}
.product-list .product-action {
  flex-basis: 130px !important;
}
.product-list tbody td {
  vertical-align: middle;
}
.product-list tbody .product-info img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.product-list tbody .product-info .product-name {
  color: #FBF8F7;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.product-list tbody .product-info .product-url {
  color: #A5A5A6;
  font-size: 12px;
}
.product-list tbody .product-expire {
  color: #FC4D58;
  font-size: 12px;
  gap: 4px;
}
.product-list tbody .product-expire img {
  width: 16px;
}
.product-list tbody .product-action .btn {
  outline: none;
  box-shadow: none;
  border: 1px solid #353535;
  border-radius: 46px;
  color: white;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 16px;
}

.top-breadcrumb {
  display: flex;
  gap: 4px;
  align-items: center;
}
.top-breadcrumb .top-breadcrumb-arrow {
  width: 20px;
}
.top-breadcrumb .top-breadcrumb-title {
  color: #CBCBCC;
  font-size: 16px;
  font-weight: 500;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.product-wrapper {
  display: flex;
  gap: 24px;
}
.product-wrapper .left-sidebar {
  display: flex;
  gap: 32px;
  flex-direction: column;
  flex-basis: 326px;
}
.product-wrapper .right-sidebar {
  flex-basis: calc(100% - 326px - 24px);
}

.invoice {
  padding: 24px;
}
.invoice img {
  width: 72px;
}
.invoice .card-title {
  margin-top: 16px;
  margin-bottom: 8px;
}
.invoice .card-content {
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A6;
}

.product-datatable {
  height: 100%;
}
.product-datatable .table-responsive {
  height: 658px;
  overflow-y: auto;
}
.product-datatable .table-body tr:first-child td {
  padding: 16px 10px;
}
.product-datatable .table-body td {
  padding: 4px 10px;
  vertical-align: middle;
}
.product-datatable .table-body td .product-due {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.product-datatable .table-body td .product-price {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}
.product-datatable .table-body td .product-duration {
  color: #A5A5A6;
  font-size: 12px;
  margin-top: 4px;
}
.product-datatable .table-body td .product-name {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}
.product-datatable .table-body td .product-domain {
  color: #A5A5A6;
  font-size: 12px;
  margin-top: 4px;
}
.product-datatable .table-body td .badge {
  color: #0C0C0D;
}
.product-datatable .table-body td .badge.badge-success {
  background-color: #72F08D;
}
.product-datatable .table-body td .badge.badge-danger {
  background-color: #F96969;
}

.pagination {
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  margin-top: 18px;
}
.pagination .page-item.active .page-link {
  background: linear-gradient(51.31deg, #173CFF 9.65%, #3139C0 83.24%);
  box-shadow: 0px 2px 18px 0px rgba(23, 60, 255, 0.5019607843);
  border-radius: 100px;
  color: #FFFFFF !important;
}
.pagination .page-item .page-link {
  background: transparent;
  border: none;
  padding: 6px;
  font-size: 14px;
  color: #848485;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 23px;
  box-shadow: none;
}
.pagination .page-item:first-child .page-link {
  width: fit-content;
  height: auto;
}
.pagination .page-item:last-child .page-link {
  width: fit-content;
  height: auto;
}

.table-not-found {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.domain-wrapper .domain-options {
  margin-bottom: 32px;
  gap: 24px;
  display: flex;
}
.domain-wrapper .domain-options .domain-option {
  flex-basis: "auto";
  background: #1B1B1B;
  border: 1px solid #353535;
  backdrop-filter: blur(22px);
  padding: 24px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.domain-wrapper .domain-options .domain-option:hover {
  border: 1px solid #173CFF;
}
.domain-wrapper .domain-options .domain-option:hover::after {
  display: block;
}
.domain-wrapper .domain-options .domain-option::after {
  display: none;
  content: "";
  box-shadow: 1px 1px 52px 2px #034FFF;
  border-radius: 46px;
  position: absolute;
  top: 109%;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  height: 210px;
  backdrop-filter: blur(56);
}
.domain-wrapper .domain-options .domain-option img {
  width: 72px;
  height: 72px;
}
.domain-wrapper .domain-options .domain-option .option-title {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
}
.domain-wrapper .domain-options .domain-option .option-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
}
.domain-wrapper .card .card-header-group {
  margin-bottom: 24px;
}
.domain-wrapper .domain-datatable {
  height: 545px;
}
.domain-wrapper .domain-datatable .table-responsive {
  height: 344px;
  overflow-y: auto;
}
.domain-wrapper .domain-datatable thead {
  background: #212121;
}
.domain-wrapper .domain-datatable thead tr td {
  color: #5D5D5E;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
}
.domain-wrapper .domain-datatable thead tr td:first-child {
  width: 40px;
}
.domain-wrapper .domain-datatable tbody td {
  vertical-align: middle;
}
.domain-wrapper .domain-datatable tbody .domain-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}
.domain-wrapper .domain-datatable tbody .domain-expire {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}

.news-wrapper:has(.left-sidebar) {
  display: flex;
  gap: 22px;
}
.news-wrapper .left-sidebar {
  flex-basis: 522px;
}
.news-wrapper .left-sidebar .card .news-image {
  width: 100%;
  height: 485px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
.news-wrapper .left-sidebar .card .news-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 24px;
  color: white;
}
.news-wrapper .left-sidebar .card .news-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 8px;
  color: #5D5D5E;
}
.news-wrapper .left-sidebar .card .news-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #A5A5A6;
  margin-top: 8px;
}
.news-wrapper .right-sidebar {
  flex-basis: calc(100% - 522px - 22px);
}
.news-wrapper .right-sidebar .card .card-header-group {
  margin-bottom: 24px;
}
.news-wrapper .right-sidebar .card.news-list {
  height: 100%;
}
.news-wrapper .right-sidebar .card.news-list .news-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 664px;
  overflow-y: scroll;
}
.news-wrapper .right-sidebar .card.news-list .news-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.news-wrapper .right-sidebar .card.news-list .news-item .news-bg {
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-basis: 120px;
}
.news-wrapper .right-sidebar .card.news-list .news-item .news-content {
  flex-basis: calc(100% - 120px - 24px);
}
.news-wrapper .right-sidebar .card.news-list .news-item .news-content .news-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: white;
  margin-bottom: 8px;
}
.news-wrapper .right-sidebar .card.news-list .news-item .news-content .news-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #5D5D5E;
}
.news-wrapper .news-details .news-title {
  font-family: Akira Expanded;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  color: white;
}
.news-wrapper .news-details .news-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #5D5D5E;
  margin-top: 24px;
}
.news-wrapper .news-details .news-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #A5A5A6;
  margin-top: 24px;
}
.news-wrapper .news-details .news-content ul {
  padding-left: 28px;
}

.ticket-wrapper .card .card-header-group {
  margin-bottom: 24px;
}
.ticket-wrapper .ticket-datatable {
  height: 684px;
}
.ticket-wrapper .ticket-datatable .table-responsive {
  height: 627px;
  overflow-y: auto;
}
.ticket-wrapper .ticket-datatable thead {
  background: #212121;
}
.ticket-wrapper .ticket-datatable thead tr td {
  color: #5D5D5E;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
}
.ticket-wrapper .ticket-datatable tbody td {
  vertical-align: middle;
}
.ticket-wrapper .ticket-datatable tbody .ticket-department {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}
.ticket-wrapper .ticket-datatable tbody .ticket-id {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}
.ticket-wrapper .ticket-datatable tbody .ticket-tag {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
  color: #A5A5A6;
}
.ticket-wrapper .ticket-datatable tbody .ticket-group {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}
.ticket-wrapper .ticket-datatable tbody .ticket-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}

.ticket-details-wrapper {
  display: flex;
  gap: 24px;
}
.ticket-details-wrapper .left-sidebar {
  display: flex;
  gap: 32px;
  flex-direction: column;
  flex-basis: 477px;
}
.ticket-details-wrapper .right-sidebar {
  flex-basis: calc(100% - 477px - 24px);
}

.shortcuts-info .card-title {
  margin-bottom: 17px;
}
.shortcuts-info .info-item {
  display: flex;
  gap: 24px;
  margin-bottom: 18px;
}
.shortcuts-info .info-item:last-child {
  margin-bottom: 0;
}
.shortcuts-info .info-item .info-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #A5A5A6;
  flex-basis: 40%;
}
.shortcuts-info .info-item .info-item-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.shortcuts-info .card-action {
  display: flex;
  gap: 8px;
}
.shortcuts-info .card-action .btn {
  width: 100%;
}

.ticket-chat {
  padding: 0;
}
.ticket-chat .card-header-group {
  padding: 32px 13.5px 0 13.5px;
}
.ticket-chat .chat-body {
  height: 507px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px 13.5px;
}
.ticket-chat .chat-body .chat-item .chat-item-user {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ticket-chat .chat-body .chat-item .chat-item-user .chat-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ticket-chat .chat-body .chat-item .chat-item-user .chat-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.ticket-chat .chat-body .chat-item .chat-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #A5A5A6;
  margin-top: 8px;
}
.ticket-chat .chat-body .chat-item .chat-date {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #5D5D5E;
}
.ticket-chat .chat-body .chat-new-day {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ticket-chat .chat-body .chat-new-day .day-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #A5A5A6;
}
.ticket-chat .chat-message {
  margin-top: 56px;
  position: relative;
}
.ticket-chat .chat-message input {
  width: 100%;
  background: #212121;
  padding: 14px 13.5px;
  border: none;
  border-radius: 0 0 20px 20px;
  outline: none;
  color: white;
}
.ticket-chat .chat-message button {
  position: absolute;
  right: 13.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
  border-radius: 10px !important;
  padding: 0;
  box-shadow: none;
}
.ticket-chat .chat-message button svg {
  width: 18px;
  height: 18px;
}

.ticket-create-wrapper .ticket-create-form {
  max-width: 612px;
  margin: 0 auto;
  padding: 24px !important;
}
.ticket-create-wrapper .ticket-create-form .card-header {
  padding: 0;
}
.ticket-create-wrapper .ticket-create-form .card-header .card-title {
  margin-bottom: 8px;
}
.ticket-create-wrapper .ticket-create-form .card-header .card-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
}
.ticket-create-wrapper .ticket-create-form .btn {
  margin-top: 32px;
  width: fit-content !important;
}

.form-group label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  color: white;
}
.form-group .form-control {
  background: transparent;
  border-radius: 20px;
  padding: 12px 14px;
  height: auto;
  color: white;
}

.invoice-wrapper .invoice-options {
  margin-bottom: 32px;
  gap: 24px;
  display: flex;
}
.invoice-wrapper .invoice-options .invoice-option {
  display: flex;
  width: 25%;
  gap: 16px;
  align-items: center;
  flex-basis: "auto";
  background: #1B1B1B;
  border: 1px solid #353535;
  backdrop-filter: blur(22px);
  padding: 24px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.invoice-wrapper .invoice-options .invoice-option:hover {
  border: 1px solid #173CFF;
}
.invoice-wrapper .invoice-options .invoice-option:hover::after {
  display: block;
}
.invoice-wrapper .invoice-options .invoice-option::after {
  display: none;
  content: "";
  box-shadow: 1px 1px 52px 2px #034FFF;
  border-radius: 46px;
  position: absolute;
  top: 109%;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  height: 210px;
  backdrop-filter: blur(56);
}
.invoice-wrapper .invoice-options .invoice-option img {
  width: 72px;
  height: 72px;
}
.invoice-wrapper .invoice-options .invoice-option .option-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  color: #FFFFFF;
}
.invoice-wrapper .invoice-options .invoice-option .option-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-top: 6px;
  color: #A5A5A6;
}
.invoice-wrapper .invoice-inside-wrapper {
  display: flex;
  gap: 24px;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar {
  display: flex;
  gap: 32px;
  flex-direction: column;
  flex-basis: 331px;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-buy {
  background-image: url("../images/dashboard/register-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 32px;
  backdrop-filter: blur(22px);
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-buy .invoice-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-buy .invoice-price {
  font-size: 36px;
  font-weight: 300;
  line-height: 54px;
  color: white;
  margin-top: 16px;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-buy .btn {
  margin-top: 32px;
  width: 100%;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview {
  padding: 24px;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview .invoice-price {
  font-size: 36px;
  font-weight: 300;
  line-height: 54px;
  color: #FFFFFF;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview .invoice-subtotal {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview .invoice-info-table .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #A5A5A6;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview .invoice-info-table .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #FFFFFF;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview .divider {
  margin: 26px 0;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview .invoice-warning {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #FC4D58;
}
.invoice-wrapper .invoice-inside-wrapper .left-sidebar .invoice-overview .invoice-warning img {
  width: 16px;
}
.invoice-wrapper .invoice-inside-wrapper .right-sidebar {
  flex-basis: calc(100% - 331px - 24px);
}

.invoice-datatable {
  height: 100%;
}
.invoice-datatable .table-responsive {
  height: 450px;
  overflow-y: auto;
}
.invoice-datatable .table-body td {
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: white;
}
.invoice-datatable .table-body td .badge {
  color: #0C0C0D;
}
.invoice-datatable .table-body td .badge.badge-success {
  background-color: #72F08D;
}
.invoice-datatable .table-body td .badge.badge-danger {
  background-color: #F96969;
}

.invoice-details-wrapper {
  max-width: 637px;
  margin: 0 auto;
}
.invoice-details-wrapper .info-item {
  display: flex;
  gap: 24px;
  margin-bottom: 26px;
}
.invoice-details-wrapper .info-item:last-child {
  margin-bottom: 0;
}
.invoice-details-wrapper .info-item .info-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5D5D5E;
  flex-basis: 45%;
}
.invoice-details-wrapper .info-item .info-item-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.invoice-details-wrapper .divider {
  margin: 26px 0;
}
.invoice-details-wrapper .card-action {
  display: flex;
  gap: 16px;
}
.invoice-details-wrapper .card-action .btn {
  width: 100%;
}

.domain-transfer-form {
  max-width: 612px;
  margin: 0 auto;
  padding: 24px !important;
  margin-top: 80px !important;
}
.domain-transfer-form .card-header {
  padding: 0;
  margin-bottom: 32px;
}
.domain-transfer-form .card-header .card-title {
  margin-bottom: 8px;
}
.domain-transfer-form .card-header .card-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
}
.domain-transfer-form .btn {
  margin-top: 32px;
  width: fit-content !important;
}
.domain-transfer-form .note {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
}

.domain-new-form {
  max-width: 612px;
  margin: 0 auto;
  padding: 24px !important;
  margin-top: 80px !important;
}
.domain-new-form .card-header {
  padding: 0;
  margin-bottom: 32px;
}
.domain-new-form .card-header .card-title {
  margin-bottom: 8px;
}
.domain-new-form .card-header .card-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
}
.domain-new-form .btn {
  margin-top: 32px;
  width: fit-content !important;
}

.account-edit-wrapper {
  display: flex;
  gap: 24px;
}
.account-edit-wrapper .left-sidebar {
  display: flex;
  gap: 32px;
  flex-direction: column;
  flex-basis: 326px;
}
.account-edit-wrapper .right-sidebar {
  flex-basis: calc(100% - 326px - 22px);
}

.shortcut-menu .menu-items .menu-item {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.shortcut-menu .menu-items .divider {
  margin: 20px 0;
}

.account-edit-form .form-control {
  border: 1px solid #353535;
}
.account-edit-form .divider {
  margin: 16px 0 32px 0;
}
.account-edit-form .button-group {
  display: flex;
  gap: 16px;
}
.account-edit-form .button-group .btn {
  padding: 14px 32px;
}

.account-details-wrapper .account-details {
  width: 869px;
  padding: 32px;
  margin: 0 auto;
}
.account-details-wrapper .account-details .image-group {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}
.account-details-wrapper .account-details .image-group .user-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.account-details-wrapper .account-details .image-group .button-group {
  display: flex;
  gap: 8px;
}
.account-details-wrapper .account-details .image-group .button-group .btn {
  border: 1px solid white;
  padding: 10px 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.account-details-wrapper .account-details .form-control {
  margin-bottom: 24px;
}
.account-details-wrapper .account-details .divider {
  margin: 8px 0 32px 0;
}
.account-details-wrapper .account-details .button-group {
  display: flex;
  gap: 16px;
}
.account-details-wrapper .account-details .button-group .btn {
  padding: 14px 32px;
}

.shopping-cart-wrapper {
  display: flex;
  gap: 24px;
}
.shopping-cart-wrapper .left-sidebar {
  display: flex;
  gap: 32px;
  flex-direction: column;
  flex-basis: 865px;
}
.shopping-cart-wrapper .left-sidebar .card .card-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #A5A5A6;
  margin-bottom: 24px;
}
.shopping-cart-wrapper .left-sidebar .form-group select {
  border: 1px solid #353535;
}
.shopping-cart-wrapper .left-sidebar .form-group .form-check {
  margin-bottom: 24px;
}
.shopping-cart-wrapper .left-sidebar .form-group .form-check:last-child {
  margin-bottom: 0;
}
.shopping-cart-wrapper .right-sidebar {
  flex-basis: calc(100% - 865px - 24px);
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.shopping-cart-wrapper .right-sidebar .payment-submit {
  width: 100%;
}

.form-check {
  display: flex;
  gap: 16px;
}
.form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #DEDEDF;
  display: flex;
  gap: 8px;
  margin: 0;
}

.payment-warning-card {
  background: #FDBE1D;
  display: flex;
  gap: 24px;
  flex-direction: row;
}
.payment-warning-card svg {
  width: 68px;
}
.payment-warning-card .warning-details {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2D2D2E;
}

.payment-info .card-title {
  margin-bottom: 17px;
}
.payment-info .info-item {
  display: flex;
  gap: 24px;
  margin-bottom: 18px;
}
.payment-info .info-item:last-child {
  margin-bottom: 0;
}
.payment-info .info-item .info-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #A5A5A6;
  flex-basis: 40%;
}
.payment-info .info-item .info-item-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.payment-info .info-item.subtotal .info-item-title,
.payment-info .info-item.subtotal .info-item-details {
  color: white;
}
.payment-info .divider {
  margin: 24px 0;
}
.payment-info .card-action {
  display: flex;
  gap: 8px;
}
.payment-info .card-action .btn {
  width: 100%;
}

.custom-nav-tabs {
  background: #1B1B1B;
  border: 1px solid #353535;
  padding: 4px;
  border-radius: 40px;
}
.custom-nav-tabs .nav-link {
  padding: 16px 12px;
  border-radius: 46px;
  min-width: 189px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #CBCBCC;
  background: transparent;
  border: none;
  outline: none;
}
.custom-nav-tabs .nav-link.active {
  background: linear-gradient(16.26deg, #173CFF 19.46%, #3139C0 55.44%);
  box-shadow: 0px 2px 30px rgba(23, 60, 255, 0.8);
  color: white;
}

.plan-items {
  position: relative;
}
.plan-items .slider-content {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.plan-items .slider-content .plan-item {
  padding: 24px;
  min-width: 389px;
}
.plan-items .slider-content .plan-item .plan-title {
  font-family: Akira Expanded;
  font-size: 30px;
  font-weight: 800;
  line-height: 50px;
  color: #DEDEDF;
}
.plan-items .slider-content .plan-item .plan-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #A5A5A6;
  margin-top: 24px;
  margin-bottom: 16px;
}
.plan-items .slider-content .plan-item .plan-features {
  min-height: 326px;
}
.plan-items .slider-content .plan-item .plan-features .plan-feature {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #A5A5A6;
  margin-bottom: 16px;
}
.plan-items .slider-content .plan-item .plan-features .plan-feature:last-child {
  margin-bottom: 0;
}
.plan-items .slider-content .plan-item .plan-features .plan-feature img {
  width: 24px;
  height: 24px;
}
.plan-items .slider-content .plan-item .plan-price {
  color: #FFFFFF;
  margin: 24px 0;
}
.plan-items .slider-content .plan-item .plan-price .amount {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.plan-items .slider-content .plan-item .plan-price .duration {
  font-size: 28px;
  font-weight: 400;
}
.plan-items .slider-content .plan-item .btn {
  text-transform: capitalize;
  width: 100%;
}
.plan-items .slider-content .plan-item.active {
  background: linear-gradient(16.26deg, #173CFF 19.46%, #3139C0 55.44%);
}
.plan-items .slider-content .plan-item.active .plan-subtitle,
.plan-items .slider-content .plan-item.active .plan-feature {
  color: white;
}
.plan-items .slider-content .plan-item.active .btn {
  background-color: white;
  color: #173CFF;
}
.plan-items .slider-controller .slider-controller-left,
.plan-items .slider-controller .slider-controller-right {
  padding: 16px;
  border: 1.22px solid #353535;
  background: #1B1B1B;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plan-items .slider-controller .slider-controller-left:hover,
.plan-items .slider-controller .slider-controller-right:hover {
  background: linear-gradient(16.26deg, #173CFF 19.46%, #3139C0 55.44%);
  border: 1px solid transparent;
  box-shadow: 0px 2px 30px 0px rgba(23, 60, 255, 0.8);
}
.plan-items .slider-controller .slider-controller-left {
  left: 0;
}
.plan-items .slider-controller .slider-controller-right {
  right: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .mt-8 {
    margin-top: 20px;
  }
  header .navbar {
    padding: 12px 20px;
    position: relative;
  }
  .navbar-toggler {
    width: 48px;
    height: 48px;
    border: 1px solid #353535;
    border-radius: 37.6567px;
    outline: none !important;
    box-shadow: none;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background-color: #0C0C0D;
    width: 90%;
    padding: 16px;
    border-radius: 32px;
  }
  .navbar-collapse .navbar-nav {
    border: none;
  }
  .navbar .nav-item .nav-link {
    width: 100%;
  }
  .dropdown.dashboard-profile {
    border-top: 1px solid #353535;
    padding-top: 16px;
  }
  .page-heading .page-title {
    font-size: 18px;
  }
  .search-input {
    width: 100%;
  }
  .page-heading {
    display: block;
  }
  .overview {
    display: block;
    margin-top: 16px;
  }
  .overview .overview-item {
    margin-bottom: 24px;
  }
  .overview .overview-item:last-child {
    margin-bottom: 0;
  }
  .overview .overview-item .overview-item-icon {
    width: 56px;
    height: 56px;
  }
  .overview .overview-item .overview-header .overview-item-value {
    font-size: 28px;
    line-height: 28px;
  }
  .card {
    padding: 20px;
  }
  .btn {
    text-wrap: nowrap;
    font-size: 12px !important;
  }
  .builder .btn {
    text-wrap: wrap;
    padding: 37px 22px;
  }
  .page-action {
    padding-top: 16px;
  }
  .page-heading .page-breadcrumb {
    font-size: 14px;
  }
  .search-input input {
    width: 100%;
  }
  .product-wrapper {
    flex-direction: column;
    gap: 22px;
  }
  .pagination .page-item .page-link {
    font-size: 12px;
  }
  .plan-items .slider-content {
    flex-direction: column;
  }
  .plan-items .slider-content .plan-item {
    min-width: 100%;
  }
  .plan-items .slider-content .plan-item .plan-features {
    min-height: auto;
  }
  .custom-nav-tabs .nav-link {
    min-width: -webkit-fill-available;
    white-space: nowrap;
  }
  .nav-tabs .nav-item {
    width: 33.3333333333%;
  }
  .custom-nav-tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .shopping-cart-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .domain-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .domain-wrapper .domain-options {
    flex-direction: column;
    gap: 20px;
  }
  .domain-wrapper .card .card-header-group {
    flex-direction: column;
    gap: 20px;
  }
  .domain-datatable.card .card-header-group .card-action .search-input input {
    width: 100%;
  }
  .domain-datatable.card .card-header-group .card-title {
    width: 100%;
  }
  .invoice-wrapper,
  .invoice-wrapper .invoice-options,
  .invoice-wrapper .invoice-inside-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .invoice-wrapper .invoice-options .invoice-option {
    width: 100%;
  }
  .ticket-details-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .account-edit-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .account-details-wrapper .account-details {
    width: 100%;
  }
  .account-details-wrapper .account-details .image-group .button-group .btn {
    border: none;
    padding: 5px;
  }
  .account-details-wrapper .account-details .image-group {
    justify-content: space-between;
  }
  .account-details-wrapper .account-details .image-group .button-group .btn span {
    display: none;
  }
  .news-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .news-wrapper .news-details .news-title {
    font-size: 16px;
  }
  .news-wrapper .news-details .news-content {
    font-size: 14px;
  }
}