body {
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
}

.mr-1 {
    margin-right: 0.25rem;
}

.topbar{
    top: 0;
}

::-webkit-scrollbar {
    width: .25rem;
    height: .0625rem;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .0625);
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-info);
}

@media (min-width: 768px) {
    #main-wrapper:not([data-theme]) .topbar .top-navbar .navbar-header {
        width: 250px;
    }
    #main-wrapper:not([data-theme]) .topbar .top-navbar .navbar-header .logo-icon {
        display: none;
    }
    #main-wrapper[data-layout=vertical]:not([data-sidebartype=mini-sidebar]) .topbar .top-navbar .navbar-header .logo-icon {
        display: none;
    }
    #main-wrapper .topbar .top-navbar .navbar-header.expand-logo .logo-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    #main-wrapper .topbar .top-navbar .navbar-header .logo-icon {
        display: none;
    }
}

.dashboard-item {
    width: 25%;
}

.loading-screen {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: .8;
}

.loading-screen img {
    width: 4rem;
    animation-name: img-beat;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes img-beat {

    0%,
    90% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.25);
    }
}

.icon-online,
.icon-offline,
.icon-unlinked-product {
    display: inline-block;
    position: relative;
    width: 27px;
    height: 29px;
}

.icon-no-image {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 2rem;
}

.icon-offline {
    filter: grayscale(1);
}

.icon-online::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10;
    width: 100%;
    height: 100%;
    background: url(../img/logo-icon.svg) center center no-repeat;
    background-size: cover;
}

.icon-offline::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/logo-icon-black.svg) center center no-repeat;
    background-size: cover;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 16px 12px;
}

.page-list-filter {
    border: 1px dashed #919398;
    padding: 15px;
    margin: 25px 0;
}

.icon-no-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/no-image.png) center center no-repeat;
    background-size: cover;
}

.icon-unlinked-product::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/rectangle_436.svg) center center no-repeat;
    background-size: cover;
}

.bg-danger-custom {
    background-color: #DC3545;
}

.dropzone .dz-progress {
    display: none !important;
}

