@import url('pace.css');
@import url('essential.css');
@import url('icon.css');
@import url('simple-line-icons.css');
@import url('font-awesome.min.css');
@import url('perfect-scrollbar.css');
@import url('animate.css');
@import url('waitMe.min.css');

/* ── Değişkenler ──────────────────────────────────────────── */

:root {
    --rdd-bg: #ffffff;
    --rdd-border: rgba(0, 0, 0, 0.10);
    --rdd-shadow: 0 4px 28px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.06);
    --rdd-radius: 10px;
    --rdd-item-radius: 6px;
    --rdd-accent: #534AB7;
    --rdd-accent-light: #7F77DD;
    --rdd-z: 9999;
    --rdd-item-color: #ffff;
}

.wws-popup-container{
    z-index: 9999 !important;
}

.badge-success{
    background-color: #d8f3dc !important;
    color: #155724 !important;
}

.badge-dark {
    background-color: #e2e3e5 !important;
    color: #343a40 !important;
}

.badge-danger{
    background-color: #ffa69e !important;
    color: #c71f2d !important;
}

body,
.wrapper {
    min-height: 100vh;
    position: relative;
}

body {
    overflow-x: hidden !important;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}

a:hover {
    text-decoration: none;
}

*:focus,
*:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.notices svg {
    width: 20px;
    height: 20px;
    fill: #4b1113;
    display: inline-block;
}

.admonitionL {
    text-transform: uppercase;
    font-weight: bold;
}

.admonitionL span {
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: middle;
}

.bg-table-grey {
    background: #f8f9f9;
}

.sadmin-only {
    border: 2px solid rgb(67, 133, 245);
    padding: 10px 8px 0px;
    border-radius: 5px;
    background: rgba(46, 93, 171, .1);
    margin: 2px -10px 0 -10px;
}

.sadmin-label {
    position: absolute;
    top: -0.75rem;
    right: 1rem;
    padding: 0 0.5rem;
    font-size: 0.9rem;
    color: white;
    background: rgb(67, 133, 245);
    border-radius: 3px;
}

.sadmin-button {
    padding: 1.5rem 15px 1.5rem 0;
    margin-bottom: 0;
}

.panel-body .sadmin-button {
    padding: 1.5rem 0 1.5rem 0;
}

.form-horizontal .btn {
    margin-bottom: 0;
}

.content.dashboard_v1 {
    margin-top: 100px;
}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {
    margin: 1.7rem 0;
    font-size: 15px;
}

.btn-primary:hover {
    color: #fff;
}

.content-wrapper, .p0 {
    padding: 15px 15px 0px 15px;
    border-radius: 0.25rem;
    /*    box-shadow: 0 3px 9px 0 rgb(169 184 200 / 15%);*/
}

.popup-newletter {
    position: relative;
}

.mvh100 {
    min-height: 100vh;
}

.mvh100 .payment-header {
    margin-bottom: 15px;
    margin-top: 15px;
}

.popup-newletter .newsletter-wrappers {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: block;
}

