/*
 * Dashforge Page Components
 *
 * This style is use for demo purpose only.
 *
 */
.content-components {
  font-size: 16px;
  padding: 20px;
  position: relative;
  color: #1b2e4b;
  letter-spacing: -0.2px; }
  @media (min-width: 992px) {
    .content-components {
      padding: 25px;
      margin-top: 60px;
      margin-left: 240px; } }
  @media (min-width: 1200px) {
    .content-components {
      padding: 30px;
      margin-right: 240px; } }
  .content-components .container {
    padding: 0;
    max-width: 780px; }
  .content-components pre[class*="language-"],
  .content-components code[class*="language-"] {
    border-color: rgba(72, 94, 144, 0.16);
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    letter-spacing: normal;
    background-color: #f8f9fc; }

.content-widgets {
  background-color: rgba(245, 246, 250, 0.75);
  font-size: 14px;
  margin-top: 60px;
  margin-left: 240px;
  padding: 30px; }

.df-breadcrumbs {
  padding: 0;
  background-color: transparent; }
  .df-breadcrumbs .breadcrumb-item {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif; }
    @media (min-width: 576px) {
      .df-breadcrumbs .breadcrumb-item {
        letter-spacing: .5px; } }
    .df-breadcrumbs .breadcrumb-item a {
      color: #1b2e4b;
      transition: all 0.2s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .df-breadcrumbs .breadcrumb-item a {
          transition: none; } }
    .df-breadcrumbs .breadcrumb-item.active {
      color: #0168fa; }
    .df-breadcrumbs .breadcrumb-item + .breadcrumb-item {
      padding-left: 8px; }
      .df-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
        color: #c0ccda;
        padding-right: 8px;
        font-weight: 500; }

.df-title {
  font-size: 32px;
  font-weight: 400;
  color: #001737;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  text-indent: -2px; }
  @media (min-width: 576px) {
    .df-title {
      font-size: 36px; } }
  @media (min-width: 992px) {
    .df-title {
      font-size: 40px;
      margin-bottom: 35px; } }

.df-lead {
  color: #001737;
  letter-spacing: normal; }
  @media (min-width: 576px) {
    .df-lead {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 45px; } }
  @media (min-width: 1200px) {
    .df-lead {
      font-size: 20px; } }

.df-example {
  font-size: 0.875rem;
  letter-spacing: normal;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  position: relative; }
  @media (min-width: 992px) {
    .df-example {
      padding: 20px; } }
  @media (min-width: 1200px) {
    .df-example {
      padding: 25px; } }
  .df-example::before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: -6px;
    left: 5px;
    font-size: 8px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: inherit;
    color: #8392a5;
    padding: 0 5px; }
  .df-example.df-inverse {
    background-color: #1c273c;
    color: rgba(255, 255, 255, 0.7);
    border-width: 0; }
    .df-example.df-inverse::before {
      background-color: #3b4863;
      top: -16px;
      left: 0; }

.section-nav {
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 240px;
  padding: 30px;
  display: none; }
  @media (min-width: 1200px) {
    .section-nav {
      display: block;
      border-left: 1px solid rgba(72, 94, 144, 0.16); } }
  .section-nav .nav-label {
    font-size: 10px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #8392a5;
    display: block;
    margin-bottom: 15px; }
  .section-nav .nav-link {
    color: #1b2e4b;
    padding: 0;
    display: block;
    position: relative;
    white-space: nowrap;
    font-size: 13px; }
    .section-nav .nav-link:hover {
      color: #0168fa; }
    .section-nav .nav-link + .nav-link {
      margin-top: 5px; }
    .section-nav .nav-link.active {
      color: #0168fa;
      font-weight: 500;
      letter-spacing: -.12px; }
      .section-nav .nav-link.active::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -31px;
        margin-top: -.5px;
        background-color: #0168fa;
        height: 1px;
        width: 30px; }

.demo-avatar-group {
  display: flex;
  align-items: center; }
  .demo-avatar-group .avatar {
    flex-shrink: 0; }
    .demo-avatar-group .avatar + .avatar {
      margin-left: 5px; }
      @media (min-width: 576px) {
        .demo-avatar-group .avatar + .avatar {
          margin-left: 10px; } }

.table-components {
  border: 1px solid rgba(72, 94, 144, 0.16); }
  .table-components thead th {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-bottom: 0;
    border-color: rgba(72, 94, 144, 0.16);
    background-color: #f5f6fa;
    white-space: nowrap; }
  .table-components tbody td {
    padding: 8px 10px;
    border-color: rgba(72, 94, 144, 0.16);
    font-size: 0.875rem; }
    .table-components tbody td code, .table-components tbody td:first-child {
      color: #dc3545;
      font-size: 12px;
      font-family: 'Roboto Mono', monospace; }

.demo-btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .demo-btn-group .btn {
    margin-top: 5px;
    margin-right: 5px; }
    @media (min-width: 992px) {
      .demo-btn-group .btn {
        margin-top: 0; } }

.demo-icons-group i {
  font-size: 26px;
  line-height: .5; }
  .demo-icons-group i.far {
    font-size: 24px; }

.demo-modal-static {
  background-color: #97a3b9; }
  .demo-modal-static .modal {
    display: block;
    position: static; }

.demo-modal-btn {
  padding: 10px;
  border: 1px solid rgba(72, 94, 144, 0.16);
  background-color: #f1f2f6; }
  @media (min-width: 576px) {
    .demo-modal-btn {
      display: flex;
      justify-content: center; } }
  .demo-modal-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: 1px; }
    .demo-modal-btn .btn + .btn {
      margin-top: 5px; }
      @media (min-width: 576px) {
        .demo-modal-btn .btn + .btn {
          margin-top: 0;
          margin-left: 5px; } }

@media (min-width: 992px) {
  .navbar-header-popover {
    z-index: 1080; } }

@media (min-width: 992px) {
  .content-popovers {
    height: calc(100vh - $height-header);
    overflow-y: auto;
    margin-right: 0;
    position: relative; } }

@media (min-width: 1200px) {
  .content-popovers {
    padding-right: 285px; } }

.section-nav-popovers {
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  border-left: 1px solid rgba(28, 39, 60, 0.06); }

.demo-static-toast .toast {
  opacity: 1; }

.demo-table .table th,
.demo-table .table td {
  white-space: nowrap; }

.demo-animate-media {
  flex-direction: column;
  align-items: stretch; }
  @media (min-width: 576px) {
    .demo-animate-media {
      flex-direction: row;
      align-items: stretch; } }
  .demo-animate-media .media-body {
    background-color: #f5f6fa;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1; }

.demo-animate-list {
  padding-top: 10px;
  order: 2; }
  @media (min-width: 576px) {
    .demo-animate-list {
      order: 1;
      padding-top: 0;
      padding-right: 1px; } }
  .demo-animate-list .nav-link {
    padding: 7px 10px;
    background-color: #e5e9f2; }
    @media (min-width: 576px) {
      .demo-animate-list .nav-link {
        width: 150px; } }
    .demo-animate-list .nav-link:hover {
      background-color: #c0ccda;
      color: inherit; }
    .demo-animate-list .nav-link + .nav-link {
      margin-top: 1px; }
    .demo-animate-list .nav-link.active {
      background-color: #0168fa;
      color: #fff; }

.demo-animate-item {
  background-color: #3b4863;
  padding: 15px 20px;
  width: 175px;
  border-radius: 0.25rem; }
  .demo-animate-item .df-logo {
    color: #fff;
    letter-spacing: -1px; }
    .demo-animate-item .df-logo::before {
      flex-shrink: 0; }

.demo-forms .form-control,
.demo-forms .input-group-text {
  font-size: inherit; }

.morris-wrapper-demo {
  height: 200px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 576px) {
    .morris-wrapper-demo {
      height: 300px; } }

.morris-donut-wrapper-demo {
  height: 200px; }
  @media (min-width: 576px) {
    .morris-donut-wrapper-demo {
      height: 250px; } }
/*
 * Dashforge Dashboard Pages
 *
 * This style is use in dashboard pages.
 *
 */
.bg-df-1 {
  background-color: #0168fa; }

.bg-df-2 {
  background-color: #69b2f8; }

.bg-df-3 {
  background-color: #d1e6fa; }

.bg-litecoin {
  background-color: #325a98; }

.stroke-wd-3 {
  stroke-width: 3px; }

.wd-12 {
  width: 12px; }

.ht-12 {
  height: 12px; }

.chart-one {
  position: relative;
  overflow: hidden;
  margin: 0 15px 15px;
  padding-top: 80px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
  @media (min-width: 576px) {
    .chart-one {
      margin: 0 20px 15px;
      padding-top: 0;
      overflow: visible; } }
  .chart-one .flot-x-axis {
    display: none; }
    @media (min-width: 576px) {
      .chart-one .flot-x-axis {
        display: block; } }
    .chart-one .flot-x-axis .flot-tick-label {
      transform: translateY(2px);
      text-transform: uppercase;
      font-size: 9px;
      font-weight: 500;
      font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
      letter-spacing: .5px;
      color: #8392a5; }
  .chart-one .flot-chart {
    margin-left: -12px;
    margin-right: -10px;
    height: 350px; }

.chart-two .flot-x-axis > div {
  transform: translateY(3px);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: .5px;
  color: #8392a5; }
  .chart-two .flot-x-axis > div:first-child {
    margin-left: 15px; }

.chart-two .flot-chart {
  height: 150px;
  margin-left: -15px;
  margin-right: -13px; }
  @media (min-width: 576px) {
    .chart-two .flot-chart {
      height: 210px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .chart-two .flot-chart {
      height: 155px; } }

.chart-three .flot-chart {
  margin-left: -7px;
  margin-right: -8px;
  margin-bottom: -5px; }

.chart-four .flot-chart {
  margin-right: -8px;
  margin-bottom: -5px; }

.chart-five > div {
  position: relative;
  margin-left: -10px;
  height: 225px; }

.table-dashboard {
  font-size: 13px; }
  .table-dashboard thead th,
  .table-dashboard tbody td {
    border-color: #e5e9f2;
    white-space: nowrap; }
    .table-dashboard thead th:first-child,
    .table-dashboard tbody td:first-child {
      padding-left: 20px; }
    .table-dashboard thead th:last-child,
    .table-dashboard tbody td:last-child {
      padding-right: 20px; }
  .table-dashboard thead th {
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #8392a5; }

.table-dashboard-one tbody td {
  padding-top: 5px;
  padding-bottom: 5px; }

/* -------------- dashboard-two.html ----------------- */
.chart-six {
  margin-left: -5px;
  height: 150px; }
  @media (min-width: 576px) {
    .chart-six {
      height: 200px; } }
  @media (min-width: 768px) {
    .chart-six {
      height: 250px; } }
  @media (min-width: 992px) {
    .chart-six {
      height: 300px; } }

.chart-seven {
  height: 150px; }
  @media (min-width: 992px) {
    .chart-seven {
      height: 205px; } }
  @media (min-width: 1200px) {
    .chart-seven {
      height: 188px; } }

.chart-eight .flot-chart {
  margin-left: -26px;
  margin-right: -26px;
  margin-bottom: -26px;
  height: 126px; }
  @media (min-width: 768px) {
    .chart-eight .flot-chart {
      height: 167px; } }
  @media (min-width: 992px) {
    .chart-eight .flot-chart {
      margin-left: -30px;
      margin-right: -30px;
      margin-bottom: -30px;
      height: 126px; } }

.chart-nine .flot-chart {
  height: 142px;
  margin-left: -5px;
  margin-right: -5px; }

.chart-nine .flot-y-axis .flot-tick-label,
.chart-nine .flot-x-axis .flot-tick-label {
  font-size: 9px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  font-weight: 500;
  color: #8392a5; }

.chart-nine .flot-y-axis .flot-tick-label {
  margin-left: -10px; }
  .chart-nine .flot-y-axis .flot-tick-label:first-child {
    display: none; }

.chart-nine .flot-x-axis .flot-tick-label {
  transform: translateY(3px); }
  .chart-nine .flot-x-axis .flot-tick-label:last-child {
    margin-left: -5px; }

.chart-ten .flot-chart {
  height: 95px;
  margin-left: -8px;
  margin-right: -12px; }

.card-dashboard-table .table th, .card-dashboard-table .table td {
  border-color: rgba(72, 94, 144, 0.16);
  padding: 10px 15px;
  font-size: 13px;
  text-align: right;
  white-space: nowrap; }

.card-dashboard-table .table thead tr th:first-child {
  border-left-width: 0; }

.card-dashboard-table .table thead tr th:last-child {
  border-right-width: 0; }

.card-dashboard-table .table thead tr:first-child th {
  border-top-width: 0;
  font-size: 13px;
  background-color: #f5f6fa;
  text-align: left; }

.card-dashboard-table .table thead tr:last-child th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 15px;
  color: #8392a5; }

.card-dashboard-table .table thead tr th:first-child,
.card-dashboard-table .table tbody tr td:first-child {
  text-align: left; }

.card-dashboard-table .table strong {
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  font-weight: 500; }

/* ---------- dashboard-three.html ------------ */
.card-crypto .nav-line {
  border-bottom-width: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: .5px; }
  .card-crypto .nav-line .nav-link + .nav-link {
    margin-left: 10px; }
  .card-crypto .nav-line .nav-link.active::after {
    height: 3px;
    bottom: -10px;
    border-radius: 0.25rem;
    display: none; }
    @media (min-width: 576px) {
      .card-crypto .nav-line .nav-link.active::after {
        display: block; } }

.chart-eleven .flot-chart {
  height: 160px; }
  @media (min-width: 576px) {
    .chart-eleven .flot-chart {
      height: 220px; } }
  @media (min-width: 768px) {
    .chart-eleven .flot-chart {
      height: 250px; } }
  @media (min-width: 992px) {
    .chart-eleven .flot-chart {
      height: 284px; } }

.chart-eleven .flot-x-axis > div:first-child,
.chart-eleven .flot-y-axis > div:first-child {
  display: none; }

.crypto {
  position: relative;
  padding: 20px; }

.crypto-icon {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px; }

.crypto-icon-sm {
  height: 35px;
  width: 35px;
  font-size: 16px; }

.crypto-bitcoin-cash {
  line-height: 0;
  transform: rotate(-40deg); }

.chart-twelve .flot-chart {
  height: 80px;
  margin-left: -20px;
  margin-right: -20px; }

.list-label {
  padding: 6px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  background-color: #f5f6fa;
  color: #8392a5;
  letter-spacing: 1px;
  border-top: 1px solid #e5e9f2; }
  .list-label:first-of-type {
    border-top-width: 0; }

.list-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e9f2; }

.chart-thirteen {
  height: 220px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .chart-thirteen {
      height: 143px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .chart-thirteen {
      height: 160px; } }

.chart-fourteen {
  position: relative;
  overflow: hidden; }
  .chart-fourteen .flot-chart {
    height: 200px;
    margin-top: -10px;
    margin-left: -30px;
    margin-right: -28px; }
  .chart-fourteen .flot-x-axis .flot-tick-label {
    font-size: 9px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    color: #8392a5;
    text-transform: uppercase;
    letter-spacing: -.2px; }

.chart-fifteen {
  overflow: hidden; }
  .chart-fifteen .flot-chart {
    height: 200px;
    margin-right: -18px; }
  .chart-fifteen .flot-y-axis .flot-tick-label,
  .chart-fifteen .flot-x-axis .flot-tick-label {
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    font-weight: 500;
    color: #67788e; }
  .chart-fifteen .flot-y-axis .flot-tick-label:first-child {
    display: none; }
  .chart-fifteen .flot-x-axis .flot-tick-label {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600; }

.chart-sixteen {
  overflow: hidden; }
  .chart-sixteen .flot-chart {
    height: 180px;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -8px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .chart-sixteen .flot-chart {
        height: 274px; } }
    @media (min-width: 1200px) {
      .chart-sixteen .flot-chart {
        height: 186px; } }
  .chart-sixteen .flot-x-axis .flot-tick-label {
    font-size: 9px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    margin-top: -25px;
    margin-left: -25px; }
    .chart-sixteen .flot-x-axis .flot-tick-label:first-child {
      display: none; }

.chart-seventeen {
  height: 260px; }

.table-dashboard-two {
  width: 100%;
  font-size: 13px; }
  .table-dashboard-two tr + tr td {
    border-top: 1px solid #e5e9f2; }
  .table-dashboard-two td {
    vertical-align: top;
    line-height: 1;
    padding: 8px 0; }
    .table-dashboard-two td:first-child {
      padding-left: 0; }
      .table-dashboard-two td:first-child div {
        opacity: .7; }
    .table-dashboard-two td:nth-child(3), .table-dashboard-two td:last-child {
      font-family: "Rubik", sans-serif; }
    .table-dashboard-two td:last-child {
      color: #8392a5; }
/*
 * Dashforge Profile Page
 *
 * This style is use in profile page, connections, groups, events and timeline.
 *
 */
.page-profile {
  color: #1b2e4b; }

@media (min-width: 992px) {
  .content-profile {
    padding: 40px 0; } }

@media (min-width: 992px) {
  .profile-sidebar {
    width: 260px; } }

.profile-sidebar .media-list .media + .media {
  margin-top: 15px; }

@media (min-width: 992px) {
  .profile-sidebar-two {
    width: 230px; } }

.profile-skillset h4 {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 3px; }

.profile-skillset label {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #8392a5;
  font-size: 10px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: .5px; }

.profile-info-list li {
  display: flex;
  align-items: center; }
  .profile-info-list li + li {
    margin-top: 10px; }

.profile-info-list a {
  color: #1b2e4b;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .profile-info-list a {
      transition: none; } }
  .profile-info-list a:hover, .profile-info-list a:focus {
    color: #0168fa; }

.profile-info-list svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.3px;
  color: #566476;
  fill: rgba(27, 46, 75, 0.06);
  margin-right: 15px; }

.profile-update-option svg {
  width: 18px;
  height: 18px; }

.card-profile-interest .media + .media {
  margin-top: 25px; }

.img-group-mutual .img {
  width: 40px;
  height: 40px; }
  .img-group-mutual .img + .img {
    margin-left: -16px; }

.list-inline-skills {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap; }
  .list-inline-skills .list-inline-item {
    margin-right: 5px;
    margin-bottom: 5px; }
    .list-inline-skills .list-inline-item a {
      display: block;
      background-color: #fff;
      border: 1px solid #c0ccda;
      padding-top: 3px;
      padding-bottom: 1px;
      padding-left: 8px;
      padding-right: 8px;
      color: #1b2e4b;
      border-radius: 0.25rem; }

.nav-line-profile .nav-link {
  display: flex;
  align-items: center; }
  .nav-line-profile .nav-link.active {
    font-weight: 500; }
    .nav-line-profile .nav-link.active .badge {
      background-color: #00cccc;
      color: #fff; }

.nav-line-profile .badge {
  margin-left: 10px;
  background-color: #e5e9f2;
  color: #8392a5; }

.timeline-label {
  margin-left: 10px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  position: relative; }
  @media (min-width: 576px) {
    .timeline-label {
      margin-left: 120px; } }
  @media (min-width: 768px) {
    .timeline-label {
      margin-left: 150px; } }
  .timeline-label::before {
    content: '';
    position: absolute;
    top: 29px;
    left: -6px;
    background-color: #3b4863;
    width: 11px;
    height: 11px;
    border-radius: 100%; }
  .timeline-label:first-child {
    padding-top: 0; }
    .timeline-label:first-child::before {
      top: 4px; }

@media (min-width: 576px) {
  .timeline-item {
    display: flex;
    align-items: flex-start; } }

.timeline-item + .timeline-item {
  margin-top: 20px;
  position: relative; }
  .timeline-item + .timeline-item::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    width: 1px;
    height: 20px;
    background-color: rgba(72, 94, 144, 0.16); }
    @media (min-width: 576px) {
      .timeline-item + .timeline-item::before {
        left: 120px; } }
    @media (min-width: 768px) {
      .timeline-item + .timeline-item::before {
        left: 150px; } }

.timeline-time {
  flex-shrink: 0;
  padding-left: 25px;
  margin-left: 10px;
  border-left: 1px solid rgba(72, 94, 144, 0.16); }
  @media (min-width: 576px) {
    .timeline-time {
      width: 120px;
      text-align: right;
      padding-right: 25px;
      padding-left: 0;
      margin-left: 0;
      border-left: 0; } }
  @media (min-width: 768px) {
    .timeline-time {
      width: 150px; } }

.timeline-body {
  flex: 1;
  padding-left: 25px;
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  position: relative;
  margin-left: 10px; }
  @media (min-width: 576px) {
    .timeline-body {
      margin-left: 0; } }
  .timeline-body::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -6px;
    background-color: #fff;
    width: 11px;
    height: 11px;
    border: 2px solid #0168fa;
    border-radius: 100%; }
  .timeline-body h6 {
    line-height: 1.5; }
