@import 'dhutils.css?v=1.0.4';
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

 

.fontJura {
    font-family: 'Jura', sans-serif !important;
}
.fontInter {
    font-family: 'Inter', sans-serif !important;
}

.fontPlay {
    font-family: 'Play', sans-serif !important;
}

.fontRoboto {
    font-family: 'Roboto', sans-serif !important;
}


html {
    width: 100%;
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    /*background-color: #f4f4f4;*/
}


body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: 'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #6cb5d5;
}
 
.logo img{
    transition: all 400ms ease-in;
}
.logo.kucuklogo img {
    height: 80px;
   
} 
 
#top-right-buttons {
    flex-direction: inherit;
    display: flex;
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 800;
}

#top-right-buttons button {
    margin-right: 4px;
}



 #mainContainer {
    position: relative;
    min-height: 100vh;
    padding-top: 176px;
}

#sepetsayaci {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 65%;
    font-weight: normal;
}

/* BS EDITS*/
.input-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px groove #ffffff;
}
/*
.btn-outline-primary {
    color: #171717;
    border-color: #FFF;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: rgb(81, 79, 79);
    border-width: 3px !important;
}
*/
.badge-primary {
    color: #fff;
    background-color: #000;
}

.btn:focus {
    box-shadow: none;
}

.modal-header {
    border-bottom: 1px solid #f3f3f3;
}

.modal-footer {
    border-top: 1px solid #f3f3f3;
}

/* BS EDIT  #END */

/* Breadcrumbs*/

.breadcrumb {
    border-radius: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.4rem;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    /*background-color: #e6e9ed;*/
    display: inline-block;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li {
    margin-left: -12px;
    padding: 0px 10px 0px 0px;
    font-size: 13px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    text-indent: 25px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
}

.breadcrumb-arrow li:not(:first-child) a {
    text-indent: 24px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #d9d8d8;
    border: 1px solid #d9d8d8;
    padding-right: 10px;
    font-size: 0.75rem;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #d9d8d8;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fafbff;
    /* Üçgen separator */
}

.breadcrumb-arrow li:first-child {
    padding: 0px 10px 0px;
}

.breadbg {
    background-color: #ebebeb;
    color: #FFF;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}

.breadcrumb li.active .small {
    font-size: 0.75rem;
    font-weight: lighter;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb-arrow li span {
    color: #434a54
}

/* breadcrumb #END */

/* Slick */
.slick-prev.slick-arrow {
    left: 10px;
}

.slick-next.slick-arrow {
    right: 48px;
}

.slick-slider {
    height: 100% !important;
}

.anaSlider .slick-prev:before,
.anaSlider .slick-next:before {
    background-color: #6cb5d585;
}

.orangearrows .slick-prev:before,
.orangearrows .slick-next:before {
    background-color: transparent;
    color: #EA5753;
    border: 1px solid red;
}

.orangearrows .slick-dots li {
    width: 2.2em;
    height: 8px;
    margin: 0 8px;
}

.orangearrows .slick-dots li button:before {
    width: 44px;
    height: 6px;
    background-color: #305E8F;
    content: '';
}

 

.otherSlicker .slick-prev:before,
.otherSlicker .slick-next:before {
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 4px 8px;

}

.otherSlicker .slick-next.slick-arrow {
    right: 12px;
}

.anaSlider img{
    border-bottom: 8px solid #6cb5d5;
}
.anaSlider .slick-next.slick-arrow {
    right: 36px;
}


.anaSlider .slick-dots li {
    width: 2.2em;
    height: 8px;
    margin: 0 8px;
}

.urunSlide .slick-dots {
    background-color: #ffffffad;
    height: 40px;
    bottom: 0;
}

/* Slick #END*/



.broken404 {
    font-size: 2em;
    color: rgba(0, 30, 54, 0.3);
}

.broken404 svg {
    font-size: 1.5em;
}


.arasayfa_baslik {
    font-size: 1.6rem;
    color: #104f92;
    display: inline-block;
    border-bottom: 2px solid #104f92;
}

.arasayfa_icerik {
    font-size: 1em;
    line-height: 24pt;
    text-align: justify;
}


/* FOOTER */

 

.footerBaslik {
    line-height: 40px;
}

ul.footerList {
    margin: 0px;
    list-style-type: circle !important;
}

.footerList :not(svg) {
    color: rgb(209, 209, 209);
    font-size: 14px;
    line-height: 36px;
}

.footerList svg {
    font-size: 18px;
}

.footerList li {
    height: 40px;
}

.footerSosyalMedya a {
    display: inline-block;
}

.footer .footer-ribbon {
    background: #c74a46;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
    top: 75px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 10px;
}

.footer-ribbon a {
    color: #FFF;
}

.footer .footer-ribbon:before {
    border-left: 10px solid #78302e;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.footersosyal {
    display: inline-block;
    margin: 10px;
}

/* FOOTER #END */

/* Contact */
.iletisime-gecin-txt {
    font-size: 1.3em;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: lighter;
    color: rgb(141, 141, 141);
}

#kontaktMarkerIcon {
    font-size: 8rem;
    color: #3386d4 !important;
    opacity: .2;
}

#iletisimFormu {
    border-radius: 8px;
    position: relative;
    margin-left: 20px
}

#iletisimFormu input,
#iletisimFormu textarea,
#iletisimFormu select {
    border-radius: 8px;
    border: 1px solid rgb(211, 211, 211);
    ;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 30px;
}
#contactForm{
    background: url(../img/mail-trans-bg.png) no-repeat bottom right;
}
#contactForm span.formTekBaslik {
    font-size: 14px;
    display: block;
    color: rgb(116, 116, 116);
}

