@font-face {
    font-family: SFProDisplayRegular;
    src: url("/SFPRODISPLAYREGULAR.OTF") format("opentype");
}

@font-face {
    font-family: SFProDisplaySemibold;
    src: url("/SFPRODISPLAYMEDIUM.OTF") format("opentype");
}

@font-face {
    font-family: SFProDisplaySemiboldItalic;
    src: url("/SFPRODISPLAYSEMIBOLDITALIC.OTF") format("opentype");
}

@font-face {
    font-family: SFProDisplayThin;
    src: url("/SFPRODISPLAYTHIN.otf") format("opentype");
}


html {
  font-size: 14px;
}

.form-group{
    margin-bottom: 1rem;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    background: #F1F6F7;
    background: linear-gradient(180deg,rgba(241, 246, 247, 1) 0%, rgba(224, 233, 237, 1) 100%);
}

body {
    background: #F1F6F7;
    background: linear-gradient(180deg,rgba(241, 246, 247, 1) 0%, rgba(224, 233, 237, 1) 100%);
    font-family: SFProDisplayRegular;
    min-height: 100vh;
}

.nav-link {
    font-size: 18px;
    margin: auto 10px;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    width: 100%;
    max-height: 30rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-image: linear-gradient(#fff, #f8f8f8);
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-image: linear-gradient(#ddd, #d8d8d8);
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-image: linear-gradient(#5555dd, #4444ff) !important;
    color: #ffffff;
    font-weight: bold;
}

.video-element {
    position:fixed;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#dataInputContainer {
    position:fixed;
    top: 0.66rem;
    right: 0.66rem;
    width: 30rem;
    max-width: 50%;
}

.possibleProductEntry {
    display: flex;
    padding: 4px;
    margin: 0.5rem;
    background-image: linear-gradient(#f1f1f1, #d0d0d0);
    border-radius: 20px;
    flex-direction: column;
}

.possibleProductImage {
    border-radius: 20px;
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.possibleProductName {
    margin: 4px 10px 0px 10px;
    font-size: 16px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.possibleProductManucatrurer {
    margin: 0px 10px;
    font-size: 12px;
    font-family: SFProDisplaySemibold;
}

.possibleProductQuantity {
    margin: 1px 10px;
    font-size: 12px;
}

.possibleProductAmounts {
    margin: 0px 10px;
    font-size: 1rem;
    margin-top: 0;

}

.possibleProductAmountsTitle {
    margin: 8px 10px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-top: 8px !important;
    margin-right: 1rem;
}

.amountSelectorBtn
{
    background-color: transparent;
    border: 2px solid transparent;
}

.amountSelectorBtnSelected {
    background-color: #eeeeeeee;
    border: 2px solid gray;
}

.amountSelectorBtnImg {
    width: 3rem;
}

.scanResTitle {
    text-align: center;
}

.amountSelectorBtnText {
    margin-bottom: 0;
    font-weight: bold;
}

.amountSelectorRow {
    display: felx;
    justify-content: space-around;
    align-items: center;
}

.amountRow{
    margin-bottom: 0.0rem;
    font-size: 01rem;
    font-weight: bold;
}

.navbar-iwocr {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 1520px;
    margin: 60px auto;
}

.navbar-iwocr-footer {
    padding-bottom: 0;
    height: 90px;
    padding-top: 0;
    max-width: 1520px;
    margin: auto;
}

footer {
    background-color: #0B1727;
    color: white !important;
}

.navbar-brand-iwocr {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-nav-iwocr {
    margin-left: auto;
}

@media (min-width: 1366px) {
    .iwocr-content {
        width: 1320px;
        margin: 0 auto;
    }
}


.iwocr-panel {
    background-color: white;
    border-radius: 40px;
    padding: 40px;
    width: 90%;
    max-width: 760px;
    margin: auto;
    margin-bottom: 60px;
    min-width: 200px;
}

.iwocr-table-row {
    vertical-align: middle;
    border-bottom-width: 1px;
    border-color: #CFE4F3;
    height: 93px;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

table.dataTable > thead > tr > th {
    border-bottom-width: 0;
}

.iwocr-table-header-text {
    font-family: SFProDisplaySemibold;
    font-size: 16px;
    color: #676B6E;
}

.dropdownPost-content {
    display: none;
    position: absolute;
    margin-top: 0px;
    background-color: #f9f9f9;
    min-width: 240px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 20px;
    border-radius: 24px;
    line-height: 40px;
    transform: translate(-200px, 0);
}

.show {
    display: block;
}

.dropdownOption {
    color: #0B1727;
    font-size: 18px;
    text-decoration: none;
}

.dropdownOptionBg {
    width: 100%;
    height: 100%;
    padding: 0px 8px;
}

.dropdownOptionBg:hover {
    background-color: #efefef;
    cursor: pointer;
}

.dropdownOptionBg:hover a {
    color: #4444ff;
}

.iwocr-title {
    color: #0B1727;
    font-family: SFProDisplaySemibold;
    font-size: 50px;
}
.transparent-button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    padding-left: 12px !important;
}

.control-label {
    font-size: 16px;
    font-family: SFProDisplaySemibold;
    color: #676B6E;
    margin-bottom: 12px;
}

.iwocr-input {
    background-color: #EAF1F3;
    border: none;
    height: 60px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
}

a {
    text-decoration: none;
}

.back-link {
    margin: -45px auto 1rem auto;
}

.fill-center {
    display: flex;
    width: 100%;
    justify-content: center;
}

.iwocr-button1 {
    border-radius: 100px;
    color: white;
    background-image: linear-gradient(90deg, #1963DC, #1B8FEB);
    border: 0;
    font-size: 18px;
    padding: 13px 30px;
}

.iwocr-button2 {
    border-radius: 100px;
    color: #1963DC;
    background-image: linear-gradient(90deg, #1963DC27, #1B8FEB27);
    border: 2px solid #1963DC;
    font-size: 18px;
    padding: 11px 30px;
}

.iwocr-button1 > img, .iwocr-button2 > img {
    margin-right: 12px;
}

.requiredIndicator {
    color: crimson;
    font-size: large;
}

select {
    margin-right: 5px;
}