bodt {
  background-color: red;
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

.brand-logo,
.default-logo,
.responsive-logo {
  max-width: 128px;
  transition: all 0.4s;
  position: relative;
  margin-right: 35px;
}

@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    /*position: fixed !important;*/
    transition: 0.4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left
    .container-fluid
    .nav-item.has-megamenu:hover
    > .sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header > .container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }

  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }

  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }

  .top-contact-menu-wraper .header-btn {
    order: 4;
  }

  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1d263a;
    border-radius: 0px 0px 0px 5px;
  }

  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }

  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1d263a;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
  font-family: "DM Sans", sans-serif;
}

.sofax-header1 .site-menu-main .nav-link-item {
  color: var(--white-smoke);
}

.sofax-header2 .site-menu-main .nav-link-item {
  color: var(--heading-color2);
}

.sofax-header4 .site-menu-main .nav-link-item {
  color: var(--heading-color3);
}

.sofax-header5 .site-menu-main .nav-link-item {
  color: var(--light-color4);
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0;
  padding: 12px 0;
  transition: 0.4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  border-radius: 6px;
}

.site-menu-main .sub-menu:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 22px;
  transform: rotate(45deg) translatey(-11px);
  z-index: 8;
}

.sub-menu.megamenu:before {
  content: none;
}

.site-menu-main .sub-menu.shape-none:before {
  content: none;
}

/*@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    min-width: 235px;
    max-width: 235px;
  }
}*/

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
  padding: 4px 20px;
  font-weight: 700;
  color: #000;
  position: relative;
}

.site-menu-main .sub-menu--item > a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item > a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item > a:hover .menu-item-text::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
  }
}

/* .site-menu-main .sub-menu--item:hover > a {
  color: var(--accent-color);
} */

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }

  /* .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(-50%) translateY(-10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  } */
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 900px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }

  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #ffc947 !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    margin-top: 5px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 6px;
    transform: translateY(0);
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #13111a;
    width: 24px;
    position: relative;
  }
  .site-header .mobile-menu-trigger.light span {
    background-color: #fff;
  }

  .reveal-header .mobile-menu-trigger span {
    background-color: #13111a !important;
  }

  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13111a;
  }

  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #13111a !important;
  }

  .mobile-menu-trigger.light span:before,
  .mobile-menu-trigger.light span:after {
    background-color: #fff !important;
  }

  .mobile-menu-trigger.light {
  }

  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #13111a;
  }

  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #13111a;
  }

  .site-header .mobile-menu-trigger span:before {
    top: -8px;
  }

  .site-header .mobile-menu-trigger span:after {
    top: 8px;
  }

  .site-header .item-right {
    align-items: center;
  }

  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .site-header .menu-block.active {
    transform: translate(0%);
  }

  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-menu-main > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }

  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
    text-transform: capitalize;
  }

  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }

  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .site-menu-main > li .sub-menu.active {
    display: block;
  }

  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }

  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }

  .site-menu-main a {
    display: flex;
    align-items: center;
  }

  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  /* .site-header--menu-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  } */
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.reveal-header {
  background: #0d152e !important;
}

.reveal-header .nav-link-item {
  color: #fff !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.reveal-header .dark-version-logo {
  display: block !important;
}

.reveal-header .light-version-logo {
  display: none !important;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }

  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.log-in-btn {
  width: 160px;
  height: 50px;
  background: #fd4c5c;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.log-in-btn:after {
  content: "";
  background: #0f1a54;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}

a.log-in-btn:hover:after {
  height: 100%;
  width: 135%;
}

.log-in-btn.red-btn {
  color: #fff;
  background-color: #fd4c5c;
}

.log-in-btn.yellow-btn {
  color: #0f1a54;
  background-color: #fbc21d;
}

.log-in-btn.yellow-btn:hover {
  background-color: #fff;
}

.dashboard-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 200px);
  margin: 100px auto 50px;
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
}

/* Sidebar'ı yatay menüye çeviriyoruz */
.dashboard-sidebar {
  width: 100%;
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 0px 100px 0px;
  margin-bottom: 30px;
}

/* Profil ve menüyü yan yana getiriyoruz */
.dashboard-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-profile {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  margin-right: 20px;
}

.profile-image {
  margin-right: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.profile-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
}

.profile-info {
  text-align: left;
}

.profile-info h4 {
  margin: 0;
  font-size: 14px;
}

.profile-info p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

/* Menü itemlerini yeniden tasarlıyoruz */
.dashboard-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  gap: 15px;
}

.dashboard-nav li {
  margin: 0;
}