.popup-newletter.popup_bgs .newsletter-wrappers .popup_bg {
    background: rgba(45, 45, 50, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.popup-newletter .newsletter-wrappers .popup_bg {
    opacity: 0;
    visibility: hidden;
}

.popup-newletter.popup_bgs .newsletter-wrappers .popup-wraper {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.popup-newletter .newsletter-wrappers .popup-wraper {
    margin: 0 auto;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.popup-newletter .newsletter-wrappers .popup-wraper .popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #d9534f !important;
    border: 1px solid #d9534f !important;
    border-radius: 5px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -15px;
    z-index: 9;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    transition: all .3s ease-in-out;

    &:hover {
        background: #ffff !important;
        color: #d9534f !important;
    }
}

.heading-elements .list-inline li a.btn-success {
    display: flex;
    align-items: center;
    justify-content: center;
}


.popup-newletter .newsletter-wrappers .popup-wraper .ss-custom-oca-popup {
    position: relative;
    background: #fff;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info {
    padding: 50px 35px;
    text-align: center;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .popup-title h4 {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 24px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .short-description {
    margin: 0 0 30px;
    color: #222;
    font-size: 15px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .hidden-popup {
    text-transform: uppercase;
    border-bottom: 1px dotted;
    font-size: 12px;
    color: #666;
    margin-top: 30px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .hidden-popup input {
    position: relative;
    top: 3px;
}

.popup-newletter .newsletter-wrappers .popup-wraper .wrap-info .socials-popup li {
    display: inline-block;
    margin: 20px 10px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .popup-newletter.popup_bgs .newsletter-wrappers .popup-wraper {
        width: 100% !important;
        padding: 10px !important;
    }
}

ul.doviz-kurlari {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 2px;
    padding-right: 10px;
}

.doviz-kurlari li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 2px;
}

.doviz-kurlari {
    margin-left: -10px;
}

.wrapper_bg {
    background-color: #f7f7f8 !important;
    box-shadow: 0px 0px 0px rgb(69 101 173 / 10%) !important;
    padding: 0px !important;
}

.pvp_head_bg {
    padding: 15px 2rem 1px 2rem;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgb(69 101 173 / 10%);
}

.clear_fl {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    align-items: center;
}

.panel-footer {
    margin-bottom: -20px;
}

.clear_fl input:hover {
    opacity: 0.8
}

.search_bg:hover {
    opacity: 0.8
}

.form-group.datedurum {
}

.form-group.datedurum label.radio-inline {
    width: 80px;
}

@media (max-width: 1200px) {
    .pvr-box {
        padding: 1.5rem 1rem 4.5rem 1rem;
    }

    .content-wrapper, .p0 {
        padding: 15px 2rem 70px 2rem;
    }
}

@media (max-width: 574.98px) {
    .pvr-box {
        padding: 1.5rem 1rem;
    }

    .content-wrapper, .p0 {
        padding: 15px 1rem 0 1rem;
    }
}

.content-wrapper.pvr-box.col-md-6.offset-md-3 {
    padding: 25px 30px;
}

.form-control,
.input-group-addon,
.tagsinput,
.navbar,
.navbar .alert {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product_image .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.standarttemp.urun-kutusu {
    /*  border: 2px solid rgba(206, 206, 206, 0.18);*/
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
    display: table;
}

.homecol2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*
.standarttemp.urun-kutusu .sag-kisim{
    padding:10px;
}
*/
.sag-kisim .quick_buton {
    padding: 10px;
}

.sag-kisim .options {
    min-height: 38px;
    margin-top: 10px;
    padding: 0px 15px;
}

.standarttemp.urun-kutusu .isim {
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    margin: 5px 0;
    font-size: 13px;
    min-height: 40px;
}

.standarttemp.urun-kutusu .stokkode {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.options .form-control {
    font-size: 13px;
    margin-top: 10px;
}

.quick_buton {
    margin-top: 10px;
}

.quick_buton .btn {
    padding: 8px 15px;
}

.standarttemp.urun-kutusu .fiyat {
    text-align: center;
    margin-top: -5px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    /*padding-bottom: 10px;*/
}

.header_flex_ #page_header_title img {
    max-width: 210px;
}

#product_options .error {
    color: red;
    font-size: 13px;
}

.sepetGoster .list-item li {
    list-style: none;
    margin-left: 0px;
}

.sepetGoster .list-item {
    margin-top: 10px;
}

.sepetGoster .list-item ul {
    margin-left: 0px;
    padding-left: 0px;
}


.btn {
    -webkit-transition: all 60ms ease-in;
    -moz-transition: all 60ms ease-in;
    -o-transition: all 60ms ease-in;
    -ms-transition: all 60ms ease-in;
    transition: all 60ms ease-in;
}

.btn {
    font-weight: 400;
    padding: 8px 16px;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 0.875rem;
    line-height: 1.42857143;
    box-shadow: unset !important;
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 8px 16px;
}

.btn-round {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
}

.visible-on-sidebar-regular {
    display: inline-block !important;
}

.visible-on-sidebar-mini {
    display: none !important;
}

.ti-placeholder {
    display: none !important;
}

span.ti-cursor {
    visibility: hidden;
}

.rotate_35 {
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.table td {
    font-size: 14px !important;
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}

.f-s-22 {
    font-weight: 600;
}

.element-info-text h2, .element-info-text p {
    text-align: center;
}

.sub-menu .nav-link {
    padding: 0px 15px !important;
}

/* LoadingCss */

.preloader {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 99999999;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/daynex_gif.gif) 50% 50% no-repeat #ffffff;
    background-size: 150px;
}

.preloader:after {
    content: "yükleniyor..";
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 30px 0 0 -20px;
}

.preloader .loading h2,
.preloader .loading .progress {
    display: none;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/* SideBarCss */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
}

.sidebar .sidebar-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.sidebar,
.main-panel,
.sidebar-wrapper,
.navbar-fixed,
.navbar-minimize {
    -webkit-transition-property: top, bottom, width;
    transition-property: top, bottom, width;
    -webkit-transition-duration: .2s, .2s, .35s;
    transition-duration: .2s, .2s, .35s;
    -webkit-transition-timing-function: linear, linear, ease;
    transition-timing-function: linear, linear, ease;
    -webkit-overflow-scrolling: touch;
}

.sidebar:before {
    opacity: .33;
    background: #000000;
}

.sidebar:after,
.sidebar:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.sidebar .sidebar-wrapper {
    position: relative;
    max-height: calc(100vh - 75px);
    min-height: 100%;
    overflow: auto;
    width: 260px;
    z-index: 4;
    padding-bottom: 100px;
}

.sidebar .logo {
    padding: 12px 0px 9px;
    margin: 0;
    position: relative;
    z-index: 4;
    display: block;
}

.sidebar .logo:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: calc(100% - 30px);
    height: 1px;
}

.sidebar .logo:before,
.bootstrap-navbar .logo:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.sidebar .logo a.logo-mini {
    float: left;
    width: 40px;
    text-align: center;
    margin-left: 23px;
    margin-right: 5px;
    position: relative;
}

.sidebar .logo .simple-text {
    text-transform: uppercase;
    padding: 5px 0px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
    color: #FFFFFF;
    overflow: hidden;
}

.sidebar .logo a.logo-normal {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.sidebar .user {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-top: 20px;
}

/*
.sidebar .user .photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 11px;
    margin-left: 23px;
    z-index: 5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
*/
.sidebar .user .photo img {
    width: 100%;
}

.sidebar .user .info a {
    padding: 8px 14px 8px 0px;
    display: block;
    white-space: nowrap;
    line-height: 18px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.sidebar .user .info span {
    position: relative;
    /*  display: block;*/
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.sidebar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 13px;
    position: absolute;
    right: 0;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.sidebar .user .info .caret {
    right: 15px;
    top: -5px;
}

.sidebar .nav {
    float: none;
    display: block;
}

.sidebar .nav li.last-child {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
}

.sidebar .user .info a {
    padding: 8px 14px 8px 0px;
    display: block;
    white-space: nowrap;
    line-height: 18px;
}

.sidebar .user .profile-dropdown {
    text-align: left !important;
    padding-left: 25px !important;
}

.sidebar .user a {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.sidebar .user .profile-dropdown .sidebar-mini {
    margin-right: 0;
    font-size: 14px;
}


.sidebar .user .profile-dropdown .sidebar-normal {
    left: 15px;
}

.sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal {
    margin: 0;
    position: relative;
    transform: translateX(0px);
    opacity: 1;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.off-canvas-sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal {
    margin: 0;
    position: relative;
    transform: translateX(0px);
    opacity: 1;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar .nav .nav-item.active .nav-link {
    color: #FFFFFF;
    opacity: 1;
    background: rgba(0, 0, 0, 0.20);
}

.sidebar .nav .nav-item .nav-link {
    color: #FFFFFF;
    margin: 5px 10px 0px 10px;
    opacity: .86;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    white-space: nowrap;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.sidebar .nav .nav-item .nav-link i {
    font-size: 18px;
    /*  margin-right: 15px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    float: left;*/
}

.sidebar .sidebar-wrapper .nav .nav-link p {
    margin: 0;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    display: block;
    height: auto;
    opacity: 1;
}

.sidebar .nav .nav-item .nav-link.sub_link i {
    font-size: 12px;
    line-height: 30px;
    margin-right: 0;
}

.sidebar .parent_menu {
    padding-left: 15px;
}

.sidebar .sidebar-wrapper .nav .nav-item [data-toggle="collapse"] ~ div .nav .sidebar-normal {
    left: 15px;
}

.sidebar .sidebar-background {
    position: absolute;
    z-index: 1;
}

.sidebar[data-image]:after,
.sidebar.has-image:after {
    opacity: .95;
}

/*
.sidebar .nav .nav-item .nav-link:hover {
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
}

.navbar a.nav-link:hover,
.sidebar a.nav-link:hover {
    -webkit-transform: translateY(-1px) scale(1.08);
    transform: translateY(-1px) scale(1.08);
}
*/
.sidebar .sub_link .caret {
    right: 15px;
}

.sidebar a[data-toggle="collapse"][aria-expanded="true"] .caret,
.sidebar .btn[data-toggle="collapse"][aria-expanded="true"] .caret,
.sidebar a.dropdown-toggle[aria-expanded="true"] .caret {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1400px) and (max-width: 1920px) {
    .table-responsive {
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .sidebar-mini .sidebar {
        width: 120px;
        display: block;
        font-weight: 200;
        z-index: 3;
        position: fixed;
        z-index: 1031;
    }

    .sidebar-mini .sidebar,
    .sidebar-mini .main-panel {
        overflow: visible;
        max-height: none;
        height: auto;
    }

    .sidebar-mini .sidebar .sidebar-wrapper {
        overflow: inherit;
        width: 120px;
        box-shadow: none;
    }

    .sidebar-mini .sidebar:hover {
        width: 260px;
    }

    .sidebar-mini .sidebar:hover .sidebar-wrapper {
        width: 260px;
    }

    .sidebar-mini .main-panel {
        width: calc(100% - 120px);
        margin-left: 120px;
    }
}


/* MainPanelCss */

.main-panel {
    background: rgba(203, 203, 210, 0.15);
    position: relative;
    float: right;
    width: calc(100% - 260px);
    padding-bottom: 80px;
}

.main-panel .navbar {
    margin-bottom: 0;
}


/* HeaderCss */

.navbar {
    border: 0;
    font-size: 1rem;
    border-radius: 0;
    min-height: 70px;
    max-height: 70px;
    background-color: rgba(255, 255, 255, 0.96);
}

.navbar .navbar-wrapper {
    display: inline-flex;
    align-items: center;
}

.navbar-minimize {
    margin-right: 15px;
}

.navbar .btn-round.btn-icon {
    padding: 8px 16.5px;
}

.navbar .btn {
    margin: 15px 3px;
    font-size: 14px;
}

.navbar .navbar-brand {
    font-weight: 400;
    margin: 5px 0;
    font-size: 18px;
    color: #888888;
    opacity: .8;
}

.navbar .navbar-toggler {
    width: 37px;
    height: 27px;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.navbar .navbar-toggler.navbar-toggler-right {
    padding-right: 0;
}

.navbar .navbar-toggler .navbar-toggler-bar {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 0 auto;
}

.navbar .navbar-toggler .burger-lines {
    display: block;
    position: relative;
    background-color: #888;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 3px auto;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 10px;
    margin: 10px 3px;
    position: relative;
    display: inline-flex;
    line-height: 40px;
}

.orders-table-order-status .btn {
    padding: 1px 8px !important;
    margin: 0px !important;
}

.navbar .navbar-nav .notification {
    position: absolute;
    background-color: #b9d265;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    right: 11px;
}

.navbar .navbar-nav .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    border-radius: 10px;
    margin-top: -5px;
}

.dropdown-menu.dropdown-menu-right:before,
.dropdown-menu.dropdown-menu-right:after {
    right: 12px !important;
    left: auto !important;
}

.notification_left .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: .75rem .5rem;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.notification_left .avatar {
    position: relative;
    line-height: 1;
    height: 42px;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification_left .list-item > * {
    margin-left: .5rem;
    margin-right: .5rem;
}

.notification_left .list-body {
    -ms-flex: 1;
    flex: 1;
}

.notification_left .item-title {
    font-size: 15px;
}

.notification_left .list-item > * {
    margin-left: .5rem;
    margin-right: .5rem;
}


/* ContentCss */
/*BEYAZ BOSLUK*/
.main-panel .content {
    /*  padding: 15px 15px 0px 15px;*/
    /*min-height: calc(100vh - 220px);*/

}

.content.dashboard_v1 {
    margin-top: 65px;
}

.pvr-wrapper {
    padding-bottom: 1rem;
}

.pvr-box-gray {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
}

.dashboard_v1 .pvr-wrapper .element-info {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.pvr-wrapper .element-info-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.pvr-wrapper .element-info .element-info-with-icon {
    margin-bottom: 0px;
}

.pvr-wrapper .element-info-with-icon .element-info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    color: #047bf8;
    font-size: 30px;
}

.dashboard_v1 .welcome_message .element-info-text {
    margin-left: 30px;
}


/* İşlemlerCss */

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 1.25rem;
}

.card-body .border {
    border: 1px solid #dee2e6 !important;
}

.card-body .operation_number_icon {
    height: 4rem;
    width: 4rem;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding: 18px;
    background-color: #fafafa;
    border-radius: 60px;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-body .operation_number_icon img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.card-body .rounded-circle {
    border-radius: 50% !important;
}

.card-body i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 22px;
}

.card-body h6 {
    font-weight: 500;
    font-size: smaller;
    height: 26px;
}

.card-body p {
    font-size: 22px !important;
    font-weight: 700;
}

.card-body .bg-soft-warning {
    background-color: rgba(247, 184, 75, .25);
}

.card-body .bg-soft-info {
    background-color: rgba(79, 198, 225, .25);
}

.card-body .bg-soft-primary {
    background-color: rgba(102, 88, 221, .25);
}

.card-body .border-warning {
    border-color: #f7b84b !important;
}

.card-body .border-info {
    border-color: #4fc6e1 !important;
}

.card-body .border-primary {
    border-color: #6658dd !important;
}

.card-body .border-warning i {
    color: #f7b84b !important;
}

.card-body .border-info i {
    color: #4fc6e1 !important;
}

.card-body .border-primary i {
    color: #6658dd !important;
}

.card-body.bg-soft-warning {
    background-color: rgba(247, 184, 75, .25);
}

.card-body.bg-soft-primary {
    background-color: rgba(102, 88, 221, .25);
}

.card-body.bg-soft-info {
    background-color: rgba(79, 198, 225, .25);
}

.box_dashboard_v2 {
    border-radius: 6px;
    padding: 29.5px 40px;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.yellow_dashboard_v2 {
    background-image: -webkit-linear-gradient(244deg, #ffc84a 8%, #ffc85e 90%);
    background-image: linear-gradient(-154deg, #ffc84a 8%, #ffc85e 90%);
}

.widget-stats .stats-icon {
    font-size: 8rem;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    right: 55px;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=20);
}


/* WatchCss */

.clock_box {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.dashboard_v1 .clock-wrapper {
    position: relative;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    padding: 5px;
    background-image: linear-gradient(#f7f7f7, #e0e0e0);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15), 0 2px 2px rgba(0, 0, 0, .2);
}

.clock-base {
    width: 250px;
    height: 250px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: 0 0 5px #eee;
}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: 230px;
    height: 230px;
}

.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
    background-color: #ddd;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-113px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-113px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-113px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-113px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-113px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-113px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-113px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-113px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-113px);
    background-color: #9368E9;
}

.clock-hour {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 128px;
    width: 4px;
    height: 65px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 128px;
    width: 4px;
    height: 85px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 129px;
    width: 2px;
    height: 130px;
    background-color: #9368E9;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    bottom: 14px;
    width: 8px;
    height: 8px;
    background-color: #9368E9;
    border: solid 2px #9368E9;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 55px;
    left: 55px;
    background-image: linear-gradient(#e3e3e3, #f7f7f7);
    border-radius: 50%;
    box-shadow: inset 0 -1px 0 #fafafa, inset 0 1px 0 #e3e3e3;
}

.clock-center:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}


/* GraphicsCss */

.pvr-box {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    padding: 1.5rem 2rem 0 2rem;
    margin-bottom: 1rem;
}

.pvr-box:last-child {
    margin-bottom: 3.5rem;
}


.pvr-wrapper .pvr-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.pvr-box-controls {
    float: right;
}

.pvr-wrapper .pvr-header:after {
    width: 8rem;
    height: 3px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.dashboard_v1 .am_chart {
    width: 100%;
    height: 300px !important;
}

.amcharts-chart-div circle {
    display: none;
}

.amcharts-chart-div g .amcharts-graph-label {
    display: none;
}

.amcharts-chart-div g .amcharts-graph-bullet,
.amcharts-chart-div g .amcharts-graph-stroke {
    display: none;
}


/* TablesCss */

.reservation_table td.py-1 {
    line-height: 36px;
}

.reservation_table td.py-1 img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
}

.reservation_table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.reservation_table tbody tr td {
    padding: 8px 0.75rem !important;
}

.reservation_table .card-body,
.car_add_table .card-body,
.cari_table .card-body {
    padding: 5px 15px;
    position: relative;
}

.reservation_table .card-body h4,
.car_add_table .card-body h4,
.cari_table .card-body h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px !important;
    line-height: 30px;
}

.reservation_table .card-body h4 .btn {
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.reservation_table .card-body h4 .btn-red:hover {
    color: #fff;
}

.reservation_table .card-body h4 .btn i {
    display: block;
    margin: 0px 6px 0 0;
    font-size: 16px;
    float: left;
    width: auto;
}

.car_add_table .card-body h4 .btn {
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.car_add_table .card-body h4 .btn-red:hover {
    color: #fff;
}

.car_add_table .card-body h4 .btn i {
    display: block;
    margin: 0px 6px 0 0;
    font-size: 16px;
    float: left;
    width: auto;
    color: #fff;
}

.cari_table .card-body h4 .btn {
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.cari_table .card-body h4 .btn-red:hover {
    color: #fff;
}

.cari_table .card-body h4 .btn i {
    display: block;
    margin: 0px 6px 0 0;
    font-size: 16px;
    float: left;
    width: auto;
    color: #fff;
}

.reservation_table .card-body h4::after,
.car_add_table .card-body h4::after,
.cari_table .card-body h4::after {
    content: ' ';
    background: #1894ac;
    width: 3px;
    height: 25px;
    position: absolute;
    top: 7px;
    display: block;
    left: 0;
}

.car_add_table .card-body i {
    width: auto;
    height: auto;
    margin: 0;
    color: #162168;
    display: block;
    text-align: left;
    font-size: inherit;
}

.car_add_table tbody tr td {
    padding: 17px 0.75rem !important;
    border: none !important
}

.cari_table .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.10938rem;
    opacity: 0;
}

.cari_table .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: .10938rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f1f3fd;
    border-color: #f1f3fd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8…M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-label::after {
    position: absolute;
    top: .10938rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.cari_table .card-body table tr td a {
    color: #000;
}

.cari_table .card-body table tr td .badge-soft-success {
    color: #34c38f;
    background-color: rgba(52, 195, 143, .18);
}

.cari_table .card-body table tr td .badge-soft-danger {
    color: #f46a6a;
    background-color: rgba(244, 106, 106, .18);
}

.cari_table .card-body table tr td .badge-soft-warning {
    color: #f1b44c;
    background-color: rgba(241, 180, 76, .18);
}

.cari_table .card-body i {
    width: auto;
    height: auto;
    margin: 0;
    color: #162168;
    display: block;
    text-align: left;
    float: left;
    font-size: inherit;
    margin-right: 8px;
    margin-top: 4px;
}

.cari_table .btn {
    padding: 8px 3px;
    font-size: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: initial;
    margin-top: 2px;
    border-radius: 0.25rem;
}

.card-body table tr td {
    padding: 0 25px;
    height: 3rem;
    vertical-align: middle;
    color: #162168;
}

.card-body table tr th {
    padding: 0 25px;
    height: 3rem;
    vertical-align: middle;
    color: #162168;
    font-weight: 500;
    font-size: 14px !important;
}

.reservation_table tbody tr td {
    padding: 8px 0.75rem !important;
}

.dashboard_v1 .table th,
.dashboard_v1 .table td {
    border-bottom: 1px solid #e9ecef;
    border-top: 0px solid #e9ecef !important;
    vertical-align: middle;
}

.reservation_table td.py-1 {
    line-height: 36px;
}

.card-body table tr td .badge {
    vertical-align: middle;
    padding: 5px 12px;
    font-weight: 400;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
}


/* FooterCss */

.footer .copyright {
    color: #797979;
    padding: 10px 15px;
    margin: 10px 3px;
    line-height: 20px;
    font-size: 14px;
}

.main-panel .footer {
    border-top: 1px solid #e7e7e7;
}

.footer {
    /* background-color: #3b454c; */
    background-color: #f7f7f8;
    width: 100%;
    float: left;
}

.btn-scroll-to-top {
    position: fixed;
    bottom: 70px;
    right: 25px;
    z-index: 1020;
}

.table.table-separate tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/*.table.table-separate tbody tr:hover {*/
/*    -webkit-box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);*/
/*    box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);*/

/*}*/

.table.table-separate {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table .user-with-avatar img {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
}

.table.table-separate tbody td {
    padding: 0.55rem 1.25rem;
    background-color: #fff;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    line-height: 15px;
}

.table-separate .form-check {
    position: relative;
    display: block;
    margin-bottom: 0rem;
}

.table-separate .form-check .form-check-label {
    padding-left: 26px;
}

.table-separate .user_box {
    display: flex;
}

.table-separate .user_email {
    display: inline-grid;
    padding-left: 10px;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 7px 15px;
}

.table-extended {
    background: #fff !important;
}

.table-extended th {
    background: transparent !important;
    border: 0px !important;
}

.table-extended .form-check .form-check-label {
    line-height: 10px !important;
}

.table-extended .material-icons.align-middle {
    cursor: pointer;
}

.table-separate th {
    color: #242a30;
    font-weight: 600;
    font-size: 13px;

    a {
        font-weight: 600 !important;
    }
}

.table-separate .media-link {
    color: #000;
}

.table-separate .badge {
    padding: 5px 10px
}

.table th, .table td {
    line-height: 1;
    white-space: nowrap;
}

.panel-body .form-group label {
    font-weight: bold;
    font-size: 14px;
}


.help-block {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

#setting .material-icons {
    vertical-align: middle;
}

#setting .media-left {
    border: 1px solid #cecece59;
    padding: 20px;
    margin-right: 50px;
}

/*
.content-wrapper .btn {
    margin-bottom: 0px;
}

.content-wrapper .btn i{
    margin-right: 5px;
}
*/
#applications .table-responsive td {
    font-size: 13px !important;
}

#cart .nav-link {
    margin-top: 1px;
}

#cart .nav-link i {
    margin-right: 10px;
    margin-top: 8px;
}

#cart .notification {
    top: 6px;
}

.pvr-wrapper ul li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0.25rem 0.75rem;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pager li > a, .pager li > span, .pagination > li > a {
    border-color: #e2e7eb;
    color: #242a30
}

.pager.pager-without-border li > a, .pager.pager-without-border li > span, .pagination.pagination-without-border > li > a {
    border-color: #fff
}

.pager > .disabled > a, .pager > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    border-color: #ddd
}

.pagination > li > a {
    color: #242a30;
    margin-left: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #fff;
}

.pagination > li:first-child > a {
    margin-left: 0
}

.pagination-sm > li > a, .pagination-sm > li > span {
    margin-left: 4px
}

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 14px;
    margin-left: 6px
}

.pager li > a:focus, .pager li > a:hover, .pager li > span:focus, .pager li > span:hover, .pagination > li > a:focus, .pagination > li > a:hover {
    color: #FFFFFF;
    background: #408dc6;
    border-color: #408dc6;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #0d6eb5 !important;
    border-color: #0d6eb5 !important;
    color: #fff;
}

.paginate_button.active a {
    color: #FFFFFF !important;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #e24049;
    border-color: #e24049;
}

.bootstrap-table .pagination .page-number a {
    padding: 7px 12px;
}

.modal-header[class*=bg-] {
    padding: 15px 20px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.modal-header .bg-success {
    color: #fff;
}

.modal-title {
    color: #fff;
}

#newsepetim .media-left, #newsepetim .media > .pull-left {
    padding-right: 20px;
}

#newsepetim .media-left img:not(.media-preview), #newsepetim .media-right img:not(.media-preview), .thumbnail .media img:not(.media-preview) {
    width: 40px;
    height: 40px;
    max-width: none;
}

#newsepetim .media-left, #newsepetim .media-right, .media-body {
    position: relative;
}

#newsepetim .media-left, #newsepetim .media-right, .media-body {
    display: table-cell;
    vertical-align: middle;
}

#newsepetim a {
    color: #333;
}

#newsepetim .text-muted {
    line-height: 40px;
}

.form-group.widthsepet {
    width: 120px;
}

.form-group .quantity {
    height: 38px;
    border: 1px solid #f0f0f0;
}

.category-content ul li {
    list-style: none;
    color: #495b79;
    font-size: 14px;
    font-weight: 400;
    /*border-top: 1px solid #d8e0e6;*/
}

.category-content ul {
    padding-left: 0px;
}

.category-title {
    padding: 30px;
}

.text-semibold {
    text-align: left;
}

.siparis_devam {
    border-top: inherit !important;
}

/*
.category-content li a {
    font-weight: bold;
}*/
.siparis_devam a {
    display: block;
    color: #fff !important;
    padding: 15px;
}

.devambtn a {
    display: block;
    color: #fff !important;
    padding: 15px;
}

.devambtn a:hover {
    color: #fff !important;
}

.adim1 .hidden {
    display: none !important;
}

.heading-elements-toggle {
    right: 20px;
    float: right;
    display: none;
}

.adim1 .heading-elements {
    background-color: inherit;
    position: absolute;
    top: -14%;
    right: 20px;
    height: 36px;
    z-index: 999;
}

.adim1 .heading-elements .icons-list {
    margin-top: 0px;
}

.icons-list > li:first-child {
    margin-left: 0;
}

.icons-list > li {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.icons-list > li > a {
    color: inherit;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

.has-error .form-control {
    border-color: #d84315;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .error {
    font-size: 12px;
    color: #d84315;
}

.odeme_3 .panel-title > a:before {
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    top: 25%;
    margin-top: -15px;
    left: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.odeme_3 .panel-title > a.collapsed:before {
    content: '\f107';
    font-family: 'FontAwesome';

}

.odeme_3 .panel-title > a:before {
    left: auto;
    right: 16px;
}

.odeme_3 .panel {
    position: relative;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    position: relative;
}

.adim3 .hidden {
    display: none !important;
}

.standarttemp.urun-kutusu .isim {
    min-height: 60px !important;
}

.updatebtnnew {
    margin-top: 10px;
}

.updatebtnnew a {
    color: #fff !important;
}

.mbot20 {
    margin-bottom: 20px;
}

.btnwidthx {
    width: 60% !important;
}

/*1336px laptop ekranı*/
@media (min-width: 1366px) and (max-width: 1900px) {
    .credit-input_w {
        width: 150px;
    }

    .btnwidthx {
        width: 60% !important;
    }

    .table.table-separate {
        overflow: scroll;
    }

    #order-listing .clear_fl input {
        margin-left: 45px;
        margin-top: -2px;
    }

    .steps-order .table.table-separate tbody td {
        padding-left: 20px !important;
    }

    .mbot20 {
        margin-bottom: 5px !important;
    }

    .margin_md {
        margin-bottom: 24px !important;
    }

    .steps-spet li .number i {
        font-size: 15px;
    }

    .text-tiny span {
        width: 35% !important;
    }

    .spet_stok_border {
        width: 100% !important;
    }

    .sepet_quantity {
        padding: 0px !important;
    }

    .standarttemp.urun-kutusu .isim {
        min-height: 60px;
    }

    .urunKismi .isim .yukseklik {
        font-size: 14px !important;
    }

    .standarttemp.urun-kutusu .fiyat {
        font-size: 15px !important;
    }

    .table_new td, .table_new th {
        padding: 0.8rem !important;
        vertical-align: top;
        border-top: 1px solid #eff2f7;
        font-size: .8rem !important;
    }

    .homecol2 {
        max-width: 25% !important;
        flex: 0 0 50% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        font-size: 12px;
    }

    ._urunBlock:nth-child(25) {
        display: none !important;
    }

    .quick_buton .form-control {
        padding: 0.375rem 0px 5px 10px;
    }

    .pr0 {
        padding-right: 0px;
    }

    .table.table-separate tbody td {
        padding: 10px !important;
    }

    #product_options .form-control {
        padding: 5px 5px;
        font-size: 13px;
    }

    .listbutn span {
        display: none;
    }

    .table td {
        font-size: 13.5px !important;
    }

    .adetbtn {

        padding: 7px 0px 7px 4px;
    }

    .buton {
        min-width: 150px;
    }
}

.heading-form .input-group input {
    max-width: 225px;
}

.heading-form .input-group {
    justify-content: flex-end;
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1300px) {

    .text-tiny span {
        width: 40% !important;
        float: left;
        font-weight: 600;
    }

    .table.table-separate tbody td {
        padding: 10px !important;
    }


    .customer_list_head {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-content: space-between;
        justify-content: flex-start;
        align-items: center;
    }

    .clear_fl input {
        margin-left: 65px;
        margin-top: -2px;
    }

    ._hauto img {
        width: 100%;
    }

    .cari_sip_limiter {
        margin-bottom: 20px;
        min-height: 375px;
    }

    .homecol2 {
        max-width: 33% !important;
        flex: 0 0 50% !important;
    }

    .quick_buton .btn {
        padding: 10px 0px;
        font-size: 11px;
        margin-left: -26px;
    }

    .btnwidth {
        width: 25%;
        margin-right: 15px;
        text-align: center;
        padding: 0px 0px 0px 0px !important;
        height: 32px;
    }

    .m2widthx .form-control {
        height: 38px;
        position: relative;
        top: -3px;
    }

    .quick_buton .form-control {
        padding: 6px 0px 6px 7px;
    }

    .adetbtn {
        width: 30px;
        padding: 7px 0px 7px 4px;
    }

    .listbutn span {
        display: none;
    }

    .adetbtn {
        width: 47px;
        text-align: center;
        padding: 7px 0px;
    }

    .table.table-separate tbody .urun-kutusu .buton {
        min-width: 165px;
    }
}

.btn {
    opacity: 1;
}

/*ipad 9.7*/
@media (min-width: 768px) and (max-width: 1020px) {
    .layout-sidebar-large .sidebar-left-secondary {
        left: -265px !important;
    }

    .adet-liste_type .qty-plus-minus {
        margin: 0px -10px !important;
        width: 70px !important;
    }

    .steps-spet ul {
        flex-wrap: nowrap;
        flex-direction: column !important;
    }

    .mobil_ac_hiz {
        display: flex;
        flex-direction: row;
    }

    .mobil_ac_hiz li {
        margin-right: -20px;
    }

    .urunKismi .isim .yukseklik {
        font-size: 15px !important;
    }

    .content-wrapper, .p0 {
        padding: 15px 15px 0px 15px !important;
    }

    #order-listing .m2widthx {
        width: 22% !important;
    }

    .reset_wd {
        width: 60% !important;
    }

    #order-listing .m2width {
        width: 26% !important;
    }

    .customer_list_head {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-content: space-between;
        justify-content: flex-start;
        align-items: center;
    }

    .nav-mobile-menu {
        display: none !important;
    }

    .adetbtn {
        width: 55px;
        text-align: center;
        padding: 7px 0px;
    }

    .table.table-separate tbody .urun-kutusu .buton {
        min-width: 140px;
    }

    .clear_fl input {
        margin-top: -2px;
    }

    .m2widthx .form-control {
        height: 38px;
    }

    .quick_buton .btn {
        padding: 10px 2px !important;
        font-size: 12px;
    }

    .btnwidthx .icons {
        padding-right: 5px;
    }

    .btnwidthx {
        width: 50% !important;
    }

    .homecol2 {
        max-width: 33% !important;
        flex: 0 0 50% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        margin-left: -20px;
    }

    .quick_buton .form-control {
        padding: 0px;
        height: 35px;
    }

    .listbutn span {
        display: none;
    }

    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-direction: column;
    }

    #setting .media-left {
        margin-bottom: 15px;
    }

    .tend {
        text-align: start !important;
        margin-top: 15px;
    }


}


.quick_buton .form-control {
    height: 38px;
}

.flex-order {

}

.flex_buton {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*iphone 6-7-8-X*/
@media (min-width: 375px) and (max-width: 760px) {
    .adet-liste_type .qty-plus-minus {
        margin: 0px !important;
    }

    .mobil_ac_hiz {
        display: flex;
        flex-direction: row;
    }

    .mobil_ac_hiz li {
        margin-right: -20px;
    }

    .js {
        width: 94%;
    }

    .mh100 {
        min-height: 100px;
    }

    .btn_site {
        background-color: #408dc6;
    }

    .flex_buton {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }

    .w80 {
        width: 80px;
    }

    .break_word_m {
        white-space: break-spaces !important;
    }

    .witdh_for_m {
        width: 150px;
    }

    .shop-view-switcher .nav-link i {
        font-size: 20px;
    }

    .burger-navbar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .pt8 {
        padding-top: 15px !important;
    }

    .bton_top {
        margin-top: -20px;
    }

    .bton_top .search_bg {
        padding: 8px 18px !important;
    }

    .pricing-box-tabs {
        margin-top: 15px;
    }

    .pricing-box-tabs .nav-tabs li a {
        min-width: 112px !important;
        padding: 10px 17px !important;
    }

    .oa {
        overflow: auto;
    }

    .flex-head {
        flex-wrap: wrap;
    }

    .customer_list_head {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-content: space-between;
        justify-content: flex-start;
        align-items: center;
    }

    .pvp_head_bg h5 {
        font-size: 15px;
    }

    .text-tiny span {
        width: 40% !important;
    }

    .subtable-link a {
        font-size: 12px !important;
    }

    #setting .media-left {
        margin-right: 0px;
    }

    .actions {
        margin-left: -15px;
    }

    .tend {
        text-align: start !important;
        margin-top: 15px;
    }

    .steps-spet ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
    }

    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #setting .media-left {
        margin-bottom: 15px;
    }

    #setting .media-body {
        margin-bottom: 15px;
    }

    .steps-order .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column;
    }

    .steps-order .nav li {
        margin-bottom: 10px;
    }

    .mobil_text_sepet {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .margin_sepet_b img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .homecol2 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        width: 50%;
    }

    .filter .quick_buton .form-control {
        padding: 6px 0px 6px 7px;
        height: 38px;
    }


    .filter ul li {
        display: flex;
        flex-direction: column;
    }

    .adetbtn {
        padding: 7px 0px 7px 4px;
        margin-bottom: 5px;
    }

    .listbutn span {
        display: none;
    }

    #order-listing .m2widthx {
        width: 100% !important;
        padding: 0px;
    }

    #order-listing .m2width {
        width: 100% !important;
        padding: 0px;
    }

    .shop-view-switcher {
        position: absolute;
        top: -33px !important;
        right: 10px !important;
        display: none;
    }

    .col-md-9 {
        flex: 0 0 84%;
        max-width: 84%;

    }

    .arama-control {
        font-size: 12px !important;
    }

    .nav-mobile-menu {
        display: none !important;
    }
}

