/* tinyMce editor style start*/
.mce-panel * {
    direction: rtl !important;
    text-align: right !important;
}

.mce-menu-shortcut {
    right: unset !important;
    left: 0;
}

.mce-container *:not(i) {
    font-family: "iransans" !important;
}

.mce-notification {
    z-index: 900 !important;
}

/* tinyMce editor style end*/

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

td form select {
    text-align: center;
}

input::placeholder {
    font-size: 12px;
}

.sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item.selected>a,
.sidebar.sidebar-style-2[data-background-color="dark"] .nav .nav-item.selected>a {
    color: #fff;
    font-weight: 700;
}

.sidebar.sidebar-style-2 .nav .nav-item .selected>a {
    background: rgba(199, 199, 199, 0.2);
}

.modal-content {
    background: #202940;
}

.modal-header {
    border-bottom: 1px solid rgba(181, 181, 181, 0.1) !important;
}

.modal-content .close {
    color: #fff;
}

.modal-content .close:not(:disabled):not(.disabled):focus,
.modal-content .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}

.modal-footer {
    border-top: 1px solid rgba(181, 181, 181, 0.1) !important;
}

.form-control[readonly] {
    background-color: #1a2035 !important;
    border-color: #2f374b !important;
}

.form-control[disabled] {
    background-color: #1a2035 !important;
    border-color: #2f374b !important;
}

/* bootstrap form control customize start */

/* bootstrap image thumbnail customize start */
.img-thumbnail {
    max-width: 400px;
}

/* bootstrap image thumbnail customize end */

/* image table preview for dropzone edit form start */
#imgtable .trdb {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

#imgtable .trdb button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 5px;
}

#imgtable .trdb td {
    padding: 0px !important;
}

.dropzone:hover {
    background: transparent !important;
}

/* image table preview for dropzone edit form end */

/* iconpicker input field start */
.iconpicker-popover.popover .popover-title input[type="search"].iconpicker-search {
    direction: ltr !important;
}

/* iconpicker input field end */

/* request loader css start */
.request-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000007a;
    z-index: 10000;
    display: none;
}

.request-loader img {
    position: fixed;
    display: none;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.request-loader.show {
    display: block;
}

.request-loader.show img {
    display: block;
}

/* request loader css end */

/* summernote css starts */
.note-editor.note-frame .note-btn.note-image-btn,
.note-editor.note-frame .note-btn.note-video-btn,
.note-editor.note-frame .note-btn.note-link-btn {
    border: 1px solid #31ce36 !important;
    background: #31ce36 !important;
}

label.note-form-label {
    color: #fff !important;
}

.note-modal label.form-check-label {
    color: #fff !important;
}

.note-modal h4.modal-title {
    color: #ffffff9a;
}

.sn-checkbox-open-in-new-window.form-check [type="checkbox"]:checked,
.sn-checkbox-open-in-new-window.form-check [type="checkbox"]:not(:checked) {
    left: 30px;
}

.form-check.sn-checkbox-open-in-new-window {
    padding-left: 30px;
}

.sn-checkbox-use-protocol.form-check [type="checkbox"]:checked,
.sn-checkbox-use-protocol.form-check [type="checkbox"]:not(:checked) {
    left: 30px;
}

.form-check.sn-checkbox-use-protocol {
    padding-left: 30px;
}

.form-check.sn-checkbox-use-protocol {
    display: none;
}

.sn-checkbox-open-in-new-window.form-check {
    display: none;
}

/* summernote css ends */

/* summernote rtl css starts */
.note-editor.note-frame .note-editing-area .note-editable.rtl {
    text-align: right !important;
}

/* summernote rtl css ends */

.list-group .list-group-item {
    display: block;
}

#myEditor li.list-group-item {
    cursor: move;
    border-left-width: 1px;
    border-right-width: 1px;
}

.custom-file-label::after {
    color: #fff;
    background-color: #1a2035;
    border-left: 1px solid #2f374b;
}

