/* Initial Root Element */
@font-face {
    font-family: helvetica;
    src: url("../../fonts/FreeSans.otf"); /* IE9 Compat Modes */
    src: url("../../fonts/FreeSans.otf") format("embedded-opentype"), /* IE6-IE8 */
         url("../../fonts/FreeSans.otf") format("woff"), /* Modern Browsers */
         url("../../fonts/FreeSans.otf") format("truetype"), /* Safari, Android, iOS */
         url("../../fonts/FreeSans.otf") format("svg"); /* Legacy iOS */
}
/* Base Root Element 10px => 1rem = 10px */
/* Ukuran Web 2/3 dari ukurang di Figma */
body, html {
    height: 100%;
    font-size: calc(2/3 * 10px);
    font-family: helvetica;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media screen and (max-width: 450px) {
    body, html {
        font-size: 3.5;
    }
}

/* Custom Bootstrap */
/* .dropdown-profil {
    background-color: #EA1E37;
    color: #fff;
    width: 100%;
    height: 5rem;
    font-family: helvetica;
    padding: 0 1rem;
    border: none;
} */
.dropdown-profil .dropdown-toggle.show {
    background-color: #EA1E37;
    border: none;
    color: #fff;
    font-weight: 600;
}
.dropdown-item {
    color: #ABABAB !important;
    font-weight: 400 !important;
    line-height: 4rem;
}
.dropdown-toggle {
    width: 100%;
    height: 5rem;
    font-size: 2.4rem;
    text-align: left;
    padding: 0 2rem;
    font-family: helvetica;
    background-color: #EA1E37;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.dropdown-menu {
    width: 100%;
    height: auto;
    font-size: 2.4rem;
    font-family: helvetica;
    background-color: #F8F8F8;
    color: #ABABAB;
    border-radius: 5px;
    border: none;
    padding: 1rem 1rem;
}
.dropdown-toggle:hover {
    background-color: #EA1E37;
}
.dropdown-item.active {
    background-color: #565e64 !important;
}
.dropdown-item:hover.dropdown-toggle {
    background-color: #EA1E37;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
/* End Custom Bootstrap */

/* Profil Kota Semarang */
.main-profil {
    padding: 5rem 3rem
}
.image img {
    width: 50rem;
    height: 50rem;
    object-fit: cover;
    border-radius: 5px;
}
.accordion {
    /* height: 55rem; */
    height: 100rem;
    overflow: auto;
}
.share {
    padding: 2rem 7rem;
}
.share p {
    font-size: 2.5rem;
    font-weight: 400;
}
.share img {
    width: 3rem;
    height: 3rem;
    margin: 0.5rem 1rem;
}

/* Scroll di section top chart */
#accordionProfil::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
#accordionProfil::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
#accordionProfil::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-image: -webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.44, #CCCCCC), /* light grey */
    color-stop(0.72, #999999), /* medium grey */
    color-stop(0.86, #333333)); /* dark grey */
}
.accordion-header {
    /* padding: 2rem 0; */
}
.accordion-item { 
    border: none;
    border-bottom: 2px solid red;
    width: 98%;
    padding: 2rem 0;
}
.accordion-item:first-child {
    padding-top: 0;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none;
}
.accordion-header button {
    font-size: 3rem;
    color: black;
    font-weight: 700;
}
.accordion-body {
    font-size: 2.5rem;
}
.accordion-collapse {
    padding: 0 5rem 0 0;
}
.profile-kota-img {
    width: 100%;
    height: 50rem;
    object-fit: contain;
    margin: 4rem 0 2rem 0;
    background: #EEF0F5;
}
/* End Profil Kota Semarang */