﻿body {
    max-width:100vw;
    max-height:100vh;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #252930;
    font-weight: 600
}

a {
    color: #842029;
    text-decoration: none
}

a:hover {
    color: #a14048;
    cursor:pointer;
}

hr {
    background: #adb4c0
}

b, strong {
    font-weight: 600
}

.text-muted {
    color: #9fa7b5 !important
}

a.app-link {
    color: #252930;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(37,41,48,.3);
    text-decoration-color: rgba(37,41,48,.3)
}

a.app-link:hover {
    color: #15a362;
    -webkit-text-decoration-color: rgba(21,163,98,.8);
    text-decoration-color: rgba(21,163,98,.8)
}

button.close:focus {
    outline: none;
    box-shadow: none
}

.btn:hover, .btn:active, .btn:focus {
    text-decoration: none
}

.btn:focus, .btn.focus {
    box-shadow: none !important
}

.app-btn-primary {
    background: #15a362;
    color: #fff;
    border-color: #15a362
}

.app-btn-primary:hover {
    color: #fff;
    background: #18ba70;
    border-color: #18ba70
}

.app-btn-secondary {
    background: #fff;
    color: #5d6778;
    border: 1px solid #bcc1cb
}

.app-btn-secondary:hover {
    color: #15a362;
    border: 1px solid #15a362;
    background: #fff
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    color: #5d6778
}

.form-check-input:checked {
    background-color: #15a362;
    border-color: #15a362
}

.dropdown-menu {
    border-color: #e7e9ed
}

.dropdown-menu .dropdown-item {
    padding: .3rem 1rem
}

.dropdown-menu .dropdown-item:hover {
    color: #252930
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background: #fafbff
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background: #fafbff
}

.dropdown-divider {
    border-top-color: #e7e9ed;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.dropdown-toggle.no-toggle-arrow:after {
    display: none !important
}




.app {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
}

.app-wrapper {
    display: flex;
    margin-top: 0.5rem;
    margin-left:0.5rem;
    margin-right:0.5rem;
    margin-bottom: 2rem;

    transition: all .4s ease-in-out;
}

@media(prefers-reduced-motion: reduce) {
    .app-wrapper {
        transition: none
    }
}

.app-content {
    flex-grow: 1;
}




.app-header {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.1);
    border-bottom: 1px solid #e7e9ed;
    background: #fff;
    width: 100%;
}

.app-header-inner {
    position: relative;
}

.app-utility-item {
    font-size: 9pt;
    font-weight: 600;
    display: inline-block;
    margin-right: 1.25rem;
}


    .app-utility-item > a {
        color: #5d6778
    }

        .app-utility-item > a:hover {
            color: #252930
        }

    .app-utility-item .dropdown-toggle {
        position: relative
    }

    .app-utility-item .dropdown-menu {
        font-size: .875rem;
        margin: 0
    }

        .app-utility-item .dropdown-menu.show {
            top: 16px !important
        }

    .app-utility-item .icon {
        font-size: 1.25rem;
        width: 24px;
        height: 24px
    }

    .app-utility-item .icon-badge {
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -.45rem;
        top: -.3rem;
        width: 20px;
        height: 20px;
        font-size: .6rem;
        font-weight: 700;
        padding-top: 1px;
        color: #fff;
        text-align: center
    }

        .app-utility-item .icon-badge.icon-badge {
            background: #ec776c;
            border: 2px solid #fff
        }

.app-basketpanel {
    display: none;
}

.tc {
    text-align: center;
}

@media(min-width: 2500px) {
    .app-basketpanel {
        position: fixed;
        width: calc((100vw - 1960px) / 2);
        min-height: calc(100vh);
        height: 100%;
        right: 0.3rem;
        top: 0.3rem;
        font-size: 1rem;
        display: inline-block;
    }

        .app-basketpanel .panel-drop {
            display: none
        }

        .app-basketpanel > h5, .app-basketpanel > h6 {
            text-align: center;
            background: #5d6778;
            color: azure;
            padding: 0.5rem;
            margin: 0;
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
        }
}





footer {
    background:#FFF;
    height: 3.3rem;
    color: #202020;
    font-weight: bold;
    box-shadow: 0 -1px 0px 0 rgba(0,0,0,.1);
    border-top: 1px solid #e7e9ed;
    width:100%;
}

footer a {
    color: #555;
}

