@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* background */
html, body {
  height: 100%;
  overflow: auto;
}

body {
    /* direction: rtl; */
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

.defaultfont {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

.primary-color {
  color: #4B09D2;
}

.text-gray {
  color: #1b1b1b;
  opacity: 0.6;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.btn-link {
  color: #4B09D2 !important;
  font-weight: 600;
  border-bottom: 1px solid #4B09D2;
  display: inline-block;
  padding: 0 0 0px;
  border-radius: 0;
  font-size: 14px;
}

.btn-default {
  background: #4B09D2;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
}

.btn-default:hover {
  color: #4B09D2;
  background: transparent;
  border-color: #4B09D2;
}

.mw-120 {
  min-width: 120px;
}

.btn-icon {
  padding: 4px 8px;
  border-radius: 8px;
  background: #4B09D2;
}

.dropright .dot-icon {
  height: 18px;
}

.dropright .dropdown-menu {
  top: 100% !important;
  right: 0;
  -webkit-transform: none !important;
          transform: none !important;
  left: auto !important;
}

.dropdown-menu {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  padding: 4px;
  border: 0;
  border-radius: 12px;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 11px;
  font-size: 14px;
}

.dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
/* Base dropdown styles that work for both directions */
.dropdown-menu {
  min-width: 120px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0;
}

.dropdown-item {
  padding: 8px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.dropdown-item.active {
  background-color: #f8f9fa;
  color: #4E45B8;
  font-weight: 500;
}

/* LTR-specific styles */
.dropright .dropdown-menu {
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}

.dropdown-item img {
  margin-right: 8px;
  margin-left: 0;
}

/* bg colors */
.bg-darkblue {
  background: #037afa !important;
}

.bg-green {
  background: #6cb373 !important;
}

.side-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  padding: 0;
}

.side-toggle span {
  background: #4B09D2;
  width: 22px;
  height: 3px;
  margin: 2px;
  border-radius: 50px;
}

.side-toggle span:nth-child(2) {
  width: 26px;
}

.custom-control .custom-control-label::before {
  background: transparent;
  border: 2px solid #4B09D2;
  border-radius: 3px;
}

.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  border-radius: 3px;
  background-color: #4B09D2;
}

.custom-control.custom-radio .custom-control-label::before, .custom-control.custom-radio .custom-control-label:after {
  border-radius: 50% !important;
}

.sidebar {
  background: var(--tz-white, #ffffff);
  padding: 30px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 280px;
  max-width: 100%;
  overflow: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 1px solid rgba(75, 9, 210, 0.08);
  box-shadow: 2px 0 20px rgba(75, 9, 210, 0.04);
  z-index: 30;
}

@media (min-width: 1680px) {
  .sidebar {
    padding: 40px;
    width: 350px;
  }
}

.sidebar.hide-sidebar {
  width: 80px;
  padding: 30px 10px;
}

@media (min-width: 1024px) {
  .sidebar.hide-sidebar .side-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 6px 0 5px -3px;
  }
  .sidebar.hide-sidebar .side-logo, .sidebar.hide-sidebar .side-menu a > span {
    display: none;
  }
  .sidebar.hide-sidebar .side-menu .active a:after {
    content: none;
  }
  .sidebar.hide-sidebar .side-menu a {
    margin: 6px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 9px;
    height: 50px;
    width: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar.hide-sidebar .side-menu a .menu-icon {
    margin-right: 0;
  }
}

@media (min-width: 1680px) {
  .sidebar.hide-sidebar .side-head {
    margin: 14px 0 5px -3px;
  }
}

.sidebar .side-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .side-logo {
  width: 150px;
}

.sidebar .side-menu {
  padding: 0;
  list-style: none;
  margin: 40px 0 0;
}

.sidebar .side-menu li {
  margin: 4px 0;
}

.sidebar .side-menu a {
  color: var(--tz-text-muted, #6B7280);
  display: flex;
  align-items: center;
  padding: 12px 16px;
  position: relative;
  margin: 2px 0;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 3px solid transparent;
}

.sidebar .side-menu a:hover {
  color: var(--tz-primary, #4B09D2);
  background: var(--tz-surface, #F5F3FF);
  border-left-color: var(--tz-accent, #B388FF);
  transform: translateX(2px);
}

.sidebar .side-menu a .menu-icon {
  margin-right: 12px;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: all 0.25s ease;
  opacity: 0.6;
}

.sidebar .side-menu a:hover .menu-icon {
  opacity: 1;
  filter: none;
}

.sidebar .side-menu .active a {
  background: linear-gradient(135deg, var(--tz-primary, #4B09D2), var(--tz-primary-light, #6C3CE0));
  border-radius: 12px;
  color: #fff;
  border-left-color: transparent;
  box-shadow: 0 4px 15px rgba(75, 9, 210, 0.3);
}

.sidebar .side-menu .active a:hover {
  transform: none;
  border-left-color: transparent;
}

.sidebar .side-menu .active a:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.sidebar .side-menu .active a .menu-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}

.right-content {
  margin-left: 280px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1680px) {
  .right-content {
    margin-left: 350px;
  }
}

.right-content.right-content-0 {
  margin-left: 80px;
}

.right-content.right-content-0 .header .title-control .side-toggle {
  display: none;
}

.header {
  position: sticky;
  -webkit-position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 22;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1680px) {
  .header {
    padding: 35px;
  }
}

.header .title-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header .title-control .side-toggle {
  margin-right: 15px;
  display: none;
}

.header .page-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.header .input-group {
  border: 1px solid rgba(1, 1, 1, 0.12);
  border-radius: 100px;
  width: 550px;
  max-width: 100%;
}

.header .input-group .input-group-text, .header .input-group .form-control {
  background: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.header .input-group .input-group-text img, .header .input-group .form-control img {
  width: 20px;
  margin: 0 5px;
}

.header .input-group .form-control {
  font-size: 14px;
  padding: 12px 6px;
}

.header .side-logo {
  display: none;
}

.header .head-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .head-control .head-btn .dropdown{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 45px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 15px;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.avatar-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-content {
  padding: 25px;
}

.db-color-card {
  background: #edffef;
  border-radius: 15px;
  padding: 25px 25px 15px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  color: #6cb373;
}

.db-color-card:before {
  content: "";
  position: absolute;
  left: -60px;
  top: -110px;
  background: rgba(255, 255, 255, 0.53);
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.db-color-card .dropdown {
  position: absolute;
  right: 10px;
  top: 15px;
}

.db-color-card .card-icon {
  height: 32px;
  position: relative;
}

.db-color-card .counter {
  font-size: 32px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 0;
  position: relative;
}

.db-color-card .counter span {
  font-size: 16px;
  font-weight: 500;
}

.db-color-card.cate-card {
  background: #f4f2ff;
  color: #736aa6;
}

.db-color-card.user-card {
  background: #fef3f1;
  color: #a98471;
}

.db-color-card.artist-card {
  background: #ecfbff;
  color: #6db3c6;
}

.db-color-card.package-card {
  background: #ffe5ef;
  color: #c0698b;
}

.box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  padding-bottom: 10px;
  margin-top: 20px;
}

.box-title .title {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0;
}

.avatar-control {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar-control .avatar-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(249, 250, 255, 0.58);
}

.table {
  border-color: #f5f5f5;
  color: #404040;
  min-width: 650px;
}

.table thead th {
  font-size: 14px;
  font-weight: 600;
  border-top: 0;
  border-bottom: 1px solid #f5f5f5;
}

.table td {
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
  border-top: 0;
  vertical-align: middle;
}

.table .avatar-img {
  margin-right: 10px;
}

.table .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.table .btn {
  padding: 2px;
  background: transparent;
  margin: 0 3px;
}

.table .btn img {
  width: 16px;
}

.dot {
  height: 8px;
  width: 8px;
  background: #fb424a;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.chart-summary {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.chart-summary li {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.chart-summary li:last-child {
  border-bottom: 0;
}

.chart-summary li p {
  margin: 0;
}

.chart-summary li .percentage {
  opacity: 0.7;
}

.custom-tabs {
  margin: 20px 0;
  background: #fcfcff;
  border-radius: 100px;
}

.custom-tabs li.nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.custom-tabs .nav-link {
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
  padding: 10px;
}

.custom-tabs .nav-link.active {
  background: #4B09D2;
}

.summary-table-card .border-card {
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.summary-table-card .border-card > .row {
  margin: 0;
}

.summary-table-card .border-card > .row .col, .summary-table-card .border-card > .row .col-12 {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.summary-table-card .avatar-control {
  min-width: 120px;
  font-weight: 600;
}

.summary-table-card .avatar-control img {
  margin-right: 8px;
}

.summary-table-card .price {
  color: #fb424a;
  font-weight: 600;
}

.artist-row {
  margin: 0 -10px;
}

.artist-row .col-6 {
  padding: 0 10px;
}

.artist-grid-card {
  padding: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  margin: 20px 0 0;
  -webkit-box-shadow: 0 20px 35px rgba(1, 1, 1, 0.05);
          box-shadow: 0 20px 35px rgba(1, 1, 1, 0.05);
}

.artist-grid-card .name {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 5px;
}

.artist-grid-card .post {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
}

.artist-grid-card .details {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-box {
  padding: 25px;
  background: #f9faff;
}

.video-box .f600 {
  font-weight: 600;
}

.video-box .box-border-0 {
  border: 0;
  padding-bottom: 0;
}

.suggested-video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.suggested-video .poster-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.suggested-video .video-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.suggested-video .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.suggested-video .details span {
  padding-right: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9faff;
  border-radius: 8px;
  padding: 7px;
}

.page-search .input-group-text, .page-search .form-control {
  border: 0;
  background: transparent;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  font-size: 14px;
}

.page-search .input-group-text img, .page-search .form-control img {
  width: 20px;
}

.page-search .sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  background: #fff;
  padding: 2px 12px;
  border-radius: 8px;
}

.page-search .sorting label {
  min-width: 60px;
  margin: 0;
  font-weight: 600;
}

.add-video-btn {
  height: calc(100% - 30px);
  background: #f9faff;
  border: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px 0;
  width: 100%;
  border-radius: 15px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  padding: 25px;
  color: #1b1b1b !important;
}

.add-video-btn .icon {
  margin-bottom: 15px;
}

.video-card {
  padding: 5px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  margin: 15px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.video-card:hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.video-card:hover .play-btn, .video-card:hover .overlap-control, .video-card:hover .play-btn-top {
  display: block;
}

.video-card .card-img-top {
  border-radius: 15px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-card .play-btn {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.video-card .card-body {
  padding: 15px 10px;
  position: relative;
}

.video-card .card-body .dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
}

.video-card .card-body .dropdown .dropdown-menu {
  top: auto !important;
  bottom: 100%;
}

.video-card .card-body .dropdown .head-btn {
  padding: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.video-card .card-body .dropdown .dropdown-item {
  font-weight: 500;
}

.video-card .card-body .dropdown .dropdown-item img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.video-card .card-body .card-title {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-card .card-body .card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-card .card-body .card-details p {
  margin: 0;
  font-weight: 500;
  color: #404040;
}

.video-card .card-body .card-details p.tag {
  color: #1b1b1b;
}

.video-card .play-btn-top {
  position: absolute;
  right: 00px;
  top: 00px;
  background: transparent;
  padding: 0;
  display: none;
}

.video-card .play-btn-top img {
  width: 45px;
}

.video-card .overlap-control {
  position: absolute;
  right: 10px;
  bottom: -5px;
  display: none;
}

.video-card .overlap-control .btn {
  background: rgba(255, 255, 255, 0.88);
  padding: 2px 6px;
  border-radius: 10px;
}

.video-card .overlap-control .btn .dot-icon {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagination {
  padding: 5px;
  border: 1px solid #f5f5f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  margin: 35px auto 0;
}

.pagination .page-link {
  border: 0;
  height: 30px;
  width: 30px;
  background: #eeeeee !important;
  margin: 0 5px;
  border-radius: 50px !important;
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-link .right-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .page-link .dots {
  font-weight: 600;
  margin-top: -4px;
}

.pagination .arrow-icon {
  height: 20px;
  width: 20px;
  background: url("assets/imgs/left-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}

.pagination .arrow-icon.next-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .active .page-link {
  background: #4B09D2 !important;
}

.modal .close {
  font-size: 34px;
  color: #fff;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 0px;
  font-weight: 200;
  z-index: 22;
  outline: none;
}

.inline-tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
}

.inline-tabs li.nav-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.inline-tabs .nav-link {
  padding: 10px 35px;
}

.app-right-btn {
  text-align: right;
  margin-top: -60px;
  margin-bottom: 30px;
}

.custom-border-card {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #f5f5f5;
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.custom-border-card .card-header {
  font-size: 18px;
  background: transparent;
  padding: 0;
  font-weight: 700;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 15px;
}

.custom-border-card .card-body {
  padding: 18px 0 10px;
}

.form-group label {
  font-weight: 500;
  color: #1b1b1b;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-control, .custom-select {
  border: 1px solid #f5f5f5;
  background: #fdfdfd;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  height: auto !important;
}

.form-control:focus, .custom-select:focus {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border-color: #4B09D2;
}

.file-control {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  cursor: pointer;
}

.file-control span {
  opacity: 0.6;
  display: inline-block;
  margin-top: 10px;
}

.thumbnail-img {
  position: relative;
  border: 1px solid #f5f5f5;
  display: inline-block;
  height: 100px;
  width: 130px;
  border-radius: 10px;
  padding: 4px;
}

.thumbnail-img img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-img .close {
  position: absolute;
  top: 5px;
  right: 8px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.radio-group .custom-control {
  padding-left: 0;
  margin-right: 15px;
}

.radio-group .custom-control-label {
  margin-bottom: 0;
  background: rgba(78, 69, 184, 0.1);
  padding: 6px 23px 6px 33px;
  border-radius: 100px;
  font-size: 16px;
}

.radio-group .custom-control-label::before, .radio-group .custom-control-label:after {
  border-radius: 50%;
  top: 10px;
  left: 10px;
}

.radio-group .custom-control-label:after {
  display: none;
}

.radio-group .custom-control-label::before {
  background: transparent;
  border: 3px solid #b4b3bc;
}

.radio-group .custom-control-input:checked ~ .custom-control-label {
  background: #4B09D2;
  color: #fff;
}

.radio-group .custom-control-input:checked ~ .custom-control-label::before {
  background: #4B09D2;
  border-color: #fff;
}

.page-title-sm {
  display: none;
}

.border-bottom {
  border-color: #f5f5f5 !important;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
  content: "↑";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
  content: "↓";
}

div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9faff;
  border-radius: 8px;
  padding: 6px 18px;
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_length label .form-control, div.dataTables_wrapper div.dataTables_filter label .form-control {
  padding: 6px 12px;
  text-align: center;
  margin: 0 13px;
}

div.dataTables_wrapper div.dataTables_length label input.form-control, div.dataTables_wrapper div.dataTables_filter label input.form-control {
  margin-right: 0;
  text-align: left;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child, div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  overflow: auto;
}

.left-caption {
  height: 100%;
  position: relative;
}

.left-caption .bg-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.left-caption .caption {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.left-caption .caption .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.login-bg {
  background: #f7f6ff;
}

@media (min-width: 1600px) {
  .db-color-card {
    padding: 25px 25px 15px;
  }
  .db-color-card .card-icon {
    height: 60px;
  }
  .db-color-card .counter {
    margin: 45px 0 0;
    font-size: 52px;
  }
  .db-color-card .counter span {
    font-size: 22px;
  }
  .counter-row {
    margin-bottom: 20px;
  }
  .table thead th, .table td {
    font-size: 16px;
  }
  .custom-tabs .nav-link, .summary-table-card .border-card {
    font-size: 16px;
  }
  .artist-grid-card {
    padding: 25px;
  }
  .artist-grid-card .name {
    font-size: 20px;
  }
  .artist-grid-card .post {
    font-size: 16px;
  }
  .artist-grid-card .details {
    font-size: 16px;
  }
  .suggested-video .poster-img {
    width: 160px;
    height: 100px;
    border-radius: 20px;
  }
  .suggested-video .video-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  .suggested-video .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .video-card .card-img-top {
    height: 250px;
  }
  .video-card .card-body .card-title {
    font-size: 18px;
  }
  .video-card .card-body .card-details p {
    font-size: 16px;
  }
  .video-card .play-btn-top img {
    width: 60px;
  }
  .form-group label {
    font-size: 16px;
  }
  .custom-border-card .card-header {
    font-size: 20px;
  }
}

@media (min-width: 1800px) {
  .db-color-card {
    margin: 0 10px;
    padding: 35px 35px 25px;
  }
  .db-color-card .card-icon {
    height: 60px;
  }
  .db-color-card .counter {
    margin: 54px 0 0;
    font-size: 52px;
  }
  .db-color-card .counter span {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  .header .input-group {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .db-color-card .counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 0;
  }
  .db-color-card .counter span {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .sidebar {
    left: -280px;
  }
  .sidebar.hide-sidebar {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    z-index: 99;
    width: 280px;
  }
  .sidebar.hide-sidebar .side-toggle span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sidebar.hide-sidebar .side-toggle span:nth-child(2) {
    display: none;
  }
  .sidebar.hide-sidebar .side-toggle span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -5px;
  }
  .right-content {
    margin-left: 0 !important;
  }
  .right-content .page-title {
    display: none;
  }
  .header {
    padding: 15px;
  }
  .header .title-control .side-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .side-logo {
    display: block;
    width: 160px;
  }
  .header .mobile-close-search {
    display: none;
  }
  .head-search.open-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    background: #fff;
    z-index: 99;
    height: auto !important;
  }
  .head-search.open-search .form-control {
    display: block !important;
    padding: 21px 6px;
  }
  .head-search.open-search .mobile-close-search {
    background: transparent;
    display: block;
    border: 0;
    outline: none;
  }
  .head-search.open-search .mobile-close-search span {
    background: #4B09D2;
    width: 22px;
    height: 3px;
    margin: 2px;
    border-radius: 50px;
    display: block;
  }
  .head-search.open-search .mobile-close-search span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .head-search.open-search .mobile-close-search span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -5px;
  }
  .counter-row .col-md {
    padding-right: 5px;
    padding-left: 5px;
  }
  .page-title-sm {
    font-size: 26px;
    font-weight: 600;
    margin: -10px 0 20px;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .btn-default {
    font-size: 14px;
  }
  .header .input-group {
    height: 45px;
    width: 45px;
    border-radius: 5px;
  }
  .header .input-group .input-group-text {
    padding: 7px;
  }
  .header .input-group .form-control {
    display: none;
  }
  .db-color-card {
    margin-bottom: 10px;
    padding: 12px 20px;
  }
  .db-color-card:before {
    height: 170px;
    width: 170px;
  }
  .box-title {
    padding-bottom: 8px;
  }
  .box-title .title {
    font-size: 18px;
  }
  .avatar-control .avatar-img {
    height: 30px;
    width: 30px;
  }
  .table th, .table td {
    padding: 8px 5px;
  }
  .summary-table-card .border-card {
    padding: 10px 2px;
  }
  .summary-table-card .border-card .row .col {
    text-align: left;
  }
  .summary-table-card .border-card .row .col-12 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .summary-table-card .avatar-control {
    margin: 0 14px 10px;
  }
  .pagination {
    margin-top: 20px;
  }
  .inline-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    margin-top: 0;
  }
  .inline-tabs::-webkit-scrollbar {
    display: none;
  }
  .inline-tabs .nav-link {
    padding: 8px 14px;
  }
  .app-right-btn {
    margin: 0 0 15px;
  }
  .form-group label {
    font-size: 14px;
  }
  .custom-border-card {
    padding: 16px 20px;
  }
  .custom-border-card .card-header {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .file-control {
    padding: 16px;
  }
}

@media (max-width: 567px) {
  .db-color-card .counter {
    margin: 20px 0 0;
  }
  .artist-grid-card .name {
    font-size: 16px;
  }
  .artist-grid-card .post {
    margin: 0 0 10px;
  }
  .page-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .page-search .sorting {
    margin-top: 8px;
  }
  div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child, div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding: 0;
    overflow: auto;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 15px;
  }
}

@media (max-width: 340px) {
  .header .side-logo {
    width: 120px;
  }
}
/* ============================================================
   TAZKEYA MODERN DESIGN SYSTEM
   Color palette extracted from the "All In One" logo
   ============================================================ */

:root {
  --tz-primary: #4B09D2;
  --tz-primary-light: #6C3CE0;
  --tz-primary-dark: #3A07A8;
  --tz-secondary: #7C4DFF;
  --tz-accent: #B388FF;
  --tz-surface: #F5F3FF;
  --tz-surface-alt: #EDE9FE;
  --tz-success: #10B981;
  --tz-warning: #F59E0B;
  --tz-info: #3B82F6;
  --tz-danger: #EF4444;
  --tz-text: #1b1b1b;
  --tz-text-muted: #6B7280;
  --tz-white: #ffffff;
  --tz-shadow-sm: 0 4px 6px -1px rgba(75, 9, 210, 0.08), 0 2px 4px -2px rgba(75, 9, 210, 0.05);
  --tz-shadow-md: 0 10px 25px -3px rgba(75, 9, 210, 0.1), 0 4px 10px -4px rgba(75, 9, 210, 0.06);
  --tz-shadow-lg: 0 20px 40px -5px rgba(75, 9, 210, 0.15), 0 8px 20px -6px rgba(75, 9, 210, 0.1);
  --tz-radius: 16px;
  --tz-radius-lg: 24px;
  --tz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   LOGIN PAGE — Modern Glassmorphism Design
   ============================================================ */

.tz-login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(-45deg, #3A07A8, #4B09D2, #7C4DFF, #B388FF);
  background-size: 400% 400%;
  animation: tz-gradient-shift 12s ease infinite;
  position: relative;
  overflow: hidden;
}

.tz-login-page::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%),
              radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04) 0%, transparent 60%);
  animation: tz-float 20s ease-in-out infinite;
  pointer-events: none;
}

@keyframes tz-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes tz-float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(1deg); }
  66% { transform: translate(-20px, 20px) rotate(-1deg); }
}

@keyframes tz-slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tz-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.tz-login-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--tz-radius-lg);
  padding: 48px 40px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.1);
  animation: tz-slide-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  position: relative;
  z-index: 1;
}

.tz-login-card .tz-logo-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.tz-login-card .tz-logo-wrap img {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(75, 9, 210, 0.2));
}

.tz-login-card .tz-login-title {
  text-align: center;
  margin-bottom: 8px;
  color: var(--tz-primary);
  font-weight: 700;
  font-size: 26px;
}

.tz-login-card .tz-login-subtitle {
  text-align: center;
  color: var(--tz-text-muted);
  font-size: 15px;
  margin-bottom: 32px;
  line-height: 1.5;
}

/* Floating Label Inputs */
.tz-form-group {
  position: relative;
  margin-bottom: 24px;
}

.tz-form-group .tz-input {
  width: 100%;
  padding: 16px 18px 8px;
  font-size: 15px;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  outline: none;
  background: var(--tz-white);
  transition: var(--tz-transition);
  color: var(--tz-text);
  font-family: "Poppins", sans-serif;
}

.tz-form-group .tz-input:focus {
  border-color: var(--tz-primary);
  box-shadow: 0 0 0 4px rgba(75, 9, 210, 0.1);
}

.tz-form-group .tz-input::placeholder {
  color: transparent;
}

.tz-form-group .tz-label {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #9CA3AF;
  pointer-events: none;
  transition: var(--tz-transition);
  background: transparent;
  padding: 0;
}

[dir="rtl"] .tz-form-group .tz-label {
  left: auto;
  right: 18px;
}

.tz-form-group .tz-input:focus + .tz-label,
.tz-form-group .tz-input:not(:placeholder-shown) + .tz-label {
  top: 6px;
  transform: translateY(0);
  font-size: 11px;
  color: var(--tz-primary);
  font-weight: 600;
}

/* Login Extras */
.tz-login-extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
}

.tz-login-extras a {
  color: var(--tz-primary);
  font-weight: 500;
  transition: var(--tz-transition);
}

.tz-login-extras a:hover {
  color: var(--tz-primary-dark);
}

.tz-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: var(--tz-text-muted);
  gap: 8px;
}

.tz-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.tz-toggle .tz-toggle-slider {
  width: 40px;
  height: 22px;
  background: #D1D5DB;
  border-radius: 11px;
  position: relative;
  transition: var(--tz-transition);
  flex-shrink: 0;
}

.tz-toggle .tz-toggle-slider::after {
  content: '';
  width: 16px;
  height: 16px;
  background: var(--tz-white);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: var(--tz-transition);
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.tz-toggle input:checked + .tz-toggle-slider {
  background: var(--tz-primary);
}

.tz-toggle input:checked + .tz-toggle-slider::after {
  left: 21px;
}

[dir="rtl"] .tz-toggle .tz-toggle-slider::after {
  left: auto;
  right: 3px;
}
[dir="rtl"] .tz-toggle input:checked + .tz-toggle-slider::after {
  right: 21px;
}

/* Modern Login Button */
.tz-btn-primary {
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--tz-primary) 0%, var(--tz-secondary) 100%);
  color: var(--tz-white);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--tz-transition);
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(75, 9, 210, 0.3);
}

.tz-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(75, 9, 210, 0.4);
}

.tz-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(75, 9, 210, 0.3);
}

/* Language Switcher */
.tz-lang-switch {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

[dir="rtl"] .tz-lang-switch {
  right: auto;
  left: 20px;
}

.tz-lang-switch .btn {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  padding: 8px 12px;
  transition: var(--tz-transition);
}

.tz-lang-switch .btn:hover {
  background: rgba(255,255,255,0.35);
}

.tz-lang-switch .btn img {
  height: 20px;
  filter: brightness(0) invert(1);
}

/* Login Error Messages */
.tz-login-card .invalid-feedback {
  font-size: 13px;
  margin-top: 6px;
  color: var(--tz-danger);
}

.tz-login-card .form-control.is-invalid {
  border-color: var(--tz-danger);
}

/* ============================================================
   DASHBOARD — Modern Statistics & Info Cards
   ============================================================ */

.tz-dashboard-welcome {
  background: linear-gradient(135deg, var(--tz-primary) 0%, var(--tz-secondary) 100%);
  border-radius: var(--tz-radius-lg);
  padding: 32px 36px;
  color: var(--tz-white);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.tz-dashboard-welcome::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.tz-dashboard-welcome::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: 10%;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.tz-dashboard-welcome h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.tz-dashboard-welcome p {
  font-size: 16px;
  opacity: 0.85;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Stat Cards */
.tz-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.tz-stat-card {
  background: var(--tz-white);
  border-radius: var(--tz-radius);
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--tz-shadow-sm);
  transition: var(--tz-transition);
  border: 1px solid rgba(0,0,0,0.04);
}

.tz-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tz-shadow-lg);
}

.tz-stat-card .tz-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
  color: var(--tz-white);
}

.tz-stat-card .tz-stat-icon.tz-bg-primary {
  background: linear-gradient(135deg, var(--tz-primary), var(--tz-primary-light));
}
.tz-stat-card .tz-stat-icon.tz-bg-success {
  background: linear-gradient(135deg, #059669, var(--tz-success));
}
.tz-stat-card .tz-stat-icon.tz-bg-info {
  background: linear-gradient(135deg, #2563EB, var(--tz-info));
}
.tz-stat-card .tz-stat-icon.tz-bg-warning {
  background: linear-gradient(135deg, #D97706, var(--tz-warning));
}
.tz-stat-card .tz-stat-icon.tz-bg-danger {
  background: linear-gradient(135deg, #DC2626, var(--tz-danger));
}
.tz-stat-card .tz-stat-icon.tz-bg-secondary {
  background: linear-gradient(135deg, var(--tz-secondary), var(--tz-accent));
}

.tz-stat-card .tz-stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--tz-text);
  line-height: 1;
  margin-bottom: 6px;
}

.tz-stat-card .tz-stat-label {
  font-size: 14px;
  color: var(--tz-text-muted);
  font-weight: 500;
}

.tz-stat-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(75,9,210,0.04), transparent);
  border-radius: 0 var(--tz-radius) 0 100%;
}

/* Recent Table Section */
.tz-recent-section {
  background: var(--tz-white);
  border-radius: var(--tz-radius);
  padding: 24px;
  box-shadow: var(--tz-shadow-sm);
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,0.04);
}

.tz-recent-section .tz-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.tz-recent-section .tz-section-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--tz-text);
}

.tz-recent-section .tz-section-header .tz-view-all {
  font-size: 14px;
  font-weight: 600;
  color: var(--tz-primary);
  transition: var(--tz-transition);
}

.tz-recent-section .tz-section-header .tz-view-all:hover {
  color: var(--tz-primary-dark);
}

/* Quick Actions */
.tz-quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.tz-quick-action-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--tz-white);
  border: 2px solid var(--tz-surface-alt);
  border-radius: var(--tz-radius);
  color: var(--tz-text);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: var(--tz-transition);
}

