/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');


/* html {
  scroll-behavior: smooth;
} */

body{overflow-x:hidden;}

/* @font-face {
    font-family: 'dumadi Regular';
    font-style: normal;
    font-weight: normal;
    src: local('dumadi Regular'), url('dumadi.woff') format('woff');
} */

html,
body {
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

/* h1, h2, h3 {
  font-family: 'dumadi Regular';
} */

.content-header .breadcrumb {
  font-size: 12px;
  font-family: monospace;
}

.bg-danger-light {
  background-color: #e9c1c5!important;
}

.bg-success-light {
  background-color:#dff1d8!important;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default.select2-container--focus, .select2-container--default:active, .select2-container--default:focus, .select2-selection.select2-container--focus, .select2-selection:active, .select2-selection:focus {
  outline: 0;
  border-color: #66afe9;
  
}

.select2-results__option[aria-disabled="true"] {
  background-color: #999;
  color: #ddd!important;
}

/* .select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0 0 0 12px !important;
} */

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  padding: 10px 0 0 0;
  background: #0c4884e0;
  color: #FFF;
  font-size: 20px;
  font-variant: petite-caps;
  font-weight: bold;
}


.nav-sidebar .nav-link>.right:nth-child(2), .nav-sidebar .nav-link>p>.right:nth-child(2) {
  right: 1rem;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon, .nav-sidebar .nav-treeview-open>.nav-item>.nav-link>.nav-icon {
  width: 2rem;
  padding-left: 0.5rem;
}

[class*=sidebar-dark-] .nav-treeview-open>.nav-item>.nav-link:hover {
  background-color: rgba(255,255,255,.1);
  color: #fff;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-opened>.nav-link {
  background-color: rgba(255,255,255,.1);
  color: #fff;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.has-treeview>.nav-link {
  border: 1px solid #666;
}


.sidebar-dark-primary .nav-sidebar>.nav-item.menu-opened>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item.menu-opened>.nav-link.active {
  background-color: #007bff;
  color: #fff;
}

[class*=sidebar-dark-] .nav-treeview-open>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview-open>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview-open>.nav-item>.nav-link.active:hover {
  background-color: rgba(255,255,255,.9);
  color: #343a40;
}

.brand-link .brand-image-xl {
  line-height: .8;
  max-height: 25px;
  width: auto;
}