:root {
  --primary-color: #124faf;
  --primary-gradient-start: #182579;
  --primary-gradient-end: #115bbe;
  --text-dark: #1e293b;
  --text-light: #64748b;
  --text-lighter: #94a3b8;
  --border-color: #e2e8f0;
  --bg-light: #f8fafc;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.app-content {
  margin-left: 0 !important;
}

body.modern-login {
  background: #f8fafc;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-login .login-container {
  display: flex;
  max-width: 1200px;
  width: 90%;
  background: white;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
  min-height: 700px;
}

.modern-login .illustration-side {
  flex: 1;
  /* background: linear-gradient(135deg, #4318FF 0%, #7b3aff 50%, #b35cff 100%); */
  background: linear-gradient(to bottom right, #4f46e5, #1d4ed8, #1e3a8a) !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  padding: 80px 60px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 30%, #5b4eff 0%, transparent 60%),
    radial-gradient(circle at 80% 20%, #a855f7 0%, transparent 70%),
    radial-gradient(circle at 60% 80%, #3b82f6 0%, transparent 70%),
    #1e1b4b;
  filter: blur(0px);
  height: auto;
}

.modern-login .illustration-side {
  position: relative;
  overflow: hidden;
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  z-index: 2;
  background: #1e1b4b;
}

.illustration-side .blob {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.8;
  animation: float 12s infinite ease-in-out;
}

.blob:nth-child(1) {
  background: #6d28d9;
  top: -100px;
  left: -100px;
  animation-duration: 14s;
}

.blob:nth-child(2) {
  background: #4f46e5;
  top: 40%;
  left: 50%;
  animation-duration: 18s;
}

.blob:nth-child(3) {
  background: #3b82f6;
  bottom: -120px;
  right: -80px;
  animation-duration: 16s;
}

@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(40px, -60px) scale(1.15);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

/* 

.modern-login .illustration-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(60px);
  z-index: 0;
}

.modern-login .illustration-side::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  top: -200px;
  right: -200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
} */

.modern-login .illustration-side::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -150px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.modern-login .brand-logo {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  width: auto;
  background: rgba(255, 255, 255, .12);
  padding: 10px;
  border-radius: 12px;
}

.modern-login .brand-logo img {
  height: 45px;
  width: 45px;
}

.modern-login .illustration-content {
  position: relative;
  z-index: 1;
  color: white;
}

.modern-login .illustration-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
  max-width: 400px;
}

.modern-login .illustration-content p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 400px;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .5px;
}

.modern-login .form-side {
  flex: 1;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
}

.modern-login .form-header {
  margin-bottom: 40px;
}

.modern-login .top-logo-bar {
  margin-bottom: 24px;
}

.modern-login .top-logo-bar img {
  max-height: 50px;
  width: auto;
}

.modern-login .brand-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.modern-login .brand-icon i {
  font-size: 24px;
  color: white;
}

.modern-login .form-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.2;
}

.modern-login .form-subtitle {
  color: var(--text-lighter);
  font-size: 14px;
  line-height: 1.7;
}

.modern-login .input-wrapper {
  margin-bottom: 20px;
}

.modern-login .form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.modern-login .input-group-modern {
  position: relative;
}

.modern-login .form-control-modern {
  width: 100%;
  padding: 14px 16px;
  padding-right: 45px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  font-size: 15px;
  color: var(--text-dark);
  transition: all 0.3s ease;
  background: white;
}

.modern-login .form-control-modern::placeholder {
  color: var(--text-lighter);
}

.modern-login .form-control-modern:focus {
  outline: none;
  border-color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  box-shadow: 0 0 0 3px rgba(67, 24, 255, 0.1);
}

.modern-login .password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--text-lighter);
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  transition: color 0.3s;
}

.modern-login .password-toggle:hover {
  color: var(--text-dark);
}

.modern-login .btn-primary-custom {
  width: 100%;
  padding: 18px;
  border: none;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

/* 
.modern-login .btn-primary-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  animation: shine 4s infinite;
  z-index: 0;
}

.modern-login .btn-primary-custom>* {
  position: relative;
  z-index: 1;
}

.modern-login .btn-primary-custom:hover {
  background: var(--primary-gradient-start);
}

.modern-login .btn-primary-custom:active {
  transform: translateY(0);
} */

@keyframes shine {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.modern-login .alert-error {
  padding: 14px 18px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  color: #dc2626;
  font-size: 14px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modern-login .alert-error i {
  font-size: 18px;
}

.modern-login .divider {
  margin: 28px 0;
  text-align: center;
  position: relative;
}

.modern-login .divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}

.modern-login .divider span {
  position: relative;
  background: white;
  padding: 0 16px;
  color: var(--text-lighter);
  font-size: 13px;
}

.modern-login .social-login {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.modern-login .social-btn {
  flex: 1;
  padding: 12px;
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-login .social-btn i {
  font-size: 20px;
  color: var(--text-dark);
}

.modern-login .social-btn:hover {
  background: white;
  border-color: var(--text-light);
}

.modern-login .signup-link {
  text-align: center;
  font-size: 14px;
  color: var(--text-light);
}

.modern-login .signup-link a {
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  text-decoration: none;
  font-weight: 600;
}

.modern-login .signup-link a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .modern-login .login-container {
    flex-direction: column;
    width: 95%;
    max-width: 500px;
    min-height: auto;
  }

  .modern-login .brand-logo {
    margin-bottom: 30px;
  }

  .modern-login .illustration-side {
    padding: 50px 40px;
    min-height: 300px;
  }

  .modern-login .illustration-content h2 {
    font-size: 24px;
  }

  .modern-login .illustration-content p {
    font-size: 16px;
  }

  .modern-login .form-side {
    padding: 50px 40px;
  }
}

@media (max-width: 768px) {
  .modern-login .login-container {
    border-radius: 24px;
  }

  .modern-login .form-side {
    padding: 40px 30px;
  }

  .modern-login .illustration-side {
    padding: 40px 30px;
  }

  .modern-login .form-title {
    font-size: 26px;
  }

  .modern-login .form-subtitle {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .modern-login .login-container {
    border-radius: 20px;
    width: 100%;
  }

  .modern-login .form-side {
    padding: 30px 25px;
  }

  .modern-login .illustration-side {
    padding: 30px 25px;
  }

  .modern-login .brand-logo {
    margin-bottom: 40px;
  }

  .modern-login .brand-logo img {
    max-height: 40px;
  }
}

.modern-login .copyright-footer {
  text-align: center;
  padding: 24px 0 0 0;
  margin-top: 32px;
  border-top: 1px solid var(--border-color);
}

.modern-login .copyright-footer p {
  font-size: 12px;
  color: var(--text-lighter);
  margin: 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .modern-login .copyright-footer {
    padding: 20px 0 0 0;
    margin-top: 24px;
  }

  .modern-login .copyright-footer p {
    font-size: 11px;
  }
}

.modern-login .illustration-side {
  position: relative;
  overflow: hidden;
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  z-index: 2;
  background: #1e1b4b;
}

.illustration-side .blob {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: float 15s infinite ease-in-out;
}

.blob:nth-child(1) {
  background: #6d28d9;
  top: -150px;
  left: -150px;
  animation-duration: 20s;
}

.blob:nth-child(2) {
  background: #4f46e5;
  top: 50%;
  right: -100px;
  animation-duration: 18s;
  animation-delay: -5s;
}

.blob:nth-child(3) {
  background: #3b82f6;
  bottom: -100px;
  left: 30%;
  animation-duration: 22s;
  animation-delay: -10s;
}

@keyframes float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -50px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 30px) scale(0.9);
  }
}

.modern-login .brand-logo {
  animation: fadeInDown 1s ease-out;
}

.modern-login .illustration-content h2 {
  animation: fadeInUp 1s ease-out 0.2s backwards;
}

.modern-login .illustration-content p {
  animation: fadeInUp 1s ease-out 0.4s backwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .modern-login .illustration-side::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 4s ease-in-out infinite;
} */

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

@media (min-width: 992px) {
  #accordionSidebar {
    width: 260px !important;
  }

  #wrapper {
    width: calc(100% - 280px) !important;
    margin-left: auto;
  }

  .sidebar {
    width: 260px !important;
  }
}

.sidebar-footer {
  padding: 20px 12px;
  border-top: 1px solid var(--border-color);
}

.page-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}

.user-info-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: var(--bg-light);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.user-info-trigger:hover {
  background: var(--border-color);
}

.dropdown-arrow {
  font-size: 12px;
  color: var(--text-light);
  transition: transform 0.3s ease;
}

.user-info-trigger[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logout-item {
  color: #dc2626;
}

.logout-item:hover {
  background: #fee2e2;
  color: #b91c1c;
}

.logout-item i {
  font-size: 14px;
}

.user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}

.user-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

