﻿:root {
    --primary-1: rgba(78, 49, 134, 1);
    --primary-2: rgba(102, 71, 170, 1);
    --primary-3: rgba(130, 110, 182, 1);
    --primary-4: rgba(159, 146, 201, 1);
    --primary-5: rgba(193, 185, 221, 1);
    --signal-red: rgba(255, 59, 54, 1);
    --signal-red-hover: rgba(200, 59, 54, 1);
    --signal-yellow: rgba(242, 219, 27, 1);
    --signal-green: rgba(47, 226, 120, 1);
    --background-1: rgba(255, 255, 255, 1);
    --background-2: rgba(251, 251, 253, 1);
    --background-3: rgba(237, 236, 244, 1);
    --background-4: rgba(226, 223, 241, 1);
    --background-5: rgba(251,251,253, 255);
    --text-primary: rgba(0, 0, 0, 1);
    --text-medium: rgba(75, 75, 75, 1);
    --text-light: rgba(115, 115, 115, 1);
    --text-error: rgba(255, 59,54, 1);
    --grey-1: rgba(235, 235, 235, 1);
    --grey-2: rgba(225, 225, 225, 1);
    --grey-3: rgba(212, 212, 212, 1);
    --grey-4: rgba(201, 201, 201, 1);
    --grey-5: rgba(136, 136, 136, 1);
    --badge-red: rgba(254, 218, 217, 1);
    --badge-green: rgba(205, 254, 225, 1);
    --button-height: 37px;
    --font-family: "Plus Jakarta Sans", sans-serif;
    --signal-pink: #FFEFEF;
    --light-yellow-background: rgb(253, 249, 231);
    --light-yellow-background-hover: rgb(240, 235, 210);
    --signal-delete: rgba(190,0,0,1);
    font-variant-ligatures: none;
    --collapsible-side-panel-hidden-right: -520px;
    --shadow-default: 6px 6px 16px rgb(0, 0, 0, 0.4);
}

html {
    box-sizing: content-box;
}

input {
    margin: 0 !important;
}

a {
    font-weight: 500;
    line-height: 26px;
    color: #000000;
}

body {
    background-color: var(--background-2) !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 13px;
    font-variant-ligatures: none;
    margin: 0px;
}

.body-content {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-variant-ligatures: none;
}

input, button, select, optgroup, textarea, label, .alert, .badge, .blockquote-footer, .btn, [data-list] .page, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-menu__footer .tox-button--secondary, .tox .tox-dialog__footer .tox-button--secondary, .navbar, .pagination, .valid-feedback, .invalid-feedback {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-variant-ligatures: none;
    font-size: 13px !important;
}

label,
button {
    margin-bottom: 0 !important;
    user-select: none;
}

img.disabled {
    cursor: initial;
    filter: opacity(0.5);
}

*, *:before, *:after {
    box-sizing: border-box !important;
}

/*////Scrollbar////*/
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
    opacity: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid transparent;
    background-clip: padding-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Change the color on hover */
    }

.white-container ::-webkit-scrollbar-track {
    background: var(--background-1);
}

.input-column input::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    font-style: italic;
    font-size: 12px;
    color: var(--text-medium) !important;
}

.input-column input::-webkit-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    font-style: italic;
    font-size: 12px;
    color: var(--text-medium) !important;
}

.input-column input::-moz-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    font-style: italic;
    font-size: 12px;
    color: var(--text-medium) !important;
}

.input-column input:-ms-input-placeholder {
    opacity: 0.5;
}


.container {
    max-width: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

i {
    font-size: 12px;
}

div {
    user-select: none;
}

h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    user-select: none;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: black !important;
    margin: 0 !important;
    user-select: none;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    margin: 0 !important;
    user-select: none;
}

h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
    margin: 0 !important;
}

.read-notification {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
    margin: 0 !important;
}

h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    user-select: none;
}

p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    user-select: none;
}

ul {
    margin-bottom: 0 !important;
}

#main-mavbar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

    #main-mavbar button {
        min-height: 0px !important;
        height: 35px !important;
        min-width: 25px !important;
    }

        #main-mavbar button img {
            height: 20px;
        }

    #main-mavbar #menu-button-container {
        min-width: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #main-mavbar #back-navigation-button-container {
        margin-right: 20px;
    }

    #main-mavbar #action-buttons-container {
        margin-right: 20px;
    }

    #main-mavbar #title-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }

    #main-mavbar #etim-classification-button-container {
        margin-right: 15px;
        display: flex;
        /*justify-content: flex-end;*/
        align-items: center;
        /*max-width: 600px;*/
        width: 600px;
    }

    #main-mavbar #left-container {
        padding-right: 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.fs-15 {
    font-size: 15px;
}

.fs-11 {
    font-size: 11px;
}

.fw-600 {
    font-weight: 600;
}

