.form-estimate__product-table table .product__image-wrapper {
    width: 60px;
    height: 60px;
}

.form-estimate__product-table table .product__image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-table table .trading-status--black a,
.product-table table .trading-status--black p,
.product-table table .trading-status--black span,
.product-table table .inventory-status--black a,
.product-table table .inventory-status--black p,
.product-table table .inventory-status--black span {
    color: #171d25;
}

/* start product detail*/
.product_detail__loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f3f5;
    z-index: 10;
    opacity: 0.9;
}

.product_detail__loading img {
    -o-object-fit: none;
    object-fit: none;
    -webkit-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
    position: absolute;
    top: 20%;
    left: 50%;
}
/* end product detail*/

.invalid-input-name {
    /* width: 375px; */
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.btn-handle-status-reserved.disabled {
    pointer-events: none;
    color: #dbdbdf;
}
.error-upload-image {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-max-size {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.upload-image-label.disabled {
    opacity: 0.7;
}
/* start supplier item detail */
.supplier-item-detail .sku-update {
    display: none;
}
.supplier-item-detail .sku-update.show {
    display: table-cell;
}
.supplier-item-detail .sku-edit.hide {
    display: none;
}
.supplier-item-detail .not-complete-notify {
    position: unset;
}
.supplier-item-detail .skus_check_all_page u,
.supplier-item-detail .skus_un_check_all_page u {
    cursor: pointer;
}
.supplier-item-detail textarea.input-paragraph.is-invalid {
    border-color: #dc3545;
}

.modal-register-image .register-image-box .register-image-drop-file {
    left: 0;
    bottom: 0;
}

.register-image-box .register-image-drop-file {
    position: absolute;
    left: 24px;
    height: 0;
    overflow: hidden;
    bottom: 24px;
    background-color: #171d25;
    opacity: 0.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: white;
}

.register-image-box .register-image-drop-file p {
    pointer-events: none;
}

.register-image-box .register-image-drop-file:before {
    width: calc(100% - 42px);
    height: calc(100% - 42px);
    content: '';
    border: 2px dashed white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* end supplier item detail */

.frm_hide {
    display: none;
}

/* start item option */
.table-option__no-item {
    height: calc(100vh - 13.6rem);
}

.no-item-option {
    flex-direction: column;
    position: relative;
    top: 0;
}

#item-option-form {
    margin: 0 2.4rem;
}

.item-option-detail-screen .item-order-container:first-child .item-img__arrow--up,
.item-option-detail-screen .item-order-container:last-child .item-img__arrow--down {
  pointer-events: auto;
  opacity: 1;
}

.item-img__arrow-disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.btn-add-group-sub-option {
    width: 14.5rem;
    height: 4rem;
}

.iso-container {
    height: 10.4rem;
}

.iso-container td {
    border-bottom: 1px solid #DADFE3;
}

.btn-select-iso-image:hover {
    cursor: pointer;
}

.invalid-item-sub-option-image {
    border: 1px solid #dc3545;
}

.modal-add-image__upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.btn-add-iso-frame {
    width: 100%;
    border-radius: 0;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #8a8f94;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
/* end item option */

#item-base-price.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* product search */
.product-search #product-search-form {
    height: 100%;
}

.product-search .sort-product .s-dropdown__menu-body{
    max-height: 290px;
}

.product-search .product-box .loading-spinner.show {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

#search-product-box {
    min-height: 688px;
    background-color: #fff;
    position: relative;
}
/* end product search */

/* project detail */
.free-input-sku {
    width: 6.2rem;
    padding: .1rem 1rem;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: .4rem;
    background-color: #eceff3;
    border: 1px solid #c5c9ce;
    text-align: left;
    height: auto;
}

.free-input-sku:focus {
    border-color: #ff7f22;
    outline: none;
}

.free-input-atribute.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* end project detail */

/* project messages */
.message-screen-v3 ul.new-guest-message {
    list-style: disc;
    margin-top: 0px;
    padding-left: 20px;
}

.message-screen-v3 .references-text {
    font-size: 12px;
    line-height: 17px;
    color: #BABFC3;
    cursor: pointer;
}

.message-screen-v3 .references-text:hover {
    color: #ff7f22;
}
/* end project messages /*