.content-area {
  flex: 1;
  padding: 32px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.info-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.info-text {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.7;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.stat-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.stat-card:hover {}

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}

.stat-icon.blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.stat-icon.purple {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.stat-icon.green {
  background: linear-gradient(135deg, #10b981, #059669);
}

.stat-icon.orange {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.stat-content {
  flex: 1;
}

.stat-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.stat-label {
  font-size: 13px;
  color: #5f738f !important;
  text-transform: uppercase;
  font-weight: 500;
}

.charts-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.chart-card {
  background: white;
  border-radius: 16px;
  /* border: 1px solid var(--border-color); */
  overflow: hidden;
  height: 100%;
  margin: 0;
  /* border: 1px solid #e5e5e5; */
  border: 1px solid #e7eaef !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-color);
}

.chart-title {
  font-weight: 800;
  color: #1d293d;
  font-size: 1.1rem;
}

.chart-action {
  width: 32px;
  height: 32px;
  border: none;
  background: var(--bg-light);
  border-radius: 8px;
  cursor: pointer;
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.chart-action:hover {
  background: var(--border-color);
  color: var(--text-dark);
}

.chart-body {
  padding: 24px;
}

.chart-placeholder {
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-lighter);
}

.chart-placeholder i {
  font-size: 48px;
  margin-bottom: 12px;
  opacity: 0.5;
}

.chart-placeholder p {
  font-size: 14px;
}

.activity-section {
  background: white;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  padding: 24px;
}

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

.section-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
}

.section-link {
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.section-link:hover {
  gap: 10px;
}

.activity-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.activity-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: var(--bg-light);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.activity-item:hover {
  background: var(--border-color);
}

.activity-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  flex-shrink: 0;
}

.activity-icon.blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.activity-icon.green {
  background: linear-gradient(135deg, #10b981, #059669);
}

.activity-icon.purple {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.activity-content {
  flex: 1;
}

.activity-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.activity-desc {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 6px;
}

.activity-time {
  font-size: 12px;
  color: var(--text-lighter);
}

@media (max-width: 992px) {

  .main-content {
    margin-left: 0;
  }

  .charts-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .content-area {
    padding: 20px;
  }

  .top-header {
    padding: 0 20px;
  }

  .page-title {
    font-size: 16px;
  }

  .header-left {
    gap: 12px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .user-name {
    display: none;
  }
}

@media (max-width: 480px) {
  .content-area {
    padding: 16px;
  }

  .info-card,
  .stat-card,
  .chart-card,
  .activity-section {
    border-radius: 12px;
  }

  .stat-value {
    font-size: 24px;
  }

  .chart-placeholder {
    height: 200px;
  }
}

.sidebar-nav::-webkit-scrollbar {
  width: 6px;
}

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

.sidebar-nav::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 3px;
}

.sidebar-nav::-webkit-scrollbar-thumb:hover {
  background: var(--text-lighter);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-card,
.chart-card,
.activity-item {
  animation: fadeIn 0.5s ease-out backwards;
}

.stat-card:nth-child(1) {
  animation-delay: 0.1s;
}

.stat-card:nth-child(2) {
  animation-delay: 0.2s;
}

.stat-card:nth-child(3) {
  animation-delay: 0.3s;
}

.stat-card:nth-child(4) {
  animation-delay: 0.4s;
}

:root {
  --orange: #ff9770;
  --purple: #a855f7;
  --green: #34d399;
  --pink: #ec4899;
  --blue: #3b82f6;
  --navy: #2d3e63;
}

.stats-row {
  margin-bottom: 24px;
}

.stats-row>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.stats-row .publication-card,
.stats-row .stats-column {
  height: 100%;
  flex: 1;
}

.publication-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); */
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  animation: fadeInUp 0.6s ease-out;
}

.pub-left {
  padding: 40px;
  background: linear-gradient(135deg, #2d3e63 0%, #1e2942 100%);
  color: white;
}

.pub-main-stat {
  margin-bottom: 40px;
}

.pub-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  display: block;
  margin-bottom: 12px;
}

.pub-value {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #fff 0%, #a8b3ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pub-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: 0.9;
}

.pub-note i {
  color: #34d399;
}

.pub-progress-bars {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.progress-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.progress-header span:first-child {
  opacity: 0.9;
}

.progress-value {
  font-weight: 600;
  font-size: 16px;
}

.progress-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-gradient-start), var(--primary-gradient-end));
  border-radius: 10px;
  width: 0;
  box-shadow: 0 0 10px rgba(78, 90, 255, 0.5);
  transition: box-shadow 0.3s ease;
}

.pub-right {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.donut-chart-wrapper {
  position: relative;
  /* width: 200px;
    height: 250px; */
  width: 350px;
  margin: 0 auto;
}

.donut-chart-wrapper canvas {
  filter: drop-shadow(0 4px 12px rgba(78, 90, 255, 0.2));
}

.quarter-legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: var(--bg-light);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.legend-item:hover {
  background: var(--border-color);
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.legend-dot.q1 {
  background: linear-gradient(135deg, #4e5aff, #7d5aff);
}

.legend-dot.q2 {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.legend-dot.q3 {
  background: linear-gradient(135deg, #34d399, #10b981);
}

.legend-dot.q4 {
  background: linear-gradient(135deg, #a855f7, #9333ea);
}

.legend-text {
  font-size: 13px;
  color: var(--text-dark);
  font-weight: 500;
}

.stats-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  height: 100%;
}

.stat-card-small {
  background: white;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #e5e5e5; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.stat-card-small::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  border-radius: 0 16px 16px 0;
}

.stat-card-small.orange::before {
  background: var(--orange);
}

.stat-card-small.purple::before {
  background: var(--purple);
}

.stat-card-small.green::before {
  background: var(--green);
}

.stat-card-small.pink::before {
  background: var(--pink);
}

.stat-card-small.blue::before {
  background: var(--blue);
}

.stat-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  flex-shrink: 0;
  z-index: 1;
}

.stat-card-small.orange .stat-card-icon {
  background: linear-gradient(135deg, var(--orange), #ff8055);
}

.stat-card-small.purple .stat-card-icon {
  background: linear-gradient(135deg, var(--purple), #9333ea);
}

.stat-card-small.green .stat-card-icon {
  background: linear-gradient(135deg, var(--green), #10b981);
}

.stat-card-small.pink .stat-card-icon {
  background: linear-gradient(135deg, var(--pink), #db2777);
}

.stat-card-small.blue .stat-card-icon {
  background: linear-gradient(135deg, var(--blue), #2563eb);
}

.stat-card-content {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

h3.chart-title+p {
  color: #5f738f;
  font-size: .9rem;
}

.stat-label {
  font-size: 13px;
  color: var(--text-light);
  font-weight: 500;
}

.stat-card-small .stat-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0
}

a {
  text-decoration: none !important;
}

.info-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 1200px) {}

@media (max-width: 768px) {
  .publication-card {
    grid-template-columns: 1fr;
  }

  .pub-left {
    padding: 30px 24px;
  }

  .pub-value {
    font-size: 42px;
  }

  .pub-right {
    padding: 30px 24px;
  }

  .quarters-grid {
    grid-template-columns: 1fr;
  }
}

.table-responsive table {
  background: white !important;
}

.table.table-striped.table-bordered td {
  color: #333 !important;
}


/* #content>.container-fluid { */
#content>.container-fluid:first-of-type {
  padding-top: 1rem;
  box-shadow: none !important;
  background: transparent !important;
}

.home-overview-charts {
  margin-top: 32px;
}

.home-overview-charts .row {
  display: flex;
  flex-wrap: wrap;
}

.home-overview-charts .row>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.home-overview-charts .chart-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); */
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
}

.home-overview-charts .chart-header {
  padding: 24px 24px 16px 24px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-overview-charts .chart-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.home-overview-charts .chart-title i {
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
}

.home-overview-charts .chart-menu-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: var(--bg-light);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--text-light);
}

.home-overview-charts .chart-menu-btn:hover {
  background: var(--border-color);
  color: var(--text-dark);
}

.home-overview-charts .chart-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-overview-charts .chart-body>div:not(.chart-info) {
  flex: 1;
}

.home-overview-charts .chart-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg-light);
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-overview-charts .chart-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.home-overview-charts .chart-info-text {
  flex: 1;
}

.home-overview-charts .chart-info-label {
  font-size: 12px;
  color: var(--text-light);
  display: block;
  margin-bottom: 2px;
}

.home-overview-charts .chart-info-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
}

@media (max-width: 768px) {
  .home-overview-charts .chart-header {
    padding: 20px 16px 12px 16px;
  }

  .home-overview-charts .chart-body {
    padding: 16px;
  }

  .home-overview-charts .chart-title {
    font-size: 14px;
  }
}

.app-footer {
  background: white;
  border-top: 1px solid var(--border-color);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.04);
  margin-left: 0 !important;
}

.app-footer .footer-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-footer .footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.app-footer .footer-btn.primary {
  background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
  color: white;
  box-shadow: 0 2px 8px rgba(78, 90, 255, 0.2);
}

.app-footer .footer-btn.primary:hover {
  box-shadow: 0 4px 16px rgba(78, 90, 255, 0.3);
}

.app-footer .footer-btn.danger {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.app-footer .footer-btn.danger:hover {}

.app-footer .footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.app-footer .footer-text {
  font-size: 13px;
  color: var(--text-light);
}

.app-footer .footer-link {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.app-footer .footer-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  transition: width 0.3s ease;
}

.app-footer .footer-link {
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
}


.app-footer .footer-divider {
  width: 1px;
  height: 24px;
  background: var(--border-color);
}

.app-footer .footer-year {
  font-size: 13px;
  color: var(--text-lighter);
}

@media (max-width: 768px) {
  .app-footer {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 16px;
  }

  .app-footer .footer-left {
    flex-direction: column;
  }

  .app-footer .footer-btn {
    width: 100%;
    justify-content: center;
  }

  .app-footer .footer-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .app-footer .footer-divider {
    display: none;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(78, 90, 255, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  box-shadow: 0 8px 24px rgba(78, 90, 255, 0.4);
  color: white;
  text-decoration: none;
}

.scroll-to-top:active {}

.scroll-to-top i {
  font-size: 20px;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }

  .scroll-to-top i {
    font-size: 18px;
  }
}


.page-title-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  /* border-left: 4px solid linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.3s ease;
}

.page-title-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.title-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.title-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #182579 0%, #115bbe 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(78, 90, 255, 0.3);
}

.title-content h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.title-content p {
  font-size: 13px;
  color: var(--text-light);
  margin: 0;
}

.title-right {
  display: flex;
  gap: 12px;
}

.title-btn {
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-btn-primary {
  background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end));
  color: white;
  box-shadow: 0 2px 8px rgba(78, 90, 255, 0.2);
}

.title-btn-primary:hover {
  box-shadow: 0 4px 16px rgba(78, 90, 255, 0.3);
}

.title-btn-secondary {
  background: var(--bg-light);
  color: var(--text-dark);
}

.title-btn-secondary:hover {
  background: var(--border-color);
}

@media (max-width: 768px) {
  .page-title-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .title-content h1 {
    font-size: 20px;
  }

  .title-right {
    width: 100%;
    flex-direction: column;
  }

  .title-btn {
    width: 100%;
    justify-content: center;
  }
}

.table-container {
  background: white !important;
  border-radius: 16px !important;
  padding: 32px 24px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
}

.ranking-table {
  background: white !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.ranking-table thead {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
}

.ranking-table thead tr td {
  padding: 16px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  /* border-bottom: 5px solid linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important; */
  background: transparent !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  vertical-align: middle;
}

.ranking-table tbody tr {
  transition: all 0.3s ease !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.ranking-table tbody tr:hover {}

.ranking-table tbody tr td {
  padding: 16px 20px !important;
  font-size: 14px !important;
  color: var(--text-light) !important;
  vertical-align: middle !important;
  border: none !important;
  border-bottom: 1px solid var(--border-color) !important;
}

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

.ranking-table tbody tr td:first-child {
  font-weight: 600 !important;
  color: var(--text-dark) !important;
}

.ranking-table tbody tr td:nth-child(2),
.ranking-table tbody tr td:nth-child(3) {
  font-weight: 600 !important;
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
}

.ranking-table tbody tr td:nth-child(4) {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: var(--bg-light);
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: var(--text-lighter);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-title-card {
  animation: fadeIn 0.5s ease-out;
}

.ranking-table tbody tr {
  animation: fadeIn 0.5s ease-out backwards;
}

.ranking-table tbody tr:nth-child(1) {
  animation-delay: 0.05s;
}

.ranking-table tbody tr:nth-child(2) {
  animation-delay: 0.1s;
}

.ranking-table tbody tr:nth-child(3) {
  animation-delay: 0.15s;
}

.ranking-table tbody tr:nth-child(4) {
  animation-delay: 0.2s;
}

.ranking-table tbody tr:nth-child(5) {
  animation-delay: 0.25s;
}

.ranking-table tbody tr:nth-child(6) {
  animation-delay: 0.3s;
}

.ranking-table tbody tr:nth-child(7) {
  animation-delay: 0.35s;
}

.ranking-table tbody tr:nth-child(8) {
  animation-delay: 0.4s;
}

.ranking-table tbody tr:nth-child(9) {
  animation-delay: 0.45s;
}

.ranking-table tbody tr:nth-child(10) {
  animation-delay: 0.5s;
}

.ranking-table tbody tr:nth-child(11) {
  animation-delay: 0.55s;
}

.ranking-table tbody tr:nth-child(12) {
  animation-delay: 0.6s;
}

.ranking-table tbody tr:nth-child(13) {
  animation-delay: 0.65s;
}

.ranking-table tbody tr:nth-child(14) {
  animation-delay: 0.7s;
}

.ranking-table tbody tr:nth-child(15) {
  animation-delay: 0.75s;
}

.ranking-table tbody tr:nth-child(16) {
  animation-delay: 0.8s;
}

.ranking-table tbody tr:nth-child(17) {
  animation-delay: 0.85s;
}

.ranking-table tbody tr:nth-child(18) {
  animation-delay: 0.9s;
}

.ranking-table tr {
  background: linear-gradient(135deg, #182579 0%, #115bbe 100%)
}


/*
  content rating
*/

.container-fluid.content-rating {
  padding: .5rem !important;
  padding-bottom: .5rem !important;
  width: fit-content;
  margin-right: auto;
  margin-left: 0;
}

.container-fluid.content-rating .nav-container {
  background-color: #fff;
  display: flex;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  margin-top: 1rem;
  border-radius: 5px;
  padding: 0;
}

.container-fluid.content-rating .slider {
  position: absolute;
  height: 50px;
  border-radius: 25px;
  z-index: 0;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}

.container-fluid.content-rating .nav-container::-webkit-scrollbar {
  display: none;
}

.container-fluid.content-rating .nav-container .nav-tabs {
  flex-wrap: nowrap;
  padding: .8rem;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
  border-bottom: 0;
  padding-top: 1rem !important;
  width: 100% !important;
}

.container-fluid.content-rating .nav-tabs .nav-link {
  transition: color 0.3s ease;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  /* margin-bottom: 10px !important; */
}

.container-fluid.content-rating .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #182579 0%, #115bbe 100%);
  color: #fff;
}

.container-fluid.content-rating .content-area .ranking-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.container-fluid.content-rating .content-area .logo-img {
  height: 55px;
  object-fit: contain;
}

.container-fluid.content-rating .content-area {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem 0;
  /* height: auto; */
  /* max-width: 1500px !important; */
  max-width: 100%;
}


.container-fluid.content-rating .content-area .ranking-title-area .left {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.container-fluid.content-rating .content-area .ranking-title-area .right .link {
  color: #2152ff;
  font-weight: 600;
  font-size: 1rem;
}

.container-fluid.content-rating .content-area .ranking-title-area {
  margin-bottom: 2rem !important;
}

@media (max-width: 992px) {

  .container-fluid.content-rating .content-area .ranking-title-area,
  .container-fluid.content-rating .content-area .ranking-content p {
    flex-direction: column;
    gap: .5rem
  }
}

.container-fluid.content-rating .content-area .ranking-content .title {
  font-weight: 800;
  text-transform: uppercase;
  color: #333;
  font-size: 1.2rem;
}

.container-fluid.content-rating .content-area .ranking-content p {
  color: #333;
  font-weight: 400;
  font-size: .95rem;
}

.container-fluid.content-rating .mini-container {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.container-fluid.content-rating .mini-container h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #354891;
  font-size: 1.1rem;
}

.container-fluid.content-rating .num-list {
  counter-reset: list-counter;
  padding-left: 0;
}

.container-fluid.content-rating .num-list li {
  list-style: none;
  position: relative;
  counter-increment: list-counter;
  padding-left: 35px;

}

.container-fluid.content-rating .num-list li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #30498f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}



.container-fluid.content-rating .num-list li h5 {
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  font-size: .95rem;
  margin-bottom: 0;
}

.container-fluid.content-rating .img-wrapper {
  height: auto;
  text-align: center;
}

.container-fluid.content-rating .img-wrapper .img {
  max-width: 100%;
  height: auto;
  max-height: 240px;
}

@media (max-width: 992px) {
  .container-fluid.content-rating .img-wrapper img {
    max-height: 170px !important;
  }
}

.container-fluid.content-rating .icon-list li {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
}

.container-fluid.content-rating .icon-list li img {
  height: 30px;
}

.container-fluid.content-rating .icon-list li .img-wrapper {
  width: 45px;
  height: 45px;
  background-color: #2152ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #eff1f5;
  padding: 5px;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  justify-content: center;
  display: inline-flex;
}

.container-fluid.content-rating .inf h5,
.inf p {
  margin: 0;
}

.container-fluid.content-rating .inf h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: .95rem;
  margin-bottom: 0;
}

.container-fluid.content-rating .mini-container.general-info .item {
  display: flex;
  align-items: center;
  gap: .5rem;
  /* justify-content: center; */
}

.container-fluid.content-rating .mini-container.general-info {
  margin-bottom: 2rem;
}

.container-fluid.content-rating .mini-container.general-info .img-wrapper {
  background-color: #eff1f5;
  padding: 1rem;
  border-radius: 50%;
}

.container-fluid.content-rating .mini-container.general-info img {
  height: 50px;
}

.container-fluid.content-rating .mini-container.data.academician .num-list li:before,
.container-fluid.content-rating .mini-container.data.method .num-list li:before {
  content: " " !important;
  width: 10px;
  height: 10px;
}

.container-fluid.content-rating .mini-container.data.academician .num-list li,
.container-fluid.content-rating .mini-container.data.method .num-list li {
  padding-left: 20px
}


.container-fluid.content-rating .table {
  border-radius: 5px;
  overflow: hidden;
}

.container-fluid.content-rating .table th {
  background-color: #30498f;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.container-fluid.content-rating .table td {
  color: #333;
  align-content: center;
}

.container-fluid.content-rating .table-hover tbody tr:hover {
  background-color: #f2f5ff;
}

.container-fluid.content-rating .card.shadow-lg {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .075) !important;
  box-shadow: none !important;
  border: 1px solid #eff1f5;
}

.container-fluid.content-rating .card.shadow-lg .table tr {
  border: 3px solid #eff1f5;
}

.container-fluid.content-rating .card.shadow-lg .table thead tr {
  border: 3px solid #30498f;
}

.container-fluid.content-rating .ranking-content .title+p {
  margin-bottom: 1.5rem;
}

.container-fluid.content-rating .card.shadow-lg .table th:not(:last-child) {
  border-right: 1px solid #fff !important;
}

.container-fluid.content-rating .table tr td.table-title {
  font-weight: 700 !important;
}

.container-fluid.content-rating .link {
  color: #2152ff;
  font-size: 1rem;
}


.container-fluid.content-rating h5 a.link {
  text-transform: lowercase
}

.container-fluid.content-rating .mini-container.data.sdg h6 {
  margin-top: 1rem;
}


@media (min-width: 768px) {
  .mini-container.data.sdg .num-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
  }
}

@media (min-width: 1200px) {
  .mini-container.data.sdg .num-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style-type: none;
  }
}

.container-fluid.content-rating .mini-container.data.sdg img {
  max-height: 450px;
}

.container-fluid.content-rating .mini-container.data.academician.meth .num-list p {
  margin-bottom: .5rem !important;
}

.container-fluid.content-rating .num-list li.list-before-0::before {
  transform: none !important;
  top: -3px !important;
}


.offcanvas {
  position: fixed;
  top: 80px;
  right: -250px !important;
  width: 250px;
  height: 100%;
  z-index: 1040;
  padding: 1rem;
  background-color: #343a40;
  color: #fff;
  transition: left 0.3s ease;
}

.offcanvas.show {
  right: 0 !important;
}

.container-fluid.content-rating .nav-container {
  z-index: 100000000000;
  width: 250px !important;
  margin-top: 0;
  overflow-y: scroll;
  height: fit-content;
  /* max-height: 100vh; */
  transition: .5s ease;
  display: block;
}

.nav-item .nav-link {
  text-wrap: wrap;
  text-align: left;
}

.container-fluid.content-rating #offcanvasClose {
  filter: invert(1);
  background-color: #131313;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 1rem;
}

.container-fluid.content-rating .offcanvas-toggle {
  background-color: #2152ff;
  color: #fff;
  border-radius: 5px;
}

.container-fluid.content-rating #offcanvasMenu {
  background-color: #f7f8f9;
}


.container-fluid.content-rating #offcanvasToggle {
  display: inline-block;
  font-weight: 400;
  color: #575963;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .35rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: #F2F3F7;
  font-weight: 700;
  margin-top: 1rem;
  box-shadow: none !important;
}

.container-fluid.content-rating #offcanvasMenu.show+.container .offcanvas-toggle {
  background: linear-gradient(135deg, #182579 0%, #115bbe 100%);
  color: #fff;
}



@media (min-width: 992px) {

  .page-content.main-container.academician .education.summary .summary-header .info-item,
  .page-content.main-container .academician-wrapper .education.summary .summary-header .info-item {
    justify-content: start !important;
  }

  .page-content.main-container.academician .education.summary .col-lg-6:has(.info-item),
  .page-content.main-container .academician-wrapper .education.summary .col-lg-6:has(.info-item) {
    width: fit-content !important;
    max-width: fit-content !important;
    margin-left: auto !important;
  }
}



