a,
.btn-link {
  color: #2c5cc5;
}
.btn-sm, .btn-group-sm > .btn
{
  font-size: 0.8rem;
}
label {
  margin-bottom: 0.2rem;
}
a:hover,
.btn-link:hover {
  color: #2f80eb;
}

.card-header {
  padding: 0.75rem 1rem;
}

.form-control {
  font-size: 0.8rem;
}
.text-muted {
  font-size: 0.7rem;
}
.layout-navbar-fixed .wrapper .content-wrapper {
  background-color: #ebeff3;
  position: relative;
  padding-top: 105px;
  overflow-x: hidden;
}



section .breadcrumb {
  font-weight: 500;
}

.breadcrumb>li+li::before {
  font-family: 'Font Awesome 5 Pro';
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f054";
}
.breadcrumb-item {
  font-size: 0.9rem;
}

.card-title {
  font-size: 1.0rem;
}

.dropdown-item {
  font-size: 0.9rem;
}

.dropdown-item:hover {
  background-color: #e9ecef;
  color: #2b2b2b;
}


.divider-vertical {
  width: 1px;
  height: 30px;
  margin: 0 0.5rem;
  overflow: hidden;
  border-left: 1px solid #e9ecef;
}

.empty-list {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  height: 100%;
  text-align: center;
  background: #fff;
  justify-content: flex-start;
  padding: 30px 0;
}


.table-container {}

.dropdown-icon::after {
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  content: "\f142";
  border: 0 !important;
  vertical-align: 0px;
}

.content.content-full {
  min-height: 350px;padding: 0px;background-color: #ebeff3;overflow-x: auto;
}
