.header {
  background: linear-gradient(90deg, #121540 0%, #38356E 50%, #675EA1 100%);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

.header-menu {
  padding: 0 0 8px 0 !important;
  min-height: 110px;
  display: flex;
  align-items: center;
}

.header-menu #menu-content-uzman {
  min-height: 110px;
  align-items: stretch;
}

.header-logo {
  display: flex !important;
  align-items: center;
  align-self: center;
  margin-left: 24px;
  padding: 0px;
  margin-left: 20px;
  margin-top: 20px;
}

.header-logo img {
  height: 48px !important;
  width: auto;
}

#menu-content-uzman>.d-flex.flex-column.desktop-only {
  justify-content: space-between !important;
  align-self: stretch;
  padding: 0px 0;
}


.header-topbar-inline {
  font-size: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.13) 100%);
  padding: 4px 0;
}

.header-topbar-inline .topbar-link,
.header-topbar-inline .topbar-lang {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}

.header-topbar-inline .topbar-link:hover,
.header-topbar-inline .topbar-lang:hover {
  color: #fff;
}

.header-topbar-inline .topbar-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  transition: color 0.2s;
}

.header-topbar-inline .topbar-social a:hover {
  color: #fff;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: flex !important;
}

.header .first-menu {
  position: relative;
  background-color: #FFF;
}

.header-menu .container-fluid {
  background-color: transparent;
  padding: 0px !important;
  margin: 0px !important;
}

.header .first-menu .decoration-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/decorations/header-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0;
  pointer-events: none;
}

.dropdown-menu {
  z-index: 1005 !important;
}

.header .logo {
  margin-left: 40px;
}

.header .second-menu {
  border-top: 1px solid #EEE;
  padding: 0px !important;
  margin: 0px !important;
}

.header .second-menu .navbar {
  height: 100%;
}

.header .second-menu .navbar>ul>li {
  white-space: nowrap;
  padding: 0px 10px;
}

.header .second-menu .navbar a {
  color: var(--color-default) !important;
}

.header-login {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  margin-right: 40px;
}

.header-btn {
  background-color: transparent;
  border: 1px solid var(--color-secondary);
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.header-btn-1:hover {
  background-color: var(--color-secondary);
  color: #FFF;
}

.header-btn-2 {
  background-color: var(--color-secondary);
  color: #FFF;
}

.header-btn-2:hover {
  background-color: var(--color-primary);
  color: #FFF;
}

#notification p {
  max-width: 100%;
}


#press {
  padding-top: 60px;
}

#socials {
  background: url('../img/section-bg5.png') #FFF;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
}

.cgb-cab {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cgb-media {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 2px solid var(--color-secondary);
}

.cgb-media img {
  width: 100%;
  display: block;
  transition: transform .4s ease;
  transform: scale(1);
}

.cgb-cab:hover .cgb-media img {
  transform: scale(1.1);
}

.uzman-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--color-default);
}

.uzman-search-input::placeholder {
  color: #999;
}

.uzman-search-input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.events {
  padding: 60px 0;
}

.event-card {
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  height: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.event-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: currentColor;
}

