.content-gocit-header{
    height: 7%;
}

.content-gocit-summary{
    height: 15%;
}

.info-box-summary{
    border-radius: var(--border-radius);
    background-color: #FFF;
    height: 130px;
    padding: 16px;
    margin-right: 24px;
}

.info-box-summary.summary-omzet{
    border: 2px solid var(--green);
}

.info-box-summary.summary-transaksi{
    border: 2px solid var(--red-gocit);
}

.info-box-summary.summary-po{
    border: 2px solid var(--blue);
}

.info-box-summary .icon-wrapper-circle{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.info-box-summary.summary-omzet .icon-wrapper-circle{
    background-color: #d4e7d6;
    color: var(--green);
}

.info-box-summary.summary-transaksi .icon-wrapper-circle{
    background-color: #f3c9c6;
    color: var(--red-gocit);
}

.info-box-summary.summary-po .icon-wrapper-circle{
    background-color: #c0dbf0;
    color: var(--blue);
}

.info-box-summary.summary-omzet .count-omzet{
    color: var(--green);
}

.info-box-summary.summary-transaksi .count-transaksi{
    color: var(--red-gocit);
    font-size: 24px;
}

.info-box-summary.summary-po .count-po{
    color: var(--blue);
    font-size: 24px;
}

.info-box-summary.summary-omzet .count-omzet span:last-child{
    font-size: 24px;
}

.content-gocit-widget{
    height: 75%;
    margin-bottom: 24px !important;
    overflow: hidden;
}

.widget-wrapper{
    height: 100%;
}

.widget-dashboard{
    border: 1px solid var(--darker-grey);
    border-radius: var(--border-radius);
    height: 100%;
}

.widget-title{
    border-top-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
    height: 15%;
    background-color: #0C0C0C;
    color: #fff;
    font-size: 24px;
}

.widget-content{
    height: 85%;
    background-color: #FFF;
    overflow: hidden;
}

#chart{
    width: 90%;
    height: 90%;
    margin: auto;
}

.content-table{
    height: 100%;
    overflow: auto;
}

/* transaksi terupdate */
#widget-table{
    font-size: 12px;
}

#widget-table thead{
    position: sticky;
    top: 0;
}

#widget-table tr, #widget-table th, #widget-table td{
    padding: 0;
}

#widget-table td{
    border-bottom: 1px solid #DFDFDF;
    padding: 4px;
}

#widget-table tr:nth-child(odd){
    background-color: #fff;
}

#widget-table th{
    padding: 4px;
    color: #fff;
    font-weight: normal;
    background-color: #464E2E;
    border-radius: 0;
}

/* tabel tagihan */
#tagihan-table{
    font-size: 12px;
}

#tagihan-table thead{
    position: sticky;
    top: 0;
}

#tagihan-table tr, #tagihan-table th, #tagihan-table td{
    padding: 0;
}

#tagihan-table td{
    border-bottom: 1px solid #DFDFDF;
    padding: 4px;
}

#tagihan-table tr:nth-child(odd){
    background-color: #fff;
}

#tagihan-table th{
    padding: 4px;
    color: #fff;
    font-weight: normal;
    background-color: #464E2E;
    border-radius: 0;
}

/* tabel masalah */
#masalah-table{
    font-size: 12px;
}

#masalah-table thead{
    position: sticky;
    top: 0;
}

#masalah-table tr, #masalah-table th, #masalah-table td{
    padding: 0;
}

#masalah-table td{
    border-bottom: 1px solid #DFDFDF;
    padding: 4px;
}

#masalah-table tr:nth-child(odd){
    background-color: #fff;
}

#masalah-table th{
    padding: 4px;
    color: #fff;
    font-weight: normal;
    background-color: #464E2E;
    border-radius: 0;
}


/* card */
#card-widget-table{
    font-size: 12px;
}

#card-widget-table thead{
    position: sticky;
    top: 0;
}

#card-widget-table tr, #card-widget-table th, #card-widget-table td{
    padding: 0;
}

#card-widget-table td{
    border-bottom: 1px solid #DFDFDF;
    padding: 4px;
}

#card-widget-table tr:nth-child(odd){
    background-color: #fff;
}

#card-widget-table th{
    padding: 4px;
    color: #fff;
    font-weight: normal;
    background-color: #464E2E;
    border-radius: 0;
}