.d-flex {
    display: flex !important;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-flex-start {
    justify-content: flex-start;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.flex-wrap {
    flex-wrap: wrap
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-end {
    justify-content: end;
}

.flex-direction-column {
    flex-direction: column;
}

.d-block {
    display: block;
}

.hide,
.d-none {
    display: none !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.m-0 {
    margin: 0;
}

.m-2 {
    margin: 2px !important;
}

.m-4 {
    margin: 4px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.m-8 {
    margin: 8px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}


.mt-10 {
    margin-top: 10px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.m-20 {
    margin: 20px !important;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w30 {
    width: 30% !important;
}

.w90 {
    width: 90% !important;
}

.w75 {
    width: 75% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w33 {
    width: 33%;
}

.w66 {
    width: 66%;
}

.w5 {
    width: 5%;
}

.w3 {
    width: 3%;
}

.w7 {
    width: 7%;
}

.w12 {
    width: 12%;
}

.w10 {
    width: 10%;
}

.w20px {
    width: 20px
}

.w60px {
    width: 60px;
}

.w-120 {
    width: 120px;
}

.w-200 {
    width: 200px;
}

.w-240 {
    width: 240px;
}

.w500px {
    width: 500px;
}

.w520px {
    width: 520px;
}

.w-550 {
    width: 550px;
}

.w15 {
    width: 15%;
}

.w6 {
    width: 6%;
}

.w65 {
    width: 65%;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}


.pl-30 {
    padding-left: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-10 {
    padding-top: 10px;
}

.w-340 {
    width: 340px;
}

.w-670 {
    width: 670px;
}

.w-710 {
    width: 710px;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-20 {
    margin-top: 20px;
}

.w-511 {
    width: 511px;
}

.w-650 {
    width: 650px;
}

.tooltip-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.mt-m-15 {
    margin-top: -15px;
}

.m-2 {
    margin: 2px;
}

.m-10 {
    margin: 10px;
}

.m-5 {
    margin: 5px;
}

.m-20 {
    margin: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.w-750 {
    width: 750px;
}

.pl-20 {
    padding-left: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.h-100 {
    height: 100%;
}

.w-50 {
    width: 50px;
}

.w-400 {
    width: 400px;
}

.w45 {
    width: 45%
}

.w48 {
    width: 48%
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w100 {
    width: 100%;
}

.h-387 {
    height: 387px;
}

.w16 {
    width: 16%;
}

.w-261 {
    width: 261px;
}

.w20 {
    width: 20%;
}

.w-50 {
    width: 50px;
}

.h-50 {
    height: 50px;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.tooltip-span {
    position: absolute;
    visibility: hidden;
    background-color: var(--primary-2);
    color: white;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    gap: 10px;
    z-index: 1;
    box-shadow: 2px 2px 6px 0px #00000026;
    font-size: 13px;
    width: fit-content;
    max-width: 750px;
}

.tooltip-container div:hover .tooltip-span {
    visibility: visible;
}

.details-container-header-title p {
    margin: 0;
    color: #737373;
}

.chosen-710 .chosen-container {
    width: 710px !important;
}

.chosen-400 .chosen-container {
    width: 400px !important;
}

.chosen-240 .chosen-container {
    width: 240px !important;
}


.chosen-511 .chosen-container {
    width: 511px !important;
}

.w-1162 {
    width: 1162px;
}

.white-container {
    background: var(--background-1);
    border-radius: 8px;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    max-width: 1650px;
}

    .white-container.flex-height {
        display: flex;
        flex-direction: column;
    }

.gray-container-menu {
    background: var(--background-2);
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 8px 0 0 8px;
}

.padded-sm {
    padding: 8px !important;
}

.pl-15 {
    padding-left: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.p-15 {
    padding: 15px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-8 {
    padding: 8px !important;
}

.gray-container-menu .active img {
    visibility: visible;
}
/*show etim as hovered when one of the etim groups is selected*/
.gray-container-menu div:not(.disabled):not(.etim-class-feature-groups).hover,
.gray-container-menu div:not(.disabled):not(.etim-class-feature-groups):hover {
    background: var(--background-3);
    cursor: pointer;
}

.gray-container-menu div:hover i {
    color: var(--primary-2) !important;
}

.gray-container-menu .active, .gray-container-menu .selected {
    background: var(--background-3);
    color: rgba(78, 49, 134, 1);
}

    .gray-container-menu .active i, .gray-container-menu .selected i {
        color: var(--primary-2) !important;
    }

.product-details-container-bottom {
    margin: 10px 0 10px 0;
    width: 100%;
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    overflow: hidden;
    border-radius: 8px;
    /*border: 1px solid var(--grey-3);*/
}

.product-details-container-bottom-inner {
    width: 100%;
    height: 460px;
    overflow: hidden auto;
}

.uobviewer-wrapper {
    height: 412px;
    border: 2px solid var(--grey-3);
    border-radius: 8px;
    padding: 4px;
}

.pl-4 {
    padding-left: 4px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-30 {
    padding-right: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.mb-15 {
    margin-bottom: 15px;
}

.w25 {
    width: 25%;
}

.w35 {
    width: 35%;
}


div.custom-fields {
    padding: 5px 5px 5px 5px;
    border: 1px solid #c0c0c0;
    height: 400px;
    /*    overflow-y: auto;
*/
}

div.custom-fields-type {
    padding: 5px 5px 5px 5px;
    border: 1px solid #c0c0c0;
    height: 300px;
}

div.custom-fields-view {
    padding: 5px;
    margin-bottom: 2px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

    div.custom-fields-view.selected {
        background: var(--background-4);
        border-radius: 8px;
    }

        div.custom-fields-view.selected:hover {
            cursor: default;
        }

div.custom-field-entity {
    width: 210px;
}

    div.custom-field-entity .custom-fields-label {
        width: 190px;
    }


.customfield-column {
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds "..." at the end */
    max-width: 220px; /* Set a max width (adjust as needed) */
}

.customfield-column-translation {
    font-size: small !important;
    color: gray !important;
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds "..." at the end */
    max-width: 200px; /* Set a max width (adjust as needed) */
}

.feature-row:hover {
    background: var(--background-4) !important;
    cursor: pointer;
    border-radius: 8px;
}

tr.custom-fields-view:hover {
    background: var(--background-3) !important;
    border-radius: 8px;
}

tr.custom-fields-view.selected {
    background: var(--background-4) !important;
    border-radius: 8px;
}

.btn-dp-group {
    display: flex;
}

    .btn-dp-group .btn-dp:not(:first-child):not(:last-child) {
        box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset;
        border-radius: 0;
    }

    .btn-dp-group .btn-dp:first-child:not(:only-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    }

    .btn-dp-group .btn-dp:last-child:not(:only-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    }

.btn-dp-group-slider .btn-dp {
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset;
    border-radius: 0;
}

.btn-dp.btn-scroll-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
}

.btn-dp.btn-scroll-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
}

.btn-dp {
    min-height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px !important;
    font-weight: 500;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

    .btn-dp:focus {
        outline: 0;
    }

    .btn-dp:disabled,
    .btn-dp:disabled:hover,
    .btn-dp.disabled:hover {
        cursor: default;
    }

        .btn-dp:disabled img,
        .btn-dp.disabled img,
        .btn-dp:disabled:hover img,
        .btn-dp.disabled:hover img {
            opacity: 0.35;
            cursor: default;
        }

    .btn-dp.btn-dp-no-border {
        box-shadow: none !important;
    }

    .btn-dp.btn-dp-no-background {
        background-color: inherit;
    }

    .btn-dp.btn-dp-no-border:hover {
        background-color: #E2DFF1;
        border-radius: 8px;
    }

    .btn-dp.btn-dp-primary:disabled,
    .btn-dp.btn-dp-primary.disabled,
    .btn-dp.btn-dp-primary:disabled:hover,
    .btn-dp.btn-dp-primary.disabled:hover {
        background-color: var(--background-3) !important;
        color: var(--text-light) !important;
        cursor: default;
    }

/* .btn-dp.btn-dp-primary-2:disabled,
    .btn-dp.btn-dp-primary-2.disabled,
    .btn-dp.btn-dp-primary-2:disabled:hover,
    .btn-dp.btn-dp-primary-2.disabled:hover {
        background-color: var(--background-5) !important;
        color: var(--primary-2) !important;
        cursor: default;
    }*/

/*.btn-dp.btn-dp-secondary:disabled,
    .btn-dp.btn-dp-secondary.disabled,
    .btn-dp.btn-dp-secondary:disabled:hover,
    .btn-dp.btn-dp-secondary.disabled:hover {
        background-color: white !important;
        opacity: 0.35;
        cursor: default;
    }*/

.btn-dp-group .btn-dp {
    position: relative;
}

.btn-dp.btn-dp-block {
    height: 100% !important;
    width: 100% !important;
}

.btn-dp.btn-dp-sm {
    min-height: 24px;
    min-width: 24px;
    font-size: 10px !important;
}

.btn-dp.btn-dp-xs {
    min-height: 23px;
    min-width: 23px;
    font-size: 8px !important;
    padding: 4px;
    border-radius: 4px
}

.btn-dp .tooltiptext {
    visibility: hidden;
    height: 28px;
    background-color: #6647AA;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding: 4px 9px 4px 9px;
    position: absolute;
    gap: 10px;
    z-index: 1;
    box-shadow: 2px 2px 6px 0px #00000026;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: max-content;
    opacity: 0;
    transition: opacity 0.5s;
}

.btn-dp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.btn-dp.btn-dp-primary {
    color: white;
    background-color: var(--primary-2);
}

    .btn-dp.btn-dp-primary:not(.disabled):not(:disabled):hover {
        background-color: var(--primary-1);
    }

.btn-dp.btn-dp-primary-2 {
    color: white;
    background-color: var(--primary-4);
}

    .btn-dp.btn-dp-primary-2:not(.disabled):not(:disabled):hover {
        background-color: var(--primary-2);
    }

.btn-dp.btn-dp-secondary {
    color: black;
    background-color: white;
}

    .btn-dp.btn-dp-secondary:not(.active):not(.disabled):not(:disabled):hover {
        background: var(--background-4);
    }

    .btn-dp.btn-dp-secondary.active {
        background-color: var(--primary-3);
        color: white;
    }

.btn-dp.btn-dp-error {
    background-color: white;
    color: var(--signal-red);
}

    .btn-dp.btn-dp-error:not(.disabled):not(:disabled):hover {
        background-color: var(--badge-red);
        color: black;
    }

    .btn-dp.btn-dp-error img + span {
        margin-left: 10px;
    }

.btn-dp.btn-dp-delete {
    background-color: var(--signal-delete);
    color: white;
}

    .btn-dp.btn-dp-delete:hover {
        background-color: var(--signal-red-hover);
    }

    .btn-dp.btn-dp-delete img + span {
        margin-left: 10px;
    }

.btn-dp-table {
    padding: 2px;
    border: 0 none;
    margin: 1px;
    line-height: 0;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border-radius: 6px;
}

    .btn-dp-table:disabled,
    .btn-dp-table.disabled {
        pointer-events: none;
        opacity: 0.6;
    }

    .btn-dp-table:hover {
        background-color: #E2DFF1;
    }

    .btn-dp-table:disabled:hover,
    .btn-dp-table.disabled:hover {
        background-color: transparent;
        cursor: default;
    }

.btn-dp-flex-1-nowrap {
    flex: 1;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
}

.popup-container {
    padding-top: 13px;
    padding-left: 13px;
    padding-bottom: 13px;
    border-radius: 12px;
    background-color: white !important;
    position: absolute;
    top: 45px;
    left: 15px;
    box-shadow: var(--shadow-default);
    z-index: 2000;
    animation: sidenav-dropdown-animation;
    animation-duration: 0.1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-direction: normal;
}

@keyframes sidenav-dropdown-animation {
    0% {
        left: -150px;
        top: 45px;
    }

    100% {
        left: 20px;
        top: 45px;
    }
}

@keyframes movespinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.sidenav-dropdown-stripe {
    display: flex;
    background-color: var(--grey-5);
    width: 70%;
    height: 1px;
    margin: 10px 5px;
}

.sidenav-dropdown-group {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: var(--text-primary);
    text-decoration: none;
}

    .sidenav-dropdown-group img {
        height: 16px;
        width: 16px;
    }


    .sidenav-dropdown-group.disabled {
        opacity: .2;
        pointer-events: none;
        cursor: not-allowed;
    }

        .sidenav-dropdown-group.disabled:hover {
            background: none;
            color: inherit;
        }

    .sidenav-dropdown-group:hover {
        background: rgba(237, 236, 244, 1);
        color: var(--primary-1);
    }

    .sidenav-dropdown-group p {
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        padding-left: 10px;
    }

.sidenav-dropdown-title {
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    margin: 0;
    padding-left: 10px;
}

.c-pointer {
    cursor: pointer;
}

.v-hidden {
    visibility: hidden;
}

.w-37 {
    width: 37px;
}

.w-unset {
    width: unset !important;
}

.white-button-flex {
    min-height: 36px;
    min-width: 36px;
    font-size: 13px !important;
    border: 1px solid rgba(235, 235, 235, 1);
    background: white;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -ms-border-radius: 8px !important;
    border-radius: 8px !important;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.test {
}

.nowrap {
    white-space: nowrap !important;
    overflow: hidden;
}

.backgound-3 {
    background: var(--background-3);
}

.buttons-container button:first-child {
    border-radius: 8px 0 0 8px;
}

.buttons-container button:last-child {
    border-radius: 0 8px 8px 0;
}

.first-child-border-radius {
    border-radius: 8px 0 0 8px;
}

.last-child-border-radius {
    border-radius: 0 8px 8px 0;
}

.background-buttons-menu {
    width: fit-content;
    border-radius: 10px;
    background-color: var(--background-3);
    padding: 5px;
}

    .background-buttons-menu .active {
        background-color: white;
    }

    .background-buttons-menu.full-width {
        width: auto;
    }

.image-tile-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 339px;
    height: 339px;
    border: 2px solid var(--grey-3);
    border-radius: 8px;
    padding: 3px;
}

.two-column-even-container,
.three-column-even-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

    .two-column-even-container .two-column-even-container-child {
        flex: 1 0 40% !important;
    }

    .three-column-even-container .three-column-even-container-child {
        flex: 1 1 30% !important;
        box-sizing: border-box;
        min-height: 200px;
        min-width: 500px;
        max-width: 500px;
    }
/*TODO: GUI
        - apparently there is no pure-CSS way of selecting the last VISIBLE odd child of a div (?!)
        - the functionality will be handled in js (oh, the joy!)
    */
/*.translations-container div:last-child:not(.d-none),
    .translations-container div:nth-last-child(2):nth-child(odd) {
        width: calc(200% + 20px);
    }*/
/*.translations-container div:nth-last-child(odd){
        width: calc(200% + 20px);
    }*/

.tile-sm {
}

.tile-lg {
}

.image-tile-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--grey-3);
    border-radius: 6px;
    padding: 1px;
}

.image-tile-new-sm {
    width: 60px;
    height: 60px;
    border: 1px solid var(--grey-3);
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    object-fit: contain;
}

.image-container-2 object { /* check if used */
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.page-container {
    padding: 40px;
    width: 100%;
}

.page-container-slim {
    padding-right: 40px;
    padding-top: 40px;
}

[dp-tooltip] {
    position: relative;
    cursor: pointer;
}

    [dp-tooltip]:hover::after {
        content: attr(dp-tooltip);
        position: absolute;
        margin: 2px;
        z-index: 100000;
        width: max-content;
        background-color: #6647AA;
        color: white;
        box-shadow: 2px 2px 6px 0px #00000026;
        font-size: 13px;
        border-radius: 8px;
        padding: 4px 9px 4px 9px;
        text-align: center;
        animation: opacity-delay 1s forwards;
        line-height: 14px;
    }

/*.cellComment {
    display: block;
    align-items: center;*/
/* top: -55px; */
/* width: 170%; */
/* min-height: 45px; */
/*background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    width: 200px;
    margin-right: 12px;
    white-space: normal;*/
/* Position the tooltip */
/*position: absolute;
    z-index: 200;
}

.cellComment:after {
    content: '';
    position: absolute;
    right: 45%;
    bottom: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}*/

.tooltip-right[dp-tooltip]:hover::after {
    right: 0;
}

.tooltip-left[dp-tooltip]:hover::after {
    left: 0;
}

.tooltip-bottom[dp-tooltip]:hover::after {
    top: 100%;
}

.tooltip-top[dp-tooltip]:hover::after {
    top: -100%;
}
/*.main-container {
    position: relative;
    left: 0px;
    height: 100%;
    padding: 56px 0px 0px 0px;*/ /* Header height and footer height */
/*margin: 0px auto 0px auto;*/ /* Center content */
/*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
/*    display: flex;
    width: 100%;
    height: 100%;*/
/*}*/
.main-container {
    position: relative;
    /* top: 57px; */
    height: 100vh;
    width: 100%;
    padding: 55px 1px 0px 0px;
    /* margin: 0px auto 0px auto; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}

.main-right {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-header-container {
    height: 56px !important;
    background-color: #EDECF4 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5001;
    width: 100%;
    align-items: center;
}

.renderbody-container {
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    /*padding-left: 56px;*/
    height: 100%;
    min-width: 300px;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*.renderbody-container {
    margin-left:60px;*/
/*    position: relative;
    height: 100%;
    width: 100%;
    padding: 57px 0 57px 0;
    margin: 0 auto 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
/*}*/

.renderbody {
    height: 100%;
    min-width: 300px;
    margin-left: 100px;
    margin-right: 100px;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#divFilter {
    display: none !important;
}

.page-header {
    grid-area: header;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 56px !important;
    background-color: #EDECF4 !important;
    z-index: 4900; /* Fix for the menu and language popup */
}

.page-content {
}

.sidenav-container {
    display: flex;
    height: 100%;
    top: 56px;
    /*z-index: 2000;*/
    width: 58px;
    flex-direction: column;
    align-items: center;
    background-color: #EDECF4;
}

    .sidenav-container a {
        padding: 10px;
        display: flex;
        align-items: center;
        margin: 5px;
    }

        .sidenav-container a.selected {
            background-color: var(--primary-5);
            border-radius: 8px;
        }

            .sidenav-container a.selected img {
                filter: invert(34%) sepia(40%) saturate(1081%) hue-rotate(219deg) brightness(87%)
            }

        .sidenav-container a.disabled {
            opacity: .2;
            pointer-events: none;
            cursor: not-allowed;
        }

    .sidenav-container button {
        border: 0;
        background-color: #EDECF4;
    }

    .sidenav-container .tooltiptext {
        visibility: hidden;
        height: 28px;
        width: max-content;
        background-color: #6647AA;
        color: white;
        text-align: center;
        border-radius: 8px;
        padding: 4px 9px 4px 9px;
        position: absolute;
        gap: 10px;
        margin-left: 15px;
        z-index: 1;
        box-shadow: 2px 2px 6px 0px #00000026;
        font-size: 13px;
    }

    .sidenav-container a:hover:not(.selected) {
        background-color: var(--background-4);
        /*        background-color: #E2DFF1;*/
        border-radius: 8px;
    }

    .sidenav-container a:hover img {
        filter: invert(34%) sepia(40%) saturate(1081%) hue-rotate(219deg) brightness(87%)
    }

    .sidenav-container a:hover .tooltiptext {
        visibility: visible;
    }

.border-0 {
    border: 0;
}

.spinner {
    animation: movespinner 1s linear infinite;
}

.page-header-save {
    border: 1px solid #C9C9C9 !important;
    border-radius: 8px;
    min-width: 78px;
    height: 38px;
    font-size: 13px;
    font-weight: 500;
    color: #737373;
    margin-right: 5px;
    text-align: center;
    background-color: var(--badge-green);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
}

#search-container {
    width: 456px;
    height: 296px;
    border-radius: 12px;
    background-color: white;
    position: absolute;
    right: -60px;
    z-index: 2000;
    margin-top: 10px;
    padding: 15px;
    display: none;
    box-shadow: var(--shadow-default);
}

.search-wrapper {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    height: 38px;
    display: flex;
    padding: 4px;
}

    .search-wrapper input {
        height: 100%;
        flex-grow: 1;
        border: 0px;
    }

        .search-wrapper input:focus {
            outline: none;
        }

    .search-wrapper i {
        padding-left: 7px;
        padding-right: 7px;
        color: rgba(0, 0, 0, 0.564);
    }

#search-container hr {
    color: #E1E1E1;
    border-color: #E1E1E1;
    background-color: #E1E1E1;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
    height: 1px;
}

.search-results {
    overflow-y: auto;
    height: 160px;
}

    .search-results p {
        text-align: left;
        margin: 0;
        padding: 10px;
    }

        .search-results p:hover {
            background-color: #EDECF4;
            border-radius: 8px;
        }

#languages-container {
    width: max-content;
    border-radius: 12px;
    background-color: white;
    position: absolute;
    top: 30px;
    right: -3px;
    z-index: 2000;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: var(--shadow-default);
}

    #languages-container div:hover {
        border-radius: 4px;
        background-color: var(--background-4) !important;
    }

    #languages-container div {
        padding: 7px;
    }

        #languages-container div .checkbox-dp + label {
            margin-left: 4px !important;
            margin-bottom: .5rem !important;
        }

        #languages-container div label img + span {
            margin-left: 4px !important;
        }

.unselectable {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}


.sticky {
    position: sticky;
    position: -webkit-sticky;
}

.top-55 {
    top: 55px !important;
}

.z-index-200 {
    z-index: 200;
}

.bg-white {
    background-color: white;
}


/*TODO: NewGui - Discuss the default color*/
.text-inactive {
    color: #737373 !important;
}

.text-black {
    color: black !important;
}

.text-light {
    color: var(--text-light);
}

.table-dp {
    border-spacing: 0px !important;
}

    .table-dp th {
        border-bottom: 1px solid rgba(225, 225, 225, 1) !important;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        text-align: left;
        color: rgba(115, 115, 115, 1);
        padding-bottom: 5px;
        padding-top: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

@supports (-moz-appearance: none) {
    .table-dp th {
        border-bottom: 1px solid rgba(225, 225, 225, 1) !important;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: rgba(115, 115, 115, 1);
        padding-bottom: 5px;
        padding-top: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.table-dp.table-dp-cell-spacing-10 td + td, th + th {
    padding-left: 10px;
}

.table-dp tr {
    transition: background-color 0.3s;
}

.table-dp td {
    border-bottom: 1px solid rgba(225, 225, 225, 1) !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-dp tr.no-border td {
    border: none !important;
}

.table-dp td:not(:first-child) {
    padding-left: 4px;
}

.table-dp td a:hover img {
    /*TODO: GUI scheduler: trash can should be red*/
    /*but this makes the edit button black*/
    /*filter: invert(34%) sepia(40%) saturate(1081%) hue-rotate(219deg) brightness(87%);*/
}

.table-dp td select {
    border: 0;
    width: 100%;
}

.table-dp td a img {
    max-width: unset !important;
    /*TODO: GUI scheduler: trash can should be red*/
    /*but this makes the edit button black*/
    /*filter: invert(18%) sepia(57%) saturate(1849%) hue-rotate(239deg) brightness(99%) contrast(93%)*/
}

.table-dp .input-column input {
    border: none;
    text-align: left;
    display: inline;
}

    .table-dp .input-column input:focus {
        outline: none;
    }

.table-dp.table-dp-hover tbody tr:hover {
    background-color: var(--grey-1); /*To review*/
}

.table-dp.table-dp-hover-action tbody tr:hover {
    background-color: var(--primary-5); /*To review*/
}

.table-dp tbody tr.selected {
    background-color: var(--primary-4); /*To review*/
}

    .table-dp tbody tr.selected:hover {
        background-color: var(--primary-3); /*To review*/
    }

.table-dp.table-dp-sticky-header thead {
    position: sticky !important;
    position: -webkit-sticky !important;
    background-color: white;
    top: 0;
    z-index: 1;
}

.widget-body .table-dp.table-dp-sticky-header thead {
    top: -10px;
}

.table-dp tr.disabled td {
    color: #dddddd !important;
}

.table-dp .copy-to-clipboard:hover img {
    visibility: visible !important;
}

.input-column {
    position: relative;
}

    .input-column p {
        display: inline-block;
        text-align: center;
        width: 10%;
        float: left;
        margin-top: 10px;
    }

.unit-column {
    text-align: center;
}

    .unit-column p {
        margin: auto;
        padding: 3px 6px 3px 6px;
        width: fit-content;
        border-radius: 8px;
        border: 1px solid rgba(201, 201, 201, 1);
        background: rgba(255, 255, 255, 1);
        font-size: 12px;
        font-weight: 500;
        color: rgba(115, 115, 115, 1);
    }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #c2c200;
}

.d-table-row-group {
    display: table-row-group;
}

.logistics-chosen .chosen-container .chosen-single,
.role-chosen select {
    border: 0 !important;
    background: #FBFBFD !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 18px;
    color: black;
    font-weight: 600;
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.role-chosen p {
    margin-left: 5px;
    padding: 0px 10px;
    border: 1px solid rgba(212, 212, 212, 1);
    border-radius: 8px;
}

.logistics-chosen .chosen-container {
    width: 160px !important;
    box-shadow: none !important;
    background: #FBFBFD !important;
}

.upload-media-container {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 62px;
    border-radius: 8px;
    border: 1px solid rgba(226, 223, 241, 1);
    background: rgba(251, 251, 253, 1);
}

    .upload-media-container a {
        font-size: 13px;
        font-weight: 500;
        color: var(--primary-3);
    }

.image-tile-md {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 185px;
    border: 2px solid var(--grey-3);
    border-radius: 8px;
    padding: 2px;
}

.over-panel,
#over-panel {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, .2);
    z-index: 4950;
    height: 100vh;
    top: 0px;
    width: 100%;
    left: 0;
}

    .over-panel #loading-indicator-text {
        padding: 20px;
        top: 50%;
        position: absolute;
        text-align: center;
    }

.media-side-panel-image-container {
    padding: 30px;
    background-color: white;
    border-bottom: 1px solid rgba(235, 235, 235, 1)
}

    .media-side-panel-image-container img {
        width: auto;
        height: 380px;
        padding: 2px;
    }

.media-side-panel-image-container-overlay img {
    width: 40px;
    height: auto;
}

.media-side-panel-icons {
    margin-top: -50px;
    z-index: 2000;
}

    .media-side-panel-icons img {
        padding: 10px;
        border: 1px solid rgba(235, 235, 235, 1);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

        .media-side-panel-icons img:first-child {
            margin-right: 10px;
        }

.gray-container {
    background: var(--background-2);
}

.media-side-panel-info-links p {
    margin-right: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: rgba(102, 71, 170, 1);
    display: inline;
}

.textarea-label {
    border: 0.66px solid rgba(201, 201, 201, 1);
    height: 70px;
    border-radius: 8px;
    padding: 10px;
    resize: none;
    box-shadow: unset;
}

    .textarea-label.error {
        border: 0.66px solid var(--signal-red);
        height: 70px;
        border-radius: 8px;
        padding: 10px;
        resize: none;
        box-shadow: unset;
    }

.file-upload-label {
    height: 38px;
    cursor: pointer;
    border: 0.66px solid rgba(201, 201, 201, 1);
    border-radius: 8px;
    padding: 10px !important;
    padding-left: 35px !important;
    background-image: url("/Content/Images/upload-2.svg");
    background-repeat: no-repeat;
    background-origin: border-box;
    background-position-x: 8px;
    background-position-y: 8px;
}

/* Override chosen css -- start */
.chosen-container {
    height: 38px !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.17) inset, -1px 0 0 0 rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
}

    .chosen-container .chosen-single {
        border: 0 !important;
        background: white !important;
        padding: 5px 5px 0 10px !important;
        font-size: 13px;
        color: black;
        font-weight: 500;
        height: 36px !important;
        margin: 1px;
        border-radius: 8px !important;
    }

        .chosen-container .chosen-single:focus {
            outline: 0 !important;
        }

.chosen-container-active .chosen-single {
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    flex-grow: 1;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container.chosen-with-drop .chosen-drop {
    height: fit-content !important;
    box-shadow: 0px 4px 6px -2px rgba(26, 26, 26, 0.2), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
}

.chosen-container-single .chosen-single div {
    top: 5px !important;
}

.chosen-container-single .chosen-search input {
    border-radius: 8px !important;
}

.chosen-container-single .chosen-drop {
    margin-top: 5px;
    border-radius: 12px !important;
}

.chosen-container .chosen-drop {
    border: 0 !important;
    padding: 6px 0px 6px 0px !important;
    box-shadow: 0px 4px 6px -2px rgba(26, 26, 26, 0.2), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
}

.chosen-container .chosen-results li {
    font-size: 13px;
    font-weight: 500;
}

.chosen-container ul.chosen-results li.highlighted {
    color: white;
    background-color: var(--primary-2) !important;
}

.chosen-container .chosen-results li.highlighted {
    background: rgba(237, 236, 244, 1) !important;
    padding: 5px 6px 5px 6px !important;
    border-radius: 8px;
    color: black;
    font-size: 12px;
    font-weight: 500;
}

.chosen-drop {
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset !important;
    margin-top: 4px !important;
}
/* Override chosen css -- end */
.side-panel-button-actions {
    padding-left: 30px;
    padding-right: 30px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-signal-red {
    color: var(--signal-red);
    display: flex;
    align-items: center;
}

    .text-signal-red img {
        padding-right: 2px;
    }

.text-signal-info {
    color: var(--primary-4);
    display: flex;
    align-items: center;
}

    .text-signal-info img {
        padding-right: 2px;
    }

.background-signal-red {
    background-color: var(--signal-red);
}

.text-signal-yellow {
    color: var(--signal-yellow);
}

.background-signal-yellow {
    background-color: var(--signal-yellow);
}

.background-signal-green {
    background-color: var(--signal-green);
}

div[aria-describedby="add-relation-dialog"] {
    height: fit-content !important;
    width: unset !important;
    left: unset !important;
    overflow-y: auto;
    position: fixed;
    right: 0px;
    top: 0px !important;
    z-index: 5000;
    background: white;
    padding: 0px !important;
    box-shadow: -3px -3px 5px 1px rgba(0, 0, 0, 0.13) !important;
    border-radius: 8px !important;
}

    div[aria-describedby="add-relation-dialog"] #add-relation-dialog {
        height: 100vh !important;
    }

.side-panel-button-actions {
    padding-left: 20px;
}

.collapsible-side-panel {
    height: calc(100% - 100px);
    width: 550px;
    position: fixed;
    top: 75px;
    right: var(--collapsible-side-panel-hidden-right);
    z-index: 200;
    background: white;
    padding: 0px;
    box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.13), 0px -1px 0px 0px rgba(0, 0, 0, 0.13), 0px 1px 0px 0px rgba(0, 0, 0, 0.13), inset 0px 1px 0px 0px rgba(204, 204, 204, 0.5), 0px 4px 6px -2px rgba(26, 26, 26, 0.2);
    border-radius: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
}

    .collapsible-side-panel.hidden {
        animation: collapsible-side-panel-slide-out 0.3s forwards;
    }

    .collapsible-side-panel.active {
        animation: collapsible-side-panel-slide-in 0.3s forwards;
    }

        .collapsible-side-panel.active .header {
            padding: 20px;
        }

        .collapsible-side-panel.active .body {
            padding-left: 20px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

            .collapsible-side-panel.active .body > :last-child {
                flex-grow: 1;
            }

    .collapsible-side-panel .header {
        background: var(--background-2);
        height: 57px;
        border-radius: 8px 0px 0px 0px;
        align-items: center;
        gap: 8px;
        padding: 5px;
        display: flex;
        border-bottom: 1px solid var(--background-3);
    }

        .collapsible-side-panel .header img {
            cursor: pointer;
        }

    .collapsible-side-panel .body {
        overflow-y: auto;
        padding-left: 40px;
        padding-right: 20px;
    }

@keyframes collapsible-side-panel-slide-in {
    0% {
        right: var(--collapsible-side-panel-hidden-right);
    }

    100% {
        right: 0;
    }
}

@keyframes collapsible-side-panel-slide-out {
    0% {
        right: 0;
    }

    100% {
        right: var(--collapsible-side-panel-hidden-right);
    }
}

.side-panel {
    height: 100%;
    width: 670px;
    position: fixed;
    top: 0px;
    z-index: 5000;
    background: white;
    padding: 0px;
    box-shadow: -3px -3px 5px 1px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
}

    .side-panel .side-panel-header {
        background: var(--background-2);
        height: 57px;
        width: 100%;
        justify-content: space-between;
        border-radius: 8px 0px 0px 0px;
        align-items: center;
        padding: 20px;
        top: 0;
        z-index: 1;
        display: flex;
        border-bottom: 1px solid var(--background-3);
    }

        .side-panel .side-panel-header .side-panel-header-details {
            display: grid;
            grid-template-columns: auto 1fr;
            align-items: center;
            grid-gap: 10px;
        }

    .side-panel h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 400px;
    }

    .side-panel .side-panel-header div img + h2 {
        margin-left: 16px !important;
        align-items: center;
    }

    .side-panel .side-panel-footer {
        background: var(--background-2);
        height: 57px;
        width: 100%;
        border-top: 1px solid var(--background-3);
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        bottom: 0;
        z-index: 1;
        display: flex;
    }

.side-panel-footer div .btn-dp + .btn-dp {
    margin-left: 10px !important;
}

.side-panel .side-panel-body {
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
    /*position: relative;*/
    /*TODO: GUI - this needs to be dynamic*/
    /*top: 57px;*/
    height: calc(100% - 114px);
}

    .side-panel .side-panel-body .side-panel-body-inner {
        top: 0;
        height: 100%;
    }

.side-panel .pane-loading-indicator {
    height: 100vh;
}

.modal-panel-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5000;
    background: white;
    padding: 0px;
    border: 1px solid var(--background-3);
    box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.13), -1px 0px 0px 0px rgba(0, 0, 0, 0.13), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.17), inset 0px 1px 0px 0px rgba(204, 204, 204, 0.5), 0px 4px 6px -2px rgba(26, 26, 26, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

    .modal-panel-container.adaptive {
        width: 75vw !important;
        height: 75vh !important;
        min-height: 400px;
        min-width: 300px;
        max-width: 1100px;
    }

    .modal-panel-container.adaptiveNoMaxWidth {
        width: 75vw !important;
        height: 75vh !important;
        min-height: 400px;
        min-width: 300px;
    }

    .modal-panel-container.d-block {
        top: 15%;
    }

    .modal-panel-container .modal-panel-footer {
        background: var(--background-2);
        height: 57px;
        width: 100%;
        border-top: 1px solid var(--background-3);
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        bottom: 0;
        z-index: 1;
        display: flex;
    }

        .modal-panel-container .modal-panel-footer div .btn-dp + .btn-dp {
            margin-left: 10px !important;
        }

    .modal-panel-container .modal-panel-header {
        background: var(--background-3);
        border: 1px solid var(--background-4);
        height: 57px;
        width: 100%;
        justify-content: space-between;
        border-radius: 8px 0px 0px 0px;
        align-items: center;
        padding: 20px;
        top: 0;
        z-index: 1;
        display: flex;
        border-bottom: 1px solid var(--background-3);
    }

        .modal-panel-container .modal-panel-header div img + h2 {
            margin-left: 8px !important;
            align-items: center;
        }

.dashboard-navbar {
    height: 56px !important;
    background-color: #EDECF4 !important;
    z-index: 5000;
    min-height: unset !important;
    margin-bottom: 15px;
}

.dashboard-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: fit-content;
}

    .dashboard-container .widget-container {
        flex: 0 0 auto; /* Adjust the width as needed */
        margin: 10px; /* Adjust spacing as needed */
        overflow: hidden;
        box-sizing: border-box;
        height: 350px;
        display: flex;
        flex-direction: column;
        background: var(--background-1);
        border-radius: 8px;
        border: 1px solid rgba(26,26,26, 0.07);
        box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    }

.widget-container .widget-header .widget-option-container {
    padding-right: 5px;
}

.widget-container .widget-header {
    background-color: var(--background-2) !important;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    padding-left: 15px;
    border-radius: 8px 0px 0px 0px;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid var(--background-4);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.widget-container .widget-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color: var(--background-1);
    overflow: auto;
    font-size: 11px;
}

    .widget-container .widget-body .subtitle-header {
        font-weight: 600;
    }

.green-mark {
    height: 9px;
    padding-right: 3px;
}

.widget-container .widget-loading {
    height: 100%;
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
}

.widget-container .widget-footer {
    height: 29px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-shrink: 0;
    margin-top: auto;
    padding: 8px;
    gap: .3rem;
    background-color: var(--background-2);
    border-top: 1px solid var(--background-3);
    font-size: 14px;
}

.small-widget-image {
    height: 16px;
    width: 16px;
}

.dashboard-navbar .dropdown-databases select {
    margin-right: 10px;
}

.dashboard-navbar .dropdown-databases .chosen-container {
    width: 160px !important;
}

    .dashboard-navbar .dropdown-databases .chosen-container .chosen-single {
        border: 0 !important;
        background: #EDECF4 !important;
        box-shadow: none !important;
        padding: 0 !important;
        font-size: 18px;
        color: black;
        font-weight: 600;
    }


/*.dashboard-navbar .dropdown-databases .chosen-container-single .chosen-search {
    display: none !important;
}*/

.dashboard-navbar .dropdown-databases .chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 12px !important;
}

.dashboard-navbar .dropdown-databases .chosen-container .chosen-drop {
    border: 0 !important;
    height: fit-content;
    padding: 6px 0px 6px 0px !important;
    box-shadow: 0px 4px 6px -2px rgba(26, 26, 26, 0.2), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
}

.dashboard-navbar .dropdown-databases .chosen-container .chosen-results li {
    font-size: 12px;
    font-weight: 500;
}

    .dashboard-navbar .dropdown-databases .chosen-container .chosen-results li.highlighted {
        background: rgba(237, 236, 244, 1) !important;
        padding: 5px 6px 5px 6px !important;
        border-radius: 8px;
        color: black;
        font-size: 12px;
        font-weight: 500;
    }

.dashboard-badge-navbar {
    background-color: #E2DFF1;
    color: rgba(102, 71, 170, 1) !important;
}

.card-header {
    background-color: #EDECF4 !important;
}

.card-footer {
    background-color: #EDECF4 !important;
}

.table-dp.format-table td {
    padding: 5px;
}

.statistics-table tbody tr:not(.exclude-from-search):hover,
.format-table tr:not(.exclude-from-search):hover {
    background-color: var(--background-4);
    cursor: pointer;
}

.statistics-table tbody tr.statistics_SelectedRow {
    background-color: var(--primary-5);
}

.statistics-table .percentage-container div {
    border-radius: 4px;
    padding: 4px;
}

.table-dp.format-table tr:not(.exclude-from-search):hover :first-child .image {
    border-color: white !important;
    transition: border-color 1s ease-in-out;
}

.import-table-image {
    width: 90px;
}

    .import-table-image:first-child div.format-image {
        display: flex !important;
        align-items: center !important;
    }

        .import-table-image:first-child div.format-image div.image {
            height: 50px !important;
            width: 50px !important;
            margin: 0 !important;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid var(--grey-3, rgba(212, 212, 212, 1));
            border-radius: 8px;
        }


            .import-table-image:first-child div.format-image div.image img {
                height: 40px !important;
                width: 40px !important;
            }

        .import-table-image:first-child div.format-image div.formatFixed {
            top: unset;
            left: unset;
            margin-left: 10px;
        }

            .import-table-image:first-child div.format-image div.formatFixed img {
                margin-left: 0;
                margin-top: 0;
            }


    .import-table-image div img {
        margin-right: 5px;
    }

    .import-table-image:first-child div img {
        margin-right: 0px;
    }

    .import-table-image div.format-image div.image img {
        opacity: 1 !important;
    }

.import-detail {
    cursor: pointer;
}

.import-export-filter-box {
    margin-left: 0px !important;
    margin-bottom: 20px;
}

.datetimepicker {
    border: 0px;
    width: 511px !important;
    height: 35px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
}

.xdsoft_datetimepicker {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -2px rgba(26, 26, 26, 0.2), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    margin-top: 5px;
}

    .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button {
        display: none !important;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button {
        display: none !important;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_mounthpicker .xdsoft_label i {
        display: none !important;
    }

    .xdsoft_datetimepicker .xdsoft_month {
        width: 90px !important;
    }

        .xdsoft_datetimepicker .xdsoft_month span {
            font-size: 13px !important;
            font-weight: 700 !important;
        }

    .xdsoft_datetimepicker .xdsoft_year {
        margin-left: 0 !important;
    }

        .xdsoft_datetimepicker .xdsoft_year span {
            font-size: 13px !important;
            font-weight: 700 !important;
        }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        background: white !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
        background: white !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
        border: 0 !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        color: rgba(115, 115, 115, 1) !important;
    }

        .xdsoft_datetimepicker .xdsoft_calendar td > div {
            font-weight: 500 !important;
            font-size: 12px !important;
            padding-right: 0 !important;
            display: flex;
            justify-content: center;
            color: black;
        }

        .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
            background-color: rgba(237, 236, 244, 1) !important;
            border-radius: 8px !important;
        }

        .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
            background-color: rgba(102, 71, 170, 1) !important;
            border-radius: 8px !important;
            box-shadow: none !important;
        }

            .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current div {
                color: white !important;
            }

/* Make the number of the selected date white*/
.xdsoft_calendar tbody .xdsoft_date.xdsoft_current div {
    color: white !important;
}

.input-field {
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    width: 100%;
}

.textarea-label:hover {
    outline: 0;
    box-shadow: 0 0 0 1px var(--primary-2), 0px 3px 1px -1px rgba(26, 26, 26, 0.07);
}

.textarea-label:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 1px var(--primary-2), 0px 3px 1px -1px rgba(26, 26, 26, 0.07);
}

.input-field:focus-visible {
    outline: 0;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px var(--primary-2) inset, 0px -1px 0px 0px var(--primary-2) inset, -1px 0px 0px 0px var(--primary-2) inset, 1px 0px 0px 0px var(--primary-2) inset !important;
}

.input-field:not([disabled]):hover:not(.disabled):not(.error) {
    outline: 0;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px var(--primary-2) inset, 0px -1px 0px 0px var(--primary-2) inset, -1px 0px 0px 0px var(--primary-2) inset, 1px 0px 0px 0px var(--primary-2) inset !important;
}

.input-field.error {
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px var(--signal-red) inset, 0px -1px 0px 0px var(--signal-red) inset, -1px 0px 0px 0px var(--signal-red) inset, 1px 0px 0px 0px var(--signal-red) inset !important;
}

.input-field.textgenerator-sql-error {
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px var(--signal-red) inset, 0px -1px 0px 0px var(--signal-red) inset, -1px 0px 0px 0px var(--signal-red) inset, 1px 0px 0px 0px var(--signal-red) inset !important;
}

.input-field.warning {
    background: var(--signal-pink);
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px var(--signal-yellow) inset, 0px -1px 0px 0px var(--signal-yellow) inset, -1px 0px 0px 0px var(--signal-yellow) inset, 1px 0px 0px 0px var(--signal-yellow) inset !important;
}

.input-field.inactive,
.input-field.disabled,
.input-field:disabled {
    background: rgba(237, 236, 244, 1) !important;
}

.text-field {
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    /*box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;*/
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    width: 100%;
}

.warning {
    /*background: var(--signal-pink);*/
    border: 1px solid var(--signal-red);
}

.readonly {
    background: rgba(237, 236, 244, 1) !important;
}

.field-description {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    color: var(--text-light);
    margin-bottom: 5px;
}

.price-side-panel-group {
    margin-bottom: 20px;
    width: 511px;
    margin-left: 20px;
}

.side-panel-title {
    background: var(--background-3);
    height: 57px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 30px;
    border-radius: 8px 0px 0px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.ui-sortable-helper {
    width: auto !important;
    height: auto !important;
}

.ui-corner-all {
    border-radius: 8px !important;
}

.ui-widget-content {
    border-radius: 6px !important;
    text-overflow: ellipsis;
    background-color: #FBFBFD !important;
}

li.tagit-new {
    margin: 0 !important; /*Fix for removing the scroll bar*/
    flex-grow: 1;
    border-radius: 0px !important;
}

    li.tagit-new .ui-widget-content {
        padding-left: 2px !important;
    }

ul.tagit {
    padding: 3px 5px !important;
}
/* Start Dialog */
.dialog-header {
    background-color: rgba(237, 236, 244, 1) !important;
}

.dialog-header {
    border-bottom: 0 !important;
    height: 57px !important;
    padding: 15px !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: space-between;
}

    .dialog-header .dialog-title {
        font-size: 18px;
        font-weight: 600;
    }

.dialog-header {
    background: var(--background-3);
    height: 57px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 30px;
    border-radius: 8px 8px 0px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid var(--background-4)
}

.dialog-body {
    padding: 15px;
    background-color: var(--background-1);
}

.dialog-footer {
    display: flex;
    justify-content: flex-end;
    border-radius: 0 0 8px 8px;
    padding: 8px;
    gap: .3rem;
    background-color: var(--background-2);
    border-top: 1px solid var(--background-3);
}

    .dialog-footer:has(div) {
        justify-content: space-between !important;
    }

    .dialog-footer .left {
        display: flex;
        gap: .3rem;
    }

        .dialog-footer .left .btn-dp {
            position: relative;
        }

    .dialog-footer .right {
        display: flex;
        gap: 10px;
    }

    .dialog-footer .btn-dp {
        min-width: 80px;
    }

#wizard-right-block-footer-container .btn-dp {
    min-width: 80px;
}

.side-panel-footer .btn-dp {
    min-width: 80px;
}

.dialog-header .dialog-image-header {
    vertical-align: top !important;
}

    .dialog-header .dialog-image-header img {
        width: 30px;
        height: 30px;
    }

.ui-dialog {
    padding: 0 !important;
}

    .ui-dialog .ui-dialog-titlebar {
        display: none;
    }
/* End Dialog */

#wizard-dialog-content #wizard-left-block {
    padding: 20px !important;
    height: unset !important;
    width: 20%;
    background-color: white;
}

    #wizard-dialog-content #wizard-left-block .step.active {
        background-color: white !important;
    }

.ui-widget {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

#wizard-form {
    height: 520px !important;
}

#wizard-dialog-content {
    height: 473px !important;
}

#wizard-error {
    display: none;
    color: var(--signal-red);
    font-weight: bold;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden !important;
}

#wizard-dialog-content #wizard-right-block {
    margin: 0 !important;
    padding: 20px !important;
    width: 80%;
    overflow-y: auto;
}

    #wizard-dialog-content #wizard-right-block h3 {
        margin-top: 0 !important;
    }



.ui-dialog {
    /*    min-height: 500px;
*/ top: 75px !important;
}

#wizard-dialog-content #wizard-content {
    height: 100%;
    display: flex;
}

.ui-draggable .ui-dialog-titlebar {
    display: none !important;
}

#wizard-right-block #wizard-right-block-footer {
    display: flex;
    padding-right: 10px;
}

#wizard-right-block-footer-container {
    background-color: white;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.variables-block {
    display: block !important;
    border: 0 !important;
}

    .variables-block .variables-block-title {
        background-color: unset !important;
        border-bottom: 0 !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding: 0 !important;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .variables-block .variables-block-forms .variables-block-line > div {
        display: block;
        padding: 0;
        margin-bottom: 5px;
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .variables-block .variables-block-forms .variables-block-line-required div:first-child, .variables-block-line-required p {
        font-weight: 800;
    }

/*SWITCH*/
.switch-container {
    border-radius: 100px;
}

.switch-container {
    width: 34px !important;
    height: 14px !important;
    background-color: rgba(159, 146, 201, 1);
    display: flex;
    position: relative;
    margin-right: 20px;
    min-width: unset !important;
}

.switch-false {
    left: -5px;
    top: -4px;
}

.switch-false {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: grey;
    display: block;
    border-radius: 40px;
    background-color: white;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.20)) drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.12));
}