#myTab .nav-item {
  padding: 0;
}

/* ------------------- */
.app-content {
  background: var(--bg-light) !important;
  padding: 24px !important;
}

.card {
  background: white !important;
  border: none !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  margin-bottom: 24px !important;
}

.card.shadow {
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.card.shadow:hover {
  box-shadow: none !important;
}

.card-body {
  padding: 32px !important;
}

.card-body h1 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  margin-bottom: 32px !important;
  padding-bottom: 16px !important;
  /* border-bottom: 3px solid linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important; */
}

.card-body h6 {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--text-dark) !important;
  margin-bottom: 24px !important;
}

.special-form {
  margin-bottom: 24px;
}

.special-form .row {
  margin-bottom: 0 !important;
}

.special-form .item {
  margin-bottom: 24px !important;
}

.special-form .item .header h6 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--text-dark) !important;
  margin-bottom: 8px !important;
  border: none !important;
  padding: 0 !important;
}

.special-form .item-choose {
  padding-top: 0 !important;
}

.form-control {
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: var(--text-dark) !important;
  transition: all 0.3s ease !important;
  background: white !important;
}

.form-control:focus {
  outline: none !important;
  border-color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
  box-shadow: 0 0 0 3px rgba(78, 90, 255, 0.1) !important;
}

.form-control::placeholder {
  color: var(--text-lighter) !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  height: 45px !important;
  background: white !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px !important;
  color: var(--text-dark) !important;
  padding-left: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
  right: 10px !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
  box-shadow: 0 0 0 3px rgba(78, 90, 255, 0.1) !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end)) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: white !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(78, 90, 255, 0.3) !important;
  width: 100% !important;
  margin-top: 24px !important;
}

.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(78, 90, 255, 0.4) !important;
}

.btn-primary:active {
  transform: translateY(0) !important;
}

.card.charts {
  background: white !important;
}

.card.charts .card-body {
  padding: 32px 24px !important;
}

.chart-item {
  border-radius: 12px !important;
  padding: 16px !important;
  background: var(--bg-light) !important;
  margin: 0 !important;
}

.dataTables_wrapper {
  padding: 0 !important;
}

.dt-buttons {
  margin-bottom: 20px !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.dt-button {
  background: var(--bg-light) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--text-dark) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.dt-button:hover {
  background: white !important;
  border-color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.dataTables_filter {
  float: right !important;
  margin-bottom: 20px !important;
}

.dataTables_filter label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--text-dark) !important;
}

.dataTables_filter input {
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  min-width: 250px !important;
  transition: all 0.3s ease !important;
}

.dataTables_filter input:focus {
  outline: none !important;
  border-color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
  box-shadow: 0 0 0 3px rgba(78, 90, 255, 0.1) !important;
}

.table {
  width: 100% !important;
  margin-bottom: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.table.table-striped.table-bordered {
  border-radius: 12px !important;
  overflow: hidden !important;
  /* border: 1px solid var(--border-color) !important; */
}

.table thead {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
}

.table thead th {
  padding: 16px 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: 2px solid linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  border-left: none !important;
  border-right: 1px solid var(--border-color) !important;
  border-top: none !important;
  white-space: nowrap !important;
}

.table thead th:last-child {
  border-right: none !important;
}

.filters123 th {
  background: white !important;
  padding: 12px 8px !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.filters123 th input {
  width: 100% !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-size: 12px !important;
  transition: all 0.3s ease !important;
}

.filters123 th input:focus {
  outline: none !important;
  border-color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  box-shadow: 0 0 0 2px rgba(78, 90, 255, 0.1) !important;
}

.table tbody tr {
  transition: all 0.3s ease !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.table tbody td {
  padding: 14px 16px !important;
  font-size: 13px !important;
  color: var(--text-light) !important;
  vertical-align: middle !important;
  border-left: none !important;
  border-right: 1px solid var(--border-color) !important;
  border-top: none !important;
}

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

.table tbody td:first-child {
  font-weight: 600 !important;
  color: var(--text-dark) !important;
}

.table tbody td a {
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

.table tbody td a:hover {
  color: var(--primary-gradient-start) !important;
  text-decoration: underline !important;
}

.table tfoot th {
  padding: 16px 16px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--text-dark) !important;
  background: var(--bg-light) !important;
  border-top: 2px solid linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important;
  border-right: 1px solid var(--border-color) !important;
}

.dataTables_info {
  padding-top: 20px !important;
  font-size: 13px !important;
  color: var(--text-light) !important;
}

.dataTables_paginate {
  padding-top: 20px !important;
}

.pagination {
  display: flex !important;
  gap: 4px !important;
  margin: 0 !important;
}

.paginate_button {
  margin: 0 !important;
}

.page-link {
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  color: var(--text-dark) !important;
  background: white !important;
  transition: all 0.3s ease !important;
}

.paginate_button.disabled .page-link {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.btn-scroll-top {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end)) !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(78, 90, 255, 0.3) !important;
  transition: all 0.3s ease !important;
  z-index: 1000 !important;
}

.btn-scroll-top:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(78, 90, 255, 0.4) !important;
  color: white !important;
}

.btn-scroll-top i {
  font-size: 18px !important;
}

.responsive-table {
  overflow-x: auto !important;
}

.responsive-table::-webkit-scrollbar {
  height: 8px !important;
}

.responsive-table::-webkit-scrollbar-track {
  background: var(--bg-light) !important;
  border-radius: 10px !important;
}

.responsive-table::-webkit-scrollbar-thumb {
  background: var(--border-color) !important;
  border-radius: 10px !important;
}

.responsive-table::-webkit-scrollbar-thumb:hover {
  background: var(--text-lighter) !important;
}

.highcharts-container {
  border-radius: 12px !important;
}

.highcharts-background {
  fill: transparent !important;
}

.highcharts-title {
  font-weight: 600 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .card {
  animation: fadeIn 0.5s ease-out backwards;
}

.card:nth-child(1) {
  animation-delay: 0.1s;
}

.card:nth-child(2) {
  animation-delay: 0.2s;
}

.card:nth-child(3) {
  animation-delay: 0.3s;
} */

@media (max-width: 768px) {
  .app-content {
    padding: 16px !important;
  }

  .card-body {
    padding: 20px !important;
  }

  .card-body h1 {
    font-size: 20px !important;
  }

  .special-form .item {
    margin-bottom: 16px !important;
  }

  .dt-buttons {
    flex-direction: column !important;
  }

  .dt-button {
    width: 100% !important;
  }

  .dataTables_filter {
    float: none !important;
    margin-bottom: 16px !important;
  }

  .dataTables_filter input {
    width: 100% !important;
    min-width: auto !important;
  }

  .table thead th,
  .table tbody td {
    padding: 10px 8px !important;
    font-size: 12px !important;
  }

  .btn-scroll-top {
    bottom: 20px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
  }
}

.hidden {
  display: none !important;
}

.employee .card {
  /* border-left: 4px solid linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important !important; */
}

.container-fluid.information-table .card h1:after {
  border: 0;
}

.table a.remove-btn {
  border-radius: 50%;
  aspect-ratio: 1;
  color: #fff !important;
}



.table a.remove-btn:hover {
  text-decoration: none !important;
}

#fieldsContainer .form-group {
  border: 0;
}

/* ---------------- */

.metrics-content {}

.metrics-content .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.metrics-content h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  margin-bottom: 32px !important;
  padding: 0 !important;
  border: none !important;
}

.stat-card {
  background: white !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0;
  transition: all 0.3s ease !important;
  height: 100%;
  margin-bottom: 0 !important;
}

