/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.hlm p {
    margin: 0;
    line-height: 18px
}
.hlm-grid-inline {
    display: inline-flex;
    gap: 10px;
    align-content: center;
    justify-content: start;
    align-items: baseline;
    flex-wrap: wrap;
}
.hlm-grid {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
}
.hlm-col-50 {
    flex: 1 0 50%;
    padding: 15px;
    margin-bottom: 20px;
}
.hlm-col-33 {
    flex: 1 0 33%;
    padding: 15px;
    margin-bottom: 20px;
}
.hlm-box {
    border: 1px solid #cdcdcd;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.hlm-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 10px;
}
.hlm-field:last-child {
    margin-bottom: 0;
}
.hlm-field input {
    border-radius: 5px;
    padding: 12px;
}
.hlm-field select {
    border-radius: 5px;
    padding: 12px;
}
#hlm-datatable-filter {
    margin-bottom: 20px;
}
.hlm-field-inline {
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.hlm-field-inline input {
    border-radius: 5px;
    padding: 12px;
}
.hlm-field-inline select {
    border-radius: 5px;
    padding: 0px 10px;
    border: 1px solid #aaa;
    background: #ffffff;
    color: #000000;
    font-weight: 400;
}
.hlm-harga-usd-wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.hlm-harga-usd-wrap h3 {
    font-size: 17px;
    color: #3464AE;
    margin-bottom: 15px;
    font-weight: 600;
}
.hlm-harga-usd-wrap p.hlm-harga-usd {
    color: #0B2268;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}
.hlm-konversi-harga-wrap {
    padding-bottom: 60px;
}
.hlm-konversi-harga-wrap h3 {
    font-size: 18px;
    color: #3464AE;
    margin-bottom: 15px;
    font-weight: 600;
}
.hlm-konversi-harga-result-wrap {
    background: #EFEFEF;
    border-radius: 5px;
    padding: 30px;
}
.hlm-konversi-harga-result-wrap h3 {
    font-size: 18px;
    color: #3464AE;
    margin-bottom: 15px;
    font-weight: 600;
}
.hlm-konversi-harga-result-wrap p.hlm-harga-result {
    color: #0B2268;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}
button.hlm-btn.hlm-hitung-btn {
    background: #005dff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px 17px;
    width: 100%;
    max-width: 300px;
}
.hlm-align-center {
    text-align:center;
}
.hlm-align-right {
    text-align:right;
}
.hlm-align-left {
    text-align:left;
}
.hlm-action {
    margin-bottom: 30px;
}

#hlm-datatable_wrapper {
    margin-bottom: 30px;
}
.hlm-alert {
    background: #fff;
    border-radius: 3px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.hlm-chart {
    border: 1px solid #eee;
    border-radius: 5px;
}
.hlm-chart-header {
    padding: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.hlm-chart-header h3 {
    font-size: 18px;
    color: #408ea2;
    margin-bottom: 10px;
    font-weight: 600;
}
.hlm-chart-header p.hlm-saat-ini {
    color: #0B2268;
    font-size: 18px;
    font-weight: 700;
    margin: 0; 
}
.hlm-chart-content {
    padding: 0px 30px 30px;
}
#hlm-datatable_wrapper {
    overflow-y: auto;
}
#hlm-datatable {
    margin: 10px 0px;
    border-radius: 5px;
    border: 0;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    border-top: 1px solid #eee !important;
}
#hlm-datatable thead th {
    background: #408ea214;
    color: #408ea2;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 8px;
}
#hlm-datatable tbody td {
    padding: 10px 8px;
    font-size: 13.5px;
}
#hlm-datatable tbody tr.even {
    background: #FAFBFD !important;
}
#hlm-datatable thead th:first-child {
    border-radius: 5px 0px 0px;
}
#hlm-datatable thead th:last-child {
    border-radius: 0 5px 0 0;
}
#hlm-datatable_length {
    display: inline-block !important;
    margin-bottom: 15px;
}
#hlm-datatable thead th, 
#hlm-datatable tbody th,
#hlm-datatable tbody td {
    border-right: 0;
} 
#hlm-datatable tbody tr:last-child td {
    border-bottom:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 15px 7px;
    background: #fff !important;
    color: #000 !important;
    border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    padding: 5px 15px 5px;
    background: #dedede !important;
    color: #000 !important;
    border: 1px solid #aaa;
    border-radius: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    padding: 4px 12px 4px;
    background: #aaaaaa24 !important;
    color: #000 !important;
    border: 1px solid #aaa;
    border-radius: 50px;
}
.hlm-ltp-item p {
    margin-bottom: 10px;
    text-align: center;
}
.hlm-chart-header .hlm-col-33 {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {

    .hlm-grid {
        flex-direction: column;
    }
    .hlm-col-50 {
        flex: 1 0 100%;
    }
    .hlm-col-33 {
        flex: 1 0 33%;
    }
    button.hlm-btn.hlm-hitung-btn {
        max-width: 100%;
    }

}