.switch-true {
    transform: translateX(calc(19px));
    background-color: #6647AA;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.20)) drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.12));
}

.variables-block .variables-block-forms .variables-block-line {
    display: block;
    margin-bottom: 15px;
}


/*RADIO BUTTON*/
.radio-button-container {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-button-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .radio-button-container .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #eee;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .radio-button-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .radio-button-container input:checked ~ .checkmark {
        background-color: rgba(102, 71, 170, 1);
    }

    .radio-button-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .radio-button-container input:checked ~ .checkmark:after {
        display: block;
    }

    .radio-button-container .checkmark:after {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.ellipse-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

#wizard-dialog-content #wizard-introduction-upload {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.progressionIndicator {
    width: 400px;
}

    .progressionIndicator th {
        font-size: 13px;
        font-weight: 600;
        padding-left: 15px !important;
        color: black !important;
    }

.progressionIndicatorBar {
    padding: 0px !important;
    border-radius: 32px;
    height: 12px;
    background: #E9E7F3;
    border: 0 !important;
}

    .progressionIndicatorBar h1 {
        background-color: rgba(78, 49, 134, 1) !important;
        margin: 0px;
        padding: 0px;
        height: 12px !important;
        border-radius: 32px;
    }

.duration-container {
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
}

.upload-status td {
    font-size: 13px;
    font-weight: 600;
    line-height: 30px; /* 230.769% */
}