#accordion-control-right .table.table-click td {
    vertical-align: middle;
}

#accordion-control-right .table.table-click td select {
    width: 40px;
}

#accordion-control-right .panel-body .form-group .form-control {
    height: 100%;
    min-height: 38px;
}


/*iphone 5s*/
@media (min-width: 250px) and (max-width: 370px) {

    .mobil_ac_hiz {
        display: flex;
        flex-direction: row;
    }

    .mobil_ac_hiz {
        margin-right: -20px !important;
    }

    .actions {
        margin-left: -15px;
    }

    .tend {
        text-align: start !important;
        margin-top: 15px;
    }

    .nav-mobile-menu {
        display: none !important;
    }

    .steps-spet ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column !important;
    }

    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #setting .media-left {
        margin-bottom: 15px;
    }

    #setting .media-body {
        margin-bottom: 15px;
    }

    .steps-order .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        flex-direction: column;
    }

    .steps-order .nav li {
        margin-bottom: 10px;
    }

    .mobil_text_sepet {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .homecol2 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .quick_buton .btn {
        padding: 8px 4px;
        margin-top: 10px;
        width: 100%;
    }

    .quick_buton .form-control {
        padding: 6px 0px 6px 7px;
    }

    .adetbtn {
        padding: 7px 0px 7px 4px;
    }

    .listbutn span {
        display: none;
    }

    #order-listing .m2widthx {
        width: 100% !important;
    }

    #order-listing .m2width {
        width: 100% !important;
    }

    .shop-view-switcher {
        position: absolute;
        top: 20px !important;
        right: -10px !important;
    }
}

.treeview .firs_ic i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    margin-right: 10px;
}

.treeview:hover {
    background: rgba(0, 0, 0, 0.1);
}

.turn_angle {
    display: inline-block;
    position: absolute;
    margin-top: 13px;
    right: 0;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.info .turn_angle {
    display: inline-block;
    position: absolute;
    margin-top: 0px;
    right: -57px;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    font-size: 18px;
}

.sidebar .pull-right-container_alt {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: -13px;
    right: 25px;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.sidebar a[data-toggle="collapse"][aria-expanded="true"] .turn_angle, .sidebar .btn[data-toggle="collapse"][aria-expanded="true"] .turn_angle, .sidebar a.dropdown-toggle[aria-expanded="true"] .turn_angle {

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#pvr_user_nav ul {
    margin-left: 15px;
}

.sub-menu ul a::before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: '';
    position: absolute;
    left: 32.5px;
    height: 5px;
    width: 5px;
    top: 12px;
}

.parent_menu ::before {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    left: 35px;
}

.treeview-menu::before {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    left: 35px;
}

.nav-item {
    position: relative;
}

.sub_link .sidebar-normal {
    margin-left: 20px;
}

.sidebar .nav {
    position: relative;
}

.user .info .iconac i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}

.ac_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    margin-left: 20px;
}

.ac_area .pull-right-container {
    right: -40px;
}

.nav-item.active a::before {
    box-shadow: 0 0 1px 1px #fff, 0 0 2px 2px #408dc6, 0 0 5px 4px #b4dce4;
}

.sidebar-mini i {
    /*  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  margin-left: -5px;*/
}

.sidebar-mini .treeview i {
    color: #fff
}

.card_new {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f6f6f6;
    border-radius: 0.25rem;
    margin-bottom: 2.25rem;
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}

.card-body_new {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}

.me-1 {
    margin-right: .25rem !important;
}

.card-body_new h4 {
    font-size: 25px;
}

.card-body_new p {
    font-size: 0.85rem;
    font-weight: bold;
}


/**/


.apexcharts-legend {
    display: flex;
    overflow: auto;
    padding: 0 10px;
}

.apexcharts-legend.position-bottom, .apexcharts-legend.position-top {
    flex-wrap: wrap
}

.apexcharts-legend.position-right, .apexcharts-legend.position-left {
    flex-direction: column;
    bottom: 0;
}

.apexcharts-legend.position-bottom.apexcharts-align-left, .apexcharts-legend.position-top.apexcharts-align-left, .apexcharts-legend.position-right, .apexcharts-legend.position-left {
    justify-content: flex-start;
}

.apexcharts-legend.position-bottom.apexcharts-align-center, .apexcharts-legend.position-top.apexcharts-align-center {
    justify-content: center;
}

.apexcharts-legend.position-bottom.apexcharts-align-right, .apexcharts-legend.position-top.apexcharts-align-right {
    justify-content: flex-end;
}

.apexcharts-legend-series {
    cursor: pointer;
    line-height: normal;
}

.apexcharts-legend.position-bottom .apexcharts-legend-series, .apexcharts-legend.position-top .apexcharts-legend-series {
    display: flex;
    align-items: center;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 14px;
}

.apexcharts-legend-text *, .apexcharts-legend-marker * {
    pointer-events: none;
}

.apexcharts-legend-marker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    border-style: solid;
}

.apexcharts-legend.apexcharts-align-right .apexcharts-legend-series, .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
    display: inline-block;
}

.apexcharts-legend-series.apexcharts-no-click {
    cursor: auto;
}

.apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {
    display: none !important;
}

.apexcharts-inactive-legend {
    opacity: 0.45;
}

.float-end {
    float: right !important;
}

.card-title {
    font-size: 16px !important;
    margin: 0 0 7px 0;
    font-weight: 600;
}

.float-end a {
    font-size: 15px;
}

.float-end a:hover {
    color: #000
}

.font-size-18 {
    font-size: 18px !important;
}

.me-0 {
    margin-right: 0 !important;
}

.main-chart .chart-border-left {
    border-left: 1.4px solid #f5f6f8;
    padding: 2px 20px;
}