textarea#mesaj {
    min-height: 126px;
    padding-bottom: 20px;
}

#contactForm .kirmiziborder {
    border: 1px solid #c0180c;
}



.mesajalindi {
    background-color: transparent;
    transition: background-color 1s ease-in;
    -moz-transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -ms-transition: background-color 1s ease-in;
    -o-transition: background-color 1s ease-in;
}

/* Contact #END*/
.whatsappbtn {
    display: block;
    width: 147px;
    height: 43px;
    background-image: url(../img/whatsapp-siparis.jpg);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-size: contain;
    border-radius: 10px;
}

.fa-plus {
    transition: all .4s ease-in-out;
    font-weight: bold;
 
}

small strong {
    font-size: 13px;

}





.tssOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #08121bab;
    background-image: url(../img/dotted-overlay.png);
    background-color: #011a1e;
}

#top-wave{
    position: absolute;
    top: 0;
    background-image: url(../img/top-wave.png);
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: bottom left;
}


#bottom-wave{
    position: absolute;
    bottom: 0;
    background-image: url(../img/top-wave.png);
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: bottom left;
    transform: rotateX(180deg);
}

#topFastContact {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #090c11fc;
    color: rgb(240, 240, 240);
}

#topFastContact div {
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 0px;
}

#topbar {
    height: 176px;
    z-index: 130;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    width: 100%;
    top: 0;
    transition: all 500ms ease-in;
}


#topbar.sticky{
    position: fixed;
    max-height: 80px;
    background-color: #011a1e !important;
}
.tamSayfaPanel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in;

}
.mainSlogan {
    position: absolute;
    width: 80%;
    max-width: 900px;
    min-height: 200px;
}

.mainSlogan h1 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #FFF !important;

}

.mainSlogan h1 div {
    font-size: 2.8rem;
    font-weight: 300;
}

.mainSlogan h1,
.mainSlogan h4 {
    /*
    background-color: rgba(0, 0, 0, 0.4);
   */
    line-height: 10vh;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: rgb(190, 190, 190);
}

.mainSlogan h4 {
    letter-spacing: 0.3rem;
    font-style: italic;
    font-weight: lighter;
}

 

.pageSection {
    min-height: 100vh;
}

.dikeyflex {
    display: flex;
    flex-direction: column;
    filter: none;
    transition: filter 400ms ease-in;
}

.dikeyflex div>img {
    width: 100%;
}

.dikeyflex {
    padding: 0 !important;

}

.counter-wrap {
    min-height: 309px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
}

.counter-count {
    position: relative;
    font-size: 102px;
    line-height: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    transition: color 400ms ease-in;
}

#whatsapp-destek {
    width: 48px;
    height: 48px;
    background: url(../assets/images/whatsapp-circle.png);
    background-size: cover;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px
}

footer a{
    color:  #FFF;
}
.footer-nav-link{
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);

}


footer a:hover{
   
    color: rgb(242, 248, 218);
    text-decoration: underline;
}
.hizm_list_tek{
    padding: 10px 20px;
}
.othersTitle{
    margin-top: 50px;
    font-size: 16px;
    font-family: 'Play', sans-serif;
}
ul#othersMenu{
    
    list-style: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 40px;

}
ul#othersMenu li a, a.hizm_list_tek{
    background-color: transparent;
    margin-bottom: 10px;
    color: #b02a37;
    transition: background-color 400ms ease-in;
}
ul#othersMenu li a:hover, a.hizm_list_tek:hover {
    background-color: #9a272e;
    color: #FFF;
}
.breadcrumb-item a{
    color: var(--acikmavi);
}