.progressionIndicator h1 {
    background-color: rgba(78, 49, 134, 1) !important;
    margin: 0px;
    padding: 0px;
    height: 12px !important;
    border-radius: 32px;
}

.validation-warning-banner,
.validation-error-banner,
.validation-amount-banner {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 7px;
    border-radius: 8px 0px 0px 8px;
    display: inline-flex;
    word-break: break-word;
}

.validation-warning-banner {
    background-color: rgba(242, 219, 27, 0.5) !important;
}

.validation-error-banner {
    background-color: var(--badge-red);
}

.validation-amount-banner {
    background-color: var(--background-4);
    min-width: 50px;
    margin: 0px 5px 5px 0px;
    border-radius: 0px 8px 8px 0px;
}

.validation-warning-banner.no-transparency {
    background-color: rgba(242, 219, 27, 1) !important;
}

.information-banner {
    background-color: var(--background-2);
    border: 1px solid var(--background-3);
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 100%;
}

.warning-banner {
    background-color: var(--signal-yellow);
    border: 1px solid var(--signal-yellow);
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 100%;
}


.error-banner {
    background-color: var(--signal-red);
    border: 1px solid var(--signal-red);
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 100%;
    color: white;
}

#wizard-introduction {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.relation-mapping-table {
    border: 0;
    margin-top: 20px !important;
}

