button:focus, a:focus {
    outline: none;
}
/* Version show up */
.version {
    align-self: center;
    height: 25px;
    color: #73818f!important;
    font-size: 80%;
    font-weight: 400;
    position: fixed;
    bottom: 0px;
    background: #29363d;
    width: 253px;
    text-align: center;
    padding-top: 5px;
    margin-left: -9px;
}

.data-sources-td {
    word-break: break-word;
}

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

body.sidebar-minimized .version_date{
    display: none;
}

body.sidebar-minimized .version_version{
    font-size: 11px;
}


body.sidebar-minimized .version{
    width: auto;
    margin-left: 0;
}

.change-label {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.change-label-button {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.modal-export-selector {
    width: 175px;
    padding-left: 10px;
    padding-right: 10px;
}

.td-ceil, .td-ceil-select {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

li[aria-label="replace-to"] > strong {
    background-color: #a4b7c1;
}

@media (max-width: 760px) {
    .table-responsive > tbody > tr td {
        display: inline-block;
        width: 100%
    }
    .table-responsive > tbody > tr td select {
        width: 100%;
        margin-bottom: 20px;
    }
    .td-ceil-select {
        padding-bottom: 10px;
    }

    .mail-preview, .user-consent {
        max-width: 90% !important;
        margin: 0.5rem auto;
    }
}

.app-header.navbar .navbar-brand {
    background-image: url('../img/wise2sync_logo_cropped.png');
    background-size: 85% auto;
    width: 190px;
}

.app-header.navbar .navbar-brand-not-prod {
    background-image: url('../img/wise2sync_logo_cropped_purple.png');
}

body.login {
    background: url('../img/login_background.jpg') 50% 50%;
    background-size: cover;
}

.table .fit,
.table .fit {
    white-space: nowrap;
    width: 1%;
}

.table-bundles .fit{
    white-space: normal;
    width: auto;
}
.table-bundles td:last-child {
    min-width:120px;
}

@media (max-width: 1600px) {
    .table .fit.execution-config {
        white-space: initial;
        width: 1%;
    }
}

.badge-secondary {
    color: #fff;
}

.badge-warning {
    color: #fff;
}

.select2-results__group .select2_dmp_title{
    font-size: 0.875rem;
}
select, optgroup.optgroup_export, .select2-results__group, .select2_dmp_title{
    font-size: 14px !important;
}
.table-filter-background{
    background-color: #d1d4d7;
}

.striped-row{
    background-color: rgba(0, 0, 0, 0.04)
}

.hovered-row{
    background-color: rgba(0, 0, 0, 0.06)
}

#columns-to-display .form-check {
    padding-left: 2rem;
    padding-right: 2rem;
    min-width: 130px;
    border: 1px solid #c2cfd6;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

#columns-to-display .form-check-label {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-weight: 500;
    position: absolute;
    top: 3px;
}

#columns-to-display .card h6 {
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

#columns-to-display .form-check-input:checked {
    appearance: none; /* <-- disables OS styling */
    -webkit-appearance: none;
    background-color: #adb5bd;
    border-color: #6c757d;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    border-radius: 0.25em;
    position: relative;
}
#columns-to-display .form-check-input:checked::after {
    content: '✓';
    color: white;
    font-size: 17px;
    position: absolute;
    top: -4px;
    left: 2px;
}

#columns-to-display .form-check-input {
    appearance: none; /* <-- disables OS styling */
    -webkit-appearance: none;
    background-color: #adb5bd;
    border-color: #6c757d;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    border-radius: 0.25em;
    position: relative;
}
#columns-to-display .form-check-input::after {
    content: '';
    font-size: 17px;
    position: absolute;
    top: -4px;
    left: 2px;
}
#columns-to-display .card {
    border: none;
}

#product-comparison-table{
    table-layout: fixed;
    width: 100%;
}

/* Attribute column: fixed narrow width */
#product-comparison-table td:first-child,
#product-comparison-table th:first-child {
    width: 130px;
}

/* Supplier columns: equal width */
#product-comparison-table td:not(:first-child),
#product-comparison-table th:not(:first-child) {
    text-align: left;
    word-wrap: break-word;
}


.table .table-filters, .table .table-filters td {
    background-color: #d1d4d7;
}

.product-compare-img{
    padding: 1px;
    text-align: center;
}

