



@import url('https://fonts.cdnfonts.com/css/google-sans');
/* 
font-family: 'Product Sans', sans-serif;
font-family: 'Product Sans Thin', sans-serif;
font-family: 'Product Sans Light', sans-serif;
font-family: 'Product Sans Medium', sans-serif;
font-family: 'Product Sans Black', sans-serif; 
*/

:root, [data-bs-theme=light] {
    --bs-blue: #559bfb;
    --bs-indigo: #2c3782;
    --bs-purple: #816bff;
    --bs-pink: #ff63a5;
    --bs-red: #e85347;
    --bs-orange: #ffa353;
    --bs-yellow: #f4bd0e;
    --bs-green: #1ee0ac;
    --bs-teal: #20c997;
    --bs-cyan: #09c2de;
    --bs-white: #fff;
    --bs-gray: #8091a7;
    --bs-gray-dark: #2b3748;
    --bs-gray-100: #ebeef2;
    --bs-gray-200: #e5e9f2;
    --bs-gray-300: #dbdfea;
    --bs-gray-400: #b7c2d0;
    --bs-gray-500: #8091a7;
    --bs-gray-600: #3c4d62;
    --bs-gray-700: #344357;
    --bs-gray-800: #2b3748;
    --bs-gray-900: #1f2b3a;
    --bs-primary: #0971fe;
    --bs-secondary: #364a63;
    --bs-success: #1ee0ac;
    --bs-info: #09c2de;
    --bs-warning: #f4bd0e;
    --bs-danger: #e85347;
    --bs-light: #e5e9f2;
    --bs-dark: #1f2b3a;
    --bs-gray: #8091a7;
    --bs-lighter: #f5f6fa;
    --bs-primary-rgb: 9, 113, 254;
    --bs-secondary-rgb: 54, 74, 99;
    --bs-success-rgb: 30, 224, 172;
    --bs-info-rgb: 9, 194, 222;
    --bs-warning-rgb: 244, 189, 14;
    --bs-danger-rgb: 232, 83, 71;
    --bs-light-rgb: 229, 233, 242;
    --bs-dark-rgb: 31, 43, 58;
    --bs-gray-rgb: 128, 145, 167;
    --bs-lighter-rgb: 245, 246, 250;
    --bs-primary-text-emphasis: #223e64;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0c5a45;
    --bs-info-text-emphasis: #044e59;
    --bs-warning-text-emphasis: #624c06;
    --bs-danger-text-emphasis: #5d211c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #ddebfe;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d2f9ee;
    --bs-info-bg-subtle: #cef3f8;
    --bs-warning-bg-subtle: #fdf2cf;
    --bs-danger-bg-subtle: #faddda;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #bbd7fd;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a5f3de;
    --bs-info-border-subtle: #9de7f2;
    --bs-warning-border-subtle: #fbe59f;
    --bs-danger-border-subtle: #f6bab5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: Roboto, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family:'Lexend', sans-serif;
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.65;
    --bs-body-color: #526484;
    --bs-body-color-rgb: 82, 100, 132;
    --bs-body-bg: #f5f6fa;
    --bs-body-bg-rgb: 245, 246, 250;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(82, 100, 132, 0.75);
    --bs-secondary-color-rgb: 82, 100, 132;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(82, 100, 132, 0.5);
    --bs-tertiary-color-rgb: 82, 100, 132;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #364a63;
    --bs-link-color: #3a8dfe;
    --bs-link-color-rgb: 58, 141, 254;
    --bs-link-decoration: none;
    --bs-link-hover-color: #0770fe;
    --bs-link-hover-color-rgb: 7, 112, 254;
    --bs-link-hover-decoration: none;
    --bs-code-color: #ff63a5;
    --bs-highlight-color: #526484;
    --bs-highlight-bg: #fcf8e3;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dbdfea;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 4px;
    --bs-border-radius-sm: 3px;
    --bs-border-radius-lg: 5px;
    --bs-border-radius-xl: 8px;
    --bs-border-radius-xxl: 12px;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(43, 55, 72, 0.15);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(43, 55, 72, 0.25);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(85, 155, 251, 0.25);
    --bs-form-valid-color: #1ee0ac;
    --bs-form-valid-border-color: #1ee0ac;
    --bs-form-invalid-color: #e85347;
    --bs-form-invalid-border-color: #e85347;
}

