body.login-page {
    background: #000;
}

.login-logo strong {
    color: #fff;
}

.forget-password-ct {
    color: #fff;
}

.forget-password-ct:hover {
    color: #fff;
    text-decoration: underline;
}

.ct-login-btn {
    background: #2bb34b;
    border: none;
    border-radius: 15px !important;
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #2bb34b;
}

.ct_group_list {
    display: inline-grid;
    width: 30%;
    padding-right: 10px;
}

.ct_group_permissions_list {
    display: inline-grid;
    width: 68%;
    border-left: 1px solid #e9ecef;
    padding-left: 10px;
}

.ct_modal_title {
    font-weight: 700;
}

.ct_user_group_name.active,
.ct_user_group_name:hover {
    background: #efeded;
    font-weight: bold;
}

.ct_user_group_name {
    border: 1px solid #cecece;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
}

.ct_modal_title {
    background: #f3f3f3;
    padding: 6px 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.ct_remove_user_group {
    display: none;
    position: absolute;
    top: 6px;
    right: 7px;
    padding: 2px 10px;
    border-radius: 6px;
    cursor: pointer;
    background: #ff8d8d;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.ct_remove_user_group_confirm_box {
    display: none;
    width: 100%;
    top: 0;
    z-index: 9;
    left: 0;
    padding: 5px;
    background: #e2e2e2;
    position: absolute;
    border-radius: 5px;
}

.ct_remove_user_group_confirm_title {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}

.ct_remove_user_group_confirm {
    background: #059001;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    display: inline-block;
}

.ct_remove_user_group_cancel {
    background: #9ca09c;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    display: inline-block;
}

.sap_filter_Actions {
    display: none;
}

.sap_filter_Internal {
    width: 80px !important;
}

.sap_filter_Brand {
    width: 100px !important;
}

.sap_filter_Color {
    width: 60px !important;
}

.sap_filter_Category {
    width: 80px !important;
}

.sap_filter_Registration {
    width: 140px !important;
}

.sap_filter_Manufacturing {
    width: 140px !important;
}

.sap_filter_Wheel {
    width: 100px !important;
}

.sap_filter_Mileage {
    width: 80px !important;
}

.sap_filter_Wheelbase {
    width: 80px !important;
}

.sap_filter_EURO {
    width: 80px !important;
}

.sap_filter_input.sap_filter_Additional {
    width: 150px;
}

.sap_filter_input.sap_filter_VIN.Number {
    width: 140px;
}

#sapProductTable_wrapper div.dt-button-collection {
    width: 100% !important;
}

#sapProductTable_wrapper div.dt-button-collection .dt-button {
    width: 24% !important;
    display: inline-block !important;
}

table#sapProductTable {
    font-size: 14px;
}

td.not_found_in_spec:after {
    position: absolute;
    top: 30px;
    background: #ffffff;
    padding: 10px;
    display: none;
    width: 240px;
    right: 10px;
    text-align: center;
    font-weight: normal;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 1px #312e2e91;
    border: 1px solid #cecece;
    color: #000;
    z-index: 9;
}

td.not_found_in_spec {
    font-weight: bold;
    color: red;
    position: relative;
}

.not_found_in_spec:hover::after {
    display: block;
    content: "Not found in SAP specification";
}

.SAP_Wrong_variables_table samp.sf-dump-expanded span:first-child {
    display: none;
}

span.info-box-icon.bg-success {
    background-color: #2bb34b !important;
}

.fleet_managment_filter_add_condition {
    text-align: center;
    width: 100%;
    border: 1px solid #cecece;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 8px;
}

td.notExistInternalId {
    font-weight: bold;
    color: red;
    position: relative;
}

.notExistInternalId:hover::after {
    display: block;
    content: "Vehicle with this Internal ID not exist";
}

td.notExistInternalId:after {
    position: absolute;
    top: 30px;
    background: #ffffff;
    padding: 10px;
    display: none;
    width: 340px;
    right: 10px;
    text-align: center;
    font-weight: normal;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 1px #312e2e91;
    border: 1px solid #cecece;
    color: #000;
    z-index: 9;
}