.event-card.event-red {
  color: #E31E24;
  background: linear-gradient(135deg, #E31E24 0%, #C71820 100%);
}

.event-card.event-red * {
  color: #fff;
}

.event-card.event-purple {
  color: #6B4C9A;
  background: linear-gradient(135deg, #6B4C9A 0%, #543A7D 100%);
}

.event-card.event-purple * {
  color: #fff;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

.event-badge {
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 10px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.event-badge i {
  font-size: 14px;
}

.event-date {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.95;
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}

.event-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.event-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.event-card.event-large .event-footer {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.event-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  opacity: 0.9;
}

.event-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-meta i {
  font-size: 16px;
}

.event-action-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  min-width: fit-content;
  cursor: pointer;
  font-family: inherit;
}
.event-action-btn.attended,
.event-action-btn:disabled {
  opacity: 0.9;
  cursor: pointer;
}
.event-action-btn.attended {
  background: rgba(76, 175, 80, 0.7);
  border-color: rgba(76, 175, 80, 0.9);
}
.event-action-btn.attended:hover {
  background: rgba(76, 175, 80, 0.5);
  border-color: rgba(76, 175, 80, 0.7);
}

.event-action-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.event-action-btn i {
  font-size: 16px;
  flex-shrink: 0;
}

@media (max-width: 1200px) {

  .event-card.event-large .event-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .event-action-btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .event-card {
    padding: 20px;
  }

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

  .event-card.event-large .event-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-meta {
    flex-direction: column;
    gap: 10px;
  }

  .event-action-btn {
    width: 100%;
    font-size: 13px;
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {
  .event-card {
    padding: 15px;
  }

  .event-title {
    font-size: 15px;
  }

  .event-badge {
    font-size: 11px;
    padding: 5px 10px;
  }

  .event-date {
    font-size: 12px;
  }

  .event-meta {
    font-size: 13px;
  }

  .event-action-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
}

@media (max-width: 576px) {
  .event-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .event-card {
    padding: 12px;
  }

  .event-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.uzman-navbar-row {
  background: rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  transition: all 0.3s ease;
}

.uzman-nav {
  display: flex !important;
  align-items: center;
  width: 100%;
}

.uzman-nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}



/* === UZMAN HEADER SPECIFIC === */
.uzman-banner {
  display: block;
  transition: opacity 0.3s;
}

.uzman-banner:hover {
  opacity: 0.85;
}

.uzman-banner img {
  height: 50px;
  width: auto;
  display: block;
}

.btn-uzman {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.btn-uzman-signup {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.btn-uzman-signup:hover {
  background: #FFFFFF;
  color: var(--color-dark);
}

.btn-uzman-login {
  background: #FFFFFF;
  color: var(--color-dark);
  border: 2px solid #FFFFFF;
}

.btn-uzman-login:hover {
  background: var(--color-primary);
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .uzman-banner img {
    height: 40px;
  }

  .btn-uzman {
    padding: 8px 16px;
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .uzman-banner {
    display: none;
  }
}

.uzman-nav a {
  color: #FFFFFF !important;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  opacity: 0.7 !important;
  visibility: visible !important;
  padding: 0 10px !important;
  transition: opacity 0.3s ease;
}

.uzman-nav a:hover,
.uzman-nav li.active a {
  opacity: 1 !important;
}

.btn-uzman,
.btn-uzman-signup,
.btn-uzman-login {
  border-radius: 50px !important;
  border-width: 1px !important;
  padding: 8px 30px !important;
}

.search-toggle-btn,
.mobile-search-close-btn,
.search-close-btn {
  font-size: 16px !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-search-close-btn{
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 8px;
}

.uzman-navbar-row .uzman-nav li {
  padding: 20px 10px;
}

.uzman-navbar-row .uzman-nav li.active {
  border-top: 2px solid var(--color-primary);
}

#uzman-navbar.sticked {
  transition-duration: .3s;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 1000 !important;
  padding: 0px 0;
  background: linear-gradient(90deg, #0a0c25 0%, #38356E 100%);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);

  .header-logo img {
    height: 40px;
    margin-top: 20px;
  }

}

.uzman-nav>ul>li>a:before {
  background-color: transparent !important;
}

#search-content-uzman {
  padding: 10px 10px;
  margin: 0;
}

#search-content-uzman .form-control {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 0;
  border-radius: 0;
  transition: all 0.3s;
  height: auto;
  margin: 0;
}

#search-content-uzman .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#search-content-uzman .form-control:focus {
  background: transparent;
  border: none;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}

/* === MOBILE SEARCH OVERLAY === */
.mobile-search-overlay {
  padding: 10px 0;
  animation: fadeIn 0.3s ease;
}

.mobile-search-input {
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 8px 0;
  width: 100%;
}

.mobile-search-input:focus {
  background: transparent;
  color: #fff;
  box-shadow: none;
  outline: none;
  border: none;
}

.mobile-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  #uzman-navbar {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 1000 !important;
    width: 100% !important;
    overflow: visible !important;
  }

  #uzman-navbar .uzman-nav {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    flex-wrap: nowrap !important;
    width: auto !important;
  }

  #uzman-nav-content {
    overflow: visible !important;
  }
}

.mobile-menu-toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s;
}

.mobile-menu-toggle:hover {
  color: #D32F2F;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: linear-gradient(180deg, #121540 0%, #38356E 50%, #675EA1 100%);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-overlay.active {
  right: 0;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

.mobile-menu-content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-menu-close {
  align-self: flex-end;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  margin-bottom: 20px;
  transition: opacity 0.3s;
}

.mobile-menu-close:hover {
  opacity: 0.7;
}

.mobile-navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navbar li {
  margin-bottom: 5px;
}

.mobile-navbar li.active {
  border-left: 3px solid #D32F2F;
  background: rgba(255, 255, 255, 0.1);
}

.mobile-navbar a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.3s;
}

.mobile-navbar a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-logo {
  text-align: center;
  margin: 1rem 0 1rem 0;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu-buttons {
  padding-top: 20px;
  padding-bottom: 40px;
}

.mobile-menu-buttons .btn-uzman {
  text-align: center;
  padding: 12px 20px;
}

@media (min-width: 1440px) {
  .uzman-navbar-row .uzman-nav ul {
    gap: 0.2rem !important;
  }

  .uzman-navbar-row .uzman-nav a {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .uzman-navbar-row .uzman-nav ul li {
    padding: 20px 8px!important;
  }
  

  .btn-uzman {
    padding: 10px 18px;
    font-size: 12px;
  }

  .uzman-banner img {
    height: 50px !important;
  }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .uzman-navbar-row .uzman-nav ul {
    gap: 0.1rem !important;
  }

  .uzman-navbar-row .uzman-nav a {
    font-size: 12px;
    letter-spacing: 0.4px;
  }

  .uzman-navbar-row .uzman-nav ul li {
    padding: 20px 5px!important;
  }
  

  .btn-uzman {
    padding: 9px 16px;
    font-size: 11px;
  }

  .uzman-banner img {
    height: 48px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .uzman-navbar-row .uzman-nav ul {
    gap: 0rem !important;
  }

  .uzman-navbar-row .uzman-nav a {
    font-size: 11.5px;
    letter-spacing: 0.3px;
  }

  .uzman-navbar-row .uzman-nav ul li {
    padding: 20px 5px!important;
  }
  
  .btn-uzman {
    padding: 8px 14px;
    font-size: 10px;
  }

  .uzman-banner img {
    height: 45px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .uzman-navbar-row .uzman-nav ul {
    gap: 0rem!important;
  }

  .uzman-navbar-row .uzman-nav a {
    font-size: 11px;
    letter-spacing: 0.1px;
  }

  .uzman-navbar-row .uzman-nav ul li {
    padding: 20px 5px!important;
  }

  .btn-uzman {
    padding: 7px 12px;
    font-size: 9px;
  }

  .uzman-banner img {
    height: 42px !important;
  }

  .header-logo img {
    height: 40px !important;
  }
}

@media (max-width: 1199px) {
  .uzman-navbar-row .uzman-nav ul {
    gap: 0rem!important;
  }

  .uzman-navbar-row .uzman-nav a {
    font-size: 11px;
    letter-spacing: 0.1px;
  }

  .uzman-navbar-row .uzman-nav ul li {
    padding: 20px 0px!important;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .header-topbar {
    display: none;
  }

  .header-menu {
    padding: 12px 0;
  }

  .header-logo img {
    height: 36px !important;
  }

  #header-search-btn-mobile {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mobile-menu-overlay {
    width: 360px;
  }

  .mobile-navbar a {
    font-size: 15px;
    padding: 10px 18px;
  }

  .mobile-menu-buttons {
    padding-bottom: 40px;
  }

  .mobile-menu-buttons .btn-uzman {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .header-logo img {
    height: 32px !important;
  }

  .mobile-menu-overlay {
    width: 320px;
  }

  .mobile-navbar a {
    font-size: 14px;
    padding: 12px 15px;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .header-logo img {
    height: 32px !important;
  }

  .header-menu {
    padding: 10px 0;
  }

  .mobile-menu-overlay {
    width: 90%;
    max-width: 340px;
  }
}

@media (max-width: 479px) {
  .header-logo img {
    height: 30px !important;
  }

  .header-menu {
    padding: 10px 0;
  }

  .mobile-menu-overlay {
    width: 90%;
    max-width: 320px;
  }

  .mobile-menu-toggle {
    font-size: 24px;
  }

  #header-search-btn-mobile {
    font-size: 20px;
  }

  .mobile-navbar a {
    font-size: 13px;
    padding: 11px 14px;
  }

  .mobile-menu-buttons .btn-uzman {
    padding: 11px 18px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .header-logo img {
    height: 30px !important;
  }

  .mobile-menu-toggle {
    font-size: 22px;
  }

  #header-search-btn-mobile {
    font-size: 18px;
  }

  .mobile-navbar a {
    font-size: 12px;
    padding: 10px 12px;
  }

  .mobile-menu-buttons .btn-uzman {
    padding: 10px 16px;
    font-size: 12px;
  }
}

.modal-title-custom {
  font-family: var(--font-primary) !important;
  color: var(--color-secondary) !important;
}

.modal-section-header {
  color: var(--color-secondary) !important;
  letter-spacing: 1px;
}

.btn-custom-reject {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #fff !important;
}

.btn-custom-approve {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: #fff !important;
}

.btn-custom-examine {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: #fff !important;
}

.btn-custom-reject:hover,
.btn-custom-approve:hover,
.btn-custom-examine:hover {
  opacity: 0.9;
  color: #fff !important;
}

.user-action-btn {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  border: none;
  padding: 0;
  margin: 0 2px;
}

.user-action-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.user-action-btn i {
  font-size: 18px;
}

.user-action-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #78bd32;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.user-dropdown-btn {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  transition: background 0.2s;
}

.user-dropdown-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}


.dropdown-menu {
  border: 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 10px;
  min-width: 260px;
  margin-top: 14px !important;
  overflow: hidden;
  background: #fff;
  opacity: 1;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 24px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
}

.dropdown-header-custom {
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  margin-bottom: 8px;
}

.dropdown-item {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s;
  margin-bottom: 2px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: var(--color-primary);
  transform: translateX(3px);
}

.dropdown-item i {
  font-size: 18px;
  opacity: 0.7;
  transition: all 0.2s;
}

.dropdown-item:hover i {
  opacity: 1;
}

.dropdown-divider {
  margin: 6px 0;
  border-color: #f0f0f0;
}

.btn-mobile-profile {
  background: #fff;
  color: var(--color-primary);
  border: 1px solid #fff;
  transition: all 0.3s;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-mobile-profile:hover,
.btn-mobile-profile:focus {
  background: transparent;
  color: #fff;
}

.btn-mobile-logout {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-mobile-logout:hover,
.btn-mobile-logout:focus {
  background: #fff;
  color: var(--color-primary);
}

.editor-topbar .dropdown-menu {
  animation: none !important;
  transition: opacity 0.15s ease !important;
  transform: none !important;
}

.editor-page {
  padding: 32px 0 60px;
}

.editor-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.editor-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
}

.btn-editor-new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
  border: none;
}

.btn-editor-new:hover {
  opacity: 0.85;
  color: #fff;
}

.editor-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.editor-tab {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #dde2ef;
  color: #555;
  background: #fff;
  transition: all 0.18s;
}

.editor-tab:hover,
.editor-tab.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.editor-table-wrap {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.editor-table {
  width: 100%;
  border-collapse: collapse;
}

.editor-table thead th {
  background: #f5f7ff;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  padding: 14px 16px;
  border-bottom: 1.5px solid #e8eaf6;
  white-space: nowrap;
}

.editor-table tbody tr {
  border-bottom: 1px solid #f0f2fb;
  transition: background 0.15s;
}

.editor-table tbody tr:last-child {
  border-bottom: none;
}

.editor-table tbody tr:hover {
  background: #f9faff;
}

.editor-table td {
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.content-thumb {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 0;
  background: #eee;
}

.content-thumb-placeholder {
  width: 56px;
  height: 42px;
  border-radius: 0;
  background: #eef0f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 18px;
}

.content-title-cell {
  font-weight: 600;
  color: #1a1a2e;
  max-width: 320px;
}

.content-title-cell small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.badge-type {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  background: #eef0f8;
  color: var(--color-primary);
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
}

.status-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot.published::before {
  background: #22c55e;
}

.status-dot.draft::before {
  background: var(--color-primary);
}

.status-dot.waiting::before {
  background: #f59e0b;
}

.editor-actions {
  gap: 6px;
}

.btn-act {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.18s;
  border: none;
}

.btn-act-edit {
  background: #eef0f8;
  color: var(--color-primary);
}

.btn-act-edit:hover {
  background: var(--color-primary);
  color: #fff;
}

.btn-act-del {
  background: #fff1f1;
  color: #e53e3e;
}

.btn-act-del:hover {
  background: #e53e3e;
  color: #fff;
}

.btn-act-send {
  background: #eef0f8;
  color: #131641;
}

.btn-act-send:hover {
  background: #131641;
  color: #fff;
}

.btn-act-approve {
  background: #edfaf3;
  color: #198754;
}

.btn-act-approve:hover {
  background: #198754;
  color: #fff;
}

/* Content Approval Detail */
.ca-detail-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
  overflow: hidden;
}

.ca-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 18px 28px;
  background: #f5f7ff;
  border-bottom: 1px solid #e8eaf6;
}

.ca-meta-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 13px;
}

.ca-meta-lbl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #888;
}

.ca-cover-wrap {
  width: 100%;
  max-height: 320px;
  overflow: hidden;
}

.ca-cover-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.ca-content-body {
  padding: 28px;
}

.ca-title {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.ca-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 16px;
}

.ca-abstract {
  font-size: 15px;
  color: #444;
  background: #f9faff;
  border-left: 3px solid var(--color-primary);
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 20px;
}

.ca-body {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.ca-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 28px;
  border-top: 1px solid #f0f2fb;
}

.ca-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: opacity .18s;
}

.ca-btn:hover {
  opacity: .85;
}

.ca-btn-approve {
  background: #198754;
  color: #fff;
}

.ca-btn-reject {
  background: #e53e3e;
  color: #fff;
}

.editor-empty {
  text-align: center;
  padding: 60px 16px;
  color: #aaa;
}

.editor-empty i {
  font-size: 48px;
  margin-bottom: 12px;
  display: block;
}

.editor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 20px 0 8px;
}

