@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


:root {
    --primary: #283E52;
}

body {
    background-color: #f5f5f5;
}

.only-customer {
    display: none;
}
.is-customer-view .only-customer {
    display: block;
}
.is-customer-view .not-customer {
    display: none;
}


.silent-link {
    color: inherit;
    text-decoration: none;
}


.ckeditor-h1 {
    font-size: 32px !important;
    font-weight: 500 !important;
}
.ckeditor-h2 {
    font-size: 20px !important;
    font-weight: 500 !important;
}


.document-tabs {
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0;
}
.document-tabs a {
    color: inherit !important;
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-right: none;
    padding: 0.25rem 0.75rem;
}
.document-tabs a:last-child {
    border-right: 1px solid #cccccc;
}
.document-tabs a.active,
.document-tabs a:hover {
    background-color: #E2E2E2;
}
.document-tabs a.active {
    font-weight: bold;
}


.file-drop-area {
    width: 100%;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.file-drop-area.hover {
    background-color: rgba(0, 0, 0, 0.05);
}



.copy-table {
    border-collapse: collapse;
}
.copy-table th,
.copy-table td {
    border: 1px solid black;
    padding: 3px;
    font-size: 14px;
    background-color: #ffffff;
    white-space: nowrap !important;
}

.wizard-number {
    height: 50px;
    width: 50px;
    background-color: #cccccc;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
}
.wizard-number.active {
    background-color: #0D6EFD;
}

.selectable-section {
    border: 1px solid #a8a8a8;
    background-color: #ffffff;
    padding: 0.75rem;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 0.75;
}
.selectable-section.selected {
    opacity: 1;
    border: 1px solid rgba(13, 110, 253, 1);
    background-color: rgba(13, 110, 253, 0.1);
}
.selectable-section p:last-child {
    margin-bottom: 0;
}



.tooltip-table {
    border-collapse: collapse;
}
.tooltip-table th,
.tooltip-table td {
    text-align: left;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 3px 5px;
}


.btn {
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.link-locale {
    flex: 0 0 auto !important;
    width: 150px !important;
}

.cke_dialog
{
    z-index: 10055 !important;
}


.card.light {
    background-color: rgba(255, 255, 255, 0.5);
}


.dashboard-body {

}
.dashboard-body .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    background-color: #ffffff;
    height: 100vh;
}
.dashboard-body .sidebar .sidebar-link {
    display: block;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    border-left: 4px solid transparent;
    border-top: 1px solid #EDEDED;
}
.dashboard-body .sidebar .sidebar-link:first-child {
    border-top: none;
}
.dashboard-body .sidebar .sidebar-link.active,
.dashboard-body .sidebar .sidebar-link:hover {
    border-left: 4px solid
}
.dashboard-body .content {
    flex: 1 1 calc(100% - 250px);
    margin-left: 250px;
}

a.silent {
    text-decoration: none !important;
    color: inherit !important;
}
a.silent.hover:hover {
    opacity: 0.8;
}


.brand-page-list-icons {
    position: absolute;
    top: 50%;
    right: 2rem;
    font-size: 18px;
    color: #2b2b2b;
    transform: translateY(-50%);
}


.ck-highlight { background: #fff59d; border-radius: 2px; }


.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.timeline-line {
    position: absolute;
    width: 3px;
    height: calc(100% - 12px);
    background-color: #d3d3d3;
    top: 6px;
    left: 7px;
    border-radius: 6px;
}
.timeline-item {
    position: relative;
    display: flex;
    font-size: 14px;
}
.timeline-item__icon {
    width: 16px;
    height: 16px;
    border: 4px solid #d3d3d3;
    background-color: #4A4A4A;
    border-radius: 50%;
    margin-right: 26px;
    margin-top: 3px;
}
.timeline-item__content {
    color: #303030;
    font-weight: 500;
}
.timeline-item__timestamp {
    color: #646464;
    margin-left: auto;
}



.no-wrap {
    white-space: nowrap !important;
}

.reports-table {
    border-collapse: collapse;
    width: 100%;
}
.reports-table th,
.reports-table td {
    padding : 5px;
    border: 1px solid #dee2e6;
    text-align: left;
    font-size: 14px;
}
.reports-table th {
    background-color: #E2E2E2;
    white-space: nowrap;
}
.reports-table td {

}

.reports-table tr.expandable {
    cursor: pointer;
}
.reports-table tr.expandable.active {
    font-weight: bold;
}
.reports-table tr.expandable-child {
    display: none;
    background-color: #e5e5e5;
}
.reports-table tr.expandable-child:nth-child(odd) {
    background-color: #d3d3d3;
}
.reports-table .expand-multiple {
    cursor: pointer;
}


.is-external-view .js-internal-view {
    display: none !important;
}


.table-sortable th {
    cursor: pointer;
}

.padding-input {
    border: 1px solid #ced4da;
    position: relative;
    height: 100px;
}
.padding-input .top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    transform: translateX(-50%);
    text-align: center;
}
.padding-input .right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    transform: translateY(-50%);
    text-align: center;
}
.padding-input .bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    transform: translateX(-50%);
    text-align: center;
}
.padding-input .left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-50%);
    text-align: center;
}