.import-mapping-table .chosen-container {
    width: 250px !important;
}

.mapping-table {
    border-collapse: collapse;
}

    .mapping-table tr.selected:not(.header-row) {
        outline: unset !important;
        border: 0;
        background-color: var(--primary-1) !important;
        color: white;
    }

    .mapping-table tr td:first-child {
        padding-left: 6px;
        border-radius: 4px 0 0 4px;
    }

    .mapping-table tr td:last-child {
        border-radius: 0 4px 4px 0;
    }

    .mapping-table tr td input {
        border: 0;
        cursor: pointer;
        background-color: var(--background-2);
    }

    .mapping-table tr.selected:not(.header-row) td img {
        color: white;
        filter: brightness(0) invert(1);
    }

    .mapping-table tr:not(.selected):hover {
        outline: unset !important;
        border: 0;
        background-color: var(--primary-2) !important;
        color: white
    }

        .mapping-table tr:not(.selected):hover td input {
            color: white;
            background-color: var(--primary-2);
        }

    .mapping-table tr:hover td img {
        color: white;
        filter: brightness(0) invert(1);
    }

.mapping-column-item .import-column-item-name {
    padding: 7px;
    border-radius: 8px 0px 0px 8px;
    color: white;
}

.mapping-column-item .export-column-item-name {
    padding: 7px;
    border-radius: 8px 0px 0px 8px;
    color: white;
}

