@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s;
}

.backgroundc {
    /*background: linear-gradient(180deg, rgba(163,218,255,1) 0%, rgba(236,240,241,1) 100%);*/
    background : url("../img/back.png");
    background-size:cover;
    background-repeat: no-repeat;
}

/*
===============
Login 
===============
*/
.loginarea {
    position: absolute;
    right: 0;
    left: 0;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top:5%;
    background: #ffffff75;
    padding: 50px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index :1;
}

.loginitem img  {
    margin-top: -100px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.loginitem .form-group {
    margin-bottom: 0px;
}

.loginerror {
    padding: 0px 5px;
    font-size: 12px;
    color: #e74c3c;
}

.loginarea h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.loginarea h5 {
    margin-bottom: 20px;
    text-align: center;
}

.iconlogin {
    position: absolute;
    z-index: 2;
    top: 10px;
    padding: 0px 10px;
    color: #9a9a9a;
}

.inputwrapper {
    position: relative;
    margin-bottom: 10px;
}

.loginarea input {
    padding-left: 35px;
    border-radius: 50px;
}

.loginarea button {
    border-radius: 50px;
    background: #bdc3c7;
    padding: 10px 0px;
}

.loginarea button:focus {
    border: none !important;
    outline: none !important;
}

.buttonfull {
    width: 100%;
    margin-bottom : 10px;
}

.loginarea input:focus {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


/*
===============
End Login 
===============
*/


.dt-right {
    text-align: right;
}

#tglinout {
    position: relative;
    width: 150px; height: 30px;
    color: white;
}

#tglinout:before {
    position: absolute;
    top: 3px; left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

#tglinout::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

#tglinout::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}

.tab-conten {
    color: #000000;
}

a {
    text-decoration: none
}

#waktuupdate {
    font-size: 12px;
    font-style: italic;
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer;
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.navleft {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.shows {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

nav .active {
    color: var(--white-color)
}

nav .active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}

.height-100 {
    height: 100vh;
    margin: 100px 0px;
}

/*Left Menu*/
.logo-left {
	color: #ffffff;
	font-size: 20px;
}

/*Header Info*/
.headerinfo {
    margin-top: 50px;
    padding: 20px 10px;
    background-color:#2ecc71;
    border-radius: 10px;
    display: block;
    position: relative;
}

.headerinfo2 {
    margin-top: 20px;
    padding: 20px 10px;
    background-color:#2ecc71;
    border-radius: 10px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.headerinfo2 .nomorurut {
    position: absolute;
    top: -10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    left: -10px;
}

.yellowhi {
    background: #ff7f50;
}

.redhi {
    background-color: #ff6b81;
}

.bluehi {
    background-color: #70a1ff;
}

.greenhi {
    background-color: #7bed9f;
}

.headerinfo h5 {
    font-weight: bold;
    margin: 0;
    text-align: right;
}

.headerinfo2 .namaseksi {
    font-weight: bold;
    margin: 0;
    text-align: right;
}


.headerinfo2 h5 {
    font-weight: bold;
    margin: 0;
    text-align: right;
}

.imghinfo {
    position: absolute;
    top: -20px;
}

.detilhinfo h3 {
    text-align: right;
    padding: 10px 0px;
    margin: 0 !important;
    font-size: 22px !important;
}

.chartjualbayar {
    margin-top: 20px;
}

.top5sales {
    margin: 0px;
    padding: 0;
    position: relative;
}

.sectiontop {
    margin-top: 20px;
}

.sectiontop ul {
    padding: 0px;
    margin: 0px;
}

.top5header li {
    position: relative;
    list-style: none;
    color: #ffffff;
    width: 33.3%;
    float: left;
}

.titletop {
    font-weight: bold;
    font-size: 15px;
}

.detiltop h3 {
    font-size: 30px;
    position: absolute;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    top: -10px;
    right: 0;
    line-height: 50px;
}

.detiltop5sales h3 {
    background: #218c74;
}

.detiltop560 h3 {
    background: #485460;
}

.detiltop h4 {
    text-align: right;
    font-size: 25px;
}

.detiltop5sales {
    background-color: #40407a;
}

.detiltop560 {
    background-color: #ff5252;
}

.detiltop5sales {
    padding: 20px 20px;
    margin: 5px 5px;
    border-radius: 30px;
}

.detiltop560 {
    padding: 20px 20px;
    margin: 5px 5px;
    border-radius: 30px;
}

.titletop {
    margin-top: 10px;
}

.detiltabel {
    margin-top: 10px;
}

.modal-dialog {
    max-width: 98% !important;
}

.section2detilsales {
    margin-top: 20px;
}

/*FG*/
.detilstokrow {
    text-align: right;
}

.detilstokrow li {
    float: left;
    list-style: none;
    text-align: right;
    display: block;
}

.headerinfo2  .detilhinfo {
    text-align: right;
}

.headerinfo2 .detilhinfo h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.headerinfo2 .detilhinfo h3 {
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.headerinfo2 .detilhinfo h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.judulheader {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px !important;
}

.tab-pane .card {
    margin-top: 10px;
}

.colorborder {
    background: #ffffff;
    border: 1px solid #d7d7d7;
     box-shadow: 6px 10px 23px -14px rgba(0,0,0,0.5);
-webkit-box-shadow: 6px 10px 23px -14px rgba(0,0,0,0.5);
-moz-box-shadow: 6px 10px 23px -14px rgba(0,0,0,0.5);
    margin-top: 15px;
}

.colorborder2 {
    background: #ffffff;
    border: 1px solid #d7d7d7;
     box-shadow: 6px 10px 23px -14px rgba(0,0,0,0.5);
-webkit-box-shadow: 6px 10px 23px -14px rgba(0,0,0,0.5);
-moz-box-shadow: 6px 10px 23px -14px rgba(0,0,0,0.5);
    margin-top: 10px;
    padding: 5px 10px;
}

.colorborderout {
    background: #ffcccc;
}

.detilpersalesfg {
    margin-top: 20px;
}

.redClass {
    background-color: #ff00004a !important;
}

.dataTables_paginate .pagination .active {
    background: #e7e7e7;
}

.detilcard {
    margin-top: 10px;
}

#header2 .colorborder {
    margin-top: 0;
}

.inoutrm {
    margin-top: 20px;
}

.pilihbulan {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.pilihbulan li {
    float: left;
    margin-right: 5px;
}

.fgmasukkeluar {
    margin-top: 10px;
}

.datastokpersup {
    margin-top: 20px;
}

.dtfc-fixed-left {
    z-index: 9999;
}

#modaldetilmarketkode .modal-content {
    background:#d6f9db;
}

#modalsubdetilmarketkode .modal-content {
    background:#f4fbbb;
}

#pegrowheader .imghinfo {
    left: -20px;
}

#pegrowheader .imghinfo img {
    width: 50px !important;
    height: auto !important;
}