.editor-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-primary);
  background: #f0f2fb;
  border: 1.5px solid transparent;
  transition: all 0.18s;
}

.editor-page-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.editor-page-btn.active {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  pointer-events: none;
}

.en-page {
  min-height: calc(100vh - 110px);
}

.en-doc-panel {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
  padding: 36px 40px 28px;
}

.en-doc-sep {
  border: none;
  border-top: 1px solid #f0f2fb;
  margin: 24px 0;
}



.en-title-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 26px;
  font-weight: 800;
  color: #181c32;
  padding: 0;
  background: transparent;
  line-height: 1.3;
}

.en-title-input::placeholder {
  color: #c5c8d8;
}

.en-field-lbl {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #5e6278;
  margin-bottom: 7px;
}

.en-req {
  color: #f1416c;
  margin-left: 2px;
}

.en-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.en-input {
  flex: 1;
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  padding: 9px 13px;
  font-size: 14px;
  color: #181c32;
  background: #f9f9fc;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}

.en-input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(103, 94, 161, .1);
  background: #fff;
}

.en-input::placeholder {
  color: #b5b5c3;
}

.en-textarea {
  display: block;
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 14px;
  color: #181c32;
  background: #f9f9fc;
  resize: vertical;
  min-height: 110px;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}

.en-textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(103, 94, 161, .1);
  background: #fff;
}

