body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#loader .progress-inner {
  min-width: 300px;
  width: 33%;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.navbar {
  min-height: 80px;
}

/* Tüm .navbar içinde account nav item'ı gizle */
.navbar .navbar-nav .nav-item.account {
  display: none;
}

/* Ortak profile gizlemeleri (birden fazla tekrar edilmişti) */
#navbarPresentationShadow .navbar-nav-hover .nav-item.profile,
#navbarPresentationShadow .navbar-nav-hover .nav-item.signin {
  display: none !important;
}

/* Auth durumuna göre göster/gizle işlemleri */
#navbarPresentationShadow .nav-item.nav-auth-list {
  display: block !important;
}

#navbarPresentationShadow .nav-item.nav-auth-dropdown {
  display: none !important;
}

#navbarPresentationShadow.isAuthenticated .nav-auth-list {
  display: none !important;
}
#navbarPresentationShadow.isAuthenticated .nav-auth-dropdown {
  display: block !important;
}


@media (max-width: 991.98px) {
  .navbar-toggler + .navbar-collapse .dropdown.nav-item .dropdown-menu {
    background-color: #fff;
    top: -35px;
    padding: 15px;
    position: absolute;
  }
  .navbar .navbar-nav .nav-item.account {
    display: block;
  }

  .navbar .navbar-nav .nav-item.nav-auth.nav-auth-list{
    display: none !important;
  }
  .navbar .navbar-extra .nav-auth.nav-auth-dropdown{
    display: none !important;
  }

  .navbar-toggler + .navbar-collapse .navbar-nav:last-of-type{
    width: auto !important;
    position: fixed !important;
    right: calc(100% - 60%);
    top: 5px;
  }
  .navbar-toggler + .navbar-collapse .navbar-nav.navbar-extra li:first-of-type{
    order: 1;
  }
  .navbar-toggler + .navbar-collapse .navbar-nav.navbar-extra .years_old{
    scale: 70%;
  }

  #navbarPresentationShadow .navbar-nav-hover .nav-item.signin{
    display: block !important;
  }
  #navbarPresentationShadow .navbar-nav-hover .nav-item.profile{
    display: none !important;
  }  
  #navbarPresentationShadow.isAuthenticated .navbar-nav-hover .nav-item.signin{
    display: none !important;
  }
  #navbarPresentationShadow.isAuthenticated .navbar-nav-hover .nav-item.profile{
    display: block !important;
  }  

  #navbarPresentationShadow .navbar-extra .nav-item.nav-auth,
  #navbarPresentationShadow .collapse.navbar-collapse .nav-item.nav-auth-list,
  #navbarPresentationShadow .collapse.navbar-collapse .nav-item.nav-auth-dropdown,  
  #navbarPresentationShadow.isAuthenticated .collapse.navbar-collapse .nav-item.nav-auth-list,
  #navbarPresentationShadow.isAuthenticated .collapse.navbar-collapse .nav-item.nav-auth-dropdown{
    display: none !important;
  }
}
.mask {
  opacity: 0.3;
}

.max-height-130 {
  max-height: 130px !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.nav-auth .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  transform: translateX(-100%) !important;
}

.h-35 {
  height: 35% !important;
}

.nav.nav-pills .nav-link {
  color: #e20000;
}

