

 /* Temel shimmer animasyonu */
@keyframes shimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

.shimmer {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #e9ebec 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  animation: shimmer 1.2s infinite linear;

}
.ilan-marquee-compact {
    overflow: hidden;
    background: #f8f9fa00;
    padding: 0px 0;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
}

.ilan-marquee-track {
  display: flex;
  animation: scrollIlan 40s linear infinite;
  gap: 12px;
  align-items: center;
}
.ilan-box:hover {
    cursor: pointer;
    background: #eaebf7;
}
.ilan-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 4px 8px;
  min-width: 220px;
  max-width: 240px;
  height: 56px;
  flex-shrink: 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.05);
}

.ilan-box img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 5px;
}

.ilan-text {
  flex: 1;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.3;
}

.ilan-baslik {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-bottom: 2px;
  color: #333;
}

.ilan-fiyat {
  font-weight: bold;
  color: #28a745;
  font-size: 12px;
}

.ilan-link {
  color: #007bff;
  font-size: 11px;
  margin-left: 6px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
}

@keyframes scrollIlan {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Hover durdurma (isteğe bağlı) */
.ilan-marquee-compact:hover .ilan-marquee-track {
  animation-play-state: paused;
}.ilan-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ilan-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex: 1;
}

.ilan-baslik {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ilan-fiyat {
  font-size: 12px;
  margin: 0;
  color: #28a745;
}

/* Başlık baloncuğu shimmer */
.ilan-baloncuk-skeleton {
    width: 35%;
    height: 24px;
    margin: 6px 0;
    border-radius: 20px;
    left: 9%;
}
/* Sosyal buton shimmer'ları */
.sosyal-btn-skeleton {
    width: 66px;
    height: 30px;
    margin: 0px 7px 0px 0;
    border-radius: 6px;
    right: -4%;
}
@keyframes shimmer {
  0% { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}

.shimmer {
  background: #f6f7f8;
  background-image: linear-gradient(
    to right,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-size: 600px 100px;
  animation: shimmer 1.2s infinite linear;

}
 .modal.show {
    opacity: 1 !important;
    display: block !important;
    z-index: 1050 !important;
  }
  .modal-backdrop.show {
    opacity: 0.5 !important;
    z-index: 1040 !important;
  }
  .modal-dialog {
    transform: translateY(0%) !important;
    margin-top: 100px !important;
  }
/* Yazdır butonu shimmer */
.shimmer-btn-print {
  width: 100px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 6px;
}
.shimmer-line {
  border-radius: 6px;
  margin-bottom: 4px;
}
/* İlan no başlığı shimmer */
.shimmer-col-fet {
  width: 90px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
}

/* İlan no değeri shimmer */
.shimmer-col-fers {
  width: 60px;
  height: 18px;
  display: inline-block;
}

div#favorialnw {
    height: auto;
}
.noti-icon {
    position: relative;
    font-size: 20px;
    color: #555;
    top: 1px;
}
.sosyal-paylasim1 a {
    text-decoration: none;
    color: #636d8c;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 6px 14px;
    font-size: 20px;
    transition: color 0.3s ease;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fffffff5;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 12px 15px;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
div#stickyHeader button.btn.btn-danger.btn-sm.btn-favori-toggle.ml-2 {
    padding: 10px;
    margin-right: 50px;
}
div#stickyHeader .d-flex.align-items-center.sosyal-paylasim1.ml-2 {
    margin-right: 75px;
}

div#stickyHeader span.fiyatstc a {
    font-size: 15px !important;
    color: #ffffff !important;
    left: 46%;
    position: absolute;
    top: 14px;
    border: 1px solid #03a84e;
    padding: 5px 10px 6px 10px;
    border-radius: 3px;
    background: #03a84e;
}
div#stickyHeader span.fiyatstc {
    font-size: 23px;
    font-weight: 500;
}
div#stickyHeader .ilan-baslik {
    font-size: 16px;
    max-width: 301px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div#stickyHeader img.avatar.avatar-xxl.brround {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 90px;
    top: 2px;
}
.ml-3.text-nowrap {
    position: relative;
    top: -3px;
}
.sticky-header.hidden {
  transform: translateY(-100%);
}
.sticky-header .ilan-baslik {
  font-size: 16px;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sosyal-paylasim i {
  font-size: 16px;
}

.menualt.menualt-real {
    background: #f84242;
    padding: 9px;
}

.horizontal-main {
    /* background: #ffffff00 !important; */
    /* border-bottom: 1px solid #f1f1f140 !important; */
    padding: 0px;
}
div#real-header-sticky-wrapper {
    height: 87px !important;
}
.menualt.shimmer-container {
    background: #f84242;
    padding: 4px;
}
.menualt.shimmer-container .d-flex.flex-wrap.sosyal-paylasim {
    /* top: 142px; */
    position: relative;
    top: 3px;
}
.ilan-baloncuk {
    position: relative;
    color: #fff;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    max-width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: auto;
    left: 9%;
    padding: 2px 12px;
}
.dark-mode .sptb .col-xl-3.col-lg-12.col-md-12 {
    background: #3d4e67;
}
.modal-header.bg-primary.text-white {
    background: #f8f9fa !important;
    color: #000000 !important;
}
a.btn.btn-outline-success.btn-sm.ms-3 {
    position: absolute;
    text-align: right;
    float: right;
    right: 5%;
}
section.sptb.ilandetay .text-muted.small.mt-2 {
    text-align: left;
    margin-bottom: 4px;
    position: relative;
    top: 8.7%;
    left: 9%;
    width: 20%;
}
.card.ilan-karti.shadow-sm.border-0.mb-4 img.d-block.w-100.img-fluid {
    height: 270px;
}
a.btn.ripple.btn-light.btn-block {
    border-radius: 10px;
}
.card-bodys.dyts div#duyuruAlert {
    z-index: 9;
    border: 1px solid red;
    color: #ffffff;
    background: #f84242;
    display: table !important;
    /* width: 23%; */
    /* position: fixed; */
    bottom: 0px;
    /* right: 8.8%; */
}
.sosyal-paylasim a:hover {
    color: #ffe4c1;
}
.prfls23 {
    right: 39%;
    top: 8px;
    color: #ffffff;
    position: absolute;
    background: #03a84e;
    padding: 2px;
    border-radius: 50px;
    border: 1px dashed;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 5px;
}