.stat-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.stat-card .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.stat-card .top.no-border {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.stat-card .top.mb-4 {
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.stat-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--text-light) !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.stat-title i {
  font-size: 16px;
  margin-right: 6px;
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
}

.stat-title-big {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  margin-bottom: 8px !important;
}

.q1-card .top {
  background: linear-gradient(135deg, rgba(75, 203, 186, 0.1), rgba(52, 184, 167, 0.05));
  padding: 24px !important;
  margin: -32px -32px 24px -32px !important;
  border-radius: 16px 16px 0 0 !important;
  border-bottom: 2px solid #4bcbba !important;
}

.q1-card .total-count {
  background: linear-gradient(135deg, #4bcbba, #34b8a7) !important;
  box-shadow: 0 4px 12px rgba(75, 203, 186, 0.3) !important;
}

.q2-card .top {
  background: linear-gradient(135deg, rgba(109, 184, 240, 0.1), rgba(74, 159, 224, 0.05));
  padding: 24px !important;
  margin: -32px -32px 24px -32px !important;
  border-radius: 16px 16px 0 0 !important;
  border-bottom: 2px solid #6db8f0 !important;
}

.q2-card .total-count {
  background: linear-gradient(135deg, #6db8f0, #4a9fe0) !important;
  box-shadow: 0 4px 12px rgba(109, 184, 240, 0.3) !important;
}

.dmr-card .top {
  background: linear-gradient(135deg, rgba(255, 150, 150, 0.1), rgba(255, 118, 118, 0.05));
  padding: 24px !important;
  margin: -32px -32px 24px -32px !important;
  border-radius: 16px 16px 0 0 !important;
  border-bottom: 2px solid #ff9696 !important;
}

.dmr-card .total-count {
  background: linear-gradient(135deg, #ff9696, #ff7676) !important;
  box-shadow: 0 4px 12px rgba(255, 150, 150, 0.3) !important;
}

.stat-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: var(--bg-light);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.detail-item:hover {
  background: #e8eeff;
}

.detail-item .label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dark);
}

.detail-item .value {
  font-size: 16px;
  font-weight: 700;
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
}

.stats-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.stats-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: var(--bg-light);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.stats-col:hover {
  background: #e8eeff;
}

.stats-col .label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.stats-col .label i {
  color: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  font-size: 14px;
}

.stats-col .value {
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: 6px 16px;
  border-radius: 8px;
}

.badge-primary {
  background: linear-gradient(135deg, var(--primary-gradient-start), var(--primary-gradient-end)) !important;
  box-shadow: 0 2px 8px rgba(78, 90, 255, 0.3) !important;
}

.badge-secondary {
  background: linear-gradient(135deg, #64748b, #475569) !important;
}

.badge-success {
  background: linear-gradient(135deg, #10b981, #059669) !important;
}

.badge-info {
  background: linear-gradient(135deg, #0ea5e9, #0284c7) !important;
}

.detailed-table {
  margin-top: 24px;
  overflow-x: auto;
  border-radius: 12px;
}

.detailed-table::-webkit-scrollbar {
  height: 8px;
}

.detailed-table::-webkit-scrollbar-track {
  background: var(--bg-light);
  border-radius: 10px;
}

.detailed-table::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 10px;
}

.detailed-table::-webkit-scrollbar-thumb:hover {
  background: var(--text-lighter);
}

.detailed-table .table {
  margin-bottom: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.detailed-table .table thead {
  background: linear-gradient(135deg, #5b3a9e, #2c4b8e) !important;
}

.detailed-table .table thead th {
  padding: 16px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: white !important;
  border: none !important;
  white-space: nowrap;
  vertical-align: middle !important;
  background: transparent;
}

.detailed-table .table thead tr th:first-child {
  border-radius: 12px 0 0 0 !important;
}

.detailed-table .table thead tr th:last-child {
  border-radius: 0 12px 0 0 !important;
}

.detailed-table .table tbody tr {
  transition: all 0.3s ease !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.detailed-table .table tbody tr:hover {
  background: var(--bg-light) !important;
  transform: scale(1.002) !important;
}

.detailed-table .table tbody td {
  padding: 14px 20px !important;
  font-size: 13px !important;
  color: var(--text-light) !important;
  border: none !important;
  border-bottom: 1px solid var(--border-color) !important;
  vertical-align: middle !important;
}

.detailed-table .table tbody td:first-child {
  font-weight: 600 !important;
  color: var(--text-dark) !important;
}

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

.detailed-table .table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px !important;
}

.detailed-table .table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0 !important;
}

#institute-q1-q2-container,
#institute-number-article-container {
  border-radius: 12px !important;
  overflow: hidden !important;
  background: var(--bg-light) !important;
  padding: 16px !important;
  margin-bottom: 24px !important;
}

.metrics-content .row.mt-4 {
  margin-top: 24px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-card {
  animation: fadeIn 0.5s ease-out backwards;
}

.metrics-content .row:nth-child(2) .col-md-6:nth-child(1) .stat-card {
  animation-delay: 0.1s;
}

.metrics-content .row:nth-child(2) .col-md-6:nth-child(2) .stat-card {
  animation-delay: 0.2s;
}

.metrics-content .row:nth-child(3) .col-md-4:nth-child(1) .stat-card {
  animation-delay: 0.3s;
}

.metrics-content .row:nth-child(3) .col-md-4:nth-child(2) .stat-card {
  animation-delay: 0.4s;
}

.metrics-content .row:nth-child(3) .col-md-4:nth-child(3) .stat-card {
  animation-delay: 0.5s;
}

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

@media (max-width: 768px) {

  .metrics-content h1 {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }

  .stat-card {
    padding: 24px !important;
  }

  .stat-card .top {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .total-count {
    width: 100%;
    font-size: 28px !important;
    min-width: auto;
  }

  .q1-card .top,
  .q2-card .top,
  .dmr-card .top {
    margin: -24px -24px 20px -24px !important;
  }

  .stat-title {
    font-size: 13px !important;
  }

  .stat-title-big {
    font-size: 18px !important;
  }

  .stats-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .stats-col .value {
    width: 100%;
    text-align: center;
  }

  .detail-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .detailed-table .table thead th,
  .detailed-table .table tbody td {
    padding: 12px 14px !important;
    font-size: 12px !important;
  }
}

.hidden {
  display: none !important;
}

.metrics-content .stat-card::before {
  display: none;
}

thead tr {
  background: linear-gradient(135deg, #ebedef 0%, #ebedef 100%);
}

.metrics-content .stats-col:hover {
  transform: none !important;
}

.metrics-content .stats-row {
  margin-bottom: .5rem !important;
}

.highcharts-credits {
  display: none !important;
}

body {
  /*background-color: #ffffff!important;*/

}

.hidden {
  display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

.table .thead-light th {
  width: 1px;
  white-space: nowrap;
}



p,
ul li {
  font-family: 'Roboto', sans-serif;
}

/* body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
} */

ul.orange-dot {
  list-style: none;
}

ul.orange-dot li::before {
  content: "\2022";
  color: #FF6C00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* ------ */
@media (min-width:992px) {
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important
  }
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

/* -------font-size------- */
.lh-12 {
  line-height: 1.2;
}

.lh-2 {
  line-height: 2;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.ml--0-5 {
  margin-left: -0.5rem;
}

.ml--1 {
  margin-left: -1rem;
}

.fs-1 {
  font-size: 1rem !important;
}

.fs-1-1 {
  font-size: 1.2rem !important;
}

.fs-2 {
  font-size: 1.3rem !important;
}

.fs-2-2 {
  font-size: 1.4rem !important;
}

.fs-2-title {
  font-size: 1.5rem !important;
}

.fs-3 {
  font-size: 1.4rem !important;
}

.fs-4 {
  font-size: 1.8rem !important;
}

.fs-4-2 {
  font-size: 2rem !important;
}

.fs-5 {
  font-size: 3.5rem !important;
}

.fs-5-1 {
  font-size: 2.7rem !important;
}

.fs-3-title {
  font-size: 1.5rem !important;
}

.fs-sm-1 {
  font-size: 0.9rem !important;
}

.fs-sm-1-lt {
  font-size: 0.8rem !important;
}

.dev-font {
  font-size: 4rem;
  line-height: 4rem
}

@media (max-width: 768px) {
  .fs-3 {
    font-size: 1.5rem !important;
  }

  .fs-3-title {
    font-size: 1.7rem !important;
  }

  .fs-2 {
    font-size: 1.1rem !important;
  }

  .fs-2-title {
    font-size: 1rem !important;
  }

  .dev-font {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

.italic {
  font-style: italic;
}

.fw-bold {
  font-weight: bold;
}

.fw-0-sm {
  font-weight: 550;
}

.fw-1-sm {
  font-weight: 600;
}

.fw-2-sm {
  font-weight: 700;
}

/* ------ */
.mw-400 {
  max-width: 400px !important
}

/* --------- */
.arrow-up-brdr {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #70AD47;
}

.arrow-up-brdr-color {
  width: 40px;
  color: #70AD47;
}

.arrow-down-brdr {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #FF0000;
}

.arrow-down-brdr-color {
  width: 40px;
  color: #FF0000;
}

.img-no-drag {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-app-region: no-drag;
  cursor: default;
}

.decimal-list-type {
  list-style-type: decimal;
}

.circle-list-type {
  list-style-type: circle;
}

.lower-roman-list-type {
  list-style-type: lower-roman;
}

.top-50 {
  top: 50vh
}

.top-40 {
  top: 40vh
}

.height-75vh {
  height: 75vh;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.start-50 {
  left: 50% !important;
}

/* ----itu-nav---- */
.itu-footer-c1 {
  color: #797B88
}

.itu-footer-c2 {
  color: #25283E
}


.top-95 {
  top: 95vh;
}

.top-75 {
  top: 75vh;
}

.bg-dark-nav-blue {
  background: #232b59;
}

div.itu-nav {
  background-color: #232b59;
  color: white
}

div.yok-arastirma-nav {
  background-color: #8666A8;
  color: white;
}

@media (max-width: 768px) {

  .itu-nav .right-title,
  .yok-arastirma-nav .left-title {
    font-size: 1.2rem !important
  }
}

.itu-nav .right-title,
.yok-arastirma-nav .left-title {
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .text-auto-md-end {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-auto-md-end {
    text-align: end;
  }
}

@media (max-width: 768px) {
  .text-auto-md-begin {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-auto-md-begin {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

.itu-table.table td,
.itu-table.table th {
  padding: .55rem !important;
}

@media screen and (max-width: 767px) {
  .table-container .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.table-container .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.itu-table.table {
  width: 100%;
  max-width: 100%;
}

.itu-table.table tr {
  text-align: center;
}

.itu-table.table tr {
  font-weight: 500;
  font-size: 0.8rem;
}

.itu-table.table thead {
  background-color: #E9EBF5
}

#footer {
  margin-top: auto;
}

.itu-bee {
  position: absolute;
  z-index: -10000;
  right: 0;
  display: none !important
}

@media (min-width: 768px) {
  .itu-bee {
    margin-top: -150px;
    margin-right: 20px
  }

  .itu-bee img {
    height: 150px !important;
  }
}

@media (max-width: 768px) {
  .itu-bee {
    margin-top: -100px;
  }

  .itu-bee img {
    height: 100px;
  }
}

/* ---1-universite-ranking-siralama-sistemleri-ne-giris------- */
.main-wrapper {
  background-image: url(../img/main-bg.png);
  height: 100vh;
  z-index: -50
}

#page-wrap {
  position: relative;
  z-index: 2;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

/* --------ranking-takvimi-------- */
#ranking-table tbody:first-child {
  background: #c6cbe5 !important;
}

#ranking-table tbody tr,
#ranking-table tbody td {
  border: 1px solid white !important;
  background: #E9EBF5;
}

#ranking-table tbody tr:hover td {
  background: #c6cbe5;
}

/* ----gostergelerin-siralama-kuruluslari-------- */
td.rotated-td {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

#sort-ent-table tbody:first-child td:last-child {
  border: 1px solid #A14167 !important
}

#sort-ent-table tbody tr:first-child {
  border-right: 1px solid white !important;
}

#sort-ent-table tbody tr:first-child td {
  background-color: #A0386B;
  font-weight: 600;
  color: white;
  border-right: 1px solid white;
  border-left: 1px solid #A14167 !important;
  border-bottom: 1px solid #A14167 !important;
  border-top: 1px solid #A14167 !important;
}

#sort-ent-table tbody tr:not(:first-child) td {
  border: 1px solid #A14167 !important
}

#sort-ent-table .phospor {
  background-color: #F1E2E9 !important;
}

#sort-ent-table tbody tr:not(:first-child td:first-child) {
  padding: 0.55rem !important
}

#sort-ent-table td p {
  margin-bottom: 1px;
  font-style: italic;
}


/* ---------9- ranking sistemleri----------- */
@media (min-width: 768px) {
  .img-left-rank {
    max-width: 300px
  }
}

@media (min-width: 1200px) {
  .img-left-ed {
    max-width: 450px
  }
}

@media (min-width: 1200px) {
  .img-left-wur {
    max-width: 600px
  }
}

@media (min-width: 768px) {
  .img-right-wur {
    max-width: 500px
  }
}

.img-right-wur {
  max-width: 400px
}

/* ---------16-e önemli 7 derecelendirme sistemi-------------- */
.card-border-1 {
  border-top: 15px solid #3678DF
}

.card-border-2 {
  border-top: 15px solid #661CC9
}

.card-border-3 {
  border-top: 15px solid #FCD300
}

.card-border-4 {
  border-top: 15px solid #F73D28
}

.card-border-5 {
  border-top: 15px solid #53565A
}

.card-border-6 {
  border-top: 15px solid #FF6C00
}

.card-border-7 {
  border-top: 15px solid #8ED600
}

.gray-font {
  color: #53565A
}

.light-gray-font {
  color: #88858C
}

.box:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
  transition: all .3s;
}

/* -------17 - arwu shangai ranking---------------------------------------------- */
.border-r-2 {
  border-right: 2px solid #FF6C00;
  padding-right: 2px;
  padding-left: 2px
}

/* -----18 - shangai ranking (arwu)-------*/
@media screen and (max-width: 767px) {
  .table-container .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.mini-table.table {
  width: 100%;
  max-width: 100%;
}

.mini-table.table tr {
  text-align: center;
}

.mini-table.table td,
.mini-table.table th {
  padding: .12rem !important;
}

.blue-arwu-phospor {
  background-color: #DEEBF7;
}

.green-arwu-phospor {
  background-color: #A9D18E;
}

.arwu-header-blue {
  background-color: #2658A8;
}

.arwu-header-light-blue {
  background-color: #7BA6CF;
}

.arwu-header {
  color: white;
  font-size: 1rem;
  font-weight: bold;
}


.gray-title {
  color: #53565A;
}

/* -------24-qs-itu------ */

.green-text-qs {
  color: #548235;
}

.red-text-qs {
  color: #FF0000;
}

.s-blue-border {
  border-top: 3px solid #4472C4;
  border-bottom: 3px solid #4472C4
}

table.table-white-bordered>thead>tr>th,
table.table-white-bordered>tbody>tr>td {
  border: 1px solid #ffffff;
}

/* ------25-qs-itu-------- */
ul.space-ul>li {
  padding-bottom: 1rem;
}

/* ----26-Times Higher Education  – WUR  2021 Ranking---- */
.vr {
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.fc-light-blue {
  color: #00B0F0;
}

/* ---30-the-wur-ranking---- */
.bg-card-light-gray {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.bg-card-light-gray-2 {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}

.bg-card-gray-header {
  background-color: #53565A;
  border-color: #53565A;
}

.bg-gray-1 {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.bg-gray-2 {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.bg-gray-3 {
  background-color: #DFDFDF;
  border-color: #DFDFDF;
}

.bg-gray-4 {
  background-color: #BFBFBF;
  border-color: #BFBFBF;
}

.bg-orange {
  background-color: #FF6C00;
  border-color: #FF6C00;
}

/* ---30 result itü-- */

.table-blue-striped tbody tr:nth-of-type(odd) {
  background-color: #D4DDEE
}

/* -----31-the-itu-result---- */

/* ---40-cwts-leiden-ranking---- */

/* ---46-urap-world-ranking----- */
.light-blue-table-header {
  background-color: #0081C7;
}

.sm-itu-table.table td,
.sm-itu-table.table th {
  padding: .55rem !important;
}

.sm-itu-table.table {
  width: 100%;
  max-width: 100%;
}

.sm-itu-table.table tr {
  text-align: center;
}

.sm-itu-table.table tr {
  font-size: 0.8rem;
}

/* ----50-ui-green-metric-wur----- */
.bg-green-metric {
  background-color: #70AD47 !important;
}

.blue-text {
  color: #0070C0;
}

/* ---51-ui-green-metric-wur------ */

.dark-blue-bg {
  background-color: #223F61;
}

.table-blue-gray-striped tbody tr:nth-of-type(odd) {
  background-color: #BFC5D5
}

.bg-light-gray {
  background-color: #E7E7E7;
}

table.table-bordered.table-white-bordered>thead>tr>th,
table.table-bordered.table-white-bordered>tbody>tr>td {
  border: 1px solid white;
}

/* --52-rank-pro-------- */

/* -----54-ntu-ranking--- */
.dark-gray-bg-table {
  background-color: #464A4E
}

.light-note-gray {
  color: #8B9299
}

/* -----37-us-world-report-itu------ */
.box-shadow-multi {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ----41-webometrics---- */
.webo-table-header {
  background-color: #C7DAF9
}

.red-font {
  color: #F74451;
}

.light-green-font {
  color: #71AA8E;
}

.light-blue-font {
  color: #328CCC;
}

/* -----47----- */
.mini-tablev2.table {
  width: 100%;
  max-width: 100%;
}

.mini-tablev2.table tr {
  text-align: left;
}

.mini-tablev2.table td,
.mini-tablev2.table th {
  padding: .3rem !important;
}

.light-green-phospor {
  background-color: #70AD47;
}

/* -----52------ */

/* ------------ntu ranking------------- */
.ntu-ranking-phospor,
.gray-bg-right-color {
  background-color: #F8F8F9;
}

.ntu-ranking-phospor1 {
  background-color: #E9E9EA;
}

/* ----58----- */
.tubitak-dark-gray {
  background-color: #808080;
}

.tubitak-light-gray {
  background-color: #D9D9D9;
}

.tubitak-dark-blue {
  background-color: #5B9BD5;
}

.tubitak-light-blue {
  background-color: #DDECF8;
}

.tubitak-dark-orange {
  background-color: #EE7D31;
}

.tubitak-light-orange {
  background-color: #FCE5D7;
}

.tubitak-dark-green {
  background-color: #70AD47;
}

.tubitak-light-green {
  background-color: #E2EFDB;
}

.tubitak-dark-blue-2 {
  background-color: #4371C4;
}

.tubitak-light-blue-2 {
  background-color: #D9E1F2;
}

.tubitak-dark-blue-3 {
  background-color: #44546A;
}

.tubitak-light-blue-3 {
  background-color: #D6DCE4;
}

/* -----yök araştırma üniversitesi-------- */
table.table-green-bordered>thead>tr>th,
table.table-green-bordered>tbody>tr>td {
  border: 1px solid #9EBD5E;
}

.yok-table-green-striped tbody tr:nth-of-type(odd) {
  background-color: #EBF1DE
}

.yok-table-header {
  background-color: #AEC879 !important;
}

table.table-blue-bordered>thead>tr>th,
table.table-blue-bordered>tbody>tr>td {
  border: 1px solid #4F81BD;
}

.yok-table-blue-striped tbody tr:nth-of-type(odd) {
  background-color: #DCE6F2
}

table.table-yok-red-bordered>thead>tr>th,
table.table-yok-red-bordered>tbody>tr>td {
  border: 1px solid #C45A57;
}

.yok-table-red-striped tbody tr:nth-of-type(odd) {
  background-color: #F2DCDB
}

.itu-phospor-border {
  border-top: 3px solid #70AD47 !important;
  border-bottom: 3px solid #70AD47 !important
}

.blue--phospor {
  background-color: #2658A8;
}

.green-phospor-table {
  background-color: #70AD47;
}

.perf-blue-table-header {
  background-color: #3573CC;
}

.perf-blue-table {
  background-color: #D9E1F5;
}

.perf-green-table-header {
  background-color: #59B02F;
}

.perf-green-table {
  background-color: #DFF0DA;
}

.itu-phospor-red-border {
  border-top: 3px solid #C0504D !important;
  border-bottom: 3px solid #C0504D !important
}

.h-light-blue {
  color: #477EBD;
}

.yellow-mark {
  background-color: #FDFF00;
}

.text-green-h {
  color: #92D050
}

.text-red-h {
  color: #FA3639
}

.bg-light-p {
  background-color: #F6F6F6;
}

.incities-table-left {
  background-color: #D4D4D4;
}

.medium-table.table {
  width: 100%;
  max-width: 100%;
}

.medium-table.table tr {
  text-align: center;
}

.medium-table.table td,
.medium-table.table th {
  padding: .4rem !important;
}

.vertical-td {
  writing-mode: vertical-lr;
  transform: rotate(-0.5turn);
  padding: 1rem !important;
}

.industry-pillar-header {
  background-color: #FFCC00;
}

.industry-pillar-table-border {
  border-top: 5px solid #FFCC00;
}

.table-light-blue-striped tbody tr:nth-of-type(odd) {
  background-color: #BCE4FA
}

.table-light-blue-industry {
  background-color: #DFF3FE
}

.qs-by-subject-table-str {
  background-color: #F5F6F5
}

.mt--45 {
  margin-top: -45px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--70 {
  margin-top: -70px;
}

.mt--90 {
  margin-top: -90px;
}

.w-140 {
  width: 140px;
}

/* -------circular-chart--------------- */
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 90px;
  height: 100%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 90px;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #2B3C4D;
}

.circular-chart.light-blue .circle {
  stroke: #20ABD3;
}

.circular-chart.blue {
  background: white;
  border-radius: 50%;
}

.circular-chart.light-blue {
  background: white;
  border-radius: 50%;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.3em;
  text-anchor: middle;
  font-weight: 700;
}

/* ------------- */
.nw-cwts-header {
  background-color: #e7f0f2 !important;
  color: #0c6778;
}

.blue-font {
  color: #2658A8
}

/* ---------- */


.wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 320px
}

.divimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/the-wur-ranking.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.divimage2 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url('../img/the-scopus-data-model.png');
  background-repeat: no-repeat;
  background-size: 55% auto;
}

.divtext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 13.5%;
  text-align: center;
  font-family: arial;
}

.divtextv1 {
  font-size: 1em;
}

.divtextv2 {
  font-size: 0.8em;
}

@media (min-width:768px and max-width: 1200px) {
  .divtextv1 {
    font-size: 0.8em;
  }

  .divtextv2 {
    font-size: 0.6em;
  }
}

@media (min-width: 1200px) {
  .img-sp-600 {
    height: 600px !important
  }
}

@media (max-width:768px) {
  .divtextv1 {
    font-size: 0.5em;
  }

  .divtextv2 {
    font-size: 0.3em;
  }
}

@media (max-width:480px) {
  .divtextv1 {
    font-size: 0.3em;
  }

  .divtextv2 {
    font-size: 0.2em;
  }
}

/* ------------ */

p.spec-title1 {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  color: #232b59;

}

@media (min-width: 768px) {
  .scrollbar-b {
    width: 14rem !important;
  }

}

.scrollbar-b {
  overflow-y: scroll;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
  background-color: #383e4b;
}



.scrollbar-b::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #383E4B;
}

.scrollbar-b::-webkit-scrollbar {
  width: 12px;
  background-color: #383E4B;
}

.scrollbar-b::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow: hidden !important;
}


.dt-buttons .dt-button {
  padding: 0.3rem 0.5125rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #677788;
  border-width: 0.0625rem;
  border-color: transparent;
  border-radius: 0.3125rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
  display: inline-block;
  padding: 0.6125rem 1rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-radius: 0.3125rem;
  transition: all .2s ease-in-out;
  border: none !important;
  border: 1px solid #c5c6c7 !important;
}

.dt-buttons .dt-button:hover {
  background-color: #e3e3e3;
}

.table input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table input:focus-visible {
  outline: none;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #fff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #fff;
}

/* --------- */

.app-header {
  box-shadow: none;
  border-bottom: 2px solid #f3f3f5;
  z-index: 1;
}

/* 
.app-content {
  background-color: #f3f7ff !important;
} */

.container-fluid [data-highcharts-chart] {
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 10px;
}

.container-fluid [data-highcharts-chart] .highcharts-title {
  color: #232b59 !important;
  fill: #232b59 !important;
}

.total-publication-card.card-custom {
  background-color: rgb(0, 25, 74, .5);
  padding: 1rem;
  border-radius: 10px;
}

/* 
.total-publication-card.card-custom  .bg-blue{
  background-color: #00194a !important;
} */


.pattern-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.total-publication-card.card-custom .pattern {
  opacity: 0.3;
  position: absolute;
  bottom: -10%;
  right: -10%;
}

.total-publication-card.card-custom .title-big {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem !important;
  font-size: 1.2rem;
}


.total-publication-card.card-custom .title-big+h3 {
  text-shadow: 1px 1px black;
  font-size: 2rem;
}

.total-publication-card.card-custom .title-big+h3+p {
  color: #f2f2f3 !important;
  font-style: italic;
}

.total-publication-card.card-custom .box {
  width: 130px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  text-align: center;
  background-color: #a08f6b;
  border-radius: 10px;
  padding: 1rem;
  /* margin-top: 1rem; */
}

@media(min-width: 1200px) {
  .total-publication-card.card-custom .box {
    width: 160px;
  }
}


.total-publication-card.card-custom .box .icon-wrapper {
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: .5rem
}

.total-publication-card.card-custom .box .icon-wrapper .icon {
  height: 35px;
}

.total-publication-card.card-custom .box .publication-txt {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 600;
}

.total-publication-card.card-custom .box .publication-title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500
}

.total-publication-card.card-custom .box .icon+.index {
  position: absolute;
  color: #fff;
  background-color: #232b59;
  border-radius: 50%;
  padding: 5px;
  bottom: -5px;
  right: -5px
}


.custom-special-card {
  background-color: #e6e9f2;
  position: relative;
  margin-bottom: 2rem !important;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.custom-special-card .card-body .title {
  margin-top: 1.2rem;
  font-weight: 600;
  font-size: 1.1rem !important
}

.custom-special-card .card-body .txt {
  color: #fff !important
}

.custom-special-card .corporate-logo-wrapper {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.custom-special-card .corporate-logo {
  width: 50px;
  height: 50px;
  background-color: #00194a;
  border-radius: 50%;
  padding: 5px;
}

.custom-special-card .card-body {
  padding: 1.5rem;
}

.custom-special-card .card-body .title {
  color: #5c5c6b !important;
  font-weight: 700;
}

.custom-special-card .card-body .txt {
  color: #00194a !important;
  font-weight: 700;
}

.custom-special-card {
  border: 3px solid #dae0ec !important;
}

.select2 {
  width: 100% !important;
}

.select2 {
  width: 100% !important;
}

.container-fluid.information-table .card-shadow {
  background-color: #fff;
  padding: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border-radius: 10px;
  border: 1px solid #dae0ec !important
}

.container-fluid.information-table .card h1 {
  color: #232b59 !important;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.container-fluid.information-table .card h6 {
  margin-bottom: 0
}

.container-fluid.information-table .card .header {
  display: flex;
  align-items: center;
}


.container-fluid.information-table .card .item {
  margin-bottom: 1rem;
}

.container-fluid.information-table .card h6 {
  text-transform: uppercase;
  margin-bottom: .5rem;
}


.select2-selection.select2-selection--single {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--bs-body-color);
  background-color: var(--bs-component-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  height: auto !important;
}

.container-fluid.information-table .btn {
  height: 50px;
  background-color: #232b59;
  border-color: #232b59;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.container-fluid.information-table .btn:hover {
  background-color: #0e1225;
  border-color: #0e1225;
}

.container-fluid.information-table .col-md-6.header {
  color: #5e6979;
  text-transform: uppercase;
}

.container-fluid.information-table .special-form {
  /* max-width: 80%; */
}

/* .information-table{
  border: 1px solid #dae0ec;
  border-radius: 6px
} */
.information-table .card.shadow {
  border: none;
}

.information-table .card.shadow {
  /* background: linear-gradient(
      to bottom,
      rgba(0,0,0, 0),
      rgba(255,250,255, .3)
    ),url("/assets/ytu-single-pattern-gray.svg");
  background-size: 110px;
  background-repeat: repeat;
  overflow: hidden; */
}

.table.rank-table {
  border-radius: 6px;
  overflow: hidden !important;
  border-color: red !important;
}

.rank-table .rank-icon-wrapper .rank-icon {
  height: 40px;
  max-width: 180px;
  object-fit: contain;
}

.rank-table thead {
  background-color: #232b59;
  color: #fff
}


.rank-table thead th {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  height: 55px;
  vertical-align: middle;
  text-align: center;
}

.rank-table .rank-icon {
  height: 40px
}

.rank-table p {
  margin-bottom: 0
}

.rank-table .ranking-period {
  text-align: center;
}

.rank-table .ranking-period p {
  font-size: 1rem;
  color: #33385c !important;
  font-weight: 400 !important;
}

.rank-table thead th:first-child {
  width: 100px;
}

.table>tbody {
  border-color: #323232 !important
}

.rank-table td,
.rank-table th,
.rank-table tr {
  vertical-align: middle;
}

.table.rank-table tbody td,
.table.rank-table tbody th {
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.35rem;
}

.table.rank-table .decrease .icon-wrapper {
  background: url('/assets/ranking-icons/decrease.png');
  background-size: 30px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  display: inline-flex;
}


.table.rank-table .decrease .number {
  color: #e63a57;
  font-weight: 500;
  font-size: 0.85rem;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  text-align: center;
}


.table.rank-table .increase .icon-wrapper {
  background: url('/assets/ranking-icons/increase.png');
  background-size: 30px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  display: inline-flex;
}


.table.rank-table .increase .number {
  color: #5ab267;
  font-weight: 500;
  font-size: 0.85rem;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  text-align: center;
}


.table.rank-table .constant .icon-wrapper {
  background: url('/assets/ranking-icons/same-arrow.png');
  background-size: 30px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  display: inline-flex;
}


.table.rank-table {
  background: url('/assets/ytu-single-pattern-light.svg');
  background-size: 150px;
}

.total-publication-card.card-custom .bg-blue {
  background-color: #232b59 !important;
}

.academian-performance .text-box.intro p {
  font-family: 'Montserrat', serif;
  font-weight: 500
}

.container-fluid.information-table.p-1.academian-performance .card {
  background: url(/assets/ytu-single-pattern-light.svg);
  background-size: 90px;
  background-repeat: repeat;
  background-color: #fff;
}

.container-fluid.information-table.p-1.academian-performance .col-md-4 .card,
.academician-performance-box .card.total-card {
  background: #fff !important
}

.academian-performance .text-box.intro p:first-child {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  background: url('/assets/ytu-single-pattern-light.svg');
}

.academian-performance .text-box.intro p:nth-child(2) {
  font-weight: 500;
  margin-bottom: .5rem;
}

.academian-performance .card-body {
  padding: 1.5rem !important;
}

.academician-performance-box .card {
  margin-bottom: 1rem;
  cursor: pointer;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  transition: all .2s ease
}

.academician-performance-box .card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) -8px 18px 50px -12px !important;
}

.academician-performance-box .card p,
.academician-performance-box .card div,
.academician-performance-box .card h5 {
  font-family: 'Montserrat', serif;
}

.academician-performance-box .card {
  background-color: #fff;
  min-height: 140px;
}


.academician-performance-box .card .card-body {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1200px) {
  .academician-performance-box .card .card-body {
    flex-direction: column
  }
}

.academician-performance-box .card .card-body .title {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.academician-performance-box .card .card-body .txt-wrapper {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.academician-performance-box .card .card-body .txt-wrapper p {
  margin-bottom: 0
}

.academician-performance-box .card .card-body .txt-wrapper p.card-text {
  color: #3f3f3f;
  font-size: 1rem;
  font-weight: 600;
}


.academician-performance-box .card .card-body .txt-wrapper p.score .badge {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}


.academician-performance-box .card.publication {
  border-left: 8px solid #65c08e
}

.academician-performance-box .card.publication .badge {
  background-color: #68ae5a;
}

.academician-performance-box .card.publication .card-body .title {
  color: #4a8d68;
}

.academician-performance-box .card.citation {
  border-left: 8px solid #4b93e7
}

.academician-performance-box .card.citation .badge {
  background-color: #4b93e7;
}

.academician-performance-box .card.citation .card-body .title {
  color: #4b93e7;
}

.academician-performance-box .card.project {
  border-left: 8px solid #de5444
}

.academician-performance-box .card.project .badge {
  background-color: #de5444;
}

.academician-performance-box .card.project .card-body .title {
  color: #de5444;
}


.academician-performance-box .card.course-load {
  border-left: 8px solid #e9c45b
}

.academician-performance-box .card.course-load .badge {
  background-color: #e9c45b;
}

.academician-performance-box .card.course-load .card-body .title {
  color: #e9c45b;
}


.academician-performance-box .card.graduation {
  border-left: 8px solid #64c5e5
}

.academician-performance-box .card.graduation .badge {
  background-color: #64c5e5;
}

.academician-performance-box .card.graduation .card-body .title {
  color: #64c5e5;
}


.academician-performance-box .card.total-card {
  border-left: 8px solid #232b59;
}

.academician-performance-box .card.total-card .card-body .title {
  color: #3f3f3f;
  margin-bottom: .5rem
}

.academician-performance-box .card.total-card .card-body .txt-wrapper .badge {
  font-size: 1rem;
  text-align: left;
}

.academician-performance-box .card.total-card .card-body .txt-wrapper {
  display: block
}

.academician-performance-box .card.total-card .card-body .txt-wrapper .badge {
  background-color: #232b59;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.academician-performance-box .card.total-card .card-body .total-score-wrapper,
.academician-performance-box .card.total-card .card-body .order-wrapper {
  flex: 1;
}

.container-fluid.information-table .card {
  background: url(/assets/ytu-single-pattern-light.svg);
  background-size: 90px;
  background-repeat: repeat;
  background-color: #fff;
}

[data-bs-theme=dark] .container-fluid.information-table .card h6,
[data-bs-theme=dark] .table td,
[data-bs-theme=dark] .table th {
  color: #212837 !important
}

[data-bs-theme=dark] .app-header .desktop-toggler {
  background-color: #ac9672;
}

.academian-performance .card,
.academian-performance .total-performance {
  height: 100%;
}

.academian-performance .card-body {
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start !important;
}

.academian-performance img {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 85px;
}

.academian-performance .total-performance .card-body {
  flex-direction: row;
}

.academian-performance .col-md-4.col-sm-6 {
  margin-bottom: 1.2rem;
}

.academian-performance .text-box.intro {
  margin-bottom: 2rem;
}

.container-fluid.information-table.academian-performance .card h6 {
  margin-bottom: 0;
}

.academian-performance .academician-performance-box .card .card-body {
  gap: .3rem;
}

.container-fluid.information-table.academian-performance .card {
  border-right: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}

.academian-performance .academician-performance-box .total-performance .card .card-body {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.academian-performance .academician-performance-box .total-performance .card .card-body .total-score-wrapper {
  flex: 1;
  height: 90%;
  display: flex;
  flex-direction: column;
}


.academian-performance .academician-performance-box .total-performance .card .card-body .order-wrapper {
  flex: 1;
  height: 90%;
  display: flex;
  flex-direction: column;
}


.academician-performance-box .card.publication img {
  filter: invert(73%) sepia(34%) saturate(491%) hue-rotate(94deg) brightness(88%) contrast(87%);
}

.academician-performance-box .card.citation img {
  filter: invert(51%) sepia(89%) saturate(1361%) hue-rotate(190deg) brightness(95%) contrast(91%);
}

.academician-performance-box .card.project img {
  filter: invert(38%) sepia(74%) saturate(3587%) hue-rotate(343deg) brightness(102%) contrast(74%);
}

.academician-performance-box .card.course-load img {
  filter: invert(95%) sepia(41%) saturate(2160%) hue-rotate(314deg) brightness(97%) contrast(89%);
}

.academician-performance-box .card.graduation img {
  filter: invert(70%) sepia(53%) saturate(469%) hue-rotate(160deg) brightness(95%) contrast(88%);
}

.academician-performance-box .total-performance .card img {
  filter: invert(15%) sepia(31%) saturate(2165%) hue-rotate(204deg) brightness(88%) contrast(92%);
}


.information-table .flex-box {
  display: flex;
  gap: 1rem;
}

.information-table .flex-box .left-row,
.information-table .flex-box .right-row {
  flex: 1;
}

@media (max-width: 768px) {
  .information-table .flex-box {
    flex-direction: column;
  }
}

.information-table .item-choose select {
  min-height: 42px;
}

.research-performance .accordion-header .accordion-button {
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: .875rem;
  box-shadow: none;
  border-radius: 10px !important;
  margin-top: .5rem !important;
}

.research-performance .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}


.responsive-table {
  overflow-y: auto;
  position: relative;
}

/* 
.responsive-table .dt-buttons {
  position: absolute;
  top: 0;
  height: 40px;
}

.responsive-table .dataTables_filter {
  position: absolute;
  top: 50px;
  text-align: right;
  right: 0;
  display: flex;
  justify-content: end;
} */

.responsive-table .table {
  padding-top: 90px;
  padding-bottom: 80px;
}

.responsive-table .dataTables_wrapper .dataTables_info {
  position: absolute;
  bottom: 80px;
}

.responsive-table .dataTables_wrapper div.dataTables_paginate ul.pagination {
  position: absolute;
  right: 20px;
  bottom: 40px;
}

.responsive-table .card .item {
  margin-bottom: 1.5rem;
}

.employee select,
.employee input {
  min-height: 58px;
}

.container-fluid.login-container {
  height: 100vh;
}

.container-fluid.login-container .row {
  height: 100%;
}

.container-fluid.login-container .left {
  background-image: url(/assets/ytu-davutpasa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.container-fluid.login-container .right {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets/ytu-single-pattern-light.svg);
  background-size: 90px;
  background-repeat: repeat;
  background-color: #fff;
}

.container-fluid.login-container .right form {
  width: 100%;
}

.container-fluid.login-container .right .btn.btn-primary.btn-block {
  height: 50px;
  background-color: #232b59;
  border-color: #232b59;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
}

.container-fluid.login-container .logo-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.container-fluid.login-container .logo-wrapper img {
  max-height: 50px;
}

.container-fluid.login-container .input-group-text {
  background-color: #232b59;
  width: 40px;
}

.container-fluid.login-container .fas {
  filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(27deg) brightness(217%) contrast(100%);
  opacity: 1;
}

.container-fluid.login-container .form-control {
  border: 1px solid #d1d9e7;
  height: 50px;
}

.container-fluid.login-container .input-group.mb-3 {
  border-radius: 6px;
  overflow: hidden;
  height: 50px;
}


.container-fluid.login-container .right .btn {
  background-image: linear-gradient(to right, #00194a 0%, #003296 51%, #00194a 100%);
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border: none !important
}

.container-fluid.login-container .right .btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.welcome-message {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.welcome-message-content {
  position: relative;
  z-index: 1;
}

.welcome-message h2 {
  margin: 0 0 16px 0;
  font-size: 28px;
  font-weight: 600;
  color: #1e293b;
  letter-spacing: -0.02em;
}

.welcome-message h2 i {
  margin-right: 14px;
  font-size: 32px;
  color: #3b82f6;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.welcome-message h2 .username {
  color: #3b82f6;
  font-weight: 700;
  margin-left: 8px;
}

.welcome-message p {
  margin: 0;
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 768px) {
  .welcome-message {
    padding: 28px;
  }

  .welcome-message h2 {
    font-size: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .welcome-message h2 i {
    margin-bottom: 8px;
  }
}

.stat-card-breakdown {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
  font-size: 11px;
}

.breakdown-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breakdown-dot {
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #333;
}

.stat-card-subtitle-text {
  font-size: 11px;
  margin-top: 6px;
}

.stat-card-breakdown strong {
  font-weight: 600;
}

.stats-column {
  margin: 1rem 0 !important;
}

.home-overview-charts.mt-3 {
  margin-top: 1rem !important;
}

.stat-card-small {}

.stat-card-small::before {
  background: white !important;
}

/* test stil denemesi */

:root {
  --primary: #6366f1;
  --primary-dark: #4f46e5;
  --sidebar-bg: #0f172a;
  --sidebar-hover: rgba(99, 102, 241, 0.1);
  --sidebar-active: rgba(99, 102, 241, 0.2);
  --header-bg: #ffffff;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-light: #cbd5e1;
  --border-color: #e2e8f0;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --radius: 12px;
  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.dashboard-body {
  font-family: var(--font-main);
  background: #f8fafc;
  min-height: 100vh;
}

#wrapper {
  /* display: flex; */
  /* min-height: 100vh; */
}

.top-header {
  position: fixed;
  top: 0;
  left: 280px;
  right: 0;
  height: 70px;
  background: var(--header-bg);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.header-left .page-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  letter-spacing: -0.025em;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.2s;
}

.mobile-menu-toggle:hover {
  background: #f1f5f9;
}

.hamburger-line {
  width: 20px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s;
}

.user-info {
  position: relative;
}

.user-info-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #f8fafc;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.user-info-trigger:hover {
  background: #f1f5f9;
  border-color: var(--border-color);
}

.user-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.user-avatar svg {
  width: 18px;
  height: 18px;
}

.user-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-primary);
}

.dropdown-arrow {
  font-size: 10px;
  color: var(--text-secondary);
  transition: transform 0.2s;
}

.user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-color);
  min-width: 180px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s;
}

.user-info.show .user-dropdown-menu,
.user-info .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.logout-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #ef4444;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}

.logout-item:hover {
  background: #fef2f2;
  color: #dc2626;
}

.logout-item svg {
  width: 18px;
  height: 18px;
}

#header.app-header {
  display: none;
}

#sidebar.app-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 100vh;
  background: #172554;
  z-index: 200;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.illustration-side {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sidebar-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #172554;
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo-container img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.brand-text {
  margin-left: 12px;
}

.brand-text h1 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0;
  letter-spacing: -0.025em;
}

.brand-text span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.menu-caret {
  margin-left: auto;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.2s;
}

.menu-item.has-sub.expand .menu-caret {
  transform: rotate(180deg);
}

.app-sidebar-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px 12px;
}

.app-sidebar-content::-webkit-scrollbar {
  width: 4px;
}

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

.app-sidebar-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-item {
  position: relative;
}

.menu-item .menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 10px;
  color: #ffffffde;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  border-left: 3px solid transparent;
}

.menu-item .menu-link.active {
  color: #ffffff !important;
}

.menu-item .menu-link:hover {
  background: var(--sidebar-hover);
  color: white;
}

.menu-item .menu-link.active,
.menu-item.active>.menu-link {
  background: #0a54c2 !important;
  color: white !important;
}

.menu-item .menu-link i {
  font-size: 18px;
  width: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}

.menu-item .menu-link:hover i,
.menu-item .menu-link.active i {
  color: #fff;
}

.menu-submenu {
  display: none;
  padding-left: 5px !important;
  margin-left: 19px !important;
  margin-top: 4px !important;
  padding-bottom: 4px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.menu-item.has-sub.expand>.menu-submenu {
  display: block;
}

.menu-submenu .menu-item .menu-link {
  padding: 10px 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  border-left: 2px solid transparent;
}

.menu-submenu .menu-item .menu-link:hover {
  color: white;
  background: transparent;
}

.menu-submenu .menu-item .menu-link.active {
  color: var(--primary);
  border-left-color: var(--primary);
  background: transparent;
}

.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-overlay.active {
  display: block;
  opacity: 1;
}

#mobile-menu.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 100vh;
  background: var(--sidebar-bg);
  z-index: 300;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

#mobile-menu.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu-logo img {
  height: 36px;
  filter: brightness(0) invert(1);
}

.mobile-menu-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: background 0.2s;
}

.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px 12px;
}

.mobile-menu-item {
  margin-bottom: 4px;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: var(--text-light);
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

.mobile-menu-link:hover {
  background: var(--sidebar-hover);
  color: white;
}

.mobile-menu-link.active {
  background: var(--sidebar-active);
  color: white;
}

.mobile-menu-link i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.mobile-menu-link.active i {
  color: var(--primary);
}

.mobile-menu-arrow {
  margin-left: auto;
  font-size: 12px;
  transition: transform 0.2s;
}

.mobile-menu-item.expanded .mobile-menu-arrow {
  transform: rotate(180deg);
}

.mobile-menu-submenu {
  display: none;
  padding-left: 24px;
  margin-top: 4px;
}

.mobile-menu-item.expanded .mobile-menu-submenu {
  display: block;
}

#content.app-content {
  margin-left: 280px;
  padding: 24px;
  /* min-height: calc(100vh - 70px); */
  background: #f8fafc;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .top-header {
    left: 0;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  #sidebar.app-sidebar {
    transform: translateX(-100%);
  }

  #content.app-content {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .top-header {
    padding: 0 16px;
  }

  .header-left .page-title {
    font-size: 16px;
  }

  .user-name {
    display: none;
  }

  .dropdown-arrow {
    display: none;
  }
}

.menu-item .menu-link i.bi.bi-chevron-down {
  font-size: 11px;
}

.menu-item:has(a[href="/content/personel"]) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}

.menu-item:has(a[href="/content/personel"])+.menu-item {
  padding-top: 1rem;
}

.menu-item.has-sub:has(.expand)>.menu-submenu {
  display: none !important;
}

[data-lucide] {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.page-nav-wrapper h2 {
  color: #0f172b;
  font-weight: 800;
  font-size: calc(1.3rem + .4vw)
}

.page-nav-wrapper p {
  color: #8492a6;
  font-size: 1rem;
}

.page-nav-wrapper {}

.stats-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stat-card-large {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #e5e5e5; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.stat-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
}

.stat-card-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.5;
}

.stat-card-icon-large {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-card-icon-large i {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.stat-card-large.blue .stat-card-icon-large {
  background-color: #dbeafe;
}

.stat-card-large.blue .stat-card-icon-large i {
  color: #3b82f6;
  stroke: #3b82f6;
}

.stat-card-large.green .stat-card-icon-large {
  background-color: #d1fae5;
}

.stat-card-large.green .stat-card-icon-large i {
  color: #10b981;
  stroke: #10b981;
}

.stat-card-large.purple .stat-card-icon-large {
  background-color: #ede9fe;
}

.stat-card-large.purple .stat-card-icon-large i {
  color: #8b5cf6;
  stroke: #8b5cf6;
}

.stat-card-large.orange .stat-card-icon-large {
  background-color: #fed7aa;
}

.stat-card-large.orange .stat-card-icon-large i {
  color: #f97316;
  stroke: #f97316;
}

.stat-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.stat-card-value {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}

.stat-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  font-size: .9rem;
  font-weight: 500;
  width: fit-content;
}

.stat-card-badge i {
  width: 12px;
  height: 12px;
  stroke-width: 2.5;
}

.stat-card-badge.blue {
  background-color: #dbeafe;
  color: #155dfc;
}

.stat-card-badge.blue i {
  color: #155dfc;
  stroke: #155dfc;
}

.stat-card-badge.green {
  background-color: #d0fae5;
  color: #009966;
}

.stat-card-badge.green i {
  color: #009966;
  stroke: #009966;
}

.stat-card-badge.purple {
  background-color: #faf5ff;
  color: #990efc;
}

.stat-card-badge.purple i {
  color: #990efc;
  stroke: #990efc;
}

.stat-card-badge.orange {
  background-color: #fff7ed;
  color: #f64c00;
}

.stat-card-badge.orange i {
  color: #c2410c;
  stroke: #c2410c;
}

@media (max-width: 768px) {
  .stats-column {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stat-card-large {
    padding: 1.25rem;
  }

  .stat-card-value {
    font-size: 1.75rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .stats-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-card-icon-large [data-lucide] {
  width: 30px;
  height: 30px;
}

.stat-card-large.blue .stat-card-icon-large svg {
  color: #1a5ffa;
}

.stat-card-large.green .stat-card-icon-large svg {
  color: #10b981;
}

.stat-card-large.purple .stat-card-icon-large svg {
  color: #6d28d9;
}

.stat-card-large.orange .stat-card-icon-large svg {
  color: #f97c24;
}


.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}

.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 100px;
  border: 0;
  margin: 0;
}

.info-card:hover {}

.info-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card-icon i {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.info-card-icon.purple {
  background-color: #ede9fe;
}

.info-card-icon.purple i {
  color: #8b5cf6;
  stroke: #8b5cf6;
}

.info-card-icon.blue {
  background-color: #dbeafe;
}

.info-card-icon.blue i {
  color: #3b82f6;
  stroke: #3b82f6;
}

.info-card-icon.green {
  background-color: #d1fae5;
}

.info-card-icon.green i {
  color: #10b981;
  stroke: #10b981;
}

.info-card-icon.orange {
  background-color: #fed7aa;
}

.info-card-icon.orange i {
  color: #f97316;
  stroke: #f97316;
}

.info-card-icon.pink {
  background-color: #fce7f3;
}

.info-card-icon.pink i {
  color: #ec4899;
  stroke: #ec4899;
}

.info-card-icon.teal {
  background-color: #ccfbf1;
}

.info-card-icon.teal i {
  color: #14b8a6;
  stroke: #14b8a6;
}

.info-card-text {
  font-size: .95rem;
  font-weight: 500;
  color: #1e293b;
  text-align: center;
  font-weight: 600;
}

.q-distribution-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  /* border: 1px solid #e5e5e5; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #e7eaef !important;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
}

.q-distribution-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.q-distribution-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.q-distribution-subtitle {
  font-size: 0.75rem;
  color: #64748b;
  margin: 0.25rem 0 0 0;
}

.q-distribution-total {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
}

.q-distribution-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.q-distribution-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.q-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.q-item-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
}

.q-item-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
}

.q-item-bar {
  width: 100%;
  height: 8px;
  background-color: #f1f5f9;
  border-radius: 9999px;
  overflow: hidden;
}

.q-item-bar-fill {
  height: 100%;
  border-radius: 9999px;
  transition: width 0.5s ease;
}

.q-item-bar-fill.q1 {
  background-color: #10b981;
}

.q-item-bar-fill.q2 {
  background-color: #3b82f6;
}

.q-item-bar-fill.q3 {
  background-color: #f97316;
}

.q-item-bar-fill.q4 {
  background-color: #ef4444;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-column {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stat-card-large {
    padding: 1.25rem;
  }

  .stat-card-value {
    font-size: 1.75rem;
  }

  .info-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .info-card {
    padding: 1rem;
    min-height: 90px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .stats-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

.info-card-icon [data-lucide] {
  width: 30px;
  height: 30px;
}

.info-card-icon.purple {
  color: #852efe
}

.info-card-icon.blue {
  color: #155dfc
}

.info-card-icon.green {
  color: #009966
}

.info-card-icon.orange {
  color: #e17100
}

.info-card-icon.pink {
  color: #e60076
}

.info-card-icon.teal {
  color: #0092b8
}


.employee select,
.employee input {
  background: #f8fafc !important;
}

.card-header-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem !important
}

.card-header-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
}

.card-header-icon [data-lucide] {
  height: 30px;
  width: 30px;
}

.card-header-content h1 {
  margin: 0 !important;
  padding: 0 !important;
}

.card-header-content p {
  color: #5f738f;
  font-size: .95rem;
  margin: 0;
}

.special-form .btnsubmit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  outline: none !important;
  border: 0;
  min-height: 36px !important;
  padding: 0 !important;
  width: 100% !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: white !important;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  box-shadow: 0 4px 15px rgba(76, 59, 255, 0.4);
  color: #ffffff;
  border: none;
  border-radius: 12px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  height: 55px !important;
  margin-top: 1rem;
}

.menu-item .menu-link.active,
.menu-item.active>.menu-link {
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
}

.special-form .btnsubmit:hover {
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
}

.special-form .btnsubmit:active {
  transform: translateY(0);
}

.special-form .btnsubmit:focus-visible {
  outline: 2px solid #475569;
  outline-offset: 2px;
}

.special-form .btnsubmit:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.special-form .btnsubmit i {
  width: 20px;
  height: 20px;
  pointer-events: none;
  flex-shrink: 0;
}

.special-form .btnsubmit svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
  flex-shrink: 0;
  margin-right: 8px;
}

.stat-card-title {
  font-size: 13px;
  color: var(--text-light);
  font-weight: 500;
  color: #5f738f !important;
  text-transform: uppercase;
}

.stat-card-value {
  font-size: 1.7rem;
}

.stat-card-badge {
  font-size: .85rem;
}

.sidebar-user-info {
  padding: 20px;
  background: #172554;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 111;
}

.sidebar-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0a54c2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgb(26, 109, 255) 0%, rgb(76, 59, 255) 100%) !important;
}

.sidebar-user-initials {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.sidebar-user-details {
  flex: 1;
  min-width: 0;
}

.sidebar-user-name {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-user-email {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .sidebar-user-info {
    display: none;
  }
}

.illustration-side {}

.sidebar-logout-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  cursor: pointer;
}

.sidebar-logout-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
  color: #fff !important;
}

.sidebar-logout-btn svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .top-header {
    display: none;
  }
}

.card.shadow {
  border: 1px solid #e2e8f0 !important;
  box-shadow: none !important;
}

.card.shodow:hover {
  box-shadow: none !important;
}

.search-layout {
  display: flex;
  gap: 24px;
  min-height: calc(100vh - 200px);
}

.search-filters {
  width: 380px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  height: fit-content;
  position: sticky;
  top: 20px;
  border: 1px solid #e7eaef !important;
}

.empty-state-icon [data-lucide] {
  width: 40px !important;
  height: 40px !important;
}

.filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.filters-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filters-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #2563eb, #1d4ed8) !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  aspect-ratio: 1/1;
}

.filters-title-group h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
}

.filters-title-group p {
  margin: 0;
  font-size: 13px;
  color: #718096;
}

.clear-filters {
  color: #667eea;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}

.clear-filters:hover {
  color: #764ba2;
}

.filter-group {
  margin-top: 24px;
}

.filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2d3748;
}

.filter-label i {
  width: 18px;
  height: 18px;
  color: #718096;
}

.filter-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s;
}

.filter-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.select2-container--default .select2-selection--single {
  height: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.search-submit-btn:hover {
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.search-results {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  /* padding: 24px; */
  border: 1px solid #e7eaef;
  overflow: auto;
}

.results-header {
  margin-bottom: 24px;
}

.results-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #e7eaef !important;
}

.empty-state-icon {
  width: 120px;
  height: 120px;
  background: #f7fafc;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.empty-state-icon i {
  width: 64px;
  height: 64px;
  color: #cbd5e0;
}

.empty-state-title {
  font-size: 24px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 12px;
}

.empty-state-text {
  font-size: 15px;
  color: #718096;
  max-width: 400px;
}

@media (max-width: 1024px) {
  .search-layout {
    flex-direction: column;
  }

  .search-filters {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.welcome-section {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  flex-direction: row-reverse;
  max-height: 150px;
}

.welcome-image-box {
  flex: 3;
  /* height: 374px; */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.welcome-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-text-box {
  flex: 1;
  background: left;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* color: white; */
}

.welcome-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  /* color: #ffffff !important; */
}

.welcome-subtitle {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 0;
}

.welcome-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.welcome-icon i {
  font-size: 28px;
}

@media (max-width: 992px) {
  .welcome-section {
    flex-direction: column;
  }

  .welcome-image-box,
  .welcome-text-box {
    height: 300px;
  }

  .welcome-text-box {
    padding: 32px;
  }

  .welcome-title {
    font-size: 32px;
  }

  .welcome-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  .welcome-image-box,
  .welcome-text-box {
    height: 250px;
  }

  .welcome-text-box {
    padding: 24px;
  }

  .welcome-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .welcome-subtitle {
    font-size: 14px;
  }
}


/* ---
---
--- */
.card-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.card-header-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 16px;
}

.card-header-icon i {
  width: 24px;
  height: 24px;
}

.card-header-content {
  flex: 1;
}

.card-header-content h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 4px;
}

.card-header-content p {
  margin: 0;
  font-size: 14px;
  color: #718096;
}

.reset-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #667eea;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

.reset-btn:hover {
  background: #edf2f7;
  border-color: #cbd5e0;
}

.reset-btn i {
  width: 16px;
  height: 16px;
}

.record-badge {
  padding: 6px 12px;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%);
  color: white;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.q-coefficients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 1rem;
}

.q-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.q-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4a5568;
  font-weight: 700;
}