.en-richtext {
  display: block;
  width: 100%;
}

.en-hint {
  font-size: 11px;
  color: #b5b5c3;
  margin-top: 4px;
  text-align: right;
}

.en-doc-save-row {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #f0f2fb;
}

.en-btn-save-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-secondary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 11px 32px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}

.en-btn-save-all:hover {
  opacity: .85;
}

.en-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  overflow: hidden;
}

.en-card-hd {
  background: #f5f8fa;
  border-bottom: 1px solid #eef0f8;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  color: #7e8299;
}

.en-card-bd {
  padding: 16px;
}

.en-card-field-lbl {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #7e8299;
  margin-bottom: 5px;
}

.en-img-preview-wrap {
  margin-bottom: 12px;
}

.en-img-big {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 7px;
  display: block;
  margin-bottom: 8px;
}

.en-img-thumb-row {
  display: flex;
  gap: 8px;
}

.en-img-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid #e4e6ef;
}

.en-img-pick-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 7px;
  cursor: pointer;
  transition: opacity .18s;
  width: 100%;
  justify-content: center;
}

.en-img-pick-btn:hover {
  opacity: .85;
}

.en-img-change-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f1f2;
  color: #5e6278;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background .18s;
  width: 100%;
  justify-content: center;
}

.en-img-change-btn:hover {
  background: #e4e6ef;
}

.en-badge-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.en-badge-opt {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  color: #3f4254;
  transition: all .18s;
}

.en-badge-opt:has(input:checked) {
  border-color: var(--color-primary);
  background: #f5f4ff;
  color: var(--color-primary);
}

.en-badge-opt input {
  display: none;
}

.en-badge-opt img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 2px;
}

.en-select {
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  padding: 6px 10px;
  font-size: 13px;
  color: #3f4254;
  background: #f9f9fc;
  outline: none;
  transition: border-color .18s;
}

.en-select:focus {
  border-color: var(--color-primary);
}

.en-select option {
  padding: 4px 6px;
}

.en-check-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #3f4254;
  cursor: pointer;
}

.en-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--color-primary);
  cursor: pointer;
}

.en-timing-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.en-timing-btn {
  flex: 1;
  padding: 8px 6px;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: #f9f9fc;
  color: #5e6278;
  transition: all .18s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.en-timing-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.en-radio-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.en-radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #3f4254;
  cursor: pointer;
}

.en-radio-pill input[type=radio] {
  accent-color: var(--color-primary);
  width: 14px;
  height: 14px;
}

.en-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 20px;
  border-bottom: 1px solid #eef0f8;
  margin-bottom: 24px;
}

.en-toolbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #888;
}

.en-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.18s;
}

.en-back-btn:hover {
  opacity: 0.75;
  color: var(--color-primary);
}

.en-breadcrumb-sep {
  color: #ccc;
}

.en-breadcrumb-type {
  font-weight: 600;
  color: #444;
}

.en-breadcrumb-cur {
  color: #aaa;
}

.en-save-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 22px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.en-save-btn:hover {
  opacity: 0.85;
}

.en-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: start;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .en-layout {
    grid-template-columns: 1fr;
  }
}

.en-doc {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.en-doc-inner {
  padding: 32px 36px;
}

.en-separator {
  height: 1px;
  background: #f0f2fb;
  margin: 24px -36px;
}

.en-field-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #aaa;
  margin-bottom: 8px;
}

.en-req {
  color: #e53e3e;
  margin-left: 2px;
}

.en-input {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #e8eaf6;
  border-radius: 0;
  padding: 8px 0;
  font-size: 15px;
  color: #1a1a2e;
  background: transparent;
  outline: none;
  transition: border-color 0.18s;
}

.en-input:focus {
  border-color: var(--color-primary);
}

.en-input::placeholder {
  color: #ccc;
}

.en-input-title {
  font-size: 22px;
  font-weight: 700;
  color: #181c32;
  padding: 6px 0;
}

.en-textarea {
  width: 100%;
  border: 1px solid #e8eaf6;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  color: #1a1a2e;
  background: #fafbff;
  resize: vertical;
  min-height: 100px;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
}

.en-textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(103, 94, 161, 0.08);
  background: #fff;
}

.en-hint {
  font-size: 11px;
  color: #bbb;
  margin-top: 4px;
  text-align: right;
}

.en-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  overflow: hidden;
}

.en-card-header {
  background: #f7f8fc;
  border-bottom: 1px solid #eef0f8;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  color: #888;
}

.en-card-body {
  padding: 16px;
}

.en-img-upload {
  border: 2px dashed #dde2ef;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.18s;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.en-img-upload:hover {
  border-color: var(--color-primary);
}

.en-img-upload input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.en-img-preview {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 6px;
  display: none;
}

.en-img-upload.has-preview .en-img-placeholder {
  display: none;
}

.en-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #bbb;
  font-size: 13px;
  padding: 20px;
}

.en-img-placeholder i {
  font-size: 30px;
  color: #c5cae9;
}

.en-badge-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.en-badge-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1.5px solid #e8eaf6;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  transition: all 0.18s;
}

.en-badge-opt:has(input:checked) {
  border-color: var(--color-primary);
  background: #f5f4ff;
  color: var(--color-primary);
}

.en-badge-opt input[type=radio] {
  display: none;
}

.en-badge-opt img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* Radio list */
.en-radio-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.en-radio-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1.5px solid #e8eaf6;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  transition: all 0.18s;
}

.en-radio-opt:has(input:checked) {
  border-color: var(--color-primary);
  background: #f5f4ff;
}

.en-radio-opt input[type=radio] {
  accent-color: var(--color-primary);
}

.en-select {
  width: 100%;
  border: 1.5px solid #e8eaf6;
  border-radius: 7px;
  font-size: 13px;
  color: #333;
  background: #fafbff;
  padding: 4px 8px;
  outline: none;
  transition: border-color 0.18s;
}

.en-select:focus {
  border-color: var(--color-primary);
}

.en-select option {
  padding: 4px;
}

.en-check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.en-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--color-primary);
  cursor: pointer;
}

.en-timing-toggle {
  display: flex;
  gap: 8px;
}

.en-timing-btn {
  flex: 1;
  padding: 7px 10px;
  border: 1.5px solid #e8eaf6;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: #fafbff;
  color: #555;
  transition: all 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.en-timing-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.en-submit-btn {
  width: 100%;
  padding: 12px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.en-submit-btn:hover {
  opacity: 0.88;
}


.nf-wrap {
  max-width: 1380px;
}

.nf-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef0f8;
}

.nf-topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #7e8299;
}