.pagination {
    --bs-pagination-padding-x: 0.625rem;
    --bs-pagination-padding-y: 0.5625rem;
    --bs-pagination-font-size: 0.8125rem;
    --bs-pagination-color: #526484;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #e5e9f2;
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #0d3ca3;
    --bs-pagination-hover-bg: #ebeef2;
    --bs-pagination-hover-border-color: #e5e9f2;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0a2d6c;
    --bs-pagination-active-border-color: #0a2d6c;
    --bs-pagination-disabled-color: #dbdfea;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #e5e9f2;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.btn{
    --bs-btn-border-radius: 8px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #051E54;
    --bs-btn-border-color: #051E54;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d3ca3;
    --bs-btn-hover-border-color: #0d3ca3;
    --bs-btn-focus-shadow-rgb: 46, 134, 254;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #075acb;
    --bs-btn-active-border-color: #0755bf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #051E54;
    --bs-btn-disabled-border-color: #051E54;
}
.accordion-head[aria-expanded="true"] {
    background-color: #f5f6fa;
}
.accordion-item .accordion-body.show {
    background-color: #f5f6fa;
}
.accordion-item .accordion-head {
    border-bottom: 1px solid #dbdfea;
}

.bg-acikgri{
    background-color: #f5f6fa!important;
}
.form-select-xl{
    border-radius: .65rem;
}
.focused .form-label-outlined, .js-select2 ~ .form-label-outlined {
    top: calc(-0.4375rem + 10px);
    font-size: 11px;
}
.select2-container--default.select2-xl .select2-selection--single .select2-selection__rendered {
    /* line-height: 2rem; */
    /* padding: 0.625rem calc(3.25rem + 2px) 0.625rem 1.25rem; */
    padding-top: 18px;
    padding-left: 16px;
}
.focused .form-control-lg ~ .form-label-outlined, .focused .form-control-xl ~ .form-label-outlined, .js-select2.form-control-lg ~ .form-label-outlined, .js-select2.form-control-xl ~ .form-label-outlined {
    font-size: 11px;
}
.focused .form-control-xl ~ .form-label-outlined {
    padding: 0;
    line-height: 11px;
}
.focused .form-control-xl ~ .form-label-outlined {
    top: calc(-0.625rem + 20px);
}

.form-control-xl{
    padding-top: 26px;
    padding-left: 13px;
}

.select2-xl .select2-selection--single
{
border-radius: .65rem!important;
}
.w-70px {
    width: 70px !important;
  }
  
  .w-min-70px {
    min-width: 70px !important;
  }
  
  .w-max-70px {
    max-width: 70px !important;
  }
.bg-success-dim {
    background-color: #DFFFEA !important;
}
.user-avatar[class*=-success-dim] {
    color: #17C653;
}
.user-avatar, [class^=user-avatar]:not([class*=-group]) {
    border-radius: 5px;
}
.nk-tb-list {
    font-size: 14px;
}
.select2-container--default .select2-selection--single{
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}
.select2-dropdown{
    font-family: var(--bs-body-font-family);
    font-weight: 400;
}
.badge{
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}
.link{
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}
.btn, .dual-listbox .dual-listbox__button {
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: var(--bs-body-font-family);
}
.nk-menu-footer .nk-menu-link{
    font-family: var(--bs-body-font-family);
    font-weight: 400;
}
.overline-title{
    font-family: var(--bs-body-font-family);
    font-size: .75rem !important;
    font-weight: 400;
    text-transform:initial;
    color: #99A1B7;
}
.form-control-xl ~ .form-label-outlined {
    font-size: 0.85rem;
}
/* .link{
    font-weight: 400;
} */

