.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}

.select2-container .select2-selection--single:focus {
    outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}

.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8f9fa !important;
    color: #16181b !important;
}

.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #626ed4 !important;
    color: #fff !important;
}

.select2-results__option {
    padding: 6px 12px !important;
}

.select2-dropdown {
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 3px !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #495057 !important;
}

.select2-container
    .select2-selection--multiple
    .select2-search__field::-webkit-input-placeholder {
    color: #495057 !important;
}

.select2-container
    .select2-selection--multiple
    .select2-search__field::-moz-placeholder {
    color: #495057 !important;
}

.select2-container
    .select2-selection--multiple
    .select2-search__field:-ms-input-placeholder {
    color: #495057 !important;
}

.select2-container
    .select2-selection--multiple
    .select2-search__field::-ms-input-placeholder {
    color: #495057 !important;
}

.select2-container
    .select2-selection--multiple
    .select2-search__field::placeholder {
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 3px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}

.note-editor.note-frame {
    border: 1px solid #ced4da !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.note-editor.note-frame .note-statusbar {
    background-color: #eff2f7 !important;
    border-top: 1px solid #eff2f7 !important;
}

.dropzone {
    min-height: 111px !important;
    border: 2px dashed #ced4da !important;
    background: #fff !important;
    border-radius: 6px !important;
}

.dropzone .dz-message {
    font-size: 24px !important;
}

.dropzone .dz-preview .dz-error-message,
.dropzone .dz-preview .dz-error-mark {
    display: none !important;
}

.dropzone .dz-preview .dz-remove {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.55) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    z-index: 30;
    cursor: pointer;
}

.dropzone .dz-preview .dz-remove::before {
    content: "\00d7";
    display: block;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-indent: 0;
    color: #fff;
}

.dropzone .dz-preview .dz-remove:hover {
    background: rgba(0, 0, 0, 0.85) !important;
}

form.dropzone {
    min-height: 180px !important;
    padding: 24px !important;
    border: 2px dashed #d6dde6 !important;
    border-radius: 12px !important;
    background-color: #fafbfd !important;
    background-image: linear-gradient(180deg, #fafbfd 0%, #f3f6fa 100%);
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    cursor: pointer;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    gap: 12px;
    box-sizing: border-box !important;
    overflow: hidden;
}

form.dropzone:hover {
    border-color: #b6c0ce !important;
    background-color: #f5f8fc !important;
}

form.dropzone.dz-drag-hover {
    border-color: #556ee6 !important;
    background-color: #eef1fc !important;
    box-shadow: 0 0 0 4px rgba(85, 110, 230, 0.10);
}

form.dropzone .dz-message {
    margin: 0 !important;
    text-align: center;
    color: #6b7280;
    cursor: pointer;
    flex: 1 1 100%;
}

form.dropzone .dz-message .bxs-cloud-upload {
    color: #9ca3af;
    font-size: 56px !important;
    transition: color 0.18s ease, transform 0.18s ease;
}

form.dropzone:hover .dz-message .bxs-cloud-upload {
    color: #6b7280;
}

form.dropzone.dz-drag-hover .dz-message .bxs-cloud-upload {
    color: #556ee6;
    transform: translateY(-2px);
}

form.dropzone .dz-message h4 {
    font-size: 16px !important;
    font-weight: 500;
    color: #495057;
    margin: 0;
    letter-spacing: 0.1px;
}

form.dropzone .dz-preview {
    flex: 0 0 150px;
    margin: 0 !important;
    padding: 14px !important;
    width: 150px !important;
    min-height: 150px !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #e9edf2;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    animation: dz-preview-in 0.22s ease;
    box-sizing: border-box;
}

@keyframes dz-preview-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

form.dropzone .dz-preview:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.10);
    border-color: #d6dde6;
}

form.dropzone .dz-preview .dz-image {
    border-radius: 8px !important;
    width: 100% !important;
    height: 84px !important;
    background: #f3f4f6 !important;
    display: block !important;
    overflow: hidden !important;
}

form.dropzone .dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

form.dropzone .dz-preview .dz-details {
    position: static !important;
    padding: 10px 0 0 !important;
    opacity: 1 !important;
    color: #1f2937 !important;
    background: none !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    pointer-events: none;
}