label.custom-file-label {
    background-color: #1a2035;
    border: 1px solid #2f374b;
}

.messages-container {
    max-height: 600px;
    overflow-y: scroll;
}

.dropdown-menu button.deletebtn {
    border: none;
    background: transparent;
    font-size: 13px;
    padding: 0.25rem 1.5rem;
    color: #212529;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
}

.dropdown-menu button.deletebtn:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.version {
    border: 1px solid #0000003a;
    margin-bottom: 20px;
}

.version-header button[aria-expanded="true"] {
    background-color: #6861ce !important;
    color: #fff;
}

.version-header button {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    padding: 20px 30px;
}

.version-header button:hover {
    text-decoration: none !important;
    color: #fff;
}

.version-header button i {
    margin-right: 10px;
}

.version-body .list-group button {
    color: #fff;
    padding-left: 60px;
    font-size: 16px;
    position: relative;
}

.version-body .list-group button::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 10px;
}

.version-body .list-group button a {
    border-radius: 50px;
    float: right;
    margin-right: 30px;
}

.version-body .list-group button a.activated {
    cursor: auto;
    background-color: #31ce36 !important;
    border: 1px solid #31ce36 !important;
}

/* GJS container CSS */
.my-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-height: 300px;
}

@media (min-width: 768px) {
    .my-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .my-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .my-container {
        width: 1170px;
    }
}

.product-type .card-stats .icon-big {
    border-radius: 50%;
}

.product-type .card.card-stats.card-round {
    padding: 50px 0;
}

.product-type a {
    text-decoration: none;
}

.product-type .card-category {
    font-size: 20px;
}

.product-type .card-stats .card-title {
    margin-bottom: 0px !important;
    margin: 15px 0px 10px !important;
}

/* Jquery Timepicker */

.ui-timepicker-container.ui-timepicker-no-scrollbar.ui-timepicker-standard {
    position: absolute;
    /* transform: translateY(-20px); */
    max-height: 230px;
    overflow-y: scroll;
    max-width: 160px;
    overflow-x: hidden;
}

.ui-timepicker-container.ui-timepicker-no-scrollbar.ui-timepicker-standard {
    z-index: 10000 !important;
    background: #fff;
}

ul.ui-timepicker-viewport {
    list-style: none;
}

/* Select2 CSS */
.select2-container--default .select2-selection--single {
    background-color: #1a2035;
    color: #fff;
    border-color: #2f374b;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 42px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    margin-top: 6px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    cursor: pointer;
}

.note-editor * {
    line-height: initial;
    margin: initial;
    font-size: initial;
}

.sidebar.sidebar-style-2 .nav .nav-item span.sidenav-badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.d-block {
    text-decoration: none;
}

@font-face {
    font-family: "Sans";
    src: url("../fonts/iransans.ttf");
}

body * :not(i, .fa, .fas, .far) {
    font-family: "Sans" !important;
}

.multiselect-dropdown {
    padding: 5px !important;
}

.table td,
.table th {
    padding: 3px 10px !important;
}

table.table {
    text-align: center;
}

.btn-primary:focus,
.btn-primary:disabled {
    background: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    color: white !important;
}

.selectgroup-item span.selectgroup-button {
    min-width: 120px;
}

body[data-background-color="dark"] .main-panel .dd label {
    color: black !important;
}

.page-item.active .page-link {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.sidebar .nav {
    padding-right: 15px;
}

.sidebar .nav-collapse li a .sub-item::before {
    right: -15px;
}

.modal-header .close {
    margin: unset;
}

hr.custom {
    border-top: solid 2px white;
}

input::placeholder {
    text-align: right;
    font-family: "sans" !important;
}

.sidebar.sidebar-style-2 .nav .nav-item {
    padding: 0px;
}

a,
button {
    text-align: right !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 0;
    right: unset;
}

.dropdown-menu {
    text-align: right;
}

#basic-datatables_filter>label {
    float: left !important;
}