.big-thumbnail{
    max-width: 50%;
    height: auto;
}

.mid-thumbnail{
    width: 100px;
    min-height: 80px;
}

.small-thumbnail{
    width: 50px;
    min-height: 40px;
}
.product-compare-img img,
.product-thumbnail img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
}

.product-thumbnail img,
.small-thumbnail img,
.product-compare-img.small-thumbnail img{
    width: 50px;
    height: 50px;
    object-fit: contain; /* Fit whole image */
    background-color: #fff; /* Fill empty space */
}

.enlarged-product-img img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.product-thumbnail {
    cursor: pointer;
}

.product-compare-img img{
    transform: translateY(-50%);
}
.product-compare-img .fa-spinner,
.product-thumbnail .fa-spinner,
.enlarged-product-img .fa-spinner
{
    color: #ededed;
    font-weight: 600;
    animation-duration: 4s;
    margin-top: 2rem;
    margin-left: 3%;
    font-size: 32px;
}
.small-thumbnail .fa-spinner{
    margin-top: 0.5rem;
}

img.fade-img {
    opacity: 0;
    transition: opacity 0.5s ease;
}
img.fade-img.loaded {
    opacity: 1;
}
.miners, .exports, .status, .client, .execution-time {
    width: 100%;
}

.client {
    width: 200px;
}

th {
    line-height: 30px;
}

.select2-results__option--highlighted small{
    color: #ffffff !important;
}

.product-preview-columns {
    white-space: nowrap;
}

.product-preview-columns{
    width: 50px;
}
.b-product-preview-filter{
    padding: 9px 1px 1px 1px;
}
th.sort-none, .table .sort-up, .table .sort-down {
    padding-right: 25px;
}

/* sort arrows */
.table .sort-none, .table .sort-up, .table .sort-down {
    cursor: pointer;
}

.table .sort-none:before, .table .sort-up:before, .table .sort-down:before,
.table .sort-none:after, .table .sort-up:after, .table .sort-down:after {
    float: right;
    font-size: 20px;
    color: #c2cfd6;
}

.table .sort-none:before, .table .sort-up:before, .table .sort-down:before {
    margin-right: -10px;
    content: "\2191";
}

.table .sort-none:after, .table .sort-up:after, .table .sort-down:after {
    margin-right: -20px;
    content: "\2193";
}

.table .sort-up:before, .table .sort-down:after {
    color: #20a8d8;
}

.users-table.table-hover tbody tr:hover td,
.users-table.table-hover tbody tr:hover th {
    background-color: #d1d4d7;
}

/* increase the sidebar width to 250px */
.sidebar-fixed .sidebar, .sidebar .sidebar-nav, .sidebar .nav {
    width: 250px;
}

.sidebar-fixed .main, .sidebar-fixed .app-footer {
    margin-left: 250px;
}

@media (max-width: 991.98px) {
    .sidebar, .sidebar-hidden .sidebar {
        margin-left: -250px;
    }
    .sidebar-mobile-show .main {
        margin-left: 250px!important;
        margin-right: -250px!important;
    }
}

/* jQuery select2 */
.select2 {
    max-width: 100%;
}

/* Template editor */
.template-editor {
    border: 1px solid #c2cfd6;
    background: #fafafa;
    padding: 1px 5px;
    max-width: 800px;
}

.app .dd {
    max-width: 800px;
    min-height: 40px;
}

.app .dd-handle {
    padding: 0;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    border-color: #EEE;
    cursor: pointer;
    padding: 3px;
}

.app .dd-handle:before {
    font: 18px/1 FontAwesome;
    content: '\f02b';
    float: left;
    width: 28px;
    height: 32px;
    text-indent: 0;
    margin-right: 5px;
    color: #63c2de;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
}

.app .dd-group > .dd-handle:before {
    content: '\f121';
    color: #20a8d8;
}