.footer-icons {
    margin: 0;
    padding: 0;
}

.footer-icons > a {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-grid;
    border-right: 1px solid rgba(0,0,0,.1);
    line-height: 2rem;
}

.footer-icons > a:last-child {
    border-right: 0;
}

.footer-icons > a > i {
    margin: 0;
    padding: 0rem 0.7rem;
    font-size: 1.8rem;
}

@media(min-width: 780px) {
    .footer-icons {
        display: none;
    }
}


/* sidewidth */
@media(max-width: 500px) {
    .app-header-inner {
        padding-top:.8rem;
        padding-left:.3rem;
        padding-right:.3rem;
        padding-bottom:.5rem;
    }
    .app-wrapper{
        padding-bottom:3.5rem;
    }
}

.app-sidepanel {
    position: relative;
    height: calc(100vh - 7rem);
    min-height: calc(100vh - 7rem);
    left: 0;
    font-size: .875rem;
    width: 16rem;
    margin-right:0.5rem;
}

.app-sidepanel .panel-drop {
    display: none
}

/* sidewidth */
.app-sidepanel .sidepanel-inner {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: rgba(0,0,0,.05) 0 8px 15px;
    width: 100%;
    height: 100%;
}

.app-sidepanel .sidepanel-close {
    display: none;
    position: absolute;
    z-index: 9;
    right: 0.1rem;
    top: 0.1rem;
    color: #000;
    font-size: 1.5rem;
    border: 2px solid #000;
    padding: 0rem 0.6rem 0.3rem 0.6rem;
    border-radius: 0.5rem;
}

.app-sidepanel .sidepanel-close:hover {
    background-color: #F00;
    color: #FFF;
}


.app-sidepanel.sidepanel-hidden {
    left: -20rem;
}

.app-sidepanel.sidepanel-visible {
    left: 0;
    min-width:16rem;
    
}

.app-sidepanel .app-nav-main {
    overflow-y: auto;
    scrollbar-color: rgba(0,0,0,.1) #e7e9ed;
    scrollbar-width: thin;
}

.app-sidepanel .app-nav-main::-webkit-scrollbar {
    width: 6px;
    background-color: #e7e9ed;
}

.app-sidepanel .app-nav-main::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.1);
    border-radius: .5rem;
}

.app-branding {
    width: 16rem;
    height: 3.5rem;
    padding: 0.2rem;
    max-width: 16rem;
    max-height: 3.5rem;
}

.app-branding .app-logo {
    width: 16rem;
    height:3rem;
    min-height: 3rem;
    align-self: center;
    justify-self: center;
    max-height: 3.5rem;
    max-width: 220px;
}

.app-nav {
    color: #5d6778;
    display: block;
    padding: 0;
    width: 100%
}

.app-nav .app-menu {
    margin-bottom: 0
}

.app-nav .nav-item {
    display: block;
    color: #5d6778;
    background: #fff
}

.app-nav .nav-link {
    width: 100% !important;
    border-left: 0 !important;
    margin: 0;
    border-bottom: 1px solid #eee;
    color: #000;
    text-align: left !important;
    background: #fff;
    position: relative;
    height: 56px !important;
    border-radius: 0;
}

.app-nav .nav-link.active {
    color: crimson;
    background-color: lightcyan;
    border-left: 3px solid #f5c2c7;
    font-weight: 500
}

.app-nav .nav-link.submenu-toggle.active {
    background: none;
    border-color: transparent
}

.app-nav .nav-link:hover {
    color: #000;
    background-color: lightskyblue;
}


.app-nav .nav-icon i {
    position: absolute;
    left: 1px;
    top: 3px;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 50%;
}

.app-nav .nav-link:hover .nav-icon i {
    color: black;
}

.app-nav .nav-link-text {
    position: absolute;
    left: 3rem;
    text-transform: capitalize;
    letter-spacing: .4px;
    top: 3px;
    font-size: 18px;
}


.app-nav .nav-link-subtext {
    bottom: 4px;
    top: unset;
    font-weight: 350;
    letter-spacing: .1px;
    color: #666;
    display: block !important;
    left: 3rem;
    position: absolute;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
}

.app-nav .nav-link:hover .nav-link-subtext {
    color: black;
}

.app-nav .submenu-arrow {
    position: absolute;
    right: 1rem;
    top: .7rem;
    color: #828d9f
}

.app-nav .submenu-arrow svg {
    width: 14px;
    height: 14px
}

