html,
body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
strong {
  font-weight: 600;
}
.item-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-name .fa {
  color: #999;
}
.item-name .fa:hover {
  color: #2970fa;
}
.text-black {
  color: #444 !important;
}
.app-main {
  overflow: visible !important;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #2970fa;
  color: #fff;
  font-size: 1.0625em;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.page-sidebar {
  z-index: 9;
}
.dropdown-menu-rich {
  width: 20rem;
}
.justify-content-center .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}
.text-small {
  font-size: 0.8rem !important;
}
.text-bold {
  font-weight: 600 !important;
}
.app_center {
  max-width: 700px;
  margin: 0 auto;
}
.header_nav {
  background: white;
  display: block;
  text-align: center;
}
.header_nav .btn-icon {
  color: #666;
  margin-right: 0.2rem;
}
.header_nav .btn-icon:active,
.header_nav .btn-icon:focus,
.header_nav .btn-icon:hover {
  background: #ddd;
  border-color: #d3d3d3;
  box-shadow: none;
}
.border-dashed {
  border: 0.1rem dashed #3479ff;
  background: #e8f0ff;
  color: #002979;
  margin: 10px;
  font-size: .9rem;
  border-radius: 0px;
}
.custom-border {
  border: 1px solid #28b76b;
}
.tile-lg {
  width: 3rem;
  height: 2.7rem;
  line-height: 3rem;
  font-size: 1.25rem;
}
.metric-label {
  font-size: .875rem;
  font-weight: 300;
  color: #888c9b;
  white-space: nowrap;
}
.sidebar-section-fill .card-title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: .8125rem;
  color: #888c9b;
}
.sidebar-section-fill h6 {
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 1rem;
  color: #555;
}
.sidebar-section-fill .metric-label {
  font-size: .8rem;
  font-weight: 300;
  color: #888c9b;
  white-space: nowrap;
}
.progress-bar-animated {
  padding-top: 3.5px;
}
.app-site {
  background-color: #f4f6f8;
}
.aside-content .menu-link.active {
  background: #ffffff;
}
.aside-content .menu-link.active span {
  color: #2970fa !important;
  font-weight: 600;
}
a {
  color: #2970fa;
}
a:hover,
a:focus,
a:active {
  color: #155ce6;
  text-decoration: none;
}
.input-group-alt > .input-group:last-child {
  border-radius: 4px;
}
.btn-group-lg > .btn,
.btn.btn-lg {
  height: 2.9rem;
  font-weight: 500;
}
.w_80 {
  width: 80px;
}
.w_50 {
  width: 50px;
}
.w_40 {
  width: 40px;
}
.w_150 {
  width: 150px;
}
.w_120 {
  width: 120px;
}
.w_100 {
  width: 100px;
}
.w_200 {
  width: 200px;
}
.w_300 {
  min-width: 300px;
}
.top-bar-brand {
  width: auto;
  padding: 0 1.2rem 0 1rem;
}
table.table-bordered.dataTable tbody td a {
  font-size: 0.9rem;
  font-weight: 400;
}
table.table-bordered.dataTable tbody td a:hover {
  color: #2970fa;
  text-decoration: none;
}
.text-red {
  color: #f14537;
}
.text-info {
  color: #2970fa;
}
.text-success {
  color: #28b76b;
}
.swal2-content {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
}
.btn-info,
.badge-info {
  border-color: #155ce6;
  background-color: #2970fa;
}
.btn-info:hover,
.badge-info:hover,
.btn-info:active,
.badge-info:active,
.btn-info:focus,
.badge-info:focus {
  background-color: #155ce6;
}
.btn-success,
.badge-success {
  border-color: #14a357;
  background-color: #28b76b;
}
.btn-success:hover,
.badge-success:hover,
.btn-success:active,
.badge-success:active,
.btn-success:focus,
.badge-success:focus {
  background-color: #14a357;
}
.table th {
  padding: .6rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.app-header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
  background: #2970fa;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 0.95rem;
  color: white !important;
  font-weight: 400;
}
.navbar-brand {
  color: white !important;
  font-size: 1.6rem !important;
}
.pace .pace-progress {
  background: #28b76b;
  position: fixed;
  z-index: 100;
  right: 100%;
  width: 100%;
  height: 4px;
}
.alert-info {
  color: #2970fa;
  background-color: #ffffff;
  border-color: #1f66f0;
}
.alert {
  border-width: 3px 0 0;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 2px 0 rgba(20, 20, 31, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-lg > .btn,
.btn.btn-lg {
  height: 2.9rem;
}
.c_color_1 {
  color: #2970fa;
}
.visual-picker input[type=checkbox]:checked ~ .visual-picker-figure,
.visual-picker input[type=radio]:checked ~ .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #28b76b, 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}
.visual-picker-figure:after {
  color: #28b76b;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:active {
  background: #2970fa;
  box-shadow: none;
  border-color: #2970fa;
}
.flatpickr-day.today,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus,
.flatpickr-day.today:active {
  background: #28b76b;
  border-color: #28b76b;
  box-shadow: inset 0 0 0 1px #28b76b, inset 0 0 0 3px #ffffff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
  background: linear-gradient(180deg, #ffffff, #f6f7f9);
  border-color: #28b76b;
  box-shadow: 0 0 0 1px #28b76b;
}
.nav-tabs .nav-link.active {
  color: #2970fa !important;
  border-color: #2970fa !important;
  font-weight: 600;
}
.bg-primary {
  background: #2970fa !important;
}
.btn-primary.focus,
.btn-primary:focus {
  border-color: #0b52dc;
  box-shadow: inset 0 1px 0 0 #2970fa, 0 0 0 1px #155ce6;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0b52dc;
  border-color: #2970fa;
}
.has-clearable {
  border-color: #2970fa;
}
.card-header {
  background: #ffffff;
}
:focus {
  outline-color: #2970fa !important;
}
#accordion .card-link {
  color: #2970fa;
}
#accordion .card-link.collapsed {
  color: #333;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2970fa;
}
.form-control:focus {
  color: #0a994d;
  background-color: #fff;
  border-color: #28b76b;
  outline: 0;
  box-shadow: 0 0 0 1px #28b76b;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown,
.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
  border-color: #14a357;
  box-shadow: 0 0 0 1px #14a357;
}
.select2-container--open .select2-dropdown--below {
  box-shadow: -1px 1px 0 0 #14a357, 1px 0 0 0 #14a357;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #28b76b;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 14px;
  color: rgba(20, 20, 31, 0.6);
}
table.table-bordered.dataTable tbody td {
  font-size: 0.9rem;
  max-width: 500px;
  overflow: hidden;
  /* height: 50px; */
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.dataTables_wrapper div.dataTables_info {
  white-space: nowrap;
  margin-bottom: 20px;
}
.table-responsive {
  border: 1px solid #ecedf1;
  border-top: 0;
  padding-bottom: 0;
}
table.table-bordered.dataTable tbody td {
  color: #222;
  font-size: 0.85rem;
  padding: .6rem .6rem .49rem .6rem;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.page-link {
  font-weight: 400;
  border-radius: 3rem;
  font-size: .85rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .3rem .75rem;
  margin-left: 5px;
  line-height: 1.3;
  color: #222230;
  background-color: transparent;
  border: 1px solid transparent;
}
.icon_10 i {
  margin-right: 8px;
  display: inline-block;
  width: 16px;
}
.card-header .btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  float: right;
  vertical-align: middle;
}
.c_dot {
  position: absolute;
  content: '';
  display: block;
  background: #2970fa;
  height: 2px;
  width: 80px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.c_dot i {
  position: absolute;
  content: '';
  display: block;
  background: #2970fa;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -35%);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #2970fa;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #1e1e23;
}
.btn-primary {
  background: #2970fa;
  border-color: #1f66f0;
}
.btn-subtle-primary {
  color: #2970fa;
  background-color: rgba(1, 147, 84, 0.08);
  border-color: transparent;
}
.btn-subtle-primary.focus,
.btn-subtle-primary:active,
.btn-subtle-primary:focus,
.btn-subtle-primary:hover {
  color: #2970fa;
  background-color: rgba(1, 147, 84, 0.2);
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a61eb;
  border-color: #155ce6;
}
.navbar-nav .nav-link {
  color: white;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(20, 20, 31, 0.5);
}
.text-muted {
  color: #757575!important;
}
.blue-g {
  color: #4285f4;
}
.red-g {
  color: #ea4335;
}
.yellow-g {
  color: #fbbc05;
}
.green-g {
  color: #34a853;
}
.swiper-button-next,
.swiper-button-prev {
  color: #155ce6;
  padding: 20px;
  padding-top: 0;
  transform: translate(0, -100%);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}
h1 {
  letter-spacing: -1px;
}
.text-white {
  color: white!important;
}
.sidebar-backdrop {
  background-color: rgba(20, 20, 31, 0);
  z-index: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#accordion .card-header .card-link:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}
#accordion .card-header .card-link.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}
b,
strong {
  font-weight: 600;
}
.app-aside {
  background-color: #f4f6f8;
}
.menu-link.active,
.menu-link.active .menu-icon {
  color: #2970fa !important;
}
.text-info {
  color: #2970fa !important;
}
.page-title {
  font-size: 1.8rem;
}
.logo-text {
  color: #252930;
  font-size: 1.5rem;
  font-weight: bold;
}
.text-alt {
  font-weight: 300;
}
th {
  font-weight: 500;
  font-size: 0.9rem;
}
table.table-bordered.dataTable tbody td {
  font-size: 0.9rem;
}
.btn-success {
  background: #28b76b;
  border-color: #14a357;
}
.btn-info {
  background: #2970fa;
  border-color: #155ce6;
}
.btn-info.focus,
.btn-info:focus {
  border-color: #2970fa;
  box-shadow: inset 0 1px 0 0 #0194ce, 0 0 0 1px #014b69;
}
.navbar {
  padding: .5rem .3rem;
}
.hamburger-light .hamburger-inner,
.hamburger-light .hamburger-inner:after,
.hamburger-light .hamburger-inner:before {
  background-color: white;
}
.card-header {
  font-weight: 400;
  background: #ffffff - 10%;
  padding: 1.2rem 1rem 1.1rem 1rem;
}
.card {
  border-radius: 8px;
}
.card-header:first-child {
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.alert ul {
  margin-bottom: 0;
}
/*.stacked-menu {
  padding-top: 0;
}*/
.stacked-menu .menu-header {
  margin: .5em 0 0;
  padding: .5rem 1rem;
  color: #888c9b;
  font-size: .8125rem;
  font-weight: 400;
  text-transform: uppercase;
}
table.table-bordered.dataTable tbody td {
  font-size: 0.85rem;
}
.input-group:not(.input-group-alt) .form-control {
  top: -1px;
  height: inherit;
}
.stacked-menu-has-compact .fa-question-circle {
  display: none;
}
.stacked-menu-has-compact .plan-item {
  display: none;
}
.text-bold {
  font-weight: 600px;
}
.page-item.active .page-link {
  color: #2a6ff9;
  background-color: rgba(52, 108, 176, 0.08);
}
.metric-row .metric {
  margin: 0 0;
  min-height: 0;
}
.alert {
  border-radius: 0;
}
.badge {
  display: inline-block;
  padding: .5rem .45rem .375rem;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.nav-tabs .nav-link {
  padding: 0.7rem 1rem;
  border-width: 0 0 3px;
  text-transform: uppercase;
  margin-bottom: -3px;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-radius: 0;
}
.dropdown-item .fa,
.dropdown-aside .fa {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
}
.has-sidebar .header_nav {
  right: 375px;
}
.has-sidebar table {
  table-layout: fixed;
}
@media (max-width: 768px) {
  .page-title-bar p {
    font-size: 0.95rem;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-rich {
    width: 30rem;
  }
  .stacked-menu .menu-link {
    padding-top: .55rem;
    padding-bottom: .65rem;
    font-size: .95rem;
    line-height: 1.25rem;
    color: #5d6778;
  }
  .stacked-menu .menu-link {
    padding-top: .55rem;
    padding-bottom: .65rem;
    font-size: .9rem;
    line-height: 1.2rem;
    color: #5d6778;
  }
  .alert {
    font-size: .9rem;
    border-width: 4px 0 0;
  }
  .alert li {
    margin-bottom: 0.5rem;
  }
  .card {
    border-radius: .4rem;
  }
  .page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1170px) {
  .has-sidebar .table.table-bordered.dataTable tbody td {
    font-size: 0.9rem;
    overflow: hidden;
    max-width: 300px;
    /* height: 50px; */
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .header_nav {
    background: white;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99;
  }
  .header_nav .btn-icon {
    margin-right: 0.5rem;
  }
}