#pegrowheader .headerinfo2 h5 {
    font-size: 14px;
}

#pegrowheader .detilhinfo h3 {
    font-size: 30px !important;
}

#judullemburtop {
    margin-top: 10px;
    margin-bottom: 0px;
}

.judulpegdet {
    font-size: 17px;
}

.rmpapercost {
    margin-top: 10px;
}

.pilihbulanpc {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.pilihbulanpc li {
    float: left;
    margin-right: 5px;
}

#prosentasewaste {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.nilaiwastedetil {
    text-align: center;
}

footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    color: #ffffff;
    padding: 10px 0px;
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem);
        overflow-x:hidden ;
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .shows {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}

@media screen and (max-width: 1199px) {
    .backgroundc {
        background-size: auto;
    }

    .loginarea {
        margin-top: 15%;
    }

    .headerinfo h5 {
        font-size: 15px;
    }

    .detilhinfo h3 {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 919px) {
    .detiltop h5 {
        font-size: 15px;
    }

    .detiltop h4 {
        font-size: 19px
    }

    #pegrowheader .imghinfo {
        left: 0px;
    }

}

@media screen and (max-width: 768px) {
    body {
        overflow-x:hidden ;
    }

    .backgroundc {
        background-size: auto;
    }

    .loginarea {
        margin-top: 30%;
    }

    .detiltop {
        width: 100% !important;
    }

}