form.dropzone .dz-preview .dz-details .dz-filename {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    margin: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

form.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span,
form.dropzone .dz-preview .dz-details .dz-filename:hover span {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important;
}

form.dropzone .dz-preview .dz-details .dz-size {
    font-size: 11px !important;
    color: #6b7280 !important;
    margin: 4px 0 0 !important;
}

form.dropzone .dz-preview .dz-details .dz-size strong {
    font-weight: 500;
}

form.dropzone .dz-preview .dz-progress {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 10px !important;
    top: auto !important;
    width: auto !important;
    height: 4px !important;
    margin: 0 !important;
    background: #e5e7eb !important;
    border-radius: 999px;
    overflow: hidden;
}

form.dropzone .dz-preview .dz-progress .dz-upload {
    background: #556ee6 !important;
    border-radius: 999px;
    transition: width 0.2s ease;
}

form.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.3s ease 0.2s;
}

form.dropzone .dz-preview.dz-success .dz-image {
    box-shadow: inset 0 0 0 2px #34c38f;
}

form.dropzone .dz-preview.dz-error {
    border-color: #f1aeb5 !important;
    background: #fff7f8 !important;
}

form.dropzone .dz-preview.dz-error .dz-image {
    box-shadow: inset 0 0 0 2px #f46a6a;
}

form.dropzone .dz-preview .dz-remove {
    opacity: 0;
    transition: opacity 0.15s ease, background 0.15s ease;
}

form.dropzone .dz-preview:hover .dz-remove,
form.dropzone .dz-preview.dz-error .dz-remove {
    opacity: 1;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #626ed4 !important;
}

.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}

.irs--square .irs-max,
.irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}

.irs--square .irs-bar,
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
    background: #ea5d31 !important;
    font-size: 11px !important;
}

.irs--square .irs-handle {
    border: 2px solid #ea5d31 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff !important;
}

.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}

.fc-event {
    border-radius: 2px !important;
    border: none !important;
    cursor: move !important;
    font-size: 0.8125rem !important;
    margin: 5px 7px !important;
    padding: 5px !important;
}

.fc-event .fc-content {
    color: #fff !important;
}

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

.asterisk:after {
    content: " *";
    color: red;
}

.bg-primary.bg-soft {
    background-color: #f9e2c7 !important;
}

.nav-pills .nav-link {
    color: inherit;
}

table.tree-table tbody .title .icon-box {
    width: 25px;
}

.icon-btn-border {
    border: 1px solid #ced4da !important;
}

/* Tooltip text */
.has-tooltip {
    position: relative;
}

.has-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    max-width: 200px;
    /*bottom: 100%;*/
    z-index: 1;
    font-size: 12px !important;
    font-family: var(--bs-font-sans-serif);
    margin-top: -35px;
    white-space: initial;
}

/* Show the tooltip text when you mouse over the tooltip container */
.has-tooltip:hover .tooltiptext {
    visibility: visible;
}
.has-tooltip:hover .tooltiptext-two {
    visibility: visible;
}

.has-tooltip .tooltiptext-two {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    max-width: 200px;
    /*bottom: 100%;*/
    z-index: 1;
    font-size: 12px !important;
    font-family: var(--bs-font-sans-serif);
    white-space: initial;
    opacity: 1 !important; /* or any desired value */
}

/* Show the tooltip text when you mouse over the tooltip container */
.has-tooltip:hover .tooltiptext-two {
    visibility: visible;
    opacity: 1 !important;
}

.small-input {
    height: 30px;
}

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

.font-weight-normal {
    font-weight: normal !important;
}

.max-width-300 {
    max-width: 300px !important;
}

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

.text-left {
    text-align: left !important;
}

