.btn-scan-10 {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background: #fff url(../../img/frontend/icons/03.png) center no-repeat;
    color: #3C3C3B;
    display: flex;
    align-items: center;
    padding: 1px;
    font-size: 13.3333px;
}

.login-mobile-white-logo {
    display: none;
}

.filtration-box-10 {
    padding-bottom: 0px !important;
}

.ph-table-big-res {
    display: block;
}

.ph-table-small-res {
    display: none;
    color: #3C3C3B;
    flex-direction: column;
}

.ph-table-small-res-user {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #3C3C3B;
    border-bottom-style: solid;
}

.ph-table-small-res-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.raports-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-control {
    appearance: auto;         /* lub po prostu usuń tę właściwość */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  padding-right: 2px;
}

.image-qr-gallery {
    opacity: 0;
    pointer-events: none;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000c7;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease;
    display: flex;
    

    img {
        height: 80vh;
        transform: scale(0.95);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

.image-qr-gallery-showed {
    opacity: 1;
    pointer-events: all;
}

.image-qr-gallery-showed img {
    transform: scale(1);
}

.btn-1-5 {
    padding: 0 20px;
    height: 45px;
    background: inherit;
    color: #C00D0D;
    font-size: 13.333px;
    min-width: 200px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    border: 1px solid #C00D0D;
}

.btn-1-5:hover {
    color: #C00D0D;  
}

@media only screen and (max-width: 1199px) {
    .btn-scan-10 {
        height: 60px !important;
        width: 60px !important;
    }

    .btn-scan-11 {
        width: 220px !important;
        color: #3C3C3B !important;
    }

    .h-boxes-btn-scan {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }
}

@media (max-width: 1024px) {
    .filtration-box-10 {
        padding-bottom: 20px !important;
    }
    
    .h-boxes-res{
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        flex-direction: row;
    }

    .ph-table-small-res {
        display: flex;
    }

    .ph-table-big-res {
        display: none;
    }   

    .l-content-box-1 .container {
        margin-top: 50% !important;
    }
}

@media (max-width: 768px) {
    .filtration-box-10 {
        padding-bottom: 20px !important;
    }

    /* .body-log-1 .container {
        margin-top: 35vh;
    } */
    
    .z-content-box-6-ph {
        padding: 27px 0 0 0;
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (max-width: 530px) {
    .pnt-boxes-res {
        display: block !important;
    }

    .login-mobile-white-logo {
         display: flex;
        margin-top: 25px;
        align-items: center;
        justify-content: center;
    }
    
    .l-content-box-1 .container {
        margin-top: 0 !important;
    }
}

/* tymczasowe do bg image */
/* .body-log-1 .l-content-box-1 .container {
    min-height: 115vh !important;
} */


@media only screen and (max-width: 1199px) {
    .body-log {
    background-position: center top;
}
}

.body-log-1 {
    background-position: top center;
}




