.card-container {
    position: relative;
    left: 8px;
    top: -363px;
}


.id-photo {
    position: absolute;
    left: 42px;
    top: 174px;
    width: 120px;
    height: 153px;
    overflow: hidden;
}

.id-photo img {
    height: 153px !important;
    width: 144px !important;
    right: -12px!important;
    position: absolute !important;
    max-width: 200% !important;
}

.id-lastName {
    color: #000;
    font-weight: bold;
    left: 0px;
    width: 85mm;
    top: 51mm;
    position: absolute;
    height: 10mm;
    overflow: hidden;
    text-align: center;
    font-size: 26px;
}

.id-access-a, .id-access-m, .id-access-f, .id-access-amf {
    color: #000;
    font-weight: bold;
    left: 8mm;
    width: 73mm;
    top: 350px;
    position: absolute;
    height: 12mm;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    letter-spacing: 30px;
    text-indent: 30px;
}

.id-access-amf-legend {
    color: #555;
    font-weight: normal;
    left: 8mm;
    width: 75mm;
    top: 388px;
    position: absolute;
    height: 10mm;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
}

.id-access-amf-legend span {
    font-weight: bold;
}

.id-access-amf-legend span:not(.id-access-amf-legend span:first-of-type) {
    margin-left: 4px;
}

.id-access-a {
    left: 6mm;
}

.id-access-m {
    left: 28mm;
}

.id-access-f {
    left: 58mm;
}

.id-line {
    color: #000;
    font-weight: bold;
    left: 6mm;
    width: 73mm;
    top: 62mm;
    position: absolute;
    height: 1px;
    /*border-bottom: 1px solid #000; */

}

.id-firstName {
    color: #000;
    font-weight: normal;
    left: 45mm;
    width: 35mm;
    top: 45mm;
    position: absolute;
    height: 27mm;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 17px;
    border-bottom: 1px solid #aaaaaa;
}

.id-qr-1 {
    left:4mm;
    width: 71mm;
    top: 45mm;
    position: absolute;
    height: 30mm;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.id-qr-1 img, .id-qr-2 img {
    width: 100%;
}

.id-qr-2 {
    left: 4mm;
    width: 71mm;
    top: 80mm;
    position: absolute;
    height: 30mm;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.id-firstName span { 
    width: 100%;
    text-align: center;
}


.id-countryCode {
    position: absolute;
    left: 129px;
    top: 175px;
    height: 40px;
    text-align: center;
    width: 80px;
    font-weight: bold;
    color: #000;
    font-size: 25px;
}

.id-groupName {
    color: #000;
    font-weight: normal;
    left: 47mm;
    width: 30mm;
    top: 73mm;
    position: absolute;
    height: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.id-groupName span {
    width: 100%;
    text-align: center;
}

.id-rtc {
    color: #000;
    font-weight: normal;
    left: 6mm;
    width: 70mm;
    top: 71mm;
    position: absolute;
    height: 35px;
    overflow: hidden;
    text-align: right;
    font-size: 15px;
}

.id-groupSubName {
    position: absolute;
    left: 45px;
    top: 241px;
    height: 22px;
    text-align: left;
    width: 80px;
    font-weight: normal;
    color: #000;
    font-size: 12px;
    overflow: hidden;
}

.id-access {
    position: absolute;
    left: 10px;
    top: 282px;
    height: 35px;
    text-align: center;
    width: 53px;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    overflow: hidden;
}

.id-barcode {
    position: absolute;
    left: 48mm;
    top:85mm;
    height: 32px;
    text-align: center;
    width: 28mm;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    overflow: hidden;
}

.id-red-dot {
    position: absolute;
    left: 157px;
    top: 228px;
    height: 30px;
    width: 30px;
}

.id-groupColor {
    position: absolute;
    left: 9px;
    top: 170px;
    height: 30px;
    text-align: center;
    width: 27px;
    font-weight: bold;
    font-size: 100px;
}

.file-indicator-print {
    width: 100% !important;
    text-align: center;
    padding: 3px;
    background-color: darkorange;
    display: block;
    color: #fff;
}

.prop-name {
    text-align: right;
}
.prop-val {
    font-weight: bold;
}

.icon {
    margin: 0px 10px;
}

.food-report-table tr .food-info {
    text-align: center;
}

.profile-image {
    width: 230px;
    height: 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/public/images/profile-placeholder.png');
}

.color-box {
    width: 20px;
    height: 22px;
    float: right;
    border-radius: 3px;
    border-color: #aaa;

}

.file-indicator {
    display: inline-block;
    padding: 3px 6px;
    font-size: 11px;
    background-color: #cc1111;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
}

.food-result-box {
    min-height: 250px;
    border: 3px solid #eee;
    border-radius: 20px;
    vertical-align: center;
    text-align: center;
}

.embed-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: none;
    width: 100%;
}

.zoneIndicator {
    display: inline-block;
    margin-right: 10px;
    background-color: #444;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px; 
}

.zoneChkbx {
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 0px !important;
    width: 45px;
    height: 24px;
    vertical-align: top;
}

.embed-box>.info>i {
    padding: 40px 0px 0px 0px;
    font-size: 190px !important;
}

.embed-box>.info>h1 {
    padding: 40px 0px 0px 0px;
    font-size: 70px !important;
    font-weight: bold;
}


.food-result-box>.info>i {
    color: #fff;
    padding: 40px 0px 0px 0px;
    font-size: 120px;
}

.food-result-box>.info>h1 {
    color: #fff;
}

.food-success {
    background-color: #28b62c;
    display: none;
}

.food-failed {
    background-color: #b60015;
    display: none;
}

.visible-result {
    display: block !important;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;

    width: 115px;
    height: 20px;
}

progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
    background-image:
            -webkit-linear-gradient(-45deg,
            transparent 33%, rgba(0, 0, 0, .1) 33%,
            rgba(0,0, 0, .1) 66%, transparent 66%),
            -webkit-linear-gradient(top,
            rgba(255, 255, 255, .25),
            rgba(0, 0, 0, .25)),
            -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}


/* ---- CHROME OS SETUP ----- */
.card-container-chrome {
    transform: rotate(180deg);
    transform-origin: 188px 440px;
    font-family: 'Effra-Regular', sans-serif;
}

#cardsList td {
    font-size: small;
}


@font-face {
    font-family: "Effra-Regular";
    src: url("/public/fonts/Effra_std_Rg.ttf") format("truetype");
}

@font-face {
    font-family: "Effra-Bold";
    src: url("/public/fonts/Effra_std_Bd.ttf") format("truetype");
}

@font-face {
    font-family: "Effra-Light";
    src: url("/public/fonts/Effra_std_Lt.ttf") format("truetype");
}