#dropzone {
    position: relative;
    border: 5px dotted #000;
    border-radius: 10px;
    color: #000;
    margin: 30px auto;
    text-align: center;
    background: url("../img/xls_upload_paceholder.png") no-repeat right;
    background-size: contain;
}

.custom-prices-upload #dropzone {
    background: url("../img/xls_custom_price_upload_paceholder.png") no-repeat right;
    background-size: 600px;
}

#uploadImagesModal #dropzone {
    background: none;
    margin: 0;
}

#uploadImagesModal .drag-drop-name,
#uploadImagesModal .drag-drop-uploading {
    width: auto;
}

#dropzone.hover {
    border: 4px solid green;
    color: green;
}

#dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#dropzone .inner-text {
    text-align: left;
    padding: 200px 200px;
}

#dropzone .inner-text.preview-image {
    text-align: unset;
    padding: 10px;
}

.xls-descriptions-preview .fi {
    height: 12px;
    line-height: 12px;
}

.not-found-in-xls {
    color: #d30000;
}

.xls-descriptions-preview .callout.callout-warning p {
    margin: 0;
    font-size: 12px;
}

.xls-descriptions-preview tbody td {
    font-size: 12px;
    padding: 8px;
}

.drag-drop-uploading {
}

.drag-drop-title-icon {
    font-size: 40px;
    color: #218838;
}

.drag-drop-title {
    font-size: 20px;
}

.drag-drop-title-icon i {
    margin: 10px 0;
}

.drag-drop-title {
    font-size: 20px;
}

.drag-drop-title-seperator {
    margin: 10px 0;
}

.drag-drop-name,
.drag-drop-uploading {
    width: 250px;
    text-align: center;
}

.drag-drop-name .btn {
    background: #218838;
    color: #fff;
}

.nav-item span.fi {
    height: 12px;
    line-height: 12px;
}

.sections .card-primary:not(.card-outline) > .card-header {
    background-color: #f0f3f5;
}

.sections .card-primary:not(.card-outline) > .card-header,
.sections .card-primary:not(.card-outline) > .card-header a {
    color: #000;
}

.how_to_msg a {
    color: #31873a !important;
}

.how_to_msg a:hover {
    text-decoration: underline;
}

.remove_description_section {
    color: black;
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 20;
    cursor: pointer;
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 100%;
    border: 1px solid #cfd4da;
    transition: 0.2s;
}

.remove_description_section:hover {
    background: #e9ecef;
}

.sections .card {
    position: relative;
}

.browse_xls_history_content_container {
    display: none;
    position: absolute;
    z-index: 10;
    background: #e3e3e3;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    overflow-y: scroll;
}

.upload_by_uploaded_xls_file {
    font-size: 13px;
    padding: 10px;
    border: 1px solid #cecece;
    margin: 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
    background: #fff;
}

.upload_by_uploaded_xls_file:hover {
    background: #f3f3f3;
}

.browse_xls_history_close {
    background: #ffffff;
    padding: 10px 20px;
    box-shadow: -3px 2px 3px 2px #494646;
    border-radius: 0 50px 50px 0;
    position: absolute;
    left: 300px;
    top: 16px;
    z-index: 10;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    display: none;
}

.browse_xls_history_loader {
    position: absolute;
    top: 50%;
    left: 38%;
    font-weight: bold;
}

.browse_xls_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
    left: 0;
    top: 0;
    z-index: 9;
}

.section_name_container {
    position: relative;
}

.use_translator {
    position: absolute;
    top: 6px;
    background: #f0f3f5;
    right: 0;
    padding: 0px 5px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: #3b3939;
    cursor: pointer;
    transition: 0.2s;
}

.use_translator:hover {
    background: #e9ecef;
}

.translations-missing-info-box .info-box {
    border-left: 3px solid #ff0000;
}