.step-circle .step-line {
    height: 4px;
    width: 210px;
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-35 {
    width: 35%
}

.w-45 {
    width: 45%
}

.status-received {
    border: 2px dashed var(--bs-info);
}

.topbar-auth {
    position: fixed;
    z-index: 50;
    background: #fff;
    transition: .2s ease-in;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.radialProgressBar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    float: left;
}

.radialProgressBar .overlay {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
    background: #fff;
    text-align: center;
    padding-top: 30%;
}

.news-title {
    border-bottom: 2px solid #dde1e4;
}

.btn:active {
    box-shadow: none;
}

[data-bs-toggle="dropdown"] > .fa-ellipsis-v {
    padding: 5px 10px;
    cursor: pointer;
}

.content-disable {
    pointer-events: none;
    opacity: 0.4;
}

.font-10-rem {
    font-size: 7rem;
}

.font-2-rem {
    font-size: 2rem;
}

.list-group-payment {
    max-height: 327px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.top-30 {
    top: 30%;
}

.font-small {
    font-size: 0.625rem;
}

.bottom-120 {
    bottom: -30px !important;
}

.bottom-27 {
    bottom: 27px !important;
}

.logo-preview {
    max-height: 100px !important;
    max-width: 300px !important;
}

.seal-preview {
    max-height: 80px !important;
    max-width: 80px !important;
}

.right-25 {
    right: 25% !important;
}

.z-index-1 {
    z-index: 1;
}

.float-payment-info {
    right: 0;
    width: 21%;
    margin-right: 15px;
}

.is-invalid + .input-group-text {
    border-color: #ff5050;
    color: #ff5050;
}

.text-on-icon {
    position: relative;
    display: flex;
    width: 100%;
}

.text-on-icon a {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: .4rem .5rem .4rem .5rem;
    border: none;
    background: none;
    font-size: 1rem;
}

.account-search img {
    top: 7px;
    left: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

.table-report th {
    text-align: center !important;
    padding: 0.5rem !important;
}

@-webkit-keyframes moving-gradient {
    0% {
        background-position: -250px 0;
    }
    100% {
        background-position: 250px 0;
    }
}

.table-css-loading tr td {
    background: linear-gradient(to right, #ffffff 20%, #f3f3f3 50%, #ffffff 80%);
    background-size: 500px 100px;
    animation-name: moving-gradient;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    height: 50px;
}

.loading-buyers li {
    background: linear-gradient(to right, #ffffff 20%, #f3f3f3 50%, #ffffff 80%);
    background-size: 500px 100px;
    animation-name: moving-gradient;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    height: 65px;
}

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

.loading-btn-template .spinner-border {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: -0.125em;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.loading-element-custom {
    background: linear-gradient(to left bottom, #bdc3c7 0%, #ecf0f1 60%);
    height: 20px;
    border-radius: 16px;
}
.min-width-140 {
    min-width: 140px!important;
}
.mg-r-25 {
    margin-right: 25px!important;
}
.mg-b-10 {
    margin-bottom: 10px!important;
}
.has-error {
    border-color: red;
}

.has-error {
    border-color: red;
}

.form-validation .error {
    border-color: #ff5050 !important;
    color: #ff5050 !important;
}

.invite-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 16px;
    gap: 16px;
    width: 508px;
    height: 182px;
    background: #F7F8FA;
}

.invoice-disabled-button {
    pointer-events: none;
    opacity: .65;
    background-color: #8898aa !important;
    color: #fff !important;
}

.logo-buyer {
    top: 7px;
    left: 10px;
}

/**
 simple-wrapper
 */
.simple-wrapper .page-wrapper {
    margin-left: 0 !important;
}
@media (min-width: 1600px) {
    .simple-wrapper .page-wrapper {
        padding: 5rem 10rem;
    }
}
.simple-wrapper .page-breadcrumb {
    border-bottom: 0 !important;
    padding: 30px 30px 0;
    font-size: 16px;
}
.simple-wrapper .page-content {
    padding-top: 15px;
}
.simple-wrapper .page-content .breadcrumb {
    margin: 20px 0 0;
}

.text-align-center {
    text-align: center;
}

/**
error page
 */
.error-page .page-wrapper {
    padding: 5em 10em;
    text-align: center;
    margin-left: 0 !important;
    padding-top: 10em !important;
}

.error-page .icon-warning {
    font-size: 3.7em;
}

.error-page .navbar-nav.me-auto {
    opacity: 0;
}

.error-page .navbar-header {
    border-right: 0 !important;
}

.error-page .error-code {
    font-size: 5.4em;
}

/**
end error page
 */

span[class*=error-] label {
    font-size: 14px;
    font-weight: 500;
}

input.error {
    border-color: #ff5050;
}
textarea.error {
    border-color: #ff5050;
}

input.error + .input-group-text {
    border-color: #ff5050;
    color: #ff5050;
}

.dropzone .dz-preview .dz-image {
    z-index: 5;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-error {
    color: #ff5050;
}
.long-tag-css {
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**
style custom select box
*/
.custom-select .title {
    width: 250px;
    height: 50px;
}

.custom-select .title:hover {
    cursor: pointer;
}

.custom-select .item-option {
    align-items: center !important;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    padding: 5px;
    border-top: none;
    border-bottom: none;
    display: none !important;
}

.custom-select .item-option:hover {
    background-color: #41b3e6;
    color: #FFFFFF;
    cursor: pointer;
}

.custom-select .item-option:last-child {
    border-bottom: 1px solid #e9ecef;
}

.custom-select .active-select {
    display: flex !important;
}

.custom-select .option-icon {
    min-width: 27px;
}

.custom-select .option-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spinner-custom {
    width: 30px;
    height: 30px;
}

.form-select-tag {
    width: 250px;
}

.spinner-border-24 {
    width: 24px !important;
    height: 24px !important;
}

#billing-information-dropdown-menu li:hover a {
    background-color: #e9ecef;
    color: #cd5642;
}

.btn-remove-tag .icon-delete-tag {
    display: block;
}

.btn-remove-tag.is-loading .icon-delete-tag {
    display: none;
}

.btn-remove-tag .icon-loading-delete-tag {
    width: 13px;
    height: 13px;
    display: none;
}

.btn-remove-tag.is-loading .icon-loading-delete-tag {
    display: block;
}

.image-seal-from-screen-preview-pdf {
    bottom: 27px;
    right: 25%;
    width: 80px;
    height: 80px;
}

.preview-logo {
    max-height: 40px;
    max-width: 100%;
}

.pdf-layout {
    --with-pdf: 1000px;
    width: var(--with-pdf);
    max-height: calc(var(--with-pdf) * 1.41);
}

.pdf-layout .card-body {
    padding: 40px !important;
}

/*
* common
*/
.text-right {
    text-align: right;
}

.table-scroll {
    overflow: auto;
    min-width: 908px;
}

span.mention {
    color: #3a75a5;
    background: rgba(86,169,222,0.2);
}


.icon-in-area > button.send-request {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: .4rem .5rem .4rem .5rem;
    border: none;
    background: none;
    font-size: 1rem;
}

.icon-in-area {
    position: relative;
    display: flex;
    width: 100%;
}

.custom-dropzone-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: inline-block;
    min-height: 40px;
    min-width: 40px;
}

.custom-dropzone-icon .dz-image-preview {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: unset;
    min-height: unset;
    pointer-events: none;
}
.custom-dropzone-icon .dz-image-preview .dz-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.custom-dropzone-icon .dz-image-preview .dz-image img {
    width: 100%;
    height: 100%;
}
.custom-dropzone-icon .dz-image-preview .dz-details {
    display: none;
}

.custom-dropzone-icon .dz-default.dz-message {
    display: none;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    background-color: rgba(86, 169, 222, 0.25);
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected>.sidebar-link, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    color: #56A9DE;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    position: relative;
}

.table-report td {
    height: 35px;
    padding: 0.5rem !important;
}

.sticky-menu {
    position: fixed;
    top: 140px;
    width: 20%;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.import-active {
    border-bottom: 1px solid #56A9DE;
}

.import-active .nav-link {
    color: #8C949F !important;
}

.import-active .active {
    color: black !important;
    font-weight: bold !important;
    border-bottom: 2px solid #56A9DE !important;
    background-color: white !important;
}

.ck-content-quote {
    border-left: 3px solid #e9ecef;
    padding-left: 10px;
}

.add-tag-element {
    cursor: pointer;
}

a[aria-expanded=false] .icon-arrow-down {
    display: none;
}
a[aria-expanded=true] .icon-arrow-right {
    display: none;
}
table tr.collapsing {
    transition: unset !important;
}

.nav-pills .nav-link.active {
    color: black !important;
    font-weight: bold !important;
    border-bottom: 2px solid #56a9de !important;
    background-color: white !important;
}

.nav.nav-pills {
    border-bottom: 1px solid #56A9DE;
}

.nav.account-tabs {
    border-bottom: unset;
    background: #fff;
}

.account-tabs button {
    padding: 15px 20px;
    color: black;
}

.btn-send-message {
    width: 150px;
    float: right;
}

.btn-send-message i {
    margin-right: 5px;
}

.form-validation .error {
    font-size: 12px;
    font-weight: 400;
}

.fixed-width-100 {
    width: 100px;
}

.table-layout-fixed {
    table-layout: fixed;
}

.table-layout-fixed td, .table-layout-fixed th {
    white-space: normal;
    vertical-align: middle;
}

.seller-product-linked {
    background: #e9ecef;
    border-bottom: 2px solid #fff;
}

.seller-product-linked:hover {
    --bs-table-accent-bg: #e9ecef !important;
}

.seller-product-linked-radio {
    background-color: #fff;
}

.table-invoice-delivery td {
    height: 53px !important;
    padding: 5px !important;
}

/* sort table */
.sort-table th[data-column] {
    cursor: pointer;
}
.sort-table th[data-column] > span {
    position: relative;
}
.sort-table th[data-column] > span:before {
    content: "\f0de";
    font-family: 'Font Awesome 5 Free';
    color: #bbb;
    margin-left: 5px;
    position: absolute;
    left: 100%;
    top: calc(50% - 9px);
}
.sort-table th[data-column] > span:after {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
    color: #bbb;
    margin-left: 5px;
    position: absolute;
    left: 100%;
    bottom: calc(50% - 9px);
}
.sort-table th[data-column] > p:before {
    content: "\f0de";
    font-family: 'Font Awesome 5 Free';
    color: #bbb;
    margin-left: 33px;
    position: absolute;
    left: 100%;
    top: calc(50% - 9px);
}
.sort-table th[data-column] > p:after {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
    color: #bbb;
    margin-left: 33px;
    position: absolute;
    left: 100%;
    bottom: calc(50% - 9px);
}

.sort-table th[data-column].asc > span:before {
    color: #000;
}
.sort-table th[data-column].desc > span:after {
    color: #000;
}

.sort-table th[data-column].asc > p:before {
    color: #000;
}
.sort-table th[data-column].desc > p:after {
    color: #000;
}

.waiting-download-multiple {
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
}

/* end sort table */

.item-scroll {
    overflow-y: auto;
    max-height: 200px;
}

/* start maintenance */
.maintenance-title{
    font-size: 40px;
}

.maintenance-image{
    width: 103px;
    height: 111px;
}
/* end maintenance */
.popover-body div {
    margin: -1rem -1rem 0.5rem -1rem !important;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.set-data-id {
    cursor: pointer;
}
.text-danger label {
    font-weight: unset;
}
.price-range-class {
    color: #2cabe3;
}

.loading-overlay {
    position: fixed;
    background: rgba(219, 219, 219, 0.32);
    z-index: 2000;
    width: 100%;
    height: 100%;
}
.loading-overlay .logo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar-icon {
    margin-left: .5rem!important;
    margin-right: 1rem!important;
}

.hide-menu {
    font-weight: bold;
}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-left: none !important;
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .sidebar-item.selected>.sidebar-link.has-arrow::after, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .sidebar-item.selected>.sidebar-link.has-arrow::after {
    border-color: #56A9DE !important;
}

.sidebar-nav .has-arrow::after {
    top: 32px !important;
}

.sidebar-nav ul .sidebar-link i{
    margin-right: 10px;
}

.page-list-filter #searchConditionOffcanvas .select2-selection__rendered,
.page-list-filter #searchCondition .select2-selection__rendered {
    height: 35px !important;
    overflow-y: auto !important;
}

.page-list-filter #searchConditionOffcanvas .select2-selection--multiple,
.page-list-filter #searchCondition .select2-selection--multiple {
    height: 35px !important;
}

.page-list-filter #searchConditionOffcanvas .select2-selection__choice,
.page-list-filter #searchCondition .select2-selection__choice {
    margin-top: 2px !important;
    margin-bottom: 4px !important;
}

.page-list-filter .filter-keyword .select2-selection--multiple {
    line-height: normal;
}

.page-list-filter .filter-keyword .select2-selection__rendered {
    line-height: 27px;
}

.page-list-filter .filter-keyword .select2-results__message {
    display: none;
}
.page-list-filter #searchCondition .select-account .select2-selection__rendered {
    overflow-y: hidden !important;
}

ul.custom-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

ul.custom-tabs li {
    list-style-type: none;
    background-color: white;
    text-align: center;
}

ul.custom-tabs li.ui-tabs-active {
    color: #FFFFFF !important;
    background-color: #56a9de !important;
    border-color: #56a9de !important;
}

ul.custom-tabs li a {
    color: #3e5569;
    display: block;
    width: 120px;
    line-height: 40px;
}
ul.custom-tabs li a:hover {
    cursor: pointer;
}

ul.custom-tabs li.ui-tabs-active a {
    color: white;
}

.width-table-memo thead tr th:nth-child(1){
    width: 6%;
}
.width-table-memo thead tr th:nth-child(2){
    width: 30%;
}
.width-table-memo thead tr th:nth-child(3){
    width: 25%;
}
.width-table-memo thead tr th:nth-child(4){
    width: 15%;
}
.width-table-memo thead tr th:nth-child(5){
    width: 34%;
}

table .table__memo-column {
    width: inherit;
    overflow-y: scroll;
    max-height: 60px;
    max-width: 500px;
}

.wd-btn-40 {
    width: 40px !important;
}

table tbody tr.warning-not-enough-stock,
table tbody tr.warning-not-enough-stock:hover
{
    background-color: #FF00002E !important;
    --bs-table-hover-bg: #FF00002E !important;
}

.break-text,
.select2 .select2-selection__choice {
    white-space: break-spaces !important;
    word-break: break-all !important;
}

#sidebarnav .disabled {
    opacity: 0.5;
    pointer-events: none !important;
}

.mt-05 {
    margin-top: 0.5rem;
}

.a-disabled-button {
    pointer-events: none;
    opacity: .65;
    color: #8898aa !important;
}

.text-break {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
}

.cache {
    display: block;
}

.company-text-break{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.image-tooltip	{
    width: 400px;
    position: absolute;
    left: -9999px;
    top: 50px;
    z-index: 2000;
}

div.image-tooltip img{
    color: #FFF;
    background: white;
    max-width: 400px;
    max-height: 400px;
}


.two-factor-form {
    margin: auto;
    width: 100%;
}

.two-factor-form > label {
    width: 16.5%;
}

.two-factor-input {
    height: 80px;
    border: 1px solid #ABB5BE;
    border-radius: 14px;
    text-align: center;
    font-size: 30px;
    -moz-appearance: textfield;
}

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

#login-form #email-error {
    font-size: 12px;
}
#login-form #password-error {
    font-size: 12px;
}

#invite-new-member-form #new_password-error,
#invite-new-member-form #new_password_confirmation-error,
#invite-new-member-form #email-error {
    font-size: 12px;
}

.custom-error-item-name {
    margin-top: 1.1rem;
}


.float{
    position:fixed;
    bottom: 25px;
    right: 40px;
    color:#FFF;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1050;
}

.show-feedback {
    padding: unset;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.my-float{
    margin-top:22px;
}

.offcanvas {
    z-index: 1041 !important;
}

.modal-backdrop-index {
    z-index: 1051 !important;
}
