.ajax-overlay, .loading-overlay-stats {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75); /* Black background with opacity */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
    color: #f3f6ff;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.ajax-overlay .action_message{
    display: block;
    max-width: 280px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.015em;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
}
.ajax-overlay__pulse{
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid rgba(77, 163, 255, 0.35);
    animation: ajax-overlay-pulse 1.6s ease-out infinite;
    box-shadow: 0 0 25px rgba(77, 163, 255, 0.25);
}
.ajax-overlay__pulse--delayed{
    animation-delay: 0.8s;
}

@keyframes ajax-overlay-pulse{
    0%{
        transform: scale(0.55);
        opacity: 0.9;
    }
    60%{
        transform: scale(1.2);
        opacity: 0.25;
    }
    100%{
        transform: scale(1.45);
        opacity: 0;
    }
}
.edit-flags{
    cursor: pointer;
    color: #3445E5;
    font-size: 12px;
    float: right;
}

.flash-element {
    -webkit-animation-name: flash-animation;
    -webkit-animation-duration: 0.5s;

    animation-name: flash-animation;
    animation-duration: 0.5s;
}

@-webkit-keyframes flash-animation {  
    from { background: #8be1dd; }
    to   { background: default; }
}

@keyframes flash-animation {  
    from { background: #8be1dd; }
    to   { background: default; }
}

.tracking-info{
    background: #e0f2fd;
    padding: 10px;
    margin: 10px -5px -5px;
    font-size: 11px;
    border-radius: 10px;
}

.tracking-info .inbound-shipments-info{
    margin: 10px 0 0 0;
}

.inline-block-header{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 50px;
}
.vendor-name-header.inline-block-header{
    max-width: 700px;
}

@media (max-width: 900px) {
    .vendor-name-header.inline-block-header{
        max-width: 400px;
    }
    .font-size-po-page.inline-block-header{
        font-size: 28px !important;
        height: 50px;
    }
}

.see-full-inventory {
    cursor: pointer;
}

.see-full-inventory:hover {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.color-storage {
    color: #5C9BD1;
}

.color-fulfillable {
    color: #00aa00;
}

.color-reserved {
    color: #660066;
}

.table-dark .color-reserved {
    color: pink;
}
.small-widgets{
    font-size:11px;
}
.small-widgets td, .small-widgets th{
    padding: 0.25rem !important;
}
.medium-widgets{
    font-size:14px;
}
.medium-widgets td, .medium-widgets th{
    padding: 0.33rem !important;
}

.medium-widgets .table thead th, .medium-widgets .table thead td{
    font-size: 1.07rem;
}
 

.color-health-healthy {
    color: #00aa00;
}
.color-health- {
    color: #666;
}
.color-health-excess, .color-health-low-stock {
    color: #ffcc00;
}
.color-health-out-of-stock {
    color: #ff0000;
}

.highlight-value-widget{
    overflow: hidden;
    clear: both;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.highlight-value{
    font-size: xxx-large;
    text-align: center;
    font-weight: 600;
    color: #3F4254;
}
.highlight-value.not-so-much{
    font-size: xx-large;
}

.highlight-value .highlight-desciption{
    font-size: small;
    display: block;
    margin: -8px 0 12px 0;
}

.clickable-text{
    cursor: pointer;
    font-size: 12px;
}
.clickable-text:hover{
    text-decoration: underline;
}

strong.distribution span{
    white-space: nowrap;
}

.modal-loading{
    text-align: center;
    padding: 20px;
}
.modal-loading i.fas{
    font-size: 30px;
}

.switch.switch-outline.switch-success input[disabled]:checked ~ span:before {
    border: 2px solid #d1d1d1;
}
.switch.switch-outline.switch-success input[disabled]:checked ~ span:after {
    background-color: #d1d1d1;
}
.modal-xxl{
    max-width: 95%;
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2; }
    @media (max-width: 1200px) {
      .display-4 {
        font-size: calc(1.175rem + 1.5vw) ; } 
}

.display-5-5 {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.2; }
    @media (max-width: 1200px) {
      .display-4 {
        font-size: calc(1.165rem + 1.5vw) ; } 
}

.product-page-widget{
    min-height: 150px;
}

.deleted-sku{
    display:none;
}

.right-search-result{
    float: right;
    margin-top: 24px;
}

#mergeAsin .ajax-image {
    height: 65px;
    width: 65px;
    float: left;
    text-align: center;
    line-height: 40px;
    background: #FFF;
    margin: 0 10px 0 0;
    display: block;
    font-size: 20px;
    color: #999;
}
#mergeAsin .ajax-image img{
    max-height: 65px;
    max-width: 65px;
}
#mergeAsin .ajax-asin {
    font-size: 20px;
    display: block;
}
#mergeAsin .ajax-name {
    font-size: 12px;
    display: block;
}

