@font-face {
    font-family: 'qomra';
    src: url('/assets/moi_style/fonts/qomra-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'qomra-bold';
    src: url('/assets/moi_style/fonts/qomra-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root, [data-theme=light] {
    --bg-color: #edebe0;
    --text-color: #054239;
    --heading-color: #002623;
    --text-muted: #054239;
    --text-natural: #054239;
    --text-light: #428177;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .widget-title {
    font-family: 'qomra-bold';
}

.navbar .nav-link {
    color: var(--bg-color);
}

.navbar svg {
    stroke: var(--bg-color) !important;
}

.navbar-brand > * {
    color: #b9a779;
}

.navbar-toggler {
    border-color: #b9a779;
}

.navbar-toggler use {
    fill: #b9a779;
}

.navbar-collapse.collapse.show {
    background-color: #fff;
    z-index: 999;
}


body {
    font-family: 'qomra' !important;
}

.navbar-home img {
    max-height: 110px;
}

.navbar {
    height: 100px;
    background-image: url(https://moi-mis.gov.sy/files/pattern.svg);
    background-size: 400px;
    background-blend-mode: multiply;
    background-color: #054239f0;
}
#navbar-breadcrumbs a:hover {
    text-decoration: none;
    color: #edebe0;
}

#navbar-breadcrumbs a {
    margin-right: 10px;
    color: #b9a779;
}

@media (max-width: 500px) {
  .notifications-icon svg {
      width: 26px;
      height: 26px;
  }
}



/*
:root, [data-theme=light] {
    --bg-color: #002623;
    --fg-color: #054239;
    --text-color: #edebe0;
    --heading-color: #b9a779;
    --charts-legend-label: #b9a779;
    --icon-stroke: #b9a779;
    --control-bg: #002623;
    --navbar-bg: #054239;
    --text-muted: #b9a779;
    --btn-default-hover-bg: #054239;
    --control-bg-on-gray: #054239;
    --modal-bg: #054239;
    --subtle-fg: #002623;
    --highlight-color: #002623;
    --fg-hover-color: #002623;
    --charts-legend-label: #edebe0;
    --charts-legend-value: #edebe0;
    --charts-label-color: #edebe0;
    --charts-label-color: #b9a779;
}


.section-title {
    color: #b9a779;
}

.selected .item-anchor {
    color: var(--bg-color)!important;
}

.standard-sidebar-item:hover .sidebar-item-label {
    color: var(--bg-color);
}

.list-paging-area .btn-paging, .footnote-area .btn-paging {
    background-color: #054239;
}

.nav-link {
    color: #edebe0;
}

.account-info .my-account-name, .account-info .my-account-item,
.footer-info,
a:hover {
    color: #edebe0;
}

a,
.my-account-header,
.account-info .my-account-item-desc,
.sidebar-item a:hover,
.navbar-light .navbar-brand {
    color: #b9a779;
}

.awesomplete > [role=listbox] > li:hover, .awesomplete > [role=listbox] > li[aria-selected=true], .awesomplete > [role=listbox] > [role=option]:hover, .awesomplete > [role=listbox] > [role=option][aria-selected=true] {
    background-color: #054239;
    color: var(--text-color);
}

.widget.shortcut-widget-box:hover {
    --icon-stroke: #b9a779;
}

.widget.shortcut-widget-box:hover .widget-title, h1 {
    color: #b9a779 !important;
}

.widget.links-widget-box .link-item .link-content:hover {
    color: var(--invert-neutral);
}

.widget.links-widget-box .link-item .link-content:hover {
    color: #b9a779;
}

body,
.notifications-list .notification-item-tabs .notifications-category,
.recent-item,
.recent-item.notification-item b {
    color: #edebe0;
}

.list-row:hover:not(.list-row-head), .list-row-head:hover:not(.list-row-head) {
    background-color: #428177;
}

.web-form-header {
    margin-top: 210px;
}

.my-account-name {
    position: absolute;
    width: 100%;
    left: 0;
}
*/
