body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    background-color: #f8f8f8;
}

a {
    text-decoration: none !important;
    display: flex;
    cursor: pointer;
}

li {
    list-style-type: none;
}

input {
    border: 1px solid #B9B9B9 !important;
}

.btn {
    font-weight: 600;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !important;
}

input[type='date']:in-range::-webkit-datetime-edit-year-field,
input[type='date']:in-range::-webkit-datetime-edit-month-field,
input[type='date']:in-range::-webkit-datetime-edit-day-field,
input[type='date']:in-range::-webkit-datetime-edit-text {
    color: transparent;
}

.text-wrap {
    white-space: initial;
    text-align: left;
    min-width: 310px;
}

.modal input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.customer-popup-confirm,
.customer-popup-confirm-delete {
    border-radius: unset !important;
    height: 230px;
}

.customer-popup-confirm-category {
    border-radius: unset !important;
    height: 253px;
}

.swal2-popup .swal2-title {
    font-size: 18px !important;
    margin-bottom: 26px !important;
}

.swal2-popup .swal2-close {
    color: #333333 !important;
    top: -3px !important;
    right: -3px !important;
}

.swal2-popup .swal2-close:hover {
    color: #e72222 !important;
}

.swal2-popup #swal2-content {
    font-size: 16px !important;
}

.customer-popup-confirm>.swal2-actions>.swal2-cancel,
.customer-popup-confirm-category>.swal2-actions>.swal2-cancel,
.customer-popup-confirm-delete>.swal2-actions>.swal2-cancel {
    background-color: #fff !important;
    color: #333333 !important;
    border: 1px solid #333333 !important;
    box-shadow: none !important;
    width: 150px;
    height: 36px;
    padding: 0;
    line-height: 16px;
    font-size: 16px !important;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.customer-popup-confirm>.swal2-actions>.swal2-cancel:hover,
.customer-popup-confirm-category>.swal2-actions>.swal2-cancel:hover,
.customer-popup-confirm-delete>.swal2-actions>.swal2-cancel:hover {
    box-shadow: none !important;
    background-color: #333333 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.customer-popup-confirm>.swal2-actions>.swal2-confirm {
    background-color: #0054CE !important;
    color: #fff;
    border-radius: unset;
    box-shadow: none !important;
    width: 150px;
    height: 36px;
    padding: 0;
    line-height: 16px;
    font-size: 16px !important;
    margin-right: 15px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.customer-popup-confirm-category>.swal2-actions>.swal2-confirm,
.customer-popup-confirm-delete>.swal2-actions>.swal2-confirm {
    background-color: #F92B4F !important;
    color: #fff;
    border-radius: unset;
    box-shadow: none !important;
    width: 150px;
    height: 36px;
    padding: 0;
    line-height: 16px;
    font-size: 16px !important;
    margin-right: 15px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.customer-popup-confirm>.swal2-actions>.swal2-confirm:hover {
    background-color: #fff !important;
    background-image: none !important;
    color: #0054CE !important;
    border: 1px solid #0054CE !important;
    height: 36px;
    box-shadow: none !important;
}

.customer-popup-confirm-category>.swal2-actions>.swal2-confirm:hover,
.customer-popup-confirm-delete>.swal2-actions>.swal2-confirm:hover {
    background-color: #fff !important;
    background-image: none !important;
    color: #F92B4F !important;
    border: 1px solid #F92B4F !important;
    box-shadow: none !important;
}

.wrapper-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background-color: #F8F8F8 !important;
}

.wrapper-custom .image-logo {
    padding: 0 20px 0 75px;
    cursor: pointer;
}

.form-login-custom {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 160px;
}

.error {
    border: 1px solid #F92B4F !important;
}

.mess-error {
    color: #F92B4F;
    margin-bottom: -30px;
    margin-top: 30px !important;
}

.register-cancel-btn:hover,
.btn-back:hover,
.form-login-custom button,
.modal-register-customer-btn,
.confirm-register-btn,
.register-user-btn {
    background-color: #0054CE !important;
    width: 250px;
    height: 36px;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 2px;
}

.btn-back,
.register-cancel-btn,
.login-button:hover,
.modal-register-customer-btn:hover,
.confirm-register-btn:hover,
.register-user-btn:hover {
    background-color: #ffffff !important;
    color: #0054ce !important;
    border: 1px solid #0054ce;
    width: 250px;
    height: 36px;
    letter-spacing: 2px;
}

.form-group-custom {
    margin: 30px 0 45px;
}

.form-login-custom label,
.total-recall {
    font-size: 18px;
    font-weight: 500;
}

.login-title {
    font-size: 20px;
    font-weight: bold;
}

.icon-logut {
    height: 24px;
    width: 24px;
    vertical-align: top;
    margin: auto 0 !important;
}

.circle-notification {
    position: relative;
}

.circle-notification::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -2px;
    right: -12px;
    background-color: #F92B4F;
}

.menu-list {
    display: flex;
    margin-right: 75px;
    min-width: 800px;
    height: 40px;
    justify-content: flex-end;
}

.menu-list .menu-item img {
    position: absolute;
}

.menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    justify-content: flex-end;
    align-items: center;
}

