/* laporan keuangan */
.content-card {
    margin-top: -34px;
    position: relative;
    border: 1px solid #e1e1e1;
    height: 482px;
    border-radius: 30px;
    background-color: white;
}

.border-black {
    border: 1px solid #e1e1e1;
}

.content-2 {
    display: grid;
    align-items: center;
    height: 426px;
}

.tab button.actived {
    color: orange;
}

/* csr */
.tabs-csr {
	padding: 8rem 0 0 0;
    margin: 8rem 0 0 0;
}


/* profil manajemen */
.img-border {
    width: 320px; 
    height: 320px; 
    background-color: #e9e9e9; 
    border-radius: 50%;
    padding-left: 2px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: auto;
    height: 100vh;
    background-color: #000;
}

.bg-2 {
    margin-top: -550px;
    width: 100%;
}

.f-size-51 {
    font-size: 51px;
}

.f-size-20 {
    font-size: 20px;
}

.f-size-30 {
    font-size: 22px;
}

/*
.f-size-18 {
    font-size: 18px;
}*/

.f-size-27 {
    font-size: 27pt;
}

.card-slide{
    padding: 12px;
    transform: scale(1.1);
}

.w-40p {
    width: 40%;
}

.banner-sp img {
    width: 100%;
    height: 954px;
}

.text-banner {
    position: relative;
    top: -37rem;
    left: 4rem;
    padding: 0 20px;
}

.tab-sp {
    overflow: hidden;
    width: auto;
    display: flex;
    height: 40px;
    border-radius: 30px;
    background-color: #f3f3f3;
    border: 0px solid;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin: auto;
}

.w-min-50 {
    margin-top: -150px;
}

.lh-40{
    line-height: 40px;
}

.w-min-l-30 {
    margin-left: -30px;
}

.ml-140{
    margin-left: 140px;
}

.ml-50 {
    margin-left: 150px;
}

.ml-200 {
	width: 650px;
    margin-left: 250px;
}

.title .img-2 {
    margin-left: 200px;
    margin-top: -54px;
}

.title .img-3 {
    margin-left: 235px;
    margin-top: -36px;
}

.img-history{
    position: absolute;
    left: 0;
    /* z-index: 2;
    top: 35rem;*/
    right: 0;
    width: 100%;
}
.img-history-2{
    position: absolute;
    top: 500px;
    left: 0;
    /* right: 0; */
    /* z-index: 2; */
    /* width: 100%; */
}
.img-history-3{
    position: absolute;
    top: 500px;
    left: 0;
    /* right: 0; */
    /* z-index: 2; */
    /* width: 100%; */
}
.img-history-4{
    position: absolute;
    bottom: -100px;
    left: 0;
    /* right: 0; */
    /* z-index: 2; */
    /* width: 100%; */
}
.img-history-5 {
    position: absolute;
    top: 550px;
    left: 0;
    /* z-index: 2; */
    /* transform: rotate(-40deg); */
}

/*.history-bar {
    margin-top: 380px;
    margin-left: 17%;
}*/

.btn-timeline{
    background-color: #FE6A00;
    color: white;
    height: 50px;
    /* width: 100%; */
    font-weight: 600;
    border-radius: 30px;
    z-index: 3;
}

.btn-timeline-start{
    background-color: #FE6A00;
    color: white;
    height: 50px;
    /* width: 100%; */
    font-weight: 600;
    border-radius: 30px;
    z-index: 3;
}

/* timeline History*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
 }
 
 .timeline-container {
    width: 80%;
    /* padding: 50px 0; */
    margin: 50px auto;
    position: relative;
    overflow: hidden;
 }
 
 /* .timeline-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 11%;
    margin-left: -2px;
    width: 2px;
    height: 100%;
    background: #FFDD00;
    z-index: 1
 } */
 
 .timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(90% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
 }
 
 .timeline-block-right {
    float: right;
 }
 
 .timeline-block-left {
    float: left;
    direction: rtl
 }
 
 .marker {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #FFDD00;
    background: #FFDD00;
    margin-top: 10px;
    z-index: 9999
 }
 
 .timeline-content {
    font-size: 80px;
    width: 95%;
    padding: 0 15px;
    color: #666
 }
 
 .timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500
 }
 
 .timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
 }
 
 .timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
 }
 
 
 @media screen and (max-width: 768px) {
 	/*.mt-140 {
    	margin-top: 140px;
    }*/
    .timeline-container:before {
       left: 8px;
       width: 2px;
    }
    .timeline-block {
       width: 100%;
       margin-bottom: 30px;
    }
    .timeline-block-right {
       float: none;
    }
 
    .timeline-block-left {
       float: none;
       direction: ltr;
    }
 }

 .title-timeline {
    position: absolute;
    top: 0;
 }
 /* end timeline */

.custom-icon {
    filter: invert(100%);
}

.tab a.active {
    background-color: #661861;
    color: white;
    width: 100%;
    font-weight: 600;
}

.tab a {
    background-color: inherit;
    width: 100%;
    float: left;
    color: black;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 40px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
}

  
 