*{
    box-sizing: border-box;
}
html, body {
    margin: 0 !important; 
    padding: 0 !important;
    overflow: hidden !important;
    page-break-after: avoid;
    page-break-before: avoid;
    background-color: #fff;
    color: #000;
    font-size: 12px;
}
h1{
    font-size: 28px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px
}
h5{
    font-size: 16px;
}
p{
    font-size: 12px;
}
.noprint{
    display: none !important;
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.print_area{
    display: block;
}
.print_slip_box .logo{
    max-width: 150px;
    margin: 0 auto;
}
.print_slip_box .logo img{
    max-width: 100%;
}
.print_content{
    vertical-align: top;
}
.print_content.row {
    --bs-gutter-x: unset;
    --bs-gutter-y: unset;
    display: unset;
    flex-wrap: unset;
    margin-top: unset;
    margin-right: unset;
    margin-left: unset;
    height: 100%;
}
.print_slip_box{
    text-align: center;
    float: left;
    width: calc(33.333% - 1px);
    padding: 15px;
    vertical-align: top;
    border-right: 1px dashed #000;
}
.print_slip_box:last-child{
    border-color: transparent;
}
.text-left{
    text-align: left;
}
.half_box{
    float: left;
    width: 50%;
}
.full_box{
    float: left;
    width: 100%;
}
table{
    border-collapse: collapse;
    width: 100%;
}
table tr td, table tr th{
    border: 1px solid #000;
    padding: 5px 10px;
}
.main_print_container{
    width: 100%;
}
.print_container:not(:last-of-type) {
    page-break-after: always;
}
.myapp {
    height: auto;
    position: relative;
    overflow: auto;
}
.app_area {
    padding: 20px 0 0;
    height: auto;
    overflow-y: auto;
    position: unset;
    overflow-x: auto;
    z-index: 2;
}
.app_area{
    padding-top: 20px;
    height: auto;
}
.app_content {
    min-height: auto;
}
.clearfix{
    clear: both;
}
.print_w100{
    width: 100%;
}
.table-info, .table-primary {
    background-color: #fff;
    color: #000;
}
@page {
    size: auto;
    size: A4;
    margin: 5mm;
}








/* width */
::-webkit-scrollbar {
    width: inherit;
}

/* Track */
::-webkit-scrollbar-track {
    background:  inherit;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: inherit;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: inherit;
}