.app .dd-content {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #3e515b;
    background: transparent;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.875rem;
    width: calc(100% - 91px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.app .dd-item {
    position: relative;
}

.app .dd-item > button {
    width: 30px;
}

.app .dd-item > a {
    position: absolute;
    color: #fff;
    top: 4px;
    width: 28px;
    height: 28px;
}

.app .dd-item > a:hover {
    color: #fff;
}

.app .dd-item > a[data-btn="add"] {
    right: 66px;
}
.app .dd-item > a[data-btn="edit"] {
    right: 35px;
}

.app .dd-item > a[data-btn="delete"] {
    right: 4px;
}

.app .dd-item > button.dd-collapse::before {
    font: 14px/1 FontAwesome;
    content: "\f068";
}

.app .dd-item > button.dd-expand::before {
    font: 14px/1 FontAwesome;
    content: "\f067";
}

/* Query builder */
.query-builder .rules-group-container {
    border-color: #c2cfd6;
    border-radius: 0;
    background: #fafafa;
    width: 100%;
    padding: 5px;
}

.query-builder .rule-value-container input[type="text"],
.query-builder .rule-value-container input[type="number"],
.query-builder .rule-value-container input[type="date"],
.query-builder .rule-value-container select {
    padding: 0.375rem 0.75rem;
}

.query-builder .rules-group-container .group-actions {
    padding-right: 6px;
}

.query-builder .rules-group-container .group-actions button,
.query-builder .rules-group-container .rule-actions button {
    margin-left: 2px;
    margin-right: 2px;
}

.query-builder .rules-group-container button[data-delete] {
    width: 35px;
    overflow: hidden;
}

.query-builder .rules-group-container button[data-delete] i {
    margin-right: 30px;
}

/* Body overlay */
.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999999999;
}

.overlay-spinner {
    position: fixed;
    top: 50%;
    right: 50%;
    margin-top: -21px;
    margin-right: -21px;
}

.mass-action-checkbox, .dropdown-item, .dropdown-menu {
    cursor: pointer;
}
/* Repricer rules test tool */
#result-area {
    resize: none;
    width: 500px;
    height: 358px;
}

#test-repricer {
    margin:0 auto;
    width: 500px;
}

#repricer-result {
    width: 550px;
    margin:0 auto;
    display: none;
}