.teklif-box {
    border: 1px solid #cccccc4f;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #f7f7f700;
}
.teklif-box h3 {
  margin-bottom: 15px;
}
.teklif-box input, .teklif-box textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}
.teklif-box .btn {
  background-color: green;
  color: white;
  padding: 10px 20px;
  border: none;
}

.sptb {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    background: #ffffffab;
}
    .bg-white-gray.border-bottom {
    display: none;
}
.d-flex.flex-wrap.sosyal-paylasim {
    float: right;
    right: 8.4%;
    position: relative;
    top: -28px;
}
div#ilansahibiw {
    margin-top: 15px !important;
}
.sosyal-paylasim a {
    text-decoration: none;
    color: #f3f3fd !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 6px 7px !important;
    font-size: 12px;
    transition: color 0.3s ease;
}
.ribbon.ribbon-top-left.text-warning span.bg-warning {
    background: #ffffff !important;
}
.ribbon-top-left span {
    top: 36px;
    transform: rotate(0deg);
    left: 15px;
    width: 43px;
}

.sosyal-paylasim i {
  font-size: 18px;
}
section.hero-typewriter {
    display: none;
}
    a.geri {
    display: none;
}
ul.ilan-detay-listesi {
    font-size: 13px;
}
.card-body.ilngrslds button.btn.ripple.btn-danger.icons {
    background-color: #f84242;
    border-color: #f84242;
    box-shadow: 0 5px 10px #3d4e6747;
    position: relative;

}
.header-style.horizontal-main.bg-dark-transparent.clearfix {
    background: #3d4e67;
    border-bottom: 1px solid #636d8c69;
}
.ribbon-top-left span {
    right: -47px;
    top: 43px;
    transform: rotate(0deg);
}
.d-flex.justify-content-center.gap-2.mt-3.pys a.btn {
    padding-left: 10px;
}
.ribbons.ribbons-top-left.text-infos {
    position: absolute;
    left: 9.7%;
    margin-top: 553px;
    z-index: 9;
}
.mx-1.border.rounded.thumbnail-img {
    background: white;
}
.ribbon-top-left span {
    top: 36px;
    transform: rotate(0deg);
    left: 15px;
    width: 42px;
}
div#regular a {
    border-bottom: 1px solid #e6e8ef;
    margin-bottom: 18px;
    padding-bottom: 13px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