.form-control-xl {
    border-radius: .65rem;
}
.btn-lg, .btn-group-lg > .btn, .dual-listbox .btn-group-lg > .dual-listbox__button{
    border-radius: .65rem;
}
.logo-img-lg {
    max-height: 44px;
    max-width: 200px!important;
}

.nk-auth-body, .nk-auth-footer {
    text-align: center;
}



.nav-tabs-card{
    font-family: var(--bs-body-font-family);
}
.nav-tabs .nav-link{
    font-weight: 500;

}
.overline-title{
    font-family: var(--bs-body-font-family);
}
.nk-menu-link{
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    font-size: 16px;
}
/* .nk-menu-icon .icon{
    color : #78829D;
} */



.nk-menu-sub .nk-menu-link{
    font-family: var(--bs-body-font-family);
}
.page-title{
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}

.nk-content-body > .nk-block-head:first-child {
    padding-bottom: .75rem;
}
.user-avatar-xs, .user-avatar.xs {
    font-size: 12px;
    font-weight: 700;
}
.nk-header-fixed + .nk-content {
    /* margin-top: 15px; */
    margin-top: 65px;
    position: relative;
}


.nk-tb-head{
    background-color: #f5f6fa;
}



.nk-news-text p {
    font-size: 12px;
    width: calc(100% - 1rem);
}

.nk-sidebar-footer {
    padding: 1rem 24px 1rem;
}

.icon-status1 {
    position: relative;
    display: inline-flex;
}


.nk-sidebar.is-theme {
    background: #0a2d6c;
    border-right-color: #0b2d6c;
}

.user-avatar img, [class^=user-avatar]:not([class*=-group]) img {
    border-radius: 4px;
}

.max-w-50 {
    max-width: 50px !important;
}

.nk-tb-list .tb-lead, .nk-tb-list .tb-amount {
    line-height: 1;
}
.user-avatar, [class^=user-avatar]:not([class*=-group]) {
    height: 36px;
    width: 36px;
}
.form-control-wrap .select2-container--disabled + .form-label-outlined {
    background-color: #f4f5f9;
}
.txt_para_birimi_top_xl{
    display: none;
}
.focused .txt_para_birimi_top_xl{
    display: block;
    top:25px;
    padding-left: 5px;
}
.para {
    font-family: 'Roboto Mono', monospace, serif;
    /* font-size: 1.3rem; */
    font-weight: 600;
}

.kisalt_karakter::after {
    content: '...';
}
@media (min-width: 1540px) {
    .nk-sidebar .nk-sidebar-head {
        padding-top: 30px;
    } 
    .nk-sidebar .nk-sidebar-content .nk-sidebar-menu {
        padding-top: 1rem;
    }
    .nk-files-view-grid .nk-file {
        width: calc(25% - 16px);
    }
    .nk-sidebar {
        width: 280px;
    }
    .nk-sidebar + .nk-wrap {
        padding-left: 280px;
    }
    .container-xxl{
        max-width: 1040px;
    }
    .container-xl{
        max-width: 1040px;
    }
    .container-lg{
        max-width: 1040px;
    }.container-md{
        max-width: 1040px;
    }
    .container-sm{
        max-width: 1040px;
    }
    .container {
        max-width: 1040px;
    }

}


@media (min-width: 1200px) {
   
    /* .nk-header-fixed + .nk-content {
        padding-top: 0px;
    } */
    .nk-sidebar + .nk-wrap > .nk-header-fixed {
        left: 279px;
    }

}