.menu-item:hover::after {
    width: 100%;
}

.menu-item::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #0054CE;
    left: 0;
    bottom: 0;
    transition: all 0.3s
}

.item-title {
    color: #0054CE;
    font-weight: bold;
}

.wrapper-content {
    padding: 0 75px;
}

.search-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 6px rgb(40 41 43 / 5%);
    min-width: 1040px;
    white-space: nowrap;
}

.search-collapse {
    border: 1px solid #E1E1E1;
}

.search-wrapper .header {
    height: 50px;
    width: 100%;
    background: #0054ce;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.search-wrapper .header .title {
    color: #ffffff;
    font-size: 24px;
    padding-left: 20px;
}

.input-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.input-create-user {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.action-btn {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    position: relative;
}

.action-btn .search-btn {
    width: 250px;
    height: 35px;
    background-color: #333333;
    color: #ffffff;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.action-btn .search-btn:hover,
.btn-history:hover {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}

.custom-arrow-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    line-height: initial;
    border: 1px solid #ced4da;
    border-radius: 0;
    font-size: 14px;
    padding-right: 22px !important;
}

.code-label,
.radio-label,
.username-input {
    background-color: #f5f8fc;
    height: 100%;
    display: flex;
    align-items: center;
}

.code-input input,
.code-input select {
    min-width: 50px;
    height: 33px;
    border-radius: unset;
    color: #333333;
}

.code-input select {
    font-size: 16px;
}

.code-input-modal input {
    padding: 6px;
    width: 45px;
    height: 33px;
    border-radius: unset;
}

.table-container select {
    min-width: 90px;
    height: 33px;
    padding: 0 8px;
}

.table-wrapper {
    margin-top: 25px;
}

.table-wrapper.list-manager {
    width: 850px;
    margin: 16px auto;
}

.table-wrapper.list-documents-register {
    width: 700px;
    margin: 16px auto;
}

.table-container.list-manager,
.paginate.list-manager {
    min-width: auto;
}

.table-container {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    margin: 12px 0 30px;
    overflow-x: auto;
    min-width: 1040px;
    min-height: 450px;
}

.paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1040px;
}

.add-register-btn {
    display: flex;
    align-items: initial;
    justify-content: center;
    width: 150px;
    height: 36px;
    background-color: #FFCB00;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.btn-document-add {
    width: 92px;
    height: 36px;
    background-color: #FFCB00 !important;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.btn:disabled:hover {
    cursor: no-drop;
}

.btn-document-add:hover,
.btn.btn-document-add:disabled:hover,
.add-register-btn:hover {
    background-color: #ffffff !important;
    color: #FFCB00 !important;
    border: 1px solid #FFCB00;
}

.add-register-btn:hover .image-add-register {
    filter: invert(69%) sepia(99%) saturate(1040%) hue-rotate(1deg) brightness(105%) contrast(103%);
}

.btn-delete:hover {
    filter: invert(13) sepia(8) saturate(82) hue-rotate(4deg);
}

.btn.btn-delete {
    padding: 0;
}