td.editable_translation {
    position: relative;
}

.edit_translation {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 9px;
    background: #ffffff;
    box-shadow: 0px 1px 6px 1px #b1b0b0;
    padding: 5px 7px;
    border-radius: 100%;
    transition: 0.2s all;
    cursor: pointer;
    display: none;
}

.edit_translation_hide {
    display: none;
}

td.editable_translation:hover .edit_translation {
    display: block;
}

.hide-for-edit {
    display: none;
}

td.editable_translation:hover .hide-for-edit {
    display: none !important;
}

.edit_translation_text_box textarea {
    width: 100%;
    border: 1px solid #cecece;
    box-shadow: 0px 0px 4px -1px #4b4949;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
}

.edit_translation_text_box {
    text-align: right;
}

.edit_translation_text_box .save_translation_text {
    background: #40b24d;
    color: #fff;
}

.edit_translation_text_box .btn {
    font-size: 12px;
    margin-left: 4px;
}

.edit_with_chatgpt,
.edit_with_google_translator {
    background: url(../img/chatgpt.svg);
    background-size: 16px;
    background-position: 4px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 23px;
    width: 116px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 7px;
    border: 1px solid #cecece;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    transition: 0.1s all;
}

.edit_with_google_translator {
    background-image: url(../img/google_translate.svg);
    width: 140px;
}

.edit_with_chatgpt.waiting_response,
.edit_with_google_translator.waiting_response {
    background-color: #4eb14f;
    color: #fff;
    cursor: wait;
}

input.translation_table_filter_input.translation_table_filter_ID {
    width: 50px;
}

.translator_modal_translating_from,
.translator_modal_translating_to,
.translator_modal_translating_to_chatgpt,
.translator_modal_translating_to_google_translate {
    background: #f6f6f6;
    padding: 10px;
    margin: 10px 0;
    border-left: 3px solid #6c757d;
}

.translator_modal_translating_from.error_msg,
.translator_modal_translating_to.error_msg,
.translator_modal_translating_to_chatgpt.error-msg,
.translator_modal_translating_to_google_translate.error-msg {
    border-left: 3px solid #ff0000;
}

.translator_modal_translating_to.error_msg i,
.translator_modal_translating_from.error_msg i {
    color: #ff0000;
}

.use_translation.btn.btn-default {
    background: #1fa74b;
    color: #fff;
    display: block;
    width: 200px;
    margin-top: 10px;
}

.multiple_translation_line:last-child {
    border-bottom: none;
}

.multiple_translation_line {
    border-bottom: 1px solid #6d757d42;
    padding: 6px 0;
}

.multiple_translation_line.not-found {
    color: #d50000;
}

.multiple_translation_line.waiting-for-translation {
    color: #999999;
}

.multiple_translation_line.waiting-for-translation i {
    color: #37a64d;
}

.not_complete_descriptions,
.complete_descriptions,
.not_synced {
    background: #f90000;
    padding: 1px 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 21px;
    display: inline-block;
}

.complete_descriptions {
    background: #0ca304;
}

.not_synced {
    color: #000;
    background: #ddd;
}

table#materialDescriptionsTable input,
table#orderManagmentTable input,
table#imagesManagmentTable input {
    width: 100%;
    min-width: 85px;
}

table#materialDescriptionsTable,
table#orderManagmentTable,
table#imagesManagmentTable {
    font-size: 14px;
}

.product-description-settings-form {
    font-size: 12px;
}

.product-description-settings-form input {
    font-size: 12px;
}

.product-description-settings-form input:placeholder {
    font-size: 12px;
}

.material_templates_content,
.material_templates_list,
.logs_list,
.logs_content {
    margin: -20px;
    padding: 20px;
    overflow-y: scroll;
    height: 550px;
}

.template_section_separate {
    font-size: 12px;
    background: #e7e7e7;
    padding: 6px;
    margin-bottom: 10px;
    border-left: 5px solid #3a78fd;
    box-shadow: 0px 1px 4px 0px #696868;
}