.app-nav .submenu-toggle {
    transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .app-nav .submenu-toggle {
        transition: none
    }
}

.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow {
    color: #252930
}

.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow svg {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.app-nav .submenu-item {
    margin-bottom: 0
}

.app-nav .submenu-link {
    color: #5d6778;
    font-size: .875rem;
    margin-left: 2rem;
    padding: .5rem 1rem;
    padding-left: 1rem;
    position: relative;
    display: block;
    margin-bottom: 0
}

.app-nav .submenu-link:before {
    background-color: #e7e9ed;
    content: " ";
    display: inline-block;
    height: inherit;
    left: 0;
    position: absolute;
    width: 2px;
    height: 100%;
}

.app-nav .submenu-link:hover {
    color: #252930
}

.app-nav .submenu-link.active {
    color: #15a362
}

.app-nav .submenu-link.active:before {
    background-color: #15a362
}

.app-sidepanel .temsilci {
    background-color: #e2e3e5;
    border-radius: 6px !important;
    margin: 10px;
    padding: 10px;
    color: #41464b;
    font-size: 12px
}

.app-sidepanel-footer {
    width: 100%;
    bottom: 2rem;
    left: 0;
    border-top: 1px solid #e7e9ed;
    background: #f5f6fe
}

.app-sidepanel-footer .app-nav-footer {
    margin-bottom: 2rem;
}

.app-sidepanel-footer .app-nav-footer .nav-link {
    height: 38px !important;
}

.app-sidepanel-footer .app-nav-footer .nav-icon i {
    top: 0px;
}

.app-sidepanel-footer .app-nav-footer .nav-link-text {
}

.app-sidepanel-footer .app-nav-footer .nav-link-subtext {
}

@media(max-width: 1199.98px) {
    .app-sidepanel {
        transition: all .4s ease-in-out;
        left: -20rem;
        position: absolute;
        top: 0;
        height: calc(100vh - 3.3rem);
        width:20rem;
    }
    .app-branding .logo {
        max-width: 190px;
        margin-right: 2rem;
    }
}

@media(max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .app-sidepanel {
        transition: none
    }
}

@media(max-width: 1199.98px) {
    .app-sidepanel.sidepanel-visible {
        display: block
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-close {
        display: inline-block
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-drop {
        position: fixed;
        display: block;
        min-height: 100vh;
        height: 100%;
        width: 100%;
        min-width: 100vw;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.35)
    }
}
@media(max-width: 600px) {

    .app-sidepanel-footer .app-nav-footer {
        margin-bottom: 3.3rem;
    }
    .carousel-item {
       
    }
    .carousel-item > img {
        position:relative;
        height: 100px;
        width: auto;
    }
}



/* sidewidth */
@media(min-width: 1200px) {
    .carousel-item > img {
        width: 100%;
    }
}

#miktar {
    padding-left: 0.1em;
    padding-right: 0.1em;
}

#birimFiyat {
    text-align: end;
}


.app-cari-dropdown {
    max-width: 150px;
}

.partButton {
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    
}

.partButton a {
    padding: 0.2rem;
    border: 1px solid #CCC;
    background-color: #FFF;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
    width: 8rem;
    display: grid;
    color:-revert-layer;
    flex-grow:1;
}

@media(max-width: 431px) {
    .partButton a {
        width: 7.5rem;
    }
}

@media(max-width: 390px) {
    .partButton a {
        width: 7.2rem;
    }
    .footer-icons a i{
        padding: 0rem 0.5rem;
    }
}
@media(max-width: 375px) {
    .partButton a {
        width: 7rem;
    }
}

.partButton a > i {
    font-size: 3.75rem;
    display: grid;
    padding-top: 0.3rem;
}

.partButton a > span {
    font-size: 1rem;
    font-weight:normal;
    display: grid;
}