.border-0 {
    border-width: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.main-chart h3 {
    font-size: 23px;
}

.font-size-15 {
    font-size: 15px !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.table_new {
    width: 100%;

    color: #768490;
}

.table_new .thead-light th {
    color: #505d69;
    background-color: #f8f9fa;
    border-color: #eff2f7;
}

.table_new thead th {
    border-bottom: 2px solid #eff2f7;
}

.table_new td, .table_new th {
    padding: 0.68rem;
    vertical-align: top;
    border-top: 1px solid #eff2f7;
    font-size: .9rem;
}

.btn-warning {
    color: #fcb92c;
    background-color: rgba(252, 185, 44, .18);
}

.font-size-12 {
    font-size: 12px !important;
}

.badge-soft-success {
    color: #1cbb8c;
    background-color: rgba(28, 187, 140, .18);
}

.bg-primary {
    background-color: #408dc6 !important;
}

.btn:hover {
    opacity: 1
}

.twoToneButton {
    color: #fff !important;
    margin-right: 8px;
    padding: 12px 10px !important;
    margin-top: 2px;
    position: relative;
}

.twoToneButton.spinning {
    --btn-bg: #37323a !important;
    padding-right: 40px !important;
}

.twoToneButton.spinning:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    box-shadow: 0px 0px 0 1px darken(#212121, 10%);
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}

.twoToneButton.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 6px;
    top: 50%;
    position: absolute;
    border-right: 3px solid #fff;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;

}

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

@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

.apexcharts-legend-text {
    position: relative;
    font-size: 15px !important;
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.renktest .progress:nth-child(1) div {
    background: red !important;
}

.sol-kisim {
    padding: 1.5rem;
}

.product_image .img-responsive {
    border-radius: 7px;
}

.urunKismi .isim .yukseklik {
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    padding: 0px 10px;

}

sup {
    font-size: 100% !important;
    top: 0px !important;
}

.dropdown-item .material-icons {
    font-size: 18px !important;
    color: #74788d !important;
}

.logout_cs .dropdown-item {
    font-size: .9rem;
    padding: 0.25rem 0.75rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

.navbar-nav .nav-item .dropdown-menu:before {
    display: none !important;
}

.navbar-nav .nav-item .dropdown-menu:after {
    display: none !important;
}

.logout_cs .dropdown-menu {
    margin-top: 7px !important;
}

.btnwidth {
    width: 18%;
    margin-right: 15px;
    text-align: center;
    padding: 0px 0px 0px 10px;
}

.btnwidthx {
    width: 45%;
}

.js {
    justify-content: space-between;
}

.standarttemp .urunKismi .quick_buton {
    border-top: 1px solid #ddd;
}

.standarttemp .yukseklik:hover {
    color: #408dc6;
}

.btnwidthx:hover {
    opacity: 0.8;
}

.user_panel input {
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
}

.pb0 {
    padding-bottom: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.user_panel .form-group label {
    font-weight: 500 !important;
}

.btn-add {
    background-color: #408dc6;
    border-color: #408dc6;
}

.btn-add:hover {
    background-color: #408dc6;
    border-color: #408dc6;
    opacity: 0.8;
}

.input_perm {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.input_perm input {
    margin-right: 10px;
}

.media-left .media-preview {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#setting .media-left {
    min-width: 192px;
}

#setting input {
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
    transition: border 0.2s ease;
}

#setting input:hover {
    border: 1px solid #c1daf6;
}

#setting .panel-body .form-group label {
    font-weight: 500 !important;
    margin-top: 12px;
}

.table_limiter tr:nth-child(6) {
    display: none;
}

.table_limiter tr:nth-child(7) {
    display: none;
}

.table_limiter tr:nth-child(8) {
    display: none;
}

.tend {
    text-align: end;
}

.p30n {
    padding: 0px 30px;
}

.deal_table thead th {
    background-color: #f8f9fa !important;
    border-color: #eff2f7 !important;
    padding: 13px;
}

.price-not {
    line-height: 20px;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
}

.deal_table .table.table-separate {
    border-spacing: 0 0px !important;
    margin-bottom: 0px;
}

.deal_table .table.table-separate tbody td {
    border-right: none !important;
    vertical-align: middle;
}

.deal_table {
    padding: 20px 20px 0px 20px;
}

.prem {
    padding: 20px 2rem;
}

.deal_icn {
    font-size: 21px;
}

.deal_icn_trash {
    color: red;
    font-size: 21px;
}

.deal_table .table-separate tbody .border-last:last-child td {

    border-bottom: none;
}

.deal_table tbody .border-last:last-child td {

    border-bottom: none;
}

/*Sepet*/
.font-size-16 {
    font-size: 16px !important;
}

.fw-medium {
    font-weight: normal;
}

.card-body_new p strong {
    font-weight: 600;
    padding-right: 10px
}

.sepetstokbtn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #408dc6 !important;
    font-size: 16px;
    padding: 3px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;

}

.spet_stok_border {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 75%;
    margin: auto;
}

.stok_orta {
    border-color: transparent !important;
    height: 32px !important;
}

.margin_sepet_b {
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 0px;
    margin-left: -20px;
}

.sepet_right_title {
    display: flex;
    justify-content: space-between;
}

.sepet-right-text {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
}

.sepet-right-text span {
    padding: 5px 10px 0px 10px;
}

.fw6 {
    font-weight: 600
}

.sepet-content li {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px 20px;
    border-bottom: 0px solid #f7f7f7;
}

.devam {
    color: #fff !important;
    padding: 10px 0px !important;
    margin-top: -15px !important;
    margin-bottom: -10px !important;
}

.devam:hover {
    color: #fff !important;
    opacity: 0.8;
}

.sepetbody p {
    font-weight: normal;
}

.siparis_devam {
    border: none !important;
}

.siparis_devam a {
    padding: 10px 0px !important;
}

.devambtn {
    border: none !important;
}

.fat_adres {
    font-size: 0.85rem;
    border: 1px solid #408dc6;
    padding: 20px;
    border-radius: 5px;

}

.fat_adres .name {
    font-weight: 600;
}

.fat_adres .pvr-header {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    font-weight: 600;
}

#accordion-control-right h6 a:hover {
    color: #408dc6;
}

.card-grid-right h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #050605;
}

.card-grid-right .text-tiny {
    font-size: 0.84rem;
}

.mr15n {
    margin-right: -15px;
}

.text_fia {
    font-weight: bold !important;
}

.mtop-trash {
    margin-top: 35px;
    display: block;
}

.mobil_text_sepet .price {
    padding-top: 10px;
    display: inline-block;
}

.old-price {
    font-size: 13px;
    color: #bfbfbf;
    text-decoration: line-through;
    display: inline-block;
}


.sepet_right_title:hover {
    color: #408dc6;
}

.ptop10 {
    padding-top: 10px !important;
}

.steps-spet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
}

.steps-spet > ul > li {
    width: 100%;
}

.steps-spet .current a, .steps-spet .current a:active, .steps-spet .current a:hover {
    background-color: rgba(91, 115, 232, .2);
    color: #495057;
}

.payment-header {
    margin-bottom: 20px;
}

.steps-order li .number i {
    margin-top: 10px;
    display: block;
}

.btnwidthx .icons {
    padding-right: 10px;
}

.steps-order .nav-link.active {
    color: #fff !important;
    border: none !important;
}

.steps-order .nav-link:hover {
    border: none !important;
}

.steps-order .nav-tabs .nav-link {
    border: none !important;
    background: #eee;
    border-radius: 0px;
}

.steps-order .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 20px;
    gap: 10px;
}

.steps-order .table.table-separate tbody td {
    border-bottom: 1px solid #f7f7f8;
    line-height: 20px;
}

.l30 td {
    line-height: 30px;
    padding: 15px 30px;
}

.breadcrumb {
    background: #fff !important;
}

.l30 th {
    padding: 15px 30px;
}

.cari_limiter {
    margin-bottom: 5px !important;
}

.group_add {
    border: 1px solid #408dc6;
    padding: 6px 7px 6px 7px;
    border-radius: 5px;
    display: block;
}

.group_search {
    border-color: #408dc6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff !important;
}

.customer_table .table-separate td {
    padding: 0px 10px;
}

.customer_clr {
    color: #fff;
}

.custome_delete {
    font-size: 22px;
    color: red;
    display: inline-block;
    position: relative;
    top: -2px;
}

.group_add i {
    color: #408dc6;
}

.group_add:hover {
    color: #408dc6;
}

.custome_edit {
    font-size: 22px;
    color: #408dc6;
    display: inline-block;
    margin-right: 10px;
}

.customer_list_head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
}

.customer_list_head .form-group {
    margin-right: 15px;
}

.customer_list_head .form-group select, .customer_list_head .form-group input {
    border: 1px solid #408dc6;
    padding: 6px 6px 5px 6px;
    border-radius: 5px;
}

.bg-slate {
    background: #408dc6;
}

.cstm_list_btn a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.import_title h5 {
    font-size: 20px;
}

.import_title p {
    font-size: 16px;
}

.sms_sending_btn a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.campaign_time {
    display: flex;
    flex-direction: column;
}

.campaign_time select {
    border-color: #eff2f7;
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
    width: 100%;
}

.campaing_date_l {
    background-color: #fff;
    border: 1px solid #eff2f7;
}

.campaing_date {
    border-color: #eff2f7;
    border-radius: 50px;
    height: 50px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #000;
    background: #fff;
    font-weight: 500;
}

.input_banks {
    border-color: #eff2f7;
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eff2f7;
    padding: 0px 18px;
    color: #1e2e50;
    background: #fff;
}

.campaign_group {
    display: flex;
    align-items: flex-start;
}

.campaign_multiple {
    width: 100%;
    margin-left: 20px;
    border-color: #eff2f7;
    padding: 6px 7px 5px 7px;
    border-radius: 5px;
}

.stepy-basic label {
    font-weight: 500;
    font-size: 14px;
    width: 160px;
}

.campaign_text_area {
    border-color: #eff2f7;
    border-radius: 5px;
}

.campaign_mail_ek {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.custome_test {
    font-size: 22px;
    color: #408dc6;
    display: inline-block;
    margin-right: 10px;
}

.custome_rapor {
    font-size: 22px;
    color: #28a745;
    display: inline-block;
    margin-right: 10px;
}

.grup_user {
    display: flex;
    flex-direction: column;
}

.ml0 {
    margin-left: 0px;
    padding: 9px;
}

.brder_color {
    border-color: #408dc6;
}

.panel-heading.pvr-wrapper legend {
    font-weight: 400;
    font-size: 16px;
}

.hand_phone {
    display: block;
    margin: auto;
    width: auto;
}

.pricing-box-tabs .nav-tabs {
    border-bottom: none;
    max-width: 500px;
    background: #fff;
    box-shadow: 0px 3px 14.88px 1.12px rgb(156 143 141 / 16%);
    border-radius: 10px;
}

.pricing-box-tabs .nav-tabs li {
    margin: -1.5px;
}

.pricing-box-tabs .nav-tabs .nav-link.active {
    border-color: #fff;
    color: #fff;
}

.pricing-box-tabs .nav-tabs li a {
    -moz-user-select: none;
    background-image: none;
    background-image: none;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 10px;
    color: #526584;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 17px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    background-size: 200% auto;
    -webkit-transition: all 200ms ease-in;
    transition: unset;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
    min-width: 130px;
}

.flex-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.pt8 {
    padding-top: 8px;
}

.group_add_from .form-group label {
    font-weight: 500;
    font-size: 14px;
    width: 160px;
}

.qty-plus-minus {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 30px;
}

.qty-plus-minus .ec_qtybtn {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #777;
    float: left;
    font-size: 14px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 60%;
    outline: none;
}

.qty-plus-minus input[type=number]::-webkit-inner-spin-button,
.qty-plus-minus input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.qty-plus-minus input[type=number] {
    -moz-appearance: textfield;
}


.dec.ec_qtybtn {
    padding-left: 5px;
}

.inc.ec_qtybtn {
    padding-right: 5px;
}

#product_options .form-control {
    font-size: 13px;
}

.dealer_add_tble th {
    font-weight: 500;
    font-size: 14px;
}

.mobil_ac_menu {
    display: block;
    right: 50px;
}

.sidebar-mini .sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.sidebar-mini .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
.sidebar-mini .sidebar .sidebar-wrapper .user .info > a > span,
.sidebar-mini .sidebar .sidebar-wrapper > .nav li > a span, .sidebar-mini .sidebar .sidebar-wrapper > .nav li > a .caret {
    opacity: 1 !important;
}

.sidebar-mini .sidebar .sidebar-wrapper > .nav li > a .firs_ic {
    margin-right: 2px;
}

.listbutn i {
    padding-right: 5px;
}

.flex_spet_add {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.padr15 {
    padding-right: 15px;
}

.TRY:before, .USD:before, .EUR:before {
    font-family: FontAwesome;
    font-weight: 300;
    margin: 0 2px;
}

.product_action {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem 0.5rem 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%);
    transition: all .3s ease 0s;
}

.product_action a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0.2rem 0.6rem;
    font-size: .75rem;
    border-radius: 0.15rem;
}

.product_action a i {
    display: inline-block;
}

.standarttemp.urun-kutusu:hover .product_action {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.ul_clear {
    margin: 0px;
    padding: 0px;
}

.TRY:before {
    content: "\f195";
}

.USD:before {
    content: "\f155";
}

.EUR:before {
    content: "\f153";
}

.dflex-mob-kur {
    display: none;
}

.legendcontainer .subtable-link a:hover {
    background: transparent !important
}

@media (max-width: 767px) {
    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .mobil_ac_menu {
        display: block;
        position: absolute;
        right: 16%;
        top: 32%;
    }

    .navbar-nav .show .dropdown-menu {
        position: absolute !important;
        background-color: #fff !important;
        left: -98px !important;
        top: 85% !important;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .none_mob {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .mobil_ac_menu {
        display: block;
        position: absolute;
        right: 10%;
        top: 8%;
    }

    .navbar-nav .show .dropdown-menu {
        position: absolute !important;
        background-color: #fff !important;
        left: -98px !important;
        top: 85% !important;
    }


}

@media (min-width: 250px) and (max-width: 767px) {
    .main-panel .navbar.mh100 {
        min-height: 95px
    }

    .doviz-kurlari {
        margin-left: -20px;
    }


}

.onhover-dropdown {
    svg {
        path {
            /*fill: #86909C !important;*/
        }
    }
}

.fullscreen-body {
    svg {
        path {
            /*fill: #86909C !important;*/
        }
    }
}

.notification-box {
    svg {
        path {
            /*fill: #86909C !important;*/
        }
    }
}

#h_sepett.minicart-header {
    svg {
        path {
            /*fill: #86909C !important;*/
        }
    }
}

.navbar.navbar-expand-lg.mh100.fixed_navbar_new.tip2 {
    background: #f7f7f7;

    &::before {
        position: absolute;
        content: "";
        bottom: 0%;
        height: 1px;
        z-index: 8;
        width: calc(100% - 28px);
        background: #E6E9EB;
    }
}

.fixed_navbar_new {
    position: fixed;
    width: 100%;
    height: 70px;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background: #f7f7f8;
    z-index: 1071;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.layout-sidebar-large .menu-toggle {
    width: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    margin-right: 12px;
}

.layout-sidebar-large .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.layout-sidebar-large .menu-toggle div {
    width: 24px;
    height: 1px;
    background: #111827;
    margin: 3px 0;
}


.mob_close {
    overflow: auto !important;
}

.tab_close {
    overflow: auto !important;
}

.tab_pro_close {
    overflow: auto !important;
}

@media (min-width: 1px) and (max-width: 249px) {
    .info_user {
        display: none;
    }

}

.mobile-box {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.mob_last_login_box_line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0;
}

.last_login_box_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 160px;
    width: 100%;
    font-size: 13px;
}

.last_login_box_left span {
    font-weight: 500;
}

.last_login_box_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
    font-size: 12px;
}

.mobile_no_line {
    border: none !important;
}

.mob_last_title {
    text-align: center;
    font-size: 15px !important;
    font-weight: 500;
}

.pad_mob {
    padding: 8px 0px;
}

.basarili_mob {
    background: #91cc7566
}

.basarisiz_mob {
    background: #ff180038
}

.border-last-order {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 15px;
}


.group_title {
    padding-left: 15px;
    font-size: 14px;
    color: #3074f1;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.group_title svg {
    margin-right: 7px;
}

@media (max-width: 320px) {
    .menu {
        padding: 7px 1.85em !important;
    }
}

@media (min-width: 321px) and (max-width: 374px) {

    .info_user {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .layout-sidebar-large .menu-toggle {
        width: 40px;
        margin-right: 20px;
    }

    .mobil_ac_menu {
        right: 30px !important;
    }

    .h_doviz {
        display: none !important;
    }

    .tahsilat_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .new_user_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg_text_box {
        font-size: 16px !important
    }

    .tahsilat_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 140px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_icon_box {
        margin-left: 0%;
        width: 55px !important;
        height: 46px !important;
    }

    .talep_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 46px !important;
    }

    .new_user_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img img {
        width: 35px !important;
    }

    .talep_bg_img img {
        width: 35px !important;
    }

    .tahsilat_bg_icon_box img {
        width: 35px !important;
    }

    .card_new.card_new_hov.card_blue {
        display: none !important
    }

    .hidden_special {
        display: none;
    }

    .brder_kredi {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .collect_not {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .sing_not {
        width: 100% !important;
    }

    .not_box_f {
        flex-direction: column;
    }

    #chart-sutun span {
        margin-right: 10px !important;
    }

    .chart_sutun_box {
        margin-right: 5px;
    }

    .card_new {
        margin-bottom: 1.5rem !important;
    }

    .indc_hiz {
        bottom: -35px !important;
    }

    .carousel-indicators li {
        border-radius: 50px;
        height: 10px !important;
        width: 10px !important;
        background: #678cb8;
    }

    .card_new_hov.card_green {
        margin-bottom: 15px !important
    }

    .card_new_hov.card_orange {
        margin-bottom: 15px !important
    }

    .hasilat_title {
        font-size: 12px !important;
    }

    .fs19 {
        font-size: 17px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 15px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 13px;
        text-align: center !important;
    }

    footer.footer img {
        width: 100%
    }

    #chart-circle {
        height: 240px !important;
    }

    .border_btm {
        align-items: center;
    }

    .panel-title {
        font-size: 12px;
    }

    .sub_pan_title {
        font-size: 12px !important;
    }

    #chartdiv {
        font-size: 12px;
    }

    .hid_mob {
        display: none;
    }

    .legend_trans {
        transform: translate(-50px, 225px);
    }

    .last_login_box_right {
        max-width: 160px;
        width: 100%;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        margin-top: -10px;
    }

    .main-panel .navbar.mh100 {
        min-height: 105px;
    }

    .doviz-kurlari {
        padding-right: 0px !important;
        margin-right: -10px;
    }

    .content.dashboard_v1 {
        margin-top: 105px;
    }

    /**/
    .bank_inf_tiny span {
        width: 30% !important;
        float: left;
        font-weight: 600;
    }

    .bank_page_title p {
        font-size: 12px;
    }

    .bank_page_title {
        padding: 1.5rem 20px;
    }

    .bank_page_title .pvr-header {
        font-size: 16px;
    }

    .pvr-box.card-grid.bank-card._hauto.br15 {
        padding: 1.5rem 20px;
    }

    .menu {
        padding: 7px 14.85em !important
    }

    .card-grid-right .text-tiny {
        font-size: 11px;
    }
}


