/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/poppins-v15-latin-800.woff2") format("woff2"), url("../fonts/poppins-v15-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/poppins-v15-latin-900.woff2") format("woff2"), url("../fonts/poppins-v15-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
  --color-primary: #0000fe;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 14px;
}

a {
  color: #0000fe;
}

a:hover {
  color: #0000fe;
  opacity: 0.8;
}

.btn {
  margin-top: 3px;
  font-weight: 700;
  border-radius: 0.625rem;
}

.btn.btn-primary {
  background-color: #0000fe;
  border-color: #0000fe;
}

.btn.btn-link {
  color: #000;
}

.badge.badge-primary {
  background-color: #0000fe;
  border-color: #0000fe;
}

.select2-container--default .select2-selection--single {
  min-height: 38px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #343a40;
}

.alert {
  border-radius: 0px;
}

[class*=sidebar-light-] {
  background-color: #fdfdfd;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.breadcrumb a {
  color: var(--color-primary);
  font-weight: 700;
}

.breadcrumb .breadcrumb-item.active {
  color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.shadow, .card {
  -webkit-box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
}

.card {
  border-radius: 0.625rem;
  border: 0;
}

main {
  padding: 15px;
}

.content-wrapper {
  background-color: #fff;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
  fill: #9898ed;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
  fill: #0000fe;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #0000fe;
}

.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
  fill: #000;
  color: #000;
}

.bg-grey {
  background-color: #efefef;
}

.op-50 {
  opacity: 0.5;
}

.nav-pills .nav-link:not(.active):hover {
  background-color: #0000fe !important;
  color: #fff !important;
}
/*# sourceMappingURL=master.css.map */