.col-size-smart-banner-preview {
    display: flex;
    border: 1px solid #ced4da;
    padding: 5px;
    box-sizing: border-box;
}
.col-size-smart-banner-preview .text-col,
.col-size-smart-banner-preview .image-col {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 12px;
}
.col-size-smart-banner-preview .text-col {
    background-color: #cccccc;
}
.col-size-smart-banner-preview .image-col {
    background-color: #CFE2FF;
}



.hermes-grade-scale {
    position: relative;
    width: 100%;
    height: 16px;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 25px;

    background: linear-gradient(to right,
    green 0%, green 35%,
    orange 45%, orange 55%,
    red 65%, red 100%);
}
.hermes-grade-scale__dot-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 18px;
    transform: translate(-50%, -100%);
}
.hermes-grade-scale__dot-holder__number {
    font-size: 20px;
    font-weight: 500;
}
.hermes-grade-scale__dot-holder__dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #000000;
}



.tabs-holder .tabs {
    display: flex;
}
.tabs-holder .tabs .tab {
    border: 1px solid #000000;
    padding: 5px 15px;
    cursor: pointer;
}
.tabs-holder .tabs .tab.active {
    background-color: #E2E2E2;
}
.tab-content:not(.bs-tab-content) {
    display: none;
}
.tab-content.active:not(.bs-tab-content) {
    display: block;
}



.invert {
    display: inline-block;
    transform: rotate(180deg) scaleX(-1);
}



.sellout-price__table th,
.sellout-price__table td {
    text-align: right;
}

.sellout-price__table th:nth-child(1),
.sellout-price__table td:nth-child(1),
.sellout-price__table th:nth-child(2),
.sellout-price__table td:nth-child(2) {
    text-align: left;
}

.marketing-money-calculator__table th,
.marketing-money-calculator__table td {
    text-align: right;
}

.marketing-money-calculator__table th:nth-child(1),
.marketing-money-calculator__table td:nth-child(1),
.marketing-money-calculator__table th:nth-child(2),
.marketing-money-calculator__table td:nth-child(2) {
    text-align: left;
}



.stats-customer-level__products td,
.stats-customer-level__products th {
    text-align: right;
}
.stats-customer-level__products td:nth-child(1),
.stats-customer-level__products th:nth-child(1),
.stats-customer-level__products td:nth-child(2),
.stats-customer-level__products th:nth-child(2) {
    text-align: left;
}

.stats-customer-level__products td:nth-child(3),
.stats-customer-level__products td:nth-child(4),
.stats-customer-level__products td:nth-child(5),
.stats-customer-level__products td:nth-child(6),
.stats-customer-level__products td:nth-child(7) {
    white-space: nowrap;
}



.stats-customer-level__overview td,
.stats-customer-level__overview th {
    text-align: right;
}
.stats-customer-level__overview td:nth-child(1),
.stats-customer-level__overview th:nth-child(1) {
    text-align: left;
}


.stats-customer-level__brands td,
.stats-customer-level__brands th {
    text-align: right;
}
.stats-customer-level__brands td:nth-child(1),
.stats-customer-level__brands th:nth-child(1) {
    text-align: left;
}

.stats-customer-level__sales-persons td,
.stats-customer-level__sales-persons th {
    text-align: right;
}
.stats-customer-level__sales-persons td:nth-child(1),
.stats-customer-level__sales-persons th:nth-child(1) {
    text-align: left;
}

.stats-customer-level__customers td,
.stats-customer-level__customers th {
    text-align: right;
}
.stats-customer-level__customers td:nth-child(1),
.stats-customer-level__customers th:nth-child(1) {
    text-align: left;
}

.stats-customer-level__top-products td,
.stats-customer-level__top-products th {
    text-align: right;
    white-space: nowrap;
}
.stats-customer-level__top-products td:nth-child(1),
.stats-customer-level__top-products td:nth-child(2),
.stats-customer-level__top-products th:nth-child(1),
.stats-customer-level__top-products th:nth-child(2) {
    text-align: left;
    white-space: normal;
}

.text-default {
    color: inherit !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

table {
    position: relative;
}
.table-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}
.table-loader .spinner-border {
    position: relative;
    top: 50px;
}

.month-filter-active {
    font-weight: bold;
}


.two-way-switch {
    display: flex;
}
.two-way-switch .form-check-label {
    font-size: .875em;
}
.two-way-switch .form-switch {
    display: inline-block;
    min-height: unset !important;
    margin: 0 !important;
    margin-left: 5px !important;
}

label .required {
    color: red;
    font-weight: bold;
}


.full-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}
.full-page-loader .spinner-border {
    scale: 5;
}


.navbar-logo {
    height: 30px;
}


.checkbox-list-holder {
    height: 250px;
    overflow-y: auto;
}


.maintenance-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    text-align: center;
}
.maintenance-body .logo {
    height: 30px;
}


.input-group-labels {
    display: flex;
    width: 100%;
}
.input-group-labels .form-label {
    flex: 1 1 0px;
}

.form-label {
    margin-bottom: .25rem !important;
}

.checkbox-card {
    max-height: 200px;
    overflow-y: auto;
}


.stats-pos-neg__articles td,
.stats-pos-neg__articles th {
    text-align: right;
    white-space: nowrap;
}