@media (min-width: 375px) and (max-width: 413px) {
    .info_user {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-around;
        width: 80%;
    }

    .layout-sidebar-large .menu-toggle {
        width: 40px;
        margin-right: 20px;
    }

    .mobil_ac_menu {
        right: 30px !important;
    }

    .h_doviz {
        display: none !important;
    }

    .tahsilat_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .new_user_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg_text_box {
        font-size: 16px !important
    }

    .tahsilat_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 140px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_icon_box {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .talep_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img img {
        width: 35px !important;
    }

    .talep_bg_img img {
        width: 35px !important;
    }

    .tahsilat_bg_icon_box img {
        width: 35px !important;
    }

    .card_new.card_new_hov.card_blue {
        display: none !important
    }

    .hidden_special {
        display: none;
    }

    .brder_kredi {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .collect_not {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .sing_not {
        width: 100% !important;
    }

    .not_box_f {
        flex-direction: column;
    }

    #chart-sutun span {
        margin-right: 10px !important;
    }

    .chart_sutun_box {
        margin-right: 5px;
    }

    .card_new {
        margin-bottom: 1.5rem !important;
    }

    .indc_hiz {
        bottom: -35px !important;
    }

    .carousel-indicators li {
        border-radius: 50px;
        height: 10px !important;
        width: 10px !important;
        background: #678cb8;
    }

    .card_new_hov.card_green {
        margin-bottom: 15px !important
    }

    .card_new_hov.card_orange {
        margin-bottom: 15px !important
    }

    .hasilat_title {
        font-size: 12px !important;
    }

    .fs19 {
        font-size: 17px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 10px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 13px;
        text-align: center !important;
    }

    footer.footer img {
        width: 100%
    }

    #chart-circle {
        height: 240px !important;
    }

    .border_btm {
        align-items: center;
    }

    .panel-title {
        font-size: 14px;
    }

    .sub_pan_title {
        font-size: 12px !important;
    }

    #chartdiv {
        font-size: 12px;
    }

    .hid_mob {
        display: none;
    }

    .legend_trans {
        transform: translate(-50px, 225px);
    }

    .last_login_box_right {
        max-width: 160px;
        width: 100%;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        margin-top: -10px;
    }

    .main-panel .navbar.mh100 {
        min-height: 105px;
    }

    .doviz-kurlari {
        padding-right: 0px !important;
        margin-right: -10px;
    }

    .content.dashboard_v1 {
        margin-top: 105px;
    }


    /**/
    .bank_inf_tiny span {
        width: 30% !important;
        float: left;
        font-weight: 600;
    }

    .bank_page_title p {
        font-size: 12px;
    }

    .bank_page_title {
        padding: 1.5rem 20px;
    }

    .bank_page_title .pvr-header {
        font-size: 16px;
    }

    .pvr-box.card-grid.bank-card._hauto.br15 {
        padding: 1.5rem 20px;
    }

    .menu {
        padding: 7px 15.85em !important;
    }


}


@media (min-width: 414px) and (max-width: 767px) {
    .mobil_ac_hiz li {
        margin-right: -15px;
    }

    .info_user {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-around;
        width: 80%;
    }

    .layout-sidebar-large .menu-toggle {
        width: 40px;
        margin-right: 20px;
    }

    .mobil_ac_menu {
        right: 30px !important;
    }

    .h_doviz {
        display: none !important;
    }

    .tahsilat_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .new_user_bg {
        padding: 20px 15px !important;
        min-height: 100px !important;
    }

    .talep_bg_text_box {
        font-size: 16px !important
    }

    .tahsilat_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_text_box {
        font-size: 16px !important
    }

    .new_user_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 140px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 10px !important;
        font-size: 15px !important;
        max-width: 170px !important;
    }

    .tahsilat_bg_icon_box {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .talep_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img {
        margin-left: 0%;
        width: 55px !important;
        height: 55px !important;
    }

    .new_user_bg_img img {
        width: 35px !important;
    }

    .talep_bg_img img {
        width: 35px !important;
    }

    .tahsilat_bg_icon_box img {
        width: 35px !important;
    }

    .card_new.card_new_hov.card_blue {
        display: none !important
    }

    .hidden_special {
        display: none;
    }

    .brder_kredi {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .collect_not {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .sing_not {
        width: 100% !important;
    }

    .not_box_f {
        flex-direction: column;
    }

    #chart-sutun span {
        margin-right: 10px !important;
    }

    .chart_sutun_box {
        margin-right: 5px;
    }

    .card_new {
        margin-bottom: 1.5rem !important;
    }

    .indc_hiz {
        bottom: -35px !important;
    }

    .carousel-indicators li {
        border-radius: 50px;
        height: 10px !important;
        width: 10px !important;
        background: #678cb8;
    }

    .card_new_hov.card_green {
        margin-bottom: 15px !important
    }

    .card_new_hov.card_orange {
        margin-bottom: 15px !important
    }

    .hasilat_title {
        font-size: 14px !important;
    }

    .fs19 {
        font-size: 17px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 15px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 13px;
        text-align: center !important;
    }

    footer.footer img {
        width: 100%
    }

    #chart-circle {
        height: 240px !important;
    }

    .border_btm {
        align-items: center;
    }

    .panel-title {
        font-size: 14px;
    }

    .sub_pan_title {
        font-size: 12px !important;
    }

    #chartdiv {
        font-size: 12px;
    }

    .hid_mob {
        display: none;
    }

    .legend_trans {
        transform: translate(0px, 265px);
    }

    .last_login_box_right {
        max-width: 160px;
        width: 100%;
    }

    .dflex-mob-kur {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        margin-top: -10px;
    }

    .main-panel .navbar.mh100 {
        min-height: 105px;
    }

    .doviz-kurlari {
        padding-right: 0px !important;
        margin-right: -5px;
    }

    .content.dashboard_v1 {
        margin-top: 105px;
    }

    /**/
    .bank_inf_tiny span {
        width: 30% !important;
        float: left;
        font-weight: 600;
    }

    .bank_page_title p {
        font-size: 12px;
    }

    .bank_page_title {
        padding: 1.5rem 20px;
    }

    .bank_page_title .pvr-header {
        font-size: 16px;
    }

    .pvr-box.card-grid.bank-card._hauto.br15 {
        padding: 1.5rem 20px;
    }

    .menu {
        padding: 7px 1.85em !important;
    }


}


@media (min-width: 768px) and (max-width: 1023px) {
    .mr15n {
        margin-right: 0;
    }

    #headerBasket.admin #sepet_yan .hizlisepet.hs100 {
        height: 92% !important;
    }

    .tab_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .tahsilat_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .talep_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .new_user_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_img {
        width: 60px !important;
        height: 55px !important;
        margin-left: 0px !important
    }

    .talep_bg_img {
        width: 60px !important;
        height: 55px !important;
        margin-left: 0px !important
    }

    .tahsilat_bg_icon_box {
        margin-left: 0px !important;
        width: 60px !important;
        height: 55px !important;
    }


    .talep_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .tahsilat_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .new_user_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .mobil_ac_hiz li {
        margin-right: 0px;
    }

    .hasilat_title {
        font-size: 13px !important;
    }

    .fs19 {
        font-size: 16px !important;
    }

    #chart-container {
        position: relative;
        height: 310px !important;
        overflow: hidden;
    }

    .tablt_margin {
        margin-top: 27px !important;
        margin-bottom: 27px !important;
    }

    .card_new_hov.card_blue.hidden_klllancı {
        display: none !important
    }
}


@media (min-width: 1024px) and (max-width: 1365px) {
    .pro_hidden {
        display: none !important;
    }

    .tablet_none.card_new_hov.card_blue {
        display: none !important
    }

    .tab_flex {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .tahsilat_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .talep_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .new_user_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .talep_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .tahsilat_bg_icon_box {
        margin-left: 0px !important;
        width: 60px !important;
        height: 60px !important;
    }


    .talep_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .tahsilat_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .new_user_bg {
        padding: 20px 10px !important;
        min-height: 145px !important;
    }

    .mobil_ac_hiz li {
        margin-right: 0px;
    }

    .hasilat_title {
        font-size: 13px !important;
    }

    .fs19 {
        font-size: 16px !important;
    }

    #chart-container {
        position: relative;
        height: 310px !important;
        overflow: hidden;
    }

    .collect_not {
        padding: 12px 15px !important;
    }

    .islem_td_basarili {
        font-size: 12px !important;
    }

    .islem_td_basarisiz {
        font-size: 12px !important;
    }

    .chart_sutun_box {
        margin-top: 55px !important;
    }

    #chart-sutun span {
        height: 140px !important;
    }

    #chart-sutun {
        height: 220px !important;
    }

    .subtable-heading .panel-title {
        font-size: 14px !important;
    }

    #chart-circle {
        height: 315px !important;
    }

    .hid_mob div img {
        width: 100px !important
    }


}

@media (min-width: 1366px) and (max-width: 1915px) {


    .tahsilat_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .talep_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .new_user_bg_text_box {
        font-size: 17px !important;
        margin-right: 0% !important;
        width: 210px !important;
    }

    .tahsilat_bg_text_pay_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .talep_bg_btn_box {
        padding: 5px 5px !important;
        font-size: 15px !important;
        max-width: 160px !important;
    }

    .new_user_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .talep_bg_img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 0px !important
    }

    .tahsilat_bg_icon_box {
        margin-left: 0px !important;
        width: 60px !important;
        height: 60px !important;
    }


    .talep_bg {
        padding: 20px 10px !important;
        min-height: 150px !important;
    }

    .tahsilat_bg {
        padding: 20px 10px !important;
        min-height: 150px !important;
    }

    .new_user_bg {
        padding: 20px 10px !important;
        min-height: 150px !important;
    }

    .mobil_ac_hiz li {
        margin-right: 0px;
    }

    .hasilat_title {
        font-size: 13px !important;
    }

    .fs19 {
        font-size: 16px !important;
    }

    #chart-container {
        position: relative;
        height: 310px !important;
        overflow: hidden;
    }

    .collect_not {
        padding: 12px 10px !important;
        font-size: 13px;
    }

    .sing_not {
        padding: 12px 10px !important;
        font-size: 13px;
    }

    .islem_td_basarili {
        font-size: 12px !important;
    }

    .islem_td_basarisiz {
        font-size: 12px !important;
    }

    .chart_sutun_box {
        margin-top: 55px !important;
    }

    #chart-sutun span {
        height: 140px !important;
    }

    #chart-sutun {
        height: 220px !important;
    }

    .subtable-heading .panel-title {
        font-size: 13px !important;
    }

    #chart-circle {
        height: 315px !important;
    }

    .hid_mob div img {
        width: 100px !important
    }

    .kredi_box p.kredi_box_title {
        padding: 0px 0px;
        font-size: 12px !important;
    }

    .footer .copyright {
        color: #797979;
        padding: 10px 5px;
        margin: 10px 3px;
        line-height: 20px;
        font-size: 0.875rem;
    }


}

@media (min-width: 1920px) and (max-width: 2500px) {
    .special_mar {
        margin-bottom: 8px !important;
    }

    .special_mar_dash {
        margin-bottom: 20px !important;
    }


}

@media (max-width: 767px) {
    #page_header_title img {
        max-width: 135px;
    }

    .layout-sidebar-large .menu-toggle {
        display: none;
    }

    .navbar .navbar-wrapper {
        display: inline-flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        width: 80%;
    }

    .info_user {
        display: inline-block;
        margin-top: -4px !important;
        font-size: 12px !important;
        font-weight: 500;
        color: #7a7a7a;
        max-width: 112px;
    }

    .logout_cs {
        display: none !important;
    }

    .dflex-mob-kur {
        display: none;
    }

    .main-panel .navbar.mh100 {
        min-height: 65px;
        padding: 0px 15px;
    }

    .content.dashboard_v1 {
        margin-top: 70px;
    }

    .layout-sidebar-large .sidebar-left, .layout-sidebar-large .sidebar-left-secondary {
        top: 70px;
        left: -290px;
    }

    .footer {
        padding-bottom: 125px;
    }
}

.w_f {
    width: 100% !important;
}

.pagination {
    margin-bottom: 3rem;
    margin-top: 30px;
}

.pagination li {
    margin-right: 10px;
}

.pos_relative {
    position: relative;
    padding: 0px 30px !important;
}


@media (min-width: 576px) {
    .newcontainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .newcontainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .newcontainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .newcontainer {
        max-width: 1600px;
    }
}

.newcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.newcontainer .content-wrapper {
    width: 100%;
    background: transparent;
}

.navbar_w {
    width: 100%
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .sidebar-mini .main-panel {
        width: calc(100% - 0px);
        margin-left: 120px;
    }

    .layout-sidebar-large .sidebar-left-secondary {
        left: -260px !important;
    }

    .content-wrapper, .p0 {
        padding: 15px 1rem .5rem 1rem;
    }

}

.w5 {
    width: 5%;
}

.font-w {
    font-weight: 600;
}

.taksit_flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 11px;
}

.taksitw20 {
    width: 20%;
}

.taksit_flex span {
    font-size: 14px;
    margin-bottom: 5px;
}

.credit_cart_big_box .flex_buton a {
    border-radius: 50px !important;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
}

.btn_save_info {
    border-radius: 50px;
    background: #0a458d;
    border-color: #0a458d;
    padding: 8px 35px;
    color: #fff;
    font-size: 18px;

    &:hover {
        background-color: #fff !important;
        border: 1px solid #0a458d !important;
        color: #0a458d !important;
    }
}

.campaing_bar {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 25px;
}

.campaing_bar span {
    background: #AED376;
    padding: 3px 15px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    border-radius: 7px;
    font-size: 12px;
}