.nav.nav-pills .nav-link.active {
  color: #fff;
  background-color: #f05f3e;
}
.nav-link.active {
  background-color: #f8f9fa; /* Hafif gri arka plan */
  color: #2ca8ff !important; /* Bootstrap mavi tonu */
  font-weight: bold; /* Kalın yazı */
  border-radius: 5px; /* Köşeleri yuvarlat */
}
.nav-link.nav-sub.active {
  font-weight: 600;
}
.nav-link.nav-sub:hover {
  background-color: #f8f9fa; /* Hafif gri arka plan */
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.btn-entr {
  padding: 4px 10px 4px 10px !important;
  min-width: 75px !important;
}

.btn-ar {
  padding: 2px 10px 6px 10px !important;
  min-width: 75px !important;
}

.btn-primary.focus, .btn-primary:focus, .btn.bg-gradient-primary.focus, .btn.bg-gradient-primary:focus{
  color: #797979;
}
@media (max-width: 1399.98px) {
  .btn-circle-sm {
    width: 30px !important;
    height: 30px !important;
  }
}

.card.card-background.card-featured:after {
  background: rgba(0, 0, 0, 0.1) !important;
}

.years_old {
  width: 5rem;
}

/* font sizes */
.fs-nano {
  font-size: 0.6875rem !important;
}

.fs-nano p {
  font-size: 0.6875rem !important;
}

/* 10px */
.fs-xs {
  font-size: 0.75rem !important;
}

.fs-xs p {
  font-size: 0.75rem !important;
}

/* 12px */
.fs-sm {
  font-size: 0.78125rem !important;
}

/* 12.5px */
.fs-b {
  font-size: 0.8125rem !important;
}

/* 13px */

.fs-md p {
  font-size: 0.875rem !important;
}

/* 14px */
.fs-lg {
  font-size: 0.9375rem !important;
}

/* 15px */
.fs-xl {
  font-size: 1rem !important;
}

/* 16px */
.fs-xxl {
  font-size: 1.75rem !important;
}

.badge.fs-nano {
  font-size: 0.375rem !important;
}

.top-20 {
  margin-top: 20rem !important;
}

@media (max-width: 991.98px) {
  .top-20 {
    margin-top: 0rem !important;
  }
}

.owl-carousel .owl-nav {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-dark .owl-nav {
  color: #ffffff;
}

.owl-carousel .owl-stage {
  display: flex;
}

.item-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.item-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #cccccc;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .owl-theme .owl-nav [class*="owl-"]:hover {
    color: inherit;
  }
}

.center-owl-navigation .owl-nav {
  position: absolute;
  display: flex;
  align-self: center !important;
  justify-content: space-between;
  width: 98%;
}

.boat-prices .owl-nav {
  top: 70px;
}

.owl-carousel.boat-prices .owl-nav button.owl-next,
.owl-carousel.boat-prices .owl-nav button.owl-prev,
.owl-carousel.boat-prices button.owl-dot {
  margin-top: -85px;
  width: 48px;
}

.boat-prices .card-category {
  font-size: 0.75rem;
}

.boat-prices .card-title {
  font-size: 1.125rem;
}

.badge_up_left_primary {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: auto;
  text-align: start;
  top: 1rem !important;
  left: 1rem !important;
}

.badge_up_left_primary .rate-badge .badge {
  font-size: 1rem !important;
  text-shadow: 1px 1px #524f4f;
}

.badge_up_left_primary div,
.badge_up_left_secondary div {
  text-align: left;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 20px;
  padding-right: 10px;
  border: 1px solid #4caf50;
}

.egg-accordion-body {
  max-height: 10em; /* Show 4 lines of text */
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}

.egg-accordion-body.extended {
  min-height: 30em; /* Show 4 lines of text */
}

.egg-expanded {
  max-height: 100em; /* Show full content when expanded */
}

