﻿.sticky-isi-open {overflow-y: hidden;}
#isi {font-size: 18px; line-height: 24px;}
.sticky-isi {opacity: 0; background-color: #ffffff; padding-top: 4px;  position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 999; webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36); -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36); box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 36%); background-position: top center;}
.sticky-isi-wrap {background: #fff; overflow: hidden;}
.sticky-isi.expanded .sticky-isi-wrap {overflow-y: auto;}
.sticky-isi-content-full {padding-bottom: 30px;}
.sticky-isi-content-full ul { padding: 0 0 0 20px;  margin: 0 0 20px 0; color:#404041; }
.sticky-isi-content-full a {  color:#404041;  }

.isi-section:not(:last-child) {margin-bottom: 32px;}

#isi h5 {text-transform: uppercase; font-family: noto-sans; color: #0047ba; font-size: 22px; line-height: 28px; font-weight: bold; margin-bottom: 8px;}
#isi h3 {text-transform: uppercase; font-family: noto-sans; color: #58595B; font-size: 18px; line-height: 24px; font-weight: bold; margin-bottom: 8px;}

.isi-btn { cursor: pointer;}
.sticky-isi-trigger {
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0;
    text-align: right;
	padding-top: 3px;
}
.sticky-isi-trigger .isi-btn {
    margin-left: auto;
    display: inline-flex;
    z-index: 9999;
    color: #153A62;
    text-decoration: none!important;
    font-weight: 500;
    font-size: 16px;
	margin-left: 40px;
	user-select: none;
}
.sticky-isi-trigger .isi-btn div{
    display: inline-flex;
}
.half-expand .sticky-isi-wrap {
	height: 175px;
}

@media (max-width: 767px) {
	.half-expand .sticky-isi-wrap {
    	height: 129px;
	}
}
.sticky-isi-trigger .isi-btn i {
    font-weight: 900;
    background: #153A62;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
	margin-left: 8px;
	line-height: 26px;
}

.sticky-isi-trigger .isi-btn i:before { /*margin-left:6px;*/}

.expanded .sticky-isi-trigger .isi-btn i {transform: rotate(0deg);}


.sticky-isi-content-full h2.grey {
    color: #404041;
}
.sticky-isi-content-full p {
    color: #404041;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5;
}

.sticky-isi-content-full strong {
    font-weight: 700;
}

.sticky-isi-content-full h2 {
    color: #153A62;
    font-weight: 500;
	font-size: 22px;
    line-height: 1.13;
    margin-bottom: 1rem;
    margin-top: 5px;
}
.collapsed .sticky-isi-wrap {
    height: 40px;
}
.full-expand .sticky-isi-wrap {overflow-y: auto;height: 500px;max-height: 90vh;}

.sticky-isi.collapsed .isi-btn.collapse-isi {
    display: none;
}
.sticky-isi.full-expand .isi-btn.expand-isi {
    display: none;
}
.sticky-isi.hide{
	display: none;
}

@media (max-width: 767px) {
	.full-expand .sticky-isi-wrap {
    	height: 550px;
	}

    .sticky-isi-trigger .isi-btn div {
        display: none;
    }

   .sticky-isi.half-expand .sticky-isi-content-full h2 {
        width: 280px;
    }

    .sticky-isi.collapsed .sticky-isi-content-full h2 {
        width: 320px;
        font-size: 18px;
    }

    .isi-btn.expand-isi i{margin-left: 0; line-height: 26px;}
    .isi-btn.collapse-isi i{margin-left: 0; line-height: 28px;}
    
}

