.is-relative {
    position: relative !important;
}

.mapcontainer {
    padding-bottom: 11px;
}

.mapael .map {
    position: relative;
    padding-top: 2px;
    /* background-color: #cddee0; */
}

.map-tab {
    /* position: absolute;
    top: 0;
    right: 0; */
    z-index: 12;
    flex-grow: 1;
    flex-shrink: 0;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #000;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}

.tabs-with-content .tab-content {
    /* display: none;  */
    position: static;
    visibility: visible;
    top: 0;
    left: 0;
}

#download-map-button {
    position: absolute;
    top: 7px;
    left: 7px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
}

.tabs-with-content .tab-content.is-hidden-tab {
    position: absolute !important;
    visibility: hidden !important;
    top: -1000px !important;
    left: -1000px !important;
}

.tabs-with-content .tab-content.is-active {
    display: block;
}

.tabs.is-toggle {
}

.tabs.is-toggle a {
    background-color: white;
}

.tabs.is-toggle ul {
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    padding-right: .5rem;
    padding-top: .5rem;
}

.legend {
    color: #222;
    padding-left: 1rem;
}

.legend-item {
    display: flex;
    align-items: center;
    /*margin-top: 6px;*/
}

/* harga-rata-rata nasional */
.harga-rata-rata-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-right: 20px;
    padding-right: 20px;

    text-align: center;
}

.harga-rata-rata-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.harga-rata-rata-subtitle {
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    /* text-shadow: 1px 1px 2px #00000055; */
}

/* harga tertinggi terendah */
.map-grid-container {
    display: flex;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 6px;
    margin: 1.5rem 1rem 0 1rem;
    /* border: 1px solid #face00; */
    border-radius: 8px;

    justify-content: center;
    align-items: center;
}

.harga-min-max-container {
    display: flex;
    flex-direction: column;
}

.harga-min-max-row {
    display: flex;
    align-items: center;
}

.harga-min-container, .harga-max-container {
    display: flex;
    flex-direction: column;
}

.harga-title, .harga-max-subtitle, .harga-min-subtitle {
    font-size: 14px;
    font-weight: 700;
}

.harga-icon {
    font-size: 20px;
    margin-right: 12px;
}

.harga-max-subtitle {
    color: #f14950;
}

.harga-min-subtitle {
    color: #7ab872;
}

/* bagian popup */
.container-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;

    display: grid;
    place-items: center;

    width: 100%;
    height: 100%;

    border-radius: 8px;

    background-color: #ffffffff;

    z-index: 40;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffffaa;
    width: 100%;
    height: 100%;
    z-index: 500;

    opacity: 0;

    display: none;
    place-items: center;
}

#tabelHargaDownloadPopup .popup-content {
    max-width: 50% !important;
    height: auto !important;
}

.popup-form-group {
    display: flex;
    flex-direction: column;

    margin-bottom: 12px;
}

.popup-form-group label {
    margin-bottom: 6px;
}

.popup-form-group input {
    display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.popup-content {
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(95, 95, 95, 0.75);
    border-radius: 8px;

    width: 80%;
    height: 70%;

    overflow: hidden;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 6px;
    background-color: #fff;
    height: 40px;
}

.popup-header-text {
    font-weight: 700;

    text-overflow: ellipsis;
}

.popup-body {
    width: 100%;
    height: calc(100% - 90px);

    position: relative;

    overflow-y: auto;
}

.popup-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    margin-top: 6px;
    background-color: #fff;
    height: 40px;
}

.loading-text {
    font-size: 16px;
    font-weight: bold;
}

.table-fixedhead thead {
    position: sticky;
    top: 0;

    z-index: 30;

    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

.table-fixedhead tbody tr.fixed-row {
    position: sticky;
    background-color: #effbf9;
}

.table-fixedhead tbody tr.fixed-row {
    position: sticky;
    background-color: #effbf9;
}

.table-fixedhead tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;

    background-color: #fff;

    /* border: 1px solid !important; */
    border: none !important;
}

.table-fixedhead thead th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;

    background-color: #fff;

    /* border-bottom: 1px solid !important; */
    border: none !important;
}

.table-fixedhead td, .table-fixedhead th {
    border: none;
}

#buttonNationalDownload, #buttonProvinceDownload, #buttonTabelHargaDownload, #buttonTabelHargaSubmit {
    background-color: #5cb85f;
    color: #fff;
    padding: .5rem;
    font-family: "Baloo 2", sans-serif;
    border-radius: 6px;
    margin-right: 12px;
    border: none;
    outline: none;
}

#buttonNationalClose, #buttonProvinceClose, #buttonTabelHargaClose {
    background-color: #d8534f;
    color: #fff;
    padding: .5rem;
    font-family: "Baloo 2", sans-serif;
    border-radius: 6px;
    border: none;
    outline: none;
}

#tabelharga-row {
    width: 100%;
    overflow: auto;
    position: relative;
    margin: auto;
    margin-top: 12px;

    align-items: flex-end !important;
}

/* bagian headline */
#headline-title,
#headline-body,
#headline-body-mobile {
    height: 28px;
    padding: 4px;
}

#headline-title {
    width: 20%;
    background-color: #2a5715;
    color: #fff;
    text-align: right;
    display: flex;
    align-items: flex-end;
}

#headline-body {
    width: 80%;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    background-color: #6aab48;
    color: #fff;
    position: relative;
}

#headline-body-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    background-color: #6aab48;
    color: #fff;
    position: relative;
}

#headline-body *, #headline-body-mobile * {
    color: #fff;
    text-decoration: none !important;

    position: absolute;
    bottom: -30px;

    transition: all 0.5s ease;
}

@media screen and (max-width: 449.9999px) {
    #tabelHargaDownloadPopup .popup-content {
        max-width: 90% !important;
    }
}