.btn-sm {
    padding: 9px 5px !important;
}

.sidebar .nav-collapse li a {
    padding: 10px 25px 10px 0px !important;
}

.sidebar .nav-collapse li a .sub-item {
    margin-left: 2px !important;
}

.sidebar .nav-collapse.subnav li a {
    padding-left: 20px !important;
}

[data-notify="dismiss"] {
    left: 0px !important;
    top: 0px !important;
}

.daterangepicker {
    top: 150px !important;
    left: 433px !important;
}

.form button {
    font-family: "sans";
}

.bootstrap-tagsinput input {
    width: 100% !important;
}

.avatar-lg {
    margin-right: 40px;
}

.breadcrumb-txt {
    padding-bottom: 30px !important;
}

/* .delete-btn {
    background-color: rgb(206, 61, 61) !important;
    color: white !important;
    height: 45px !important;
    margin-top: 5px !important;
} */

.btn-secondary {
    background: #ffc60c !important;
    border-color: #ffc60c !important;
}

.btn-secondary:hover {
    background: #f0b802 !important;
    border-color: #f0b802 !important;
}

.dropdown-item:hover {
    background-color: rgba(8, 35, 153, 0.753);
    color: white;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.modal-header .close {
    padding: unset;
}

.user-level {
    margin-right: 13px;
}

.sidebar .user .info .caret {
    top: 13px;
}

.btn-link {
    color: white;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none !important;
}

.form-group label {
    font-weight: initial;
}

body[data-background-color="dark"] form#menu-update .form-control {
    background-color: #a1a4b0;
    border-color: #a1a4b0;
}

form#menu-update label {
    color: initial !important;
}

#footer-item-box,
#header-item-box {
    display: flex;
    justify-content: center;
}

#footer-item-box .segment div,
#header-item-box .segment div {
    padding: 5px;
    min-width: 75px;
    text-align: center;
}

#footer-item-box input[type="checkbox"],
#header-item-box input[type="checkbox"] {
    margin-top: 3px;
}

#footer-item-box select,
#header-item-box select {
    margin-bottom: 5px;
}

nav>.nav.nav-tabs a {
    color: white;
}

.form-control {
    padding: 0.4rem 0.3rem 0.4rem 0;
}

.card-body {
    padding-bottom: 10px !important;
    flex: unset !important;
}

.card-header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

a:hover {
    text-decoration: none !important;
}

.page-inner .page-slider {
    margin-bottom: 10px;
}

.img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.img-50 {
    width: 50px;
    height: 50px;
}

.img-100 {
    width: 100px;
    height: 100px;
}

.img-200 {
    width: 200px;
    height: 200px;
}

.img-aspect-ratio {
    aspect-ratio: 16/9;
    height: auto;
}

.img-auto-width {
    width: auto;
}

.img-auto-height {
    height: auto;
}

.img-box>div>label {
    width: 30px;
    height: 30px;
    min-width: unset !important;
    padding: 5px;
    margin-bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-radius: 50%;
}

.img-box img {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
}

.img-box>div {
    position: relative;
    display: inline-block;
}

.main-panel .page-header {
    margin-bottom: 7px;
}

.breadcrumbs {
    padding-right: 2px;
    border-left: initial;
}

.user-box .u-text {
    padding: 0;
}

tbody .btn-sm,
.card-header a,
tbody td form,
.card-header button {
    min-width: 80px;
    margin: 2px;
}

td form select {
    font-size: 11px !important;
}

.card-header button {
    padding: 10px 5px !important;
}

form.core {
    display: inline;
}

.btn {
    text-align: center !important;
}

.main-anel [role="alert"] {
    z-index: 900 !important;
}

/* th:last-child {
    min-width: 150px;
}

td:last-child {
    min-width: 150px;
}

tbody td {
    max-width: 400px;
} */

.card {
    margin-bottom: 0px;
}

input.jscolor {
    text-align: center;
}