.tz-quick-action-btn:hover {
  border-color: var(--tz-primary);
  color: var(--tz-primary);
  background: var(--tz-surface);
  transform: translateY(-2px);
  box-shadow: var(--tz-shadow-sm);
}

.tz-quick-action-btn i {
  font-size: 20px;
  color: var(--tz-primary);
}

/* Status Badge */
.tz-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.tz-badge-success {
  background: rgba(16, 185, 129, 0.1);
  color: var(--tz-success);
}

.tz-badge-warning {
  background: rgba(245, 158, 11, 0.1);
  color: var(--tz-warning);
}

.tz-badge-danger {
  background: rgba(239, 68, 68, 0.1);
  color: var(--tz-danger);
}

.tz-badge-info {
  background: rgba(59, 130, 246, 0.1);
  color: var(--tz-info);
}

/* ============================================================
   DASHBOARD — Needs Attention + Charts
   ============================================================ */

.tz-attention-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.tz-attention-card {
  display: block;
  background: var(--tz-white);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--tz-radius);
  padding: 18px 20px;
  text-decoration: none;
  box-shadow: var(--tz-shadow-sm);
  transition: var(--tz-transition);
}
.tz-attention-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--tz-shadow-lg);
  text-decoration: none;
}
.tz-attention-card .tz-attention-value {
  font-size: 26px;
  font-weight: 700;
  color: var(--tz-text-muted);
  line-height: 1;
  margin-bottom: 6px;
}
.tz-attention-card .tz-attention-label {
  font-size: 13px;
  color: var(--tz-text-muted);
  font-weight: 600;
}
.tz-attention-card.tz-attention-hot {
  border-color: rgba(239, 68, 68, 0.3);
  background: rgba(239, 68, 68, 0.04);
}
.tz-attention-card.tz-attention-hot .tz-attention-value {
  color: var(--tz-danger);
}

