﻿#abpds-content-wrapper.wide {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background: #F1F3FA;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-unit {
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 15px;
}

.profile-usertitle-item {
  color: #5a7391;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

  .profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
  }

    .profile-userbuttons .btn:last-child {
      margin-right: 0px;
    }

.profile-usermenu {
  margin-top: 30px;
}

  .profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
  }

    .profile-usermenu ul li:last-child {
      border-bottom: none;
    }

    .profile-usermenu ul li a {
      color: #93a3b5;
      font-size: 14px;
      font-weight: 400;
    }

      .profile-usermenu ul li a i {
        margin-right: 8px;
        font-size: 14px;
      }

      .profile-usermenu ul li a:hover {
        background-color: #fafcfd;
        color: #5b9bd1;
      }

    .profile-usermenu ul li.active {
      border-bottom: none;
    }

      .profile-usermenu ul li.active a {
        color: #5b9bd1;
        background-color: #f6f9fb;
        border-left: 2px solid #5b9bd1;
        margin-left: -2px;
      }

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  cursor: pointer;
  gap: 5px;
}

  .stats .stats-item {
    width: 100%;
    height: 140px;
    border-radius: 6px;
    border: 1px dashed;
  }

    .stats .stats-item:hover {
      filter: brightness(0.5);
    }

    .stats .stats-item .stats-item-icon {
      margin: 20px auto 10px;
      display: block;
      font-size: 40px;
    }

    .stats .stats-item .stats-item-count {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 18px;
    }

    .stats .stats-item .stats-item-title {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 18px;
    }

#timeline-content {
  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 4px solid #f6f9fb;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgb(42,42, 42);
  font-family: 'Chivo', sans-serif;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 80%;
}

  .timeline .event {
    border-bottom: 1px dashed #5b9bd1;
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
  }

  .timeline .event-item {
    border-bottom: 1px solid rgba(147, 163, 181, 0.35);
    padding: 15px 0;
  }

    .timeline .event-item:last-child {
      border-bottom: none;
    }

  .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .timeline .event:before,
  .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
  }

  .timeline .event:before {
    left: -217.5px;
    color: #5b9bd1;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    font-family: 'Saira', sans-serif;
  }

  .timeline .event:after {
    box-shadow: 0 0 0 4px #5b9bd1;
    left: -57.85px;
    background: #5a7391;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
  }

.badge {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  white-space: break-spaces;
  border-radius: .25rem;
  margin: 1px;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}