.modal-dialog {
    max-width: 800px;
}

p.text-muted {
    word-break: unset;
}

.dropdown-user {
    width: unset;
}

.btn-primary {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    border: solid 3px transparent;
}

.btn-primary:hover {
    background-color: var(--primaryColor) !important;
    border-color: var(--secondColor) !important;
    border: solid 3px var(--secondColor) !important;
}

/* .fa {
    color: white !important;
} */

.sidebar .sidebar-content {
    padding-left: 5px;
    padding-right: 5px;
}

.counter-badge {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: red;
    position: absolute;
    left: 10px;
    top: 25%;
}

div.multiselect-dropdown,
div.multiselect-dropdown-list-wrapper {
    background: #1a2035;
    border-color: #2f374b;
}

.multiselect-dropdown-list input {
    margin-left: 5px;
}

input.toggle[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 30px;
    -webkit-appearance: none;
    appearance: none;
    background: red !important;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

input.toggle[type="checkbox"]::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

input.toggle[type="checkbox"]:checked::before {
    transform: translateX(100%);
}

input.toggle[type="checkbox"]:checked {
    background: #00ed64 !important;
}

.logo-header>a {
    position: absolute;
    left: 18px;
}

.alert {
    border: 0px;
    position: relative;
    padding: 0.95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
}

.alert [data-notify="icon"] {
    display: block;
}

.alert [data-notify="icon"]::before {
    line-height: 35px;
    font-size: 22px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}

.alert [data-notify="title"] {
    display: block;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.alert [data-notify="message"] {
    font-size: 13px;
    color: #908e8e;
}

.alert .close {
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 12px;
    border-radius: 50%;
}

/*    Alert States    */
.alert-default {
    border-left: 4px solid #1a2035;
}

.alert-default [data-notify="icon"]:before {
    background: #1a2035;
}

.alert-primary {
    border-left: 4px solid #1572e8;
}

.alert-primary [data-notify="icon"]:before {
    background: #1572e8;
}

.alert-secondary {
    border-left: 4px solid #6861ce;
}

.alert-secondary [data-notify="icon"]:before {
    background: #6861ce;
}

.alert-info {
    border-left: 4px solid #48abf7;
}

.alert-info [data-notify="icon"]:before {
    background: #48abf7;
}

.alert-success {
    border-left: 4px solid #31ce36;
}

.alert-success [data-notify="icon"]:before {
    background: #31ce36;
}

.alert-warning {
    border-left: 4px solid #ffad46;
}

.alert-warning [data-notify="icon"]:before {
    background: #ffad46;
}

.alert-danger {
    border-left: 4px solid #f25961;
}

.new-select-box {
    text-align: center;
}

.new-select-box label {
    padding: 8px 10px !important;
    font-size: 14px !important;
    cursor: pointer;
    min-width: 80px;
    background-color: #ccc;
    color: white;
    line-height: 13px;
    font-weight: 400;
    border-radius: 2px;
}

.new-select-box label:has(input:checked) {
    background-color: var(--primaryColor);
    color: white;
}

.new-select-box label:hover {
    background-color: #b7bbc4;
}

.alert-danger [data-notify="icon"]:before {
    background: #f25961;
}

#header-mobile {
    display: none;
}

#header-desktop {
    display: block;
}

.bootstrap-tagsinput .tag {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}

.multiselect-dropdown span.optext {
    background-color: var(--primaryColor) !important;
    color: black;
}

body {
    direction: rtl;
    text-align: right;
}

.main-panel {
    float: left;
}

.logo-header {
    float: right;
}

.sidebar .nav>.nav-item a i {
    margin-right: 0;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "\2191";
    font-size: 15px;
    right: auto;
    left: 5px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\2193";
    font-size: 15px;
    right: auto;
    left: 10px;
}

table.dataTable thead .sorting:first-of-type:before,
table.dataTable thead .sorting_asc:first-of-type:before,
table.dataTable thead .sorting_desc:first-of-type:before,
table.dataTable thead .sorting_asc_disabled:first-of-type:before,
table.dataTable thead .sorting_desc_disabled:first-of-type:before {
    display: none;
}