footer .fbottom{
    background-image: url(../img/footer_element.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 100px;
}

#contact-location-info{
    background-image: url(../img/location-bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.contact-overlay{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    transition: left 400ms ease-in;
    color: #FFF;

}

.location_box{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18pt;
}
.location_box span{
    padding-bottom: 2px;
}
.allrefs_link{
    border-bottom: 2px solid #434a54;
    color: #434a54;
}
#welcomeScreen{
    margin-top: -176px;
}


.title-tabela{
    position: absolute;
    background-color: var(--renk-okyanus);
    height: 50px;
    padding: 10px 20px;
    color: #FFF;
    font-size: 24px;
    right: 0;
    line-height: 30px;
}
.with-seperator::after{
content: ' | ';
padding: 0px 6px;
font-size: 1.6rem;
opacity: 0.45;
color: #6cb5d5;
font-weight: 100;
 
}

.sozImza{
    padding-left: 20px;
     text-align: right;
     font-size: 14px;
    font-style: italic;
}
.sozImza::before, .sozImza::after{
    
    content: ' ─ ';
}
#teklifFormu label{
   font-weight: lighter;
}

#hizmetlerim > li{
    line-height: 2rem;
}
#hizmetlerim > li> ul > li{
    font-family: 'Exo 2',sans-serif;
}
:root{
    --renk-okyanus: #4c8cb3;
    --acikmavi: #1097d5;
    --renk-dark: #011a1e;
    --acik-gri: #ededed;
    --acik-turuncu: #fba962;
    --logo-turuncusu: #f07e1b;
 
}
.bg-acik-mavi{
    background-color: var(--acikmavi);
    color: #FFF;
}
.color-acik-turuncu{
    color: var(--acik-turuncu);
}

.bg-acik-turuncu{
    background-color: var(--acik-turuncu);
    color: #FFF;
}

.bg-logo-turuncusu{
    background-color: var(--logo-turuncusu);
    color: #FFF;
}
.bg-renk-dark{
    background-color: var(--renk-dark);
}

.tanisalim-left-block{
    position: relative;
    min-height: 75vh;
    padding:20px;
    padding-bottom: 0;
}
.tanisalim-left-block .umut-foto{
    width:378px;
    height: 372px;
    background: url(../img/uk-bw-cartoon2.png) bottom right no-repeat;
    background-size: 378px 372px;
    position: absolute;
    right: 0;
  
}
.ad-soyad-uk{
    
    font-size: 2.5rem;
    color: #FFF;
    font-weight: 600;
    font-family: 'Play';
}
.ad-soyad-uk span{
    font-weight: 100;
    
}

.dagilim-title{
    margin-top: 20px;
    padding: 2rem 1.2rem;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    
    background-image: 
    linear-gradient(0deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%), 
    linear-gradient(90deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%), 
    linear-gradient(180deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%), 
    linear-gradient(270deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%);

}

.tek-bar-baslik{
    text-align: left;
    font-weight: 400;
    font-family: 'Play',sans-serif;
    font-size: 1.2rem;
    margin-top: 10px;
}

.tanisalim-lb-title{
font-weight: bold;
font-size: 20px;
font-weight: 100;
}
.tanisalim-lb-title::after{
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background-color: var(--bs-cyan);
}
#dh-group img{
    max-width: 150px;
    filter: grayscale(1);
    margin: 0px auto;
}

.spot-baslik{
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
}

label{
    font-weight: normal;
}
.hataliBorder {
    border: 1px solid red;
}

.alert-warning,
body[data-layout-color=dark] .alert-warning {
    color: #313a46 !important;
    background-color: #ffe39a;
    border-color: #ffbc00;
    font-size: 1rem;
    line-height: 1.5;
}

.alert-warning.small,
.alert-warning .small,
body[data-layout-color=dark] .alert-warning.small,
body[data-layout-color=dark] .alert-warning .small {
    font-size: 0.95rem !important;
}

.alert-warning strong,
.alert-warning b,
.alert-warning .alert-link,
body[data-layout-color=dark] .alert-warning strong,
body[data-layout-color=dark] .alert-warning b,
body[data-layout-color=dark] .alert-warning .alert-link {
    color: #313a46;
}