.nf-back-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-primary);
  text-decoration: none;
  transition: opacity .18s;
}

.nf-back-link:hover {
  opacity: .75;
  color: var(--color-primary);
}

.nf-breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nf-bc-sep {
  font-size: 11px;
  color: #d0d3e0;
}

.nf-btn-save {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 22px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}

.nf-btn-save:hover {
  opacity: .85;
}

.nf-doc {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .07);
  padding: 36px 40px 28px;
}

.nf-sep {
  border: none;
  border-top: 1px solid #f0f2fb;
  margin: 22px 0;
}

.nf-title-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 26px;
  font-weight: 800;
  color: #181c32;
  padding: 0;
  background: transparent;
  line-height: 1.3;
}

.nf-title-input::placeholder {
  color: #c5c8d8;
}

.nf-field-group {
  width: 100%;
}

.nf-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #5e6278;
  margin-bottom: 7px;
}

.nf-req {
  color: #f1416c;
  margin-left: 2px;
}

.nf-input-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nf-input {
  flex: 1;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  padding: 9px 13px;
  font-size: 14px;
  color: #181c32;
  background: #f9f9fc;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
  min-width: 0;
}

.nf-input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(103, 94, 161, .1);
  background: #fff;
}

.nf-input::placeholder {
  color: #b5b5c3;
}

.nf-act-save,
.nf-act-clear {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1.5px solid #e4e6ef;
  background: #f9f9fc;
  color: #5e6278;
  font-size: 15px;
  cursor: pointer;
  transition: background .15s, color .15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nf-act-save:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.nf-act-clear:hover {
  background: #f1416c;
  color: #fff;
  border-color: #f1416c;
}

.nf-textarea {
  display: block;
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 14px;
  color: #181c32;
  background: #f9f9fc;
  resize: vertical;
  min-height: 110px;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}

.nf-textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(103, 94, 161, .1);
  background: #fff;
}

.nf-richtext {
  display: block;
  width: 100%;
}

.nf-hint {
  font-size: 11px;
  color: #b5b5c3;
  margin-top: 4px;
  text-align: right;
}

.nf-img-empty {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nf-img-pick-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--color-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 7px;
  cursor: pointer;
  transition: opacity .18s;
  user-select: none;
}

.nf-img-pick-btn:hover {
  opacity: .85;
}

.nf-img-preview-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* BÃ¼yÃ¼k Ã¶nizleme */
.nf-img-main-wrap {
  position: relative;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  max-height: 260px;
  background: #f0f2fb;
}

.nf-img-main {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  display: block;
}

.nf-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity .2s;
}

.nf-img-main-wrap:hover .nf-img-overlay {
  opacity: 1;
}

.nf-img-ovr-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, .15);
  border: 1.5px solid rgba(255, 255, 255, .6);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background .15s;
  backdrop-filter: blur(4px);
}

.nf-img-ovr-btn:hover {
  background: rgba(255, 255, 255, .28);
}

.nf-img-thumb-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.nf-img-thumb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.nf-img-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #e4e6ef;
}

.nf-img-thumb-lbl {
  font-size: 10px;
  color: #b5b5c3;
  font-weight: 600;
  letter-spacing: .4px;
}

.nf-doc-footer {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #f0f2fb;
}

.nf-btn-save-lg {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-secondary, #2ecc71);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 36px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}

.nf-btn-save-lg:hover {
  opacity: .87;
}

.nf-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  overflow: hidden;
}

.nf-card-hd {
  background: #f5f8fa;
  border-bottom: 1px solid #eef0f8;
  padding: 9px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  color: #7e8299;
}

.nf-card-bd {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nf-card-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nf-card-lbl {
  font-size: 12px;
  font-weight: 600;
  color: #7e8299;
}

.nf-card-sublbl {
  font-size: 10px;
  color: #b5b5c3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 2px;
}

.nf-card-select {
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 13px;
  color: #3f4254;
  background: #f9f9fc;
  outline: none;
  transition: border-color .18s;
}

.nf-card-select:focus {
  border-color: var(--color-primary);
}

.nf-card-input {
  display: block;
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  color: #3f4254;
  background: #f9f9fc;
  outline: none;
  transition: border-color .18s;
}

.nf-card-input:focus {
  border-color: var(--color-primary);
}

.nf-toggle-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.nf-toggle-switch input {
  display: none;
}

.nf-toggle-track {
  width: 40px;
  height: 22px;
  background: #e4e6ef;
  border-radius: 11px;
  position: relative;
  transition: background .2s;
  flex-shrink: 0;
}

.nf-toggle-track::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: left .2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.nf-toggle-switch input:checked~.nf-toggle-track {
  background: var(--color-primary);
}

.nf-toggle-switch input:checked~.nf-toggle-track::after {
  left: 21px;
}

.nf-toggle-lbl-off,
.nf-toggle-lbl-on {
  font-size: 13px;
  color: #7e8299;
}

.nf-toggle-switch input:checked~.nf-toggle-lbl-off {
  display: none;
}

.nf-toggle-lbl-on {
  display: none;
}

.nf-toggle-switch input:checked~.nf-toggle-lbl-on {
  display: inline;
}

.nf-timing-btns {
  display: flex;
  gap: 6px;
}

.nf-tm-btn {
  flex: 1;
  padding: 7px 6px;
  border: 1.5px solid #e4e6ef;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: #f9f9fc;
  color: #5e6278;
  transition: all .18s;
}

.nf-tm-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.nf-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nf-radio-lbl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #3f4254;
  cursor: pointer;
}

.nf-radio-lbl input {
  accent-color: var(--color-primary);
}


.nf-crop-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}

.nf-crop-dialog {
  background: #fff;
  border-radius: 14px;
  width: min(820px, 95vw);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.nf-crop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border-bottom: 1px solid #f0f2fb;
  font-size: 16px;
  font-weight: 700;
  color: #181c32;
}

.nf-crop-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #7e8299;
  padding: 0;
  transition: color .15s;
}

.nf-crop-close:hover {
  color: #f1416c;
}

.nf-crop-body {
  flex: 1;
  overflow: hidden;
  padding: 16px 22px;
}

.nf-crop-area {
  max-height: 520px;
  overflow: hidden;
}

.nf-crop-area img {
  max-width: 100%;
  display: block;
}

.nf-crop-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 22px;
  border-top: 1px solid #f0f2fb;
}