.hidden-ad-sku{
    display: none;
}
.ad-related-toggle{
    font-size: 12px;
    margin-right: 20px;
}
.ads-prod-info-column{
    max-width: 180px !important;
}

.fixed-width-label{
    display: inline-block;
    width: 90px;
}

.product-ads-container>.single-ad-block:not(:last-child){
    margin-bottom: 2px;
    padding-bottom: 3px;
}

.row-ad-info-inv-table:not(:last-child){
    border-bottom:1px solid #dbdbdb;
}
.table-campaign-name, .table-adgroup-name {
    display: block;
}
.single-ad-block.ad-hidden, .table-campaign-name.ad-hidden, .table-campaign-budget.ad-hidden, .table-adgroup-name.ad-hidden, .table-adgroup-header.ad-hidden, span.hidden-item-sku-list, div.hidden-item-sku-list {
    display: none;
}
.color-multi-channel{
    color: #49b1ac;
}

.shelf-text-inhouse {
    display: block;
}
.shelf-text-inhouse, .channel_status {
    font-size: 12px;
    font-weight: 100;
}
.shelf-text-inhouse.text-warehouse {
    font-weight: 500;
    font-size: 18px;
}

.editable-content, span.an-expiration-date, #edit-order-table .editable-units-per-case, #edit-order-table .editable-cost{
    color: #5C9BD1;
    text-decoration: underline dotted;
    cursor: pointer;
}
span.add-exp-date{
    cursor: pointer;
}
.text-right.inventory-expiration ul.text-center{
    text-align:right !important;
}
.editable-format {
    color: #5C9BD1;
    text-decoration: underline dotted;
}

.editable-format.empty-content {
    color: #a3b7c9;
    font-style: italic;
}

.editable-format:hover {
    cursor: pointer;
    color: #4b81af;
}

.editable-format.empty-content:hover {
    color: #6d8ba5;
}

.refresh-covid, .refresh-roi{
    color: #333;
    cursor: pointer;
}

.refresh-roi{
    position: absolute;
    bottom: 6px;
    right: 9px;
}

.company-logo-edit-products{
    width: 20px;
}

.exapnd-horizontal-inventory{
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    right: 0;
    top: 45%;
}
.hidden-detailed-exp{
    display: none;
}

/* Mention functionality styles */
.mention {
    background-color: #e3f2fd;
    color: #1976d2;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 500;
    text-decoration: none;
}

.mention:hover {
    background-color: #bbdefb;
    color: #0d47a1;
}

/* Tribute.js dropdown customization */
.tribute-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1050;
}

.tribute-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tribute-container li {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.tribute-container li:last-child {
    border-bottom: none;
}

.tribute-container li.highlight,
.tribute-container li:hover {
    background-color: #f8f9fa;
}

.tribute-container .mention-name {
    font-weight: 600;
    color: #333;
}

.tribute-container .mention-email {
    font-size: 0.85em;
    color: #666;
    margin-left: 8px;
}

/* CC users display */
.cc-users-list {
    margin-top: 8px;
    padding: 8px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #17a2b8;
}

.cc-user-badge {
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 4px 8px;
    background-color: #e9ecef;
    border-radius: 12px;
    font-size: 0.875rem;
}

.cc-user-remove {
    margin-left: 4px;
    color: #dc3545;
    cursor: pointer;
    font-weight: bold;
}

.cc-user-remove:hover {
    color: #a71e2a;
}

#kt_header{
    position: relative;
    z-index: 1100;
}
.swal2-container{
    z-index: 1200;
}

.validation-popup-alert #swal2-content {
    max-height: 700px !important;
    overflow-y: scroll !important;
}
.timeline-content{
    user-select: text !important;
}