.header-table {
    background-color: #707070;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.font-14,
.table-container tbody,
.table-container-modal tbody,
.modal-setting-recall .modal-body,
.modal-new-manager .modal-body {
    font-size: 14px;
}


.action-btn-up-down {
    display: inline-flex;
    flex-direction: column;
    vertical-align: text-bottom;
}

.table-container tbody tr:nth-of-type(odd) {
    background-color: #F5F8FC;
}

tbody tr:nth-of-type(even) {
    background-color: #FFFFFF;
}

.table-container tbody tr:last-child,
.table-container-modal tbody tr:last-child {
    border-bottom: 1px solid #B9B9B9;
}

.upload-file-modal {
    border: 1px solid #0054CE !important;
    padding: 4px 20px !important;
    text-decoration: none;
    box-shadow: 0 0 1px 1px #b1d1ff;
    background-color: #ffffff;
    color: #0054CE;
    border-radius: 0.2rem;
    cursor: pointer;
    height: 33px;
    max-width: 154px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upload-file-documents {
    background-color: #ffffff;
    color: #0054CE;
    padding: 9px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px dashed #0054CE;
    height: 64px;
    width: 800px !important;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-remove-file-document {
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
    display: none;
    z-index: 1;
}

.btn-remove-file-product {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
    z-index: 1;
    padding-left: 0;
}

.table-container td,
.table-container-modal td {
    padding: 16px;
    vertical-align: middle;
    height: 68px;
}

.table-container td,
.table-container th,
.table-container-modal td,
.table-container-modal th {
    border-right: 1px solid #B9B9B9;
}

.table-container td:first-child,
.table-container th:first-child {
    white-space: nowrap;
}

.table-container-modal th:first-child,
.table-container td:last-child,
.table-container th:last-child {
    white-space: nowrap;
    border-right: none;
}

.table-container-modal th:first-child,
.table-container-modal td:first-child {
    border-left: 1px solid #B9B9B9;
    white-space: nowrap;
}


.input-pack {
    width: 90px;
}

.input-product-name {
    min-width: 200px !important;
}

.input-color {
    min-width: 130px !important;
}

.mw-108 {
    min-width: 108px !important;
}

.input-document-add {
    width: 60px;
    height: 33px;
    padding: 5px;
}

input:focus {
    border: none;
    outline: 0;
}

select:active,
select:focus {
    outline: 0;
    box-shadow: none !important;
    border-color: #80bdff;
}

.btn-edit-user:hover,
.btn-edit-manager:hover,
.btn-register,
.btn-update:hover,
.btn-plan:hover,
.btn-recall {
    background-color: #0054CE !important;
    border: 1px solid #0054CE;
    color: #ffffff;
    min-width: 70px;
    font-size: 14px;
}

.btn-edit-manager,
.btn-update,
.btn-edit-user,
.btn-plan,
.btn-recall:hover,
.btn-register:hover {
    background-color: #fff !important;
    border: 1px solid #0054CE;
    color: #0054CE;
    min-width: 70px;
    font-size: 14px;
}

.btn-history {
    background-color: #333333;
    border: 1px solid #707070;
    color: #ffffff;
    min-width: 70px;
    font-size: 14px;
}

.modal-new-product {
    max-width: 910px;
}

.modal-new-manager {
    max-width: 600px;
}

.modal-setting-recall {
    max-width: 320px;
}

.modal-recall-result {
    max-width: 432px;
}

.modal-header-custom {
    padding: 0 10px;
    border: none;
}

.modal-header-custom .close {
    font-weight: 100 !important;
    font-size: 2.5rem !important;
    opacity: 1 !important;
    padding: 12px !important;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.modal-header-custom .close:hover {
    color: #e72222 !important;
}

.modal-new-manager .title,
.modal-new-product .title,
.modal-setting-recall .title {
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0 30px;
    letter-spacing: 1px;
}

.form-product-modal label {
    font-size: 14px;
}

.form-product-modal label span {
    font-size: 12px;
    color: #F92B4F;
    margin-right: 8px;
    font-weight: 500;
}

.mess-error-register-user {
    font-size: 14px;
    color: #F92B4F;
    margin-top: 5px;
    display: inline-block;
}

.mess-suggest {
    font-size: 14px;
    font-weight: 300;
}

/* pagination */
.pagination {
    justify-content: center;
    align-items: center;
    color: #0054CE;
    padding-bottom: 40px;
}

.pagination .page-item {
    margin: 0 5px;
}

.page-link {
    border: 1px solid #0054ce;
    color: #0054ce;
}

.page-link:hover {
    background-color: #0054ce;
    color: #fff;
}

.page-link-active {
    background-color: #0054ce;
    color: #fff;
}

.page-item:first-child .page-link {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    justify-content: flex-start;
}

.page-item:last-child .page-link {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    justify-content: end;
}

.page-link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link .fa-minus-before {
    transform: rotate(90deg);
    position: absolute;
    left: 2px;
}

.page-link .fa-minus-after {
    transform: rotate(90deg);
    position: absolute;
    right: 2px;
}

.form-check-input-custom {
    width: 24px;
    height: 24px;
}

select:invalid {
    color: #B9B9B9;
}

option {
    color: #333333;
}

.option-custom {
    color: #0054CE;
}


.select-customer-filter {
    width: 100%;
    position: relative;

}

#select-customer-filter {
    background-color: #fff;
    border: 1px solid #B9B9B9;
    border-bottom: none;
    padding-left: 5px;
    font-size: 16px !important;
}

.select-customer-filter::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 3px;
    background-image: url(../images/arrow-down.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    /* transition: all .15s ease-in-out; */
    padding-right: 17px !important;
    height: 8px;
    border: none;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.select {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #B9B9B9;
    border-top: none;
    border-radius: 0;
    background-color: #fff;
    overflow-y: auto;
    text-align: left;
    z-index: 5;
}

.select .option,
.select .option-add-catelory {
    padding: 6px 24px;
    display: flex;
}

.select .option:hover {
    cursor: pointer;
    background-color: DodgerBlue!important;
    color: #ffffff;
}

.select-custom-btn {
    width: 100%;
    height: 33px;
    border-radius: 5px;
    border: none;
    background-color: #1EB465;
    line-height: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

.select-custom-btn:hover {
    background-color: #fff;
    color: #1EB465;
    border: 1px solid #1EB465;
}

.custom-option {
    display: block !important;
    margin-top: 10px;
}

.option-custom-color {
    background-color: #1EB465;
}

.category-text {
    height: 66px;
}

.text-color-blue {
    color: #0054CE;
    font-weight: 600;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    background: url('../images/icon-calendar.svg') no-repeat;
    width: 20px;
    height: 20px;
    margin-right: -5px;
}

input[type="file"] {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
}

#product-page input[type="file"],
#category_id,
#category_name,
#checkvalue {
    visibility: hidden;
    width: 0;
    position: absolute;
}

input[type="date"] {
    font-size: 16px;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[name='manufacture_year'],
select[name='manufacture_month'] {
    width: 65px;
    min-width: auto;
}

select[name='use'] {
    width: 100px;
    min-width: auto;
}

input[type='checkbox']:checked {
    background: url('../images/checkbox.svg') no-repeat center center;
    background-size: 90%;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background-color: #ffffff !important;
}

.action-btn-confirm {
    padding-top: 40px;
    background-color: #F8F8F8;
}

tr.ui-sortable-helper {
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 0 2px 0.25rem rgb(0 123 255 / 25%);
    -moz-box-shadow: 0 0 2px 0.25rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 2px 0.25rem rgb(0 123 255 / 25%);
    transform: scale(1.03);
    z-index: 100;
}

.ui-sortable-helper {
    display: table;
}

.box-shadow-none {
    box-shadow: none !important;
    border-left: none !important;
}

.table-height {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 24px;
    margin-right: -12px;
    padding-right: 6px;
}

.table-height::-webkit-scrollbar {
    background: transparent;
    width: 4px;
    margin-left: 6px;
}

.table-height::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #B9B9B9;
    margin-left: 6px;
    height: 78px;

}

.table-height::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 55px;
}

@media screen and (max-width: 78.125em) {
    .table-container {
        /* overflow-x: scroll; */
    }

    .form-product-modal label {
        padding: 5px !important;
    }

    .recal-history-text {
        padding-right: 20px !important;
    }

    .table-wrapper.list-documents {
        width: 700px;
        margin: 16px auto;
    }

    .table-wrapper.list-documents-register {
        width: 650px;
        margin: 16px auto;
    }
}

.show-image-product {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    width: unset !important;
    background-color: transparent !important;
    padding: 0 20px 0 0 !important;
}

.show-icon-delete-image-product {
    display: block;
}

.position-img {
    position: absolute;
    right: 0;
    top: 47%;
    transform: translateY(-48%);
}

.font-16 {
    font-size: 16px !important;
}

.btn:disabled,
.btn[disable] {
    opacity: 0.5 !important;
}

.btn:disabled:hover,
.btn[disable]:hover {
    background-color: #0054ce !important;
    color: #ffffff !important;
}

#editor_content {
    width: 100%;
}

.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da !important;
}

.btn:not(:disabled):not(.disabled),
button:focus,
.page-link:focus,
.close:not(:disabled):not(.disabled) {
    outline: none !important;
    box-shadow: none !important;
}

.unset-text-decoration {
    text-decoration: none !important;
}

a:hover .menu-item img {
    filter: invert(21%) sepia(95%) saturate(1927%) hue-rotate(199deg) brightness(64%) contrast(101%);
}

.table thead th,
.table td,
.table th {
    border-color: #B9B9B9 !important;
    vertical-align: middle;
}

.table-container .table thead th {
    border-bottom: none !important;
}

.table-container table tbody tr:first-child td {
    border-top: 0.7px solid #dee2e6 !important;
}

.modal-content {
    border: none !important;
}

.table-document {
    min-height: 420px;
}

.mw-65 {
    min-width: 65px !important;
}

.center-checkbox {
    display: flex;
    margin: 0 auto;
}

.text-color-custom {
    color: #B9B9B9;
    font-weight: 700;
}

.confirm-ckeditor {
    min-height: 450px;
    max-height: 450px;
    margin: 24px;
    white-space: normal;
    overflow-y: auto;
}

/* Custom ckeditor */
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    border: none !important;
    box-shadow: none !important;
}

