@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@-ms-viewport{
    width: device-width;
  }

html, body{
	font-family: 'Poppins', sans-serif;
    background: #fff !important;
    width:100vw;
}
.container-flex{
	  display: flex;
  align-items: center;
  justify-content: center;
}

a.mainBtn {
    display: block;
    margin: 12% auto;
    box-shadow: 1px 4px 10px #a7a7a7;
    padding: 2rem 0;
    text-align: center;
    font-size: 1.6rem;
    width: 92%;
    text-decoration: none;
    color: #000000;
    border-radius: 35px;
    background: #ae986c;
}

img.logo {
    padding: 1rem;
    max-height: 7rem;
    display: block;
    margin: 0 auto;
}

.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 0.1rem;
    padding: 0.5rem 0.8rem;
    border: 1px solid #000;
}


h2{    font-size: 1.6rem;}
h4{font-size:1.3rem}

table#list {
    width: 100%;
}


table#list td {
    font-size: 1.4rem;
    padding: 0.5rem;
}
table#list tr {border-bottom: 2px solid #aa986c;}

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

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

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


div#listHeader{
width: 100%;
    background: #000;
    color: #fff;
    padding: 0.7rem;
}

div#listHeader b {
	text-align: center;
    display: block;
}

div#listHeader i {
    display: block;
    text-align: center;
    font-size: 0.7rem;
}

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

h3 {
    font-size: 2rem;
}

span.scanDates {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #767676;
    font-weight: bold;
}

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

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

header{position:relative; background:#ae986c;}

.bi-house-door-fill::before, .bi-arrows-fullscreen::before {
    font-size: 1.7rem;
color: #fff;
}

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

span.prodName {
    color: #000;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
}

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

.modal-dialog {
margin:0 auto !important;
}