.alert-success {
    color: #fff;
    background-color: #09b080;
    border-color: #08a679;
}
#ozetListe .btn, #ozetListe .alert{
    width: 110px !important;
    display: inline-block;
    font-size: 14px;
}
.dt-buttons {
    float: left !important;
    display: block;
}
.dt-button{
    margin-bottom: 20px !important;
    padding-right: 16px !important;
}
.dt-button.buttons-excel{
    background: #049e95;
    color: #FFF;
}
.dt-buttons .buttons-excel:hover{
    background: #025751 !important;

}
.dt-buttons *::before{
    font: normal normal normal 18px/1 "Material Design Icons";
    margin-right: 6px;    
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}
.dt-buttons .buttons-excel::before {
    content: "\f102d";
}

.dt-buttons .buttons-print::before{
    content:"\f042a";
}

.dt-button.buttons-print{
    background: #222222;
    color: #FFF;
}
.dt-buttons .buttons-print:hover{
    background: #000000 !important;

}

.dt-buttons .buttons-pdf::before{
    content:"\f0226";
    color: red;
}

tr.text-white td{
    color: #FFF !important;
}



    /* overlay  loading - spinner */
    
    .overlayLoading {
        width: 100%;
        height: 100%;
        position: fixed;
        opacity: 0.8;
        background-color: #FFF;
        z-index: 222;
        display: flex;
        top: 0;
        left: 0;
    }

    .blink-elem {
        animation: blinkEfekt 2s steps(5, start) infinite;
        -webkit-animation: blinkEfekt 1s steps(5, start) infinite;
      }
    
      @keyframes blinkEfekt {

        0%,
        50% {
            opacity: 0
        }
    
        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes blinkEfekt {

        0%,
        50% {
            opacity: 0
        }
    
        100% {
            opacity: 1;
        }
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
    .saat {
        position: relative;
        margin-top: 25px;
        left: -40px;
        height: 25px;
        width: 2px;
        background-color: black;
        -webkit-animation: spin 1.2s linear infinite;
        -moz-animation: spin 1.2s linear infinite;
        animation: spin 1.2s linear infinite;
        transform-origin: 10% 0%;
    }
    
    .lds-default {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    
    .lds-default div {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
    }
    
    .lds-default div:nth-child(1) {
        background: #ee6a5a;
        animation-delay: 0s;
        top: 37px;
        left: 66px;
    }
    
    .lds-default div:nth-child(2) {
        background: #1b2540;
        animation-delay: -0.1s;
        top: 22px;
        left: 62px;
    }
    
    .lds-default div:nth-child(3) {
        background: #c75484;
        animation-delay: -0.2s;
        top: 11px;
        left: 52px;
    }
    
    .lds-default div:nth-child(4) {
        background: #049e95;
        animation-delay: -0.3s;
        top: 7px;
        left: 37px;
    }
    
    .lds-default div:nth-child(5) {
        background: #50514f;
        animation-delay: -0.4s;
        top: 11px;
        left: 22px;
    }
    
    .lds-default div:nth-child(6) {
        background: #02C87B;
        animation-delay: -0.5s;
        top: 22px;
        left: 11px;
    }
    
    .lds-default div:nth-child(7) {
        background: #ee6a5a;
        animation-delay: -0.6s;
        top: 37px;
        left: 7px;
    }
    
    .lds-default div:nth-child(8) {
        background: #1b2540;
        animation-delay: -0.7s;
        top: 52px;
        left: 11px;
    }
    
    .lds-default div:nth-child(9) {
        background: #c75484;
        animation-delay: -0.8s;
        top: 62px;
        left: 22px;
    }
    
    .lds-default div:nth-child(10) {
        background: #049e95;
        animation-delay: -0.9s;
        top: 66px;
        left: 37px;
    }
    
    .lds-default div:nth-child(11) {
        background: #50514f;
        animation-delay: -1s;
        top: 62px;
        left: 52px;
    }
    
    .lds-default div:nth-child(12) {
        background: #02c87b;
        animation-delay: -1.1s;
        top: 52px;
        left: 62px;
    }
    
    @keyframes lds-default {
        0%,
        20%,
        80%,
        100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.5);
        }
    }

     
    /* overlay loading - END */
    
    .fadeOutThis {
        visibility: hidden;
        opacity: 0;
        transition: visibility 2s 2s, opacity 2s linear;
      }
      #addUserSbmtBtn{
        margin-left: 140px;
     }
     #addFileTypeForm{
        height: 0px;
        transition: height 0.4s ease-in;
     }


     .badge-danger-lighten{
        color: red;
        background-color: #FFF;
        font-size: 16px;
      }
