/* Add custom CSS styles below */ 
footer {
    background-color: #37bcbb !important;
}
footer {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

footer .container {
    padding-bottom: 10px !important;
}
footer {
    color: #00438A;
}

footer p,
footer a,
footer span,
footer li {
    color: #fffff5f !important;
}
footer h1,
footer h2,
footer h3,
footer h4 {
    color: ##00438A !important;
footer .row {
    margin-bottom: 5px;
}

footer p {
    margin-bottom: 5px;
}
  .site-footer {
    position: relative;
}
footer{
position:relative;
}

.footer-barcode{
position:absolute;
left:20px;
top:50%;
transform:translateY(-50%);
width:70px;
height:70px;
object-fit:contain;
}