.q-label i {
  width: 16px;
  height: 16px;
  color: #718096;
}

.q-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s;
  background: white;
}

.q-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.update-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.update-btn:hover {
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.update-btn i {
  width: 18px;
  height: 18px;
}

.author-input-row {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: flex-end;
}

.author-input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.author-label {
  font-size: 13px;
  font-weight: 500;
  color: #4a5568;
}

.author-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s;
}

.author-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.add-btn {
  padding: 12px 20px;
  background: #10b981;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  white-space: nowrap;
}

.add-btn:hover {
  background: #059669;
}

.add-btn i {
  width: 16px;
  height: 16px;
}

.author-table-wrapper {
  margin-top: 24px;
}

.author-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.author-table-wrapper thead th {
  background: #f7fafc;
  padding: 12px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #4a5568;
  border-bottom: 2px solid #e2e8f0;
}

.author-table-wrapper tbody td {
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  color: #2d3748;
}

.score-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #3b82f6;
  color: white;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}

.delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ef4444;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}

.delete-btn:hover {
  background: #dc2626;
  color: #ffffff
}

.delete-btn i {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .q-coefficients-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .author-input-row {
    flex-direction: column;
    align-items: stretch;
  }

  .card-header-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .search-layout {
    flex-direction: column;
  }

  .search-filters {
    position: relative;
    width: 100%
  }
}

