.table.table-hover.table-responsive-sm th img{
    max-width: 46px;
}

.page-titles .breadcrumb li.active {
    color: #13B497;
}

/*
.new-arrival-content h4 {
    font-size: 14px;
}*/


.linkToPlans{
    color: #11e0bb;
}

#products_table td, #products_table th {
    padding-right: 15px;
    padding-left: 15px;
}

img.options-image {
    width: 50px;
}

.paidFeature {
    cursor: pointer;
}

.privacy-page {
    background-color: #24292d;
}
.privacy-card.card {
    padding: 30px;
    background-color: #2f363e;
}

.privacy-card.card h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: white;
}

.ui-widget.ui-widget-content {
    background-color: #2f363e;
    color: #b3b3b3;
    border-radius: 8px;
}

i.fa.fa-question-circle {
    cursor: pointer;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
    cursor: inherit ;
    width:200px;
    text-overflow:ellipsis;
    overflow: hidden;
}

.ui-tooltip {
    box-shadow: none;
}

.newNotification.light-theme {
    background-color: #d4f8d4 !important;
}

.newNotification.dark-theme {
    background-color: #1F3939 !important;
}

.product-list {
    position: absolute !important;
    right: 0;
    top: 150px !important;
}

#order-table th ,#order-table td {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
}
#toast-container > div {
    opacity: 1!important;
}

#variantsDatatable  th, #variantsDatatable td,
#variantChangesDatatable th , #variantChangesDatatable td {
    padding: 5px 10px;
}
#variantChangesDatatable {
    width: 100%;
    overflow-x: auto;
}
#variantChangesDatatable td, #variantsDatatable td  {
    text-align: left;
    font-size: 15px;
    white-space: nowrap;

}


#variantsDatatable  th, #variantsDatatable td {
    padding: 10px 10px;
}

#variantsDatatable th , #variantChangesDatatable th {
    font-size: 14px;
    white-space: nowrap;
}
.table-responsive-variants {
    display: block;
    width: 100%;
    height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
.table-responsive-variants > .table-bordered {
    border: 0;
}
.table-responsive-variants::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 8px;
    height: 8px; }
.table-responsive-variants::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
.table-responsive-variants::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #b7b7b7; }

.table-recommended-variants{
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.table-recommended-variants tr{
    text-align: left;
}
.table-recommended-variants > .table-bordered {
    border: 0;
}
.table-recommended-variants::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 8px;
    height: 8px; }
.table-recommended-variants::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
.table-recommended-variants::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #b7b7b7; }
#faqList > ol > li {
    list-style: inherit;
}
#faqList > ul > li {
    list-style: inherit;
}

#editorLead {
    background-color: #24292d!important;
    color: #fff!important;
    border: none!important;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box!important;
    border-radius: 0.75rem!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: auto;
    resize: vertical;
    margin: 0;
    font-family: inherit;
    min-height:97px
}
#editorLead * {
    background-color: #24292d!important;
    color: #fff!important;
    font-family: inherit!important;
}

#imagePreview img {
    margin: 10px;
    width:100%
}

#imagePreview .imageContainer {
    position: relative;
    max-width: 200px
}

#imagePreview .imageContainer .close{
    position: absolute;
    right: -30px;
    top: 0px;
    cursor: pointer
}

.disabled-select {
    color: #3e4954 !important;
    opacity: 1 !important;
}

.disabled-input {
    opacity: 0.7 !important;
}