.navbar-custom{
    background-color: var(--ct-bg-leftbar);
    z-index: 111 !important;
}
.nav-link.nav-user{  
    font-family: 'Exo2',sans-serif; 
    background-color: var(--ct-bg-leftbar);
}
.nav-user .account-position{
    float: left !important;
    margin-top: auto;
}


.triangle-right-absolute {
    position: absolute;
    bottom:2px;
    right: 2px;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 70px solid #555;
	border-bottom: 0px solid transparent;
    transition: all 0.4s ease-in;

}
.triangle-right-absolute .mdi{
    position: absolute;
    right: -60px;
    bottom: 0px;
    color: #FFF;
    font-size: 26px;
    z-index: 9;
}
.wrapper{
    margin-top: 80px;
    overflow: auto !important;
}
.dashboard-main-boxes{
    border: 1px solid !important;
    height: 100%;
}
.dashboard-main-boxes:hover .triangle-right-absolute{
	border-right: 70px solid var(--acikmavi);   
    color: #FFF;   
}
h4.header-title{
    background-color: var(--ct-bg-dark-topbar);
    color: #FFF;
    font-size: 18px;
    padding: 6px 10px;
}

body[data-leftbar-theme=dark][data-leftbar-compact-mode=condensed] .side-nav .side-nav-item:hover .side-nav-link {
    background: #325d97;
}

  
div.dataTables_wrapper ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 !important;
}
.paginate_button.paginate_button:hover{
    border: none !important;
    background-color: transparent;
    background: none !important;
}
 
.dataTables_filter input{
max-width: 180px;
float: right !important;
}
.dataTables_filter{
    min-width: 250px;
    float: right !important;
}


.daterangepicker .calendar-table td, .daterangepicker .calendar-table th{
    color: #011a1e;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #ffcc00;
    color: #fff;
}
.selectDates{
    font-weight: bold;
    color: #011a1e;
    font-size: 18px !important;
}

input.redPlaceholder::-moz-placeholder {
    color: #ff0000;
    opacity: 0.5;
    font-style: italic;
  }
  input.redPlaceholder::placeholder {
    color: #ff0000;
    opacity: 0.5;
    font-style: italic;
  }
  input.redPlaceholder::-ms-input-placeholder { /* Edge 12 -18 */
    color: #970000;
    opacity: 0.5;
    font-style: italic;
  }
.bootstrap-maxlength.bg-success{
    font-weight: normal !important;
    background-color: rgb(38 184 230) !important;
}
/* loading dots */

.lutfen_bekle:after {
    content: ' .';
    animation: dots 1.5s steps(5, end) infinite;
    padding-right: 20px;
}
@keyframes dots {

    0%,
    20% {
        color: rgba(0, 0, 0, 0);
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
    }

    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
    }

    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0, 0, 0, 0);
    }

    80%,
    100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}

/* loading dots  #END*/

input.aciklama{
    min-width: 400px;
}

.side-nav-link.active, .side-nav-second-level .active{
    color: #24e1d7 !important;
}
.customersRowLink a{
    font-size: 12px;
}
.customersRowLink a:hover{
    color: #FFF !important;
    background-color: #000000;
}
.customersRowLink .badge.invoiceStatus{
    font-size: 12px;
    
}

.customer_warn_msg{
    display: block !important;
    line-height: 20px !important;
}

.abonelik-formu {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
}
#abonelikUcretiContainer {
    display: none;
}
.is-invalid {
    border-color: #dc3545 !important;
}
.invalid-feedback {
    color: #dc3545;
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875em;
}

 
.sender_own_logo img{
    margin-top: -120px !important;
    margin-left: -100px !important;
    max-width: 400px;
    max-height: 200px;
 
}
.returnInvoiceRow{
    color: red !important;
}

body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) .side-nav{
    margin-top: 10px !important;
}

.form-control.miktar{
    max-width: 100px;
}

.pazaryeriUrunPasif{
    background-color: #ffc8c8;
}

input.satirMiktar{
    max-width: 100px;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgb(211, 211, 211);
}

tr[data-id] .urunBaslik{
    cursor: pointer;
}
.tavsiye_fiyat{
    font-size: 14px;
    color: #103ac4;
    cursor: pointer;
    font-weight: bold;
}

.pazaryeri_switch{
    display: block;
}
.listing-img-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}