.mapping-column-item {
    border: 0 !important;
}

    .mapping-column-item .mapping-column-item-buttons {
        border-radius: 0px 8px 8px 0px;
        padding: 7px;
    }

        .mapping-column-item .mapping-column-item-buttons img {
            cursor: pointer;
        }

        .mapping-column-item .mapping-column-item-buttons img {
            filter: brightness(0%);
        }

.chart-container {
    width: 300px;
    height: 300px !important;
    background: #FFFFFF;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.simple-chart-container {
    min-width: 100px;
    min-height: 100px;
}

/*#statistics-summary-container .simple-chart-container {
    width: 100px;
    height: 100px;
}*/

.dialog-header .dialog-image-header {
    vertical-align: top !important;
    margin-right: 10px;
}

    .dialog-header .dialog-image-header img {
        width: 30px;
        height: 30px;
    }

.text-description {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.switch + label {
    cursor: pointer !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 14px;
    margin-right: 15px !important;
    margin-top: 2px !important;
}

    .switch input[type=checkbox] {
        height: 17px;
        visibility: hidden;
    }

/* Hide default HTML checkbox */
/*.switch input {display:none;}*/
/* The slider */
.slider {
    height: 14px !important;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-4);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 8px;
}

.label-slider {
    cursor: pointer;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -5px;
    bottom: -3px;
    border-radius: 20px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.20), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.12);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: var(--primary-2);
}

input:disabled + .slider {
    cursor: default;
    background-color: #F5F5F5;
}

    input:disabled + .slider:before {
        cursor: default;
        background-color: #dddddd;
    }

.information {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.import-list {
    display: flex;
    flex-wrap: wrap;
}

/* -- Author: Miltiades */
.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container .flex-container-1-column {
        width: 100% !important;
        /*padding: 5px !important;*/
    }

    .flex-container > * {
        margin-top: 8px;
    }

    .flex-container.flex-container-d-columns > * {
        flex: 1 1 calc(25% - 5px); /* Flex-grow, flex-shrink, and flex-basis */
        box-sizing: border-box; /* Ensures padding is included in the width */
    }

    .flex-container.flex-container-d-columns > :not(:nth-child(2n+1)) {
        padding-left: 20px;
    }

    .flex-container.flex-container-2-columns > * {
        flex: 1 1 calc(50% - 10px); /* Flex-grow, flex-shrink, and flex-basis */
        box-sizing: border-box; /* Ensures padding is included in the width */
    }

    .flex-container.flex-container-3-columns > * {
        flex: 1 1 calc(33.333% - 13.333px); /* Flex-grow, flex-shrink, and flex-basis */
        box-sizing: border-box; /* Ensures padding is included in the width */
    }

    .flex-container.flex-container-3-columns > :not(:nth-child(3n+1)) {
        padding-left: 20px;
    }

    .flex-container.flex-container-4-columns > * {
        flex: 1 1 calc(25% - 5px); /* Flex-grow, flex-shrink, and flex-basis */
        box-sizing: border-box; /* Ensures padding is included in the width */
    }

    .flex-container.flex-container-4-columns > :not(:nth-child(4n+1)) {
        padding-left: 20px;
    }

    .flex-container .flex-container-1-column {
        width: 100% !important;
    }

/* -- Author: Miltiades */
@media (min-width: 100px) {
    .flex-container.flex-container-d-columns > * {
        flex: 1 1 100%; /* Flex-grow, flex-shrink, and flex-basis */
    }

    .flex-container.flex-container-d-columns > :not(:nth-child(3n+1)) {
        padding-left: 0px;
    }

    .flex-container.flex-container-d-columns > :not(:nth-child(2n+1)) {
        padding-left: 0px;
    }
}

/* -- Author: Miltiades */
@media (min-width: 600px) {
    .flex-container.flex-container-d-columns > * {
        flex: 1 1 calc(50% - 10px); /* Flex-grow, flex-shrink, and flex-basis */
        box-sizing: border-box; /* Ensures padding is included in the width */
    }

    .flex-container.flex-container-d-columns > :not(:nth-child(3n+1)) {
        padding-left: 0px;
    }

    .flex-container.flex-container-d-columns > :not(:nth-child(2n+1)) {
        padding-left: 20px;
    }
}

/* -- Author: Miltiades */
@media (min-width: 1000px) {
    .flex-container.flex-container-d-columns > * {
        flex: 1 1 calc(33.333% - 13.333px); /* Flex-grow, flex-shrink, and flex-basis */
        box-sizing: border-box; /* Ensures padding is included in the width */
    }

    .flex-container.flex-container-d-columns > :not(:nth-child(2n+1)) {
        padding-left: 0px;
    }

    .flex-container.flex-container-d-columns > :not(:nth-child(3n+1)) {
        padding-left: 20px;
    }
}

div.stateImage {
    position: absolute;
    top: 30%;
    left: 45%;
}

#wizard-left-block .step {
    font-size: 13px;
}

div.format-image div.formatNotFixed {
    display: none;
}

#etim-details .js-mbsc-select-parent .mbsc-form-control-wrapper {
    box-shadow: unset !important;
    padding-left: 0 !important
}

#etim-details .js-mbsc-select-parent .mbsc-form-control-wrapper,
#etim-details .js-mbsc-select-parent-etim .mbsc-form-control-wrapper {
    box-shadow: unset !important;
    padding-left: 0 !important
}

#etim-details .js-mbsc-select-parent,
#etim-details .js-mbsc-select-parent-etim {
    width: 100%;
}

    #etim-details .js-mbsc-select-parent .mbsc-form-control-wrapper {
        padding-right: 0px !important;
    }

    #etim-details .js-mbsc-select-parent input {
        padding-left: 10px !important;
    }

    #etim-details .js-mbsc-select-parent-etim input {
        padding-left: 10px !important;
    }

.etimtable select {
    width: 100%;
}

.etimtable .input-column input {
    width: 100% !important;
    height: 37px !important;
    padding-left: 10px !important;
    float: left;
}

    .etimtable .input-column input.input-field-range {
        width: 45% !important;
    }

.etimtable .input-column input {
    border: 1px solid transparent;
    border-radius: 8px;
}

    .etimtable .input-column input:hover {
        border: 1px solid var(--primary-2);
    }

.etimtable .js-mbsc-select-parent-etim label {
    border-radius: 8px !important;
    background-color: rgb(237, 236, 244);
}

.etimtable .js-mbsc-select-parent-etim input {
    border: 1px solid white;
    border-radius: 8px !important;
}

    .etimtable .js-mbsc-select-parent-etim input:hover {
        border: 1px solid var(--primary-2);
        border-radius: 8px;
    }

