:root {
    --primary: #4f4267 !important;
    --hover: rgba(79, 66, 103, 0.12);
    --bgtop: #ffffff;
    --bgbottom: #fafafa;
    --bgbutton: #f5f7fa;
    --dark: #000000;
    --dark2: #27104e;
    --secondary: #1a1878 !important;
    --grey: #a0aec0;
    --light-grey: #acacac;
    /* --gray: #d9d9d9; */
    --gray: #f0f0f0;
    --success: #34b53a;
    --success2: #e2fbd7;
    --danger: #ff3a29;
    --danger2: #ffe5d3;
    --warning: #ffb200;
    --warning2: #fff5cc;
    --text: #2d3748;
    --text2: #718096;
}

* {
    color: var(--dark2);
    font-family: Helvetica;
}

text {
    color: var(--text) !important;
}

.text2 {
    color: var(--text2) !important;
    font-size: 20px;
    align-items: center;
}

.text-white {
    color: var(--bgtop) !important;
}

.fs-7 {
    font-size: small;
}

.fs-8 {
    font-size: x-small;
}

.color-white {
    color: white !important;
}

.text-decoration-none {
    text-decoration: none;
}

.judul {
    justify-content: center;
    align-items: center;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.row > * {
    flex-shrink: 1;
}

body {
    background-color: #fafafa;
}

button {
    max-width: fit-content;
}

.min-w-full {
    min-width: 100%;
}

.w-50px {
    width: 50px !important;
}

.w-80px {
    width: 80px !important;
}

.w-30 {
    width: 30% !important;
}

.w-50 {
    width: 50% !important;
}

.w-80 {
    width: 80% !important;
}

.w-fit-content {
    width: fit-content !important;
}

.mw-fit-content {
    max-width: fit-content;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.border-none {
    border: none;
}

.flex-wrap-inherit {
    flex-wrap: inherit;
}

.flex-1 {
    flex: 1;
}

.webkit-fill-available {
    width: -webkit-fill-available;
}

.width-60px {
    width: 60px;
}

.width-70px {
    width: 70px;
}

.br-0 {
    border-radius: 0px;
}

.br-10 {
    border-radius: 10px;
}

.br-25 {
    border-radius: 25px;
}

.br-32 {
    border-radius: 32px;
}

.border-top {
    border-radius: 25px 25px 0 0;
}

.opacity-60 {
    opacity: 60% !important;
}

.bg-red {
    background-color: rgba(255, 68, 68, 0.2);
}

.bg-green {
    background-color: rgba(38, 255, 47, 0.2);
}

.bg-yellow {
    background-color: rgba(255, 245, 204, 1);
}

.bg-light {
    background-color: var(--bgtop) !important;
}

.bg-gray {
    background-color: var(--gray) !important;
}

.text-dark {
    color: var(--text) !important;
}

#content-wrapper {
    padding-left: 0% !important;
    overflow-x: hidden;
}

.h-fit-content {
    height: fit-content;
}

.form-check-input[type="radio"] {
    border-color: var(--dark2) !important;
    border-radius: 3px;
}

.form-check-input:checked[type="radio"],
.form-check-input:checked[type="checkbox"] {
    background-image: url(../img/Vector.png) !important;
    background-color: var(--dark2);
    border-color: var(--dark2) !important;
    border-radius: 3px;
}

.offcanvas-header {
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}
@media (max-width: 768px) {
    .nav-mobile {
        width: 100%;
    }
    .navbar-brand {
        text-align: center;
        width: 100%;
        /* order: 2; */
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .nav .flex-column .collapse.show {
        max-width: 140px;
    }
}
@media (max-width: 992px) {
    .nav-mobile {
        width: 100%;
    }
    .navbar-brand {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .table-container-table {
        height: 244px !important;
    }

    .nav-link.nav-menu-link-1,
    .nav-link.nav-menu-link-2 {
        /* max-width: 190px; */
    }

    .nav.flex-column.collapse.show {
        /* max-width: 140px; */
    }
}
.nav-link .overflowed-sidebar {
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* max-width: calc(100% - 50px); */
}
@media (max-width: 1278px) {
    .nav-link .overflowed-sidebar {
        display: inline-block !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(100% - 50px);
    }
}

@media (max-width: 1098px) {
    .nav-link .overflowing-sidebar {
        display: inline-block !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(100% - 50px);
    }
}

.nav-link .overflowing-sidebar {
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* max-width: calc(100% - 48px); */
}

.nav-offcanvas {
    display: inline-block !important;
}
/* @media (max-width: 1192px) {
        .ms-1 {
          display: none !important;
        }
    } */

.navbar-light .navbar-brand {
    color: var(--dark2) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.btnicon {
    color: #4F4267 !important;
    border-radius: 10px;
    transition: all, 0.2s;
    /* padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; */
}

.nav-pills .nav-link:hover {
    background-color: rgba(79, 66, 103, 0.05);
}

.nav-pills.active,
.nav-pill:active,
.nav-pill:focus {
    color: #4F4267 !important;
    background-color: #f0f0f0 !important;
}

.nav-pill {
    color: #A0AEC0;
    background-color: #fafafa !important;
}

.nav-pill:hover {
    color: #A0AEC0;
    background-color: #f0f0f0 !important;
}

.nav-side:active,
.nav-side:focus,
.nav-link:focus .btnicon {
    background-color: var(--hover);
    color: var(--bgtop) !important;
    border-radius: 10px;
    transition: all, 0.2s;
}

.nav-link:focus {
    border-radius: 15px !important;
}

.nav-link:focus .btnicon {
    background-color: #4F4267 !important;
}

.span-actived {
    color: #4F4267 !important;
    transition: all, 0.3s;
}

.span-inactived {
    color: #A0AEC0;
    transition: all, 0.3s;
}

.nav-sublink:focus .nav-link-focus {
    background: red !important;
}

.nav-link:hover .span-inactived,
.nav-link:focus .span-inactived {
    color: #4F4267 !important;
    transition: all, 0.3s;
}

.nav-link-focus.focused {
    background: var(--hover) !important;
}

.nav-link-focus.not-focused {
    color: #A0AEC0 !important;
    background: white !important;
}

.nav-link-focus.not-focused i {
    color: #4F4267 !important;
    background: white !important;
}

.nav-link-focus.not-focused span {
    color: #A0AEC0 !important;
}

.nav-menu-actived,
.nav-menu-sublink:focus,
.nav-menu-sublink:active {
    border-radius: 15px 15px 0 15px !important;
}

.actived {
    background-color: var(--hover) !important;
    color: var(--bgtop) !important;
    border-radius: 10px;
}

.actived .btnicon {
    background-color: #4F4267 !important;
    color: var(--bgtop) !important;
    border-radius: 10px;
}

.link-actived {
    background-color: var(--hover) !important;
    color: #4F4267 !important;
    border-radius: 15px 15px 0 15px !important;
}

.link-actived span {
    color: #4F4267 !important;
}

.nav-sublink {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: inherit !important;
}

/* .nav-sublink:hover {
    background-color: var(--hover) !important;
} */

/* .nav-pills .nav-link:not(.collapsed) + ul, */
.bg-show {
    background-color: rgba(79, 66, 103, 0.06);
    border-radius: 0 0 15px 15px;
}

.nav-item a span,
li .nav-link span {
    font-weight: 600;
}

/* .nav-pills .nav-menu-link-1:not(.collapsed) {
    margin-bottom: 0% !important;
} */

/* #submenu1.show .nav-pills .nav-link.nav-menu-link-1 {
    margin-bottom: 0% !important;
    background-color: var(--hover) !important;
}

#submenu2.show .nav-pills .nav-link.nav-menu-link-2 {
    margin-bottom: 0% !important;
    background-color: var(--hover) !important;
} */

/* .nav-pills .nav-link.nav-menu-link-2:not(.collapsed) {
    margin-bottom: 0% !important;
} */

/* #submenu1.collapse.show  .nav-pills .nav-link.nav-menu-link-2 {
  margin-bottom: 0% !important;
} */

.nav-pills .nav-link {
    transition: background-color 0.3s ease;
    background: 0 0;
    border: 0;
    border-radius: 15px;
    padding-right: 1rem !important;
    padding-left: 0.5rem !important;
    margin: 0.5rem 0;
}

.button,
.button i,
.button span {
    background-color: var(--primary);
    color: var(--bgtop) !important;
    border-radius: 15px;
    border: none;
}

.button-2,
.button-2 i,
.button-2 span {
    background-color: var(--primary);
    color: var(--bgtop) !important;
    border-radius: 15px;
    border: none;
}

.sticky-bottom {
    position: fixed !important;
    bottom: 20px;
    left: 20px;
    width: 17%;
    z-index: 20;
}

.logout-button {
    /* background-color: #3a00a1; */
    background-color: var(--primary);
    color: var(--bgtop) !important;
    border-radius: 15px;
}

.logout-button i,
.logout-button span {
    color: var(--bgtop) !important;
}

.logout-button:hover {
    /* background-color: var(--primary) !important; */
}

.back-button,
.back-button i,
.back-button span {
    /* background-color: #3a00a1; */
    background-color: var(--primary);
    color: var(--bgtop) !important;
    border-radius: 20px;
    border: currentColor;
}

.blue-button,
.blue-button i,
.blue-button span {
    /* background-color: #3a00a1; */
    background-color: #3471cb;
    color: var(--bgtop) !important;
    border-radius: 20px;
    border: currentColor;
}

.light-button,
.light-button i,
.light-button span {
    background-color: var(--bgbutton);
    color: var(--dark2) !important;
    border-radius: 20px;
    border: currentColor;
}

/* .blue-button-kelas,
.blue-button-kelas i,
.blue-button-kelas span {
   background-color:#3471CB ;
    color: var(--bgtop) !important;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 200px;
    border: currentColor;
} */

.blue-button-kelas,
.blue-button-kelas i,
.blue-button-kelas span {
    background-color: #3471cb;
    color: var(--bgtop) !important;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    border: currentColor;
    text-align: center;
    cursor: pointer;
    transition: background-color 200ms ease-in-out;
    text-decoration: none;
    display: inline-flex;
}

.blue-button-kelas:hover {
    background-color: #285a8e;
}

.cancel-button {
    /* background-color: #3a00a1; */
    background-color: rgba(79, 66, 103, 0.1);
    color: var(--bgtop) !important;
    border-radius: 15px;
    border: currentColor;
}

.upload-button,
.upload-button i,
.upload-button span {
    background-color: var(--bgbottom);
    border-radius: 10px;
    /* border: 1px solid var(--dark2); */
    border-color: var(--dark2);
}

.filter-link.active h3{
    color:white !important;
}

.filter-link.active {
    position: relative;
    background-color: #6686f0;
    padding: 5px;
    z-index: 5;
    border-radius: 15px 15px 0 0;
    max-width: 100px;
    transition: background-color 0.3s ease-in-out;
    min-width: 150px;
    flex: 1 1 calc(33.333% - 30px);
}

.upload-button {
    background-color: var(--bgbottom);
    border-radius: 15px;
    border: 1px solid var(--dark2);
    border-color: var(--dark2);
}

.form-control-laporan {
    border-radius: 10px;
    height: 300px;
}
.form-control {
    border-radius: 10px;
}

.input-group-text {
    border-radius: 2rem 0 0 2rem;
    border: none;
    background-color: var(--bgbutton);
}

.wrapper-right .input-group-text {
    border-radius: 2rem 0 0 2rem;
    border: rgb(28, 117, 219);
    background-color: var(--bgbutton);
}

.form-control.rounded-start {
    border-radius: 0 2rem 2rem 0;
    border: none;
    background-color: var(--bgbutton);
}

/* @media (max-width: 576px) {
    .input-group-text-titik-pijar {
        border-radius: 1rem 1rem 1rem 1rem !important;
        border: none;
        background-color: var(--bgbutton);
    }
} */

/* @media (max-width: 991px) {
    .border-radius-md {
        border-radius: 1rem 1rem 1rem 1rem !important;
        border: none;
        background-color: var(--bgbutton);
    }
} */

.navbar-shadow {
    box-shadow: 10px 3px 7px rgba(0, 0, 0, 0.1);
}

.wrapper-header {
    width: inherit;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
    background-color: var(--primary);
}

.wrapper-table {
    width: inherit;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.table th,
.table td {
  min-width: 100px;
}

.width-special {
    min-width: 200px !important;
}

.wrapper-content {
    width: inherit;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    justify-content: center;
    background-color: var(--bgtop);
}

.wrapper-box {
    width: 500px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.wrapper-box-activities {
    width: 670px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.wrapper-content-activities {
    width: inherit;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    justify-content: center;
}

/* card  data siswa*/

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 1em;
}

.card-datasiswa {
    position: relative;
    background-color: #f0f0f0;
    padding: 1em;
    z-index: 5;
    border-radius: 10px;
    max-width: 300px;
    transition: 200ms ease-in-out;
    min-width: 200px;
    flex: 1 1 calc(33.333% - 30px);
}

.card-month {
    position: relative;
    background-color: #fafafa;
    z-index: 5;
    border-radius: 10px;
    max-width: 100px;
    transition: 200ms ease-in-out;
    min-width: 200px;
    flex: 1 1 calc(33.333% - 30px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.card-month:hover {
    background-color: #f0f0f0;
}

.card-month:hover a h3 {
    color: #4F4267 !important;
}

.card-month .body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-month .body h3 {
    font-size: 20px;
    color: var(--text2) !important;
    margin: 10px;
}

.card-datasiswa .body p {
    font-size: 17px;
}

.card-month a {
    padding: 1em;
    text-decoration: none;
}

.card-location {
    position: relative;
    background-color: #f0f0f0;
    padding: 1em;
    z-index: 5;
    border-radius: 10px;
    max-width: 100px;
    transition: 200ms ease-in-out;
    min-width: 200px;
    flex: 1 1 calc(33.333% - 30px)
}

.card-location .body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-location .body h3 {
    font-size: 20px;
    color: var(--text2) !important;
    margin: 10px;
}

.card-datasiswa .body p {
    font-size: 17px;
}

.card-location a {
    text-decoration: none;
}

/* .choose-pilar {
    position: relative;
    background-color: #f0f0f0;
    padding: 5px;
    z-index: 5;
    border-radius: 15px 15px 0 0;
    max-width: 100px;
    transition: 200ms ease-in-out;
    min-width: 150px;
    flex: 1 1 calc(33.333% - 30px);
} */

.choose-pilar {
    position: relative;
    background-color: #f0f0f0;
    padding: 5px;
    z-index: 5;
    border-radius: 15px 15px 0 0;
    max-width: 100px;
    transition: background-color 0.3s ease-in-out;
    min-width: 150px;
    flex: 1 1 calc(33.333% - 30px);
}


.choose-pilar .body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.choose-pilar .body h3 {
    font-size: 20px;
    color: var(--text2);
    margin: 10px;
}

.choose-pilar a {
    text-decoration: none;
}

.row-program {
    display: flex;
    position: relative;
    background-color: #f0f0f0;
    padding: 5px;
    z-index: 5;
    border-radius: 10 10 0 0;
    max-width: 100%;
    margin: 10px;
    transition: 200ms ease-in-out;
    min-width: 150px;
    flex: 1 1 calc(33.333% - 30px);
}

.row-program .body1 {
    width: 10%;
}
.row-program .body2 {
    width: 60%;
}
.row-program .body3 {
    width: 30%;
    align-items: flex-end !important;
    flex-direction: column;
    justify-content: space-between;
    white-space: nowrap;
}

.row-program .body1,
.row-program .body2,
.row-program .body3 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 90px;
    margin: 10px 20px 10px 0;
}

.row-program a {
    display: inline-block;
}

.row-program .body1 h3,
.row-program .body2 h3 {
    align-content: flex-start;
    font-size: 20px;
    color: var(--text2) !important;
    margin: 10px;
}

.row-program .body3 h3 {
    display: flex;
    /* flex-direction: column; */
    align-content: flex-end;
    font-size: 20px;
    color: var(--text2) !important;
    margin: 10px;
}

.row-program a {
    text-decoration: none;
}

.table-container-table {
    max-height: 244px;
    overflow-y: auto;
}

@media (min-width: 1300px) and (max-width: 1350px) {
    .table-container-table {
        max-height: 265px;
        /* overflow-y: auto; */
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .table-container-table {
        max-height: 230px;
        /* overflow-y: auto; */
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    /* .table-container-table {
        max-height: 200px;
        overflow-y: auto;
    } */
}

@media (min-width: 990px) and (max-width: 1100px) {
    /* .table-container-table {
        max-height: 150px;
        overflow-y: auto;
    } */
}

.username {
    color: #c6e1ed;
    font-size: 0.85em;
    font-weight: 600;
}

.body {
    display: flex;
    flex-direction: column;
}

.body .text {
    margin: 0 10px 0 0;
    white-space: pre-line;
    color: #c0c3d7;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 4px;
}

.footer {
    position: relative;
    width: 100%;
    color: #9fa4aa;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    margin-top: 10px;
}

.footer div {
    margin-right: 1rem;
    height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer svg {
    margin-right: 5px;
    height: 100%;
    stroke: #9fa4aa;
}

.viewer span {
    height: 20px;
    width: 20px;
    background-color: rgb(28, 117, 219);
    margin-right: -6px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: grid;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
    padding: 2px;
}

.viewer span svg {
    stroke: #fff;
}

.wrapper-container {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-right {
    /* flex: 1; */
    padding: 1em;
    box-sizing: border-box;
}

.wrapper-left {
    flex: 1;
    padding: 1em;
    box-sizing: border-box;
}

.wrapper-left th {
    padding: 0 30px 0 0;
}

.bd {
    border: 4px solid #ced4da;
    border-color: #afafaf;
    border-radius: 40px;
}
/* .wrapper-left {
    background-color: #f5f5f5;
}

.wrapper-right {
    background-color: #f5f5f5;
} */

.wrapper-right h4{
    font-weight: normal;
}

.custom-select {
    width: 100px;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #f8f9fa;
    transition:
        border-color 0.3s,
        box-shadow 0.3s;
}

.custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:active {
    background-color: #e9ecef;
}

.custom-select option {
    padding: 10px;
}

.wrapper-header {
    background-color: var(--primary);
}
/* .wrapper-header {
    background-color: #2c3e50;
    padding: 1em;
    border-radius: 10px;
} */

.wrapper-header h3,
.wrapper-header h4 {
    margin: 0.5em 0;
}

.status-program {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.cards-container {
    display: flex;
    background-color: white;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.cards-container-pilar {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}

.ui-datepicker-calendar {
    display: none !important;
}
.month-year-picker .ui-datepicker-calendar {
    display: none;
}

.year-selector {
    position: relative;
    display: inline-block;
}

.current-year {
    cursor: pointer;
    font-size: 18px; /* Adjust font size as needed */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 200px; /* Adjust height as needed */
    overflow-y: auto;
}

.height-card1 {
    height: 500px;
}

.height-card2 {
    height: 400px;
}

.dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content div:hover {
    background-color: #ddd;
}

#yearDropdown {
    display: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.selected-year {
    font-size: 16px;
    font-weight: bold;
    color: var(--dark2) !important;
}

#submitYear {
            font-size: 14px;
            background-color: #3365d1;
            color: white !important;
            width: 100%;
}

.apply-button {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    width: 100%;
}

.status-pending {
    color: #ffb526 !important;
    border-radius: 15px !important;
    background-color: rgba(255, 225, 68, 0.2) !important;
    border-style: solid !important;
    border-color: #ffb526 !important;
}

.status-approved {
    color: #2a78ec !important;
    border-radius: 15px !important;
    background-color: #bdd1ef !important;
    border-style: solid !important;
    border-color: #2a78ec !important;
}

.status-rejected {
    color: #ff4141 !important;
    border-radius: 15px !important;
    background-color: rgba(255, 65, 65, 0.2) !important;
    border-style: solid !important;
    border-color: #ff4141 !important;
}

.status-program {
    font-weight: 500;
    border-radius: 2rem !important;
    font-size: 12px;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin-right: 0.5rem;
    display: inline-flex;
    align-items: center;
    border: none;
}

@media (max-width: 992px) {
    .wrapper-table .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.card-title {
    top: 20px;
    left: 20px;
    margin-bottom: 10px;
}

/* @media (max-width: 756px) {
    .card-title-dashboard {
        font-size: 0.6rem !important;
    }
} */

.chart-dashboard#piechart-pilar {
    max-width: 250px !important;
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .card-title-dashboard {
        font-size: 0.6rem !important;
    }
    .card-title-dashboard2 {
        font-size: 0.8rem !important;
    }
    .card-title-dashboard3 {
        font-size: 1rem !important;
    }
    .chart-dashboard#piechart-pilar {
        max-width: 197px !important;
        width: 100%;
        height: auto;
    }
    .wrapper-left, .wrapper-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .cards-container {
        flex-direction: column !important;
    } */
}


.card-text {
    top: 60px;
    left: 20px;
    margin-bottom: 10px;
}

.card-text-dashboard {
    top: 40px;
    left: 20px;
    margin-bottom: 10px;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
}

.overflow-container::-webkit-scrollbar {
    display: none;
}

.overflow-card {
    padding : 50px 0 0 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 1rem;
}

.overflow-card::-webkit-scrollbar {
    display: none;
}

/* .card-container {
    flex: 0 0 100%;
} */

@media (max-width: 1278px) {
    .card-container {
        flex: 0 0 10%;
    }
}

@media (max-width: 992px) {
    .card-container {
        flex: 0 0 20%;
    }
}

@media (max-width: 768px) {
    .card-container {
        flex: 0 0 25%;
    }
}

@media (max-width: 576px) {
    .card-container {
        flex: 0 0 50%;
    }
    .w-80 {
        width: 100% !important;
    }
}

.w-425 {
    width: 425px;
}

.h-210 {
    height: 210px;
}

.w-300 {
    width: 300px;
}

.h-110 {
    height: 180px;
}

.w-200 {
    width: 320px;
}

.sticky-icon {
    bottom: 20px;
    left: 20px;
}

.text-responsive {
    font-size: 1.5rem;
}

.text-responsive2 {
    font-size: 1rem;
}

.calistung {
    display: none !important;
}

@media (max-width: 576px) {
    .text-responsive {
        font-size: 3rem;
    }
    .text-responsive2 {
        font-size: 1.5rem;
    }
    .wrapper-left, .wrapper-right {
        padding: 0 !important;
    }
    .w-200 {
        width: 240px !important;
    }
    .h-110 {
        height: 140px !important;
    }
    .calistung {
        display: inline !important;
    }
    .laporan-calistung {
        display: none !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .w-200 {
        width: 240px !important;
    }
    .h-110 {
        height: 140px !important;
    }
    .text-responsive {
        font-size: 1.5rem;
    }
    .text-responsive2 {
        font-size: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .text-responsive {
        font-size: 1.75rem;
    }
    .text-responsive2 {
        font-size: 1rem;
    }
}

@media (min-width: 993px) {
    .text-responsive {
        font-size: 1.75rem;
    }
    .text-responsive2 {
        font-size: 1.1rem;
    }
}

/* .large-chart, .small-chart {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
} */

.lazy-chart {
    display: block;
    margin: 0 auto;
}

#barchart-calistung {
    width: 400px !important;
    height: 300px !important;
}

#barchart-wilayah {
    width: 950px !important;
    height: 500px !important;
}



.large-chart {
    flex: 1;
    width: 100%;
    height: 100%;
  }

.small-chart {
    flex: 1;
    width: 100%;
    height: 100%;
  }
  /*  width: 200px !important;
    height: 400px !important;
  } */

.foto {
    aspect-ratio: 1/1 !important;
}