@media (min-width: 1400px) and (max-width: 1539.98px) {
    /* 1200px ile 1400px arasındaki genişlikler için stiller */

    .logo-img {
        max-height: 30px!important;
    }

    .nk-sidebar {
        width: 280px;
    }
    .nk-sidebar + .nk-wrap {
        padding-left: 280px;
    }
    .nk-menu-link {
        font-size: 14px;
    }
 
    /* .nk-header-fixed + .custom_list.nk-content {
        margin-top: 0px!important;
        position: relative;
    } */
    .nk-footer {
        padding: 10px 22px;
    }
    .nk-sidebar-footer{
        padding: 1.5rem 24px .5rem;
    }
    .nk-sidebar-head {
        width: 280px;
        /* height: 78px; */
    }
    .custom_list .nk-content-body {
        /* padding-top: 1.5rem; */
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* 1200px ile 1400px arasındaki genişlikler için stiller */

    .logo-img {
        max-height: 30px!important;
    }
    .custom_list .nk-content-body > .nk-block-head-sm:first-child{
        background-color: #ffffff;
    }
    .custom_list .card-bordered {
        /* border-top: none; */
    }
    .ui-rounder .card, .ui-rounder .ratio {
        border-radius: 0;
    }
    .nk-sidebar {
        width: 280px;
    }
    .nk-sidebar + .nk-wrap {
        padding-left: 280px;
    }
    .nk-menu-link {
        font-size: 14px;
    }
    .nk-sidebar .nk-sidebar-content .nk-sidebar-menu {
        padding-top: 0!important;
    }
    /* .nk-header-fixed + .custom_list.nk-content {
        margin-top: 0px!important;
        position: relative;
    } */
    .nk-footer {
        padding: 10px 22px;
    }
    .nk-sidebar-footer{
        padding: 1.5rem 24px .5rem;
    }
    .nk-sidebar-head {
        width: 280px;
        /* height: 78px; */
    }
}

@media (min-width: 1200px) {
   
    .nk-sidebar .nk-sidebar-content .nk-sidebar-menu {
        padding-top: 0!important;
    }
}

@media (max-width: 1200px) {

    .logo-img {
        max-height: 32px;
    }
    .nk-sidebar-content .nk-sidebar-menu {
        padding-top: .5rem;
    }
}

@media (min-width: 992px) {
    .page-title {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) {
    .nk-content-body > .nk-block-head-sm:first-child {
        /* padding-bottom: .75rem; */
        padding: .75rem 1.75rem;
    }
    .profile-ud.wider {
        padding: 0.25rem 0;
    }
}


@media (min-width: 576px) {
   
    .nk-content {
        padding-top:0px;
    }
    .card-inner {
        padding: 1rem 1.5rem;
    }
    .custom_list .nk-header-fixed + .nk-content {
        margin-top: 0px;
    }
    .custom_list.nk-content-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    .custom_list .container-xl{
        --bs-gutter-x:0px;
    }
    .custom_list .container {
        --bs-gutter-x: 0px;
    }
    .nk-tb-item .nk-tb-col:last-child {
        padding-right: 0;
    }
}



@media (max-width: 576px) {
    .logo-img {
        max-height: 30px;
    }
    .nk-header-fixed + .nk-content {
        margin-top: 55px;
    }
    /* .nk-header-fixed + .nk-content.custom_list {
        margin-top: 50px;
    } */
    .nk-content {
        padding-bottom: 0;
    }
    .card-bordered {
        border: none;
    }
    .nk-footer-wrap {
        justify-content: center;
    }
    .card-inner {
        padding: .5rem 1.25rem;
        padding-top: 1rem;
    }
    .page-title {
        font-size: 1.2rem;
    }
    .siparis_kargo_ddl{
        width: calc(100vw - 100px);
    }
}

.cssOzel{
    padding-bottom: 1.75rem!important;
    padding-left: 0!important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}


@media (min-width: 576px) {
    .nk-tb-item .nk-tb-col:last-child {
        padding-right: 1.5rem!important;
    }
}

.nk-order-ovwg-data .title {
    font-size: 14px;
    line-height: 1.3;
    color: #8094ae;
    font-weight: 500;
    display: flex
;
    align-items: center;
}