﻿@font-face {
    font-family: 'THESANSARABIC-BOLD';
    src: url(../fonts/THESANSARABIC-BOLD.ttf)
}

body {
    font-family: 'THESANSARABIC-BOLD'!important;
}

/*[data-bs-theme="dark"] .swal2-cancel {
    color: #ffffff;
    background-color: #2a7a3f
}*/
[data-bs-theme="dark"] .divInvoice {
    background-color: #15171c
}
[data-bs-theme="light"] .divInvoice {
    background-color: #d6dfe9 /*#d4dce2 , #d6dfe9 , d4dfe9*/
}


[data-bs-theme="light"] .separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: #1b84ff;
}

[data-bs-theme="light"] .btn-check:checked + .btn.btn-outline.btn-outline-dashed, .btn-check:active + .btn.btn-outline.btn-outline-dashed, .btn.btn-outline.btn-outline-dashed:focus:not(.btn-active), .btn.btn-outline.btn-outline-dashed:hover:not(.btn-active), .btn.btn-outline.btn-outline-dashed:active:not(.btn-active), .btn.btn-outline.btn-outline-dashed.active, .btn.btn-outline.btn-outline-dashed.show, .show > .btn.btn-outline.btn-outline-dashed {
    border-color: #1b84ff;
}
[data-bs-theme="dark"] .btn.btn-outline-dashed {
    border: 1px dashed #47526e;
}
[data-bs-theme="light"] .btn.btn-outline-dashed {
    border: 1px dashed #93bbe9;
}
[data-bs-theme="light"] body {
    background-color: #e4ebf2; /*#e4ebf2  daftra   th cost center#fff9db*/
}

[data-kt-element="table-cost-center"] th, [data-kt-element="table-cost-center"] td {
    padding: .5rem !important;
/*    padding-left: 1rem !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;*/
}

input[type='number'] {
    text-align: right !important;
}

/*add_item_discount_slider*/
[data-bs-theme="dark"] .noUi-handle {
    background-color: white;
}
[data-bs-theme="light"] .noUi-handle {
    background-color: #3699ff;
}
[data-bs-theme="dark"] .noUi-connects {
    background-color: darkslategrey;
}
[data-bs-theme="light"] .noUi-connects {
    background-color: darkgray;
}
/*Editor*/
[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable {
    color: #071437;
}[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable h1 {
    color: #071437!important;
}[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable h2 {
    color: #071437!important;
}[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable h3 {
    color: #071437!important;
}[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable h4 {
    color: #071437!important;
}[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable h5 {
    color: #071437!important;
}[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable h6 {
    color: #071437!important;
}[data-bs-theme="dark"] .ck.ck-editor__main > .ck-editor__editable header {
    color: #071437!important;
}
[data-bs-theme="light"] .ck.ck-editor__main > .ck-editor__editable {
    color: #4b5675;
}
/*select2 close item multuple attr*/
.select2-selection__choice .select2-selection__choice__display {
    padding-right: 1rem !important;
}
/*toolbar backcolor*/
/*[data-bs-theme="dark"] .toolbar-title {
    background-color: #3e3e41 !important;
}*/
[data-bs-theme="light"] .toolbar-title {
    color: #14293c !important;
}
[data-bs-theme="light"] .icon-header {
    color: #ffffff !important;
}