.egg-fadeout {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10em; /* Increased height for more prominent fade */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.egg-accordion-body.extended .egg-fadeout {
  height: 20em; /* Increased height for more prominent fade */
}
.egg-expanded .egg-fadeout {
  display: none; /* Hide fadeout when fully expanded */
}

.egg-accordion-header span {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.egg-icon {
  margin-left: auto;
}

.egg-expanded .fa-plus {
  display: none;
}

.egg-collapsed .fa-minus {
  display: none;
}

.egg-expanded .fa-minus {
  display: inline-block;
}

.dateFeaturesCheckoutFormatDate::before {
  content: " - ";
}

/* wishlist button begin*/
.wishlist-btn{
  position: absolute;
  top: .5rem; 
  right: .5rem;
  width: 40px; 
  height: 40px;
  border-radius: 50%;
  background: #fff;               /* beyaz zemin */
  display: flex; 
  align-items: center; 
  justify-content: center;
  cursor: pointer;
  z-index: 6;                     /* görselin üstünde dursun */
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  padding: 0;
  border: 1px solid #ffffff !important;   /* tek renk çerçeve */
  background-clip: padding-box;            /* arkaplan bordera taşmasın */
  box-shadow: none !important;             /* gölgeler farklı ton algısı yaratmasın */
}
.wishlist-btn,
.wishlist-btn::before,
.wishlist-btn::after{
  background-image: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.wishlist-btn:hover{
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.wishlist-btn i{
  font-size: 1.5rem;
  color: #222;                    /* içi boş kalp koyu */
  pointer-events: none;           /* ikon tıklamayı engellemesin */
}

/* aktifken: içi dolu kırmızı kalp */
.wishlist-btn.active{
  border-color: #ffffff !important;  
}
.wishlist-btn.active i{
  color: #e63946;
  font-weight: 900;               /* fa-solid kalp daha “dolu” görünsün */
  animation: wishlist-pop .25s ease;
}
/* Herhangi bir halka/segment çizen pseudo'yu tamamen kapat */
.wishlist-btn::before,
.wishlist-btn::after{
  content: none !important;
}



/* Loading durumu: ikinci tıklamayı blokla, ikon görünmesin */
.wishlist-btn.is-loading {
  pointer-events: none;
  opacity: 0.9;                 /* hafif soluk; opsiyonel */
}

.wishlist-btn.is-loading i {
  color: #e63946;
  font-weight: 900;               /* fa-solid kalp daha “dolu” görünsün */  
  opacity: 75%;                   /* ikon kaybolsun */
  animation: swing 0.3s ease-in-out infinite;
}



@keyframes swing {
  0%, 100% { transform: translate(-0%, -0%) rotate(-10deg); }
  50%      { transform: translate(-0%, -0%) rotate(+10deg); }
}

@keyframes wishlist-pop{
  0%{ transform: scale(1); }
  60%{ transform: scale(1.2); }
  100%{ transform: scale(1); }
}
/* Görsel linki (fancybox) altta kalsın */
.boat-main .fancybox {
  position: relative; /* z-index etkili olsun */
  z-index: 1;
}

/* Wishlist butonu her zaman üstte */
.boat-main .wishlist-btn {
  z-index: 3;                 /* anchor'dan büyük */
  pointer-events: auto;       /* tıklama kesin butona gelsin */
  box-shadow: none;           /* istersen */
}

/* Olası pseudo/gradient katmanlarını da kapatmak istersen: */
.boat-main .wishlist-btn::before,
.boat-main .wishlist-btn::after {
  content: none;
}
/* wishlist button end*/

/* Gri alan */
#authModal .loading-container,.account-container .loading-container ,.booking-loading .loading-container {
  width: 100%;
  height: 4px;
  background: #e0e0e0; /* Gri arka plan */
  position: relative;
  overflow: hidden;
  border-radius: 4px; /* Hafif yuvarlak köşeler */
}
#authModal .modal-body button,
#crewlistManagerModal .modal-header button,
#crewlistDetailModal .modal-header button,
#wishlistManagerModal .modal-header button
{
  background-size: 50% !important;
  background-position-x: 50% !important;
}

.account-container .cp-form input.disabled {
    background-color: #d9d9d9;
    border-color: #b8b8b8;
    padding-right: unset;
    background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNy4wLjAgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTMzMy40IDY2LjlDMzI5LjIgNjUgMzI0LjcgNjQgMzIwIDY0QzMxNS4zIDY0IDMxMC44IDY1IDMwNi42IDY2LjlMMTE4LjMgMTQ2LjhDOTYuMyAxNTYuMSA3OS45IDE3Ny44IDgwIDIwNEM4MC41IDMwMy4yIDEyMS4zIDQ4NC43IDI5My42IDU2Ny4yQzMxMC4zIDU3NS4yIDMyOS43IDU3NS4yIDM0Ni40IDU2Ny4yQzUxOC44IDQ4NC43IDU1OS42IDMwMy4yIDU2MCAyMDRDNTYwLjEgMTc3LjggNTQzLjcgMTU2LjEgNTIxLjcgMTQ2LjhMMzMzLjQgNjYuOXpNMzc2IDI3MkMzNzYgMjk0LjMgMzYyLjkgMzEzLjYgMzQ0IDMyMi42TDM0NCAzOTJDMzQ0IDQwNS4zIDMzMy4zIDQxNiAzMjAgNDE2QzMwNi43IDQxNiAyOTYgNDA1LjMgMjk2IDM5MkwyOTYgMzIyLjZDMjc3LjEgMzEzLjYgMjY0IDI5NC4zIDI2NCAyNzJDMjY0IDI0MS4xIDI4OS4xIDIxNiAzMjAgMjE2QzM1MC45IDIxNiAzNzYgMjQxLjEgMzc2IDI3MnoiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
}

.account-container .booking-btn-wrapper {
  position: relative;
  align-items: end;
  top: auto;
  transform: none;
  right: auto;
}
@media (min-width: 1400px) {
  .account-container .booking-btn-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem; /* isteğe göre sağ boşluk */
  }
}

.account-container .btn-outline-secondary:hover {
  background-color: #7f8fa6;
  color: #f1f1f1;
}
.account-container .btn-outline-success:hover {
  background-color: #18ce0f;
  color: #f1f1f1;
}
.account-container .btn-outline-warning:hover {
  background-color: #f5a623;
  color: #f1f1f1;
}
.account-container .btn-outline-primary:hover {
  background-color: #f05f3e;
  opacity: 1;
  color: #f1f1f1;
}
.account-container .btn-outline-danger:hover {
  background-color: #e20000;
  color: #f1f1f1;
}
.account-container .btn-outline-info:hover {
  background-color: #2ca8ff;
  color: #f1f1f1;
}
.account-container .bg-gradient-secondary:hover{
  background-image:none !important;
  background-color: #fff;
  border: 1px solid #7f8fa6;;
  color: #7f8fa6;
}
.account-container .bg-gradient-info:hover{
   background-image:none !important;
  background-color: #fff;
  border: 1px solid #2ca8ff;
  color: #7f8fa6;
}
.account-container button.btn i { 
  font-size: 0.775rem;
}
.scroll-x-wrapper {
  position: relative;
}

.scroll-x-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to left, #fff, transparent); /* arka planın rengine göre değiştir */
  pointer-events: none;
  z-index: 1;
}
.scroll-x::-webkit-scrollbar {
  height: 1px;
}

.scroll-x::-webkit-scrollbar-thumb {
  background:#4cb5ff;
  border-radius: 10px;
}
.scroll-x::-webkit-scrollbar {
  height: 1px;
}


input.loading-inside-input,
select.loading-inside-input,
textarea.loading-inside-input {
  background-size: 1rem 1rem;
  padding-right: 2rem;
  position: relative; 
  background: url(../../common/media/images/clock.svg) no-repeat right center;
  background-size: 3.2rem 1.7rem;
  filter: opacity(0.5);

}
input.form-control.datepicker:disabled{
  background-color: #e3e3e7;
  opacity: 1;
}

form#boat-search-form label{
 font-size: 1rem; 
}
form#boat-search-form input{
  background-color: #fff;
}
form#boat-search-form input.active{
  background-color: #F7F8FA;
}
form#boat-search-form .input-group-text i{
  font-size: 1.45rem;
  color: #7a7a7a;
}
form#boat-search-form select:disabled,
form#boat-search-form input:disabled,
form#boat-search-form .input-group-text.disabled{
  background-color: #e3e3e7;
  opacity: 1;
}

