body {
    overflow-x: hidden;
}
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-2xbase {
    font-size: 2rem !important;
}
.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-center {
    text-align: center;
}
.text-green {
    color: #008000;
}
.text-red {
    color: #ff0000;
}
.font-normal {
    font-weight: 400 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.p-2 {
    padding: 0.5rem;
}
.rotate-180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.rotate-90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.rotate-270 {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}
.calendar-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 0.5rem 0.625rem;
    cursor: pointer;
}
.container-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 0 15px;
    column-gap: 0.625rem;
    row-gap: 0.3rem;
}
.container-grid .small-grid:first-child {
    grid-column: 1 / span 4;
}
.container-grid .small-grid:nth-child(2) {
    grid-column: 5 / span 4;
}
.container-grid .small-grid:nth-child(3) {
    grid-column: 9 / span 4;
}
.container-grid .small-grid:nth-child(4) {
    grid-column: 1 / span 4;
}
.container-grid .small-grid:nth-child(5) {
    grid-column: 5 / span 4;
}
.container-grid .small-grid:nth-child(6) {
    grid-column: 9 / span 4;
}
.container-grid .small-grid:nth-child(7) {
    grid-column: 1 / span 4;
}
.container-grid .small-grid:nth-child(8) {
    grid-column: 5 / span 4;
}
.container-grid .small-grid:nth-child(9) {
    grid-column: 9 / span 4;
}
.container-grid .medium-grid:nth-child(11) {
    grid-column: 1 / span 6;
}
.container-grid .medium-grid:nth-child(12) {
    grid-column: 7 / span 6;
}
.container-grid .large-grid {
    grid-column: 1 / span 12;
}
.card {
    position: relative;
    background-color: #ffffff;
}
.card-body {
    padding: 1rem 0 1rem 1.75rem !important;
}
.card-body.with-flex {
    display: flex;
    flex-direction: column;
}
.percentage-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.375rem;
}
.progress-circle {
    position: relative;
    height: 9.375rem;
    width: 9.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 1rem;
}
.progress-circle p {
    font-size: 2rem !important;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
}
.progress-circle::before {
    content: "";
    position: absolute;
    height: 8.125rem;
    width: 8.125rem;
    border-radius: 50%;
    background-color: #ffffff;
}
#area-chart-laba-kotor,
#area-chart-rasio-operasional,
#area-chart-laba-bersih {
    height: 77px;
}
#chart-laba-bulanan {
    height: 316px;
}
#chart-arus-kas {
    height: 218px;
}
.card table {
    width: 100%;
}
.card table tbody td {
    font-size: 0.875rem !important;
    font-weight: 400;
}
.card table tbody tr:not(:first-child) td {
    padding-top: 0.875rem;
}
#calendar-container {
    position: absolute;
    background-color: #ffffff;
    top: 3rem;
    left: -5%;
    width: 100%;
    height: 15rem;
    z-index: 10;
    padding: 0.8rem 0.5rem;
}
#calendar-container #filter-tahun {
    font-size: 1rem !important;
    font-weight: 700;
}
.btn-icon {
    outline: none;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: transparent;
}
.btn-icon:hover {
    background-color: #f5f5f5;
}
.btn-icon:active,
.btn-icon:focus {
    background-color: #e5e5e5;
}
.container-month {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
    justify-items: center;
    align-items: center;
}
.container-month .list-month {
    min-width: 5rem;
    text-align: center;
    cursor: pointer;
}
.container-month .list-month:hover {
    background-color: #f5f5f5;
}
.container-month .active {
    border: 1.2px solid #0077b6;
    color: #0077b6;
    font-weight: 700;
}
@media screen and (min-width: 1279px) {
    .calendar-container {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
    }
    .calendar-group {
        width: 40%;
    }
    #calendar-container {
        left: 49%;
        width: 50%;
    }
    #calendar-picker-trigger .daterangepicker {
        top: 100% !important;
    }
    .container-grid .small-grid:first-child {
        grid-column: 1 / span 2;
    }
    .container-grid .small-grid:nth-child(2) {
        grid-column: 3 / span 2;
    }
    .container-grid .small-grid:nth-child(3) {
        grid-column: 5 / span 2;
    }
    .container-grid .small-grid:nth-child(4) {
        grid-column: 7 / span 2;
    }
    .container-grid .small-grid:nth-child(5) {
        grid-column: 9 / span 2;
    }
    .container-grid .small-grid:nth-child(6) {
        grid-column: 11 / span 2;
    }
    .container-grid .small-grid:nth-child(7) {
        grid-column: 1 / span 2;
    }
    .container-grid .small-grid:nth-child(8) {
        grid-column: 3 / span 2;
    }
    .container-grid .small-grid:nth-child(9) {
        grid-column: 5 / span 2;
    }
    .container-grid .large-grid:nth-child(10) {
        grid-column: 7 / span 6;
    }
    .container-grid .medium-grid:nth-child(11) {
        grid-column: 1 / span 3;
    }
    .container-grid .medium-grid:nth-child(12) {
        grid-column: 4 / span 3;
    }
    .container-grid .large-grid:nth-child(13) {
        grid-column: 7 / span 6;
    }
}