ol.breadcrumb {
    display: none;
}
div#ilan-skeleton {
    display: grid;
    position: relative;
    left: 5px;
}
.card-bodyss {
    background: white;
    padding: 22px;
}
div#tts-widget {
    margin-top: 11px;
    margin-bottom: 0px !important;
}
div#page-header-skeleton {
    min-height: 0px !important;
    line-height: 70px !important;
    display: flex;
    top: 17px;
    position: relative;
}
li.mr-5.d-none.d-sm-block {
    padding-bottom: 5px;

}
section.hero-typewriter {
    background: #3d4e67;
}
section.hero-typewriter {
    background: #3d4e67;
    border-bottom: 1px solid #455a79;
}
.col-xl-8.col-lg-8.col-md-12.ilnadetay .col-12.mb-0 {
    background: #f2f2f2;
    border: 1px solid #f1eded;
    padding: 10px;
    margin-bottom: 20px !important;
    border-radius: 5px;
}
.bilgi-baloncu {
  position: relative;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 16px 20px;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.bilgi-baloncu .baloncuk-icerik {
  color: #333;
  font-size: 15px;
}

.bilgi-baloncu .ilan-baslik {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #212529;
}

.ilan-detay-listesi {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ilan-detay-listesi li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
}

.ilan-detay-listesi i {
  color: #6c757d;
  font-size: 16px;
}
.dgrkluncs {
    background: #eaebf75e;
    padding: 1px 10px 15px;
    border-radius: 3px;
    margin: 0px;
    margin-top: 31px;
}
/* Aşağıdaki üçgen ok */
.baloncuk-ok {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8f9fa;
}
div#real-header {
    position: relative !important;
}
.video-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 0;
  border-radius: 10px;
  width: 80%;
  max-width: 700px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.horizontal-header-shimmer {
    background-color: #3d4e67;
}
.bnavbar {
    border: 0px !important;
    background: #ffffff !important;
    margin-bottom: 0px;
    padding: 7px;
}
.horizontal-header.clearfix.show {
    border-bottom: 1px solid #636d8c;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.btn.btn-sm.btn-outline-dark.mt-2 {
    margin-top: 12px !important;
}
span.adsyds {
    color: black;
}

div#wizard-modal input#neverShowAgain {
    position: relative;
    top: 2px;
}
.video-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #222;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 10000;
  transition: all 0.3s ease;
}

.video-close:hover {
  background-color: #ff4d4d;
  color: #fff;
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.video-modal-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
}

.video-modal-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  max-width: 90%;
  width: 600px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 100001;
}

.video-close-btn {
    background: #21252900;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 100002;
    color: white;
}
.btn-watch-video {
    position: absolute;
    background: #dc3545;
    color: white;
    padding: 6px 12px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99;
    bottom: 5px;
    right: 3px;
}

.btn-watch-video:hover {
  background: #bb2d3b;
}