.toast-success {
    background-color: #ea5d31 !important;
    border: 1px solid #ea5d31 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.w-480 {
    width: 480px !important;
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.max-w-500 {
    max-width: 500px !important;
}

.input-width {
    width: 390px !important;
}

.div-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.project-list-table {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.table > :not(caption) > * > * {
    padding: 6px 10px;
    box-sizing: content-box;
}

.sort-span {
    display: block;
    margin-bottom: -14px !important;
}

.modal-image {
    width: 30%;
}

.modal-form {
    width: 70%;
}

.folder-card-active {
    background-color: #eff2f761 !important;
}

.file-manager-card {
    overflow-y: scroll; /* Add a vertical scroll bar */
    overflow-x: hidden; /* Hide the horizontal scroll bar */
    height: 350px !important;
}

.file-manager-uncategorized {
    overflow-y: scroll; /* Add a vertical scroll bar */
    overflow-x: hidden; /* Hide the horizontal scroll bar */
    height: 220px !important;
}

.dropdown-divider.highlight {
    border-top: 2px solid #007bff;
}

.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.event-none {
    pointer-events: none !important;
}

.media-tag {
    height: 65px;
    width: 90px;
}

.text-truncate {
    display: block;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 12em; /* adjust to the desired number of characters */
}

.c-pointer {
    cursor: pointer;
}

.colorBox {
    display: inline-block;
    width: calc(1.8 * 20px);
    height: calc(1.8 * 20px);
    border: 1px solid #000;
    border-radius: calc(1 * 4px);
    cursor: pointer;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

#loader .sr-only {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#password-strength-indicator {
    margin-top: 8px;
    height: 6px;
    border-radius: 3px;
    background-color: lightgray;
}

.strength-weak {
    background-color: red !important;
    width: 33.33%;
}

.strength-medium {
    background-color: yellow !important;
    width: 66.66%;
}

.strength-strong {
    background-color: green !important;
    width: 100%;
}

.password-strength-text {
    margin-top: 4px;
    font-weight: bold;
}

.border-black {
    border: 1px solid #ced4da !important;
}

.border-top-black {
    border-top: 1px solid #ced4da !important;
}

.textarea-container .tox-tinymce {
    height: 200px !important; /* Set your desired height here */
}

.table-media {
    max-height: 40px;
    max-width: 70px;
}

.highlighted-cell {
    background-color: rgb(255, 174, 160) !important;
}

.content-overflow {
    position: relative;
    width: 200px;
}

.content-data {
    overflow: hidden;
    white-space: nowrap;
    max-height: 20px;
    max-width: 175px;
}

.ellipsis-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none; /* Allow clicks to pass through the overlay */
    height: 100%;
    width: 20px; /* Width of the overlay, adjust as needed */
    display: none; /* Initially hide the overlay */
}

.collection-card {
    cursor: pointer; /* Set cursor to pointer for the whole card */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow */
}

.collection-card div,
p {
    color: #495057;
}

.collection-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Thicker shadow on hover */
}

#custom-properties {
    min-height: 350px;
    overflow-x: auto;
}

#custom-property-collections {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.custom-w-25 {
    width: calc(25% - 20px);
}

#item-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.img-option {
    width: 50px;
    height: 50px;
}

.selected-img-option {
    width: 20px;
    height: 20px;
}

.accessory_image {
    width: 100%;
}

.cp-item-table {
    border-collapse: collapse;
}

.td-wrapper {
    max-height: 40px;
    overflow: hidden;
}

.show {
    display: block;
}

.w-33 {
    width: 33%;
}

.pagination-new-ui .page-link {
    border: none;
    color: #a0aec0;
    /* background-color: transparent !important; */
}

.pagination-new-ui .page-item.active .page-link,
.pagination-new-ui .page-item:hover .page-link {
    background-color: #f5f5f9;
    border-radius: 12px;
    color: #383643;
}

.pagination-new-ui .page-item:hover .page-link {
    background-color: #f5f5f9;
    border-radius: 12px;
    color: #383643;
}

.icon-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.icon-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.icon-gray-light {
    color: #c4c4c4;
    height: 22px;
    width: 22px;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.nav-link.link-active {
    background-color: #565656 !important;
    color: #ffffff !important;
}
#reports-table tr.active {
    background-color: #f5f5f9 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.w-35 {
    width: 35% !important;
}

