body{
    padding-top: 100px;
}
header {
    color: var(--quaternary-color);
    background-color: #fdf7e6e3;
    width: 100%;
    padding: 20px;
    padding-left: 4%;
    text-align: left;
    font-size: 30px;
    position: fixed;
    top: 0;
    box-sizing: unset;
    z-index: 8;
    line-height: normal;
}
header p {
    display: inline;
    margin-right: 10px;
}
header a{
    text-decoration: none;
    color: var(--quaternary-color);
    cursor: pointer;
    border-radius: 6px;
}
header img{
    vertical-align: -10px;
    width: 35px;
    margin-right: 10px;
}
#login{max-width: 900px;}
navbar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100px;
    height: calc(100vh - 97px);
    background: white;
    border-right: 1px solid antiquewhite;
    border-top: 1px solid antiquewhite;
}
.navBtn:focus-visible{outline: none;}
.navBtn:hover>.navIcon{background-color: #F4F4F4;}
.navBtn:first-child{margin-top: 60px;}
.navBtn{
    font-family: Zain;
    font-size: 13px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.navBtn>.navIcon{
    width: 55px;
    height: 55px;
    margin: auto;
    align-content: center;
    border-radius: 5px;
    user-select: none;
}
.navBtn img{
    user-select: none;
    vertical-align: middle;
}
.navBtn>h4{
    font-size: 13px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 60px;
}
.navBtn.active>.navIcon{background-color: #E2E2FF;}
#pageContent{
    margin-left: 100px;
    padding: 20px 0;
    background: floralwhite;
    overflow: hidden;
}
#pageContent>h2 {
    margin-bottom: 30px;
}
#pageContent>div{
    display: none;
}
#pageContent>div.active{
    display: block;
}
#popup1 label {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    line-height: 1;
}
#popup1 input {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
}
#popup1 input[type="text"] {
    background: white;
    color: black;
}
.loginSeller{
    border-radius: 10px;
    background: white;
    display: block !important;
    min-height: 70vh;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    align-content: center;
}

#penjualan>button:nth-child(2n) {
    float: left;
}
#penjualan>button>img{
    vertical-align: text-top;
    margin-right: 7px;
}
#penjualan>button:hover{
    background: #03522c;
}
#penjualan>button {
    float: right;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    padding: 5px 17px;
    background: #068a4a;
    border-radius: 10px;
    border: none;
}
#penjualan-table>tfoot td {
    background: wheat;
}
#payTableMonth {
    padding: 10px 20px;
    padding-right: 6px;
    border-radius: 6px;
    border: 1px solid black;
    margin-bottom: 25px;
}
.monthBtn:hover{
    background-color: lightgray;
}
.monthBtn{
    border-radius: 5px;
    border: 1px solid black;
    background: white;
    height: 5vh;
    width: 60px;
}
#pageContent .akun {
    background: white;
    margin: auto;
    padding: 5% 0;
}
table td {
    text-align: center !important;
    text-wrap-mode: nowrap;
}
#voucher-table_wrapper>div:first-child, #voucher-table_wrapper>div:nth-child(2) {
    margin: auto 14px;
}
dl p {
    margin-bottom: 0;
}
a.logoutBtn {
    position: absolute;
    right: 25px;
}
.btnTable {
    background-color: #068a4a;
}
.btnTable:last-child {
    background-color: #0066FF;
}
#bukti>div{
    text-align: left;
    padding: 25px;
}
#bukti>table {
    width: 100%;
    max-width: 1700px;
    background: white;
    margin: auto;
}
#bukti>table th{
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e1;
}
#bukti>table td{
    padding: 7px 0;
    border-bottom: 1px solid #e1e1e1;
}
#bukti button:hover{
    background-color: darkgray;
}
#bukti button {
    border: none;
    border-radius: 6px;
    color: blue;
    cursor: pointer;
}
#bukti>div>.monthBtn{
    color: orangered;
}
#buktiBody #bukti-empty{display: none;}
#buktiBody.searching>tr{display: none;}
#buktiBody.searching>.result{display: table-row;}
#buktiBody.empty>tr#bukti-empty{display: table-row;}
#searchBukti {
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    padding: 3px 15px;
}
.akunTable{margin-left: 7%;}
@media screen and (max-width: 768px) {
    .popupModal label{font-size: 14px;}
    #pageContent *{
        font-size: 13px;
    }
    #pageContent h2{
        font-size: 18px;
    }
    body{padding-top: 70px;}
    header {font-size: 20px;}
    header img {
        vertical-align: -7px;
        width: 23px;
        margin-right: 2px;
    }
    header p {display: none;}
    #pageContent{margin-left: 0;}
    #penjualan>button{
        margin-bottom: 10px; 
        margin-top: -10px;
        padding: 3px 11px;
    }
    #penjualan>button>img{
        width: 17px;
        margin-right: 3px;
    }

    navbar{
        display: flex;
        justify-content: space-around;
        top: unset;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        padding: 0;
    }
    .navBtn{
        display: inline-block;
        margin: 0;
        margin-top: 8px !important;
        flex: 1;
    }
    .navBtn>.navIcon{
        width: 30px;
        height: 30px;
    }
    .navIcon>img {
        width: 20px;
    }
    a.logoutBtn {transform: translateY(45px);}
    .dt-layout-table {overflow-x: auto;}
    #voucher-table_wrapper>div:first-child>div:last-child {
        width: unset;
        padding-right: 0;
    }
    #voucher-table_wrapper>div:first-child, #voucher-table_wrapper>div:nth-child(2) {
        margin: auto 4px;
    }
    .akunTable{margin-left: 0;}

}