/* lets style dude */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

:root{
    --font-tanger : 'Tangerine', cursive;
}

body{
    font-family: 'Montserrat', sans-serif;
}


.mobile-table{
    display: none !important;
}

.desktop-table{
    display: inline-table !important;
}

table.table-full{
    width: 100%;
}

.head-inv tr td,
.mid-invoice tr td{
    width: 50%;
    vertical-align: middle;
}

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

.std-invoice {
    text-align: right;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 5px;
    color: #7fbf23;
}

.logo{
    width: 50%;
}

.invoice-signature{
    margin-top: 100px;
}

.invoice-signature tbody tr td:first-child{
    width: 180px;
}

.invoice-signature tbody tr td:nth-child(2){
    width: 280px;
    padding-left: 100px;
}

a.lined.active{
    color: #efb916;
}

.nell-ttd {
    font-size: 11px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.label-ttd {
    text-align: center;
    font-weight: 700;
}

.name-ttd {
    text-align: center;
}

.name-ttd span{
    display: block;
}

.name-ttd span:first-child{
    border-bottom: 1px solid black;
}

.name-ttd span:nth-child(2){
    font-weight: 700;
}

.su-invoice,
.boyd,
.sub-invoice{
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.beyond-th{
    padding-top: 10px;
}

.p15{
    padding-right: 12px;
}

.ps10{
    padding-top: 10px;
}

.table-tegrad{
    font-size: 11px;
    margin-top: 30px;
}

.table-tegrad thead tr th{
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    background-color: #7fbf23;
    color: black;
    height: 35px;
}

.to-big{
    font-size: 13px;
    font-weight: 700;
}

.table-tegrad tfoot tr td{
    vertical-align: middle;
    background-color: #7fbf23;
    color: black;
    height: 38px;
    font-size: 11px;
    border: 0;
    font-weight: 600;
}

.table-tegrad tfoot tr td:first-child{
    background: none;
}

.table>:not(:last-child)>:last-child>*{
    border-bottom-color: transparent;
}

.table-tegrad tbody tr td{
    vertical-align: middle;
    border-bottom: 1px solid #7fbf23;
    background: none;
    box-shadow: none;
}

.text-center{
    text-align: center;
}

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

.multiwidth{
    width: 250px;
}

.jigo::after{
    content: '';
    height: 1px;
    background-color: #a5a5a5;
    width: 230px;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.tget{
    padding-top: 15px;;
}

.su-invoice li,
.boyd li,
.sub-invoice li{
    list-style: none;
    display: inline-block;
    font-size: 11px;
}

.su-invoice li:first-child{
    width: 65px;
}

.su-invoice li:nth-child(2){
    width: 10px;
    text-align: center;
}

.sub-invoice li:first-child{
    width: 80px;
}

.sub-invoice li:nth-child(2){
    width: 10px;
    text-align: center;
}

.bold-text li{
    font-weight: 600;
}

.address-hbg {
    font-size: 10px;
}

.info-name {
    font-size: 20px;
    font-weight: 800;
}

.hbg {
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 3px;
}

.radius-left{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.radius-right{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

button#printButton {
    border: none;
    font-size: 15px;
    height: 40px;
    width: 100px;
    background-color: #ffb607;
    color: black;
    border-radius: 100px;
    font-weight: 700;
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.table-invoiced a,
#example_wrapper,
.table-invoiced,
.table-invisible{
    font-size: 12px;
}

.table-invoiced,
.table-invisible{
    padding-top: 17px;
    margin-bottom: 25px !important;
}

.table-invoiced thead tr th{
    background-color: #efb916;
}

.table-invisible thead tr th{
    background-color: #7fbf23;
}

.table-invisible tbody tr td{
    vertical-align: middle;
}

.btn-invi{
    text-decoration: none;
    background-color: #1bb00a;
    color: white;
    display: block;
    width: fit-content;
    font-size: 15px;
}

.btn.btn-tera{
    text-decoration: none;
    background-color: #f46600;
    color: white;
    display: block;
    width: fit-content;
    font-size: 15px;
}

.table-invisible thead tr th:nth-last-child(1){
    width: 120px;
}

.table-invisible tbody tr td:nth-last-child(1){
    display: flex;
    column-gap: 8px;
    justify-content: flex-end;
}

.head-title {
    font-weight: 800;
    margin-bottom: 0;
}

.moon-wrapper{
    padding-top: 3rem;
}

.back-to{
    text-decoration: none;
    font-size: 14px;
    background: #1399fc;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    height: 40px;
    border-radius: 100px;
    position: fixed;
    right: 140px;
    bottom: 25px;
    color: white;
}

.back-to:hover{
    color: white;
}

nav.nav-bottom {
    background: black;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

nav.nav-bottom .col{
    text-align: center;
}

a.lined{
    text-decoration: none;
    color: white;
    font-size: 13px;
}

/* -- */
.carder {
    background: #EFEFEF;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #a9a6a6;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.20);
}

.carder:hover{
    border-color: #7fbf23;
}

.head-harder h5{
    font-weight: 700;
}

.bor-inc{
    font-size: 12px;
    font-weight: 600;
}

.dx-harder{
    margin-bottom: 13px;
}

.dx-harder span{
    display: block;
}

.dx-harder span:first-child{
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
}

.dx-harder span:nth-child(2){
    font-size: 16px;
    font-weight: 300;
}

.list-fanelid{
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 5px;
}

.list-fanelid li{
    list-style: none;
    font-size: 12px;
    display: inline-block;
    width: 50%;
}

.list-fanelid li:first-child{
    font-weight: 700;
}

.list-fanelid li:nth-child(2){
    text-align: right;
}

.mobs {
    font-size: 11px;
}

.head-harder h5 {
    font-weight: 700;
    margin-bottom: 26px;
    color: #7fbf23;
    text-transform: uppercase;
    text-align: center;
}

.dataTables_filter{
    margin-right: 46px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate .paginate_button{
    font-size: 12px;
}

.pagination li a{
    text-decoration: none;
    background: black;
    padding: 10px;
    border-radius: 7px;
    color: white;
}

.pagination li:hover,
.pagination li{
    background: none !important;
    border: 0 !important;
}

.sun-title {
    font-size: 14px;
    font-style: italic;
}

.radmis small{
    font-size: 12px;
}

.hitspanik-modal .modal-header{
    padding-top: 10px;
    padding-bottom: 10px;
}

.group-box{
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
    padding-top: 7px;
}

.gb-total {
    background-color: #f1f1f1;
    color: black;
    font-weight: 800;
}

.titled,
.manuigi{
    width: 50%;
    font-size: 13px;
}

.manuigi{
    text-align: right;
}

.line-label {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed black;
}

.named-list{
    font-family: var(--font-tanger);
    font-weight: 800;
    font-size: 75px;
    text-align: center;
    -webkit-text-stroke: 4px black;
    color: black;
    margin-top: -22px;
}

.named-list small{
    display: block;
    font-size: 42px;
    line-height: 17px;
    -webkit-text-stroke: 2px;
}

.wrap-list-menu{
    width: 100%;
    overflow: hidden;
    display: flex;
    column-gap: 20px;
    margin-top: 35px;
}

.table-menu-list{
    width: 33.33%;
    background-color: green;
}

.wrap-menu{
    padding: 0 10px;
}

.head-menu {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    padding-top: 16px;
}

ul.list-menu-wrap{
    padding: 0;
    margin: 0;
}

ul.list-menu-wrap li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
}

.no-border{
    border-bottom: 0 !important;
}

.lamur-ket{
    position: fixed;
    right: 20px;
    bottom: 0px;
}

.lamur-ket span{
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 5px;
    display: block;
    width: fit-content;
}

.lamur-ket span p{
    margin-bottom: 0;
}

.lamur-ket small{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.img-to-ket {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 200px;
}

.table-starboy tbody tr td{
    width: 33.33%;
}

.chain-menu {
    background: #fcf8f8;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #7fbf23;
    box-shadow: -3px 9px 14px -8px rgba(0,0,0,0.51);
    -webkit-box-shadow: -3px 9px 14px -8px rgba(0,0,0,0.51);
    -moz-box-shadow: -3px 9px 14px -8px rgba(0,0,0,0.51);
}

.side-toside{
    background: url(../image/blackboard.jpg)no-repeat;
    background-size: cover;
    height: 22vh;
    color: white;
    text-align: center;
    padding-top: 25px;
    font-family: var(--font-tanger);
    font-size: 37px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.side-toside small{
    display: block;
    font-size: 20px;
    line-height: 12px;
    width: fit-content;
    margin: 0 auto;
}

.date-menu {
    font-size: 12px;
    font-weight: 500;
    color: gray;
}

.name-menu {
    font-size: 14px;
    font-weight: 700;
}

.blinders {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.see-it {
    text-decoration: none;
    display: block;
    width: fit-content;
    background: #7fbf23;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    border-radius: 4px;
    transition: .3s ease-in-out;
}

a.see-it:hover{
    background: #578910;
    transition: .3s ease-in-out;
}

.mgni {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 5px;
}

.mgni p{
    margin-bottom: 0;
}

.moncer{
    font-size: 14px;
}

.hongcai span{
    display: block;
    font-size: 12px;
    line-height: 22px;
}

span.cincai {
    font-size: 16px;
    font-weight: 800;
}

.table-cangmoy {
    width: 30%;
    border: 1px solid #7fbf23;
}

.table-cangmoy thead tr th{
    background-color: #7fbf23;
}

.table-cangmoy tfoot tr td{
    background-color: #f46600;
    font-weight: 600;
    border: 0;
    text-align: center;
    color: white;
}

.table-cangmoy tbody tr td:first-child{
    font-weight: 600;
}

.table-cangmoy tbody tr td:nth-child(2){
    text-align: center;
}

.skinfab {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: black;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

img.sekte-iblis {
    position: absolute;
    top: 6%;
    width: 45%;
    right: 28px;
    opacity: 0.3;
}

table.table.table-starboy tr td ul{
    background-color: transparent;
}

.table-hitungs{
    border: 1px solid #7fbf23;
}

.table-hitungs thead tr th{
    background-color: #7fbf23;
}

.mobox{
    position: relative;
}

.mobox:before{
    content: '';
    width: 100%;
    background: url('../image/logo-cateringin.png')no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.1;
}

.moncer table{
    position: relative;
    z-index: 99;
}

@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /* Menambahkan animasi ke elemen */
  .new {
    animation: blink 1s infinite;
    font-weight: 800;
    color: white;
    padding: 5px 13px;
    background-color: purple;
    border-radius: 100px;
  }

  button.btn.btn-ngapain {
    background: #0e42b4;
    font-size: 11px;
    font-weight: 600;
    color: white;
 }

 table.table-invoiced tbody tr td{
    vertical-align: middle;
 }

 .head-oi{
    font-size: 15px;
    font-weight: 500;
    color: black;
    font-style: italic;
    margin-top: 8px;
 }

 .head-oi small b{
    font-weight: 700;
    background: #FF9800;
    padding: 3px 9px;
    border-radius: 100px;
 }

 .mobod-s{
    font-size: 13px;
 }

 .table-hw{
    border: 1px solid lightgray;
    background-color: white;
 }

 .table-hw thead tr th{
    background-color: #ffd9a1;
 }

 .table-hw tfoot tr td{
    background-color: #FF9800;
    font-weight: 700;
 }

 .grd {
    background-color: #FF9800;
    text-align: center;
    padding: 8px 0;
    font-weight: 800;
    text-transform: uppercase;
}

.table-cont{
    background-color: white;
    border: 1px solid lightgray
}

table.table-cont thead,
table.table-cont tbody{
    width: 100%;
}


.table-cont thead tr th{
    background-color: #ffd9a1;
}

.table-cont thead tr th,
.table-hw thead tr th,
.table-hw tfoot tr td{
    border: 0;
}

.table-hw,
.domu table,
.grd{
    font-size: 13px;
}

span.rg {
    display: block;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    color: #cd0808;
    margin-bottom: 7px;
}

#previewImage canvas{
    width: 100% !important;
}

.simpeds{
    background-color: white;
}

.simpeds .modal-header{
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white;
}


.table-bx{
    border: 0;
    border-width: 0;
    border-color: lightgray;
}

.table-bx tbody tr{
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.table-bx tbody tr.nobord{
    border: 0;
}

.table-bx tbody tr td:first-child{
    width: 230px;
}

.table-bx tbody tr td:nth-child(2){
    text-align: right;
}

.guizen{
    font-weight: 700;
    background-color: #FF9800 !important;
}

.roc td{
    font-weight: 700;
    background-color: #ffb750;
    border: 0;
}

.rac td{
    font-weight: 700;
    background-color: #ffe2b8;
    border: 0;
}

.mobs-tb tbody tr td:first-child{
    font-weight: 600;
}

.mobs-tb tbody tr td:nth-child(2){
    text-align: right;
}

img.gomugo {
    width: 20%;
}

.img-grid {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #111312;
    row-gap: 20px;
}

.megumi{
    color: white;
    font-size: 20px;
    opacity: 0;
    animation: fade 0.5s linear infinite;
    animation-delay: 17s;
}


@keyframes fade {
  0% { opacity: 0 }
  60% { opacity: 1 }
}

.img-ttd {
    position: absolute;
    top: 0;
    left: 0;
}

.wrx-cnt {
    padding: 0.5cm 0.6cm;
    width: 21cm; /* Lebar A4 */
    height: 29.7cm; /* Tinggi A4 */
    background: white;
    border: 1px solid #ccc;
    margin: 0 auto;
}

#previewImage{
    width: 21cm; /* Lebar A4 */
    height: 29.7cm; /* Tinggi A4 */
    margin: 0 auto;
}

.gripbtn {
    width: 30px;
    height: 30px;
    color: white;
    padding: 4px;
    font-size: 15px !important;
}

.multipoint a.back-to {
    position: relative;
    right: auto;
    bottom: auto;
}

.multipoint {
    display: flex;
    column-gap: 20px;
    position: fixed;
    bottom: 105px;
    width: 100%;
    justify-content: flex-end;
    padding: 5px 28px;
}

.infos {
    font-weight: 600;
    background: #FF9800;
    padding: 14px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

#btn-Preview-Image {
    background: #9C27B0;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 17px;
    color: white;
}

.btn-gazer{
    background: #673ab7;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 17px;
    color: white;
    display: flex;
    width: fit-content;
    align-items: center;
}

.domu {
    background-color: white;
    padding: 0.5cm;
    width: 21cm;
    height: auto;
    border: 1px solid lightgray;
    margin: 20px auto;
    position: relative;
}

span.unbold {
    font-weight: 500;
    background-color: #673AB7;
    padding: 3px 15px;
    border-radius: 100px;
    color: white;
    font-size: 14px;
    float: right;
}

img.watermarked {
    position: absolute;
    width: 100%;
    opacity: 0.3;
    transform: rotate(-25deg);
    top: 35%;
    left: 0;
}

table.table.table-bordered.table-hw.table-profit{
    background-color: white;
}

table.table.table-bordered.table-hw.table-profit thead tr th,
table.table.table-bordered.table-hw.table-profit tbody tr td.guizen{
    background-color: #caadff !important;
}

table.table.table-bordered.table-hw.table-profit tbody tr.roc td,
table.table.table-bordered.table-hw.table-profit tbody tr.rac td{
    color: white;
    background-color: #673ab7;
}

table.table.table-bordered.table-hw.table-profit tbody tr {
    border-left: 1px solid #caadff;
    border-right: 1px solid #caadff;
}

table.table.table-bordered.table-hw.table-profit tbody tr.nobord{
    border: 2px solid white !important;
    border-color: white;
}

table.table-profit tbody tr td:nth-child(2){
    text-align: right;
}


.modal-title{
    text-align: center;
    margin-bottom: 30px;
}

a.btn.btn-ngapain {
    background: mediumpurple;
    color: white;
    font-weight: 600;
}

.hetiate{
    width: 21cm;
    height: 29.7cm;
    padding: 0.9cm;
    border: 1px solid #d4d4d4;
}

.gfpdf{
    font-size: 14px;
    padding: 9px 17px;
    border-radius: 100px;
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-weight: 600;
}

/* printing */

@page {
    size: A4;
}

@media print {
    .container{
        padding: 0 !important;
    }

    #printButton,
    .back-to {
        display: none;
    }

    .wrap-container {
        width: 100% !important;
        zoom: unset !important;
        border: 0 !important;
        padding: unset !important;
    }

    .table-tegrad thead tr th,
    .table-tegrad tfoot tr td{
        background-color: #7fbf23;
    }

}

@media screen and (max-width: 1024px){
    
    table.table tr td ul{
        width: 100%;
        background-color: #fff8e3;
    }
    
    table.table tr td.child{
        padding: 0 !important;
    }
    
    table.dataTable tr.child ul li{
        border-bottom: 1px solid #efb917 !important;
        display: flex;
        align-items: center;
        padding: 7px 28px !important;
        column-gap: 6px;
    }
    
    table.dataTable tr.child ul li:nth-last-child(1){
        border-bottom: 0 !important;
    }

    .btn-success{
        border-radius: 100px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
        background: #efb917 !important;
        border-bottom: 1px solid black;
    }
}

@media screen and (max-width: 660px){

    img.gomugo {
        width: 31%;
    }

    .img-grid{
        row-gap: 2px;
    }

    .megumi{
        font-size: 16px;
    }

    .mobile-table{
        display: inline-table !important;
    }
    
    .desktop-table{
        display: none !important;
    }

    button.btn-close {
        position: absolute;
        background-color: #ff4822;
        z-index: 99;
        opacity: 1;
        right: -4px;
        top: 7px;
    }

    td.child{
        width: 100%;
    }
    
    th.sorting{
        width: 30px !important;
    }
    

    a.lined{
        font-size: 20px;
    }

    .lined span{
        display: none;
    }

    .dataTables_length{
        margin-bottom: 9px;
    }

    .dataTables_length,
    .dataTables_filter label{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .dataTables_length select,
    .dataTables_filter label input{
        font-size: 12px;
    }

    ul.pagination{
        justify-content: flex-end;
        font-size: 12px;
        border-top: 1px solid #b2b2b3;
        padding-top: 10px;
        
    }

    ul.pagination li  a{
        text-decoration: none;
        color: black;
        background: none;
    }

    .dataTables_wrapper .dataTables_info{
        padding-top: 3px !important;
        font-size: 10px;
        font-style: italic;
        color: #696868 !important;
    }

    .dataTables_wrapper .dataTables_paginate{
        margin-top: 3 !important;
        padding-top: 1px !important;
    }

    .sun-title{
        font-size: 12px;
    }

    .titled, .manuigi, .radmis small{
        font-size: 11px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button{
        min-width: fit-content !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .dataTables_filter {
        margin-right: 0;
    }

    .dataTables_wrapper .dataTables_length{
        justify-content: flex-end;
    }

    .moon-wrapper{
        padding-bottom: 6rem;
    }

    .wrap-container {
        width: 1680px !important;
        zoom: 24.6%;
    }
}