.btn-print {
    display: inline-block;
    /* background: linear-gradient(135deg, #43cea2, #185a9d); */
    color: #000000;
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.btn-print i {
  margin-right: 8px;
}

.btn-print:hover {
    /* background: linear-gradient(135deg, #66d9b3, #2c73c1); */
    transform: scale(1.05);
    box-shadow: 0 0px 2-0px rgba(0,0,0,0.3);
}

div#header-skeleton {
    padding: 1rem !important;
}
.header-main {
    background: #ffffff00;
    max-height: 135px;
}
.header-main {
    background: #ffffff00;

}
.poster-share-box.mt-4.p-4.border.rounded.bg-light.text-center.shadow-sm {
    /* display: none; */
    background: #ffffff00 !important;
    border: 0px !important;
    box-shadow: unset !important;
    margin-top: -15px !important;
}
p.share-poster-info.text-dark.mb-3 {
    font-size: 11px !important;
    margin-bottom: -10px !important;
}
.rowilnno {
    top: 28px;
    display: flex;
    right: -16.8%;
    float: right;
    position: relative;
    background: #bbbbbb3b;
    padding: 3px;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
}
.shimmer-alan .rowilnno {
    top: 28px;
    display: flex;
    right: 8%;
    float: right;
    position: relative;
    background: #bbbbbb00;
    padding: 3px;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
    margin-top: 28px;
}
div#stickyHeader button.btn.btn-danger.btn-block.grsymz {
    width: auto;
    height: 33px !important;
    line-height: 18px;
    min-height: 36px;
    margin-right: 23px;
    opacity: 1;
}
.card.ilan-karti.shadow-sm.border-0.mb-4 img.d-block.w-100.img-fluid {
    height: 175px;
}
.card.ilan-karti.shadow-sm.border-0.mb-4 {
    width: 275px;
    background: #f3f3fd;
    height: 310px;
}
.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
    background: #f3f3fd !important;
}
.owl-item.active {
    width: 307px !important;
}
@media only screen and (max-width: 991px) {
    .horizontal-header.clearfix {
        border-bottom: 0px solid white;
        background: #3d4e67;
    }
        .ilgili-toggle {
        position: fixed;
        top: 46%;
        right: 0;
        transform: translateY(-50%);
        z-index: 99;
        background-color: #ffa22b;
        color: #2e384d;
        border: none;
        padding: 7px 9px;
        border-radius: 4px 0 0 4px;
        cursor: pointer;
        font-size: 18px;
    }
    .shimmer-alan .rowilnno {
    top: -33px;
    display: flex;
    right: 2%;
    float: right;
    position: relative;
    background: #bbbbbb00;
    padding: 3px;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
}
    .grslpylsd button {
    background: #e1f6ff;
    border: 0px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sosyal-paylasim i {
    font-size: 15px;
    color: #6c757d;
}
.d-flex.flex-wrap.sosyal-paylasim {
        padding-left: 1.5%;
        position: absolute;
        top: 51px !important;
        right: 0px !important;
    }
    .menualt.menualt-real {
    background: #f8424200;
    padding: 4px;
}
div#stickyHeader button.btn.btn-danger.btn-sm.btn-favori-toggle.ml-2 {
    display: none;
}
    canvas#gorselCanvas {
        width: 340px !important;
        height: 400px !important;
    }
button.afispaylsds:hover {
    background: #ffa22b82;
}
button.sosyalmedyaafisols:hover {
    background: #0b94f773 !important;
}
    div#stickyHeader span.fiyatstc a {
        font-size: 9px !important;
        color: #ffffff !important;
        left: 22%;
        position: absolute;
        top: 0px;
        border: 1px solid #03a84e;
        padding: 1px 5px 1px 6px;
        border-radius: 5px;
        position: relative;
    }
.horizontal-header.clearfix.show {
    position: relative !important;
}
    div#stickyHeader img.avatar.avatar-xxl.brround {
        width: 27px;
        height: 27px;
        position: absolute;
        right: 72px;
        top: 1px;
    }
div#stickyHeader span.fiyatstc svg {
    display: none;
}
.sticky-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fffffff5;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 12px 15px;
        transition: transform 0.3s ease;
        border-bottom: 1px solid #eee;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        height: 43px;
    }
.grslpylsd button:hover {
    background: #ffca87;
}
.ml-3.text-nowrap {
        position: absolute;
        right: 9px;
        top: 6px;
    }
div#stickyHeader .d-flex.align-items-center.sosyal-paylasim1.ml-2 {
    margin-right: 75px;
    display: none !important;
}
div#wizard-modal {
    left: 50% !important;
}
div#stickyHeader span.fiyatstc {
        font-size: 12px;
        font-weight: 500;
        top: 2px;
        position: relative;
        margin-left: 8px;
    }
    div#stickyHeader button.btn.btn-danger.btn-block.grsymz {
    width: auto;
    display: none;
}
.ml-3.text-nowrap a.text-dark {
    position: relative;
    top: -1px;
    font-size: 10px;
}
    span.adsyds {
        color: black;
        font-size: 10px;
    }
    .poster-share-box.mt-4.p-4.border.rounded.bg-light.text-center.shadow-sm {
        display: block;
        margin-bottom: 0px;
        margin-top: 0px !important;
    }