.ck .ck-widget:hover, .ck-content .image img,
.ck .ck-widget.ck-widget_selected, .ck .ck-widget.ck-widget_selected:hover {
    outline: none !important;
}

.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover) {
    display: none;
}

#confirm-form-notification .ck.ck-toolbar.ck-toolbar_grouping {
    display: none !important;
}

.ck.ck-editor__main {
    animation: all 3s;
}

.ck-content .image {
    width: 50% !important;
    margin: 25px 0px !important;
    border: none !important;
}

.ck-content {
    min-height: 490px !important;
    max-height: 490px !important;
    white-space: normal !important;
    overflow-y: auto !important;
    padding: 0px 25px !important;
}

.ck-content a {
    display: inline !important;
    color: #0054CE !important;
    text-decoration: revert !important;
}

.ck.ck-toolbar.ck-toolbar_grouping {
    position: absolute !important;
    top: -53px !important;
    right: 2px !important;
    background: none !important;
    border: none !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border: none !important;
}
/* End custom ckeditor */

.custom-arrow::before {
    transform: rotate(-180deg) !important;
    right: 10px;
    top: 13px;
}

.table-product .code-input input {
    font-size: 14px;
}

.text-search-null {
    font-weight: 600;
    opacity: 0.7;
}

.font-weight-450 {
    font-weight: 450;
}

