body::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 10px;
}
  
body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}
  
body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
    background-color: #5656563c;
    border-radius: 100px;
}

body::-webkit-scrollbar-thumb:hover, div::-webkit-scrollbar-thumb:hover {
    background-color: #565656;
}

.footer-text{
    font-size: 12px;
}

.btn-active, .btn-active:hover{
    background-color: #565656;
    color: #fff;
}

.carteirinha{
    width: 363px;
    height: 246px;
    background-color: #f0f0f0;
    background-image: url('/assets/images/logo-water.png');
    background-position: center;
    background-size: 150px 150px;
    background-repeat: no-repeat;
}

.carteirinha-interno{
    height: 226px;
}

@media print {

    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust:exact !important;
    }

    @page {
        margin: 0!important;
    }

    html, body {
        min-height: 100%;
        height: 100%;
        padding: 0!important;
        margin: 0!important;
    }

    .page-break{
        margin-top: 500px;
    }

    #imprimir_div{
        display: none;
    }

    #footer{
        display: none;
    }

    .carteirinha-1{
        margin: 0 !important;
        margin-left: auto !important;
    }

    .carteirinha-2{
        margin: 0 !important;
        margin-right: auto !important;
    }

}