.etimtable tr th + th:last-child,
.etimtable tr td + td:last-child {
    text-align: center !important;
}


.columns-container {
    display: flex !important;
    width: 100%;
}

    .columns-container div {
        flex: 1 !important; /* Each column will take up an equal part of the container */
        box-sizing: border-box;
    }

/* Statistics page */
/*#statistics-summary-container div.chart {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    width: 140px;
    flex-basis: 140px;
    padding-right: 20px;
    padding-left: 20px;
}*/

/*#statistics-summary-container div.statistics-number {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    width: 120px;
    flex-basis: 120px;
    white-space: nowrap;
}*/

#grdBrandsTable {
    width: 100%;
}

.statistics-table tr th:not(:first-child),
.statistics-table tr td:not(:first-child) {
    text-align: right;
    padding-left: 5px;
}

.statistics-table tr td.percentage-container {
    width: 80px;
}

div.center-content {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    div.center-content input[type="checkbox"] + span {
        margin-left: 6px;
    }

.widget-body .simple-chart-container {
    width: 200px;
    height: 200px;
}

.widget-body .welcome-main {
    display: flex;
    padding-bottom: 8px;
    overflow: hidden
}

.widget-body .welcome-main-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px !important;
}

.widget-body .welcome-links {
}

    .widget-body .welcome-links span {
        font-weight: 600;
    }

    .widget-body .welcome-links div {
        padding-top: 8px;
        display: flex;
    }

.widget-body .daily-tip {
    padding-bottom: 16px;
}

.widget-body .welcome-image img {
    width: 300px;
}

.widget-body .welcome-footer {
    color: #777;
    text-align: left;
    margin-top: 30px;
    padding-top: 8px;
}

div.spinner-container {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

div.spinner-container-top {
    position: absolute;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    width: 300px;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    border-radius: 8px;
}

/*TODO: review - ms*/
.overflow {
    overflow: auto;
}

#expressionbuilder-list .list-item,
#filter-dialog-filterlist .list-item,
#views-dialog-viewslist .list-item {
    display: flex;
}