.w-65 {
    width: 65% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.tile-card {
    border: 1px solid #d0d5dd !important;
    scroll-margin-top: 70px !important;
    border-radius: 8px !important;
    box-shadow:
        0 1px 2px 0 rgba(16, 24, 40, 0.06),
        0 1px 3px 0 rgba(16, 24, 40, 0.1) !important;
    margin-bottom: 16px;
}

.h-36px {
    height: 36px !important;
}

.right-3 {
    right: 16px !important;
}

.bottom-3 {
    bottom: 16px !important;
}

.comparison-text {
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: end;
    margin-right: 40px;
    font-weight: normal;
    font-size: 14px;
}

.chart-wrapper {
    position: relative;
    min-height: 300px;
}

.chart-empty-overlay {
    position: absolute;
    top: 0;
    left: 48px; /* clears y-axis */
    right: 0;
    bottom: 28px; /* clears x-axis */
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    pointer-events: none;
}

.chart-empty-text {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    text-align: center;
    line-height: 1.6;
}

.summary-title {
    font-size: 20px;
    color: slategray;
}

.summary-title.tile-sm {
    font-size: 16px;
}

.summary-value {
    font-size: 28px;
}

.summary-value.tile-sm {
    font-size: 24px;
}

.summary-info {
    font-size: 15px;
}

.summary-prev-info {
    font-size: 14px;
    line-height: 18px;
}

.fs-12 {
    font-size: 12px !important;
}

.z-9 {
    z-index: 9 !important;
}
.nav-link.link-active {
    background-color: #565656 !important;
    color: #ffffff !important;
}

#media-card .product-media-dropzone,
#configurator-rule-file-card .product-media-dropzone {
    align-items: center;
    background: #ffffff;
    border: 1px dashed #d9dee7;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 126px;
    padding: 24px 32px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#media-card .product-media-dropzone.is-dragover,
#configurator-rule-file-card .product-media-dropzone.is-dragover {
    background: #fff7f2;
    border-color: #ea6335;
    box-shadow: 0 0 0 4px rgba(234, 99, 53, 0.08);
}

#media-card .product-media-dropzone.is-uploading,
#configurator-rule-file-card .product-media-dropzone.is-uploading {
    cursor: progress;
    opacity: 0.8;
}

#media-card .product-media-dropzone__message,
#configurator-rule-file-card .product-media-dropzone__message {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    width: 100%;
}

#media-card .product-media-dropzone__row,
#configurator-rule-file-card .product-media-dropzone__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    width: 100%;
}

#media-card .product-media-dropzone__copy,
#configurator-rule-file-card .product-media-dropzone__copy {
    align-items: center;
    color: #8b8f97;
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    font-weight: 600;
    gap: 18px;
    justify-content: center;
    margin: 0;
}

#media-card .product-media-dropzone__separator,
#configurator-rule-file-card .product-media-dropzone__separator {
    color: #8b8f97;
    font-weight: 500;
}

#media-card .product-media-dropzone .view-large-modal,
#configurator-rule-file-card .product-media-dropzone .view-large-modal {
    background: #ea6335;
    border-color: #ea6335;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    min-width: 222px;
    padding: 11px 24px;
}

#media-card .product-media-dropzone .view-large-modal:hover,
#media-card .product-media-dropzone .view-large-modal:focus,
#configurator-rule-file-card .product-media-dropzone .view-large-modal:hover,
#configurator-rule-file-card .product-media-dropzone .view-large-modal:focus {
    background: #df5a2f;
    border-color: #df5a2f;
}

.product-media-uploading-row .menuDiv {
    background: #fcfaf3;
}

.product-media-upload-preview-shell {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin: 8px auto 10px;
    max-width: 110px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-media-upload-preview {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-media-upload-preview-icon {
    color: #a0a7b3;
    font-size: 34px;
}

.product-media-upload-spinner {
    animation: product-media-upload-spin 0.9s linear infinite;
    border: 3px solid rgba(234, 99, 53, 0.18);
    border-radius: 999px;
    border-top-color: #ea6335;
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
}

.product-media-upload-meta {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 6px;
    width: 100%;
}

.product-media-upload-name {
    color: #343a40;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    word-break: break-word;
}

.product-media-upload-progress {
    background: #e5e7eb;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
    width: 100%;
}

.product-media-upload-progress-fill {
    background: #ea6335;
    border-radius: inherit;
    height: 100%;
    transition: width 0.2s ease;
    width: 0;
}

.product-media-upload-progress-text {
    color: #5f6673;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

@keyframes product-media-upload-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 767px) {
    #media-card .product-media-dropzone,
    #configurator-rule-file-card .product-media-dropzone {
        min-height: 140px;
        padding: 20px;
    }

    #media-card .product-media-dropzone__row,
    #media-card .product-media-dropzone__copy,
    #configurator-rule-file-card .product-media-dropzone__row,
    #configurator-rule-file-card .product-media-dropzone__copy {
        gap: 10px;
    }

    #media-card .product-media-dropzone__copy,
    #configurator-rule-file-card .product-media-dropzone__copy {
        font-size: 15px;
    }

    #media-card .product-media-dropzone .view-large-modal,
    #configurator-rule-file-card .product-media-dropzone .view-large-modal {
        min-width: 180px;
        width: 100%;
    }
}
.category-description-cell .text-truncate {
    width: 100% !important;
    font-size: 13px;
}