.inline-icon.no-data {
    vertical-align: bottom;
    font-size: 18px !important;
}

.btn-status{
    border-radius: var(--border-radius);
    padding: 8px;
    width: 100%;
    font-size: 10px;
}

.btn-status.success{
    border: 1px solid var(--green);
    background-color: #C8FACE;
    color: var(--green);
}

.btn-status.process{
    border: 1px solid var(--orange);
    background-color: #FDE8C8;
    color: var(--orange);
}

.btn-status.cancel{
    border: 1px solid var(--red);
    background-color: #ffc3c8;
    color: var(--red);
}
#filter-div{
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    width: 320px;
    overflow: hidden;
    scrollbar-width: thin;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) {

    .content-gocit{
        height: 100%;
        overflow: auto;
    }

    .content-gocit-header{
        height: 10%;
    }

    .content-gocit-summary{
        height: auto;
    }

    .content-gocit-widget{
        height: auto;
    }

    .widget-wrapper{
        max-height: 400px;
        overflow: auto;
        padding: 0 !important;
        margin-bottom: 8px !important;
    }
    .info-box-summary{
        margin-bottom: 8px;
    }
}

.card-green {
    border-radius: 10px;
    border-left: 5px solid;
    border-left-color: #2DD550;
    box-shadow: 3px 5px #AAB7B8;
}

.card-blue {
    border-radius: 10px;
    border-left: 5px solid;
    border-left-color: #229FF0;
    box-shadow: 3px 5px #AAB7B8;
}

.card-red {
    border-radius: 10px;
    border-left: 5px solid;
    border-left-color: #EA5233;
    box-shadow: 3px 5px #AAB7B8;
}

.f-20 {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.init-card {
    display: inline-grid;
    flex: 0 0 18.55%;
    margin-left: 10px;
    width: 100vw;
    height: 18vh;
    background-color: white;
    border-radius: 10px;
}

.widget-table {
    height: 17vh;
    width: 100vw;
}

.middle {
    padding: 7% 0 10% 0;
}

.center {
    display: flex;
    text-align: center;
    align-items: center;
}

.flex-center {
    display: flex;
    place-items: center;
    min-width: -webkit-fill-available;
    width: 100%;
}

.icon-center {
    display: flex;
    flex-flow: row-reverse;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    line-break: anywhere;
    font-size: 26px;
}

.pl-20 {
    padding-left: 20px;
}

.txt-yellow {
    color: #E8CB0E;
}

.txt-green {
    color: #36C461;
}

.txt-lime {
    color: #96C23F;
}

.txt-blue {
    color: #38CCB3;
}

.txt-tagihan {
    font-size: 16px;
    padding-left: 9px;
}

.content-gocit-widget {
    height: 62vh;
}

#chart {
    /* overflow-x: scroll;
      overflow-y: scroll; */
    overflow: auto;
}

@media screen and (max-width: 1382px) {
    .init-card {
        flex: 0 0 20vw;
    }
}

@media screen and (max-width: 1100px) {
    .init-card {
        flex: 0 0 26vw;
    }
}

@media screen and (max-width: 1041px) {
    .init-card {
        flex: 0 0 25vw;
    }
}

@media screen and (max-width: 1035px) and (min-width: 930px) {
    .init-card {
        flex: 0 0 25vw;
    }
}

@media screen and (max-width: 929px) and (min-width: 820px) {
    .init-card {
        flex: 0 0 29vw;
    }
}

@media screen and (max-width: 819px) {
    .init-card {
        flex: 0 0 30vw;
    }
}

@media screen and (max-width: 768px) {
    .init-card {
        flex: 0 0 45vw;
    }
}

@media screen and (max-width: 721px) {
    .init-card {
        flex: 0 0 45vw;
    }
}

@media screen and (max-width: 635px) {
    .init-card {
        flex: 0 0 290px;
    }
}

@media screen and (max-width: 615px) {
    .init-card {
        flex: 0 0 280px;
    }
}

@media screen and (max-width: 595px) {
    .init-card {
        flex: 0 0 270px;
    }
}

@media screen and (max-width: 574px) {
    .init-card {
        flex: 0 0 45vw;
    }

    .content-gocit-widget {
        height: 90vh;
    }
}

@media screen and (max-width: 525px) {
    .init-card {
        flex: 0 0 97vw;
    }
}

.unread {
    color: #F05956;
}