.propertyInfo {
    display: block;
    line-height: 28px;
    color: #3e515b;
    background: transparent;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.875rem;
    margin: 0.5rem 0 0.5rem 0;
    border: 1px solid #a4b7c1;
}
.property, .propertyNameLine{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.productFeed.propertyExpandableLine{
    display: inline-block;
    float: left;
    width: 100%;
}

.propertyInnerValue{
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    vertical-align: middle;
}
.propertyInnerValue.long-text{
    padding: 0 33px 0 64px;
}

.propertyInnerLineContent.long-image-url{
    padding: 0 33px 0 33px;
}

.propertyIcons {
    display: inline-block;
    float: left;
}

.propertyIcon {
    display: inline-block;
    float: left;
}

.propertyIcon.single:before {
    content: '\f02b';
}

.propertyIcon.multiple:before {
    content: '\f02c';
}

.propertyIcon.array:before {
    content: '\f121';
}

.propertyIcon.else:before {
    content: '\f142';
}

.propertyIcon:before {
    display: inline;
    font: 18px/1 FontAwesome;
    padding-right: 15px;
    width: 28px;
    height: 32px;
    color: #20a8d8;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}

.propertyName,
.propertyInnerLineContent,
.propertyMapping,
.propertyButton,
.propertyExpandIcon,
.propertyIcon
{
    display: inline-block;
    vertical-align: middle;
}

.propertyExpandIcon{
    float: left;
    margin-left: 10px;
    width: 13px;
    margin-right: 10px;
}

.propertyExpandIcon.noExpand{
    color: #fff;
}

.propertyName{
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-align: left;
    line-height: 28px;
}
.propertyInnerLineContent{
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-align: left;
    line-height: 28px;
    word-wrap: break-word;
    padding-left: 2px;
    max-width: 100%;
}
.propertyMapping{
    float: left;
    text-align: right;
}
.propertyButton{
    float: right;
    margin-right: 1px;
}

.keys-style {
    display: inline;
    font-weight: bold;
    color: #151b1e;
    vertical-align: top;
}

.timeValue {
    display: inline-block;
    margin-left: 0.1rem;
    padding-left: 0.25rem;
}
.plusIcon:before,.minusIcon:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
}

.plusIcon:before {
    content: "\f067";
}

.minusIcon:before {
    content: "\f068";
}

.prod-prev--mapped-attr-name{
    float: right;
    margin-right: 0.5rem;
    line-height: 28px;
    font-weight: lighter;
    color: #151b1e;
}

a[aria-expanded=true] .plusIcon {
    display: none;
}

a[aria-expanded=false] .minusIcon {
    display: none;
}

.propertyNameLine[aria-expanded=true] .plusIcon {
    display: none;
}
.propertyExpandIcon.noExpand .minusIcon,
.propertyNameLine[aria-expanded=false] .minusIcon {
    display: none;
}

.btn-map{
    margin: 1px 0px;
    padding: 5px 7px;
}

.propertyNameLine > * {
    margin-top: 2px;
}
.propertyNameLine > .propertyButton {
    margin-top: unset;
}
.prod-prev--mapped-attr-name, .parent-of-mapped-attr{
    margin-top: 2px;
}

.hidden {
    display:none;
}

.visible {
    display: block;
}

.h-px {
    height: 200px;
}

@media (min-height: 831px) {
    .h-px {
        height: 600px;
    }
}

.groupIcon:before {
    display: inline;
    font: 18px/1 FontAwesome;
    content: '\f121';
    padding-right: 15px;
    width: 28px;
    height: 32px;
    color: #20a8d8;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;

}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text-muted {
    color: #768192 !important;
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

.submitButton {
    float: right;
}

#result-card {
    display: none;
}

.time-stamp {
    line-height: 28px;
    color: #3e515b;
    background: transparent;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.875rem;
    display: inline;
    margin-right: 1rem;
    margin-left: 1rem;
}

.center-text {
    margin-bottom: 1rem;
    text-align: center;
}

.clickIcon {
    cursor: pointer;
}

.clickIcon:hover {
    color: #a4b7c1;
}

.tooLongTittleMakeWithDots {
    width: 30em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_info_imgs {
    height: auto;
}

.product_info_imgs .img-placeholder {
    position: relative;
    float: left;
    min-width: calc(25% - 6px);
    max-width: calc(50% - 6px);
    height: 200px;
    margin: 3px;
    background: #fff;
    text-align: center;
}

.product_info_imgs .img-placeholder img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.product_info_imgs .img-placeholder .fa-spinner {
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
}

input[type="file"] {
    display: none;
}

/* For mobile phones with smaller width than 576px*/
@media (max-width: 576px) {
    .value {
        display: inline-block;
        margin-left: 0.1rem;
        padding-left: 0.25rem;
        width : 70%;
    }

    .app .dd-content {
        width: calc(100% - 93px);
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .query-builder .drag-handle, .query-builder .error-container,
    .query-builder .rule-container .rule-filter-container, .query-builder
    .rule-container .rule-operator-container, .query-builder .rule-container .rule-value-container {
        padding-top: 0.5rem;
    }

    .query-builder .rule-value-container {
        padding-left: 0px;
    }

    .query-builder .rules-group-container .group-actions {
        padding-right: 0px;
    }

    th {
        min-width: 6rem;
    }

    .w-ssm-50 {
        width : 50% !important;
    }

    .h-px {
        height: 500px;
    }

    body.modal-open {
        position: fixed;
        overflow: hidden;
    }

    /* Repricer rules test tool */
    #result-area {
        width: 100%;
    }

    #test-repricer {
        width: 100%;
    }

    #repricer-result {
        width: 100%;
    }

    .time-stamp {
        display: block;
    }

    .mr-ssm-1,
    .mx-ssm-1 {
        margin-right: 0.25rem !important;
    }

    .mr-ssm-2,
    .mx-ssm-2 {
        margin-right: 0.5rem !important;
    }

    .mt-ssm-2,
    .my-ssm-2 {
        margin-top: 0.5rem !important;
    }

    .mb-ssm-2,
    .my-ssm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-ssm-2,
    .mx-ssm-2 {
        margin-left: 0.5rem !important;
    }

    .w-100-ssm {
        width: 100% !important;
    }

    /* product preview */

    .text-area-color {
        -webkit-text-fill-color: rgba(0, 0, 0, 1);
        opacity : 1;
        background: rgb(235, 235, 228);
    }

    .no-padding-card-body, .no-padding-card-block {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .tooLongTittleMakeWithDots-ssm {
        max-width: 175px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .card-body {
        padding: 1rem;
    }

    /* Product export checekr */
    #product-export-checker-result {
        width: 100%;
    }
}

/* Export profile -> filter AND and OR button styles*/

.btn-filterButtons {
    color: #fff;
    background-color: #a4b7c1;
    border-color: #a4b7c1; }
    .btn-filterButtons:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8; }
    .btn-filterButtons:focus, .btn-filterButtons.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5); }
    .btn-filterButtons.disabled, .btn-filterButtons:disabled {
    color: #fff;
    background-color: #a4b7c1;
    border-color: #a4b7c1; }
    .btn-filterButtons:not(:disabled):not(.disabled):active, .btn-filterButtons:not(:disabled):not(.disabled).active,
    .show > .btn-filterButtons.dropdown-toggle {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8; }
    .btn-filterButtons:not(:disabled):not(.disabled):active:focus, .btn-filterButtons:not(:disabled):not(.disabled).active:focus,
    .show > .btn-filterButtons.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5); }