form#boat-search-form .select2-container--default .select2-selection--single {
  border-radius:30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0px !important;
  min-height: 41px;
}
form#boat-search-form .input-group .select2-container {
  flex: 1 1 auto;
}
form#boat-search-form .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color:#e3e3e7;
  cursor: default;
}

form#crewmembers-form .select2-container .select2-selection--single {
  border-radius: 30px !important;
}

form#crewmembers-form .select2-container--default .select2-selection--multiple {
  border-radius: 30px !important;
}

form#crewmembers-form .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-right-radius:30px !important;
  border-bottom-right-radius:30px !important;
}

form#crewmembers-form .text-input .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  padding-left: 1rem !important;
  border: 1px solid #dedede;
  border-top-left-radius:30px !important;
  border-bottom-left-radius:30px !important;
  border-bottom-left-radius:30px !important;
}

/* Hareket eden çubuk */
.moving-bar {
  width: 25%;
  height: 100%;
  background: #2ca8ff; /* Mavi çubuk */
  position: absolute;
  left: 0;
  animation: moveBar 0.5s ease-in-out infinite alternate;
}

.badge-best-price {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  color: #fff;
  border-radius: 50%;
  background-image: linear-gradient(300deg, #18ce0f 0%, #41f35f 100%);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
  
  width: 7rem;
  height: 7rem;
  margin-left: -3rem;
  margin-top: -3rem;
}

.wishlists-item button[data-action=remove-wishlist-item]:hover
{
    opacity: 40%;
}

.wishlists-item button[data-action=move-wishlist]:hover{
background-color: #aebfdb;
}
.wishlists-item button[data-action=remove-wishlist-item] i,
.wishlists-item button[data-action=move-wishlist] i{
font-size: 1.125rem;
font-weight: 500;
}
#wishlist-alert-container {
  min-height: 55px;       
  transition: opacity .2s ease;
  opacity: 0;        
  pointer-events: none;      
}