.choose_material_template {
    font-size: 12px;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 1px 5px 0px #00000057;
}

.material_templates_content td,
.material_templates_content th {
    font-size: 12px;
}

.material_templates_content .callout.callout-warning p {
    margin: 0;
    font-size: 12px;
}

.choose_material_template.active_template {
    border-left: 5px solid #1fa74b;
}

.material_templates_content .material_template_html_preview {
    display: flex;
    flex-direction: column-reverse;
}

.sap_translation-warning {
    display: none;
}

.sap_translation-show {
    display: block;
}

.sap_translation-hide {
    display: none;
}

.sap_translation-warning.sap_translation-show {
    color: #ff6f00;
    font-size: 16px;
}

.feature_table_title {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #cecece;
    position: relative;
}

.feature_table_title.template_list {
    border-top: 10px solid #dee2e6;
}

.add_feature {
    position: absolute;
    right: 12px;
    padding: 4px 10px;
    border: 1px solid #cecece;
    background: #ffffff;
    top: 5px;
    cursor: pointer;
    border-radius: 6px;
}

.add_feature_error_message {
    font-size: 12px;
    border-left: 3px solid #d33f48;
    margin-top: 10px;
    padding: 3px 10px;
    color: #d33f48;
    display: none;
}

table#orderManagmentTable {
    width: 100% !important;
}

table#orderManagmentTable td:last-child {
    min-width: 220px !important;
}

.missing-langs {
    font-size: 12px;
    margin-top: 20px;
}

.log_item.success .log_status {
    color: #0bab00;
}

.log_item.failed .log_status {
    color: #fd0000;
}

.log_item {
    background: #ffffff;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #cecece;
    border-radius: 3px;
    border-left: 4px solid #cecece;
    line-height: 16px;
    font-size: 16px;
}

.log_item.active {
    box-shadow: 0px 0px 4px 1px #545454;
    border-color: #fff;
    border-left: 4px solid #cecece;
}

.log_item.success {
    border-left-color: #0bab00;
}

.log_item.failed {
    border-left-color: #ff0000;
}

.log_item .log_status {
    font-size: 12px;
}

.log_preview_label {
    font-weight: 600;
}

.log_preview_endpoint,
.log_preview_status,
.log_preview_request,
.log_preview_date,
.log_preview_response {
    background: #eeeeee;
    padding: 10px;
    border-left: 4px solid #999999;
}

table#SalesForceMaterialsTable {
    width: 100% !important;
}

.loadingProducts {
    text-align: center;
    font-size: 37px;
    color: #2bb34b;
    padding: 50px;
}

/* ruleBuilder */
.ruleGroup {
    background: #f8f9fa;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
}

.conditionValues .selectableValue,
.conditionValues .textableValues,
.conditionValues .betweenValues {
    display: none;
}

.conditionValues .active {
    display: block;
}

.condition {
    display: inline-flex;
    width: 100%;
    gap: 20px;
    position: relative;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 3px;
    border-left: 10px solid #dddddd;
    margin-top: 10px;
}

.condition input,
.condition select {
    background: #ffffff;
    padding: 10px;
    width: 33%;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.conditionValues {
    width: 33%;
}

.conditionValues input,
.conditionValues select {
    width: 100%;
}

.addRuleToGroup {
    margin-top: 10px;
}

.condition:not(:first-child):after {
    content: "OR";
    height: 20px;
    width: 29px;
    position: absolute;
    top: -23px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #b9b9b9;
    font-weight: bold;
}

.condition:not(:first-child) {
    margin-top: 26px;
}

.condition.andOperator:not(:first-child):after {
    content: "AND";
}

.ruleGroup:not(:first-child):after {
    content: "AND";
    height: 20px;
    width: 29px;
    position: absolute;
    top: -23px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #b9b9b9;
    font-weight: bold;
    left: 0;
}

.ruleGroup:not(:first-child) {
    margin-top: 26px;
    position: relative;
}

.removeRuleGroup {
    position: absolute;
    top: -11px;
    right: -14px;
    background: #2bb34b;
    padding: 5px 8px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    z-index: 9;
    border-radius: 100%;
    font-weight: bold;
    cursor: pointer;
}

.removeRule {
    position: absolute;
    top: -10px;
    right: -8px;
    background: #6c757d;
    padding: 4px 7px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    z-index: 9;
    border-radius: 100%;
    font-weight: bold;
    cursor: pointer;
}

.conditionValues .active {
    display: flex;
    gap: 10px;
}

table#sapProductPrices {
    width: 100% !important;
}