/* notification sticky */
.stickyNotifications {
    position: fixed;
    top: 55px;
    z-index: +100;
}

@media (max-width: 576px) {
    .stickyNotifications {
        max-width: unset;
    }
}

/* Export profile xsd styles */

.code-block-background {
    background-color: #eef;
}

.radio-button-fx-clm {
    width: 50px;
}

/* end of Export profile xsd styles */

.sidebar-minimized .sidebar .nav-item:hover {
    width: 270px;
    overflow: visible;
    text-overflow: ellipsis;
}

.sidebar-minimized .sidebar .nav-link:hover, .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover {
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link, .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .dropdown-toggle {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.example {
 padding: 0; }

.suspended-status {
    background-color: #4f5d73;
}

.pointer{
    cursor: pointer;
}

/* start payment form */
.fg-service, .fg-date, .fg-unit, .fg-price, .fg-actions {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.fg-item {
    width: 15%;
}

.fg-service {
    width: 19%;
}

.fg-date {
    width: 11%;
}

.fg-unit {
    width: 11%
}

.fg-unit {
    width: 10%;
}

.fg-qty {
    width: 10%;
}

.fg-price {
    width: 10%;
}

.fg-total-row {
    width: 10%;
}

.fg-actions {
    width: 5%;
    text-align: center;
}

#item_container .form-group {
    margin-bottom: 5px;
}

.total-block {
    width: 15%;
    position: relative;
    right: -5px;
}

@media (max-width: 760px) {
    .fg-item {
        padding-right: 15px;
    }

    .fg-service, .fg-date, .fg-unit, .fg-qty, .fg-price, .fg-actions {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .total-block {
        width: 30%;
    }

    .payment-form tr th {
        display: none;
    }

    .payment-form tbody, .payment-form tr > td {
        display: table;
        width: 100%;

        margin-bottom: 15px;
    }

    .payment-form tfoot {
        display: table;
        width: 100%;
    }

    .total-block {
        right: 0;
    }

    .total-block tr, .total-block tr td {
        background-color: #fff !important;
    }

}

.card-toolbar {
    float: right;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px;
}

.card-toolbar a.btn {
    padding: 0 .25rem;
}

.form-actions.right {
    text-align: right;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    background-color: #fff;
}

.payment-form i {
    color: #fff;
}

.payment-history .card-body {
    overflow-x: scroll;
}

.payment-request-history table {
    width: 25%;
    max-width: 25%;
}

#pr-email-content {
    max-height: 415px;
    overflow-y: scroll;
}

.modal-pr {
    max-width: 65%;
}

.dmp-modal-notifications:empty {
    display: none !important;
}

.dmp-modal-notifications:not(:empty) {
    padding-bottom: 0;
}

.payment-form ul.dropdown-menu.show {
    padding: 15px 10px;
}

.payment-form ul.dropdown-menu.show li {
    margin-bottom: 10px;
}

.payment-form ul.dropdown-menu.show li a:hover {
    text-decoration: underline;
}

.payment-form ul.dropdown-menu.show li:last-child {
    margin-bottom: 0;
}

#pr-mail-actions {
    color: #fff;
}

/* end payment form */

/* start user edit */
#suspended-block  {
    display: none;
}
/* end user edit */

/* start of Product Export checker */
#product-export-checker-result {
    width: 550px;
    margin:0 auto;
    display: none;
}
/* end of Product Export checker*/

/* start mail queue list */
.mail-preview {
    max-width: 60%;
}

.mail-preview .scroll-block {
    height: 900px;
    overflow-y: scroll;
}

.mail-preview .mail-content table, .mail-preview .mail-content td {
    border: none !important;
}
/* end mail queue list */