div#stickyHeader .ilan-baslik {
        font-size: 13px;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        left: 10px;
        position: absolute;
        font-weight: 500 !important;
    }
    div#ilan-sidebar {
    padding: 0px;
}
a.btn.btn-outline-success.btn-sm.ms-3 {
    position: absolute;
    text-align: right;
    float: right;
    right: 10%;
}
.wizard-highlight {
    position: relative;
    z-index: 99991;
    outline: 2px solid #ffa22b;
    border-radius: 1px;
    background: white;
    padding: 3px;
}
    .tklfbss {
    display: none;
}
    .card-bodyss {
    /* background: white; */
    padding: 22px;
    position: relative;
    background-color: #f8f9fa;
    border-radius: 10px;
    /* padding: 14px 12px; */
    width: 100%;
    /* max-width: 500px; */
    margin: 0px auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
    div#real-header-sticky-wrapper {
    height: auto !important;
}
.btn-print {
    display: inline-block;
    /* background: linear-gradient(135deg, #43cea2, #185a9d); */
    color: #ffffff;
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
    .btn-watch-video {
        position: absolute;
        background: #dc3545;
        color: white;
        padding: 3px 7px;
        border-radius: 0px;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
        z-index: 99;
        bottom: 3px;
        right: auto;
        left: 3px;
    }
a.btn.ripple.btn-info.icons.grmlms {
    display: none;

}
    a.btn-print {
        position: absolute;
        margin-top: -30px;
        right: 1%;
        z-index: 99;
        font-size: 12px;
    }
    .ilan-marquee-compact {
        overflow: hidden;
        background: #f8f9fa00;
        padding: 0px 0;
        border-top: 0px solid #ddd;
        border-bottom: 0px solid #ddd;
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }
    .mobile-fixed-buttons {
        position: fixed;
        top: 305px;
        left: 5px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 9999;
    }

    .item-user .item-user-icons a {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        right: 2px;
        position: relative;
        top: 6px;
    }
    .ribbons.ribbons-top-left.text-infos {
        position: absolute;
        left: 9%;
        margin-top: 406px;
        z-index: 9;
    }
    button.btn.btn-secondary.btn-block.kndiln {
    position: relative;
    top: 15px;
}

.ribbon-top-left span {
    top: 36px;
    transform: rotate(0deg);
    left: 15px;
    width: 37px;
}
    .ilan-baloncuk {
        font-weight: 400;
        top: 0px;
        left: -8px;
        border: 0px;
        font-size: 12px;
    }
    .dark-mode .item-det.mb-4.ilnbslsdk {
    right: auto;
}

    .rowilnno {
        display: flex;
        right: 7%;
        float: right;
        position: relative;
        background: #dee2e3;
        padding: 3px;
        color: #000000;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 1px;
        z-index: 9;
        top: 307px;
    }
    div#ilan-skeleton {
        position: relative;
        left: 0px !important;
        top: 10px;
        display: flow;
    }
    .hero-typewriter {
        background: linear-gradient(to bottom, #3d4e67, #3d4e67);
    }
    .sticky-wrapper.is-sticky .horizontal-header, .contact-banner .horizontal-header {
        background: #3d4e67 !important;
    }
.shimmer-theme.shimmer-circle {
    left: 30px !important;
    position: relative;
}
    .sosyal-paylasim a {
        text-decoration: none;
        color: #6c757d !important;
        font-weight: 300;
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 6px 7px;
        font-size: 0px;
        transition: color 0.3s ease;
    }
section.sptb.ilandetay .text-muted.small.mt-2 {
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    top: 6.7%;
    left: 3%;
}
.card-bodys.dyts div#duyuruAlert {
    z-index: 99;
    border: 1px solid red;
    color: #ffffff;
    background: #f84242;
    display: table !important;
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
}
.about-1.cover-image.sptb.section-bg-background-color1 {
    display: none;
}
.ilan-box img {
    width: 42px;
    height: 40px;
    object-fit: cover;
    border-radius: 0px;
}
.ilan-link {
    margin-right: 5px;
}
.ilan-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 4px 0px;
    min-width: 220px;
    max-width: 240px;
    height: 42px;
    flex-shrink: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.footer-main {
    display: none;
}
.owl-item.active {
    margin-right: 0px !important;
}
    div#wizard-modal {
        padding: 17px 5px !important;
        width: 78%;
    }

    .item-det.mb-4.ilnbslsdk {
        background: #afb8d300;
        position: relative;
        float: right;
        right: 0px;
        padding: 0px;
        height: auto;
        padding-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
    .bilgi-baloncu {
    position: relative;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 14px 12px;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
    section.sptb.ilandetay .text-muted.small.mt-2 {
        text-align: left;
        margin-bottom: 4px;
        position: relative;
        top: 6.7%;
        left: 3%;
        width: 50%;
    }
}