@media (min-width: 768px)  and (max-width: 1020px) {
    .adres_b_class {
        font-size: 15px;
    }

    #new_billing_address_add .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    #update_billing_address .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    #new_delivery_address_add .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    #update_delivery_address .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }

    .odeme-onaylandi-detay-kutulari ul .list-group-item {
        padding: 0.75rem 0rem;
        font-size: 15px;
    }

    .pvr-box.odeme-onaylandi-detay-kutulari {
        padding: 1.5rem 15px;
        margin-bottom: 1rem;
    }

    .list-group-item:last-child span {
        font-size: 17px !important;
    }

    .odeme-onaylandi-detay-kutulari .panel.panel-default {
        min-height: 250px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
    }

    .odeme-onaylandi-detay-kutulari .panel.panel-default.odeme-onay-ucret-ozet-kutusu .panel-body {
        padding: 8px !important;
        height: 100%;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

}

.filter_clear li {
    display: inline-flex !important;
    background: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

.filter_clear li span {
    margin-right: 5px;
}

.search_listening ul {
    margin-bottom: 0px;
}

.w_sel_or_in select {
    max-width: 400px;
}

.w_sel_or_in {
    max-width: 230px;
    width: 25%;
    margin-right: 20px;
}

.new_filtering {
    display: flex;
    margin: 0px 15px;
}

.big_last_sel_or_in {
    max-width: 400px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

.big_last_sel_or_in .bton_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.big_last_sel_or_in .bton_top button {
    margin-right: 15px;
    margin-bottom: 0px;
}

.big_last_sel_or_in .bton_top input {
    margin-right: 15px;
    margin-bottom: 0px;
}

.w_sel_or_in.big_last_sel_or_in .up_user {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.shine {
    position: relative;
}

.shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.card_new.urun-kutusu.standarttemp .resim {
    min-height: 242px;
}


.product-card__gallery.product-card__right {
    transform: translateX(-100%);
    left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 0px;
    top: 25px;
}

.product-card__gallery {
    position: absolute;
    z-index: 9;
    top: 8px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    margin: 10px;
}

.urun-kutusu:hover .product-card__gallery {
    visibility: visible;
    transform: translateX(-10%);
}

.product-card__gallery .item-img {
    padding: 1px;
    background: white;
    border: 1px solid #999;
    margin: 0 0 6px;
    cursor: pointer;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.product-card__gallery .item-video {
    margin-left: 22px;
    margin-top: 9px;
    display: inline-block;
    position: absolute;
}

.product-card__gallery .item-video i {
    color: red;
}

.urun-kutusu li a i {
    font-size: 17px !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
}

.product-card__gallery .item-img.thumb-active {
    border: 1px solid #12468f;
}

.urun-kutusu .buton {
    transition: all 0.8s;
}

.bilgiOrtala {
    padding: 0;
    position: absolute;
    z-index: 9;
    right: 30px;
    top: 55px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bilgiOrtala .btn_df {
    border: none;
    display: inline-flex;
    margin-top: 5px;
    padding: 0;
    background-color: #f8f8f8;
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -moz-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    -o-transform: translate(50px, 0px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    border: none;
    margin-top: 5px;
    padding: 0;
    background-color: #f8f8f8;
    width: 35px;
    height: 35px;
    line-height: 28px;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    align-items: center;
    justify-content: center;
}

.bilgiOrtala .btn_df i {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.bilgiOrtala .btn_df span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    height: auto;
    opacity: 0;
    position: static;
    width: 0px;
    visibility: hidden;
}

.urun-kutusu:hover .bilgiOrtala .btn_df {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    opacity: 1;
}

.bilgiOrtala .btn_df:hover {
    background: #19A2D1;
    color: #fff;
    width: auto;
}

.bilgiOrtala .btn_df:hover i {
    color: #fff !important;
}

.bilgiOrtala .btn_df:hover span {
    opacity: 1;
    padding: 0 10px 0 0px;
    width: auto;
    visibility: visible;
}

.bilgiOrtala .btn_df svg {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}

.kisa-tr td select {
    margin-top: 10px !important;
}


/*YAN SEPET Bayi*/
#headerBasket.dealer ul#sepet_yan {
    position: fixed;
    height: 100%;
    right: -15px;
    top: 0;
    z-index: 99999990;
    width: 320px;
    background: white;
    padding: 3rem 3rem;
    transform: translateX(100%);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    list-style: none;
}

#headerBasket.dealer .sepetopen {
    transform: translateX(-5px) !important;
}

#headerBasket.dealer #sepet_yan .sepetim {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    height: 100%;
}

#headerBasket.dealer #sepet_yan .h85 {
    height: 85%;
}

#headerBasket.dealer #sepet_yan .h100 {
    height: 100%;
}

#headerBasket.dealer #sepet_yan .hizlisepet.hs100 {
    height: 99%;
}

#headerBasket.dealer #sepet_yan .sepust {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

#headerBasket.dealer #sepet_yan .sepust h4 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
}

#headerBasket.dealer #sepet_yan .shopping-cart-items {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#headerBasket.dealer #sepet_yan .shopping-cart-items li {
    border-bottom: 1px solid #f8f8f8;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

#headerBasket.dealer #sepet_yan .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

#headerBasket.dealer #sepet_yan .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0px;
}

#headerBasket.dealer #sepet_yan .item-name {
    font-size: 16px;

}

#headerBasket.dealer #sepet_yan .shopping-cart-items .item-quantity {
    font-size: 12px;
}

#headerBasket.dealer #sepet_yan .geneltoplam td {
    border: 1px solid #aaa !important;
    color: #555;
    height: 45px;
    display: table-cell;
    vertical-align: middle !important;
    width: 50%;
}

#headerBasket.dealer #sepet_yan .button.button-other-inline {
    border: 1px solid #12468f;
    color: #12468f;
    padding: 3px;
    text-align: center;
}

#headerBasket.dealer #sepet_yan #sepetkapa .button.button-other-inline {
    transition: .2s ease-in;
}

#headerBasket.dealer #sepet_yan #spt .button {
    padding: 12px 20px !important;
    font-size: 13px ! Important;
    display: block;
}

#headerBasket.dealer #sepet_yan .button.button-other-inline i {
    color: #12468f;
}

#headerBasket.dealer #sepet_yan .button.button-cart-inline, .add-to-cart {
    border: 1px solid #12468f !important;
    background: #12468f !important;
    color: #FFFFFF !important;
    padding: 3px;
    text-align: center;
}

#headerBasket.dealer .new_sepet_icn svg {
    width: 30px;
}

#headerBasket.dealer .new_basket_box .new_sepet_icn {
    width: 28px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    top: 2px;
}

#headerBasket.dealer .new_basket_box .new_sepet_icn span {
    position: absolute;
    right: -8px;
    top: 0px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.new_basket_box .mob_sepet_icn span {
    position: absolute;
    right: -6px;
    top: -3px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

#headerBasket.dealer .new_basket_box .cart_info {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    font-size: 13px;
    margin-top: 8px;
    line-height: 18px;
}


/*YAN SEPET ADMİN*/
#headerBasket.admin ul#sepet_yan {
    position: fixed;
    height: 100%;
    right: -15px;
    top: 0;
    z-index: 99999990;
    width: 400px;
    background: white;
    padding: 3rem 3rem;
    transform: translateX(100%);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    list-style: none;
}

#headerBasket.admin .sepetopen {
    transform: translateX(-5px) !important;
}

#headerBasket.admin #sepet_yan .sepetim {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    height: 100%;
}

#headerBasket.admin #sepet_yan .h85 {
    height: 85%;
}

#headerBasket.admin #sepet_yan .h100 {
    height: 100%;
}

#headerBasket.admin #sepet_yan .hizlisepet.hs100 {
    height: 99%;
}

#headerBasket.admin #sepet_yan .sepust {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

#headerBasket.admin #sepet_yan .sepust h4 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
}

#headerBasket.admin #sepet_yan .shopping-cart-items {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#headerBasket.admin #sepet_yan .shopping-cart-items li {
    border-bottom: 1px solid #f8f8f8;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

#headerBasket.admin #sepet_yan .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

#headerBasket.admin #sepet_yan .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0px;
}

/*#headerBasket.admin #sepet_yan .item-name {*/
/*    font-size: 16px;*/
/*}*/
#headerBasket.admin #sepet_yan .shopping-cart-items .item-price {
    color: #29a745;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
}

#headerBasket.admin #sepet_yan .shopping-cart-items .item-quantity {
    font-size: 12px;
}

#headerBasket.admin #sepet_yan .geneltoplam td {
    border: 1px solid #aaa !important;
    color: #555;
    height: 45px;
    display: table-cell;
    vertical-align: middle !important;
    width: 50%;
}

#headerBasket.admin #sepet_yan .button.button-other-inline {
    border: 1px solid #12468f;
    color: #12468f;
    padding: 3px;
    text-align: center;
}

#headerBasket.admin #sepet_yan #sepetkapa .button.button-other-inline {
    transition: .2s ease-in;
}

#headerBasket.admin #sepet_yan #spt .button {
    padding: 12px 20px !important;
    font-size: 13px ! Important;
    display: block;
}

#headerBasket.admin #sepet_yan .button.button-other-inline i {
    color: #12468f;
}

#headerBasket.admin #sepet_yan .button.button-cart-inline, .add-to-cart {
    border: 1px solid #12468f !important;
    background: #12468f !important;
    color: #FFFFFF !important;
    padding: 3px;
    text-align: center;
}

.new_basket_box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


.new_basket_box .new_sepet_icn {
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent !important;
    top: 2px;
}

.new_sepet_icn svg {
    width: 23px;
    stroke: #124789 !important;
    stroke-width: 35px;
}

.new_basket_box .cart_info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-size: 13px;
    margin-top: 2px;
    line-height: 19px;
}

.new_basket_box .cart_info .cart-title {
    font-weight: 600;
}

.new_basket_box .site-header__carts.shopcart.font-ct {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 15px;
}

.new_basket_box .new_sepet_icn span {
    position: absolute;
    right: -7px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

#headerBasket.admin {
    background-color: #fff;
    z-index: 1;
    height: 45px;
    gap: 15px;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.bos-sepet {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 15px;
    color: #252b3d;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: #f7f7f7;
}

#headerBasket.dealer .new_basket_box .new_sepet_icn img {
    width: 30px;
}

#headerBasket.admin .new_basket_box .new_sepet_icn img {
    width: 30px;
}

.detail_gnl_btn {
    fill: green;
    padding: 5px;
    background: #caf0f8;
    border: none !important;
    text-align: center;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    transition: background-color 0.5s ease;
}

.trash_btn_gnl {
    fill: rgb(231, 76, 60);
    padding: 5px;
    background: rgba(231, 76, 60, 0.1);
    border: none !important;
    text-align: center;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    transition: background-color 0.5s ease;
}

.trash_btn_gnl:hover {
    background-color: rgb(231, 76, 60);
}

.trash_btn_gnl:hover svg path {
    fill: white;
}


/*Yeni Açılır Sepet*/

.sepet_hader_right .header_touchspin {
    /*hamza*/
    height: 25px !important;
    width: 21px !important;
    text-align: center; /* Sayıyı ortala */
    padding: 0px !important; /* İç boşluğu ayarla */
    border: none;
    font-size: 12px;
}

.header_touchspin .bootstrap-touchspin-postfix {
    font-size: 13px;
    background-color: transparent;
    border: none;
    padding: 0px 5px 0px 0px;
}

.header_touchspin .bootstrap-touchspin .input-group-btn {
    display: flex;
    align-items: center; /* Dikey ortalama */
    justify-content: center; /* Yatay ortalama */
}

.header_touchspin .bootstrap-touchspin-up,
.header_touchspin .bootstrap-touchspin-down {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Butonun input yüksekliğini kaplamasını sağlar */
    margin: 0px;
    padding: 0px 8px 0px 8px !important;
}


.header_sepet_container {
    display: flex;
    justify-content: space-between;
}

.header_sepet_price {
    display: flex !important;
    justify-content: end !important;
}

.quick_card_trash {
    margin-right: 10%;
    padding: 3px 0 0 0 !important;
    margin-bottom: 5px;
    margin-top: -7px;
}

.remove_items_card {
    margin: 0px !important;
}

.product_image {
    border-radius: 0.75rem;
    border: 1px solid #eeee;
    padding: 10px;
    margin: 0px 5px 15px 5px;
}

.header_sepet_price .old-price {
    font-size: 10px !important;
    margin-right: 2px !important;
}

.header_sepet_container .item-name a {
    font-size: 14px !important;
    font-weight: bold !important;
}

.header_sepet_container .item-name {
    line-height: 1;
    margin-bottom: 5px;
}

.in_side_bg {
    min-height: 63vh !important;
}

.air-datepicker-hint {
    border: 1px solid rgba(77, 147, 227, 1);
    background: rgba(234, 238, 246, 1);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 12px;
    text-align: center;
    color: #2F3A4A;
    font-weight: 600;
}

.popup-content-home {
    a {
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

/*Royal Tooltip*/

[data-royal-hint] {
    cursor: pointer;
}

.royal-hint {
    --arrow-x: 50%;
    --arrow-y: 50%;

    position: absolute;
    z-index: 99999;
    background: #444B5B;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 6px;
    white-space: normal;
    word-break: break-word;
    max-width: var(--special-tooltip-maxWidth,220px);
    pointer-events: none;
    opacity: 0;
    transform: translateY(4px) scale(.96);
    transition: opacity .15s ease, transform .15s ease;

    &::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: inherit;
        transform: rotate(45deg);
        transform-origin: center;
        border-radius: 2px;
    }

    &[data-placement="top"]::after {
        bottom: -8px;
        left: var(--arrow-x);
        transform: translateY(-4px) translateX(-50%) scale(.96) rotate(45deg);
    }

    &[data-placement="bottom"]::after {
        top: -8px;
        left: var(--arrow-x);
        transform: translateY(4px) translateX(-50%) scale(.96) rotate(45deg);
    }

    &[data-placement="left"]::after {
        right: -8px;
        top: var(--arrow-y);
        transform: translateX(-5px) translateY(0) scale(.96) rotate(45deg);
    }

    &[data-placement="right"]::after {
        left: -8px;
        top: var(--arrow-y);
        transform: translateY(-5%) translateX(35%) scale(.96) rotate(45deg);
    }
}

.royal-hint.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/*Tab Pane*/
#tabs_wrap {
    position: relative;
    transition: min-height .25s ease;
}

/*Form Control Group Css*/
.new_group_wrap {
    position: relative;

    label:not(.modern-checkbox) {
        position: absolute;
        padding: .2rem;
        background-color: #ffff;
        top: 0;
        left: 2%;
        transform: translate(0, -50%);
        font-size: 13px;
        font-weight: 500;
        z-index: 99;
        height: max-content;
        width: max-content !important;
    }

    input, select {
        min-height: 45px;
    }

    &.double-flex {
        border: 1px solid #007bff40;
        border-radius: .25rem;

        .double-flex-elements {
            display: flex;
            align-items: center;
            justify-content: center;

            select,
            input,
            textarea {
                &, &:focus {
                    border: none !important;
                    box-shadow: none !important;
                    outline: none !important;
                }
            }

            .select-wrap {
                position: relative;
                border-radius: .25rem;
                flex: 1;
            }

            select {

                width: 100%;
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
                transition: all .2s ease-in-out;

                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;

                padding-right: 35px;
                background: transparent;


            }

            /* CUSTOM OK */

            .select-wrap::after {
                content: "\f078";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;

                position: absolute;
                right: 8px;
                top: 50%;
                transform: translateY(-50%);

                font-size: 10px;
                color: #6c757d;

                pointer-events: none;


            }


            /* Select arası çizgi */

            .select-wrap:not(:last-child) {
                border-right: 1px solid #007bff40;
            }
        }

    }

    &.group-type-three {
        padding: 1rem .5rem 0;
        border: 1px solid #ced4da;
        border-radius: .25rem;

        .userchecked {
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            gap: .5rem;

            select,
            input,
            textarea {
                &, &:focus {
                    box-shadow: none !important;
                    outline: none !important;
                }
            }

        }

        .scrollbox {
            width: 100%;
            height: 100%;
            max-height: 250px;

            &, &:focus {
                border: none !important;
                box-shadow: none !important;
                outline: none !important;
            }
        }

    }


}

.input-flex-group {
    display: grid;
    grid-template-columns: var(--special-grid-columns, repeat(2, 1fr));
    align-items: center;
    gap: 1rem;
}


.tooltip_ana {
    position: relative;
}

.tooltip_ana .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    min-width: 70px;
    max-width: 220px;
    background-color: #444B5B !important;
    color: #fff;
    text-align: center;
    padding: 11px 7px;
    border-radius: 3px;
    font-size: 12px;

    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);

    transition: opacity 0.2s ease;
    white-space: nowrap;
    z-index: 10;
}

.tooltip_ana .tooltip-text.tooltip_bottom {
    bottom: -100% !important;
    transform: translateX(-60%);
}

.tooltip_ana .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #444B5B transparent transparent transparent;
}

.tooltip_ana .tooltip-text.tooltip_bottom::after {
    top: -23%;
    border-color: transparent transparent #444B5B transparent;
    transform: translateX(50%);

}

/* sağa yaslanınca */
.tooltip_ana .tooltip-text.tooltip-right::after {
    left: auto;
    right: 12px;
    transform: none;
}

/* sola yaslanınca */
.tooltip_ana .tooltip-text.tooltip-left::after {
    left: 12px;
    right: auto;
    transform: none;
}

.tooltip_ana:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.no-padding {
    padding: 0 !important;
}

/*Form Error Css*/

.has-error-tooltip {
    position: relative;
}

