.mmProductLeftBox {
    width: 294px;
    padding: 20px 16px;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid var(--silver);
    background-color: var(--white);
}

.inputWithLeftIcon {
    height: 50px;
    margin-bottom: 16px;
}

#inputAdd_1,
#mmProduct_searchText {
    height: 50px;
}

.mmProduct_collapseArrowBox {
    padding: 8px;
    margin-bottom: 16px;
    border-radius: 5px;
    background-color: var(--white-two);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mmProduct_collapseArrowBox img {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.mmProduct_collapseArrowBox.collapsed img {
    transform: rotate(270deg);
}

.mmProduct_checkCategoryButton {
    height: 45px;
    padding: 14px 20px;
    border-radius: 5px;
    border: 1px solid var(--white-three);
    background-color: var(--white);
    font-family: AppleSDGothicNeoL00;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.7px;
    text-align: center;
    color: var(--silver);
    cursor: pointer;
    transition: all 0.5s ease;
}

.mmProduct_checkCategoryButton:hover,
.btn-check:checked + .mmProduct_checkCategoryButton {
    border: 1px solid var(--dusty-orange);
    background-color: var(--dusty-orange);
    color: var(--white);
}

.mmProductMainContentBox {
    width: 100%;
    padding: 16px;
    border-radius: 3px;
    border: 1px solid var(--silver);
    background-color: var(--white);
}

.mmProduct_card {
    position: relative;
    height: 100%;
    padding: 16px;
    border-radius: 3px;
    border: 1px solid var(--white-three);
    background-color: var(--white);
}

.mmProduct_tag {
    top: 8px;
    left: unset;
    right: 8px;
    display: flex;
    width: max-content;
    height: max-content;
    padding: 4px 8px;
}

.mmProduct_tag img {
    width: 17px;
    height: 17px;
}

.mmProduct_tag p {
    height: 15px;
    margin: 2px 0 0 0;
    font-family: AppleSDGothicNeoL00;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.6px;
    text-align: left;
    color: var(--white);
}

.mmProduct_brand {
    font-family: AppleSDGothicNeoL00;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.7px;
    text-align: left;
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mmProduct_code {
    margin-bottom: 8px;
    font-family: AppleSDGothicNeoB00;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.7px;
    text-align: left;
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mmProduct_remarks {
    margin-bottom: 8px;
    font-family: AppleSDGothicNeoM00;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.7px;
    text-align: left;
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-body .mmProduct_brand {
    font-size: 16px;
}

.modal-body .mmProduct_code {
    font-size: 20px;
}