table.dataTable thead .sorting:first-of-type:after,
table.dataTable thead .sorting_asc:first-of-type:after,
table.dataTable thead .sorting_desc:first-of-type:after,
table.dataTable thead .sorting_asc_disabled:first-of-type:after,
table.dataTable thead .sorting_desc_disabled:first-of-type:after {
    display: none;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fa,
.far,
.fas {
    padding-left: 3px;
}

.sidebar {
    left: unset;
    transform: translate3d(0px, 0px, 0px) !important;
}

.nav_open .main-panel,
.nav_open .main-header {
    transform: translate3d(0px, 0px, 0px) !important;
}

.logo-header .more {
    margin-left: 0;
    margin-right: auto;
}

.sidebar[data-background-color="dark2"] .nav>.nav-item a {
    color: white !important;
}

.sidebar .nav-collapse li a .sub-item:before,
.sidebar[data-background-color="white"] .nav-collapse li a .sub-item:before {
    background: white;
}





body[data-background-color="dark"] {
    background: var(--primaryColor) !important;
}

body[data-background-color="dark"] .card,
body[data-background-color="dark"] .row-card-no-pd,
body[data-background-color="dark"] .list-group-item,
body[data-background-color="dark"] .timeline>li>.timeline-panel,
.sidebar[data-background-color="dark2"],
.logo-header[data-background-color="dark2"],
.navbar-header[data-background-color="dark2"] {
    background: var(--secondColor) !important;
}

body[data-background-color="dark"] .form-control,
body[data-background-color="dark"] .form-group-default,
body[data-background-color="dark"] .select2-container--bootstrap .select2-selection {
    background-color: var(--primaryColor) !important;
    color: #fff;
    border-color: #2f374b;
}

.logo-header[data-background-color="dark2"],
.navbar-header[data-background-color="dark2"] {
    background: var(--secondColor) !important;
}

.main-panel .alert {
    color: #12082c;
}

body[data-background-color="dark"] .main-panel,
body[data-background-color="dark"] .breadcrumbs li a,
.sidebar .nav>.nav-item a p,
.sidebar[data-background-color="white"] .nav>.nav-item a p,
.sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a:hover i,
.sidebar .nav>.nav-item a i {
    color: white !important;
}

.modal-dialog {
    max-width: 600px;
}

.modal-content {
    background-color: var(--secondColor);
}

.modal-content * {
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    background-color: var(--secondColor);
}

.select2 {
    background-color: var(--primaryColor) !important;
    color: #fff;
    border-color: #2f374b;
    /* padding: 0.4rem 0.3rem 0.4rem 0; */
    display: block;
    width: 100%;
    height: unset;
    padding: .375rem .75rem;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2 * {
    background-color: var(--primaryColor) !important;
}

.select2-results>ul>li, select2-search {
    background-color: var(--primaryColor) !important;

}


.select2-selection.select2-selection--single {
    background-color: var(--primaryColor);
    border: 1px solid transparent !important;
    border-radius: 4px;
}

body[data-background-color="dark"] {
    background: var(--primaryColor) !important;
}

body[data-background-color="dark"] .card,
body[data-background-color="dark"] .row-card-no-pd,
body[data-background-color="dark"] .list-group-item,
body[data-background-color="dark"] .timeline>li>.timeline-panel,
.sidebar[data-background-color="dark2"],
.logo-header[data-background-color="dark2"],
.navbar-header[data-background-color="dark2"] {
    background: var(--secondColor) !important;
}

body[data-background-color="dark"] .form-control,
body[data-background-color="dark"] .form-group-default,
body[data-background-color="dark"] .select2-container--bootstrap .select2-selection {
    background-color: var(--primaryColor) !important;
    color: #fff;
    border-color: #2f374b;
}

.logo-header[data-background-color="dark2"],
.navbar-header[data-background-color="dark2"] {
    background: var(--secondColor) !important;
}

.main-panel .alert {
    color: #12082c;
}

body[data-background-color="dark"] .main-panel,
body[data-background-color="dark"] .breadcrumbs li a,
.sidebar .nav>.nav-item a p,
.sidebar[data-background-color="white"] .nav>.nav-item a p,
.sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a:hover i,
.sidebar .nav>.nav-item a i {
    color: white !important;
}

.modal-dialog {
    max-width: 600px;
}

.modal-content {
    background-color: var(--secondColor);
}

.modal-content * {
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    background-color: var(--secondColor);
}

.select2 {
    background-color: var(--primaryColor) !important;
    color: #fff;
    border-color: #2f374b;
    /* padding: 0.4rem 0.3rem 0.4rem 0; */
    display: block;
    width: 100%;
    height: unset;
    padding: .375rem .75rem;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2 * {
    background-color: var(--primaryColor) !important;
}

.select2-results>ul>li, select2-search {
    background-color: var(--primaryColor) !important;

}


.select2-selection.select2-selection--single {
    background-color: var(--primaryColor);
    border: 1px solid transparent !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    padding-left: 0;
}

.select2-container--default .select2-selection--single {
    height: unset;
}

#parent {
    overflow: auto;
}

#parent table input {
    min-width: 90px;
}

#parent table select {
    min-width: 150px;
}