.error-tooltip {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-left: 8px;
    transform: translateY(-50%) translateX(-5px);

    background: #dc3545;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    padding: 6px 10px;
    border-radius: 4px;

    opacity: 0;
    white-space: nowrap;
    pointer-events: none;

    transition: opacity .25s ease, transform .25s ease;

    &::before {
        content: '';
        position: absolute;
        left: -5px;
        top: 50%;
        transform: translateY(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent #dc3545 transparent transparent;
    }
}

.error-tooltip.show {
    opacity: 1;
}

/*Modern checkbox*/
.modern-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    gap: 8px;
    margin-bottom: 0;
}

.modern-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.success-order {
    background-color: #d8f3dc;
    color: #155724;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border: 1px solid transparent;
    vertical-align: middle;
    width: 100%;
    max-width: fit-content;
    font-size: 12px;
    padding: 5px 10px;
}

.checkmark {
    width: 15px;
    height: 15px;
    background-color: white;
    border: 2px solid #bbb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    color: transparent;
    font-size: 14px;

    i {
        margin-left: 0 !important;
        font-size: small;
    }
}

.modern-checkbox:hover .checkmark {
    border-color: #4a90e2;
}

.modern-checkbox .checkmark i {
    opacity: 0;
    transition: .2s;
}

.modern-checkbox input:checked ~ .checkmark {
    border-color: #4a90e2;
    background-color: #4a90e2;
    color: #ffff;
    transform: scale(1.02);

    i {
        opacity: 1;
    }
}

.btn-dynamic-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    background: var(--btn-bg);
    border: 1px solid var(--btn-bg);
    border-radius: 5px !important;
    color: var(--btn-color, #ffff) !important;
    font-size: var(--special-size, 13px);
    min-width: var(--special-width, 120px);
    min-height: var(--special-height, 30px);
    max-width: var(--special-maxWidth, auto);
    width: var(--special-width, auto);
    height: var(--special-height, 40px);
    margin: 0 !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    line-height: var(--special-lineHeight, normal);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;

    /* ── Span & SVG ── */

    span {
        font-size: var(--special-size, 13px) !important;
        line-height: var(--special-lineHeight, normal);
        color: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    svg {
        width: var(--btn-icon-size, 23px);
        height: var(--btn-icon-size, 23px);
        flex-shrink: 0;
    }

    svg path {
        fill: var(--btn-color, #ffff);
        stroke: var(--btn-color, #ffff);
    }

    i {
        font-size: 15px;
    }

    /* ── Boyut Presetleri ── */

    &.btn-sm {
        --special-size: 11px;
        --special-width: 32px;
        --special-height: 32px;
        --btn-icon-size: 18px;
        padding: 0 .5rem;
    }

    &.btn-md {
        --special-size: 13px;
        --special-width: 85px;
        --special-height: 40px;
        --btn-icon-size: 25px;
        padding: 0 .75rem;
    }

    &.btn-lg {
        --special-size: 14px;
        --special-width: 110px;
        --special-height: 36px;
        --btn-icon-size: 16px;
        padding: 0 1rem;
    }

    &.btn-xl {
        --special-size: 15px;
        --special-width: 130px;
        --special-height: 42px;
        --btn-icon-size: 18px;
        padding: 0 1.25rem;
    }

    /* ── Genişlik Yardımcıları ── */

    &.btn-full {
        width: 100%;
        max-width: 100%;
    }

    &.btn-auto {
        --special-maxWidth: auto;
        width: auto;
    }

    &.btn-wide {
        --special-maxWidth: 200px;
    }

    &.btn-narrow {
        --special-maxWidth: 70px;
    }

    /* ── Dolu Renk Varyantları ── */

    &.btn-dynamic-success {
        --btn-bg: var(--button-dynamic-success, var(--theme-deafult));
    }

    &.btn-dynamic-primary {
        --btn-bg: var(--button-dynamic-primary, var(--theme-deafult));
    }

    &.btn-dynamic-danger {
        --btn-bg: var(--button-dynamic-danger, var(--theme-deafult));
    }

    &.btn-dynamic-secondary {
        --btn-bg: var(--button-dynamic-secondary, var(--theme-deafult));
    }

    &.btn-dynamic-info {
        --btn-bg: var(--button-dynamic-info, var(--theme-deafult));
    }

    &.btn-excel-add {
        --btn-bg: var(--button-dynamic-excel, var(--theme-deafult));
    }

    &.btn-excel-import {
        --btn-bg: var(--button-dynamic-excel-export, var(--theme-deafult));
    }

    /* ── Ghost / Outline Varyantları ── */

    &.btn-trigger-success,
    &.btn-trigger-primary,
    &.btn-trigger-danger,
    &.btn-trigger-info,
    &.btn-trigger-secondary,
    &.btn-trigger-excel,
    &.btn-trigger-import {
        background: transparent;
        --btn-color: var(--btn-ghost-color);
    }

    &.btn-trigger-success {
        --btn-ghost-color: var(--button-dynamic-success, var(--theme-deafult));
        --btn-bg: var(--button-dynamic-success, var(--theme-deafult));
        border-color: var(--button-dynamic-success, var(--theme-deafult));
    }

    &.btn-trigger-primary {
        --btn-ghost-color: var(--button-dynamic-primary, var(--theme-deafult));
        --btn-bg: var(--button-dynamic-primary, var(--theme-deafult));
        border-color: var(--button-dynamic-primary, var(--theme-deafult));
    }

    &.btn-trigger-danger {
        --btn-ghost-color: var(--button-dynamic-danger, var(--theme-deafult));
        --btn-bg: var(--button-dynamic-danger, var(--theme-deafult));
        border-color: var(--button-dynamic-danger, var(--theme-deafult));
    }

    &.btn-trigger-info {
        --btn-ghost-color: var(--button-dynamic-info, var(--theme-deafult));
        --btn-bg: var(--button-dynamic-info, var(--theme-deafult));
        border-color: var(--button-dynamic-info, var(--theme-deafult));
    }

    &.btn-trigger-secondary {
        --btn-ghost-color: var(--button-dynamic-secondary, var(--theme-deafult));
        --btn-bg: var(--button-dynamic-secondary, var(--theme-deafult));
        border-color: var(--button-dynamic-secondary, var(--theme-deafult));
    }

    &.btn-trigger-excel {
        --btn-ghost-color: var(--button-dynamic-excel, var(--theme-deafult));
        --btn-bg: var(--button-dynamic-excel, var(--theme-deafult));
        border-color: var(--button-dynamic-excel, var(--theme-deafult));
    }

    &.btn-trigger-import {
        --btn-ghost-color: var(--button-dynamic-excel-export, var(--theme-deafult));
        --btn-bg: var(--button-dynamic-excel-export, var(--theme-deafult));
        border-color: var(--button-dynamic-excel-export, var(--theme-deafult));
    }

    /* ghost svg rengi */

    &.btn-trigger-success,
    &.btn-trigger-primary,
    &.btn-trigger-danger,
    &.btn-trigger-info,
    &.btn-trigger-secondary,
    &.btn-trigger-excel,
    &.btn-trigger-import {
        svg path {
            fill: var(--btn-ghost-color);
            stroke: var(--btn-ghost-color);
        }

        &:hover {
            background-color: var(--btn-bg) !important;
            color: #fff !important;

            span {
                color: #fff;
            }

            i {
                color: #fff !important;
            }

            svg path {
                fill: #fff;
                stroke: #fff;
            }
        }
    }

    /* ── Soft / Pastel Varyantlar ── */

    &.btn-soft-success,
    &.btn-soft-primary,
    &.btn-soft-danger,
    &.btn-soft-info,
    &.btn-soft-secondary {
        background: transparent;
        border: none !important;
    }

    &.btn-soft-success {
        --btn-soft-color: var(--button-dynamic-success, var(--theme-deafult));
        background-color: color-mix(in srgb, var(--btn-soft-color) 12%, transparent) !important;
        --btn-color: var(--btn-soft-color);
    }

    &.btn-soft-primary {
        --btn-soft-color: var(--button-dynamic-primary, var(--theme-deafult));
        background-color: color-mix(in srgb, var(--btn-soft-color) 12%, transparent) !important;
        --btn-color: var(--btn-soft-color);
    }

    &.btn-soft-danger {
        --btn-soft-color: var(--button-dynamic-danger, var(--theme-deafult));
        background-color: color-mix(in srgb, var(--btn-soft-color) 12%, transparent) !important;
        --btn-color: var(--btn-soft-color);
    }

    &.btn-soft-info {
        --btn-soft-color: var(--button-dynamic-info, var(--theme-deafult));
        background-color: color-mix(in srgb, var(--btn-soft-color) 12%, transparent) !important;
        --btn-color: var(--btn-soft-color);
    }

    &.btn-soft-secondary {
        --btn-soft-color: var(--button-dynamic-secondary, var(--theme-deafult));
        background-color: color-mix(in srgb, var(--btn-soft-color) 12%, transparent) !important;
        --btn-color: var(--btn-soft-color);
    }


    /* ── Dolu Buton Hover ── */

    &:not([class*="btn-trigger"]):hover {
        background-color: #ffff;
        color: var(--btn-bg) !important;

        span {
            color: var(--btn-bg);
        }

        i {
            color: var(--btn-bg) !important;
        }

        &.spinning::before {
            border-right: var(--btn-bg) !important;
        }

        svg path {
            fill: var(--btn-bg);
            stroke: var(--btn-bg);
        }
    }

    /* soft svg & i rengi */

    &.btn-soft-success,
    &.btn-soft-primary,
    &.btn-soft-danger,
    &.btn-soft-info,
    &.btn-soft-secondary {
        i {
            color: var(--btn-soft-color) !important;
        }

        svg path {
            fill: var(--btn-soft-color);
            stroke: var(--btn-soft-color);
        }

        &:hover {
            background-color: var(--btn-soft-color) !important;
            --btn-color: #fff;
            color: var(--btn-color) !important;

            i {
                color: #fff !important;
            }

            svg path {
                fill: #fff !important;
                stroke: #fff !important;
            }
        }
    }
}

/*Badge System*/
/* ════════════════════════════════════════════════════════
   badge-dynamic.css
   Tüm varyantlar: solid · soft · trigger/outline
   Boyutlar: sm · md (default) · lg · xl
   Şekil:    pill (yuvarlak)
   Durum:    badge-button (tıklanabilir)
   ════════════════════════════════════════════════════════ */

.badge-dynamic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    font-size: var(--badge-size, 11px);
    font-weight: 600;
    padding: var(--badge-padding, 3px 8px);
    border-radius: var(--badge-radius, 5px);
    min-width: var(--badge-min-width, 48px);
    white-space: nowrap;
    line-height: 1.4;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    vertical-align: middle;
    box-sizing: border-box;

    i,
    svg {
        display: inline-block;
        flex-shrink: 0;
        width: var(--badge-icon-size, 11px);
        height: var(--badge-icon-size, 11px);
        font-size: var(--badge-icon-size, 11px);
        vertical-align: middle;
        line-height: 1;
        fill: none;
        stroke: currentColor;

        path {
            fill: #ffff;
            stroke: #ffff;
        }
    }

    img {
        display: inline-block;
        flex-shrink: 0;
        width: var(--badge-icon-size, 12px);
        height: var(--badge-icon-size, 12px);
        vertical-align: middle;
        object-fit: contain;
        border-radius: 2px;
    }

    /* ════════════════════════════════
       BOYUT PRESTLERİ
       Her preset: font-size · padding · icon-size · min-width · height
    ════════════════════════════════ */

    &.badge-sm {
        --badge-size: 10px;
        --badge-padding: 2px 6px;
        --badge-icon-size: 10px;
        --badge-min-width: 40px;
        min-height: 20px;
    }

    &.badge-md {
        --badge-size: 11px;
        --badge-padding: 3px 8px;
        --badge-icon-size: 11px;
        --badge-min-width: 48px;
        min-height: 22px;
    }

    &.badge-lg {
        --badge-size: 13px;
        --badge-padding: 5px 11px;
        --badge-icon-size: 13px;
        --badge-min-width: 56px;
        min-height: 30px;
    }

    &.badge-xl {
        --badge-size: 14px;
        --badge-padding: 6px 12px;
        --badge-icon-size: 15px;
        --badge-min-width: 64px;
        min-height: 32px;
    }

    /* ════════════════════════════════
       ŞEKİL — Pill (tam yuvarlak)
    ════════════════════════════════ */

    &.badge-pill {
        --badge-radius: 20px;
    }

    /* ════════════════════════════════
       SOLID varyantlar
    ════════════════════════════════ */

    &.badge-dynamic-success {
        background: #54BA4A;
        border-color: #54BA4A;
        color: #fff;
    }

    &.badge-dynamic-danger {
        background: #dc3545;
        border-color: #dc3545;
        color: #fff;
    }

    &.badge-dynamic-primary {
        background: #1C7ED6;
        border-color: #1C7ED6;
        color: #fff;
    }

    &.badge-dynamic-warning {
        background: #D4820A;
        border-color: #D4820A;
        color: #fff;
    }

    &.badge-dynamic-secondary {
        background: #6C757D;
        border-color: #6C757D;
        color: #fff;
    }

    &.badge-dynamic-info {
        background: rgba(0, 173, 181, 1);
        border-color: rgba(0, 173, 181, 1);
        color: #fff;
    }

    &.badge-dynamic-excel {
        background: #217346;
        border-color: #217346;
        color: #fff;
    }

    /* ════════════════════════════════
       SOFT / Pastel varyantlar
    ════════════════════════════════ */

    &.badge-soft-success {
        background: #E8F7E6;
        border-color: #8DD985;
        color: #1F6B19;
    }

    &.badge-soft-danger {
        background: #FDE8EA;
        border-color: #F0878F;
        color: #780F19;
    }

    &.badge-soft-primary {
        background: #E7F1FB;
        border-color: #78B4EC;
        color: #0D4A8C;
    }

    &.badge-soft-warning {
        background: #FFFBE6;
        border-color: #F5C842;
        color: #9A6800;
    }

    &.badge-soft-warning-strong {
        background: #F5C842;
        border-color: #E6A817;
        color: #664500;
    }

    &.badge-soft-secondary {
        background: #F1F3F5;
        border-color: #CED4DA;
        color: #343A40;
    }

    &.badge-soft-amber {
        background: #FEF3E2;
        border-color: #F5C46A;
        color: #8A5200;
    }

    &.badge-soft-info {
        background: #E0F7F8;
        border-color: #5ECFD4;
        color: #005F63;
    }

    /* ════════════════════════════════
       TRIGGER / Outline varyantlar
    ════════════════════════════════ */

    &.badge-trigger-success {
        background: transparent;
        border-color: #54BA4A;
        color: #2E8F26;
    }

    &.badge-trigger-danger {
        background: transparent;
        border-color: #dc3545;
        color: #9B1623;
    }

    &.badge-trigger-primary {
        background: transparent;
        border-color: #1C7ED6;
        color: #1565B8;
    }

    &.badge-trigger-warning {
        background: transparent;
        border-color: #D4820A;
        color: #B36A00;
    }

    &.badge-trigger-secondary {
        background: transparent;
        border-color: #CED4DA;
        color: #495057;
    }

    &.badge-trigger-info {
        background: transparent;
        border-color: rgba(0, 173, 181, 1);
        color: #007A7F;
    }

    &.badge-trigger-excel {
        background: transparent;
        border-color: #217346;
        color: #185733;
    }

    /* ════════════════════════════════
       BUTTON (tıklanabilir) durumu
    ════════════════════════════════ */

    &.badge-button {
        cursor: pointer;
        user-select: none;
        transition: filter 80ms ease, transform 80ms ease;

        &:hover {
            filter: brightness(1.1);
        }

        &:active {
            transform: scale(0.95);
            filter: brightness(0.95);
        }

        &:focus-visible {
            outline: 2px solid currentColor;
            outline-offset: 2px;
        }

        &:disabled,
        &.disabled {
            opacity: 0.5;
            cursor: not-allowed;
            pointer-events: none;
        }
    }

}

.badge-none {
    background: unset !important;
    border: unset !important;
    --badge-size : 13px !important;
}

.w-100 {
    width: 100% !important;
}

svg.not-stroke path {
    stroke: unset !important;
}

#tabs_wrap {
    transition: min-height .25s ease;
}

.new_action_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;

    .dropdown-button-wrapper {
        position: relative;

        .dropdown-menu {
            width: max-content;
            padding: .5rem;

            li {
                display: block;
                margin-bottom: .5rem;

                a {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    gap: .5rem;
                }
            }
        }
    }
}