img[alt="img-modal"] {
    left: 200px;
    right: 0 !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 0.25em !important;
}

.hide-scrollbar ::-webkit-scrollbar {
    display: none;
}

.swal2-popup .swal2-close {
    font-size: 2.2em !important;
}

/* Custom Calendar */
.mw-150 {
    min-width: 130px !important;
    max-width: 150px !important;
}

.mw-100 {
    min-width: 100% !important;
}

.calendar-absolute {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 12px;
}

.dropdown-menu {
    top: 100% !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 19rem !important;
    height: fit-content !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 10px !important;
    border-radius: 6px !important;
    border: none !important;
    white-space: normal;
}

.bootstrap-datetimepicker-widget table {
    border: 1px solid #BBBBBB !important;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #BBBBBB !important;
}

.bootstrap-datetimepicker-widget table td.day {
    line-height: 30px !important;
    border: none !important;
    padding: 5px 10px !important;
    color: #333333;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    padding: 13px 5px;
    border-bottom: 2px solid #BBBBBB;
}

.bootstrap-datetimepicker-widget table tr:nth-child(2) th {
    border: none !important;
    padding: 10px 0;
    color: #707070 !important;
    font-weight: 500;
}

.bootstrap-datetimepicker-widget .picker-switch {
    color: #707070 !important;
    font-size: 18px;
    font-weight: 500;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child:hover {
    background-color: #0054ce !important;
    color: #FFFFFF !important;
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child,
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child {
    border-bottom: none !important;
    transition: all 0.3s;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #0054ce !important;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #0054ce !important;
}

.bootstrap-datetimepicker-widget table th {
    width: 40px !important;
    line-height: 14px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: none !important;
}
/* End custom calendary */

/* Custom select box */
.custom-select {
    position: relative;
    padding: 0;
    background: #ffffff !important;
    border-radius: 0 !important;
    height: 33px !important;
    width: 100%;
    border: 1px solid #B9B9B9 ;
}

.w-230 {
    width: 230px !important;
}

.w-213 {
    width: 213px !important;
}

.w-260 {
    width: 260px !important;
    line-height: 20px;
}

.w-500 {
    max-width: 500px !important;
    line-height: 20px;
}

.w-70 {
    width: 70px !important;
}

.w-40 {
    width: 40px !important;
}

.w-87 {
    width: 87px !important;
}

.w-70 .select-selected {
    width: 66px !important;
}

.custom-select select {
    display: none;
}

.select-selected {
    padding-left: 3px !important;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 13px;
    right: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #333333 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #333333 transparent;
    top: 7px;
}

.select-selected {
    color: #333333;
    padding: 6px 20px 1px 12px !important;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    font-weight: 500;
    text-align: left;
}

#modal_register-product .select-selected {
    font-size: 15px;
    color: #333333;
    padding: 4.6px 20px 1px 12px !important;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    font-weight: 500;
    text-align: left;
    font-family: inherit !important;
}

#modal_register-product .select-items div,
#modal_register-product input[type=text],
#modal_register-product input[type=number]{
    font-size: 15px !important;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.select-items div {
    color: #333333;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    font-weight: 500;
    padding: 3px 0 3px 10px;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    box-shadow: 0px 1px 0px 1px rgb(0 0 0 / 15%);
    text-align: left;
}

.select-items div:last-child {
    border-bottom: 1px solid #ced4da;
}

.select-items div:first-child {
    border-top: 1px solid #ced4da;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: DodgerBlue;
    color: #ffffff;
}
/* End custom select box */

/* start show toast */
.toast {
    visibility: hidden;
    min-width: 400px;
    max-width: 400px;
    background-color: white !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px;
    color: black;
    text-align: center;
    border-radius: 40px;
    padding: 25px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    font-size: 14px;
}


.toast.show {
    visibility: visible;
    animation: fadein 0.5s;
}

@keyframes fadein {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeinPopup {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 143.75em) {
    .upload-file-product {
        background-color: #ffffff;
        color: #0054CE;
        border-radius: 0.2rem;
        cursor: pointer;
        border: 1px dashed #0054CE;
        height: 33px;
        text-decoration: underline;
        width: 100%;
        padding: 5px 20px 5px;
        max-width: 143px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 143.75em) {
    .upload-file-product {
        background-color: #ffffff;
        color: #0054CE;
        border-radius: 0.2rem;
        cursor: pointer;
        border: 1px dashed #0054CE;
        height: 33px;
        text-decoration: underline;
        width: 100%;
        padding: 5px 20px 5px;
        max-width: 143px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 17px !important;
    }
}

@media (max-width: 767px) {
    .col-sm-7 {
        max-width: 49%;
    }

    .col-sm-3 {
        max-width: 25%;
    }

    .col-sm-4 {
        max-width: 25%;
    }

    .form-group.no-content {
        display: none !important;
    }

}

.zip_code, .phone_number {
    text-align: center;
}

.zip_code, .phone_number:nth-child(1) {
    padding: 0.375rem 0.4rem !important;
    min-width: 42px !important;
    max-width: 42px !important;
}

.phone_number:nth-child(1) {
    padding: 0.375rem 0.4rem !important;
    min-width: 60px !important;
    max-width: 60px !important;
}

.phone_number, .zip_code:nth-child(4) {
    padding: 0.375rem 0.4rem !important;
    min-width: 52px !important;
    max-width: 52px !important;
}

input[id='company_name'] {
    max-width: 369px;
}

input[id='address'] {
    max-width: 635px;
}

input[id='email'], input[id='contact_name'], input[id='jw_code'], input[id='account_id'], input[id='passwd'] {
    max-width: 243px;
}

.disable-click{
    pointer-events:none;
}

.boder-right-custom {
    border-right: 1px solid #B9B9B9 !important;
}
.image-drag-drop {
    max-width: unset !important;
}
.document-table {
    align-items: unset;
}