div.list-item {
    /*display: flex;*/
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    font-variant-numeric: lining-nums tabular-nums;
    white-space: nowrap;
    vertical-align: middle;
}

    div.list-item.hover:hover {
        font-weight: 600;
    }

    div.list-item.selected {
        color: #333333 !important; /*This to override the selected class */
        font-weight: 600;
    }

    div.list-item.compact {
        padding-bottom: .1rem;
    }

    div.list-item.normal-vertical {
        padding-bottom: .2rem;
    }

    div.list-item.wide-vertical {
        padding-bottom: .3rem;
    }

    div.list-item span {
        -o-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.list-item img + span {
        margin-left: 2px;
        vertical-align: top;
    }

    div.list-item + pan + img {
        margin-left: 2px;
    }


    div.list-item span + div {
        margin-left: 2px;
    }

    div.list-item div {
        margin-left: 2px;
    }

    div.list-item img + img {
        margin-left: 1px;
    }




/*TODO: review -- Author: Miltiades */
.tt-1 {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

    .tt-1.list-item span {
        -o-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tt-1.list-item img + span {
        margin-left: 2px;
    }


.horizontal-flag-selection a {
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}

    .horizontal-flag-selection a.selected {
        opacity: 1.0
    }

    .horizontal-flag-selection a:hover {
        opacity: 1.0
    }
/*TODO: review - ms*/

.flag-small {
    height: 16px !important;
}

.flag-medium {
    height: 20px !important;
}

.flag-large {
    height: 30px !important;
}

.checkbox-dp {
    width: 16px;
    height: 16px;
    border: 1px solid var(--text-light);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

.readonly-checkbox {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

    .checkbox-dp:disabled {
        opacity: 0.6;
        cursor: default;
    }

    .checkbox-dp:checked[type=checkbox] {
        background-image: url("../Content/Images/checkbox-check.svg");
        background-size: 9px;
    }

    .checkbox-dp:checked {
        background-color: var(--primary-2);
        border-color: var(--primary-2);
    }

    .checkbox-dp.checkbox-indeterminate {
        background-image: url("../Content/Images/checkbox-indeterminate.svg");
        background-color: var(--primary-2);
        border-color: var(--primary-2);
        background-size: 9px;
    }

.checkbox-dp-v2 {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

    .checkbox-dp-v2:disabled {
        opacity: 1;
        cursor: default;
    }

    .checkbox-dp-v2:checked[type=checkbox] {
        background-image: url("../Content/Images/checkbox-check-black.svg");
    }

.radio-dp {
    width: 16px;
    height: 16px;
    border: 1px solid var(--text-light);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
}

    .radio-dp:checked[type=radio] {
        background-image: url("../Content/Images/checkbox-check.svg");
        background-size: 9px;
    }

    .radio-dp:checked {
        background-color: var(--primary-2);
        border-color: var(--primary-2);
    }

.bg-primary-1 {
    background-color: var(--primary-3);
}

.context-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 150px;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    padding: 2px;
    list-style: none;
    border-radius: 8px;
    font-size: 13px;
}

    .context-menu ul {
        margin: 2px;
        padding: 0;
        list-style-type: none
    }

    .context-menu li {
        padding: 4px 4px;
        cursor: pointer;
        background-color: white !important;
    }

        .context-menu li:hover {
            background-color: #f0f0f0 !important;
            border-radius: 8px;
        }

.title-with-image {
    margin-bottom: 15px;
}

    .title-with-image img + h1,
    .title-with-image img + h2,
    .title-with-image img + h3 {
        margin-left: 4px !important;
    }

.mbsc-ios.mbsc-form-control-wrapper.warning {
    border: 1px solid var(--signal-yellow);
}

.mbsc-ios.mbsc-form-control-wrapper.error {
    border: 1px solid var(--signal-red);
}

button img + span {
    margin-left: 6px;
}

.form-input label[id] {
    display: none;
}

label img + span {
    margin-left: 3px;
}

.form-input.error label[id] {
    display: inline-flex;
}

.form-input.error input[name]:not(input[type=checkbox]),
.form-input.error label:not([for]):not([id]) {
    border: 1px solid var(--signal-red);
}

textarea.error {
    border: 1px solid var(--signal-red);
}

.flex-container.flex-container-2-columns div label {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/*TODO: GUI - discuss this. both checkbox-and-label and radio-and-label need to have the label centered, inline and with elipsis.*/
.img-and-label,
.checkbox-and-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

.radio-and-label {
    display: inline-flex !important;
}

    .radio-and-label label[for] {
        display: inline-flex;
        cursor: pointer;
    }

.checkbox-and-label label[for] {
    /* display: inline !important;*/
    cursor: pointer;
    position: relative;
    top: -10%;
}

.checkbox-and-label input + label,
.img-and-label img + label {
    margin-left: 5px !important;
}

.form-input.error input[name] {
    border: 1px solid var(--signal-red);
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-flex {
    display: flex;
    justify-content: center;
}

.side-panel.d-block {
    -webkit-animation: slide-side 0.3s forwards;
    /*-webkit-animation-delay: 1s;*/
    animation: slide-side 0.3s forwards;
    /*animation-delay: 1s;*/
}

#languages-container.d-block {
    animation: opacity 1s forwards;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity-delay {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity-delay {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slide-side {
    0% {
        right: -511px;
    }

    100% {
        right: 0;
    }
}

@keyframes slide-side {
    0% {
        right: -511px;
    }

    100% {
        right: 0;
    }
}

label {
    margin: 0 0 0 0 !important;
    line-height: normal !important
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Temporary fix until the new style will be ready - ms*/
.ui-widget-overlay {
    opacity: 0.45;
}

/*.mbsc-textfield-wrapper-underline.error {
    background: var(--signal-pink) !important;
}*/

.dd {
    border: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 38px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset !important;
}

    .dd .ddTitle {
        background: unset !important;
    }

    .dd .divider {
        border-left: 0 !important;
        border-right: 0 !important;
        right: 0 !important;
    }

    .dd .ddChild {
        width: 60px;
        border-radius: 8px;
    }

        .dd .ddChild li {
            padding: 10px;
            border-bottom: 0 !important;
        }

            .dd .ddChild li.selected {
                background-color: var(--background-3) !important;
            }

            .dd .ddChild li.hover {
                background-color: var(--background-3) !important;
            }

.loading-div {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    width: 150px !important;
}
/*Temporary fix until the new style will be ready*/

/*input[type="checkbox"] + input[type="checkbox"] {
    margin-top: 5px;
}*/

#ApSelectionsSettingsHandsOn {
    height: 400px !important;
}

/*
    Temporary fix when  a dialog open after a modal -- Author: Miltiades
    Fix the issue on the grid when open the formula builder after the fill modal
*/
[role=dialog] {
    /* z-index: 1000000!important; */ /*1000000 is way to high it will bring issues with mobiscroll dropdowns. Those dropdowns will have z-index*/
    z-index: 8000 !important;
}

.blinking-text {
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.noselect {
    -webkit-touch-callout: none; /*iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /*Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.characteristics-multiple-tags {
    display: flex;
    align-items: center;
    margin: 0 !important; /*Overrides the default values from tagIt */
}



.text-clipped {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-clipped-notification {
    overflow: hidden;
    white-space: nowrap;
    height: 50px;
}

    .text-clipped-notification p {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%;
    }

.block-notification {
    display: block;
    min-height: 50px;
}

.text-right {
    text-align: right;
}

.highlight {
    background-color: wheat;
}

.plupload_button {
    border-radius: 0 !important;
    box-shadow: unset !important;
    width: 24px;
    height: 24px;
}

#open-explorer {
    width: 24px;
    height: 24px;
}

.plupload_file_action {
    padding-left: 0 !important;
}

.plupload_wrapper {
    border: 1px solid var(--background-4) !important;
    border-radius: 8px !important;
}

    .plupload_wrapper .ui-widget-content {
        background-color: rgba(251, 251, 253, 1) !important;
    }

    .plupload_wrapper .plupload_droptext {
        top: 10% !important;
        background: url('../../../../Content/Images/no_image.svg') no-repeat 50% 0 !important;
        padding-top: 180px !important;
        line-height: 0px;
        font-size: 18px;
        font-weight: 600;
        color: var(--primary-3);
    }

    .plupload_wrapper .plupload_file_thumb {
        background-color: unset;
        opacity: 0.5;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid #c5c5c !important;
    }

    .plupload_wrapper .plupload_view_thumbs .plupload_file {
        padding: 0 !important;
        border-radius: 8px;
    }

    .plupload_wrapper .plupload_done .plupload_file_status {
        background-color: var(--primary-2) !important;
        border-radius: 8px !important;
    }

    .plupload_wrapper .plupload_view_thumbs div.plupload_file_action {
        top: 5px !important;
    }

.plupload_view_thumbs .plupload_content .plupload_file_size {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: black !important;
}

.plupload_view_thumbs .plupload_content .plupload_file_name {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: black !important;
}

.plupload_wrapper .plupload_view_thumbs .plupload_file_dummy {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: rgba(255, 255, 255, 0.5) !important;
}


.backgound-3-with-border {
    background: var(--background-3);
    border: 1px var(--background-4) solid;
    border-radius: 8px;
}

.backgound-3-with-border-no {
    background: transparent;
    border: 1px transparent solid;
    border-radius: 8px;
}

#database-select-container {
    font-size: 12px;
    padding-right: 20px;
}

    #database-select-container div:first-child {
        padding-right: 5px;
    }


.ht-quantity-footer {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 13px !important;
    padding: 8px;
}

.table-icon {
    height: 24px !important;
}

.grid-icon {
    height: 16px !important;
}

.ellipsis-tree-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainmenu:hover img {
    filter: brightness(100%);
}

/* Style for the image container */
.mainmenu {
    display: inline-block;
    overflow: hidden;
    border-radius: 0; /* Initially no rounded corners */
    transition: border-radius 0.3s ease, filter 0.3s ease;
}

    /* Style for the image */
    .mainmenu img {
        display: block;
        width: 100%;
        height: auto;
        transition: filter 0.3s ease; /* Transition effect for the filter */
    }

    .mainmenu:hover img {
        filter: brightness(90%); /* Darken the image on hover */
    }

.navigation:hover {
    background-color: #E2DFF1;
    border-radius: 8px;
}

.white-bubble {
    background: var(--background-1);
    border-radius: 8px;
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    padding: 4px;
    position: relative;
    max-width: 300px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    top: 47px;
    z-index: 2;
}

    .white-bubble .white-bubble-list-item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 4px;
        border-radius: 4px;
        cursor: pointer;
    }

        .white-bubble .white-bubble-list-item.active {
            background-color: var(--background-4);
        }


        .white-bubble .white-bubble-list-item:hover {
            background-color: var(--background-3);
        }

img.inactive {
    opacity: 0.1;
}

.upload-image {
    cursor: pointer
}

.h-500 {
    height: 500px;
}

.drag-drop-line,
.drag-trade-product-media,
.drag-linked-trade-product {
    cursor: grab;
}

.dragging {
    cursor: grabbing !important;
}

.no-pointer-events {
    pointer-events: none;
}

.auto-pointer-events {
    pointer-events: auto;
}

.dialog-footer-height { /* wizard-dialog needs a height, during progression no buttons are active | not sure if others will break when height is applied in dialog-footer*/
    height: 54px;
}

.jBox-container {
    background: var(--primary-2) !important;
}

.jBox-pointer:after {
    background: var(--primary-2) !important;
}

.jBox-content {
    color: white !important;
}

.action-button-container {
    width: max-content;
    border-radius: 8px;
    background-color: white;
    position: absolute;
    z-index: 2000;
    padding: 4px;
    box-shadow: var(--shadow-default);
}

    .action-button-container div:hover {
        border-radius: 8px;
        background-color: var(--background-4) !important;
    }

    .action-button-container div {
        padding: 6px;
    }

        .action-button-container div:not(:first-child) {
            margin-top: 4px;
        }

        .action-button-container div.selected {
            border-radius: 8px;
            background-color: var(--background-3) !important;
        }

.action-button-top-bar-flag {
}

    .action-button-top-bar-flag img {
        padding: 2px;
    }



.search-panel {
    width: 500px;
    border-radius: 12px;
    background-color: white;
    position: absolute;
    top: 30px;
    right: -3px;
    z-index: 2000;
    margin-top: 10px;
    box-shadow: var(--shadow-default);
}

    .search-panel .message-text {
        padding: 10px;
    }

    .search-panel .search-header {
        padding: 15px 15px 0 15px;
        border-bottom: 1px solid #eee;
    }


        .search-panel .search-header .search-options {
            padding-top: 13px;
            padding-bottom: 13px;
            display: flex;
            align-items: center;
            gap: 20px;
        }


    .search-panel .search-results {
        margin-bottom: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        max-height: 250px;
        overflow-y: auto;
    }

        .search-panel .search-results .result-item {
            display: flex;
            align-items: flex-start;
            padding: 8px;
            width: 100%;
        }

        .search-panel .search-results .result-message {
            /*display: flex;
            align-items: flex-start;*/
            padding: 8px;
            width: 100%;
            margin-left: 8px;
            font-style: italic;
        }

        .search-panel .search-results .result-item:hover {
            background: var(--background-3);
            cursor: pointer;
        }

        .search-panel .search-results .result-item img {
            max-width: 40px;
            max-height: 40px;
        }



/* Override Autopub tree context menu styling - start */
.vakata-context,
.vakata-context ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    padding: 2px;
    list-style: none;
    border-radius: 8px;
    font-size: 13px;
}

    .vakata-context li > a:hover {
        position: relative;
        background-color: #f0f0f0 !important;
        border-radius: 4px;
        box-shadow: 0 0 0 transparent !important;
    }

    .vakata-context .vakata-context-hover > a {
        position: relative;
        background-color: #f0f0f0 !important;
        box-shadow: 0 0 2px rgba(26, 26, 26, 0.07);
    }

    .vakata-context .vakata-context-separator > a,
    .vakata-context .vakata-context-separator > a:hover {
        background: white;
        border: 0;
        border-top: 1px solid #e2e3e3;
        height: 1px;
        min-height: 1px;
        max-height: 1px;
        padding: 0;
        margin: 0 0 0 0;
        border-left: 1px solid #e0e0e0;
        text-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        border-radius: 0;
    }

    .vakata-context li > a .vakata-contextmenu-sep {
        display: inline-block;
        width: 1px;
        height: 2.4em;
        background: white;
        margin: 0 0.5em 0 0;
        border-left: 1px solid #e2e3e3;
        visibility: hidden !important;
    }

#notifications-unread-count {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

.notification-body {
    border-bottom: 1px solid var(--background-3);
    padding: 10px;
}

    .notification-body:hover {
        background-color: var(--background-4);
    }

/* Override Autopub tree context menu styling - end */

.relative-container {
    position: relative;
}

.disabled-text {
    color: grey !important;
}

.bottom-right-overlay {
    position: relative;
    width: 20px;
    height: 20px;
    bottom: 23px;
    left: 40px;
    background-size: 20px;
    display: inline-block;
}

.bottom-right-overlay-big {
    position: relative;
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 125px;
    background-size: 60px;
    display: inline-block;
}

.dam-overlay {
    background-image: url(/Content/Images/media-image-dam.svg);
}

.local-overlay {
    background-image: url(/Content/Images/media-image-local.svg);
}

.list-value {
    cursor: pointer;
}

.mb-3 {
    margin-bottom: 3px;
}

.sso-login-button-contents {
    display: inline-flex;
    vertical-align: middle;
    line-height: 24px;
}

.list-value:hover {
    font-weight: 700;
}

.sso-login-button {
    background-color: white;
    border: 0px solid black;
    cursor: pointer;
    min-width: 24px;
}

    .sso-login-button .sso-logo {
        height: 24px;
    }

.visible-class {
    visibility: visible;
}

.hidden-class {
    display: none !important;
}

img.custom-field-image:hover {
    cursor: pointer;
}

tr.general-noncustom:hover {
    cursor: pointer;
}

.cursor-disabled {
    cursor: not-allowed !important;
}

.pane-loading-indicator {
    position: relative;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.tradeprodct-details-table {
    height: 460px;
    overflow: auto
}

.with-loading-panel-20vh .pane-loading-indicator {
    height: 20vh;
}

.with-loading-panel-50vh .pane-loading-indicator {
    height: 50vh;
}

/* Overrides the default background color */
ul.formatXmlTree li.xmlFormatLine div.selected div.xmlAttributeTextGroup {
    background-color: transparent !important;
}

    ul.formatXmlTree li.xmlFormatLine div.selected div.xmlAttributeTextGroup .xmlAttributeDelete {
        display: initial !important;
    }

ul.formatXmlTree li.xmlFormatLine div div.xmlAttributeTextGroup .xmlAttributeDelete {
    display: none !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0; /* Important when inside flexbox */
    flex-grow: 1;
}

.sticky-add-rule {
    flex-shrink: 0;
    background: white;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: flex-end;
    z-index: 10;
}

.div-field {
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    width: 100%;
}

    .div-field.error {
        box-shadow: 0px 3px 1px -1px rgba(26, 26, 26, 0.07), 0px 1px 0px 0px var(--signal-red) inset, 0px -1px 0px 0px var(--signal-red) inset, -1px 0px 0px 0px var(--signal-red) inset, 1px 0px 0px 0px var(--signal-red) inset !important;
    }

.force-default-cursor {
    cursor: default !important;
}

.validation-rule-div {
    display: flex;
}

    .validation-rule-div .rule-selection {
        flex-grow: 1;
    }

    .validation-rule-div .rule-value {
        width: 65%;
        margin-left: 10px;
    }

#formElementsList > div {
    display: flex;
}

.btn-validation-active {
    background: var(--background-4);
    border-color: inherit;
    transform: translateY(-1px);
}

.action-button-container {
    width: max-content;
    border-radius: 8px;
    background-color: white;
    position: absolute;
    z-index: 2000;
    padding: 4px;
    box-shadow: 0px 2px 3px -2px #1A1A1A;
}

    .action-button-container div {
        padding: 6px;
    }

        .action-button-container div.selected {
            border-radius: 8px;
            background-color: var(--background-3) !important;
        }

        .action-button-container div:not(:first-child) {
            margin-top: 4px;
        }

.validation-close-button {
    flex-grow: 1;
    align-items: flex-end;
    margin-bottom: 10px;
}

.admin-info {
    cursor: pointer;
    position: relative;
    color: #007bff; /* or any color you like */
    font-size: 1em;
}

    .admin-info::after {
        content: attr(data-tip);
        position: absolute;
        left: 50%;
        bottom: 125%;
        transform: translateX(-50%);
        background-color: var(--primary-1);
        color: #fff;
        padding: 6px 10px;
        border-radius: 4px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
        z-index: 10;
        font-size: 0.9em;
    }

.admin-info:hover::after,
.admin-info:focus::after {
    opacity: 1;
}

/* change cursor when button is clicked */
input[dp-action]:disabled,
button[dp-action]:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* small effect */
.btn-is-loading {
    position: relative;
    pointer-events: none;
}

.formulaBuilderButton {
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0 none;
    cursor: pointer;
}

.text-error {
    color: var(--text-error) !important;
}

.text-error {
    color: var(--text-error);
}