@media (max-width: 1429px) {
    /* start user.payments */
    #payment-requests .card-item .table-responsive-sm {
        display: table;
    }
    /* end user.payments */

    .tools-class {
        padding-right: 0px;
        display: table;
    }
}

/* START User Consent */
.user-consent .dmp-modal-content button[data-action="close"] {
    display: none;
}

.user-consent {
    max-width: 50%;
}

.user-consent .scroll-block {
    height: 500px;
    overflow-y: scroll;
}

.user-consent .form-group {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.user-consent input.not-valid {
    outline: red solid 1px; border: 1px solid red;
}

.user-consent #tac > ol {
    padding-left: 22px;
}

.user-consent ol {
    counter-reset: item;
}

.user-consent ol li {
    display: block;
    position: relative;
}

.user-consent ol li ol {
    padding-left: 12px;
}

.user-consent  ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 5px; /* space between number and text */
}

/* END User Consent */

.product_alternatives_container .table td {
    vertical-align: middle;
}
.product_alternatives_container .table td .label {
    padding-left: 0.6rem;
}

/* START User List */
.user-list-row .date-picker {
    width: 100px;
}
/* END User List */

/* START Data Mapping -> Supplier Categories List */
.category-set .select2 {
    margin-right: 5px;
}
/* END Data Mapping -> Supplier Categories List */

/* START user plan information */
.user_plan_padding_20px {
    padding: 20px;
}

.user_plan_padding_bottom_20px {
    padding-bottom: 20px;
}

.user_plan_padding_top_20px {
    padding-top: 20px;
}

.user_plan_font_size_1-5em {
    font-size: 1.5em;
}
/* END user plan information */

/* START of Indexer */
.disable-input-filter {
    opacity: 0.65;
    pointer-events: none;
}

.group-has-error .error-container{
    display: inline-block!important;
    float: left;
    position: relative;
    top: 6px;
}

.warning-yellow-color {
    color: #ffbc00;
}
.warning-red-color {
    color: #E95A5A;
}

.info-blue-color {
    color: #336573;
}

.nav-link.disabled {
    opacity: 0.65;
    pointer-events: none;
}
/* END of Indexer */

/* START of superadmin miners page */
.btn-cursor-pointer {
    color: #E95A5A;
    cursor: pointer;
}
/* END of superadmin miners page */

/* START of Card manager */
.payment-container > div:only-child {
    margin: auto;
}

.save-card-btn {
    display: block;
    margin: auto;
}

.save-card-btn:enabled {
    color: white;
}

.save-card-btn:disabled {
    background-color: #D1D1D1;
    border-color: #BBBBBB;
    color: #777777;
}

.br-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .br-mobile {
        display: block;
    }
}
/* END of Card manager */
.text-trim {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.white-text {
    color: white;
}

.not-display {
    display: none;
}

.dmp-modal-content {
    overflow: auto;
}

.disabled {
    opacity: 0.65;
    pointer-events: none;
}

.full-width {
    width: 100%;
}

.validation-error {
    background-color:#FDD !important;
    border-color:#F99 !important;
}

.app-env-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.dev-color {
    background-color: #6cc871;
}

.stg-color {
    background-color: #fcdd77;
}

.demo-color {
    background-color: #d3eef6;
}

.demo-tab:hover {
    background-color: #d3eef6;
    cursor: pointer;
}

.demo-tab[aria-expanded=true] {
    background-color: #d3eef6;
}

.demo-tab[aria-expanded=true]  .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.real-product-btn {
    background-color: #20a8d8;
    color: #fff;
    padding: 5px 10px;
}

.real-product-btn:hover {
    background-color: #1b8eb7;
    color: #fff;
    text-decoration: none;
}

.not-active-button {
    background-color: transparent;
    border: transparent;
    cursor: pointer;
}

.not-mappable-attribute-info-icon {
    color: #343166;
}


#uploading-demo-notification {
    display: none;
}
#accordion .card-body {
    background-color: #fff;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.demo-padding{
    padding: 1.75rem 4.25rem
}
.demo-margin{
    margin: 1.75rem 4.25rem
}
.right { float: right; }

.infoTab.collapsed .fa-chevron-up {
    display: none;
}
.demoUser{
    line-height: 31px;
}
.borderless{
    border: none;
}

