body {
  font-family: 'Roboto', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: 'Roboto', sans-serif;
}
body.dark-mode #kt_wrapper {
    background-color: #dadada;
    
}
body #kt_wrapper {
    transition: all 0.3s !important;
}


.custom_icon {
    text-align: center;
    line-height: 4.5rem;
}
#kt_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
span.comma:last-child {
    display: none;
}
.table-responsive span.footable-toggle {
    display: none !IMPORTANT;
}
td.prod-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.footable-pagination li.active a {
    color: #fff;
    background-color: #f47b3b;
    border-color: #f47b3b;
}
td.prod-img {
    text-align: center;
}
.action-button div {
    display: flex;
}
.action-button div a {
    font-size: 20px;
    display: flex;
    line-height: 1;
    padding: 0 3px;
}
.action-button div a i {
    line-height: 1;
    font-size: 18px;
    height: auto;
}
.action-button div a i.fa-eye {
    color: #1abc9c;
}
.action-button div a i.fa-window-close {
    color: #f1556c;
}
.left-side-menu,.navbar-custom {
    box-shadow: none !important;
}
.dropzone .dz-preview .dz-image img {
    height: 120px;
    object-fit: cover;
}


li.level-0 {
    margin-left: 0;
}
li.level-1 {
    margin-left: 15px;
}
li.level-2 {
    margin-left: 30px;
}
li.level-3 {
    margin-left: 45px;
}
li.level-4 {
    margin-left: 60px;
}
li.level-5 {
    margin-left: 75px;
}
li.level-6 {
    margin-left: 100px;
}
li.level-7 {
    margin-left: 115px;
}

.level-0 .custom-control-label::after,
.level-0 .custom-control-label::before{
    display: none;
    display: flex;
    align-items: center;
    width:5px;
    height:2px;
    background-color:black;
    top:50%;
    transform:translateY(-50%);
}

.level-0.custom-checkbox .custom-control-label::before {
    border: none;
    content: '' !important;
    width:10px;
}
.level-1.custom-checkbox .custom-control-label::before {
    border: none;
    content: '' !important;
    width:15px;
}
.level-2.custom-checkbox .custom-control-label::before {
    border: none;
    content: '' !important;
    width:20px;
}
.level-3.custom-checkbox .custom-control-label::before {
    border: none;
    content: '' !important;
    width:25px;
}
.level-4.custom-checkbox .custom-control-label::before {
    border: none;
    content: '' !important;
    width:30px;
}
.level-5.custom-checkbox .custom-control-label::before {
    border: none;
    content: '' !important;
    width:35px;
}
.level-6.custom-checkbox .custom-control-label::before {
    border: none;
    content: '' !important;
    width:40px;
}


.level-3 label.custom-control-label {
    padding-left: 5px;
}
.level-4 label.custom-control-label {
    padding-left: 10px;
}
.level-5 label.custom-control-label {
    padding-left: 15px;
}
.level-6 label.custom-control-label {
    padding-left: 20px;
}

.custom-control.custom-checkbox.level-0:nth-child(odd) {
    background-color: #efefef;
}
.custom-control.custom-checkbox.level-0:nth-child(even) {
    background-color: #f9f9f9;
}
.custom-control.custom-checkbox.level-0 {
    padding-left: 3rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
.categories-list-view label.custom-control-label {
    font-size: 16px;
    color: #000;
}
.categories-list-view .categories-actions  a.category-delete {
    color: red;
    margin-left: 5px;
}
.categories-list-view .categories-actions a {
    font-size: 12px;
}
.categories-actions {
    opacity: 0;
    line-height: 1;
}
label.custom-control-label:hover + .categories-actions,.categories-actions:hover {
    opacity: 1;
}

.page-item.active .page-link {
    background-color: #f48144;
    border-color: #f48144;
}

a.product-name {
    color: #f5884f;
}
li.can-update {
    _cursor: pointer;
}

li.cancel-dot:after {
    content: "X";
    position: absolute;
    left: -7.5px;
    top: 3px;
    height: 13px;
    width: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: 0px solid #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: red;
}
.track-order-list ul li.cancel-dot:before {
    background-color: red;
    width: 0;
}
.track-order-list ul li.cancel-dot  .active-dot.dot {
    display: none;
}

.product_image_thumbnail {
    position: relative;
}
a.delete_image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%,-50%);
  opacity: 0;
  width: 26px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0);
}
.product_image_thumbnail img.img-thumbnail {
    padding: 0;
    border-radius: 0;
    border:none;
    height: 100px;
    object-fit: contain;
}

a.delete_image i {
    color: red;
    font-size:23px
}
.product_image_thumbnail > div {
    position: relative;
}

.product_image_thumbnail:hover a.delete_image {
  opacity: 1;
}

.media-image.selected {
    border-color: #f5864c;
}

.media-image {
    cursor: pointer;
}