.partButton a > label {
    display: none;
}
.partButton a:hover {
    color:black;
}
.partButton a:last-child {
    margin-right: 0;
}
@media(min-width:8200px) {
    .partButton a {
        background-color:transparent;
    }
    .partButton a:nth-child(1) {
        background-color: lightsalmon;
    }

    .partButton a:nth-child(2) {
        background-color: lightcoral;
    }

    .partButton a:nth-child(3) {
        background-color: lightcyan;
    }

    .partButton a:nth-child(4) {
        background-color: lightpink;
    }

    .partButton a:nth-child(5) {
        background-color: lightyellow;
    }

    .partButton a:nth-child(6) {
        background-color: lightgreen;
    }

    .partButton a:nth-child(7) {
        background-color: lightsalmon;
    }

    .partButton a:nth-child(8) {
        background-color: lightcoral;
    }

    .partButton a:nth-child(9) {
        background-color: lightcyan;
    }

    .partButton a:nth-child(10) {
        background-color: lightpink;
    }

    .partButton a:nth-child(11) {
        background-color: lightyellow;
    }

    .partButton a:nth-child(12) {
        background-color: lightgreen;
    }
}


.input-group i.cbtn {
    margin: auto;
    font-size: 1.2rem;
}

.input-group i.cbtn:hover {
    color: red;
}



.card-product {
    height: 100%;
}

    .card-product:hover {
        border-color: aqua;
    }

.card-product-list {
    height: 100%;
    width: 49%;
    max-width: 49%;
}

    .card-product-list:hover {
        border-color: aqua;
    }

@media(max-width: 450px) {
    .card-product-list {
        width: 99%;
        max-width: 99%;
    }
}

@media(min-width: 1200px) {
    .card-product-list {
        width: 32.7%;
        max-width: 32.7%;
    }
}
@media(min-width: 1700px) {
    .card-product-list {
        width: 24.5%;
        max-width: 24.5%;
    }
}

@media(min-width: 1200px) {
    footer {
        z-index: 1030;
        height:2rem;
    }
}



.app-page-title {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1.5rem
}

.app-card {
    position: relative;
    background: #fff;
    border-radius: .25rem
}

    .app-card.border-left-decoration {
        border-left: 3px solid #15a362
    }

    .app-card .app-card-link-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0
    }

    .app-card .app-card-header {
        border-bottom: 1px solid #e7e9ed
    }

    .app-card .app-card-title {
        font-size: 1.125rem;
        margin-bottom: 0
    }

    .app-card .card-header-action {
        font-size: .875rem
    }

        .app-card .card-header-action a:hover {
            text-decoration: underline
        }

    .app-card .form-select-holder {
        display: inline-block
    }

    .app-card .btn-close {
        padding: 1rem
    }

        .app-card .btn-close:focus {
            box-shadow: none
        }

.app-card-stat {
    text-align: center;
    padding: 0.3rem;
}

.app-card-stat .stats-type {
    color: #828d9f;
    text-transform: uppercase;
    margin-bottom: 0rem !important;
}

.app-card-stat .stats-figure {
    font-size: 1.3rem;
    color: #252930;
}

.app-card-stat .stats-meta {
    font-size: .875rem;
    color: #828d9f
}

.app-card-progress-list .item {
    position: relative;
    border-bottom: 1px solid #e7e9ed
}

.app-card-progress-list .item:hover .title {
    color: #252930
}

.app-card-progress-list .item:last-child {
    border: none
}

.app-card-progress-list .item .title {
    font-size: .875rem;
    font-weight: 500
}

.app-card-progress-list .item .meta {
    font-size: .875rem;
    color: #828d9f
}

.app-card-progress-list .item-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.app-card-progress-list .progress {
    height: .5rem
}

.app-card-stats-table .table {
    font-size: .875rem
}

.app-card-stats-table .meta {
    color: #828d9f;
    font-weight: 500;
    font-size: .875rem
}

.app-card-stats-table .stat-cell {
    text-align: right
}

.app-card-basic {
    height: 100%
}

.app-card-basic .title {
    font-size: 1rem
}

.app-card .app-icon-holder {
    display: inline-block;
    background: #edfdf6;
    color: #15a362;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%
}

.app-card .app-icon-holder.icon-holder-mono {
    background: #f5f6fe;
    color: #828d9f
}

.app-card .app-icon-holder svg {
    width: 24px;
    height: 24px
}

.app-card .app-card-body.has-card-actions {
    position: relative;
    padding-right: 1rem !important
}

.app-card .app-card-body .app-card-actions {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: .75rem;
    top: .75rem
}

.app-card .app-card-body .app-card-actions:hover {
    background: #f5f6fe
}

.app-card .app-card-body .app-card-actions .dropdown-menu {
    font-size: .8125rem
}

.app-card-doc:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.app-card-doc .app-card-thumb-holder {
    background: #e9eaf1;
    text-align: center;
    position: relative;
    height: 112px
}
    