.stats-pos-neg__articles td:nth-child(1), .stats-pos-neg__articles th:nth-child(1),
.stats-pos-neg__articles td:nth-child(2), .stats-pos-neg__articles th:nth-child(2) {
    text-align: left;
    white-space: normal;
}


.form-wizard {

}
.form-wizard .wizard-step {
    display: none;
}
.form-wizard .wizard-step.active {
    display: block;
}

.form-wizard .wizard-btn-back {
    display: none;
}


.image-preview img {
    max-width: 100%;
    max-height: 50px;
}


.disabled-row {
    opacity: 0.5;
}


.border-top {
    border-top: 1px solid #cccccc !important;
}
.border-right {
    border-right: 1px solid #cccccc !important;
}
.border-bottom {
    border-bottom: 1px solid #cccccc !important;
}
.border-left {
    border-left: 1px solid #cccccc !important;
}


.article-description ~ .cke_editable {
    max-height: 350px !important;
    overflow: auto;
}
.article-short-description ~ .cke_editable {
    min-height: 100px !important;
    height: 100px !important;
    overflow: auto;
}

.meta-description ~ .cke_editable {
    min-height: 100px !important;
    height: 100px !important;
    overflow: auto;
}


.box-input {
    border: 1px solid #cccccc;
    padding: 10px 15px;
    background-color: #ffffff;
}

.box-input.article-marketing-content {
    height: calc(100vh - 60px - 180px);
}

.box-input.product-description-editor {
    height: calc(100vh - 60px - 180px - 100px);
    overflow-x: auto;
}

.translator-editor {
    height: calc(100vh - 60px - 180px - 100px);
    overflow-x: auto;
}
.translator-editor textarea,
.translator-editor .cke_editable{
    height: calc(100% - 50px);
}

.box-input.ai-editor-message {
    position: relative;
    height: 200px;
    overflow-x: auto;
    margin-bottom: 8px;
    background-color: #ffedca;
}
.box-input.ai-editor-message .cke_editable {
    height: calc(100% - 35px);
}

.box-input.ai-editor-output {
    position: relative;
    height: auto;
    overflow-x: auto;
    margin-bottom: 15px;
}
.box-input.ai-editor-output textarea {
    min-height: 150px;
}


.box-input.ai-editor-output .cke_editable {
    height: calc(100% - 35px);
}

.box-input .buttons {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
}

.box-input .buttons .button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
}
.box-input .buttons .button:hover {
    background-color: #e0e0e0;
}

.box-input.ai-editor-system {
    position: relative;
    height: 250px;
    overflow-x: auto;
    margin-bottom: 15px;
    background-color: #ffedca;
}
.box-input.ai-editor-system .cke_editable {
    height: 100%;
}

.ai-editor-system .content-holder {
    display: flex;
    width: calc(100% - 50px);
    height: calc(100% - 35px);
    overflow: auto;
}
.ai-editor-system .input-holder {
    width: calc(100% - 50px);
}
.ai-editor-system .button-holder {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 20px;
}
.ai-editor-system .button-holder i {
    cursor: pointer;
    opacity: 0.6;
}
.ai-editor-system .button-holder i:hover {
    opacity: 1;
}


.box-input.prompt-editor-input {
    height: calc(100vh - 60px - 180px);
    overflow-x: auto;
}
.box-input.prompt-editor-input .cke_editable {
    height: calc(100% - 35px);
}