.cp-list .custom-control-input:checked~.custom-control-label::before,
.cp-list .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.cp-list .custom-checkbox .custom-control-label::before,
.cp-list .custom-control-label::after {
    display: none !important;
}
/*
.select2-results__option[aria-selected=true] {
    background-color: #f47f42 !important;
    color: #fff !important;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #f48144 !IMPORTANT;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f48042;
}
*/
.product_row.selected:after {
    left: 28px;
}
.products_select span.select2-selection__clear {
    display: none !important;
}
.products_select li.select2-selection__choice {
    display: none !IMPORTANT;
}
#product_list_datatable img {
    width: 65px;
    height: 65px;
}
.checkbox_wrapper {
    position: relative;
}
.checkbox_wrapper input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.checkbox_wrapper  label.btn.btn-outline-primary {
    margin-bottom: 0;
}
.checkbox_wrapper:first-child label.btn.btn-outline-primary {
    margin-right: 10px;
}
.checkbox_wrapper input[type=radio]:checked + label {
    background-color: #6658dd;
    color: #fff;
}
#product_list_datatable tbody tr td {
    vertical-align: middle;
}
#product_list_datatable tbody tr td {
    vertical-align: middle;
}

div#product_list_datatable_wrapper {
    padding: 0 25px;
    padding-bottom: 20px;
}
.date_back.input-group.date {
    position: relative;
}
.date_back.input-group.date input {
    height: 38px;
}
.date_back.input-group.date span.input-group-append {
    height: 38px;
    line-height: 37px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 1px;
}
.date_back.input-group.date span.input-group-append span.input-group-text {
    display: block;
    border: none;
}
form#add_edit_customer input#elevator {
    width: 20px;
    height: 20px;
    margin-top: 0;
}
form#add_edit_customer .form-check.form-switch label.form-check-label {
    line-height: 20px;
    height: 20px;
    padding-left: 8px;
    margin-top: 2px;
}


.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 6px;
    box-shadow: none;
}


.m-widget24 .m-widget24__item .m-widget24__title {
    color: #575962;
}
.m-widget24 .m-widget24__item .m-widget24__title {
   
    margin-top: 3.21rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
}
.m-widget24 .m-widget24__item .m-widget24__desc {
    color: #9699a2;
}
.m-widget24 .m-widget24__item .m-widget24__desc {
  
    font-size: 1rem;
    font-weight: 300;
}
.m-widget24 .m-widget24__item .m-widget24__stats {
    float: right;
    margin-right: 1.8rem;
    margin-top: -1.43rem;
    font-size: 1.75rem;
    font-weight: 600;
}
.m--font-info {
    color: #36a3f7 !important;
}
.m-widget24 .m-widget24__item .m-widget24__change {
    color: #9699a2;
}

.m-widget24 .m-widget24__item .m-widget24__change {
  
    display: inline-block;
    margin-bottom: 2.86rem;
    font-size: 1rem;
    font-weight: 300;
}
.m-widget24 .m-widget24__item .m-widget24__number {
    float: right;
    margin-right: 1.8rem;
    display: inline-block;
    margin-bottom: 2.86rem;
    font-size: 1rem;
    font-weight: 300;
}

.buttons a {display: inline-block;margin-right: 20px;}

.buttons a.btn.btn-primary.active {
    background-color: green !important;
}




.dropzoneC {
    border: 2px dashed;
    color: #ccc;
    text-align: center;
    line-height: 150px;
    height: 150px;
    width: 100%;
}
.dropzoneC.dragover{
    border-color:#000;
    color:#000;
}
#uploads {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 100px;
}
.uploadImage {
    margin-right: 20px;
    padding: 2px;
    display: inline-block;
    width: 150px;
    
}
#uploads .uploadImage img, .moreImages .uploadImage img {
    max-width: 120px;
    cursor: pointer;
}
.moreImages {
    padding-bottom: 1rem;
}
.uploadImage.selectImage.selected, .uploadImage.selectMultiImage.selected {
    border: 2px solid #716aca;
    padding: 0px;
}
.gen_info {
    font-size: 22px;
    color: #000000;
    
}
.order_details {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product_details {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 2px solid;
    padding-top: 10px;
    position: relative;
    padding-left: 30px;
}
.product_details:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000000;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.total {
    border-top: 2px solid;
    font-size: 22px;
   
    color: #000000;
    padding-top: 10px;
}
select#selectDraw {
    background: white;
    border: 0px;
    height: 41px !important;
    font-size: 15px;
    padding: 5px;
    min-height: 31px;
    text-align: center;
}

.all_time_button {
    background-color: #2739c1;
    color: #ffffff;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 15px;
}

.all_time_button:hover {
    color: #ffffff;
}

.total_num {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.quest_filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.quest_filters .form-group.m-form__group {
    min-width: 150px;
    margin-right: 20px;
        margin-bottom: 0;
}

.d-flex.align-items-center {
    flex-wrap: wrap;
    width: 100%;
}

button#questionnairie_datepicker, button#petshops_datepicker{
    position: relative;
    z-index: 9;
}

.forms_container{
    padding: 30px;
}
.card-footer{
    background-color: transparent;
}

div::-webkit-scrollbar, main::-webkit-scrollbar, ol::-webkit-scrollbar, pre::-webkit-scrollbar, span::-webkit-scrollbar, ul::-webkit-scrollbar {
    width: auto;
    height: auto;
}
div::-webkit-scrollbar-thumb, main::-webkit-scrollbar-thumb, ol::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background-color: #dadada !important;
}
#html_table_wrapper {
    padding: 0 30px;
}
_.footer .container-fluid {
    max-width: 1000px;
}

table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc {
    background-image:none !important;
}