.dashboard-nav a {
  padding: 12px 24px;
  white-space: nowrap;
  border-radius: 12px;
  background: #fff;
  color: #555;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dashboard-nav a:hover,
.dashboard-nav li.active a {
  background: #55288d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(85, 40, 141, 0.2);
}

.dashboard-nav i {
  margin-right: 8px;
}

/* Content alanını yeniden tasarlıyoruz */
.dashboard-content {
  flex: 1;
  background: #f8f9fa;
  border-radius: 15px;
  padding: 35px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 0px 100px 0px;
  min-height: 600px;
  overflow: auto;
}

/* Paket kartlarını yeniden tasarlıyoruz */
.package-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: none;
  transition: all 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Header butonunu yeniden tasarlıyoruz */

/* Status badge'lerini yeniden tasarlıyoruz */
.status {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.package-card.active .status {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.package-card.completed .status {
  background: #f5f5f5;
  color: #616161;
  border: 1px solid #eeeeee;
}

/* Responsive düzenlemeler aynı kalacak */
@media (max-width: 768px) {
  .dashboard-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-profile {
    margin-bottom: 20px;
    width: 100%;
  }

  .dashboard-nav ul {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .dashboard-container {
    margin: 80px auto 30px;
  }
}

.user-profile {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.profile-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.dashboard-nav ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.dashboard-nav li {
  margin-bottom: 10px;
}

.dashboard-nav a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 8px;
  color: #666;
  transition: all 0.3s ease;
}

.dashboard-nav a:hover,
.dashboard-nav li.active a {
  background: #55288d;
  color: #fff;
}

.dashboard-nav i {
  margin-right: 10px;
  width: 20px;
}

.package-count {
  margin-left: 10px;
  background: #55288d;
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.package-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.package-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.status {
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}

.package-card.active .status {
  background: #e8f5e9;
  color: #2e7d32;
}

.package-card.completed .status {
  background: #eeeeee;
  color: #616161;
}

.package-details {
  margin-bottom: 20px;
}

.detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
}

.detail-item i {
  width: 20px;
  margin-right: 10px;
  color: #55288d;
}

.package-actions {
  display: flex;
  gap: 10px;
}

.small {
  padding: 8px 15px;
  font-size: 14px;
}
.profile-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 20px 0;
}

.profile-section {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.profile-section h3 {
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-image-upload {
  text-align: center;
}

#preview-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.image-upload-controls {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.upload-btn,
.remove-image-btn {
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.upload-btn {
  background: #55288d;
  color: #fff;
  border: none;
}

.remove-image-btn {
  background: #dc3545;
  color: #fff;
  border: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #55288d;
  box-shadow: 0 0 0 2px rgba(85, 40, 141, 0.25);
  outline: none;
}

.password-input {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.save-btn {
  background: #55288d;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.save-btn:hover {
  background: #3d1d65;
  transform: translateY(-2px);
}

/* Toggle Switch Styles */
.notification-settings {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.notification-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.switch-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #55288d;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .profile-sections {
    grid-template-columns: 1fr;
  }
}

/* Tab Stilleri */
.profile-tabs {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nav-tabs {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 25px;
  gap: 10px;
}

.nav-tabs .nav-link {
  border: none;
  color: #666;
  padding: 12px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
  background: #55288d;
  color: #fff;
}

.nav-tabs .nav-link.active {
  background: #55288d;
  color: #fff;
}

.nav-tabs .nav-link i {
  font-size: 16px;
}

.tab-content {
  padding-top: 20px;
}

.tab-pane {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .nav-tabs .nav-link {
    white-space: nowrap;
  }
}
/* Step göstergesi */
.buy-steps {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  padding: 0 20px;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}

.step::after {
  content: "";
  position: absolute;
  right: -50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: -1;
}

.step:last-child::after {
  display: none;
}

.step-number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
}

.step.active .step-number {
  background: #55288d;
  color: #fff;
}

.step.completed .step-number {
  background: #28a745;
  color: #fff;
}

.step-text {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

/* İçerik alanları */
.step-content {
  display: none;
}

.step-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Diğer stiller aynı kalabilir */
.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px;
}

.package-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #eee;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.package-card.featured {
  border: 2px solid #55288d;
}

.popular-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #55288d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.package-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.package-header h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
}

.price {
  font-size: 32px;
  font-weight: bold;
  color: #55288d;
  margin-top: 10px;
}

.package-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-body li {
  padding: 10px 0;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}

.package-body i {
  color: #28a745;
}

.package-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #f8f9fa;
  color: #55288d;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.package-btn:hover {
  background: #55288d;
  color: #fff;
}

.package-btn.featured {
  background: #55288d;
  color: #fff;
}

.package-btn.featured:hover {
  background: #3d1d65;
}

/* Tarih seçimi stilleri */
.date-selection {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.selected-package-info {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.package-price {
  font-size: 24px;
  color: #55288d;
  font-weight: bold;
}

.calendar-wrapper {
  display: grid;
  gap: 20px;
}

/* Ödeme formu stilleri */
.payment-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

.order-summary {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 15px;
  height: fit-content;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.summary-item.total {
  font-weight: bold;
  color: #55288d;
  border: none;
  margin-top: 10px;
}

.payment-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.card-input {
  position: relative;
}

.card-input i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

/* Navigasyon butonları */
.step-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.prev-step,
.next-step {
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prev-step {
  background: #f8f9fa;
  border: none;
  color: #666;
}

.next-step {
  background: #55288d;
  border: none;
  color: #fff;
}

.next-step:hover {
  background: #3d1d65;
}

.prev-step:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .payment-section {
    grid-template-columns: 1fr;
  }

  .steps-indicator {
    padding: 0 20px;
  }

  .step span {
    font-size: 12px;
  }

  .step-icon {
    width: 50px;
    height: 50px;
  }

  .step-icon i {
    font-size: 20px;
  }
}

.package-calculator {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.package-info h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
}

.package-description {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.price-details {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
}

.base-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.base-price .amount {
  font-size: 24px;
  font-weight: bold;
  color: #55288d;
}

.participant-selector {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.participant-selector label {
  font-weight: 500;
  color: #444;
}

.quantity-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #55288d;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
}

.quantity-btn:hover {
  background: #3d1d65;
}

#extraParticipants {
  width: 80px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.extra-price {
  font-size: 14px;
  color: #666;
}

.total-calculation {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  margin-top: 25px;
}

.calc-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.calc-item.total {
  border: none;
  font-weight: bold;
  color: #55288d;
  font-size: 18px;
  margin-top: 10px;
}

.package-features {
  margin-top: 30px;
}

.package-features h4 {
  margin-bottom: 15px;
  color: #333;
}

.package-features ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.package-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
}

.package-features i {
  color: #28a745;
}

/* Yeni stiller */
.participant-selector-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
}

.participant-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.participant-count {
  text-align: center;
}

.total-participants {
  font-size: 48px;
  font-weight: bold;
  color: #55288d;
  display: block;
}

.label {
  color: #666;
  font-size: 16px;
}

.price-info {
  text-align: right;
}

.current-price {
  font-size: 32px;
  font-weight: bold;
  color: #55288d;
  display: block;
}

.price-detail {
  color: #666;
  font-size: 14px;
}

.participant-slider {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 15px;
  margin: 20px 0;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #444;
  font-weight: 500;
}

.slider-value {
  color: #55288d;
}

.range-slider {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  background: #e0e0e0;
  border-radius: 3px;
  margin: 20px 0;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #55288d;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(85, 40, 141, 0.3);
  transition: all 0.3s ease;
}

.range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}

.price-per-participant {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.feature-item i {
  font-size: 24px;
  color: #55288d;
}

.feature-text h5 {
  margin: 0 0 5px 0;
  color: #333;
}

.feature-text p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* Adım geçişleri için animasyon */
.step-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.step-content.active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .participant-info {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .price-info {
    text-align: center;
  }
}

/* noUiSlider özelleştirmeleri */
.slider-container {
  height: 6px;
  margin: 30px 0;
}

.noUi-connect {
  background: #55288d;
}

.noUi-handle {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  background: #55288d;
  box-shadow: 0 2px 6px rgba(85, 40, 141, 0.3);
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.noUi-handle:hover {
  transform: scale(1.1);
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  background: #55288d;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
}

/* Mobil için yeni stiller */
@media (max-width: 768px) {
  .package-calculator {
    padding: 15px;
  }

  .participant-selector-card {
    padding: 20px;
    margin: 15px 0;
  }

  /* Mobil için kompakt başlık */
  .package-header {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .package-header h3 {
    font-size: 18px;
    margin: 0;
  }

  /* Mobil için yeni katılımcı seçici düzeni */
  .participant-info {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    margin: 15px 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .participant-count {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .total-participants {
    font-size: 32px;
  }

  .current-price {
    font-size: 28px;
  }

  /* Slider bölümü düzenlemesi */
  .participant-slider {
    background: none;
    padding: 15px 0;
  }

  .slider-header {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  /* Fiyat detayları için accordion yapısı */
  .price-details-accordion {
    margin-top: 20px;
  }

  .price-details-toggle {
    width: 100%;
    padding: 12px 15px;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #333;
    cursor: pointer;
  }

  .price-details-content {
    display: none;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .price-details-content.active {
    display: block;
  }

  /* Özellikler grid düzeni */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-item {
    padding: 15px;
  }

  /* Adım göstergesi */
  .buy-steps {
    overflow-x: auto;
    padding: 10px 0;
    margin: 20px 0;
    -webkit-overflow-scrolling: touch;
  }

  .step {
    padding: 0 20px;
  }

  .step-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.dashboard-header {
  margin-bottom: 30px;
}

.welcome-text {
  color: #666;
  margin-top: 5px;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.action-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(85, 40, 141, 0.15);
}

.action-icon {
  font-size: 24px;
  color: #55288d;
  margin-bottom: 10px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  margin-top: 30px;
}

.dashboard-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 25px;
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.card-header h3 {
  font-size: 18px;
  color: #333;
  margin: 0;
}

.card-header i {
  margin-right: 10px;
  color: #55288d;
}

/* Etkinlik Listesi */
.event-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  background: #f8f9fa;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.event-item:hover {
  transform: translateX(5px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border-left: 3px solid #55288d;
}

.event-date {
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  margin-right: 15px;
  min-width: 60px;
}

.event-date .day {
  font-size: 20px;
  font-weight: bold;
  color: #55288d;
  display: block;
}

.event-date .month {
  font-size: 13px;
  color: #666;
}

.event-info {
  flex: 1;
}

.event-info h4 {
  margin: 0 0 5px 0;
  color: #333;
}

.event-meta {
  display: flex;
  gap: 15px;
}

.event-meta span {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
}

.event-meta i {
  margin-right: 5px;
  color: #55288d;
}

.event-status {
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}

.event-status.active {
  background: #e8f5e9;
  color: #28a745;
}

.event-status.pending {
  background: #fff3e0;
  color: #f57c00;
}

/* İstatistik Kartları */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.stat-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: rgba(85, 40, 141, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.stat-icon i {
  font-size: 20px;
  color: #55288d;
}

.stat-info {
  flex: 1;
}

.stat-value {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.stat-label {
  font-size: 13px;
  color: #666;
}

/* Duyurular */
.announcement-item {
  padding: 15px;
  border-radius: 10px;
  background: #f8f9fa;
  margin-bottom: 15px;
  position: relative;
}

.announcement-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  background: #55288d;
  color: #fff;
  margin-bottom: 10px;
}

.announcement-badge.update {
  background: #f57c00;
}

.announcement-item h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
  color: #333;
}

.announcement-item p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.announcement-date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .stats-row {
    grid-template-columns: 1fr;
  }

  .event-meta {
    flex-direction: column;
    gap: 5px;
  }
}

/* Destek Sayfası Stilleri */
.tickets-list {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.ticket-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.ticket-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.ticket-status {
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.875rem;
}

.status-open {
  background: #e3f2fd;
  color: #1976d2;
}

.status-closed {
  background: #e8eaed;
  color: #5f6368;
}

.ticket-body h4 {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}

.ticket-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.support-form {
  max-width: 800px;
  margin: 1rem auto;
  padding: 1rem;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  padding: 1.5rem;
}

.info-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info-card i {
  font-size: 2rem;
  color: #1976d2;
  margin-bottom: 1rem;
}

.info-card h4 {
  margin: 0.5rem 0;
  color: #333;
}

.info-card p {
  color: #666;
  margin: 0.5rem 0;
}

.announcement-list {
  max-height: 300px;
  overflow-y: auto;
}

/* Renk güncellemeleri */
:root {
  --primary-color: #55288d;
  --primary-dark: #3d1d65;
  --primary-light: rgba(85, 40, 141, 0.1);
}

/* Mevcut CSS'deki renk değişiklikleri */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.dashboard-nav a:hover,
.dashboard-nav li.active a,
.upload-btn,
input:checked + .slider,
.save-btn,
.package-btn:hover,
.package-btn.featured,
.next-step {
  background: #a565ff !important;
  color: #fff !important;
}

.info-card i,
.dashboard-nav i,
.detail-item i,
.stat-icon i,
.total-participants,
.current-price,
.price.amount {
  color: var(--primary-color);
}

/* Destek Detay Sayfası Stilleri */
.ticket-detail-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ticket-info-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ticket-meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
}

.meta-item i {
  color: var(--primary-color);
}

.ticket-subject h3 {
  margin: 0 0 1rem 0;
  color: #333;
}

.ticket-subject p {
  color: #666;
  line-height: 1.6;
}

.messages-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.message {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.message-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.message-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.message-author span {
  font-weight: 500;
  color: #333;
}

.message-time {
  font-size: 0.875rem;
  color: #666;
}

.message-content {
  color: #444;
  line-height: 1.6;
}

.message-attachment {
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.message-attachment a {
  color: var(--primary-color);
  text-decoration: none;
}

.user-message {
  border-left: 4px solid var(--primary-color);
}

.support-message {
  border-left: 4px solid #28a745;
  margin-left: 2rem;
}

.reply-form {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.btn-outline {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .ticket-meta {
    flex-direction: column;
    gap: 1rem;
  }

  .support-message {
    margin-left: 1rem;
  }

  .dashboard-header {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Mesajlar için scroll özelliği */
.messages-container {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 2rem;
}

/* Scroll çubuğu stilleri */
.messages-container::-webkit-scrollbar,
.announcement-list::-webkit-scrollbar {
  width: 8px;
}

.messages-container::-webkit-scrollbar-track,
.announcement-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.messages-container::-webkit-scrollbar-thumb,
.announcement-list::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
}

.messages-container::-webkit-scrollbar-thumb:hover,
.announcement-list::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

/* Pagination Stilleri */
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding: 1rem;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-numbers {
  display: flex;
  gap: 0.5rem;
}

.page-btn {
  min-width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 6px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn:hover:not(:disabled) {
  background: var(--primary-light);
  color: var(--primary-color);
}

.page-btn.active {
  background: var(--primary-color);
  color: #fff;
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.prev-btn,
.next-btn {
  font-size: 14px;
}

/* Auth İçerik Stilleri */
.auth-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.auth-form-container {
  background: #fff;
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
}

.auth-form .form-group {
  margin-bottom: 1.5rem;
}

.auth-form label {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 500;
}

.auth-form .input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-form .input-group i {
  position: absolute;
  left: 1rem;
  color: #666;
}

.auth-form .input-group .toggle-password {
  position: absolute;
  right: 1rem;
  cursor: pointer;
  color: #666;
}

.auth-form .form-control {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.auth-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-light);
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #666;
}

.forgot-password {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.forgot-password:hover {
  text-decoration: underline;
}

.auth-btn {
  width: 100%;
  padding: 1rem;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.auth-btn:hover {
  background: var(--primary-dark);
}

.auth-footer {
  text-align: center;
  margin-top: 1.5rem;
  color: #666;
}

.auth-footer a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.auth-footer a:hover {
  text-decoration: underline;
}

/* Responsive düzenlemeler */
@media (max-width: 480px) {
  .auth-form-container {
    padding: 2rem;
  }

  .auth-logo {
    width: 120px;
  }

  .form-options {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}

/* Auth Sayfası Stilleri */
.auth-wrapper {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: flex-start; /* center yerine flex-start yapıyoruz */
  justify-content: center;
  padding: 2rem;
  padding-top: max(
    2rem,
    calc(100px + 2rem)
  ); /* Header yüksekliği + minimum padding */
  background: linear-gradient(
    135deg,
    var(--primary-light) 0%,
    rgba(85, 40, 141, 0.05) 100%
  );
}

.auth-form-container {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.auth-header {
  text-align: center;
  margin-bottom: 2rem;
}

.auth-header h2 {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.auth-header p {
  color: #666;
  font-size: 0.95rem;
}

/* Floating label stilleri */
.form-floating {
  position: relative;
  margin-bottom: 2.5rem !important; /* Hata mesajları için ek boşluk */
}

.form-floating > .form-control {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: #666;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: var(--primary-color);
}

.password-field {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

/* Validation ikonları pozisyonları */
.form-control.is-invalid,
.form-control.is-valid {
  padding-right: 4rem !important; /* Göz ikonu için ek boşluk */
}

.password-field .form-control.is-invalid,
.password-field .form-control.is-valid {
  background-position: right 45px center !important; /* Validation ikonunu göz ikonunun soluna kaydır */
}

/* Validation feedback mesajları */
.password-feedback {
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  bottom: -24px;
  margin: 0;
  color: #666;
}

.form-control.is-invalid ~ .password-feedback {
  color: #dc3545;
}

.form-control.is-valid ~ .password-feedback {
  color: #198754;
}

/* Checkbox validation */
.custom-checkbox input[type="checkbox"].is-invalid + label .checkbox-icon {
  border-color: #dc3545;
  box-shadow: 0 0 0 1px #dc3545;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-light);
}

/* Checkbox stilleri */
.form-check-input {
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.2em;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-label {
  color: #666;
  font-size: 0.95rem;
  cursor: pointer;
}

.forgot-link {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.forgot-link:hover {
  text-decoration: underline;
}

.auth-btn {
  width: 100%;
  padding: 0.8rem;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.auth-btn:hover {
  background: var(--primary-dark);
}

.auth-footer {
  text-align: center;
  margin-top: 2rem;
  color: #666;
  font-size: 0.95rem;
}

.auth-footer a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.auth-footer a:hover {
  text-decoration: underline;
}

/* Responsive düzenlemeler */
@media (max-width: 480px) {
  .auth-wrapper {
    padding: 1rem;
    padding-top: max(1rem, calc(60px + 1rem));
  }

  .auth-form-container {
    padding: 1.5rem;
  }
}
/* Özel Checkbox Stilleri */
.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.checkbox-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.checkbox-icon i {
  color: white;
  font-size: 12px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.checkbox-text {
  color: #666;
  font-size: 0.95rem;
}

.custom-checkbox input[type="checkbox"]:checked + label .checkbox-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-checkbox input[type="checkbox"]:checked + label .checkbox-icon i {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox input[type="checkbox"]:focus + label .checkbox-icon {
  box-shadow: 0 0 0 3px var(--primary-light);
}

.custom-checkbox:hover label .checkbox-icon {
  border-color: var(--primary-color);
}

/* Form Row Stilleri */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Checkbox Text Link Stilleri */
.checkbox-text a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.checkbox-text a:hover {
  text-decoration: underline;
}

/* Form doğrulama stilleri */
.is-invalid {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-valid {
  border-color: #198754 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.password-feedback {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  position: absolute;
  left: 0;
  bottom: -22px; /* Form grupları arası mesafeyi korur */
}

/* Telefon input mask stilleri */
.form-control.phone-mask {
  letter-spacing: 0.5px;
}

.form-control.phone-mask::placeholder {
  color: #999;
}

/* Form validation stilleri */
.validation-message {
  display: none;
  background: #fff;
  border-left: 4px solid #dc3545;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
  color: #dc3545;
  margin-bottom: 1.5rem;
  animation: slideDown 0.3s ease-out;
}

.validation-message.show {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.validation-message i {
  font-size: 1.25rem;
}

@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Success mesajı için */
.validation-message.success {
  border-left-color: #198754;
  color: #198754;
}

/* Form grupları arası mesafe ayarı */
.form-floating.mb-3,
.form-floating.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* Şifre eşleşme mesajı stilleri */
.password-match-message {
  display: none;
  background: #fff;
  border-left: 4px solid #dc3545;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
  color: #dc3545;
  margin-bottom: 1.5rem;
  animation: slideDown 0.3s ease-out;
}

.password-match-message.show {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* İki mesaj arasında boşluk */
.validation-message + .password-match-message {
  margin-top: -1rem;
}

/* Paket Yönetimi Stilleri */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}

.package-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.package-card .status {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.package-card.active .status {
  background: var(--primary-light);
  color: var(--primary-color);
}

.package-card.completed .status {
  background: #e8f5e9;
  color: #2e7d32;
}

.package-header {
  margin-bottom: 1.5rem;
  padding-right: 5rem;
}

.package-header h3 {
  color: #333;
  font-size: 1.25rem;
  margin: 0;
}

.package-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #666;
}

.detail-item i {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

.package-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.package-actions .sofax-default-btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.95rem;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .packages-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0.5rem;
  }

  .package-card {
    padding: 1.25rem;
  }

  .package-header {
    padding-right: 4rem;
  }

  .package-actions {
    flex-direction: column;
  }

  .package-actions .sofax-default-btn {
    width: 100%;
    text-align: center;
  }
}

/* Paket Detay Sayfası Stilleri */
.package-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}

.detail-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.card-header {
  padding: 1.25rem;
  border-bottom: 1px solid #eee;
}

.card-header h3 {
  margin: 0;
  color: #333;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-header h3 i {
  color: var(--primary-color);
}

.card-content {
  padding: 1.25rem;
}

/* Etkinlik Bilgileri */
.info-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.info-item:last-child {
  border-bottom: none;
}

.info-item .label {
  color: #666;
  font-weight: 500;
}

.info-item .value {
  text-align: right;
  color: #333;
}

/* Quiz Yönetimi */
.quiz-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
  background: var(--primary-light);
  border-radius: 8px;
}

.stat-item .number {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}

.stat-item .label {
  font-size: 0.9rem;
  color: #666;
}

.quiz-actions {
  display: flex;
  gap: 1rem;
}

/* Bağlantılar */
.link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.link-item:last-child {
  margin-bottom: 0;
}

.link-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.link-label {
  font-size: 0.9rem;
  color: #666;
}

.link-url {
  color: var(--primary-color);
  font-family: monospace;
}

.copy-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.copy-btn:hover {
  color: var(--primary-color);
}

/* Anı Kutusu */
.memory-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.full-width {
  width: 100%;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .package-detail-grid {
    grid-template-columns: 1fr;
    padding: 0.5rem;
  }

  .quiz-actions {
    flex-direction: column;
  }

  .link-item {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* Katılımcı Linkleri Stilleri */
.participant-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.link-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.participant-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.participant-name i {
  color: var(--primary-color);
}

.link-url {
  font-family: monospace;
  color: var(--primary-color);
  font-size: 0.9rem;
}

.link-actions {
  display: flex;
  gap: 0.5rem;
}


.event-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.event-status.active {
  color: #2e7d32;
}

.event-status.active i {
  color: #2e7d32;
  font-size: 0.75rem;
}

/* Quiz Düzenleme Sayfası Stilleri */
.quiz-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.separator {
  color: #999;
}

.questions-container {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.question-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.question-header {
  padding: 1rem 1.5rem;
  background: var(--primary-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-number {
  font-weight: 600;
  color: var(--primary-color);
}

.question-actions {
  display: flex;
  gap: 0.5rem;
}


.question-content {
  padding: 1.5rem;
}

.question-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.option {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  color: #444;
}

.option.correct {
  background: #e8f5e9;
  color: #2e7d32;
}

.option-label {
  font-weight: 500;
}

/* Modal Stilleri */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  margin: 0;
  color: #333;
}

.close-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 1.25rem;
}

.modal-body {
  padding: 1.5rem;
}

.options-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.option-input {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 1rem;
  align-items: center;
}

.correct-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.modal-footer {
  padding: 1.5rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

/* Quiz Sayfası Stilleri */
.quiz-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.quiz-header {
  text-align: center;
  margin-bottom: 2rem;
}

.quiz-header h1 {
  color: #333;
  margin-bottom: 0.5rem;
}

.quiz-info {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #666;
  font-size: 0.95rem;
}

.quiz-progress {
  margin-bottom: 2rem;
}

.progress-bar {
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress {
  height: 100%;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.progress-text {
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}

.question-wrapper {
  margin-bottom: 2rem;
}

.question-box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.question-number {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1rem;
}

.question-text {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 2rem;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.option-item {
  cursor: pointer;
  user-select: none;
}

.option-item input[type="radio"] {
  display: none;
}

.option-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.option-label {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-weight: 500;
  color: #666;
}

.option-text {
  flex: 1;
  color: #444;
}

.option-item:hover .option-content {
  background: var(--primary-light);
}

.option-item input[type="radio"]:checked + .option-content {
  background: var(--primary-color);
}

.option-item input[type="radio"]:checked + .option-content .option-label {
  background: #fff;
  color: var(--primary-color);
}

.option-item input[type="radio"]:checked + .option-content .option-text {
  color: #fff;
}

.quiz-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.nav-btn {
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.nav-btn.prev {
  background: #f8f9fa;
  color: #666;
}

.nav-btn.next {
  background: var(--primary-color);
  color: #fff;
}

.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-btn:not(:disabled):hover {
  transform: translateY(-2px);
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .quiz-container {
    margin: 1rem auto;
  }

  .question-box {
    padding: 1.5rem;
  }

  .quiz-navigation {
    flex-direction: column;
  }

  .nav-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Paket Detay Sayfası için ek stiller */
.date-management {
  display: inline-flex;
  position: relative;
}

.date-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.edit-date-btn {
  background: none;
  border: none;
  padding: 0.4rem;
  color: #666;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.edit-date-btn:hover {
  background: var(--primary-light);
  color: var(--primary-color);
}

.edit-date-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.date-edit {
  margin-top: 0.75rem;
}

.date-edit.hidden {
  display: none;
}

.date-edit-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.date-edit-actions button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.cancel-edit-btn {
  background: #f8f9fa;
  color: #666;
}

.cancel-edit-btn:hover {
  background: #e9ecef;
}

.save-date-btn {
  background: var(--primary-color);
  color: white;
}

.save-date-btn:hover {
  opacity: 0.9;
}

/* Etkinlik durumu için ek stiller */
.event-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
}

.event-status.draft {
  background: #fff3cd;
  color: #856404;
}

.event-status.active {
  background: #d4edda;
  color: #155724;
}

.event-status.completed {
  background: #cce5ff;
  color: #004085;
}

.event-status.cancelled {
  background: #f8d7da;
  color: #721c24;
}

.event-status i {
  font-size: 0.75rem;
}

/* Eklenti Yönetimi */
.plugins-management .card-content {
  padding: 1.5rem;
}

.plugins-grid {
  display: grid;
  gap: 1.25rem;
}

.plugin-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.plugin-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.plugin-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.plugin-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

.plugin-text h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  color: #333;
}

.plugin-text p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.plugin-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Katılımcı Yönetimi */
.participants-section .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid #eee;
}

.add-participant-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.add-participant-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

/* Datetime picker stilleri */
.datetime-inputs {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.datetime-inputs input {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}

.datetime-inputs input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-light);
  outline: none;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cancel-btn,
.submit-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cancel-btn {
  background: #f8f9fa;
  color: #666;
}

.cancel-btn:hover {
  background: #e9ecef;
}

.submit-btn {
  background: var(--primary-color);
  color: #fff;
}

.submit-btn:hover {
  background: var(--primary-dark);
}

.form-group label {
  display: block;
  margin-bottom: 0.75rem;
  color: #333;
  font-weight: 500;
}

.form-group small {
  display: block;
  margin-top: 0.5rem;
  color: #666;
}

/* Eklenti tooltip stilleri */
.plugin-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.info-icon {
  color: #666;
  font-size: 0.9rem;
  cursor: help;
  transition: color 0.2s ease;
}

.info-icon:hover {
  color: var(--primary-color);
}

.tooltip {
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  background: #333;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
}

.tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-wrapper:hover .tooltip {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 5px);
}

/* Mobil için tooltip düzenlemesi */
@media (max-width: 768px) {
  .tooltip {
    white-space: normal;
    width: 200px;
    text-align: center;
  }
}

/* Katılımcı Yönetimi Stilleri */
.participants-section .card-content {
  padding: 0; /* İçeriği sıfırlıyoruz çünkü alt bileşenler kendi padding'lerini alacak */
}

/* Toolbar Stilleri */
.participants-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid #eee;
  gap: 1rem;
}

.search-box {
  position: relative;
  flex: 1;
}

.search-box i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.search-input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem !important;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.search-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-light);
  outline: none;
}

.filter-select {
  padding: 0.75rem 2rem 0.75rem 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #444;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M8 10L4 6h8l-4 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.filter-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-light);
  outline: none;
}

/* Katılımcı Listesi Stilleri */
.participants-list {
  padding: 1.25rem;
}

.participant-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.participant-item:last-child {
  margin-bottom: 0;
}

.participant-item:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.participant-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.participant-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-weight: 500;
}

.participant-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.participant-name {
  font-weight: 500;
  color: #333;
}

.participant-id {
  font-size: 0.85rem;
  color: #666;
}

.participant-status {
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.participant-status.active {
  background: #e8f5e9;
  color: #2e7d32;
}

.participant-status.pending {
  background: #fff3e0;
  color: #f57c00;
}

.participant-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}


/* Sayfalama Stilleri */
.participants-pagination {
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  border-top: 1px solid #eee;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
  .participants-toolbar {
    flex-direction: column;
  }

  .participant-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .participant-info {
    width: 100%;
  }

  .participant-actions {
    width: 100%;
    justify-content: flex-end;
    padding-top: 0.5rem;
    border-top: 1px solid #eee;
  }
}

/* Katılımcı Ekleme Modal Stilleri */
.modal-content.participant-modal {
  max-width: 500px;
}

.participant-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-group input {
  padding: 0.75rem 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-group input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-light);
  outline: none;
}

.form-group small {
  color: #666;
  font-size: 0.85rem;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.25rem;
  border-top: 1px solid #eee;
}

.modal-footer button {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cancel-btn {
  background: #f8f9fa;
  border: none;
  color: #666;
}

.cancel-btn:hover {
  background: #e9ecef;
}

.submit-btn {
  background: var(--primary-color);
  border: none;
  color: #fff;
}

.submit-btn:hover {
  background: var(--primary-dark);
}

/* Katılımcı Tablosu Stilleri */
.participants-table-wrapper {
  overflow-x: auto;
  margin: 0 1.25rem;
}

.participants-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}

.participants-table th {
  padding: 0.75rem 1rem;
  text-align: left;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  white-space: nowrap;
}

.participants-table td {
  padding: 1rem;
  background: #fff;
  vertical-align: middle;
}

.participants-table tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.participants-table tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Katılımcı bilgileri */
.participant-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.participant-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-weight: 500;
  flex-shrink: 0;
}

.participant-details {
  min-width: 150px;
}

.participant-name {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.25rem;
}

.participant-id {
  font-size: 0.85rem;
  color: #666;
}

/* Durum badge'i */
.participant-status {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}

/* Link hücresi */
.participant-link {
  position: relative;
  max-width: 250px;
}

.link-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f8f9fa;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-family: monospace;
  font-size: 0.9rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-display code {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* İşlem butonları */
.participant-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}



/* Tooltip stilleri */
.copy-tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.85rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.copy-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.copy-tooltip.show {
  opacity: 1;
  visibility: visible;
}

/* Responsive düzenlemeler */
@media (max-width: 1200px) {
  .participant-link {
    max-width: 200px;
  }
}

@media (max-width: 992px) {
  .participant-link {
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .participants-table th:nth-child(3),
  .participants-table td:nth-child(3) {
    display: none; /* Link sütununu gizle */
  }

  .participant-details {
    min-width: 120px;
  }
}

@media (max-width: 576px) {
  .participants-table th:nth-child(2),
  .participants-table td:nth-child(2) {
    display: none; /* Durum sütununu gizle */
  }

  .participant-actions {
    flex-direction: column;
  }
}

/* Quiz Düzenleme Sayfası Stilleri */
.quiz-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}

.separator {
  color: #ddd;
}

/* Soru Kartı Stilleri */
.questions-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
}

.question-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}

.question-number {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1.1rem;
}

.question-actions {
  display: flex;
  gap: 0.5rem;
}

.action-btn {
  padding: 0.5rem;
  border: none;
  background: none;
  color: #666;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.action-btn:hover {
  background: var(--primary-light);
  color: var(--primary-color);
}

.action-btn.delete:hover {
  background: #fee2e2;
  color: #dc2626;
}

.question-content {
  padding: 1.25rem;
}

.question-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.option:hover {
  background: #f3f4f6;
}

.option.correct {
  background: var(--primary-light);
  color: var(--primary-color);
}

.option-label {
  font-weight: 600;
  color: inherit;
}

.option-text {
  flex: 1;
}

/* Modal Stilleri */
.modal-content {
  max-width: 600px;
  width: 90%;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-light);
  outline: none;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.options-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.option-input {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.option-input label {
  font-weight: 600;
  color: #333;
}

.correct-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.correct-option input[type="radio"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.correct-option span {
  font-size: 0.9rem;
  color: #666;
}

.option-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.remove-option {
  background: none;
  border: none;
  color: #dc2626;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.remove-option:hover {
  background: #fee2e2;
}

.add-option-btn {
  margin-top: 1rem;
  text-align: center;
}

.add-option-btn button {
  background: none;
  border: 2px dashed #ddd;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.add-option-btn button:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: var(--primary-light);
}

.add-option-btn i {
  margin-right: 0.5rem;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
  .option-input {
    grid-template-columns: 40px 1fr;
  }

  .correct-option {
    grid-column: 2;
    margin-top: 0.5rem;
  }
}

@media (max-width: 576px) {
  .question-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .question-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

/* Quiz Tipi Seçimi */
.quiz-type-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.tab-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: none;
  background: #f8f9fa;
  color: #666;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-btn i {
  font-size: 1rem;
}

.tab-btn:hover {
  background: #f3f4f6;
  color: var(--primary-color);
}

.tab-btn.active {
  background: var(--primary-color);
  color: #55288d;
}

/* This or That stilleri */
.this-or-that-options {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
}

.this-or-that-options .vs-text {
  font-weight: 600;
  color: #666;
  text-align: center;
}

.this-or-that-option {
  position: relative;
}

.this-or-that-option input[type="radio"] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 18px;
  height: 18px;
}

.this-or-that-option input[type="text"] {
  width: 100%;
  padding: 1rem;
  border: 2px solid #eee;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.this-or-that-option input[type="text"]:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-light);
}

/* Alert Stilleri */
.alert {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.3s ease;
}

.alert.show {
  transform: translateX(0);
}

.alert-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.alert i {
  font-size: 1.25rem;
}

.alert-success {
  background: #ecfdf5;
  color: #059669;
}

.alert-error {
  background: #fef2f2;
  color: #dc2626;
}

.alert-warning {
  background: #fffbeb;
  color: #d97706;
}

/* Onay Modal Stilleri */
.confirm-modal {
  max-width: 400px;
}

.confirm-header {
  text-align: center;
  padding: 1.5rem;
}

.confirm-header i {
  font-size: 3rem;
  color: #f59e0b;
  margin-bottom: 1rem;
}

.confirm-header h3 {
  color: #333;
  margin: 0;
}

.confirm-body {
  text-align: center;
  padding: 1rem 1.5rem;
}

.confirm-body p {
  margin: 0 0 0.5rem 0;
  color: #333;
}

.confirm-body small {
  color: #666;
}

.confirm-footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  border-top: 1px solid #eee;
}


/* Quiz Sonuçları Kartı Stilleri */
.quiz-results .results-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: var(--sofax-card-bg);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.quiz-results .summary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  background: var(--sofax-bg-light);
  border-radius: 6px;
  transition: transform 0.2s;
}

.quiz-results .summary-item:hover {
  transform: translateY(-2px);
}

.quiz-results .summary-item .label {
  font-size: 0.9rem;
  color: var(--sofax-text-muted);
  margin-bottom: 0.5rem;
}

.quiz-results .summary-item .value {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sofax-primary);
}

.results-table-wrapper {
  overflow-x: auto;
  margin-top: 1rem;
}

.results-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.results-table th {
  background: var(--sofax-bg-light);
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: var(--sofax-text-dark);
  border-bottom: 2px solid var(--sofax-border);
}

.results-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--sofax-border-light);
  color: var(--sofax-text);
}

.results-table tr:hover td {
  background: var(--sofax-bg-light);
}

/* Anı Kutusu Kartı Stilleri */
.memories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}



.memory-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--sofax-border-light);
}

.memory-header .participant-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.memory-header .participant-avatar {
  width: 40px;
  height: 40px;
  background: #59208d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
}

.memory-header .participant-name {
  font-weight: 500;
  color: var(--sofax-text-dark);
}

.memory-header .memory-date {
  font-size: 0.85rem;
  color: var(--sofax-text-muted);
}


.memory-content p {
  margin: 0;
  padding: 10px;
  color: var(--sofax-text);
  line-height: 1.5;
}

/* Export Butonları */
.export-results-btn,
.download-memories-btn {
  background: var(--sofax-primary);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.export-results-btn:hover,
.download-memories-btn:hover {
  background: var(--sofax-primary-dark);
}

.export-results-btn i,
.download-memories-btn i {
  font-size: 1rem;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .quiz-results .results-summary {
    grid-template-columns: 1fr;
  }

  .memories-grid {
    grid-template-columns: 1fr;
  }

  .results-table-wrapper {
    margin: 0 -1rem;
    padding: 0 1rem;
  }

  .results-table th,
  .results-table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }
}

/* Animasyonlar */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quiz-results,
.memory-box {
  animation: fadeIn 0.3s ease-out;
}



/* Yükleme Durumu */
.loading-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: var(--sofax-text-muted);
}

.loading-state i {
  margin-right: 0.5rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Tab Navigasyon */
.tab-navigation {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid var(--sofax-border-light);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.tab-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: none;
  background: none;
  color: var(--sofax-text-muted);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.tab-btn i {
  font-size: 1rem;
}

.tab-btn:hover {
  background: var(--sofax-bg-light);
  color: var(--sofax-primary);
}

.tab-btn.active {
  background: var(--sofax-primary);
  color: #55288d;
}


/* Export butonlarını header'a taşıyalım */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-actions {
  display: flex;
  gap: 1rem;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
  .tab-navigation {
    flex-direction: column;
    gap: 0.5rem;
  }

  .tab-btn {
    width: 100%;
    justify-content: center;
  }

  .card-header {
    flex-direction: column;
    gap: 1rem;
  }

  .header-actions {
    width: 100%;
    justify-content: stretch;
  }

  .header-actions button {
    flex: 1;
  }
}

/* Event Tabs */
.dashboard-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.event-tabs {
  display: none; /* JavaScript ile kontrol edilecek */
  background: var(--sofax-card-bg);
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.event-tabs .tab-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  background: none;
  color: var(--sofax-text-muted);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.event-tabs .tab-btn i {
  font-size: 1.1rem;
}

.event-tabs .tab-btn:hover {
  background: var(--sofax-bg-light);
  color: var(--sofax-primary);
}

.event-tabs .tab-btn.active {
  background: var(--sofax-primary);
  color: #59208d;
}



/* Responsive Tasarım */
@media (max-width: 768px) {
  .dashboard-header {
    gap: 1rem;
  }

  .event-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
  }

  .event-tabs .tab-btn {
    width: 100%;
    justify-content: center;
    padding: 0.5rem 1rem;
  }
}

/* Memory Box Styles */
.memory-box-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
}



/* Image Preview Modal */
.image-preview-modal .modal-content {
  max-width: 90vw;
  max-height: 90vh;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.image-preview-modal .close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #59208d;
  z-index: 1;
}

.image-preview-modal .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-preview-modal img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-preview-modal .image-actions {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.download-image-btn {
  background: #59208d;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.download-image-btn:hover {
  background: #461872;
}



/* Export için özel stiller */
.export-container .memory-card {
  break-inside: avoid;
  margin-bottom: 20px;
}

.memory-actions {
  padding: 0.5rem;
  border-top: 1px solid var(--sofax-border-light);
}

/* Loading göstergesi */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #59208d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Memory Card Styles */
.memory-card {
  position: relative;
  background: white;
  height: fit-content;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}

.memory-card .memory-actions {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.memory-card:hover .memory-actions {
  opacity: 1;
}

.memory-card .action-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #59208d;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.memory-card .action-btn:hover {
  background: #59208d;
  color: white;
  transform: scale(1.1);
}

/* Loading Overlay */
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.loading-overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(89, 32, 141, 0.1);
  border-top: 4px solid #59208d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Loading Overlay */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-content {
  text-align: center;
}

.loading-text {
  margin-top: 1rem;
  color: #59208d;
  font-weight: 500;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(89, 32, 141, 0.1);
  border-top: 4px solid #59208d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

/* Loading Overlay - Global */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-content {
  text-align: center;
}

.loading-text {
  margin-top: 1rem;
  color: #59208d;
  font-weight: 500;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(89, 32, 141, 0.1);
  border-top: 4px solid #59208d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

/* Tekil memory card için loading overlay */
.memory-card .loading-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}

/* Memory Media Styles */
.memory-media {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.memory-media img,
.memory-media video {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.memory-media:hover img,
.memory-media:hover video {
    transform: scale(1.05);
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.play-overlay i {
    color: white;
    font-size: 24px;
}

.memory-media:hover .play-overlay {
    background: rgba(0, 0, 0, 0.8);
}

/* GLightbox Custom Styles */
.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.gslide-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gslide-image img {
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
}

.gslide-video {
    width: 90vw;
    max-width: 1200px;
}

/* Audio Player Styles */
.memory-media audio {
    width: 100%;
    margin: 10px 0;
    border-radius: 8px;
    background: #f5f5f5;
}

/* Memory Card Hover Effects */
.memory-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.memory-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* GLightbox indirme butonu stilleri */
.gdownload {
    position: absolute;
    top: 15px;
    right: 60px; /* Kapatma butonunun solunda */
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 999999;
}

.gdownload i {
    color: #59208d;
    font-size: 16px;
}

.gdownload:hover {
    background: #59208d;
}

.gdownload:hover i {
    color: #fff;
}
.action-buttons{
  display: flex;
}
/* Mobil için düzenleme */
@media (max-width: 768px) {
    .gdownload {
        top: 10px;
        right: 50px;
        width: 35px;
        height: 35px;
    }
    
    .gdownload i {
        font-size: 14px;
    }
}

/* Package Detail Tabs */
#packageDetailTabs {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--sofax-border-light);
    gap: 0.5rem;
}

#packageDetailTabs .nav-link {
    color: var(--sofax-text-muted);
    border: none;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

#packageDetailTabs .nav-link i {
    font-size: 1.1rem;
}

#packageDetailTabs .nav-link:hover:not(.active) {
    color: var(--sofax-primary);
    background: var(--sofax-bg-light);
    border-color: transparent;
}

#packageDetailTabs .nav-link.active {
    color: var(--sofax-primary);
    background: var(--sofax-bg-light);
    border-color: var(--sofax-primary);
    border-bottom: 2px solid var(--sofax-primary);
}

#packageDetailTabs .nav-link.disabled {
    color: var(--sofax-text-muted);
    opacity: 0.5;
    cursor: not-allowed;
}

/* Tab İçerikleri */
.tab-pane {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.memory-media.audio-media {
    padding: 1rem;
    background: var(--sofax-bg-light);
    border-radius: 8px;
    margin-top: 1rem;
}

.memory-media.audio-media audio {
    width: 100%;
    outline: none;
}

.memory-media.audio-media audio::-webkit-media-controls-panel {
    background: var(--sofax-bg-light);
}

/* Katılımcı link alanı stilleri */
.participation-link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 400px; /* Link genişliğini artırdık */
    padding: 4px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.participation-link:hover {
    border-color: #55288d;
    background: #fff;
    box-shadow: 0 2px 8px rgba(85, 40, 141, 0.1);
}

.participation-link input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 12px;
    color: #444;
    font-family: monospace;
    font-size: 13px;
    width: 100%;
    min-width: 280px; /* Minimum genişlik */
}

.participation-link input:focus {
    outline: none;
}

.copy-link-btn {
    background: #55288d;
    color: #fff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.copy-link-btn:hover {
    background: #7b3fc9;
    transform: translateY(-2px);
}

.copy-link-btn i {
    font-size: 14px;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .participation-link {
        max-width: 100%;
    }
    
    .participation-link input {
        min-width: 200px;
        font-size: 12px;
    }
}