.compare-product-item:first-of-type .wrap-compare {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.compare-product-item:last-of-type .wrap-compare {
    border-right: 1px solid #a6aeba !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.wrap-compare-icon.delete-compare-item.icon-times-circle svg {
    position: absolute;
    top: 9%;
    right: 2%;

    path {
        fill: red;
    }
}

/*HoverScope Css*/
@keyframes pulse {
    0% {
        opacity: .6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .6;
    }
}

.royal-hoverscope-tooltip {
    position: fixed;
    z-index: 9999;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
    min-width: 240px;

    opacity: 0;
    transform: translateX(6px);
    pointer-events: none;

    transition: opacity .15s ease, transform .15s ease;
    will-change: transform, opacity;

    &.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* =======================
       SKELETON
    ======================= */

    .hs-skeleton {
        padding: .5rem;
    }

    .sk-image {
        height: 120px;
        background: #eee;
        border-radius: 6px;
        margin-bottom: 10px;
        animation: pulse 1.2s infinite;
    }

    .sk-line {
        height: 12px;
        background: #eee;
        margin-bottom: 8px;
        border-radius: 4px;
        animation: pulse 1.2s infinite;

        &.short {
            width: 60%;
        }

        &.big {
            height: 16px;
            width: 80%;
        }
    }

    /* =======================
       PRODUCT CARD
    ======================= */

    .hs-img {
        width: 100%;
        border-radius: 6px;
        margin-bottom: 8px;
    }

    .hs-title {
        font-weight: 600;
        margin-bottom: 4px;
    }

    .hs-brand {
        font-size: 13px;
        color: #888;
        margin-bottom: 6px;
    }

    .hs-price {
        font-weight: 700;
        color: #e60023;
    }

    /* =======================
       ARROW
    ======================= */

    &::after {
        content: "";
        position: absolute;
        border: 10px solid transparent;
    }

    &.arrow-top::after {
        bottom: 100%;
        left: var(--arrow-left);
        transform: translateX(-50%);
        border-bottom-color: #fff;
    }

    &.arrow-bottom::after {
        top: 100%;
        left: var(--arrow-left);
        transform: translateX(-50%);
        border-top-color: #fff;
    }

    &.arrow-left::after {
        top: var(--arrow-top);
        right: 100%;
        transform: translateY(-50%);
        border-width: 8px 8px 8px 0;
        border-color: transparent #fff transparent transparent;
    }

    &.arrow-right::after {
        top: var(--arrow-top);
        left: 100%;
        transform: translateY(-50%);
        border-width: 8px 0 8px 8px;
        border-color: transparent transparent transparent #fff;
    }
}

.nostock_basket_box {

    .qty-plus-minus.expanded {
        border: 1px solid #6c757d !important;

        &::before {
            background-color: #6c757d !important;
        }

    }

    .btn.button-cart {
        border-color: #6c757d !important;

        svg path {
            fill: #6c757d !important;
        }

        &::before {
            background: #6c757d !important;
        }
    }
}

.royal-error-tooltip {
    background: #e53935;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 12px;
    white-space: nowrap;
    z-index: 1000;

    .royal-tooltip-arrow {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #e53935;
        transform: rotate(45deg) translate(0, -2px);
    }

    &.show {
        opacity: 1;
        transform: scale(1);
    }
}

.royal-has-error {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 .2rem rgba(229, 57, 53, .25) !important;
}

.slider-table-wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9ecef;

    table {
        width: 100%;
        border-collapse: collapse;
        border: unset !important;
        margin-bottom: 0;

        thead {
            tr th {
                &:first-child {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    gap: .3rem;
                }
            }
        }
    }
}

.royal-zoom {
    display: flex;
    gap: 15px;
}

.royal-zoom__image {
    position: relative;

    img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.royal-zoom__lens {
    position: absolute;
    width: 200px;
    height: 250px;
    background: rgba(255, 255, 255, 0.4);
    transition: all .3 ease-in-out;
    border-radius: 6px;
    cursor: crosshair;
    pointer-events: none;
}

.royal-zoom__result--global {
    position: fixed;
    width: 516px;
    height: 516px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-repeat: no-repeat;
    z-index: 9999;
    pointer-events: none;
}

/*New Toast Css*/

/* ── CONTAINER ─────────────────────────────── */
#toast-container {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 9999;
    pointer-events: none;
    width: 100%;
    max-width: 500px;
}

/* ── TOAST ─────────────────────────────────── */
.toast {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 12px;
    border: 1px solid;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    pointer-events: all;
    position: relative;
    overflow: hidden;

    /* başlangıç durumu */
    opacity: 0;
    transform: translateY(-60px);
    max-height: 80px;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.25s ease,
    max-height 0.3s ease,
    margin-bottom 0.3s ease,
    padding 0.3s ease;
}

/* giriş: .show class'ı JS ile eklenir */
.toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* çıkış: .hide class'ı JS ile eklenir */
.toast.hide {
    opacity: 0;
    transform: translateY(-60px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    transition: transform 0.3s ease,
    opacity 0.3s ease,
    max-height 0.3s ease 0.1s,
    margin-bottom 0.3s ease,
    padding 0.3s ease;
}

/* ── RENKLİ TEMALAR ────────────────────────── */
.toast-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #15803d;
}

.toast-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}

.toast-info {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.toast-warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #b45309;
}

/* dark mode */
@media (prefers-color-scheme: dark) {
    .toast-success {
        background: #179648;
        border-color: #168a42;
        color: #ffffff;
    }

    .toast-error {
        background: #450a0a;
        border-color: #991b1b;
        color: #fca5a5;
    }

    .toast-info {
        background: #0c1a3a;
        border-color: #1e40af;
        color: #93c5fd;
    }

    .toast-warning {
        background: #2d1a00;
        border-color: #92400e;
        color: #fcd34d;
    }
}

/* ── İÇ ELEMANLAR ──────────────────────────── */
.toast-icon {
    font-size: 15px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.toast-msg {
    flex: 1;
    line-height: 1.5;
    color: inherit;
}

.toast-time {
    font-size: 11px;
    opacity: 0.55;
    white-space: nowrap;
}

.toast-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: inherit;
    opacity: 0.5;
    padding: 0 2px;
    line-height: 1;
    flex-shrink: 0;
    transition: opacity 0.15s;
}

.toast-close:hover {
    opacity: 1;
}

/* ── PROGRESS BAR ──────────────────────────── */
.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2.5px;
    width: 100%;
    border-radius: 0;
    animation: toast-shrink linear forwards;
}

.toast-success .toast-progress {
    background: #ffffff;
}

.toast-error .toast-progress {
    background: #dc2626;
}

.toast-info .toast-progress {
    background: #2563eb;
}

.toast-warning .toast-progress {
    background: #d97706;
}


.lazy_loading {
    position: relative;
    width: 100%;
    min-height: var(--lazy-minHeight, min-content);
    overflow: hidden;
    z-index: 99;
    border-radius: var(--loading_content_radius);
}


.lazy_loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    border-radius: var(--loading_content_radius);
    z-index: 998;
}

.cart-success-popup {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

.cart-success-popup.active {
    opacity: 1;
    visibility: visible;
}

.cart-success-content {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    transform: scale(0.9);
    transition: 0.4s ease;

    img {
        width: 75px;
        height: 75px;
    }

    h3 {
        font-size: 18px;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.cart-success-popup.active .cart-success-content {
    transform: scale(1);
}

/*Keyframes*/
@keyframes loadingShimmer {
    0% {
        left: -150px;
    }
    100% {
        left: 100%;
    }
}

.lazy_loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: var(--loading_content_radius);
    animation: loadingShimmer 1.5s infinite;
    z-index: 999;
}

@keyframes toast-shrink {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

.royal-sticky--active {
    .card_new_prem_row {
        padding: 0 20px !important;
    }
}

/*Son*/
@keyframes fuzzy-shimmer {
    0% {
        background-position: -600px 0;
    }
    100% {
        background-position: 600px 0;
    }
}

.fuzzy-skeleton-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    pointer-events: none;
}

.fuzzy-skeleton-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.fuzzy-sk {
    display: block;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1200px 100%;
    animation: fuzzy-shimmer 1.4s infinite linear;
    border-radius: 4px;
}

.fuzzy-sk--avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
}

.fuzzy-sk-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.fuzzy-sk--line {
    height: 13px;
}

.fuzzy-sk--line-sm {
    height: 11px;
}

.fuzzy-searching .name-area,
.fuzzy-searching .sub-area {
    opacity: 0.3;
    transition: opacity .2s;
}

.fuzzy-empty-state {
    padding: 24px 16px;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.scrollbox {
    position: relative;
}

.not-fill-background {
    fill: unset;
}

@media (max-width: 420px) {
    .product_image {
        margin: 0;
    }
}

@media (min-width: 1280px) {
    #headerBasket.admin {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-left: -10px;
        max-width: 190px;
        min-width: 190px;
        padding: 1px 16px 1px 5px !important;
    }

    #CartTotal {
        font-size: 12px;
    }

    .new_basket_box .cart_info {
        display: flex;
        flex-direction: column;
        margin-left: 17px;
        font-size: 13px;
        margin-top: 2px;
        line-height: 19px;
    }

    .new_basket_box .cart_info .cart-title {
        font-weight: 500;
        font-size: 15px;
        color: #212529;
    }

}

.copy_product {
    width: 40px;
    height: 40px;
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 238, 205, 1);
    color: #ffaa06;
}

.copy_product:hover {
    background: #ffaa06;
    color: #fff !important;
}


/* ============================================================
   Royal Dropdown — royal.dropdown.css
   Portal tabanlı dropdown sistemi stilleri.
   JS bağımlılığı yoktur; bağımsız olarak import edilebilir.
   ============================================================ */


@media (prefers-color-scheme: dark) {
    :root {
        --rdd-bg: #1e1e1e;
        --rdd-border: rgba(255, 255, 255, 0.10);
        --rdd-shadow: 0 4px 28px rgba(0, 0, 0, 0.40), 0 1px 4px rgba(0, 0, 0, 0.20);
    }
}

/* ── Portal ───────────────────────────────────────────────── */

.royal-dd-portal {
    position: fixed;
    z-index: var(--rdd-z);
    top: 0;
    left: 0;
    background: var(--rdd-bg);
    border: 0.5px solid var(--rdd-border);
    border-radius: var(--rdd-radius);
    padding: 5px;
    box-shadow: var(--rdd-shadow);
    min-width: 180px;
    max-height: 320px;
    overflow-y: auto;
    overscroll-behavior: contain;
    outline: none;
    transform-origin: top left;
    animation: rdd-in 0.18s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* Kapatma animasyonu */
.royal-dd-portal.rdd-closing {
    animation: rdd-out 0.13s ease both;
    pointer-events: none;
}

/* Yukarı açılma (viewport altına taşarsa) */
.royal-dd-portal.rdd-above {
    transform-origin: bottom left;
    animation-name: rdd-in-above;
}

.royal-dd-portal.rdd-above.rdd-closing {
    animation-name: rdd-out-above;
}

/* ── Animasyonlar ─────────────────────────────────────────── */

@keyframes rdd-in {
    from {
        opacity: 0;
        transform: scale(0.94) translateY(-6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes rdd-out {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.94) translateY(-6px);
    }
}

@keyframes rdd-in-above {
    from {
        opacity: 0;
        transform: scale(0.94) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes rdd-out-above {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.94) translateY(6px);
    }
}

/* ── Scrollbar ────────────────────────────────────────────── */

.royal-dd-portal::-webkit-scrollbar {
    width: 4px;
}

.royal-dd-portal::-webkit-scrollbar-track {
    background: transparent;
}

.royal-dd-portal::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 99px;
}

@media (prefers-color-scheme: dark) {
    .royal-dd-portal::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.15);
    }
}

/* ── Arama ────────────────────────────────────────────────── */

.rdd-search-wrap {
    position: sticky;
    top: -5px;
    z-index: 1;
    background: var(--rdd-bg);
    margin: -5px -5px 2px;
    padding: 8px 8px 6px;
    border-bottom: 0.5px solid var(--rdd-border);
}

.rdd-search-wrap input {
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
    font-family: inherit;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.04);
    color: inherit;
    outline: none;
    transition: border-color 0.15s, background 0.15s;
}

.rdd-search-wrap input:focus {
    border-color: rgba(83, 74, 183, 0.5);
    background: transparent;
}

@media (prefers-color-scheme: dark) {
    .rdd-search-wrap input {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.10);
    }

    .rdd-search-wrap input:focus {
        border-color: rgba(127, 119, 221, 0.6);
        background: transparent;
    }
}

/* ── Item ─────────────────────────────────────────────────── */

.royal-dd-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border-radius: var(--rdd-item-radius);
    cursor: pointer;
    font-size: 13.5px;
    color: var(--dd-item-color, #ffff);
    white-space: nowrap;
    user-select: none;
    transition: background 0.08s;
    text-decoration: none;
}

.royal-dd-item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #ffff !important;
}

.royal-dd-item.rdd-selected {
    color: var(--rdd-accent);
    font-weight: 500;
}

@media (prefers-color-scheme: dark) {
    .royal-dd-item:hover {
        background: rgba(255, 255, 255, 0.07);
    }
}

/* Check ikonu (tekli seçimde) */
.royal-dd-item .rdd-check {
    font-size: 12px;
    color: var(--rdd-accent-light);
    margin-left: auto;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.1s;
}

.royal-dd-item.rdd-selected .rdd-check {
    opacity: 1;
}

/* Badge */
.rdd-badge {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 99px;
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.45);
}

@media (prefers-color-scheme: dark) {
    .rdd-badge {
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.40);
    }
}

/* ── Checkbox (multi-select) ──────────────────────────────── */

.rdd-checkbox {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0.5px solid rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.12s, border-color 0.12s;
}

.rdd-checkbox.rdd-checked {
    background: var(--rdd-accent-light);
    border-color: var(--rdd-accent-light);
}

.rdd-checkbox.rdd-checked::after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(-45deg) translateY(-1px);
}

@media (prefers-color-scheme: dark) {
    .rdd-checkbox {
        border-color: rgba(255, 255, 255, 0.20);
    }
}

/* ── Yapısal elemanlar ────────────────────────────────────── */

.royal-dd-sep {
    height: 0.5px;
    background: rgba(0, 0, 0, 0.08);
    margin: 4px 0;
}

.royal-dd-group {
    padding: 6px 10px 2px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.35);
}

.rdd-empty {
    padding: 14px 10px;
    font-size: 13px;
    text-align: center;
    color: rgba(0, 0, 0, 0.35);
}


@media (prefers-color-scheme: dark) {
    .royal-dd-sep {
        background: rgba(255, 255, 255, 0.08);
    }

    .royal-dd-group {
        color: rgba(255, 255, 255, 0.35);
    }

    .rdd-empty {
        color: rgba(255, 255, 255, 0.35);
    }
}

/* ── Trigger — ok ikonu rotasyonu ─────────────────────────── */

[data-royal-dd] .dd-arrow,
[data-royal-dd] [data-dd-arrow] {
    margin-top: -2px;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-royal-dd].rdd-open .dd-arrow,
[data-royal-dd].rdd-open [data-dd-arrow] {
    transform: rotate(180deg);
}
/* === Royal Redirect Hover === */

[data-href] {
    cursor: pointer;
    transition: all 0.2s ease;
}

div[data-href].is-hovered,
section[data-href].is-hovered,
article[data-href].is-hovered {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

tr[data-href].is-hovered td {
    background-color: rgba(0, 0, 0, 0.03);
}

li[data-href].is-hovered {
    background-color: rgba(0, 0, 0, 0.03);
}

span[data-href].is-hovered,
p[data-href].is-hovered {
    opacity: 0.75;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

img[data-href].is-hovered {
    opacity: 0.85;
    transform: scale(1.02);
}