.nf-cr-btn {
  padding: 9px 24px;
  border-radius: 7px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity .18s;
}

.nf-cr-cancel {
  background: #f1f1f2;
  color: #5e6278;
}

.nf-cr-cancel:hover {
  background: #e4e6ef;
}

.nf-cr-apply {
  background: var(--color-primary);
  color: #fff;
}

.nf-cr-apply:hover {
  opacity: .87;
}

.ef-page {
  max-width: 1300px;
  margin: 0 auto;
}

.ef-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.ef-toolbar-l {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #7e8299;
}

.ef-back {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  transition: opacity .18s;
}

.ef-back:hover {
  opacity: .75;
  color: var(--color-primary);
}

.ef-bc-sep {
  color: #d0d3e0;
  font-size: 11px;
}

.ef-bc-type {
  font-weight: 600;
  color: #3f4254;
}

.ef-bc-cur {
  color: #7e8299;
}

.ef-save-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 22px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}

.ef-save-btn:hover {
  opacity: .85;
}

.ef-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.ef-field {
  padding: 20px 28px;
}

.ef-field-title {
  padding: 24px 28px 4px;
}

.ef-sep {
  border: none;
  border-top: 1px solid #f1f3fb;
  margin: 0;
}

.ef-lbl {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  color: #7e8299;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ef-req {
  color: #f1416c;
  margin-left: 2px;
}

.ef-slug-note {
  font-weight: 400;
  text-transform: none;
  font-size: 11px;
  color: #b5b5c3;
}

.ef-hint {
  font-size: 11px;
  color: #b5b5c3;
  margin-top: 4px;
  text-align: right;
}

.ef-hint-sm {
  font-size: 11px;
  color: #b5b5c3;
  font-weight: 400;
  margin-left: 6px;
}

.ef-title-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: 800;
  color: #181c32;
  padding: 0;
  background: transparent;
  line-height: 1.35;
}

.ef-title-input::placeholder {
  color: #d1d3e0;
}

.ef-input-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ef-input {
  display: block;
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  padding: 9px 13px;
  font-size: 14px;
  color: #181c32;
  background: #f9f9fc;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}

.ef-input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(103, 94, 161, .1);
  background: #fff;
}

.ef-input::placeholder {
  color: #b5b5c3;
}

.ef-input-group {
  display: flex;
  align-items: stretch;
}

.ef-input-group .ef-input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ef-input-group .ef-save-btn,
.ef-input-group .ef-input-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ef-input-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity .18s;
  font-size: 18px;
  flex-shrink: 0;
}

.ef-input-btn:hover {
  opacity: .85;
}

.ef-textarea {
  display: block;
  width: 100%;
  border: 1.5px solid #e4e6ef;
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 14px;
  color: #181c32;
  background: #f9f9fc;
  resize: vertical;
  min-height: 90px;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}

.ef-textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(103, 94, 161, .1);
  background: #fff;
}

.ef-richtext {
  display: block;
  width: 100%;
}

.ef-img-pick-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity .18s;
  user-select: none;
}

.ef-img-pick-btn:hover {
  opacity: .85;
}

.ef-upload-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
  color: #5e6278;
}

.ef-upload-bar {
  flex: 1;
  height: 6px;
  background: #eef0f8;
  border-radius: 3px;
  overflow: hidden;
}

.ef-upload-fill {
  height: 100%;
  width: 0;
  background: var(--color-primary);
  border-radius: 3px;
  transition: width .2s;
}


.ef-img-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ef-img-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ef-img-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ef-img-col-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #7e8299;
  text-transform: uppercase;
}

.ef-img-mini-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: opacity .15s;
  text-decoration: none;
}

.ef-img-mini-btn:hover {
  opacity: .7;
  color: var(--color-primary);
}

.ef-img-wrap {
  position: relative;
  background: #f0f2fb;
  border-radius: 8px;
  overflow: hidden;
  width: 400px;
  height: 225px;
  flex-shrink: 0;
}

.ef-img-cropped-wrap {
  width: 225px;
  height: 225px;
}

.ef-img-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ef-img-cropped {
  object-position: center center;
}

.ef-img-no-crop-badge {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none;
}

.ef-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ef-badge-opt {
  cursor: pointer;
}

.ef-badge-opt input {
  display: none;
}

.ef-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  border: 1.5px solid #e4e6ef;
  border-radius: 20px;
  font-size: 13px;
  color: #5e6278;
  background: #f9f9fc;
  transition: all .15s;
  cursor: pointer;
}

.ef-badge-pill img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ef-badge-opt input:checked+.ef-badge-pill {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.ef-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ef-radio-opt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #3f4254;
  cursor: pointer;
}

.ef-radio-opt input {
  accent-color: var(--color-primary);
  width: 15px;
  height: 15px;
}

.ef-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.ef-toggle-wrap input {
  display: none;
}

.ef-toggle-track {
  width: 42px;
  height: 24px;
  background: #e4e6ef;
  border-radius: 12px;
  position: relative;
  transition: background .2s;
  flex-shrink: 0;
}

.ef-toggle-track::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: left .2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.ef-toggle-wrap input:checked~.ef-toggle-track {
  background: #50cd89;
}

.ef-toggle-wrap input:checked~.ef-toggle-track::after {
  left: 21px;
}

.ef-toggle-txt {
  font-size: 14px;
  color: #5e6278;
  font-weight: 500;
}

.ef-tag-select {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ef-tag-opt {
  cursor: pointer;
}

.ef-tag-opt input {
  display: none;
}

.ef-tag-opt span {
  display: inline-block;
  padding: 5px 12px;
  border: 1.5px solid #e4e6ef;
  border-radius: 6px;
  font-size: 13px;
  color: #5e6278;
  background: #f9f9fc;
  transition: all .15s;
  cursor: pointer;
}

.ef-tag-opt input:checked+span {
  border-color: var(--color-primary);
  background: #f0eeff;
  color: var(--color-primary);
  font-weight: 600;
}

.ef-form-footer {
  display: flex;
  justify-content: center;
  padding: 24px 28px;
  border-top: 1px solid #f1f3fb;
}

.ef-save-btn-lg {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 42px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}

.ef-save-btn-lg:hover {
  opacity: .87;
}

.ef-crop-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.ef-crop-dialog {
  background: #fff;
  border-radius: 14px;
  width: min(860px, 96vw);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.ef-crop-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border-bottom: 1px solid #f0f2fb;
  font-size: 16px;
  font-weight: 700;
  color: #181c32;
  flex-shrink: 0;
}

.ef-crop-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #7e8299;
  padding: 0;
  transition: color .15s;
}

.ef-crop-close:hover {
  color: #f1416c;
}