.box-input .label {
    font-size: 0.875em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.box-input .label .settings-link {
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    color: #0B6EFD;
    cursor: pointer;
}
.box-input .label .settings-link:hover {
    text-decoration: underline;
}

.box-input .textarea {
    display: block;
    background-color: #ffffff;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    resize: none;
    height: calc(100% - 40px);
    color: #414141;
}


.cke_textarea_inline {
    outline: none !important;
    box-shadow: none !important;
}
.cke_textarea_inline.textarea-style {
    padding: 0.375rem 0.75rem;
    color: #212529;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    background-color: #ffffff;
    min-height: 200px;
}


.alert-light {
    color: inherit !important;
}

.status-icon {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.status-icon.green {
    background-color: green;
}
.status-icon.red {
    background-color: red;
}

.characters-counter {
    display: inline-block;
    font-size: 12px;
    color: #727272;
}

.title-width-preview,
.size-preview {
    background-color: #efefef;
    padding: 10px;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    border-radius: 0.25rem;
}
.title-width-preview__area,
.size-preview__area {
    background-color: #CFE2FF;
    height: 20px;
    border-radius: 0.25rem;
}

.size-preview {
    justify-content: start;
}

.title_position_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.title_position_buttons .form-check {
    flex-grow: 1;
    width: calc(100% / 3 - 5px);
    background-color: #EFEFEF;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    cursor: pointer;
}
.title_position_buttons .form-check.checked {
    background-color: #CFE2FF;
    border: 1px solid #b6d4fe;
}
.title_position_buttons .form-check input {
    display: none;
}


.card-online {
    border-left: 4px solid green;
}
.card-offline {
    border-left: 4px solid red;
}

.btn-white {
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
}
.btn-white:hover {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8 !important;
}

.btn-light {
    background-color: #e8eaef;
}
.btn-light:hover {
    background-color: #F0F1F5;
}


.banner-card {
    position: relative;
    background-color: #e7e7e7;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}
.banner-card.fixed {
    height: 100px !important;
}
.banner-card:hover {
    opacity: 0.9;
}
.banner-card.empty:hover {
    opacity: 0.7;
}

.controls-overlay {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.banner-card img {
    width: 100%;
}

.badge-sm {
    padding: 0.25em 0.5em;
    font-weight: 400;
}


.fw-500 {
    font-weight: 500;
}
.transaction-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.transaction-col-1 {
    flex: 0 calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.transaction-part {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 250px;
}
.transaction-identifier {
    background-color: #E6E6E6;
    border: 2px solid #000000;
    border-radius: 10px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.transaction-table {
    width: calc(100% - 75px - 15px);
}
.transaction-col-2 {
    flex: 0 200px;
    width: 200px;
    display: flex;
    align-items: end;
}
.transaction-summary {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 8px 10px;
    width: 100%;
}
.transaction-row table {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-collapse: collapse;
}
.transaction-row table td {
    padding: 0;
}
.transaction-article {
    display: flex;
    align-items: center;
}
.transaction-article__image {
    height: 75px;
    width: 75px;
    background-color: #e6e6e6;
    margin-right: 20px;
}
.transaction-article__image img {
    width: 100%;
    height: 100%;
}


.btn-xs {
    font-size: 12px;
    padding: 0.3rem 0.75rem;
}
.btn-xss {
    font-size: 12px;
    padding: 0.3rem 0.3rem;
}


#product-images .image-holder.main .card-body {
    border: 3px solid #000000;
}




.wms-map-preview {
    position: relative;
    border: 1px solid #000000;
    box-sizing: border-box;
}
.wms-stock-place-preview {
    position: absolute;
    border: 1px solid #000000;
    box-sizing: border-box;
    background-color: #9a9a9a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.wms-stock-place-preview:hover {
    background-color: #858585;
}
.wms-stock-place-preview.walkthrough {
    opacity: 0.65;
}
.wms-stock-place-preview.inactive {
    opacity: 0.25;
}
.wms-stock-place-preview.selected {
    border-width: 3px;
}
.preview-compartment {
    position: relative;
}
.preview-compartment .icons {
    position: absolute;
    top: 3px;
    left: 3px;
}
.preview-compartment .height {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 12px;
}
.preview-compartment .mode {
    position: absolute;
    bottom: 0;
    left: 5px;
    font-size: 12px;
}
.preview-compartment .icons i {
    margin-right: 5px;
}
.preview-compartment.walkthrough {
    background-color: #ffe1e1;
}
.preview-compartment .section-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.preview-compartment .section-line {
    height: 100%;
    width: 2px;
    background-color: #cccccc;
}


.stock-movement {
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
}
.stock-movement-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}
.stock-movement-image {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
.stock-movement-image img {
    width: 100%;
    height: 100%;
}
.stock-movement-text {
    width: 50%;
}
.stock-movement-title {
    font-weight: bold;
    margin-bottom: 4px;
}
.stock-movement-stock-places {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.stock-movement-stock-place {
    background-color: #EAEAEA;
    font-weight: bold;
    width: 40%;
    text-align: center;
    padding: 6px;
    border-radius: 8px;
}
.stock-movement-icon {
    font-size: 22px;
}


.simple-table {
    border-collapse: collapse;
}
.simple-table td {
    border: 1px solid #000000;
    font-size: 14px;
    padding: 0 4px;
}

.stock-keep-todo {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12px;
}
.stock-keep-todo__title {

}
.stock-keep-todo__type {
    background-color: #DEDEE2;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 5px;
}



.transaction-btn-holder {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.dropdown-menu-sm {
    padding: 0.2rem 0;
}
.dropdown-menu-sm .dropdown-item {
    font-size: 14px !important;
    padding: .25rem .5rem !important;
}

.shrink {
    width: 1px;
}
.order-sku-input {
    width: 200px;
}
.order-price-input {
    width: 100px;
}
.order-quantity-input {
    width: 100px;
}


.spin-icon i {
    display: inline-block;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


.table-modern {

}
.table-modern th,
.table-modern td {
    background-color: #F7F7F7 !important;
    color: #616161 !important;
    font-size: 14px !important;
    border: 1px solid #EBEBEB !important;
    padding: .5rem 1rem;
}
.table-modern tr:hover td {
    background-color: #ffffff !important;
}


.clickable-row {
    cursor: pointer !important;
}
.row-error td {
    background-color: rgba(255, 0, 0, 0.15) !important;
}


.order-status-bar {
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid #000000;
    background-color: #000000;
    gap: 1px;
}
.order-status-bar div {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    border-right: none;
}
.order-status-bar div.red {
    background-color: red;
}
.order-status-bar div.green {
    background-color: green;
}

.order-status-bar__small div {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
}


#generate-category-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}


.wms-map {
    position: relative;
}
.wms-map__row {
    display: flex;
}
.wms-map__column {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background-color: #F5F5F5;
}
.wms-map__column:hover {
    background-color: #dadada;
    cursor: pointer;
}
.wms-stock-place {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #878787;
    cursor: pointer;
    border: 1px solid #000000;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
}
.wms-stock-place:hover {
    background-color: #606060;
}
.wms-stock-place.active {
    border: 4px solid #000000;
}
.wms-stock-place.walkthrough {
    opacity: 0.5;
}
.wms-stock-place.inactive {
    opacity: 0.25;
}
.wms-stock-place.is-group {
    border-width: 5px;
}
.stock-place-compartments {
    margin-bottom: 10px;
}
.stock-place-compartments:last-child {
    margin-bottom: 0;
}
.stock-place-compartment {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    border: 1px solid #cccccc;
    border-bottom: 0;
    cursor: pointer;
    user-select: none;
}
.stock-place-compartment:first-child {
    border-radius: 4px 4px 0 0;
}
.stock-place-compartment:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #cccccc;
}
.stock-place-compartment:hover {
    background-color: #efefef;
}
.stock-place-compartment-sortable-placeholder {
    background: #f0f0f0;
    border: 2px dashed #ccc;
    height: 50px; /* Adjust to match the height of your compartments */
    margin: 5px;
    opacity: 0.6;
}
.stock-place-compartment .icons {
    position: absolute;
    top: 3px;
    left: 3px;
}
.stock-place-compartment .height {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 12px;
}
.stock-place-compartment .mode {
    position: absolute;
    bottom: 0;
    left: 5px;
    font-size: 12px;
}
.stock-place-compartment.walkthrough {
    background-color: #ffe1e1;
}
.stock-place-compartment .icons i {
    margin-right: 5px;
}
.stock-place-compartment .section-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.stock-place-compartment .section-line {
    height: 100%;
    width: 2px;
    background-color: #cccccc;
}


.compartments-sections {
    display: flex;
    flex-direction: row;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    overflow: hidden;
    min-height: 20px;
}
.compartment-section {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
    border-right: 1px solid #ced4da;
    text-align: center;
    font-size: 12px;
}
.compartment-section:last-child {
    border-right: none;
}
.compartment-section-delete {
    color: #f31f1f;
    cursor: pointer;
}




.language-input {

}

.language-input.disabled .cke_textarea_inline {
    opacity: 0.5;
}

.status {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    border-radius: 0.25rem;
    background-color: #E8EAEF;
}
.status.white {
    background-color: #ffffff;
}

.status .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cccccc;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.status .dot.red {
    background-color: red;
}
.status .dot.green {
    background-color: green;
}
.language-input .controls {
    text-align: end;
}
.language-input .inputs .input-row {

}
.language-input .inputs .input-row:not(:first-child) {
    display: none;
}
.language-input.open .inputs .input-row {
    display: block !important;
}

.only-brand-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: red;
    transform: rotate(45deg);
}


.js-data-sort {
    cursor: pointer;
}

.form-control-warning {
    border-color: orange !important;
    background-color: #fff6de !important;
}

.form-control-copy {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
}
.input-group>.form-control-copy {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.page-preview {
    position: relative;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.page-preview .page-section {
    position: relative;
    background-color: #F3F3F3;
    margin: 0 75px 4px 75px;
    padding: 20px 0 20px 20px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.page-preview .page-section:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
}
.page-preview .page-section:hover:after {
    display: block;
}
.page-preview .page-section .page-section-label {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    background-color: #ffff95;
    padding: 0 5px;
}
.page-preview .page-section .page-section-duplicate {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 20px;
    color: #000000 !important;
}
.page-preview .page-section .page-section-duplicate:hover {
    color: #0B6EFD !important;
}

.page-preview .page-section-add {
    height: 30px;
    width: 40px;
    background: #F3F3F3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    cursor: pointer;
}
.page-preview .page-section-add:hover {
    background-color: #DBDBDB;
}

.page-preview .action-buttons {
    z-index: 100;
    position: absolute;
    left: 50%;
    bottom: 25px;

    transform: translateX(-50%);
}

.page-preview .page-section.header {
    background-color: #ffffff;
    padding: 10px 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    cursor: not-allowed;
}
.page-preview .page-section.header .logo {
    height: 30px;
    width: 50px;
    background-color: #cccccc;
}
.page-preview .page-section.header .links span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #1e1e1e;
    margin-right: 10px;
}
.page-preview .page-section.header .links span:last-child {
    margin-right: 0;
}
.page-preview .page-section.slideshow {
    width: 100%;
    height: 400px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    margin: 0 0 10px 0;
    cursor: not-allowed;
}
.page-preview .page-section.about {
    padding: 15px;
    cursor: not-allowed;
}
.page-preview .page-section.about .title {
    background-color: #363636;
    width: 35%;
    height: 10px;
    margin: 0 auto 15px auto;
}
.page-preview .page-section.about .text {
    background-color: #363636;
    width: 70%;
    height: 3px;
    margin: 0 auto 8px auto;
}
.page-preview .page-section.about .text:last-child {
    margin-bottom: 0;
}
.page-preview .page-section.footer {
    padding: 30px 75px 20px 75px;
    margin: 0;
    background-color: #ffffff;
    cursor: not-allowed;
}
.page-preview .page-section.footer span {
    display: block;
    width: 65%;
    margin: 0 auto 8px auto;
    height: 3px;
    background-color: #363636;
}
.page-preview .page-section.footer span:last-child {
    height: 2px;
    width: 50%;
}

.page-preview .page-section.add {
    padding: 20px;
}

.article-database-image-generate {
    position: relative;
    background-color: #efefef;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.article-database-image {
    position: relative;
    background-color: #efefef;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-database-image img {
    height: 75px;
}
.article-database-image__preview {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: -20px;
    transform: translateX(-100%);
    border: 2px solid #cccccc;
}
.article-database-image:hover .article-database-image__preview {
    display: block;
}
.article-database-image__preview img {
    width: 650px;
    max-width: 80vw;
    height: auto;
}

.cke_editable ul {
    margin-top: 1rem;
}


.image-uploader {
    position: relative;
    background-color: #cccccc;
    width: 60px;
    height: 100px;
    border: 1px solid #ced4da;
}
.image-uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.image-uploader .preview__big {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.image-uploader .preview.active .preview__big {
    z-index: 1000;
    display: block;
}

.image-uploader .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 30px;
}
.image-uploader:hover .overlay {
    display: flex;
}


.nav-link {
    position: relative;
}
.nav-link-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner-select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.banner-select .banner-image {
    opacity: 0.5;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
}
.banner-select .banner-image img {
    width: 100%;
}
.banner-select input {
    display: none;
}
.banner-select input:checked ~ .banner-image {
    opacity: 1;
    border: 2px solid #0B6EFD;
}


.notification-holder {
    z-index: 10000;
    position: fixed;
    top: 50px;
    width: 100%;
}

.ui-autocomplete {
    z-index:2147483647;
}


.status-table tr td:last-child {
    text-align: right;
}


.small-help-text {
    display: inline-block;
    font-size: 12px;
    color: #727272;
}



.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.image-grid .image-block {
    width: 140px;
    height: 140px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.image-grid .image-block:hover {
    opacity: 0.8;
}
.image-grid .image-block img {
    width: 100%;
    height: 100%;
}

.loading-background {
    animation-name: backgroundFade; /* Reference the defined animation */
    animation-duration: 4s; /* Duration of the animation */
    animation-iteration-count: infinite; /* Loop the animation forever */
    animation-timing-function: ease-in-out; /* Speed up and slow down the animation */
}
@keyframes backgroundFade {
    0% { background-color: #f3f3f3; }
    25% { background-color: #e8e8e8; }
    50% { background-color: #dadada; }
    75% { background-color: #e8e8e8; }
    100% { background-color: #f3f3f3; }
}

.js-color-picker {
    width: 100%;
    position: relative;
}
.js-color-picker .color-tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 100;
}
.js-color-picker .color-tooltip.tooltip-focused {
    display: flex;
}
.js-color-picker .color-tooltip .color-tooltip-color {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.3rem;
    font-size: 14px;
    cursor: pointer;
}
.js-color-picker .color-tooltip .color-tooltip-color:hover {
    background-color: #e5e5e5;
}
.js-color-picker .color-tooltip .color-tooltip-color .color-tooltip-color-box {
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    margin-right: 10px;
}


.color-saver__colors {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.color-saver__color {
    display: flex;
}
.color-saver__color .color-preview {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    margin-right: 10px;
}
.color-saver__color .color-hex {
    line-height: 20px;
}
.color-saver__color .color-remove {
    line-height: 20px;
    margin-left: auto;
    color: red;
    cursor: pointer;
}
.color-saver__color .color-remove:hover {
    text-decoration: underline;
}


.link-preview {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}
.link-preview__image {
    position: relative;
    margin-right: 25px;
}
.link-preview__image img {
    height: 150px;
    width: 150px;
}
.link-preview__image .img-holder {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-preview__image .img-holder i {
    color: #b4b4b4;
    font-size: 25px;
}
.image-btn {
    display: none;
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    border: 1px solid #000000;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.link-preview__image:hover .image-btn {
    display: flex;
}
.image-btn i {
    color: #000000;
}
.image-btn.prev {
    left: 5px;
}
.image-btn.next {
    right: 5px;
}
.link-preview__content {
    display: flex;
    height: auto;
    min-height: 150px;
    flex-direction: column;
    justify-content: center;
}
.link-preview__remove {
    color: red;
    cursor: pointer;
}
.link-preview__remove:hover {
    text-decoration: underline;
}



.label-input {
    width: 100%;
    min-height: 35px;
    background-color: #ffffff;
    padding: calc(.375rem - 3px) calc(.75rem - 3px);
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
}
.label-input__label {
    background-color: #777777;
    color: #ffffff;
    font-size: 14px;
    margin: 3px;
    border-radius: 0.25rem;
    padding: 0 5px;
    opacity: 1;
    cursor: pointer;
}
.label-input__label:hover {
    opacity: 0.75;
}
.label-input.active .label-input__label {
    background-color: #0D6EFD;
}
.label-input__label.create-new {
}


.category-status {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.category-status.active {
    background-color: green;
}
.category-status.inactive {
    background-color: red;
}


.copy-to-input-link {
    cursor: pointer;
}
.copy-to-input-link:hover {
    text-decoration: underline;
}


.image-focus-module {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.7);
}
.image-focus-module.active {
    display: block;
}
.image-focus-module__close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}
.image-focus-module__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    cursor: pointer;
    user-select: none;
}
.image-focus-module__image img {
    width: 100%;
    user-select: none;
}
.image-focus-module__dot {
    position: absolute;
    background-color: red;
    height: 17px;
    width: 17px;
    border: 3px solid #000000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.task-list {

}

.task-list .filter {
    display: flex;
}
.task-list .filter .filter-group {
    margin-right: 10px;
    margin-bottom: 10px;
}
.task-list .filter .filter-group:last-child {
    margin-right: 0;
}


.task-card {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 15px;
    color: inherit !important;
    text-decoration: none !important;
}
.task-card:hover {
    transform: translateZ(1px);
    box-shadow: 0px 1px 3px #a2a2a2;
}

.task-card .task-card__lock-icon {
    display: none;
}
.task-card.working .task-card__lock-icon {
    display: block;
}

.task-card.unread {
    background-color: #ffffff;
}
.task-card.unread .task-card-title {
    font-weight: 500;
}

.task-card-title .sub-title {
    font-size: 14px;
    color: #616161;
}

.task-card.working {
    opacity: 0.4;
}

.task-row-meta {
    display: flex;
}
.task-row-meta .badge {
    margin-right: 5px;
}

.code-table {
    border-collapse: collapse;
}
.code-table td {
    border: 1px solid #cccccc;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: var(--bs-font-monospace);
    font-size: 14px;
    color: #000000;
    padding: 2px 5px;
}

.code-inline {
    display: inline-block;
    border: 1px solid #cccccc;
    background-color: rgba(255, 255, 255, 0.2);
    color: #000000;
    font-size: 14px;
    padding: 0 5px;
    font-family: var(--bs-font-monospace);
}


.log-table td:first-child,
.log-table td:last-child {
    width: 1px;
    white-space: nowrap;
}

.underline-link {
    cursor: pointer;
}
.underline-link:hover,
.underline-link-solid {
    cursor: pointer;
    text-decoration: underline;
}

.link {
    color: #0B6EFD;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}


.color-inherit {
    color: inherit !important;
}

.progress {
    background-color: #cdcdcd !important;
}


.budget-fulfillment-row {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    background-color: #E2E2E2;
    padding: 2rem 1rem 0.5rem 1rem;
}
.budget-fulfillment-row .title {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
}
.budget-fulfillment-row .column {
    font-size: 22px;
    flex: 0 1 calc(100% / 3);
    text-align: start;
}


.custom-confirm {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}
.custom-confirm__box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    max-width: 90%;
    transform: translate(-50%, -50%);
    padding: 25px 20px;
    background-color: #ffffff;
    text-align: center;
}
.custom-confirm__text {
    font-size: 16px;
    font-weight: 500;
}
.custom-confirm__buttons {
    margin-top: 25px;
}


.settings-list li {
    padding: 3px 0;
}

.inline-input {
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding: 0 5px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: auto;
    color: inherit;
    text-align: center;
}
.inline-input:focus {
    background-color: rgba(255, 255, 255, 0.85) !important;
}
.inline-input-sm {
    width: 40px;
}
.inline-input-lg {
    width: 300px;
}
.inline-input-left {
    text-align: left !important;
}

.inline-input.is-invalid {
    border: 1px solid red !important;
}

.sm-inline-input {
    display: inline-block;
    width: 65px;
}


.typing {
    align-items: center;
    display: inline-flex;
    height: 17px;
}
.typing .dot {
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    background-color: rgba(33, 37, 41, 1);
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
}
.typing .dot:nth-child(1) {
    animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
    animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
    animation-delay: 400ms;
}
.typing .dot:last-child {
    margin-right: 0;
}

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: rgba(33, 37, 41, 1);
    }
    28% {
        transform: translateY(-7px);
        background-color: rgba(33, 37, 41, 0.7);
    }
    44% {
        transform: translateY(0px);
        background-color: rgba(33, 37, 41, 0.5);
    }
}

.po-manage-column {
    font-size: 18px;
}


.checkbox-icon label {
    cursor: pointer;
}
.checkbox-icon input {
    display: none;
}
.checkbox-icon .active {
    display: none;
}
.checkbox-icon .inactive {
    display: block;
}
.icon-checkbox:checked + .active {
    display: block;
}
.icon-checkbox:checked + .active + .inactive {
    display: none;
}


.margin-marker {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    height: 90%;
    width: 2px;
    background-color: red;
    user-select: none;
}


.purhcase-order-table thead {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #ffffff;
}

.purhcase-order-table tr.is-locked td {
    position: relative;
}
.purhcase-order-table tr.is-locked td:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.purhcase-order-table tr.is-locked td:nth-child(-n+2):before,
.purhcase-order-table tr.is-locked td:nth-last-child(-n+2):before {
    display: none;
}

.purhcase-order-table input {
    background-color: transparent !important;
}
.purhcase-order-table input:focus,
.purhcase-order-table input:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.purhcase-order-table input.solid {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.purhcase-order-table td,
.purhcase-order-table th {
    border-top: 1px solid #d1d6da;
    border-bottom: 1px solid #d1d6da;
    border-left: 1px solid #f2f3f5;
    border-right: 1px solid #f2f3f5;

    padding: 0.25rem 0.5rem;
}

.purhcase-order-table th {
    font-size: 12px;
}

.purhcase-order-table input {
    padding: 0 3px;
    line-height: 1;
    min-height: calc(1.5em + (0rem + 2px));
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.purhcase-order-table input:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.purhcase-order-table .sku-column {
    width: 160px !important;
}
.purhcase-order-table .stats-column {
    width: 80px !important;
    text-align: right;
}

.purhcase-order-table .quantity-column {
    width: 200px;
}
.purhcase-order-table .quantity-column input {
    width: 85px;
    text-align: right;
}

.purhcase-order-table .box-column {
    width: 120px;
}

.purhcase-order-table .unit-cost-column {
    width: 85px !important;
    text-align: right;
}
.purhcase-order-table .unit-cost-column input {
    text-align: right;
}

.purhcase-order-table .box-column input {
    width: 30px;
    text-align: center;
}

.purhcase-order-table .orange {
    background-color: rgb(255, 229, 170);
}
.purhcase-order-table .orange-light {
    background-color: rgba(255, 229, 170, 0.6);
}
.purhcase-order-table .blue {
    background-color: #E3EFFF;
}
.purhcase-order-table .green {
    background-color: rgb(208, 224, 161);
}
.purhcase-order-table .green-light {
    background-color: rgba(208, 224, 161, 0.6);
}


.tooltip-inner {
    max-width: 100vw;
}


.bestseller-position {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #000000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.vendora-rating {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.vendora-rating.green {
    background-color: green;
}
.vendora-rating.orange {
    background-color: orange;
}
.vendora-rating.red {
    background-color: red;
}


.multi-dropdown-overlay {
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}
.multi-dropdown {
    z-index: 20000;
    position: relative;
}
.multi-dropdown .main {
    background-color: #ffffff;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    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-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}
.multi-dropdown .dropdown-content {
    display: none;
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding-top: 0.275rem;
    padding-bottom: 0.275rem;
}
.multi-dropdown .dropdown-content .option {
    display: block;
    padding: 0.1rem 0.75rem;
    cursor: pointer;
}
.multi-dropdown .dropdown-content .option:hover {
    opacity: 0.7;
}
.multi-dropdown .dropdown-content .option.active {
    background-color: #93de93;
}


.loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.loading-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    max-width: 90%;
    width: 500px;
}


.row-solid td,
.row-solid th {
    background-color: #E2E2E2;
}


.ui-card {
    background-color: #FFFFFF;
    padding: 0.7rem 1rem 1rem 1rem;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    box-shadow: 0px 2px 10px #e4e4e4;
}
.ui-card.investigate {
    background-color: #FCBA02;
}
.ui-card.even {
    padding: 1rem;
}
.ui-card__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.8rem;
}


.radio-table {

}
.radio-table td {
    position: relative;
}
.radio-table label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.radio-table input[type="radio"] {
    display: none;
}
.radio-table input[type="radio"]:checked + label {
    background-color: #2faf2f;
}


.form-control-focus {
    background-color: rgba(0, 0, 255, 0.05);
}


.display-name-popup {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}
.display-name-popup-inner {
    position: absolute;
    top: 10%;
    left: 50%;
    background-color: #FFFFFF;
    transform: translateX(-50%);
    padding: 35px;
    width: 650px;
    max-width: 90%;
}

.shipment-block {
    position: relative;
    display: block;
    text-decoration: none !important;
    color: #000000 !important;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 6px;
}
.shipment-block.investigate {
    background-color: #FCBA02;
}
.shipment-block__title {
    font-weight: bold;
}
.shipment-block__data span {
    margin-left: 8px;
    margin-right: 8px;
}
.shipment-block__type {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}
.shipment-block__identifier {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: bold;
}



.wms-side-preview {
    display: flex;
}
.wms-side-preview__stock-place {
    margin-right: 10px;
}
.wms-side-preview__header {
    background-color: #CCCCCC;
    border: 1px solid #000000;
    border-bottom: 0;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}
.wms-side-preview__footer {
    text-align: center;
    margin-top: 10px;
}
.wms-side-preview__compartments {
    width: 400px;
    height: 750px;
    border: 1px solid #000000;
}
.wms-side-preview__compartment {
    position: relative;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}
.wms-side-preview__compartment:last-child {
    border-bottom: 0;
}
.wms-side-preview__compartment__label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #CCCCCC;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 14px;
}
.wms-side-preview__compartment__id {
    position: absolute;
    right: 2px;
    bottom: 0;
    font-size: 12px;
}
.wms-side-preview__compartment__images {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
.wms-side-preview__compartment__images .image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wms-side-preview__compartment__images .image.border-success img {
    border: 2px solid green;
}
.wms-side-preview__compartment__images .image.border-warning img {
    border: 2px solid orange;
}
.wms-side-preview__compartment__images .image img {
    height: 70px;
    width: 70px;
    margin-bottom: 5px;
}
.wms-side-preview__compartment__images .image-label {
    font-size: 14px;
}

.color-description {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.color-description .color {
    height: 10px;
    width: 40px;
    margin-right: 10px;
    background-color: #cccccc;
}
.color-description .text {
    font-size: 14px;
}


.stock-transaction-tab {
    display: flex;
    flex-direction: column;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}
.stock-transaction-tab__header {
    background-color: #ffffff;
    padding: 0.5rem;
    cursor: pointer;
}
.stock-transaction-tab__content {
    display: none;
    padding: 0.5rem;
}
.stock-transaction-tab.active .stock-transaction-tab__content {
    display: block;
}
