.accordion {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}



.card-header .title {
    font-size: 17px;
    /* color: gray; */
    vertical-align: -webkit-baseline-middle;
    /* float: right; */
    direction: rtl;
    font-weight: bold;
    
}

.card-header .accicon {
    float: left;
    font-size: 20px;
    width: 1.2em;
}

.card-header {
    cursor: pointer;
    /* border-bottom: none; */
    /* border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important; */
    border-top-left-radius: initial !important;
    border-top-right-radius: initial !important;
    /* width: 80%; */
    /* padding: 0.75rem 0.75rem !important; */
    background-color: #e7e7e7;
    padding: 5px;
    text-align: right;
}

.card {
    border: 1px solid #ddd !important;
    box-shadow: none;
    border-radius: initial !important;
    margin-bottom: 0px;
    direction: ltr;

}

.card-body {
    /* border: 1px solid #ddd; */
    border-bottom: none !important;
    padding: 0px !important;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
    transition: all 0.5s ease-in;
}

@media (max-width: 768px) {
    .accordion {
        width: 90%;
    }
    .timeline {
        width: 90% !important;
    }

    .titletable {
        width: 100% !important;
    }
}

.filetable {
    width: 100%;
}

.filetable td {
    width: 200px;
}

.filetable td:nth-child(3) {
    text-align: right;
}

.filetable td:nth-child(2) {
    text-align: center;
}

.filetable i {
    color: #365A3F;
    font-size:24px;
}

.timelinecpp {
    color: white;
    font-size: 9px;
}

.titletable {
    width: 200px;
}

/***************************/

/* html {
    font-size: 14px;
  }
  
  body {
    background: #f6f9fc;
    font-family: "Open Sans", sans-serif;
    color: #525f7f;
  } */

h2 {
    margin: 5%;
    text-align: center;
    font-size: 2rem;
    font-weight: 100;
}

.timeline {
    display: flex;
    flex-direction: column;
    /* width: 50vw;
    margin: 5% auto; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    /* font-weight: 600; */
    color: #B1862E;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 20px;
}

.timeline__event__date {
    /* color: #d6ae5e; */
    color: white;
    font-size: 1rem;
    /* font-size: 1.5rem; */
    /* font-weight: 600;
    white-space: nowrap; */
}

.timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: #B1862E;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-basis: 40%; */
    font-size: 2rem;
    color: #B1862E;
    padding: 20px;
    /* width: 200px; */
    min-width: 200px;
}

.timeline__event__icon i {
    position: absolute;
    top: 50%;
    left: -65px;
    font-size: 2.5rem;
    transform: translateY(-50%);
}

.timeline__event__description {
    flex-basis: 60%;
}

/* .timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #B1862E;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: -1;
} */

/* .timeline__event:before {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    background: #f6a4ec;
    border-radius: 100%;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #9251ac;
} */

.timeline__event--type2:before {
    background: #82ad8c;
    border-color: #365A3F;
}

/* .timeline__event--type2:after {
    background: #365A3F;
} */

.timeline__event--type2 .timeline__event__date {
    /* color: #82ad8c; */
    color: white;
}

.timeline__event--type2 .timeline__event__icon {
    background: #365A3F;
    color: #365A3F;
}

.timeline__event--type2 .timeline__event__title {
    color: #365A3F;
}

.timeline__event--type3:before {
    background: #CDCCCC;
    border-color: #A2A7AA;
}

/* .timeline__event--type3:after {
    background: #A2A7AA;
} */

.timeline__event--type3 .timeline__event__date {
    /* color: #CDCCCC; */
    color: white;
}

.timeline__event--type3 .timeline__event__icon {
    background: #A2A7AA;
    color: #A2A7AA;
}

.timeline__event--type3 .timeline__event__title {
    color: #A2A7AA;
}

/* .timeline__event:last-child:after {
    content: none;
} */

@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
    }

    .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
}