.ef-crop-bd {
  flex: 1;
  overflow: hidden;
  padding: 16px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ef-crop-bd img {
  max-width: 100%;
  max-height: 520px;
  display: block;
}

.ef-crop-ft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 22px;
  border-top: 1px solid #f0f2fb;
  flex-shrink: 0;
}

.ef-cr-btn {
  padding: 9px 26px;
  border-radius: 7px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity .18s;
}

.ef-combo {
  position: relative;
  width: 100%;
}

.ef-combo-display {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  border: 1px solid #dcdfe6;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  cursor: pointer;
  min-height: 44px;
}

.ef-combo-display:focus {
  outline: 2px solid rgba(0, 0, 0, .08);
}

.ef-combo-placeholder {
  color: #98a2b3;
}

.ef-combo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.ef-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f2f4f7;
  border: 1px solid #e4e7ec;
  font-size: 13px;
  line-height: 1;
}

.ef-chip button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 2px;
}

.ef-combo-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
  display: none;
  z-index: 60;
}

.ef-combo.open .ef-combo-dropdown {
  display: block;
}

.ef-combo-top {
  padding: 10px;
  border-bottom: 1px solid #eef2f6;
  display: grid;
  gap: 8px;
}

.ef-combo-search {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 10px;
  padding: 9px 10px;
}

.ef-combo-selectall {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: #475467;
}

.ef-combo-list {
  max-height: 240px;
  overflow: auto;
  padding: 6px;
}

.ef-combo-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.ef-combo-item:hover {
  background: #f5f7fa;
}

.ef-combo-item.is-active {
  outline: 2px solid rgba(0, 0, 0, .08);
  background: #f7f9fc;
}

.ef-combo-item[hidden] {
  display: none !important;
}


.ef-cr-cancel {
  background: #f1f1f2;
  color: #5e6278;
}

.ef-cr-cancel:hover {
  background: #e4e6ef;
}

.ef-cr-apply {
  background: var(--color-primary);
  color: #fff;
}

.ef-cr-apply:hover {
  opacity: .87;
}


.ef-crop-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--color-primary);
  border: none;
  border-radius: 8px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: background .2s;
  z-index: 99;
}

.ef-crop-btn:hover {
  background: var(--color-secondary);
}

/* ── ef-combo (çoklu seçim dropdown) ──────────────────────── */
.ef-combo {
  position: relative;
  width: 100%;
}

.ef-combo-display {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-height: 42px;
  padding: 6px 12px;
  border: 1px solid #e0e0ef;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s;
  user-select: none;
}

.ef-combo-display:focus,
.ef-combo-display[aria-expanded="true"] {
  border-color: var(--color-primary);
  outline: none;
}

.ef-combo-placeholder {
  color: #aaa;
  font-size: 13px;
}

/* Seçili etiketler (chip) */
.ef-combo-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  white-space: nowrap;
}

.ef-combo-chip-remove {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  opacity: .8;
}

.ef-combo-chip-remove:hover {
  opacity: 1;
}

/* Dropdown panel */
.ef-combo-dropdown {
  display: none;
  z-index: 9999;
  background: #fff;
  border: 1px solid #e0e0ef;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
  overflow: hidden;
}

.ef-combo-dropdown.open {
  display: block;
}

.ef-combo.open .ef-combo-dropdown {
  display: block;
}

/* Üst bölüm: arama + hepsini seç */
.ef-combo-top {
  padding: 10px 12px 8px;
  border-bottom: 1px solid #f0f0f8;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ef-combo-search {
  width: 100%;
  border: 1px solid #e0e0ef;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;
  outline: none;
  transition: border-color .2s;
}

.ef-combo-search:focus {
  border-color: var(--color-primary);
}

.ef-combo-selectall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  user-select: none;
}

/* Liste alanı — kaydırılabilir */
.ef-combo-list {
  max-height: 220px;
  overflow-y: auto;
  padding: 6px 0;
}

.ef-combo-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  font-size: 13px;
  cursor: pointer;
  transition: background .15s;
}

.ef-combo-item:hover {
  background: #f5f5ff;
}

.ef-combo-item input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--color-primary);
  flex-shrink: 0;
}

.ef-combo-item.hidden {
  display: none;
}

/* ----------------
SECTIONS
---------------- */

/* SECTIONS > about */
.page-body .about .content h3 {
  color: var(--color-secondary) !important;
}

.page-body.gradient-bg {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #ffffff00 100%) !important;
  box-shadow: none !important;
}

.page-body.other-content-bg {
  box-shadow: none !important;
  border: 1px solid var(--color-primary) !important;
}

.other-content-badge-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 34px;
  object-fit: contain;
  z-index: 1;
}

/* ----------------
RECEIPT FORM STYLES
---------------- */

.receipt-logo-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #d11242;
  /* Gradient approximation */
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.receipt-logo-circle img {
  max-height: 70px;
  width: auto;
}

.receipt-form-maintitle {
  color: #002f5a;
  font-weight: 500;
  font-size: 26px;
  border-bottom: 2px solid #002f5a;
  padding-bottom: 12px;
  margin-bottom: 15px;
  display: inline-block;
}

