@font-face {
    font-family: 'Conv_Technology';
    src: url('fonts/Technology.eot');
    src: local('☺'), url('../fonts/Technology.woff') format('woff'), url('../fonts/Technology.ttf') format('truetype'), url('../fonts/Technology.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.hide_scrollbar::-webkit-scrollbar {
    width: 0px;
}

.sexy_scrollbar::-webkit-scrollbar {
    width: 5px;
}

.sexy_scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sexy_scrollbar::-webkit-scrollbar-thumb {
    background: #888;
}

.sexy_scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tema_red a{
    color: #f33e49;
    transition: color 0.2s ease-in-out;
}
.tema_red a:hover , .tema_red a:focus {
    color: #ef3026;
}

.tema_blue a{
    color: #1D8CF8;
}
.tema_blue a:hover , .tema_blue a:focus {
    color: #1675d2;
}

.tema_green a{
    color: #00d3d3;
}
.tema_green a:hover , .tema_green a:focus {
    color: #059696;
}

.tema_primary a{
    color: #E14ECA;
}
.tema_primary a:hover , .tema_primary a:focus {
    color: #af359c;
}

.tema_orange a{
    color: #ff7d7f;
}
.tema_orange a:hover , .tema_orange a:focus {
    color: #e26d70;
}

a.btn{
    color:#fff;
}
a.btn:hover , a.btn:focus {
    color: #eaeaea;
}

form {
    width: 100%;
}
.ekko-lightbox{
    background: #00000094;
    overflow-y: hidden !important;
}
.ekko-lightbox .modal .modal-header .close{
    font-size:35px;
}

.ekko-lightbox-container {
    height: 100vh;
    position: relative
}

.ekko-lightbox .modal-dialog{
    max-width: auto !important;
    height: 0px;
}

.ekko-lightbox .modal-content{
    background: none;
    box-shadow: none;
}

.ekko-lightbox .modal-body{
    padding-top: 0;
}

.ekko-lightbox-container img, .ekko-lightbox-container video{
    height: 90vh;
    width: 100%;
    max-width: 100vw;
    object-fit: contain;
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.ekko-lightbox-nav-overlay a:empty {
    width: 49%
}

.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1
}

.ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left
}

.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right
}

