html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.navbar-light {
    background-color: #ffec0f !important;
}


._19pboe63
{
    height:35px;
}

tr.row-selected td {
    background-color: #f0f0f0;
}

.mainpage
{
    margin-top: 120px;
}

.status-message
{
    color:red;
}


.chip {
    padding: 0.2rem 1rem 0.2rem 1rem;
    border: solid 1px darkred;
    border-radius: 6px;
    margin-right: 1rem;
    float: left;
    background-color: red;
    color: #fff;
    font-weight:bold;
}
    .chip a {
        color: #fff;
    }

.brandchip {
    padding: 0.2rem 1rem 0.2rem 1rem;
    border: solid 1px blue;
    border-radius: 6px;
    margin-right: 1rem;
    background-color: #94c4ff;
    color: blue;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
}



.Category {
    background-color: green;
    border: solid 1px darkgreen;
}

.Product {
    background-color: blue;
    border: solid 1px darkblue;
}

.pinfo {
    font-size: 90%;
}
.additional-images {
}
.additional-image
{
    float:left;
    margin:0.2rem;
}
.additional-image img {
}

.clear-cut-image {
    border: solid 2px #ffec0f;
    border-radius: 4px;
}


    @media (min-width: 1900px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1920px;
        }
    }



.preview-image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    --checker-size: 10px;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: calc(var(--checker-size) * 2) calc(var(--checker-size) * 2);
    background-position: 0 0, 0 var(--checker-size), var(--checker-size) calc(-1 * var(--checker-size)), calc(-1 * var(--checker-size)) 0;
    background-color: #fff;

}


.image-selection-row {
    transition: background-color 0.15s ease;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
}

.image-state-none {
    opacity: 0.55;
}

.image-state-original {
    background: rgba(255, 193, 7, 0.08);
}

.image-state-clearcut {
    background: rgba(25, 135, 84, 0.08);
}

.preview-image {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 4px;
}

.image-format-selector label, .image-state-selector label {
    line-height: 120%;
    margin: 1rem 2rem 1rem 0.3rem;
}

.brand-image 
{
    height:50px;
    max-width:200px;
}

.typed-img-2 {
    display:none !important;
    background-color: whitesmoke;
}


.del-img-btn {
    margin-left: -22px;
    margin-top: -40px;
}

.swap-icon {
    width: 20px;
}

.modal-title img
{
    width: 90px;
}


.replace-preview {
    object-fit: cover;
    border-radius: 4px;
    --checker-size: 10px;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: calc(var(--checker-size) * 2) calc(var(--checker-size) * 2);
    background-position: 0 0, 0 var(--checker-size), var(--checker-size) calc(-1 * var(--checker-size)), calc(-1 * var(--checker-size)) 0;
    background-color: #fff;
}

.del-img-btn
{
    opacity: 0.4;
}
.del-img-btn:hover{
    opacity: 1;
}


.export_status_Started {
    color: orange !important;
    font-weight: bold;
}
.export_status_ImagesProcessed,
.export_status_Uploaded,
.export_status_Emailed,
.export_status_Completed {
    color: green !important;
    font-weight: bold;
}
.export_status_Failed {
    color: red !important;
    background-color: #ff9595 !important;
    font-weight: bold;
}

.dropdown-item svg, .nav-link svg {
    height: 16px;
    margin-top: -4px;
}