.receipt-form-subtitle {
  color: #002f5a;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}

.receipt-alert {
  font-size: 14px;
}

.receipt-form-text {
  color: #002f5a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.receipt-form-group {
  margin-bottom: 35px;
}

.receipt-form-label {
  color: #8da3cd;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.receipt-form-input {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #d11242;
  padding: 8px 5px;
  font-size: 16px;
  color: #333;
  outline: none;
  background: transparent;
  border-radius: 0;
  transition: border-bottom-color 0.3s;
}

.receipt-form-input:focus {
  border-bottom-color: #002f5a !important;
}

.receipt-file-label {
  background-color: #dbe4f3;
  color: #002f5a;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 35px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  min-width: 200px;
  transition: background-color 0.2s;
}

.receipt-file-label:hover {
  background-color: #c4d3eb;
}

.receipt-file-label.file-selected {
  font-weight: 700;
}

.receipt-file-hint {
  color: #333;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}

.receipt-submit-btn {
  background: transparent;
  border: 1.5px solid #8da3cd;
  color: #8da3cd;
  padding: 10px 45px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.receipt-submit-btn:hover {
  background: #f4f6fa;
}

#flash-toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.flash-toast {
  min-width: 250px;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.flash-toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------
HERO RESPONSIVE STYLES
---------------- */

#hero {
  background-color: #070818;
}

.hero-slider-responsive {
  width: 100%;
  aspect-ratio: 1200 / 525;
}

.hero-slider-responsive .swiper-slide {
  width: 100%;
  height: 100% !important;
}

.hero-slider-responsive .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-konva-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-konva-container .konvajs-content,
.hero-konva-container canvas,
canvas.synced-clone {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

/* ----------------
IMPORTANT NOTICE BOX
---------------- */

.important-notice-box {
  background-color: #f8f9fc;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  min-height: 100px;
}

.notice-left-panel {
  background-color: var(--color-primary);
  width: 130px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  padding-right: 15px;
}

.notice-content-panel {
  margin-left: 120px;
  z-index: 2;
  position: relative;
  padding-right: 50px !important;
}

.notice-right-badge {
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: var(--color-primary);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 5px;
  padding-bottom: 2px;
}

.notice-right-badge i {
  font-size: 20px;
}

/* ----------------
RELATED PRESS SECTION
---------------- */

.related-press-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.related-press-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.related-press-badge {
  color: #e6001e;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.related-press-badge::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #e6001e;
}

.related-press-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
  line-height: 1.2;
}

.btn-view-all-outline {
  display: inline-block;
  padding: 8px 30px;
  font-size: 13px;
  color: #924d9c;
  border: 1px solid #924d9c;
  background: #fff;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-view-all-outline:hover {
  background: #924d9c;
  color: #fff;
}

/* 5 Column Grid */
.row-cols-custom-5>* {
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width: 1199px) {
  .row-cols-custom-5>* {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .row-cols-custom-5>* {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .row-cols-custom-5>* {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .row-cols-custom-5>* {
    width: 100%;
  }

  .breadcrumbs {
    margin-top: 50px;
  }
  .header {
    height: 100px;
  }
  .header-logo{
    margin-top: 0px;
  }
  .section-bg{
    padding: 40px 0;
  }

}

.related-press-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-press-img-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  background: #fff;
}

.related-press-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
}

.related-press-card:hover .related-press-img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.related-press-card-title {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
  font-weight: 400;
  text-decoration: none;
}

.related-press-card:hover .related-press-card-title {
  text-decoration: none;
  color: #444;
}

/* ----------------
WORKING GROUP DECLARATIONS
---------------- */

.wg-declarations-wrapper {
  background-color: #f7f8f9;
  padding: 40px 0;
}

.wg-declarations-content {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 2;
}

.wg-title-header {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.wg-title-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: #e6001e;
}

/* Video Cards */
.wg-video-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: transparent;
  height: 100%;
}

.wg-video-img {
  width: 100%;
  aspect-ratio: 95 / 130;
  object-fit: cover;
  margin-bottom: 15px;
  border: 1px solid #eee;
  background-color: #fcfcfc;
}

.wg-video-meta {
  font-size: 11px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.wg-video-meta i {
  font-size: 14px;
}

.wg-video-title {
  font-size: 13px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  margin: 0;
}

.wg-video-card:hover .wg-video-title {
  color: #8c429b;
}

/* All Working Groups Box */
.wg-all-groups-box {
  background: #fff;
  border: 1px solid #f5d4d6;
  position: relative;
  padding: 40px 30px 30px 30px;
  margin-top: 50px;
}

.wg-all-groups-tab {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 35px;
  height: 35px;
  background-color: #e6001e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border-bottom-right-radius: 8px;
}

/* Groups List */
.wg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .wg-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wg-list {
    grid-template-columns: 1fr;
  }
}

.wg-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.wg-list li a:hover {
  color: #8c429b;
}

.wg-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #8c429b;
  color: #fff;
  font-size: 11px;
  flex-shrink: 0;
}

/* ===== Custom Confirm Modal (uzConfirm) ===== */
.uz-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  opacity: 0;
  transition: opacity .22s ease;
}

.uz-modal-overlay.uz-modal-show {
  opacity: 1;
}

.uz-modal-overlay.uz-modal-show .uz-modal {
  transform: translateY(0) scale(1);
}

.uz-modal {
  background: #fff;
  border-radius: 14px;
  padding: 36px 32px 28px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
  transform: translateY(-18px) scale(.96);
  transition: transform .25s cubic-bezier(.34, 1.56, .64, 1);
}

.uz-modal-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 28px;
  color: #e53e3e;
}

.uz-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
  line-height: 1.3;
}

.uz-modal-message {
  font-size: 14px;
  color: #666;
  margin: 0 0 24px;
  line-height: 1.6;
}

.uz-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.uz-modal-btn {
  flex: 1;
  min-width: 110px;
  padding: 11px 20px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity .15s, transform .15s;
}

.uz-modal-btn:hover {
  opacity: .88;
  transform: translateY(-1px);
}

.uz-modal-btn:active {
  transform: translateY(0);
}

.uz-modal-cancel {
  background: #f1f1f1;
  color: #444;
}

.uz-modal-confirm {
  color: #fff;
}

@media (max-width: 480px) {
  .uz-modal {
    padding: 28px 18px 22px;
  }

  .uz-modal-actions {
    flex-direction: column;
  }

  .uz-modal-btn {
    min-width: unset;
  }
}


/* ===== Content Approval Detail ===== */
.ca-detail-radius {
  border-radius: 0 !important;
}

.ca-cover-img-contain {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}

.ca-detail-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
  color: #212529 !important;
  margin-bottom: 1rem;
}

.ca-detail-meta {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 1.5rem;
}

.ca-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.ca-icon-red {
  color: #e6001e;
  font-size: 20px;
}

.ca-badge-label {
  font-weight: 700;
  text-transform: uppercase;
  color: #e6001e;
  letter-spacing: .5px;
  font-size: 14px;
  margin-left: .5rem;
}

.ca-icon-meta {
  font-size: 20px;
  color: #555;
}

.ca-meta-text {
  font-size: 15px;
  color: #555;
  margin-left: .5rem;
}

.ca-action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ca-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: opacity .18s;
}

.ca-btn:hover {
  opacity: .85;
}

.ca-btn-approve {
  background: #198754;
  color: #fff;
}

.ca-btn-reject {
  background: #e53e3e;
  color: #fff;
}

.badge-primary {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  background: #eef0f8;
  color: var(--color-primary);
}

.badge-secondary {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  background: #eef0f8;
  color: var(--color-secondary);
}

.badge-info {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  background: #eef0f8;
  color: var(--color-info);
}

/* Videos - background-image ile 332/595 oranı (mobil) */
#videos .video-media {
  position: relative;
  aspect-ratio: 332 / 595;
}
#videos .video-media-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  transition: transform 0.4s ease;
}
#videos .video-cab:hover .video-media-bg {
  transform: scale(1.1);
}

mark, .mark {
  padding: 0 !important;
}