@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        -webkit-print-color-adjust: exact !important;
        font-family: "Calibri", Times, serif;
        font-size: 12px !important;
        color: #000;
    }

    p {
        margin-bottom: 2px;
    }


    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 18pt;
    }

    h3 {
        font-size: 14pt;
    }

    .mt-10 {
        margin-top: 100px;
    }

    .mb-10 {
        margin-bottom: 100px;
    }

    .pb-10 {
        padding-bottom: 100px;
    }

    .test-white-space {
        width: 100%;
        height: 5px;
        display: table;
    }

    .print-thermal {
    }

    hr {
        display: block;
        height: 1px;
        background: transparent;
        width: 100%;
        border: none;
        border-top: solid 1px #000;
        margin: 0;
    }
}

/*
@page {
    size: A4 landscape;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0;
    -webkit-print-color-adjust: exact;
}
*/
.bg-special, .page-title-box, .user-sidebar {
    background-color: #717171 !important;
}

.user-sidebar .user-img img {
    border: 2px solid black;
}

.page-title-box {
    min-height: 164px;
}

.mm-active .active, .mm-active .active i, #sidebar-menu ul li a:hover, #sidebar-menu ul li a:hover i, .mm-active > a i, .mm-active > a {
    color: #f14e4e !important;
}

.hide {
    display: none !important;
}

.float-right {
    float: right !important;
}

.width-100 {
    width: 100px;
}


.width-150 {
    width: 150px;
}

.img-center-vertical {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 12px 0 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28.38px;
    font-size: .76563rem;
}

.select2-container .select2-selection--single {
    height: 28.38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 27.06px;
    height: 27.06px;
}

.select2-container .select2-selection--multiple {
    display: table;
    width: 100% !important;
    line-height: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 11px;
}

.fix-thumbnail {
    margin: 10px auto;
    display: table;
}

.cursor-pointer {
    cursor: pointer !important;
}

.br-10 {
    border-radius: 10px;
}

.max-height-200 {
    max-height: 200px;
    overflow: auto;
}

.modal-open .modal {
    position: fixed;
}

.line-signature {
    background: black;
    width: 100%;
    height: 1px;
}

.line-dotted {
    width: 100%;
    height: 1px;
    border: 1px solid black;
    border-style: dashed;
}

.fix-center {
    display: table;
    margin: 0 auto;
}

.product-img img {
    min-height: 490px;
    object-fit: contain;
}

.btn-whatsapp {
    background-color: #075e54 !important;
    border-color: #075e54 !important;
}