@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
html, body{
	font-family: 'Poppins', sans-serif;
    background: #fff !important;
}
.container-flex{
	  display: flex;
  align-items: center;
  justify-content: center;
}

a.mainBtn {
    display: block;
    margin: 150px auto;
    border: 2px solid #306936;
    padding: 12% 0;
    text-align: center;
    font-size: 6vw;
    width: 92%;
    text-decoration: none;
    color: #000000;
    border-radius: 35px;
    background: #f39600;
}


img.logo {
    width: 100%;
}

.modal-dialog {
    max-width: 90%;
}

.modal-footer>:not(:last-child) {
    position: absolute;
    left: 20px;
}

button.btn, .modal-title {
    font-size: 5vw !important;
}

button.bottomBtn {
    margin: 0 10px;
    padding: 30px 40px;
    border: 1px solid #000;
}


h2{font-size:2.8rem}
h4{font-size:2rem}

table#list {
    width: 100%;
}



table#list td {font-size:45px;    padding: 10px 0px;}
table#list tr {border-bottom: 2px solid #306936;}

div#listContainer {
    padding-bottom: 115px;
}

td a i.bi {
    color: #f39501;
}

th {
    font-size: 40px;
    background: #f7a52a;
    color: #000000;
}
table#list th,table#list td{
	padding-left: 10px;
	padding-right: 10px;
}


div#listHeader{
width: 100%;
    background: #306936;
    color: #fff;
    padding: 25px 15px;
}

div#listHeader b {
	text-align: center;
    display: block;
    font-size: 40px;
}

div#listHeader i {
    display: block;
    text-align: center;
    font-size: 1.75em;
    margin-top: 10px;
}

a.scanName {
    font-size: 1.3em;
    color: #f39501;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

h3 {
    font-size: 2rem;
}

span.scanDates {
    text-transform: uppercase;
    font-size: 34px;
    color: #000000;
    font-weight: bold;
}

td a i.bi:before {
    font-size: 50px;
    margin: 5px;
}

span#backBtn {
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -40px;
}

header{position:relative;}

.bi-house-door-fill::before, .bi-arrows-fullscreen::before  {
    font-size: 60px;
color: #306836;
}

input#totQty {
    background: #fff;
    color: black;
    border: 0;
	font-weight:bold;
    width: 150px;
}

span.prodName {
    color: #306936;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    font-size: 1.05em;
}

a#goFS {
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -40px;
}