.search-results {
  padding: 0;
  background: transparent;
  border: 0;
}

.search-results .charts-section {
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e7eaef;
  box-shadow: none;
  margin-bottom: 1rem;
  background: white
}

/* --- */

.dashboard-cards {
  margin-bottom: 2rem;
}

.dashboard-top-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  .dashboard-top-row {
    grid-template-columns: 1fr;
  }
}

.dashboard-big-card {
  border-radius: 20px;
  /* padding: 1.5rem 2rem; */
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-big-card:hover {}

.dashboard-big-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.dashboard-big-card .card-title {
  background: rgba(255, 255, 255, 0.25);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

.dashboard-big-card .card-icon {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s;
}

.dashboard-big-card .card-icon:hover {
  opacity: 1;
}

.dashboard-big-card .main-number {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.5rem 0;
  padding: .5rem 1rem;
}

.dashboard-big-card .main-label {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: auto;
  padding: .5rem 1rem;
}

.dashboard-big-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dashboard-big-card .footer-item {
  display: flex;
  flex-direction: column;
}

.dashboard-big-card .footer-value {
  font-size: 1.5rem;
  font-weight: 700;
}

.dashboard-big-card .footer-label {
  font-size: 0.8rem;
  opacity: 0.8;
}

.q1-big {
  background: linear-gradient(135deg, #1f6fff 0%, #1a65fe 50%, #1b67fe 100%);
}

.q2-big {
  background: linear-gradient(135deg, #00ba7e 0%, #00a984 50%, #009e87 100%);
}

.dmr-big {
  background: linear-gradient(135deg, #ff1e58 0%, #f30a67 50%, #ea0071 100%);
}

.dashboard-bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
  .dashboard-bottom-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .dashboard-bottom-row {
    grid-template-columns: 1fr;
  }
}

.dashboard-small-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #e2e8f0 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.dashboard-small-card:hover {}

.small-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.small-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-card-icon i,
.small-card-icon svg {
  width: 24px;
  height: 24px;
  color: white;
}

.small-card-arrow {
  width: 18px;
  height: 18px;
  color: #ccc;
  transition: color 0.2s;
}

.dashboard-small-card:hover .small-card-arrow {
  color: #666;
}

.small-card-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.small-card-label {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}

.icon-gray {
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
}

.icon-blue {
  background: linear-gradient(135deg, #4A90D9 0%, #2E6DB4 100%);
}

.icon-purple {
  background: linear-gradient(135deg, #E84393 0%, #C41E7A 100%);
}

.icon-dark-purple {
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
}

.icon-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%);
}

.icon-green {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}


/* Kalite Dağılımı Kartı */
.quality-distribution-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.quality-distribution-card .card-header-custom {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.quality-distribution-card .header-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #4A90D9 0%, #2E6DB4 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}

.quality-distribution-card .header-text h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a2e;
}

.quality-distribution-card .header-text p {
  margin: 0;
  font-size: 0.85rem;
  color: #6c757d;
}

.progress-item {
  margin-bottom: 1.5rem;
}

.progress-item:last-child {
  margin-bottom: 0;
}

.progress-item .progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.progress-item .progress-label {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 500;
}

.progress-item .progress-value {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
}

.progress-bar-custom {
  height: 10px;
  background: #e9ecef;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 10px;
  transition: width 0.6s ease;
}

.progress-bar-fill.blue {
  background: linear-gradient(90deg, #4A90D9 0%, #2E6DB4 100%);
}

.progress-bar-fill.green {
  background: linear-gradient(90deg, #00B894 0%, #00A085 100%);
}

.progress-bar-fill.gradient {
  background: linear-gradient(90deg, #4A90D9 0%, #00B894 100%);
}

.faculty-performance-card {
  background: white;
  border-radius: 20px;
  /* padding: 2rem; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.faculty-performance-card .filters-title-wrapper {
  /* margin-bottom: .75rem; */
  padding: 2rem;
}

.faculty-performance-card .card-header-custom {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.faculty-performance-card .header-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #4A90D9 0%, #2E6DB4 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.faculty-performance-card .header-icon i,
.faculty-performance-card .header-icon svg {
  width: 24px;
  height: 24px;
}

.performance-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.performance-table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  padding: 0.75rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}

.performance-table thead th:first-child {
  text-align: left;
  /* padding-left: 0; */
}

.performance-table tbody td {
  padding: 1rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #f1f3f5;
}

.performance-table tbody td:first-child {
  text-align: left;
  /* padding-left: 0; */
  font-weight: 500;
  color: #1a1a2e;
  font-size: .9rem !important;
}

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

.perf-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  min-width: 55px;
}

.perf-badge.blue {
  background: rgba(74, 144, 217, 0.15);
  color: #2E6DB4;
}

.perf-badge.light-blue {
  background: rgba(100, 197, 229, 0.15);
  color: #0891B2;
}

.perf-badge.green {
  background: rgba(0, 184, 148, 0.15);
  color: #00A085;
}

.perf-badge.light-green {
  background: rgba(16, 185, 129, 0.15);
  color: #059669;
}

.perf-badge.yellow {
  background: rgba(251, 191, 36, 0.15);
  color: #B45309;
}

.perf-badge.orange {
  background: rgba(251, 146, 60, 0.15);
  color: #C2410C;
}

.perf-badge.red {
  background: rgba(239, 68, 68, 0.15);
  color: #DC2626;
}

.perf-badge.purple {
  background: rgba(139, 92, 246, 0.15);
  color: #7C3AED;
}

@media (max-width: 768px) {
  .performance-table {
    display: block;
    overflow-x: auto;
  }
}



.quality-distribution-card .filters-title-wrapper {
  margin-bottom: 2rem
}

/* ═══════════════════════════════════════════════════════════════ */
.chart-modern-card {
  background: white;
  border: 1px solid #e3e6f0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e7eaef !important;
  border-radius: 12px;
}

.chart-card-header.bg-white {
  background: white !important;
}

.chart-card-header {
  background: linear-gradient(135deg, #1d2859 0%, #2a3a7c 100%);
  color: white;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.chart-card-header-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10p;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chart-card-header-icon i {
  width: 22px;
  height: 22px;
  color: #ad986e;
}

.chart-card-header h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.chart-card-header p {
  margin: 4px 0 0 0;
  font-size: 0.85rem;
  margin: 0;
  font-size: 13px;
  color: #718096;
}

.chart-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.chart-stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  border: 1px solid #e3e6f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  ;
  position: relative;
  overflow: hidden;
}

.chart-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--accent-gradient);
}

.chart-stat-card:hover {
  transform: translateY(-3px);
}

.chart-stat-card.kalite::before {
  background: linear-gradient(180deg, #ad986e 0%, #c4b08a 100%);
}

.chart-stat-card.kapasite::before {
  background: linear-gradient(180deg, #00E396 0%, #00c77b 100%);
}

.chart-stat-card.etkilesim::before {
  background: linear-gradient(180deg, #775DD0 0%, #9b7fe8 100%);
}

.chart-stat-card.toplam::before {
  background: linear-gradient(180deg, #FF4560 0%, #ff6b7a 100%);
}

.chart-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.chart-stat-card.kalite .chart-stat-icon {
  background: rgba(173, 152, 110, 0.12);
  color: #ad986e;
}

.chart-stat-card.kapasite .chart-stat-icon {
  background: rgba(0, 227, 150, 0.12);
  color: #00E396;
}

.chart-stat-card.etkilesim .chart-stat-icon {
  background: rgba(119, 93, 208, 0.12);
  color: #775DD0;
}

.chart-stat-card.toplam .chart-stat-icon {
  background: rgba(255, 69, 96, 0.12);
  color: #FF4560;
}

.chart-stat-icon i {
  width: 24px;
  height: 24px;
}

.chart-stat-label {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  margin-bottom: 6px;
}

.chart-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.2;
}

.unvan-section {
  margin-bottom: 32px;
}

.unvan-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #e3e6f0;
  padding: 0;
  border: 0;
}

.unvan-section-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unvan-section-icon i {
  width: 22px;
  height: 22px;
  color: white;
}

.unvan-section-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
}

.modern-table-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  ;
  border: 1px solid #e7eaef !important;
  border-radius: 12px;
  background: white;
  margin-bottom: 24px;
}

.modern-table-card .table-card-header {
  background: linear-gradient(135deg, #1d2859 0%, #2a3a7c 100%);
  color: white;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.modern-table-card .table-card-header-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-table-card .table-card-header-icon i {
  width: 20px;
  height: 20px;
  color: #ad986e;
}

.modern-table-card .table-card-header h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.modern-table-card .table-card-body {
  padding: 20px;
  position: relative;
}

.modern-table-card table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0;
  width: 100% !important;
  margin: 0 !important;
}

.modern-table-card table.dataTable thead th {
  background: linear-gradient(180deg, #f8f9fc 0%, #eef0f5 100%);
  color: #1a1a2e;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 14px 16px;
  border-bottom: 2px solid #e3e6f0;
  white-space: nowrap;
}

.modern-table-card table.dataTable thead th:first-child {
  border-radius: 8px 0 0 0;
}

.modern-table-card table.dataTable thead th:last-child {
  border-radius: 08px 0 0;
}

.modern-table-card table.dataTable tbody td {
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #1a1a2e;
}

.modern-table-card table.dataTable tbody tr:hover {}

.modern-table-card table.dataTable tbody tr:nth-child(even) {}

.modern-table-card table.dataTable tfoot th {
  background: linear-gradient(180deg, #f8f9fc 0%, #eef0f5 100%);
  color: #1a1a2e;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  border-top: 2px solid #e3e6f0;
}

.modern-table-card .dt-buttons {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modern-table-card .dt-buttons .dt-button {
  background: #ffffff !important;
  border: 1px solid #e3e6f0 !important;
  border-radius: 8px !important;
  /* padding: 10px 18px !important; */
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #1a1a2e !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* .modern-table-card .dt-buttons .dt-button:hover {
  background: #155dfc !important;
  color: white !important;
  border-color: #155dfc !important;
} */

.modern-table-card .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #e3e6f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  ;
  margin-left: 8px;
}

.modern-table-card .dataTables_wrapper .dataTables_filter input:focus {
  border-color: #1d2859;
  outline: none;
  box-shadow: 0 0 0 3px rgba(29, 40, 89, 0.1);
}

.modern-table-card table.dataTable thead input[type="text"] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e3e6f0;
  border-radius: 8px;
  font-size: 0.8rem;
  background: white !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  ;
}

.modern-table-card table.dataTable thead input[type="text"]:focus {
  border-color: #1d2859;
  outline: none;
  box-shadow: 0 0 0 3px rgba(29, 40, 89, 0.1);
}

.modern-table-card .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding-right: 6px !important;
}

.modern-table-card .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #1d2859 !important;
  border-color: #1d2859 !important;
  color: white !important;
}

.chart-page-header {
  background: linear-gradient(135deg, #1d2859 0%, #2a3a7c 100%);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 28px;
  color: white;
  position: relative;
  overflow: hidden;
}

.chart-page-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(173, 152, 110, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.chart-page-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  position: relative;
}

.chart-page-header p {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
  position: relative;
}

.charts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

@media (max-width: 1600px) {
  .charts-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 992px) {
  .charts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .chart-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chart-page-header {
    padding: 24px;
  }

  .chart-page-header h2 {
    font-size: 1.4rem;
  }

  .chart-card-body {
    padding: 16px;
  }
}

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

.modern-table-card .dataTables_wrapper thead tr:first-child th {
  background: #155dfc !important;
  color: #fff !important
}

.modern-table-card .dataTables_wrapper thead tr:not(:first-child) th {
  background: #ffffff !important;
  color: #155dfc !important
}

.modern-table-card table.dataTable tbody tr:nth-child(odd) {
  background: #f8fafc !important;
}

.modern-table-card .dataTables_wrapper .paginate_button.page-item.active .page-link {
  background: #155dfc !important;
  color: #fff !important
}


.modern-table-card .dataTables_wrapper .dataTables_info {
  color: #155dfc !important;
  font-size: 0.85rem;
  padding-top: 16px;
  position: absolute;
  bottom: 20px
}

.modern-table-card .dataTables_wrapper .table>:not(caption)>*>* {
  background: white !important
}

.modern-table-card .dataTables_wrapper tfoot tr:first-child th {
  background: #155dfc !important;
  color: #fff !important
}

.modern-table-card .dataTables_wrapper tfoot tr:not(:first-child) th {
  background: #ffffff !important;
  color: #155dfc !important
}

.performance-table th {
  background: #155dfc !important;
  color: #fff !important;
  padding: 1rem !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
  min-height: 42px;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  right: 1rem;
}


span.select2-selection.select2-selection--single {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
}

.employee.search-employee .search-layout,
.article-promotion .search-layout,
.full-width .search-layout {
  flex-direction: column;
}

.employee.search-employee .search-filters,
.article-promotion .search-filters,
.full-width .search-filters {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem !important;
}

/* 
.search-results.card {
  padding: 24px;
  border: 1px solid #e7eaef !important;
} */


.employee.search-employee .charts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.employee.search-employee .chart-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.employee.search-employee .chart-card-header {
  background: linear-gradient(135deg, #1A6DFF 0%, #4C3BFF 100%);
  background: none !important;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.employee.search-employee .chart-item {
  min-height: 350px;
  background: white !important;
}

@media (max-width: 768px) {
  .employee.search-employee .charts-grid {
    grid-template-columns: 1fr;
  }

  .employee.search-employee .chart-item {
    min-height: 300px;
  }
}

.employee.search-employee .search-results .charts-section {
  background: transparent;
  border: 0;
  padding: 0;
}

.employee.search-employee h6.table-title,
.table-section h6.table-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 1rem;
}

.employee.search-employee .table-card-body {
  overflow: auto;
}

.empty-state {
  background: white;
}

.card-body th {
  background: #155dfc !important;
  color: #fff !important;
}

.card-body tr:nth-child(odd) {
  background: #f8fafc !important;
}

.card-body tbody {
  background: white !important;
}

.card-body .table tbody tr {
  background: white !important;
}

.card-body tbody tr:nth-child(odd) {
  background: #f8fafc !important;
}

.card-body .author-table-wrapper tbody td {
  padding: .6rem 1rem !important
}

.form-control {
  height: 58px !important;
}

.container-fluid.datatable-container .search-filters {
  width: 100% !important;
  position: static !important;
  height: 100% !important;
}


.container-fluid.datatable-container .filters-content {
  height: 100% !important;
  position: relative;
  display: block;
  margin-top: 2rem;
}

.container-fluid.datatable-container .table.table-striped.table-bordered {
  float: none !important;
}

.app-content [data-toggle="modal"]:has(i) {
  color: #155dfc;
  font-weight: 600;
}

/* 
.app-content [data-toggle="modal"]:has(i) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  outline: none !important;
  border: 0;
  min-height: 36px !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: white !important;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  box-shadow: 0 4px 15px rgba(76, 59, 255, 0.4);
  color: #ffffff;
  border: none;
  border-radius: 12px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  height: 55px !important;
  margin-top: 1rem;
  padding: .5rem .75rem !important
} */

.table thead th,
.table tfoot th {
  background: #155dfc !important;
  color: #fff !important;
}

.modern-login .login-container {
  padding: 1rem;
}

.illustration-side {
  border-radius: 32px;
}

.modern-login p.form-subtitle {
  color: #78879e !important;
}

.modern-login .form-title {
  font-weight: 600;
  font-size: 30px;
}

.modern-login label.form-label {
  font-weight: 500 !important;
  color: #314158 !important;
}

.modern-login button.btn-primary-custom {
  background: linear-gradient(to right, #3b82f6, #2563eb);
}

.modern-login button.btn-primary-custom:hover {
  background: linear-gradient(to right, #2563eb, #1d4ed8);
}

.stat-card-sparkline {
  padding: 0 !important;
}

.stat-card-icon-large {
  background-color: #f8fafc !important;
  height: 35px;
  width: 35px;
}

.stat-card-icon-large [data-lucide] {
  width: 30px;
  height: 30px;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .kpi-grid {
    grid-template-columns: 1fr;
  }
}

.kpi-card {
  position: relative;
  border-radius: 20px;
  padding: 1.75rem;
  min-height: 160px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.kpi-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.kpi-glow {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  aspect-ratio: 1;
}

.kpi-card:hover .kpi-glow {
  opacity: 1;
}

.kpi-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  flex-direction: row-reverse;
}

.kpi-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.kpi-card:hover .kpi-icon-wrap {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}

.kpi-icon-wrap svg {
  width: 28px;
  height: 28px;
  color: #fff;
  stroke-width: 2;
}

.kpi-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.kpi-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.kpi-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-variant-numeric: tabular-nums;
}

.kpi-sub {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
  width: fit-content;
  backdrop-filter: blur(4px);
}

.kpi-sub svg {
  width: 14px;
  height: 14px;
}

.kpi-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  aspect-ratio: 1;
}

.kpi-decoration svg {
  width: 100%;
  height: 100%;
}

.kpi-blue {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.kpi-blue:hover {
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
}

.kpi-green {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.kpi-green:hover {
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.4);
}

.kpi-purple {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.kpi-purple:hover {
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.4);
}

.kpi-orange {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}

.kpi-orange:hover {
  box-shadow: 0 20px 40px rgba(249, 115, 22, 0.4);
}

@keyframes kpiSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count-up {
  display: inline-block;
  min-width: 60px;
  font-variant-numeric: tabular-nums;
}

/* -------------------------------- */
/* --- */




.academic-stats-bar {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  /* border: 1px solid #e5e5e5; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  gap: 0;
}

.academic-total-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  border-radius: 16px;
  min-width: 280px;
}

.academic-total-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.academic-total-info {
  display: flex;
  flex-direction: column;
}

.academic-total-value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.academic-total-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.academic-categories {
  display: flex;
  flex: 1;
  justify-content: space-around;
  padding: 20px 24px;
  gap: 16px;
}

.academic-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  border-radius: 12px;
  min-width: 100px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex: 1;
  border: 0 !important;
}

.academic-category-item:hover {}

.academic-category-item.green {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border: 1px solid #a7f3d0;
}

.academic-category-item.green .academic-category-value {
  color: #059669;
}

.academic-category-item.green .academic-category-label {
  color: #047857;
}

.academic-category-item.blue {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #93c5fd;
}

.academic-category-item.blue .academic-category-value {
  color: #2563eb;
}

.academic-category-item.blue .academic-category-label {
  color: #1d4ed8;
}

.academic-category-item.pink {
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  border: 1px solid #f9a8d4;
}

.academic-category-item.pink .academic-category-value {
  color: #db2777;
}

.academic-category-item.pink .academic-category-label {
  color: #be185d;
}

.academic-category-item.yellow {
  background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
  border: 1px solid #fcd34d;
}

.academic-category-item.yellow .academic-category-value {
  color: #d97706;
}

.academic-category-item.yellow .academic-category-label {
  color: #b45309;
}

.academic-category-item.red {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 1px solid #fca5a5;
}

.academic-category-item.red .academic-category-value {
  color: #dc2626;
}

.academic-category-item.red .academic-category-label {
  color: #b91c1c;
}

.academic-category-value {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.academic-category-label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 6px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .academic-stats-bar {
    flex-direction: column;
  }

  .academic-total-box {
    width: 100%;
    justify-content: center;
    border-radius: 16px 16px 0 0;
  }

  .academic-categories {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .academic-categories {
    gap: 12px;
    padding: 16px;
  }

  .academic-category-item {
    padding: 12px 16px;
    min-width: 80px;
  }

  .academic-category-value {
    font-size: 1.25rem;
  }

  .academic-category-label {
    font-size: 0.7rem;
  }

  .academic-total-value {
    font-size: 2rem;
  }
}

/* -------------------------------- */
.database-stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.database-card {
  border-radius: 20px;
  overflow: hidden;
  /* border: 1px solid #e5e5e5; */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.database-card.scopus .database-header {
  background: #f16521;
}

.database-card.wos .database-header {
  background: linear-gradient(135deg, #4f46e5 0%, #312e81 100%);
}

.database-header {
  display: flex;
  align-items: center;
  padding: 24px 28px;
  gap: 16px;
}

.database-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  background: #ffffff;
}

.database-badge img {
  max-width: 90%;
}


.database-title-wrap {
  flex: 1;
}

.database-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
}

.database-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin: 4px 0 0 0;
}

.database-main-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.database-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px 28px 28px;
  background: #ffffff;
  /* backdrop-filter: blur(10px); */
}

.metric-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}


.metric-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
}

.metric-icon.quote {
  background: #e0f2fe;
  color: #0284c7;
}

.metric-icon.trend {
  background: #dcfce7;
  color: #16a34a;
}

.metric-icon.file {
  background: #f3e8ff;
  color: #9333ea;
}

.metric-icon svg,
.metric-icon i {
  width: 20px;
  height: 20px;
}

.metric-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1;
}

.metric-label {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}

.metric-change {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

.metric-change.positive {
  background: #dcfce7;
  color: #16a34a;
}

.metric-change.negative {
  background: #fee2e2;
  color: #dc2626;
}

@media (max-width: 1200px) {
  .database-stats-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .database-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .database-header {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .database-title-wrap {
    width: 100%;
    order: 2;
  }

  .database-main-value {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}

.academic-total-icon [data-lucide] {
  width: 30px;
  height: 30px;
}

@media (max-width: 1400px) {
  .search-layout {
    flex-direction: column;
  }

  .search-filters {
    width: 100% !important;
    position: relative;
  }

  .kpi-content {
    flex-direction: column;
  }
}

.academic-total-icon {
  aspect-ratio: 1/1;
}

.search-filters+.search-results {
  margin-top: 2rem !important;
}

.publication-q .search-results {}

.publication-q .results-content-wrapper {
  display: flex;
  gap: .5rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.publication-q .results-content-wrapper .left-side {
  width: 70%;
}

.publication-q .results-content-wrapper .right-side {
  width: 30%;
}

@media (max-width: 992px) {
  .publication-q .results-content-wrapper {
    flex-direction: column;
  }

  .publication-q .results-content-wrapper .right-side,
  .publication-q .results-content-wrapper .left-side {
    width: 100% !important;
  }
}

.publication-q .filters-header {
  margin-bottom: 1rem;
}

.publication-q .search-results {
  overflow: hidden;
}

.table-card-body {
  overflow: auto;
}

.modern-table-card:has(.table-card-body) .filters-header {
  padding: 1rem;
  margin-bottom: 0;
}


.publication-q .search-filters+.search-results {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .publication-q .search-filters+.search-results {
    margin-top: 1.5rem !important
  }
}

.publication-q .academic-stats-bar.q-bar .stat-trend.up {
  color: #10b981;
  margin-top: 1rem
}

.publication-q .academic-stats-bar.q-bar .stat-trend.down {
  color: #ef4444;
  margin-top: 1rem
}

.publication-q .academic-stats-bar.q-bar .trend-icon {
  width: 12px;
  height: 12px;
}

.publication-q .academic-stats-bar.q-bar {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 1rem;
}



.publication-q .academic-stats-bar.q-bar .academic-total-label.choosen-badge {
  margin-bottom: .5rem;
  position: absolute;
  top: .5rem;
  left: 2rem
}

.publication-q .search-filters {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}


.publication-q .academic-total-info .stat-trend {
  margin-top: .5rem !important;
}

.badge.badge-q1 {
  background: #10b981;
}

.badge.badge-q2 {
  background: #3b82f6;
}

.badge.badge-q3 {
  background: #f97316;
}

.badge.badge-q4 {
  background: #ef4444;
}

.publication-q .stat-trend{
  background:#ffffff9c;
  padding: 5px 12px;
  border-radius: 10px;
}


select.ui-datepicker-year {
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-component-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button.ui-state-default {
  gap: 8px;
  outline: none !important;
  border: 0;
  min-height: 36px !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: white !important;
  background: linear-gradient(90deg, #1A6DFF 0%, #4C3BFF 100%) !important;
  color: #ffffff;
  border: none;
  border-radius: 12px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 6px 12px !important;
  font-weight:500 !important;
}

.d-flex.year-flex {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.publication-q.academician-q .table-bordered {
  padding: 14px 16px !important;
  vertical-align: middle !important;
  font-size: 0.9rem !important;
  color: #1a1a2e !important;
}


.publication-q .year-only .ui-datepicker-calendar,
.publication-q .year-only .ui-datepicker-month {
  display: none !important;
}

.publication-q .year-only .ui-datepicker-year {
  width: 100% !important;
}

.publication-q .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.publication-q .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.publication-q .checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.publication-q .checkbox-label span {
  user-select: none;
}

.publication-q table.table-bordered.dataTable th {
  border-left: 1px solid white !important;
}

.publication-q:not(.citations-page) .modern-table-card table.dataTable thead th:first-child,
.publication-q:not(.citations-page) .modern-table-card table.dataTable thead th:last-child{
  border-radius: 0 !important
}

.publication-q .checkbox-group input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  cursor: pointer;
  min-height: 14px !important;
}

.publication-q p.person-unit-small {
  margin: 0;
  font-size: .7rem;
  font-weight: 500;
}

.publication-q p.person-name {
  margin: 0;
}

.publication-q .checkbox-group.mt-20 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.publication-q .other-filters {
  border-top: 1px solid #e7eaef;
  padding-top: 2rem;
}

.publication-q .filter-wrapper-flex {
  display: flex;
  gap: .4rem;
  align-items: center;
}

.publication-q .filter-wrapper-flex input {
  width: 90px;
}

.citations-page .num-heat-map{
  color: rgb(255, 255, 255);
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.citations-page .checkbox-group.mt-20 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.citations-page .other-filters {
  border-top: 1px solid #e7eaef;
  padding-top: 2rem;
}

.citations-page .filter-wrapper-flex {
  display: flex;
  gap: .4rem;
  align-items: center;
}

.citations-page .filter-wrapper-flex input {
  width: 90px;
}

.citations-page p.person-unit-small {
  color: rgb(113, 128, 150);

}

.citations-page .action-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  color: #eee;
}

.citations-page .action-btns a{
  color: rgb(113, 128, 150);
}

.citations-page .action-btns a:hover svg{
  color: #2166ff !important
}

.citations-page .action-btns svg{
  width: 20px;
  height: 20px
}

.citations-page .action-btns  {
  font-weight: 500;
}

.citations-page .table tbody td {
  font-weight: 500;
  color: #334155 !important;
  text-align: center;
}

.citations-page .table tbody td:first-child{
  text-align: left
}

.publication-q .modern-table-card:has(.table-card-body) .filters-header {
  margin-bottom: 1.5rem;
  padding: 0
}

.modern-table-card input {
  height: 40px !important;
  min-height: 40px;
}