.ekko-lightbox .modal-footer {
    text-align: left
}
.pagination .page-item.active>.page-link,
.pagination .page-item.active>.page-link:focus,
.pagination .page-item.active>.page-link:hover {
    background: #f43f4b;
    background-image: linear-gradient(to bottom left, #fd5b8e, #f03533, #f0332e);
    background-size: 210% 210%;
    background-position: 100% 0;
    color: #fff;
}

.table>tbody>tr>td:focus,
.table>tbody>tr>th:focus,
.table>tfoot>tr>td:focus,
.table>tfoot>tr>th:focus,
.table>thead>tr>td:focus,
.table>thead>tr>th:focus {
    outline: none;
}

.form-check input[type=checkbox]:checked+.form-check-sign:before {
    border: none;
    background-color: #f5455a;
}

select.form-control:focus,
select.form-control:active,
select.form-control:hover {
    color: #000 !important;
    background-color: #eaeaea;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a6f71;
    line-height: 38px;
    font-size: 12px;
    padding-left: 18px;
}

.select2-container--default .select2-selection--single {
    background-color: #222a42;
    border: 1px solid #2b3553;
    border-left: none;
    border-radius: 0px;
    height: 38px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #222a42;
    border: 1px solid #2b3553;
    border-left: none;
    border-radius: 0px;
    height: 38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-results__option {
    color: #6a6f71;
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f43d45;
    border: none;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 200;
    margin-top: 6px;
    cursor: pointer;
    margin-left: 4px;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: 38px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #222a42;
    background: #fff;
    padding: 0 5px;
    border-radius: 27px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.select2-selection__choice:hover .select2-selection__choice__remove {
    opacity: 1;
}

.select2-search {
    background-color: #222a42;
}

.select2-search input {
    background-color: #222a42;
} 

.select2-results {
    background-color: #222a42; 
}

.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.radio-parent {
    border: 1px solid #2b3553;
    border-radius: 10px;
}

.form-control:focus {
    border-color: #f23b41;
}

.card-wizard[data-color=red] .progress-with-circle .progress-bar,
.card-wizard[data-color=red] .nav-pills .nav-item .nav-link.active,
.card-wizard[data-color=red] .nav-pills .nav-item .nav-link.active:focus,
.card-wizard[data-color=red] .nav-pills .nav-item .nav-link.active:hover,
.card-wizard[data-color=red] .nav-pills .nav-item .nav-link.checked:focus,
.card-wizard[data-color=red] .nav-pills .nav-item .nav-link.checked:hover {
    background: #f23b41;
}

.card-wizard[data-color=red] .nav-pills .nav-item .nav-link {
    color: #f23b41;
}

.input-group-focus .input-group-prepend .input-group-text {
    border-color: #f23b41;
}

.form-check-radio input[type=radio]:checked+.form-check-sign:before {
    border-color: #ef3028;
}

.form-check-radio input[type=radio]:checked+.form-check-sign:after {
    background-color: #f0322c;
    border-color: #f13431;
}

input.hide {
    height: 0px;
    width: 0px;
    min-width: 0px;
    max-width: 0px;
    opacity: 0;
    overflow: hidden;
    border: none;
    background: none;
    left: -999999999999px;
    position: absolute;
}

a.btn.btn-link.btn-icon.btn-sm.btn-simple {
    border: 1px solid;
}

a.btn.btn-link.btn-icon.btn-sm.btn-simple:hover {
    transform: translateY(-1px) !important;
    -webkit-transform: translateY(-1px) !important;
}

.adet-sag {
    background: #2b3553 !important;
    color: #c9d8ff !important;
    padding: 0 10px !important;
    font-size: 12px;
    text-transform: uppercase;
}

.sayfaVeri_sayisi select {
    width: 100px;
    margin: -3px 9px 0 9px;
}

.sayfaVeri_sayisi * {
    float: left;
    display: inline-block;
}

.importBtn {
    position: relative;
}

.importBtn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.absolute-top + * {
    position: relative;
}

.absolute-top {
    position: absolute;
    top: 2px;
}

.absolute-top.pull-right {
    right: 18px;
}

.card-testimonial .card-header-avatar img {
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.personel-sifre {
    position: relative;
}

.personel-sifre .absolute-top.pull-right {
    right: 0px;
    height: 37px;
    top: 0;
    border-radius: 0 10px 10px 0;
}

.card-testimonial .card-footer {
    margin-bottom: 1rem;
}

.badge,
.badge:focus,
.badge:hover {
    outline: none;
}

.fs-9e {
    font-size: 4.5em !important;
    word-wrap: normal;
    overflow: hidden;
    text-align: center;
    margin-left: -17px;
    margin-top: -115px !important;
    width: auto;
    transform: translateY(-60px);
}

.entegre-cart {
    cursor: crosshair;
}

.entegre-cart p {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 4px;
}

.entegre-cart span {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 4px;
}

.entegre-cart h1 {
    margin-bottom: 4px;
    font-weight: 900;
    font-size: 59px;
}

.entegreUrunCard .urunGorsel img {
    object-fit: cover;
    object-position: center;
    background: #fff;
    width: 100%;
    height: 115%;
    background: url(../img/yukleniyor.gif);
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 5px;
    transition: all 0.2s ease-in-out;
}

.entegreUrunCard:hover .urunGorsel img {
    bottom: -15px;
}

.entegreUrunCard .platformCol {
    padding: 5px;
    position: relative;
}

.entegreUrunCard .platformDurumu {
    border-radius: 10px;
    text-align: center;
    margin: 0;
    padding: 13px 0;
    border: 1px solid transparent;
}

.entegreUrunCard .platformDurumu:hover {
    border: 1px solid #191f31;
    /*box-shadow: 0px 7px 9px -10px #000, -6px 0px 9px -10px #000, 6px 0px 9px -10px #000;*/
}

.entegreUrunCard .platformDurumu img {
    width: auto;
    margin: auto;
}

.entegreUrunCard .platformDurumu * {
    width: 100%;
}

.entegreUrunCard .urunAdi {
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.entegreUrunCard .urunAdi:hover {
    font-weight: 600;
    margin-left: 3px;
}

.platformDetayOn {
    cursor: pointer;
    transition: all 0.02s cubic-bezier(0, 0, 0.3, 1);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: relative;
}

.platformDetayOn.pasif {
    transform: rotateY(180deg);
}

.platformDetayArka {
    cursor: pointer;
    transition: all 0.02s cubic-bezier(0, 0, 0.3, 1);
    backface-visibility: hidden;
    transform: rotateY(180deg);
    position: absolute;
    top: 4%;
    width: 93%;
}

.platformDetayArka.aktif {
    transform: rotateY(0deg);
}

.entegreUrunCard .platformDurumu span {
    display: block;
    height: 30px;
    padding-top: 5px;
}

.fixEntegreBilgi, .fixInstagramCart{
    position: fixed;
    padding: 50px;
    cursor: crosshair;
    z-index: 1;
    width: 24%;

}

@media only screen and (max-width: 600px) {
    .fixEntegreBilgi , .fixInstagramCart{
        position: relative;
        padding: 0px;
        cursor: crosshair;
    }
    .fixEntegreBilgi .card-body .card-prices .text-on-front {
        font-size: 20px;
    }
    .fixEntegreBilgi .card-body .card-prices .text-on-back.fs-9e {
        font-size: 46px !important;
        margin-top: -105px;
        margin-left: -14px;
        transform: translate(0, -8px);
        overflow: auto;
        width: auto;
    }
    .entegre-cart {
        cursor: crosshair;
        margin-bottom: 17px;
        padding-bottom: 18px;
        padding-top: 18px;
        border-radius: 21px;
        box-shadow: 0px 0px 66px -50px #00d5d2;
    }
    .entegre-cart h1 {
        margin-bottom: 4px;
        font-weight: 900;
        font-size: 28px;
    }
}

body *::selection {
    background-color: #000;
}

.fixEntegreBilgi *::selection , .fixInstagramCart *::selection {
    background-color: transparent;
}
.fixEntegreBilgi input::selection, .fixInstagramCart input::selection {
    background-color: #000;
}

.instagramPp img{
    width: 150px !important;
    height: 150px;
    object-fit: cover;
}

.fixInstagramCart .card-header{
    margin-top: -40px;
}
.card-header.instagram-arama{
    background-color: #27293d !important;
    position: absolute;
    width: 100%;
}
.card-header.instagram-arama .sonuclar{
    padding: 0;
    padding-top: 10px;
    transition: all 0.2s ease-in-out;
    max-height: 330px;
    overflow-y: scroll;
}
.card-header.instagram-arama .sonuclar::-webkit-scrollbar {
    width: 2px;
}

.card-header.instagram-arama .sonuclar::-webkit-scrollbar-track {
    background: transparent;
}

.card-header.instagram-arama .sonuclar::-webkit-scrollbar-thumb {
    background: #888;
}

.card-header.instagram-arama .sonuclar::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.card-header.instagram-arama .sonuclar p{
    padding-left: 8px;
    padding-top: 8px;
}
.card-header.instagram-arama .sonuclar p:hover{
    background: #1e1e2e57;
}
.card-header.instagram-arama .sonuclar p span{
    width: calc(100% - 72px);
    display: inline-block;
    text-align: left;
    line-height: 16px;
}
.card-header.instagram-arama .sonuclar p span i{
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
}
.card-header.instagram-arama .sonuclar .avatar{
    width: 46px;
    height: 46px;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: -1px;
    object-fit: cover;
}
.flip-aktif {
    transition: all 0.2s ease-in-out;
    transform: scaleX(1);
}
.flip-pasif {
    transition: all 0.2s ease-in-out;
    transform: scaleX(0);
}

.fixInstagramCart .card-footer > *{
    padding:5px 10px; 
    font-size:21px;
}
.instagramPost .begenBtn i, .instagramPost .yorumBtn i, .instagramPost .kaydetBtn i{
    color: #68757B;
    cursor:pointer;
    padding: 8px;
    font-size: 18px;
}
.instagramPost .begenBtn i:hover{
    color:#F33E49 !important;
}
.instagramPost sayac{
    font-family: sans-serif;
    padding-left: 4px;
    font-size: 13px;
    font-weight: 500;
}
.cursor-pointer{cursor: pointer; }
.cursor-zoom{cursor: zoom-in; }
.cursor-crosshair{cursor: crosshair; }
a.begenenPopup{
    cursor: pointer;
}
.gizli{
    width: 0px;
    max-width: 0px;
    height: 0px;
    max-height: 0px;
    opacity: 0; 
    z-index: -999999;
    position: fixed; 
    left: -9999999px;
    top:-9999999px; 
}
.eskiSiparisler-header{
    padding: 10px 10px;
}
.eskiSiparisler-body{
    border: 1px solid #f33e49;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.badge.eskiSiparis-badge {
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
    padding: 8px;
    border: 1px solid #373d46;
    cursor: pointer;
    line-height: 19px;
    transition: all 0.2s ease-in-out;
}
.badge.eskiSiparis-badge:hover{
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
    padding: 8px;
    background-color: #373d46;
    border: 1px solid #373d46;
    cursor: pointer;
    /*transform: translateX(3px);*/
}
.instagram-hizli-giris img{
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}
.instagram-hizli-giris img:hover{
    transform: scale(1.02);
}
.story-view img{
    padding: 6px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background-position:100% 35%;
    animation: storyRenk 3s ease infinite;
}
@keyframes storyRenk {
    0%{background-size: 100% 100%;}
    50%{background-size: 200% 200%;}
    100%{background-size: 100% 100%;}
}

.story-images{
    padding: 10px 45px;
}
.story-images div {
    height: 50px;
    width: 50px;
    z-index: 99999999999999999;
    float: left;
    padding: 3px;
    margin: 2px;
    border-radius: 20px;
    border:2px solid transparent;
    background-size: contain !important;
    background-color: #fff !important;
    background-position: center !important;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}
.story-images div:hover{
    border-color: #fff;
}

.kasa-anasayfa{
    height: calc(100vh - 150px);
}
.kasa-anasayfa .satis-islemi{
    position: relative;
}
.kasa-anasayfa .satis-islemi .genel-tutar{
    font-family: 'Conv_Technology';
    color: #00FFFF;
    padding: 20px;
    margin: 0;
    font-size: 5em;
    position: absolute;
    z-index: 1;
    left: 0;
    letter-spacing: 4px;
    text-shadow: 0px 0px 3px #0ff;
    cursor: crosshair;
}
.kasa-anasayfa .satis-islemi .dijital-bg::selection ,.kasa-anasayfa .satis-islemi .genel-tutar::selection{background-color: transparent !important;}
.kasa-anasayfa .satis-islemi .dijital-bg{
    font-family: 'Conv_Technology';
    padding: 20px;
    margin: 0;
    font-size: 5em;
    color: #00ffff0d;
    opacity: 1;
    position: absolute;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    background: #14141b;
    border-radius: 9px;
    box-shadow: inset 0 0 61px -30px #000;
    cursor: crosshair;
}

.kasa-anasayfa .kasa-tab .kasa-tab-btn{
    line-height: 12;
}

.kasa-anasayfa .kasa-urunler{
    overflow-x:hidden;
    overflow-y:scroll;
    padding: 0;
    background: #14141b;
    border-radius: 9px;
    box-shadow: inset 0 0 61px -30px #000;
}
.kasa-anasayfa .kasa-urunler::-webkit-scrollbar {width: 2px; }
.kasa-anasayfa .kasa-urunler::-webkit-scrollbar-track {background: transparent; }
.kasa-anasayfa .kasa-urunler::-webkit-scrollbar-thumb {background: #888; }
.kasa-anasayfa .kasa-urunler::-webkit-scrollbar-thumb:hover {background: #555; }

.kasa-anasayfa .kasa-urunler .kasa-urun *::selection{background-color: transparent !important;}
.kasa-anasayfa .kasa-urunler .kasa-urun{
    width: 100%;
    margin: 0;
    margin-left: 2px;
    margin-bottom: 3px;
    cursor: pointer;
    padding: 8px;
    transition: all 0.2s ease-in-out;
}
.kasa-anasayfa .kasa-urunler .kasa-urun:hover{
    background-color: #171721;
}
.kasa-anasayfa .kasa-urunler .kasa-urun .btn{
    padding: 9px 12px 14px;
}
.kasa-anasayfa .kasa-urunler .kasa-urun img{
    height: 50px;
}

input.datetimes{
    position: relative;
    /*padding: 5px;
    border-radius: 0 8px 8px 0;
    width: 80%;
    text-align: center;
    background: transparent;
    border: 1px solid #2b3553;
    outline: none;
    color: #a5b5c4;*/
}

input.datetimes + .reset {
    position: absolute;
    top: 12px;
    right: 20px;
    transform: scale(0.8);
    cursor: pointer;
}
.bildirim_counter < i{
    position: relative;
}
.bildirim_counter{
    position: absolute;
    top: 0px;
    right: -1px;
    padding: 1px 4px;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
}
.bildirim_counter.animates{
    background: red;
    color: white;
}
.bildirim_counter.animates:before{
  content: "";
  position:absolute;
  width:100%;
  height:100%;
  animation: pulse 5s infinite;
  /*border:1px solid;
  border-color:#fff;*/
  background-color: #ff0000d9;
  border-radius:50%;
  left:0px;
  top:0px;
  transition: all 0.051s ease-in-out;
}
.bildirim_counter.animates:after{
  content: "";
  position:absolute;
  width:100%;
  height:100%;
  animation: pulse 2s infinite;
  /*border:1px solid;
  border-color:#fff;*/
  background-color: #ff0000d9;
  border-radius:50%;
  left:0px;
  top:0px;
  transition: all 0.051s ease-in-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity:1;
    
  }
  50% {
    transform: scale(2.5);
    opacity:0;
  }
  100% {
    transform: scale(1);
    opacity:0;
  }
}

.tema-selector {
    padding: 5px 15px 30px 20px;
    margin: 0 0 0 5px !important;
    border-radius: 22px;
    cursor: pointer;
}
.form-check-radio input[type=radio]:checked+.form-check-sign.white-selector:before {
    border-color: #ffffff;
}
.form-check-radio input[type=radio]:checked+.form-check-sign.white-selector:after {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.thumbnail.img-circle img{
    object-fit: cover;
    height: 100px;
    width: 100px;
}

.analytics-sites{
    height: 79vh;
    overflow-y: scroll;
    cursor: pointer;
}
.grabbing{
    cursor:grabbing !important;
}

.analytics-sites .site__{
    background: #161620;
    margin-bottom: 1px;
    border-radius: 3px;
    padding: 20px;
    transition: all 0.2s ease-in-out;
}

.analytics-sites .site__.aktif{
    box-shadow: inset 0 0 20px 0px #000;
}

.analytics-sites *::selection , .analytics-sites *::selection {
    background-color: transparent;
}

.analytics-sites .site__ .icons_{
    margin-top: 8px;
}
.analytics-sites .site__ .icons_ .badge-success, .icons_ .badge-success{
    color: #1d253b;
}

.analytics-sites .site__ .clicks_{
    margin-bottom: 0;
    font-size:30px;
    min-height: 45px;
}

.analytics-detail .card{
    box-shadow: inset 0 0 20px 0px #00000024;
}

.card-title.analytics-site{
    background: #F5F5F5;
    color: #646267;
    text-align: center;
    padding: 10px 15px;
    padding-bottom: 8px !important;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    min-height: 40px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
    width: 100%;
}
.analytics-detail{
    padding-left: 0;
    padding-right: 0;
    background: #161620;
    border-radius: 0 0 5px 5px;
    height: 75vh;
    padding: 15px;
    border: 1px solid transparent;
    overflow-y: scroll;
}
.card-title.analytics-site .tab__{
    cursor: default !important;
    display: block;
    position: static;
    font-weight: 700;
    line-height: 1.35;
}
.card-title.analytics-site .tab__::selection {
    background-color: transparent;
}
.card-title.analytics-site .url__{
    display: block;
    outline:none !important;
    color: #7b7a85;
    font-size: 13px;
    line-height: 1.45;
    word-break: break-word;
}

.card-title.analytics-site .tab__close{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #FF6059;
    position: absolute;
    top: 13px;
    right: 55px;
}
.card-title.analytics-site .tab__warning{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #FFBD2E;
    position: absolute;
    top: 13px;
    right: 35px;
}
.card-title.analytics-site .tab__success{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #28CA42;
    position: absolute;
    top: 13px;
    right: 15px;
}
.analytics-detail .card-body{
    cursor: default;
}
.analytics-detail .visit__{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 200;
    border-bottom: 1px solid #26283c;
    padding: 10px 0 10px 0;
    cursor: default;
}
.analytics-detail .activities__{
    display: block;
    text-align: center;
    font-weight: 200;
    border-bottom: 1px solid #26283c;
    padding: 0px 0 10px 0;
    cursor: default;
}

.loading__{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 60;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller.divin_{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    transform: scale(0.5);
    left: 36%;
    top: -17px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cardflex-title{
    min-height: 54px;
}

.eskiSiparisler-header > .text-success:hover{
    cursor: default;
    color:#00f2c3 !important;
}

.icons_{
    cursor: default;
}
div#disqus_thread {
    position: relative;
}
.yorumTabPerde{
    width: 50%;
    height: 30px;
    position: absolute;
    top: 8px;
    background: #1E1E25;
}

/* Ustteki 4 kart: alt satirdaki koyu stil + daha belirgin gradient */
.top-row-gradient {
    border: 0 !important;
    background-size: 180% 180% !important;
}

.top-row-gradient.top-row-g1 {
    background: linear-gradient(135deg, #212949 0%, #27335d 58%, #2e3f73 100%) !important;
}

.top-row-gradient.top-row-g2 {
    background: linear-gradient(135deg, #212949 0%, #2b355f 58%, #32457a 100%) !important;
}

.top-row-gradient.top-row-g3 {
    background: linear-gradient(135deg, #22284a 0%, #2c3561 58%, #364681 100%) !important;
}

.top-row-gradient.top-row-g4 {
    background: linear-gradient(135deg, #23274b 0%, #2f3260 58%, #3a4682 100%) !important;
}


.analytics-dashboard .analytics-panel{
    background: #161620;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.analytics-dashboard .analytics-sites{
    height: auto;
    max-height: 72vh;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: default;
    padding-right: 4px;
}
.analytics-dashboard .site__{
    background: linear-gradient(180deg,#1b1c28 0%, #171824 100%);
    margin-bottom: 12px;
    border: 1px solid rgba(255,255,255,.04);
    border-radius: 12px;
    padding: 16px;
}
.analytics-dashboard .site__.aktif{
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.18);
}
.analytics-dashboard .analytics-site-row{
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.analytics-dashboard .analytics-site-icon{
    width: 52px;
    min-width: 52px;
}
.analytics-dashboard .analytics-site-info{
    flex: 1 1 auto;
    min-width: 0;
}
.analytics-dashboard .analytics-site-info .baslik{
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 6px;
}
.analytics-dashboard .analytics-site-info .site,
.analytics-dashboard .analytics-site-info .site a{
    display: block;
    color: #a7adc5;
    word-break: break-word;
    line-height: 1.5;
}
.analytics-dashboard .analytics-site-count{
    min-width: 92px;
}
.analytics-dashboard .analytics-sites .site__ .clicks_{
    font-size: 26px;
    min-height: 34px;
    margin-bottom: 6px;
}
.analytics-dashboard .card-title.analytics-site{
    background: #f6f6f7;
    color: #585760;
    text-align: left;
    padding: 14px 18px 14px 80px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    min-height: 72px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.analytics-dashboard .analytics-detail{
    background: #161620;
    border-radius: 12px;
    min-height: 420px;
    max-height: 72vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 18px;
}
.analytics-dashboard .analytics-empty-note{
    border-radius: 12px;
}
.analytics-dashboard .analytics-placeholder{
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 32px 20px;
    border: 1px dashed rgba(255,255,255,.12);
    border-radius: 16px;
    color: #cdd3ea;
    background: rgba(255,255,255,.02);
}
.analytics-dashboard .analytics-placeholder h4{
    color: #fff;
    margin-bottom: 10px;
}
@media (max-width: 1199.98px){
    .analytics-dashboard .analytics-sites,
    .analytics-dashboard .analytics-detail{
        max-height: none;
    }
}
@media (max-width: 767.98px){
    .analytics-dashboard .analytics-site-row{
        flex-wrap: wrap;
    }
    .analytics-dashboard .analytics-site-icon{
        width: 100%;
        min-width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .analytics-dashboard .analytics-site-count{
        width: 100%;
        min-width: 100%;
        text-align: left !important;
        padding-top: 8px;
    }
    .analytics-dashboard .card-title.analytics-site{
        padding: 46px 16px 14px 16px;
        font-size: 13px;
        line-height: 1.5;
        min-height: 92px;
    }
    .analytics-dashboard .card-title.analytics-site .tab__{
        font-size: 13px;
    }
    .analytics-dashboard .card-title.analytics-site .tab__close{
        right: 58px;
        top: 14px;
    }
    .analytics-dashboard .card-title.analytics-site .tab__warning{
        right: 36px;
        top: 14px;
    }
    .analytics-dashboard .card-title.analytics-site .tab__success{
        right: 14px;
        top: 14px;
    }
    .analytics-dashboard .analytics-detail{
        min-height: 280px;
        padding: 14px;
    }
    .analytics-dashboard .analytics-placeholder{
        min-height: 220px;
        padding: 22px 14px;
    }
}


/* BRRY Analytics + API mobile polish */
.analytics-live-dashboard .analytics-empty-note{font-size:13px;line-height:1.6;border-left:4px solid #ff6b6b;}
.api-dashboard .card{border-radius:16px;overflow:hidden;}
.api-dashboard .card-header p.card-category{line-height:1.6;}
.api-dashboard .api-doc-path code{white-space:normal;word-break:break-all;}
.api-dashboard .api-usage-card p,.api-dashboard .api-usage-card li{line-height:1.7;}
.api-dashboard .api-code-block{font-size:12px;line-height:1.65;word-break:break-word;background:rgba(0,0,0,.18);padding:16px;border-radius:12px;}
.api-dashboard .api-mobile-table table td code{white-space:normal;word-break:break-all;}
.api-dashboard .btn{white-space:normal;}
@media (max-width: 991.98px){
  .api-dashboard .card-stats .numbers{text-align:left;}
  .api-dashboard .card-header,.api-dashboard .card-body{padding:18px;}
}
@media (max-width: 767.98px){
  .api-dashboard .btn{width:100%;margin-bottom:10px;}
  .api-dashboard .text-lg-right{text-align:left !important;}
  .api-dashboard .api-mobile-table{overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .api-dashboard table{min-width:720px;}
  .api-dashboard .api-code-block{font-size:11px;padding:12px;}
  .analytics-dashboard .analytics-site-row{padding:14px 12px;}
  .analytics-dashboard .analytics-site-count h3{font-size:1rem;}
}

.analytics-integration-card .analytics-snippet-code{background:rgba(0,0,0,.18);border-radius:12px;padding:16px;min-height:180px;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.65;color:#fff;}
.analytics-integration-card .analytics-site-key{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);}
@media (max-width: 767.98px){
  .analytics-integration-card .analytics-snippet-code{font-size:11px;padding:12px;min-height:140px;}
  .analytics-integration-card .btn{width:100%;}
}