.missing-lang-translation {
    display: inline-block;
    padding: 3px 6px;
    margin: 2px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    background: #d1d1d2;
}

.sap-specification-translation-label {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.missing-specification {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    background-color: red;
    margin-left: 5px;
}

.dot-success {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2bb34b;
    border-radius: 100%;
    margin-right: 5px;
}

.dot-failed {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 100%;
    margin-right: 5px;
}

.ad-publication-stats tbody tr td:first-child {
    font-weight: bold;
}

.ad-publication-stats tbody tr td:last-child {
    text-align: right;
}

.ad-publications-offline-days {
    background-color: #5627b0;
    color: white;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
    width: 160px;
    max-width: 100%;
}

.ad-publications-offline-days-content {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ad-publications-offline-days-content-additional {
    font-size: 0.6em;
    color: #f7f7f7;
}

.additional-filter.active td,
.additional-filter-country.active td {
    background: #2b71b3;
    color: #fff;
}

.additional-filter,
.additional-filter-country {
    cursor: pointer;
}

.info-box-ad-publication {
    min-height: 120px;
}

.form-filter-select {
    width: 100%;
    max-height: 200px;
}

.item-account-truncatable {
    cursor: pointer;
}

.galleryImage img {
    object-fit: cover;
    height: 138px;
    width: 100%;
}

.galleryImage {
    width: 18%;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    height: 150px;
    margin: 0 10px 10px 0;
}

.featureSet {
    position: absolute;
    cursor: pointer;
    background: #494949;
    padding: 4px 6px;
    top: 8px;
    left: 9px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

.feature {
    background: #f2f2f2;
    padding: 5px 10px 5px 5px;
    margin-bottom: 10px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 5px 5px 5px;
}

.feature.completed {
    background: #f0f0f0;
}

.feature_step {
    display: inline-block;
    background: #cecece;
    padding: 5px 14px;
    border-radius: 50%;
    margin-right: 5px;
}

.feature.completed .feature_step {
    background: #3ca647;
    color: #fff;
}

.feature_text {
    display: inline-block;
}

.changeFeature:last-child {
    border-bottom: 0;
}

.featureSet.active {
    background: #3ca647;
    box-shadow: 0px 0px 2px 2px #00000061;
}

.featureSetMenu {
    display: none;
    position: absolute;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 0px 2px 2px #2b2b2b;
    z-index: 99;
    border-radius: 6px;
    width: 160px;
    top: 10px;
    left: 14px;
}

.featureSet:not(.photoAppItemFeatureSet):hover .featureSetMenu {
    display: block;
}

.changeFeature {
    padding: 5px;
    border-bottom: 1px solid #cecece;
}

.changeFeature:hover {
    background: #3ca647;
    color: #fff;
}

.featureLabel {
    position: absolute;
    top: 0;
    left: 32px;
    width: 100px;
    background: #3ca647;
    border-radius: 6px;
    padding: 4px 10px;
    color: #fff;
    box-shadow: 0px 0px 2px 2px #00000061;
}

.galleryImage:hover .featureSet {
    display: block;
}

.removeImg {
    position: absolute;
    top: -6px;
    right: -7px;
    background: #ff0000;
    padding: 2px 8px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.uploadImages {
    display: none;
}

.draggableProductImages {
    padding: 10px 0;
}

.uploading_file_placeholder {
    width: 19%;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
    text-align: center;
    padding: 60px 0;
    height: 150px;
    font-weight: bold;
    margin: 0 10px 10px 0;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.showImage {
    position: absolute;
    right: 9px;
    bottom: 9px;
    background: #000000;
    padding: 4px 7px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.showImageContent img {
    width: 100%;
}

.adminComment {
    background: #fff8f8;
    padding: 20px;
    border-left: 5px solid #e21111;
}

@media only screen and (max-width: 800px) {
    .galleryImage {
        width: 100%;
    }
}

.templateStatus .completed {
    color: #3ca647;
}

.templateStatus .inProgress {
}

.addToTemplateCheckbox input {
    height: 16px;
    width: 16px;
    line-height: 16px;
}

.addToTemplateCheckbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #ffffff;
    line-height: 16px;
    padding: 4px 6px;
    border-radius: 5px;
}

.transferToTemplate {
    cursor: pointer;
}

.templateGallery {
    margin: 10px 0;
}

.transferToTemplate.active {
    background: #218838;
}

.documentation-item {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .sales-yard-images-card .table-responsive {
        padding: 0 0 10px 0 !important;
    }
    .content {
        padding: 0px !important;
    }
}

.sales-yard-images-card td {
    vertical-align: middle;
}

.sales-yard-images-card .status-need-corrections {
    color: #ff0000;
}

.sales-yard-images-card .status-approved {
    color: #3ca647;
}

.sales-yard-images-card .status-waiting-for-images,
.sales-yard-images-card .status-waiting-for-images-but-have-template {
    color: #a8a7ab;
}

.sales-yard-images-card .odd {
    background-color: #f9f9f9;
}

.sales-yard-images-card .even {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .sales-yard-images-card .custom-control.d-inline {
        display: block !important;
        margin-bottom: 10px;
    }
}

/* images/item.blade.php styles */
.images-item .galleryImage img {
    object-fit: cover;
    height: 138px;
    width: 100%;
}

.images-item .galleryImage {
    width: 18%;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    height: 150px;
    margin: 0 10px 10px 0;
}

.images-item .featureSet {
    position: absolute;
    cursor: pointer;
    background: #494949;
    padding: 4px 6px;
    top: 8px;
    left: 9px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

.images-item .feature {
    background: #f2f2f2;
    padding: 5px 10px 5px 5px;
    margin-bottom: 10px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 5px 5px 5px;
}

.images-item .feature.completed {
    background: #f0f0f0;
}

.images-item .feature_step {
    display: inline-block;
    background: #cecece;
    padding: 5px 14px;
    border-radius: 50%;
    margin-right: 5px;
}

.images-item .feature.completed .feature_step {
    background: #3ca647;
    color: #fff;
}

.images-item .feature_text {
    display: inline-block;
}

.images-item .changeFeature:last-child {
    border-bottom: 0;
}

.images-item .featureSet.active {
    background: #3ca647;
    box-shadow: 0px 0px 2px 2px #00000061;
}

.images-item .featureSetMenu {
    display: none;
    position: absolute;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 0px 2px 2px #2b2b2b;
    z-index: 99;
    border-radius: 6px;
    width: 160px;
    top: 10px;
    left: 14px;
}

.images-item .changeFeature {
    padding: 5px;
    border-bottom: 1px solid #cecece;
}

.images-item .changeFeature:hover {
    background: #3ca647;
    color: #fff;
}

.images-item .featureLabel {
    position: absolute;
    top: 0;
    left: 32px;
    width: 100px;
    background: #3ca647;
    border-radius: 6px;
    padding: 4px 10px;
    color: #fff;
    box-shadow: 0px 0px 2px 2px #00000061;
}

.images-item .galleryImage:hover .featureSet {
    display: block;
}

.images-item .removeImg {
    position: absolute;
    top: -6px;
    right: -7px;
    background: #ff0000;
    padding: 2px 8px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.images-item .uploadImages {
    display: none;
}

.images-item .draggableProductImages {
    padding: 10px 0;
}

.images-item .uploading_file_placeholder {
    width: 19%;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
    text-align: center;
    padding: 60px 0;
    height: 150px;
    font-weight: bold;
    margin: 0 10px 10px 0;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.images-item .showImage {
    position: absolute;
    right: 9px;
    bottom: 9px;
    background: #000000;
    padding: 4px 7px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.images-item .showImageContent img {
    width: 100%;
}

.images-item .adminComment {
    background: #fff8f8;
    padding: 20px;
    border-left: 5px solid #e21111;
}

@media only screen and (max-width: 800px) {
    .images-item .galleryImage {
        width: 100%;
    }
}

.images-item .templateStatus .completed {
    color: #3ca647;
}

.images-item .templateStatus .inProgress {
}

.images-item .feature.required:after {
    content: "*";
}

.images-item .feature.required {
    font-weight: bold;
}

.images-item .save_as_complete {
    display: none;
}

/* photo-app/photo-item.blade.php */
.photo-app-item {
    margin-top: 20px;
}

.photo-app-item .galleryImage img {
    object-fit: cover;
    height: 138px;
    width: 100%;
}

.photo-app-item .galleryImage {
    width: 18%;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    height: 150px;
    margin: 0 10px 10px 0;
}

.photo-app-item .featureSet {
    position: absolute;
    cursor: pointer;
    background: #494949;
    padding: 4px 6px;
    top: 8px;
    left: 9px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

.photo-app-item .feature {
    background: #f2f2f2;
    padding: 5px 10px 5px 5px;
    margin-bottom: 10px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 5px 5px 5px;
}

.photo-app-item .feature.completed {
    background: #f0f0f0;
}

.photo-app-item .feature_step {
    display: inline-block;
    background: #cecece;
    padding: 5px 14px;
    border-radius: 50%;
    margin-right: 5px;
}

.photo-app-item .feature.completed .feature_step {
    background: #3ca647;
    color: #fff;
}

.photo-app-item .feature_text {
    display: inline-block;
}

.photo-app-item .changeFeature:last-child {
    border-bottom: 0;
}

.photo-app-item .featureSet.active {
    background: #3ca647;
    box-shadow: 0px 0px 2px 2px #00000061;
}

.photo-app-item .featureSetMenu {
    display: none;
    position: absolute;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 0px 2px 2px #2b2b2b;
    z-index: 99;
    border-radius: 6px;
    width: 160px;
    top: 10px;
    left: 14px;
}

.photo-app-item .changeFeature {
    padding: 5px;
    border-bottom: 1px solid #cecece;
}

.photo-app-item .changeFeature:hover {
    background: #3ca647;
    color: #fff;
}

.photo-app-item .featureLabel {
    position: absolute;
    top: 0;
    left: 32px;
    width: 100px;
    background: #3ca647;
    border-radius: 6px;
    padding: 4px 10px;
    color: #fff;
    box-shadow: 0px 0px 2px 2px #00000061;
}

.photo-app-item .removeImg {
    position: absolute;
    top: -6px;
    right: -7px;
    background: #ff0000;
    padding: 2px 8px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.photo-app-item .uploadImages {
    display: none;
}

.photo-app-item .draggableProductImages {
    padding: 10px 0;
}

.photo-app-item .uploading_file_placeholder {
    width: 19%;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
    text-align: center;
    padding: 60px 0;
    height: 150px;
    font-weight: bold;
    margin: 0 10px 10px 0;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.photo-app-item .showImage {
    position: absolute;
    right: 9px;
    bottom: 9px;
    background: #000000;
    padding: 4px 7px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.photo-app-item .showImageContent img {
    width: 100%;
}

.photo-app-item .adminComment {
    background: #fff8f8;
    padding: 20px;
    border-left: 5px solid #e21111;
}

@media only screen and (max-width: 800px) {
    .photo-app-item .galleryImage {
        width: 100%;
    }
}

.photo-app-item .templateStatus .completed {
    color: #3ca647;
}

.photo-app-item .templateStatus .inProgress {
}

.photo-app-item .feature.required:after {
    content: "*";
}

.photo-app-item .feature.required {
    font-weight: bold;
}

.photo-app-item .save_as_complete {
    display: none;
}

/* Datatables header when scrolling */
.dataTables_wrapper .dataTables_scroll {
    overflow: auto;
}

.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scrollBody {
    overflow: auto;
}


label.double-label.unselected {
    font-weight: 100;
}
.ruleBuilder .conditionTypeBlock {
    border: 1px solid #cecece;
    padding: 20px 10px 10px 10px;
    border-radius: 6px;
    background: #f8f9fa;
}

.switch-on-green .custom-control-label::before,
.switch-off-green .custom-control-label::before {
    background-color: #2bb34b !important;
    border-color: #ffffff !important;
}
.switch-on-green .custom-control-label::after,
.switch-on-green .custom-control-label::after {
    background-color: #ffffff !important;
}

/* Fleet management, product descriptions pages sticky edit column horizontal */
.sticky-column,
.sticky-description-column {
    position: sticky !important;
    right: 0 !important;
    z-index: 2;
    background: white;
    text-align: center;
    box-shadow: -4px 1px 3px 0px rgb(0 0 0 / 10%);
    border-right: 1px solid #dee2e6 !important;
}

tr:nth-child(odd) td.sticky-column,
tr:nth-child(odd) .sticky-description-column {
    background: #f2f2f2;
}
th.sticky-description-column.sorting,
tfoot .sticky-description-column {
    background: white !important;
}

/* Fleet management preset selection */
select#presetSelectDropdown {
    background: #f5f5f5;
    border: 1px solid #a0a0a0;
    float: right;
    margin-left: 5px;
    display: none;
}
select#presetSelectDropdown {
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border: 1px solid #a0a0a0;
    font-size: 0.88em;
    border-radius: 3px;
    color: black;
}
.generalize-input-select {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 32px;
}
.table.dataTable.fixedHeader-floating {
    margin-top: -1px !important;
}
.dataTables_scroll {
    width: 100%;
}
.x-scroll {
    overflow-x: auto;
}

/* Feed Watermark */
#assign_watermark_btn {
    display: none;
}

.feed-watermark-img {
    display: none;
    width: full;
    height: auto;
}

a.watermark-info i {
    color: #28a745;
}

a.watermark-info {
    position: absolute;
    right: 24px;
    top: 10px;
}
.sapProductTableContainer .dt-buttons {
    display: flex;
}

@media (min-width: 992px) {
    .row.fit-width {
        width: 100%;
    }

    .row.fit-width .col-lg-10 {
        max-width: calc(100% - 271px) !important;
    }
    .row.fit-width .col-lg-2 {
        width: 269px !important;
        max-width: 269px !important;
        flex: unset;
    }
    .sticky-description-column table.dataTable th.sorting input,
    table.dataTable tr.filters input {
        min-width: 188px !important;
    }

    th.sorting input, th.sorting_disabled input {
        max-width: 164px !important;
    }
}
.images_features_table table {
    width: 100% !important;
}
.ad-slide-control .ad-slide-block label {
    margin-top: 10px;
}

.feed-actions-container {
    margin-top: -0.25rem !important;
}

.char-limit-error-container {
    display: flex;
    justify-content: space-between;
}

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

.alert-auction-role {
    display: none;
}

.sticky-description-column.sorting,
.sticky-column.sorting_disabled,
.sticky-column.sorting {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 6px 18px;
    right: 0px !important;
    width: 45.15px !important;
    max-width: 45.15px !important;
    text-align: center;
}

.sticky-description-column:after,
.sticky-description-column:before {
    display:none !important;
}

div#sapProductTable_wrapper .row .col-sm-6:last-child {
    display: none;
}

#preset-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 12px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-top: 5px solid #2bb34b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