.avatar-lg {
    margin-right: 4px;
}

.user-box {
    display: flex;
    padding: 0.25rem 5px;
    justify-content: space-between;
}




/* ///////////////////////////////////////////responsive/////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 576px) {
    .sidebar {
        top: 62px;
    }

    .main-panel {
        width: 100%;
    }

    .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a p {
        display: none;
    }

    .sidebar_minimize .main-panel {
        width: calc(100% - 75px) !important;
    }

    .sidebar_minimize .sidebar {
        width: 75px;
    }

    .logo-header .logo {
        bottom: 5px;
    }
}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .logo-header .logo {
        position: initial;
        left: initial;
        transform: initial;
    }

    /* .logo-header .more {
        margin-left: initial;
    }

    .logo-header .navbar-toggler {
        margin-left: initial !important;
    } */

    .main-panel {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 576px) {
    #header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header-desktop {
        display: none;
    }

    .hidden-caret>ul {
        top: 170px !important;
    }

    .navbar-header {
        z-index: 2;
    }

    .main-panel>.content {
        margin-top: 0;
    }

    .sidebar {
        display: none;
    }

    .logo-header>a {
        position: initial;
    }
}

@media screen and (max-width: 991px) {

    .nav_open.topbar_open .main-panel,
    .nav_open.topbar_open .sidebar {
        transform: translate3d(0px, 60px, 0) !important;
    }

    .sidebar {
        transition: all 0.5s;
    }
}

@media screen and (min-width: 991px) {
    .navbar-header .dropdown-menu::after {
        left: 10px;
        right: unset;
    }
}


/* *:not(.scroll-wrapper.dropdown-user-scroll.scrollbar-outer .dropdown-item, .page-link, .nav-item.nav-link, .alert, [data-notify], [data-notify] > div ,[data-toggle='popover']),
.sidebar.sidebar-style-2[data-background-color="dark2"] .nav .nav-item a:hover p,
.sidebar .nav>.nav-item a p,
.sidebar .nav>.nav-item a i,
body[data-background-color="dark"] .breadcrumbs li a,
body[data-background-color="dark"] .main-panel label {
    color: var(--fontColor) !important;
}


.scroll-wrapper.dropdown-user-scroll.scrollbar-outer .u-text>h4,
.scroll-wrapper.dropdown-user-scroll.scrollbar-outer .u-text>h4 div {
    color: black !important;
}

.majid-dd .dropdown-item, .majid-dd .dropdown-input {
    background-color: var(--primaryColor);
} */