.tz-chart-card {
  background: var(--tz-white);
  border-radius: var(--tz-radius);
  padding: 24px;
  box-shadow: var(--tz-shadow-sm);
  margin-bottom: 24px;
  border: 1px solid rgba(0,0,0,0.04);
}
.tz-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}
.tz-chart-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tz-text);
  margin: 0;
}
.tz-range-group {
  display: flex;
  gap: 6px;
}
.tz-range-btn {
  border: 1px solid rgba(75, 9, 210, 0.2);
  background: transparent;
  color: var(--tz-primary);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--tz-transition);
}
.tz-range-btn:hover {
  background: rgba(75, 9, 210, 0.08);
}
.tz-range-btn.tz-range-active {
  background: var(--tz-primary);
  color: #fff;
  border-color: var(--tz-primary);
}
.tz-empty-note {
  color: var(--tz-text-muted);
  font-size: 13px;
  text-align: center;
  padding: 30px 0;
}

/* ============================================================
   RESPONSIVE ADJUSTMENTS FOR NEW COMPONENTS
   ============================================================ */

@media (max-width: 768px) {
  .tz-login-card {
    padding: 32px 24px;
    margin: 10px;
  }

  .tz-login-card .tz-login-title {
    font-size: 22px;
  }

  .tz-dashboard-welcome {
    padding: 24px;
  }

  .tz-dashboard-welcome h2 {
    font-size: 22px;
  }

  .tz-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tz-stat-card {
    padding: 18px;
  }

  .tz-stat-card .tz-stat-value {
    font-size: 26px;
  }

  .tz-quick-actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .tz-stats-grid {
    grid-template-columns: 1fr;
  }

  .tz-quick-actions {
    grid-template-columns: 1fr;
  }

  .tz-login-extras {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

/* ============================================================
   SIDEBAR ENHANCEMENTS
   ============================================================ */

.tz-sidebar-logout {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--tz-text-muted, #6B7280);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(239, 68, 68, 0.15);
  background: rgba(239, 68, 68, 0.04);
}

.tz-sidebar-logout:hover {
  background: rgba(239, 68, 68, 0.1);
  color: var(--tz-danger, #EF4444);
  border-color: rgba(239, 68, 68, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.tz-sidebar-logout:hover img {
  opacity: 1 !important;
  filter: brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(2000%) hue-rotate(343deg) brightness(95%) contrast(95%);
}

/* Sidebar scrollbar styling */
.sidebar::-webkit-scrollbar {
  width: 4px;
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
  background: rgba(75, 9, 210, 0.15);
  border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(75, 9, 210, 0.3);
}

/* RTL sidebar adjustments */
[dir="rtl"] .sidebar {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid rgba(75, 9, 210, 0.08);
  box-shadow: -2px 0 20px rgba(75, 9, 210, 0.04);
}

[dir="rtl"] .sidebar .side-menu a {
  border-left: none;
  border-right: 3px solid transparent;
}

[dir="rtl"] .sidebar .side-menu a:hover {
  border-left-color: transparent;
  border-right-color: var(--tz-accent, #B388FF);
  transform: translateX(-2px);
}

[dir="rtl"] .sidebar .side-menu a .menu-icon {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] .sidebar .side-menu .active a {
  border-right-color: transparent;
}

[dir="rtl"] .sidebar .side-menu .active a:hover {
  transform: none;
  border-right-color: transparent;
}

[dir="rtl"] .sidebar .side-menu .active a:after {
  right: auto;
  left: 8px;
}

[dir="rtl"] .tz-sidebar-logout img {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

/* ============================================================
   HEADER & CONTENT AREA ENHANCEMENTS
   ============================================================ */

/* Modern Header */
.header {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(75, 9, 210, 0.06);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  padding: 16px 25px !important;
}

.header .page-title {
  font-size: 24px !important;
  font-weight: 700;
  color: var(--tz-text, #1b1b1b);
  letter-spacing: -0.3px;
}

/* Header Avatar (no dropdown) */
.tz-header-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 12px;
  overflow: hidden;
  margin-left: 12px;
  box-shadow: 0 2px 10px rgba(75, 9, 210, 0.12);
  border: 2px solid var(--tz-surface-alt, #EDE9FE);
  transition: all 0.25s ease;
}

.tz-header-avatar:hover {
  border-color: var(--tz-primary, #4B09D2);
  box-shadow: 0 4px 15px rgba(75, 9, 210, 0.2);
}

.tz-header-avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[dir="rtl"] .tz-header-avatar {
  margin-left: 0;
  margin-right: 12px;
}

/* Header Buttons */
.header .head-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-left: 8px;
  background: var(--tz-surface, #F5F3FF);
  border: 1px solid rgba(75, 9, 210, 0.08);
  transition: all 0.25s ease;
}

.header .head-btn:hover {
  background: var(--tz-surface-alt, #EDE9FE);
  border-color: rgba(75, 9, 210, 0.15);
  transform: translateY(-1px);
}

.header .head-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

[dir="rtl"] .header .head-btn {
  margin-left: 0;
  margin-right: 8px;
}

/* Enhanced Body Content Area */
.body-content {
  padding: 25px;
  background: #FAFAFE;
  min-height: calc(100vh - 80px);
}

/* Modern Breadcrumb */
.breadcrumb {
  background: var(--tz-white, #fff);
  border: 1px solid rgba(75, 9, 210, 0.06);
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;
  box-shadow: var(--tz-shadow-sm, 0 2px 4px rgba(0,0,0,0.04));
}

.breadcrumb a {
  color: var(--tz-primary, #4B09D2);
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--tz-text-muted, #9CA3AF);
}

/* Modern "Add" Button */
.btn-default {
  background: linear-gradient(135deg, var(--tz-primary, #4B09D2) 0%, var(--tz-primary-light, #6C3CE0) 100%) !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #fff !important;
  border: none !important;
  padding: 10px 24px !important;
  box-shadow: 0 4px 12px rgba(75, 9, 210, 0.25);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-default:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(75, 9, 210, 0.35) !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--tz-primary-light, #6C3CE0) 0%, var(--tz-secondary, #7C4DFF) 100%) !important;
}

/* Enhanced Table Styles */
.table {
  background: var(--tz-white, #fff);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--tz-shadow-sm, 0 2px 4px rgba(0,0,0,0.04));
  border: 1px solid rgba(0,0,0,0.04);
}

.table thead th {
  background: var(--tz-surface, #F5F3FF) !important;
  color: var(--tz-primary-dark, #3A07A8);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 16px;
  border-bottom: 2px solid rgba(75, 9, 210, 0.08) !important;
  white-space: nowrap;
}

.table td {
  padding: 14px 16px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  font-size: 14px;
  color: var(--tz-text, #1b1b1b);
  transition: background 0.15s ease;
}

.table tbody tr {
  transition: all 0.2s ease;
}

.table tbody tr:hover {
  background: var(--tz-surface, #F5F3FF) !important;
}

.table tbody tr:last-child td {
  border-bottom: none !important;
}

/* Table action buttons */
.table .btn-icon {
  background: linear-gradient(135deg, var(--tz-primary, #4B09D2), var(--tz-primary-light, #6C3CE0));
  border-radius: 8px;
  padding: 6px 10px;
  transition: all 0.2s ease;
}

.table .btn-icon:hover {
  transform: scale(1.08);
  box-shadow: 0 3px 10px rgba(75, 9, 210, 0.3);
}

/* DataTables Enhancement */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  border: 2px solid #E5E7EB !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  transition: all 0.25s ease;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_filter input:focus {
  border-color: var(--tz-primary, #4B09D2) !important;
  box-shadow: 0 0 0 3px rgba(75, 9, 210, 0.1) !important;
  outline: none;
}

/* Pagination Enhancement */
.pagination .page-link {
  border: none;
  color: var(--tz-text-muted, #6B7280);
  border-radius: 10px !important;
  margin: 0 3px;
  padding: 8px 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.pagination .page-item.active .page-link {
  background: linear-gradient(135deg, var(--tz-primary, #4B09D2), var(--tz-primary-light, #6C3CE0));
  box-shadow: 0 3px 10px rgba(75, 9, 210, 0.3);
  border: none;
}

.pagination .page-link:hover {
  background: var(--tz-surface, #F5F3FF);
  color: var(--tz-primary, #4B09D2);
}

/* Form Controls Enhancement */
.form-control {
  border: 2px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.25s ease;
}

.form-control:focus {
  border-color: var(--tz-primary, #4B09D2);
  box-shadow: 0 0 0 3px rgba(75, 9, 210, 0.1);
}

/* Custom select */
.custom-select {
  border: 2px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 14px;
  transition: all 0.25s ease;
}

.custom-select:focus {
  border-color: var(--tz-primary, #4B09D2);
  box-shadow: 0 0 0 3px rgba(75, 9, 210, 0.1);
}

/* Card Enhancement */
.card {
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: var(--tz-radius, 16px);
  box-shadow: var(--tz-shadow-sm, 0 2px 4px rgba(0,0,0,0.04));
  overflow: hidden;
}

.card-header {
  background: var(--tz-surface, #F5F3FF);
  border-bottom: 1px solid rgba(75, 9, 210, 0.06);
  font-weight: 600;
}

/* Page Search Bar */
.page-search {
  background: var(--tz-white, #fff);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  box-shadow: var(--tz-shadow-sm, 0 2px 4px rgba(0,0,0,0.04));
  border: 1px solid rgba(0,0,0,0.04);
}

/* Box Title Enhancement */
.box-title {
  border-bottom: 2px solid rgba(75, 9, 210, 0.08);
  padding-bottom: 14px;
}

.box-title .title {
  color: var(--tz-text, #1b1b1b);
  font-weight: 700;
}

/* Toggle side-toggle modern look */
.side-toggle span {
  background: var(--tz-primary, #4B09D2) !important;
  border-radius: 3px;
  transition: all 0.25s ease;
}

/* Status badges in tables */
.badge-success,
.bg-success {
  background: var(--tz-success, #10B981) !important;
}

.badge-danger,
.bg-danger {
  background: var(--tz-danger, #EF4444) !important;
}

.badge-warning,
.bg-warning {
  background: var(--tz-warning, #F59E0B) !important;
}

.badge-info,
.bg-info {
  background: var(--tz-info, #3B82F6) !important;
}

/* Toastr modern overrides */
.toast-success {
  background-color: var(--tz-success, #10B981) !important;
  border-radius: 12px !important;
}

.toast-error {
  background-color: var(--tz-danger, #EF4444) !important;
  border-radius: 12px !important;
}

.toast-info {
  background-color: var(--tz-info, #3B82F6) !important;
  border-radius: 12px !important;
}

/* Dropdown menu modern style */
.dropdown-menu {
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  padding: 8px !important;
  animation: tz-fade-in 0.15s ease;
}

.dropdown-item {
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 500;
  transition: all 0.15s ease;
}

.dropdown-item:hover {
  background: var(--tz-surface, #F5F3FF);
  color: var(--tz-primary, #4B09D2);
}

/* Sidebar Bottom / Logout area */
.tz-sidebar-bottom {
  position: relative;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(75, 9, 210, 0.08);
  transition: all 0.3s ease;
}

.tz-logout-icon {
  width: 20px;
  opacity: 0.6;
  margin-right: 10px;
  transition: all 0.3s ease;
}

[dir="rtl"] .tz-logout-icon {
  margin-right: 0;
  margin-left: 10px;
}

/* Adjustments for collapsed sidebar */
.sidebar.hide-sidebar .tz-sidebar-bottom {
  left: 10px;
  right: 10px;
}

.sidebar.hide-sidebar .tz-sidebar-logout {
  padding: 12px;
  justify-content: center;
}

.sidebar.hide-sidebar .tz-logout-text {
  display: none;
}

.sidebar.hide-sidebar .tz-logout-icon {
  margin-right: 0;
  margin-left: 0;
}

/*# sourceMappingURL=style.css.map */