.app-card-doc .app-card-thumb-holder .app-card-thumb {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.app-card-doc .app-card-thumb-holder .thumb-image {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    width: 100%;
    height: auto
}

.app-card-doc .app-card-thumb-holder:hover {
    background: #fafbff
}

.app-card-doc .app-card-thumb-holder:hover .thumb-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.app-card-doc .app-card-thumb-holder .badge {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.app-card-doc .app-card-thumb-holder .icon-holder {
    font-size: 40px;
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding-top: 10px
}

.app-card-doc .app-card-thumb-holder .icon-holder .pdf-file {
    color: #da2d27
}

.app-card-doc .app-card-thumb-holder .icon-holder .text-file {
    color: #66a0fd
}

.app-card-doc .app-card-thumb-holder .icon-holder .excel-file {
    color: #0da95f
}

.app-card-doc .app-card-thumb-holder .icon-holder .ppt-file {
    color: #f4b400
}

.app-card-doc .app-card-thumb-holder .icon-holder .video-file {
    color: #935dc1
}

.app-card-doc .app-card-thumb-holder .icon-holder .zip-file {
    color: #252930
}

.app-card-doc .app-doc-title {
    font-size: .875rem
}

.app-card-doc .app-doc-title a {
    color: #252930
}

.app-card-doc .app-doc-title.truncate {
    max-width: calc(100% - 30px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.app-card-doc .app-doc-meta {
    font-size: .75rem
}

.table-search-form .form-control {
    height: 2rem;
    min-width: auto
}

.app-dropdown-menu {
    font-size: .875rem
}

.app-nav-tabs {
    background: #fff;
    padding: 0
}

.app-nav-tabs .nav-link {
    color: #5d6778;
    font-size: .875rem;
    font-weight: 700
}

.app-nav-tabs .nav-link.active {
    color: #15a362;
    border-bottom: 2px solid #15a362
}

.app-nav-tabs .nav-link.active:hover {
    background: none
}

.app-nav-tabs .nav-link:hover {
    background: #edfdf6;
    color: #15a362
}

.app-card-account {
    height: 100%
}

.app-card-account .item {
    font-size: .875rem
}

.app-card-account .item .profile-image {
    width: 60px;
    height: 60px
}

.app-card-account .item .btn-sm, .app-card-account .item .btn-group-sm > .btn {
    padding: .125rem .5rem;
    font-size: .75rem
}

.settings-section .section-title {
    font-size: 1.25rem
}

.settings-section .section-intro {
    font-size: .875rem
}

.app-card-settings {
    font-size: 1rem
}

.app-card-settings .form-label {
    font-weight: 700
}

.app-card-settings .form-control {
    font-size: 1rem
}

.app-404-page {
    padding-top: 2rem
}

.app-404-page .page-title {
    font-size: 3rem;
    line-height: .8;
    font-weight: 700
}

.app-404-page .page-title span {
    font-size: 1.5rem
}

.chart-container {
    position: relative
}

.app-table-hover > tbody > tr:hover {
    background-color: #fafbff
}

.app-card-notification .notification-type .badge {
    font-size: .65rem;
    text-transform: uppercase
}

.app-card-notification .profile-image {
    width: 60px;
    height: 60px
}

.app-card-notification .notification-title {
    font-size: 1.125rem
}

.app-card-notification .notification-content {
    font-size: .875rem
}

.app-card-notification .notification-meta {
    font-size: .75rem;
    color: #828d9f
}

.app-card-notification .action-link {
    font-size: .875rem
}

.app-card-notification .app-card-footer {
    background: #fafbff
}

@media(min-width: 1200px) {
    .table-search-form .form-control {
        min-width: 300px
    }
}

@media(max-width: 575.98px) {
    .app-card-stat .stats-figure {
        font-size: 1.125rem
    }

    .app-card-stat .stats-type {
        font-size: .75rem
    }
}

.app-login .auth-background-holder {
    background: url(../images/background/ysr-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.app-signup .auth-background-holder {
    background: url(../images/background/background-2.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.app-reset-password .auth-background-holder {
    background: url(../images/background/background-3.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

.auth-main-col, .auth-background-col {
    position: relative
}

.auth-background-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0,0,0,.1)
}

.auth-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11
}

    .auth-background-overlay .overlay-title {
        color: #fff;
        font-size: 1rem;
        font-weight: 700
    }

    .auth-background-overlay .overlay-content {
        background: rgba(37,41,48,.6);
        color: #fff
    }

    .auth-background-overlay .overlay-content a {
        text-decoration: underline;
        color: #fff
    }

    .app-auth-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .app-auth-wrapper {
        background: #fff;
        height: 100vh
    }

    .app-auth-wrapper .app-auth-body {
        width: 360px
    }

    .app-auth-wrapper .app-logo .logo-icon {
        max-width: 220px;
        height:auto;
    }

    .app-auth-wrapper .auth-heading {
        font-size: 1.5rem
    }

    .app-auth-wrapper .form-control::-webkit-input-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .form-control:-moz-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .form-control::-moz-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .form-control:-ms-input-placeholder {
        color: #828d9f
    }

    .app-auth-wrapper .legal-note {
        font-size: .875rem
    }

    .app-auth-wrapper .extra {
        font-size: .75rem
    }

    .app-auth-wrapper .extra a {
        text-decoration: underline;
        color: #828d9f
    }

    .app-auth-wrapper .extra a:hover {
        color: #5d6778
    }

    .app-auth-wrapper .auth-heading-desc {
        font-weight: 500;
        font-size: 1.125rem
    }

    .app-auth-wrapper .legal-note {
        font-size: .75rem
    }

    .app-auth-wrapper .auth-option {
        font-size: .875rem
    }

.app-auth-footer .copyright {
    font-size: .75rem;
}

.mobil-gizle {
    display: inline-block !important
}

.mobil-goster {
    display: none !important
}

@media(max-width: 767.98px) {
    .app-nav .nav-link {
        padding: 0.5rem 3rem;
    }

    .app-utility-item {
        margin-right: 2px;
    }

    .auth-background-col {
        display: none
    }

    .app-auth-wrapper .app-auth-body {
        width: 100%
    }

    .mp5 {
        margin: 10px 0
    }

    .mobil-gizle {
        display: none !important
    }

    .mobil-goster {
        display: block !important
    }

    .mobil-kucult {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.8rem;
    }
}

.nav-icon i {
    font-size: 20px
}

.kur-bilgileri {
    padding: 10px;
    padding-bottom: 0
}

.badge {
    font-size: .875em;
    font-weight: 600
}

.table > tbody > tr > td {
    padding: 6px;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle
}

.sl-overlay {
    background: #000 !important
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.nav-tabs .nav-link {
    color: #000;
    font-weight: 600
}

.btn-sepet {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important
}

div.dt-buttons {
    position: relative;
    float: right;
}

.cp{
    cursor: pointer;
}

.row-master {
    background-clip: padding-box;
    cursor: pointer;
}

.row-child {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-small{
   
}
.modal-small .modal-header {
    padding: 0.3rem 0.8rem 0.3rem 0.8rem !important;
}
.modal-small .modal-header .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.modal-small .modal-header .btn-close{
    border:1px solid #F00;
    color:#F00;
}
.modal-small .modal-body {
    padding: 0.5rem !important;
}
.modal-small .modal-footer {
    padding: 0.1rem !important;

}
.modal-small .modal-footer .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.carousel{
    margin-bottom:0 !important;
}



.toggle-on.btn {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
.toggle-off.btn {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}
:root {
    --bs-breakpoint-xl: 1367px;
    --bs-breakpoint-xxl: 1400px;
}

.hidden {
    visibility: hidden;
}

.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    // z-index: 1000;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    z-index: 1109;
}

.popup-spinner {
    margin-top: 15%;
    top: 0;
    // position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1110;
}

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: orange;
        animation: loading 2s linear infinite;
    }
@media print {
    @page {
        size: A4 portrait;
        margin: 0 !important;
    }
    html, body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    body {
        transform: scale(0.9); 
        transform-origin: top center;
        width: 111%; 
        max-width:111%;
        font-size:10pt;
    }
    h6 {
        padding: 1em !important;
    }
    .card, .container, .row, .col, .table, .app-wrapper, .app-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding:0 !important;
        box-shadow: none !important;
    }
    .card {
        border: 1px solid #000 !important;
        padding: 0.5rem !important;
    }

    * {
        box-sizing: border-box;
    }
    .page-break {
        break-before: always !important; /* modern tarayıcılar */
        page-break-before: always !important; /* eski tarayıcılar */
        display: block !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}
