@charset "utf-8";
/* CSS Document */

/* My CSS */
.vt-body ul {padding: 0;margin:0;}
.vt-body ul li {
  list-style: none;
  border-bottom: 1px dashed var(--fade);
  padding: 0.3em 0;
  transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
  max-height: 500px; /* Big enough to fit content */
  overflow: hidden;
}

.vt-body ul li.hide {
  opacity: 0;
  max-height: 0;
  padding: 0;
  pointer-events: none;
}
.timeline-toggle {
    font-size: 1.1em;
    margin: .9em .4em;
    padding: .2em 1em;
  background: var(--box-fade);
  border: 1px solid var(--border);
  color: var(--caption);
}
.dn {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.timeline-menu input[type="checkbox"]:checked + label {
  background-color: var(--color-accent);
    border: 1px solid var(--color-accent);
  border: 1px solid var(--border);
  color: black;
}
.vt-body span.color {
    border: none;
    background: none;
    font-size: revert;
    padding: 0;
}
/* Original CSS */
.vertical-timeline h1,.vertical-timeline h2,.vertical-timeline h3{
    margin:0px;
}
.vertical-timeline {
    padding-top: 20px;
    padding-bottom: 20px;
    display:flex;
    flex-direction: column;
}

.vertical-timeline .vt-step {
    position: relative;
    min-height: 80px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.vertical-timeline .vt-step:first-child {
    margin-bottom: -15px;
}

.vt-column {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.vt-column .vt-start-point {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: -5px;

}

.vt-column .vt-start-point::before {
    content: " ";
    height: 10px;
    width: 10px;
    margin: 5px;
    border-radius: 50px;
    background-color: #f8f8f8;
    display: inline-block;
    box-shadow: -2px 3px 3px #0000004f;
}

.vt-column .vt-end-point {
    height: 7px;
    width: 7px;
    margin-left: 1.5px;
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    bottom: -3.5px;

}

/* content */
.vt-content {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    margin-top: -76px;

}

/* header */
.vt-header .vt-cat {
    font-size: 20px;
    display: block;

}

.vt-body p {
    margin: 10px 0px 0px 0px;
}


/* spliter */


.vt-splitter::before {
    content: " ";
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    border-radius: 10px;
    border: solid 4px;

}

.vt-splitter::after {
    content: " ";
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    border-radius: 10px;
}

.vt-splitter .vt-line {
    border-top: dotted 2px rgb(82, 82, 82);
    
}

.vt-splitter .vt-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    margin-top: -45px;
    border-radius: 50px;
}

.vt-splitter .vt-icon .vt-icon-wrap {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background-color: #f8f8f8;
    box-shadow: -2px 3px 3px #0000004f;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* body */

.vt-body h3 {
    margin: 0px;
}

.vt-body p {
    font-size: .9rem;
}



/* right */
.vt-right {
    margin-left: calc(50% - 5px);
}

.vt-right .vt-column {
    left: 0;
}

.vt-right .vt-content {

}

.vt-right .vt-icon {
    right: 0;
}

.vt-right .vt-cat {
    padding: 18px 0 0 40px;
    text-align: left !important;
}

.vt-right .vt-body {
    padding: 10px 90px 0 40px;
    text-align: left !important;
}

.vt-right .vt-body * {
    text-align: left !important;
}

.vt-right .vt-splitter {
    padding: 0 80px 0 15px;
    margin: 10px 0 0 0;
}

.vt-right .vt-splitter .vt-line {
    margin: 0px 10px 0 25px;
}

.vt-right .vt-splitter::before {
    margin: -6px 0px 0px 20px;
    border-top-right-radius: 0;
    left: 0;
    border-left: 0px;
    border-bottom: 0px;
}

.vt-right .vt-splitter::after {
    margin: -6px 0px 0px 0px;
    border-bottom-left-radius: 0;
    right: 75px;
    border-left: 0px;
    border-bottom: 0px;
}

/* left */
.vt-left {
    margin-right: calc(50% - 5px);
}

.vt-left .vt-column {
    right: 0;
}

.vt-left .vt-content {
    /* padding-right: 20px; */

}

.vt-left .vt-icon {
    left: 0;
}

.vt-left .vt-cat {
    padding: 28px 40px 0 0;
    text-align: right !important;
}

.vt-left .vt-body {
    padding: 10px 40px 0 90px;
    text-align: right !important;
}

.vt-left .vt-body * {
    text-align: right !important;
}

.vt-left .vt-splitter {
    padding: 0 15px 0 80px;
    margin: 29px 0 0 0;

}
.vt-left .vt-splitter .vt-line {
    margin: 0px 25px 0 10px;
}

.vt-left .vt-splitter::before {
    margin: -6px 20px 0px 0px;
    border-bottom-left-radius: 0;
    right: 0;
    border-top: 0px;
    border-right: 0px;
}

.vt-left .vt-splitter::after {
    margin: -6px 0px 0px 0px;
    border-top-right-radius: 0;
    left: 75px;

}

/* blue */
.vt-column,
.vt-start-point,
.vt-end-point,
.vt-icon,
.vt-splitter::after,
.vt-splitter::before
{
    background-color: var(--color-accent);
}

.vt-content {
    width: 100% !important;
}

.image-fluid {
    width: 70% !important;
    border-radius: 100px;
}