#wishlist-alert-container.active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 991.99px) and (max-width: 1200px){
  .wishlists-section .boatName
  {
    line-height: 1.175 !important;
    font-size: 1.3rem !important;
  }
  .wishlists-section .boatCategory{
    line-height: 1.175 !important;
    font-size: 1.1rem !important;
  }
  .wishlists-section .boatModel
  {
    line-height: 1.275 !important;
    font-size: 1.01rem !important;
  }    
  .wishlists-section .current-price .fs-4{
    font-size: 1.0rem !important;
  }
  .wishlists-categories i{
   display: block !important; 
  }
  .wishlists-categories label{
   display: none !important; 
  }  

  .wishlists-section .dateFeaturesCheckinBreadcrumbShort,
  .wishlists-section .dateFeaturesFormatDateShort,
  .wishlists-section .dateFeaturesCreatedAtShort
  {
    font-size:0.925rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  .wishlists-section .dateFeaturesFormatDateFull,
  .wishlists-section .dateFeaturesCreatedAtFull{
    display: none !important;
  }
  .wishlists-section .dateFeaturesFormatDateShort,
  .wishlists-section .dateFeaturesCreatedAtShort{
    display: block !important;
  }

  
  
}

@media (min-width: 1200px) and (max-width: 1400px){
  .badge-best-price {
    font-size: 0.975rem;
    width: 6rem;
    height: 6rem;
    margin-left: -3.5rem;
    margin-top: -3.5rem;
  }
  .badge-best-price.fr,
  .badge-best-price.fi,
  .badge-best-price.it,
  .badge-best-price.es,
  .badge-best-price.ru{
    font-size: 0.925rem !important;
    line-height: 0.9rem;
  }  
  .badge-best-price.de{
    font-size: 0.905rem !important;
    line-height: 1.3rem;
  } 
}
@media (min-width: 991.99px) and (max-width: 1199.99px){
  .badge-best-price {
    font-size: 0.905rem;
    width: 5.8rem;
    height: 5.8rem;
    margin-left: -4rem;
    margin-top: -4rem;
  }
  .badge-best-price.fr,
  .badge-best-price.fi,
  .badge-best-price.it,
  .badge-best-price.es,
  .badge-best-price.ru{
    font-size: 0.825rem !important;
  }
}
@media (min-width: 576px) and (max-width: 768px){
  .badge-best-price {
    font-size: 0.915rem;
    width: 5.7rem;
    height: 5.7rem;
    margin-left: -3rem;
    margin-top: -3rem;
  }
  .badge-best-price.fr,
  .badge-best-price.fi,
  .badge-best-price.it,
  .badge-best-price.es,
  .badge-best-price.ru{
    font-size: 0.825rem !important;
  }
}
@media (min-width: 350px) and (max-width: 575px) {
  .badge-best-price {
    font-size: 0.905rem;
    width: 5.5rem;
    height: 5.5rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
  }
  .badge-best-price.fr,
  .badge-best-price.fi,
  .badge-best-price.it,
  .badge-best-price.es,
  .badge-best-price.ru{
    font-size: 0.805rem !important;
  }
}
@media (max-width: 349.99px) {
  .badge-best-price {
    display: none !important;
  }
  .badge-ld {
    display: block !important;
  }
}

/* Çubuğun sağa ve sola kaymasını sağlayan animasyon */
@keyframes moveBar {
  0% {
      left: 0;
  }
  100% {
      left: 75%;
  }
}
/*# sourceMappingURL=app_custom.css.map */
