body {
  color: #1C2930;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.1rem;
  background: #fff;
}
h1, h2, h3, h4, h5, h6, .btn {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.75rem;
}
.h3, h3 {
    /*font-size: 1.5rem;*/
}
a.moweco {
  display: inline-block;
  position: relative;
  color: #0693E3;
  text-decoration:none!important;
}
a.moweco:hover {
  text-decoration:none!important;
}
a.moweco:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0693E3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
a.moweco:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
hr {
  border-color: #0693E3;
  opacity: 1;
}
header {
  border-bottom: 1px solid #0693E3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #f7f9fc;
}
footer {
}
th {
  color: #1C2930 !important;
  font-weight: 500;
  font-size: 1rem;
}
thead tr {
  border-bottom: 1px solid #70798a;
}
.bg-primary {
  background: #0693E3;
}
.bg-secondary {
  background: #E604C6;
}
.bg-body-gradient {
  background: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 77%);
}
.bg-body-tertiary {
  background: #f7f9fc !important;
}
.bg-shadow {
  /*box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.bg-pulse {
  background-color: #f7f9fc ;
}
.bg-pulse a {
  text-decoration: none;
  color: #1C2930;
}
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: #0693E3;
}
.blue {
  color: #0693E3;
}
.text-agency {
  border-bottom: 2px solid #0693E3;
}
.green {
  color: #05E50A;
}
.pink {
  color: #E604C6;
}
.text-client {
  border-bottom: 2px solid #E604C6;
}
.gap {
  background: url("gap.png");
  color: #1C2930;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1); 
}
.btn {
  letter-spacing: -.07px;
}
.btn-sm {
  padding: 4px 10px;
}
.btn-primary {
  background: #0693E3;
  border-color: #0693E3;
}
.btn-primary:hover {
  background: #4CBCFA;
  border-color: #0693E3;
}
.btn-outline-primary {
  color: #0693E3;
  border-color: #0693E3;
}
.btn-outline-primary:hover {
  background: #0693E3;
  border-color: #0693E3;
}
.btn-outline-danger {
  color: #E604C6;
  border-color: #E604C6;
}
.btn-outline-danger:hover {
  background: #E604C6;
}
.btn-outline-light {
  border-color: #102d472e;
  color: #1C2930;
}
.btn-outline-light:hover {
  border-color: #888;
  color: #000;
}
.table-light .btn-outline-light {
  background: #fff;
}
.text-bg-primary {
  background: #0693E3;;
}

table tr .btn {
  /*display: none;*/
}
table tr:hover .btn {
  display: inline-flex;
}
.table-light, .table-light th {
  background: #f7f9fc !important;
}
.table  td {
}

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}
.sidebar .nav-link {
  font-size: .9rem;
  font-weight: 400;
  color: #525b75;
  border-radius: 0 0px 0px 0;
}
.sidebar .nav-link:hover, .sidebar .nav-link.active:hover {
  background: #eff2f6;
  color: #1C2930;
}
.sidebar .nav-link.active {
  color: #0693E3;
  background: #f7f9fc;
}
.sidebar .nav-link i{
  margin-top: -5px;
  margin-right:7px;
}
.sidebar-heading {
  font-size: .9rem;
  color: #70798a;
}

.navbar .form-control {
  padding: .75rem 1rem;
}
.navbar-brand {
  color: #0693E3;
}
.navbar-brand img {
  margin-top:-3px;

}
.navbar-nav .nav-link.active {
  color: #0693E3 !important;
}
.navbar-nav .nav-link {
  color: #525b75 !important;
  /*font-size: 1rem;*/
}
.navbar-nav .nav-link:hover {
  background: #eff2f6;
  color: #1C2930 !important;
  border-radius: 7px;
}
.plancard {
  border: 1px solid #f7f9fc;
}
.plancard .card-header {
  background: #f7f9fc;
  border-bottom: 1px solid #0693E3;
}
.plancard  .card-title {
  font-size: 1rem;
  margin-bottom: 0px;
}
.plancard .card-body {
  padding: 5px;
}
.plancard .card-body ul li {
  font-size: 1rem;
}

#scale10 {
    background: #05E50A;
    height: 2px;
    width: 500px;
    position: absolute;
    margin:10px 0;
}
@media screen and (max-width:375px) {
  #scale10 {
    width: 340px;
  }
}
#pointclient {
  height: 10px;
  width: 10px;
  background: #E604C6;
  position: absolute;
}
#pointagency {
  height: 10px;
  width: 10px;
  background: #0693E3;
  position: absolute;
}
#pointselfagency {
  height: 10px;
  width: 10px;
  border: 1px solid #0693E3;
  background: #fff;
  position: absolute;
}

.tasklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.task {
  border-bottom: 1px solid #e9edf0;
  list-style: none;
  padding: 4px 0;
}
.progress {
  background: #f7f9fc;
  border: 1px solid #9BD0F5;
}
.taskdone {
  opacity: 0.50;
  text-decoration: line-through;
}
.progress-bar {
  background-color: #9BD0F5;
  color: #1C2930;
}
.prio1 {
  border-left: 5px solid #dc3545;
}
.prio2 {
  border-left: 5px solid #ffc107;
}
.prio3 {
  border-left: 5px solid #198754;
}
