﻿@font-face {
    font-family: 'Maison Neue';
    src: url('/fonts/maison/MaisonNeueWEB-Thin.woff2') format('woff2'),
         url('/fonts/maison/MaisonNeueWEB-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('/fonts/maison/MaisonNeueWEB-Medium.woff2') format('woff2'),
         url('/fonts/maison/MaisonNeueWEB-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue Bold';
    src: url('/fonts/maison/MaisonNeueWEB-Bold.woff2') format('woff2'),
         url('/fonts/maison/MaisonNeueWEB-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('/fonts/maison/MaisonNeueWEB-ThinItalic.woff2') format('woff2'),
         url('/fonts/maison/MaisonNeueWEB-ThinItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
body {
    background-color: #FAD8E3;
    font-family: 'Maison Neue', sans-serif;
}
header {
    
    padding: 50px;
    text-align: center;
}
svg{
    display: block;
    margin: 0px auto;
}
.slogan {
    text-align: center;
    color: #BC1E10;
    font-size: 14.2px;
}
h1,h2,h3,h4,h5 {
    font-family: 'Maison Neue', sans-serif;
    font-weight: bold;
}
.step, label {
    color: #BC1E10;
}
input[type="text"] {
    border-radius: 0;
    border: none;
    height: 60px;
}
button {
    border-radius: 0 !important;
    width: 100%;
    height: 60px;
}
#scan-button {
    padding: 5px 10px;
    font-size: 12px;
}
.btn-next {
    background-color: #BC1E10;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    
}
.btn-next:hover {
    background-color: #9A1A0D;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
.ui-autocomplete {
    /* Tùy chỉnh giao diện cho khung nhập liệu */
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ui-menu .ui-menu-item div {
    /* Tùy chỉnh giao diện cho các mục trong danh sách gợi ý */
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.ui-menu .ui-menu-item div:hover {
    /* Tùy chỉnh giao diện cho các mục trong danh sách gợi ý khi di chuột qua */
    background-color: #eee;
}

.ui-autocomplete.ui-widget {
    /* Tùy chỉnh kích thước cho các mục trong danh sách gợi ý */
    width: calc(33.3333% - 30px);
}

.ui-autocomplete-category {
    color: #BC1E10;
    background-color: rgb(219, 219, 219);
    padding-left: 10px;
    font-weight: bold;
}

a.huongdan {
    text-decoration: underline;
    color: #BC1E10;
    cursor: pointer;
}
.chinhhang {
    font-weight: bold;
    background-color: yellow;
    color: #BC1E10;
    display: inline;
}
.ui-helper-hidden-accessible {
    display: none;
}
.img-product {
    padding: 0;
    object-fit: scale-down;
    background-color: #fff;
}
.img-product-left {
    float: left;
    padding-right: 0;
}

.img-product-right {
    float: right;
    padding-left: 0;
}
.main-content {
    min-height: calc(100vh - 60px); /* Chiều cao tối thiểu của phần nội dung chính */
    padding-bottom: 20px;
}
.list-unstyled li {
    cursor: pointer;
}
footer {
    background-color: #333;
    color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
}