.shiny{
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.shiny i {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.03) 1%, rgba(255,255,255,0.6) 30%, rgb(255, 255, 255) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.85) 71%, rgba(255,255,255,0) 100%);
    width: 15%;
    height: 100%;
    transform: skew(-10deg,0deg);
    animation: move 2s infinite 1s;
}

/* Keyframes for the shine effect */
@keyframes move {
    0%  { left: 0; opacity: 0; }
    5% {opacity: 0.0}
    48% {opacity: 0.2}
    80% {opacity: 0.0}
    100% { left: 82%}
}

.hidden-field {
    display: none !important;
}

.integration-image{
    object-fit: scale-down;
    width: 100%;
}

.rounder{
    border-radius: 3px;
}
.bolder{
    font-weight: bolder;
}

.reset-padding {
    padding: 0;
}

label.required::after {
    content: ' *';
}

.dropdown-list .select2-container--bootstrap{
    width: auto !important;
}

.badge-user-id {
    position: relative;
    top: -0.5px;
    margin-right: 10px;
    cursor: pointer;
}

.admin-miner-error{
    border-bottom: 1px #869fac solid;
    cursor: pointer;
}

.admin-miner-error-content{
    max-width: 650px;
    white-space: pre-wrap;
    margin-bottom: 0px;
    cursor: pointer;
}

.border-top-0 {
    border-top: 0;
}

.table-balanced-columns {
    width: 100%;
    table-layout: fixed;
}

.center-vertically {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.center-vertically i {
    margin-left: 2px;
}

.light-blue-background {
    background-color: #e0f3f8;
    padding: 2px 10px !important;
    border-radius: 10px;
}

.price-calculation-formula-value {
    padding: 2px 10px !important;
}

.statistics-card .card-header{
    background-color: #D1D4D7;
    border: 1px solid #c4c4c4;
}

.feed-columns-to-display {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between; /* <-- ensures left/right separation */
}

.image-carousel-container .arrow{
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #000;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
}

.image-carousel-container .arrow-left{
    left: 10px;
}

.image-carousel-container .arrow-right{
    right: 10px;
}

.card-settings{
    position: absolute;
    right: -1px;
    padding: 5px 15px 5px 12px;
    border: 1px solid #BCBEC1;
    border-radius: 5px 5px 0 0;
    background-color: #F5F5F5;
    top: -33px;
    z-index: 10;
    color: #29363d;
    cursor: pointer;
}

.card-settings-content{
    border-bottom: 1px solid #DCDCDC;
}
.card-settings-content .card{
    margin-top: 0;
    margin-bottom: 0;
}

.products-feed-header th {
    vertical-align: middle !important;
    white-space: nowrap;
}

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

#payWallPopUp-dmp-modal .modal-header .modal-title{
    font-size: 30px;
    text-align: center;
}
#payWallPopUp-dmp-modal .modal-footer {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #c2cfd6;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}
#payWallPopUp-dmp-modal .modal-footer .footer-content-line{
    display: flex;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
    padding: 5px;
}

#payWallPopUp-dmp-modal .modal-footer .conditions{
    font-size: 12px;
}
.payWallContent{
    padding: 20px 60px 0px 60px;
    font-size : 20px
}
.payWallContent ul {
    list-style-type: none;
}

.icon-info {
    cursor: pointer;
}

.demo_suppliers_catalog {
    background-color: #20a8d8;
}

.plan-calc {
    font-size: 14px;
}

.plan-calc__title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.plan-calc__section {
    margin-bottom: 12px;
}

.plan-calc__section-title {
    font-weight: 600;
    margin-bottom: 6px;
}

.plan-calc__row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    padding: 5px 0;
    align-items: center;
}

.plan-calc__row--base {
    font-weight: 600;
}

.plan-calc__row--included {
    grid-template-columns: 1fr auto;
}

.plan-calc__label {
    color: #336573;
}

.plan-calc__value--title {
    font-weight: 600;
}

.plan-calc__price {
    font-weight: 600;
    white-space: nowrap;
}

.plan-calc__divider {
    margin: 12px 0;
}

.plan-calc__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-calc__total-label {
    font-size: 16px;
    font-weight: 700;
}

.plan-calc__total-price {
    font-size: 20px;
    font-weight: 800;
}

.plan-calc__meta {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.sku-badge {
    font-size:10px;
    color: #333333;
}

.truncate {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#integrations_list .truncate {
    max-width: 200px;
}