body {
    background-color: rgba(248, 248, 248, 1);
}
.center-container {
    max-width: 100%;
}
.management-container {
    max-width: 100%;
}
.management-product-box {
    background-color: #fff;
    padding: 1rem;
}
.management-product-box .section-title {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #bbb;
}
.management-product-box .chart-box {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.table thead tr {
    background-color: rgba(245, 245, 245, 1);
}
.table tbody tr {
    background-color: rgba(245, 245, 245, 1);
}
.table th, .table td {
    min-width: 100px;
    font-weight: normal;
    text-align: center;
    border: none;
    border-bottom: 8px solid #fff !important;
    color: rgba(95, 94, 94, 1);
}
.table td a {
    color: #fff;
    background-color: rgba(247, 135, 195, 1);
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 15px;
    white-space: nowrap;
}
.table td.status-btn-group {
    min-width: 125px;
}
.table td.status-btn-group a {
    cursor: pointer;
    text-wrap: none;
}
.table .dropdown-box {
    position: relative;
}
.table .dropdown-box .dropdown-btn {
    text-align: center;
    cursor: pointer;
}
.table .dropdown-box .dropdown-menu-box {
    min-width: 120px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    display: none;
}
.table .dropdown-box .dropdown-menu-box.show {
    display: block;
}
.table .dropdown-box .dropdown-menu-box input.form-control-sm {
    width: 100%;
}
.table .dropdown-box .dropdown-menu-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.table .dropdown-box .dropdown-menu-box ul li {
    margin-top: 0.5rem;
    text-align: left !important;
}
.table .search-box {
    position: relative;
}
.table .search-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
.page-title.add-product a {
    padding: 0;
}
.product-add-box .product-item-box {
    flex-wrap: wrap;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.product-add-box .product-item-box .product-item-list {
    display: block;
    margin-bottom: 1rem;
}
.product-add-box .product-item-box .product-item-list .item-title {
    flex: none;
    min-width: 130px;
    color: rgba(152, 148, 148, 1);
    margin-bottom: 0.25rem;
}
.product-add-box .product-item-box .product-item-list .item-title span {
    color: rgba(230, 126, 172, 1);
}
.product-add-box .product-item-box .product-item-list .item-title + div {
    margin-left: 2rem;
}
.product-add-box .product-item-box .product-item-list .item-title + div.textarea-box {
    position: relative;
    width: 90%;
    margin: auto;
}
.product-add-box .product-item-box .product-item-list .item-title + div.textarea-box textarea {
    width: 100%;
}
.product-add-box .product-item-box .product-item-list .item-title + div.textarea-box .textarea-limit {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
}
.product-add-box .product-item-box .product-item-list .item-title + select, .product-add-box .product-item-box .product-item-list .item-title + input {
    width: 90%;
    margin: auto;
}
.product-add-box .product-item-box .product-item-list .product-img-box {
    display: flex;
    width: 90%;
    overflow-x: auto;
}
.product-add-box .product-item-box .product-item-list .item-half {
    display: block;
    width: 100%;
}
.product-add-box .product-item-box .product-item-list .item-half .item-title + select, .product-add-box .product-item-box .product-item-list .item-half .item-title + input {
    width: 90%;
    margin: auto;
}
.product-add-box .product-item-box .product-item-list .item-half:nth-child(2) {
    margin-top: 1rem;
}
.product-add-box .product-item-box .img-box-group {
    display: flex;
    margin: 0 1rem;
}
.product-add-box .product-item-box .img-box-group .drop-container {
    flex: none;
    width: 130px;
    height: 130px;
    flex-direction: column;
    margin-right: 1rem;
}
.product-add-box .product-item-box .product-img-info {
    flex: 1;
}
.product-add-box .product-item-box .product-img-info .title {
    padding: 6px 12px;
    background-color: rgba(223, 223, 244, 1);
}
.product-add-box .product-item-box .product-img-info .desc {
    padding: 6px 12px;
    border: 1px #555 solid;
    border-top: none;
}
.product-add-box .product-item-box .product-img-info ul {
    margin-bottom: 0;
}
.btn-white {
    display: block;
    border: 1px #555 solid;
    text-align: center;
    color: #555;
    padding: 3px 12px;
    background-color: #fff;
    cursor: pointer;
}
.btn-group {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.btn-group a {
    margin: 0 5px;
}
.btn-group a:last-child {
    margin-right: 0;
}
.breadcrumb {
    display: flex;
}
.breadcrumb li {
    padding: 0 1rem;
}
.breadcrumb li:last-child a {
    color: rgba(27, 33, 91, 1);
}
.breadcrumb li + li {
    padding-left: 0;
}
.breadcrumb li + li::before {
    content: '>';
    color: rgba(27, 33, 91, 1);
    margin-right: 1rem;
}
.breadcrumb a {
    text-decoration: none;
    color: rgba(97, 112, 166, 1);
    font-family: 'Noto Sans TC', sans-serif;
}
.breadcrumb a:hover {
    color: rgba(27, 33, 91, 1);
}
.product-options-box {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.product-options-box .options-item {
    margin-bottom: 0.5rem;
}
.product-options-box .options-list + .options-list {
    margin-top: 1rem;
}
.product-options-box .options-input {
    display: flex;
    align-items: center;
}
.product-options-box .options-input .item-title {
    white-space: nowrap;
}
.product-options-box .options-input .item-title span {
    font-size: 12px;
    color: rgba(249, 136, 196, 1);
}
.product-options-box .options-input input, .product-options-box .options-input select {
    flex: 1;
    margin-left: 0.5rem;
}
.product-options-box .product-options {
    color: rgba(27, 33, 91, 1);
    font-size: 18px;
    margin-bottom: 1rem;
}
.product-options-box .options-title {
    background-color: rgba(209, 178, 225, 1);
    color: #fff;
    padding: 6px;
    border-radius: 3px;
    margin-bottom: 1rem;
}
.product-options-box .options-title span {
    font-size: 12px;
    color: #f988c4;
}
.product-options-box .drop-container {
    height: 100px;
}
.add-img .drop-container {
    flex-direction: column;
    height: 100px;
}
.nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 5px;
    justify-items: center;
    font-size: 13px;
    border: none;
}
.nav-tabs .nav-link {
    flex: 1;
    padding: 5px;
    border: none;
    color: rgba(97, 112, 166, 1);
}
.nav-tabs .nav-link div {
    color: #333;
}
.nav-tabs .nav-link.active {
    color: rgba(97, 112, 166, 1);
    border-bottom: 3px solid rgba(30, 90, 156, 1);
}
.nav-tabs .nav-link.active div {
    color: #333;
}
.tab-content {
    overflow-y: auto;
    padding: 1rem;
}
.fa-trash-alt {
    cursor: pointer;
}
@media (min-width: 576px) {
    .nav-tabs {
        font-size: 1rem;
        padding: 6px 12px;
   }
    .page-title.add-product a {
        padding: 0;
   }
}
@media (min-width: 768px) {
    .product-add-box .product-item-box .product-item-list {
        display: flex;
   }
    .product-add-box .product-item-box .product-item-list .item-title {
        margin-bottom: 0;
   }
    .product-add-box .product-item-box .product-item-list .item-title + div {
        margin-left: 0;
   }
    .product-add-box .product-item-box .product-item-list .item-title + div.textarea-box {
        width: 100%;
   }
    .product-add-box .product-item-box .product-item-list .item-title + select, .product-add-box .product-item-box .product-item-list .item-title + input {
        width: 100%;
        margin: 0;
   }
    .product-add-box .product-item-box .product-item-list .item-half {
        flex: 1;
        display: flex;
        width: 50%;
   }
    .product-add-box .product-item-box .product-item-list .item-half:nth-child(1) {
        flex: none;
        width: 50%;
   }
    .product-add-box .product-item-box .product-item-list .item-half:nth-child(2) {
        margin-top: 0;
        margin-left: 1rem;
   }
    .btn-group {
        justify-content: flex-end;
   }
}
@media (min-width: 992px) {
    .center-container {
        max-width: 980px;
   }
    .management-container {
        max-width: 980px;
   }
    .nav-tabs {
        display: flex;
        justify-content: space-between;
   }
    .nav-tabs .nav-link {
        padding: 8px 16px;
   }
}
