:root {
  --blue: var(--primary-color);
  --green: #38D99E;
  --fivex-bg: #f8f9fa;
  --fivex-card-bg: #ffffff;
  --fivex-white: #ffffff;
  --fivex-border: #dee2e6;
  --fivex-text: #252525;
  --fivex-text-secondary: #6c757d;
  --fivex-blue: #0077ff;
  --fivex-green: #28a745;
  --fivex-yellow: #ffeb63;
  --fivex-lightgreen: #1cde9f;
  --fivex-lightblue: #06f4f2;
  --fivex-red: #f32e1e;
  --fivex-gray: #eaedf0;
  --fivex-light-gray: #f5f6f8;
  --bg-color: '#000000';
  --text-color: '#FFFFFF';
  --primary-color: '#0077FF';
}

@font-face {
  font-family: 'Heebo';
  src: url('/portal/public/fonts/Heebo/Heebo-Black.ttf');
  font-weight: 800;
}

@font-face {
  font-family: 'Heebo';
  src: url('/portal/public/fonts/Heebo/Heebo-ExtraBold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Heebo';
  src: url('/portal/public/fonts/Heebo/Heebo-Bold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Heebo';
  font-weight: 500;
  src: url('/portal/public/fonts/Heebo/Heebo-Medium.ttf');
}
@font-face {
  font-family: 'Heebo';
    font-weight: 400;
  src: url('/portal/public/fonts/Heebo/Heebo-Regular.ttf');
}
@font-face {
  font-family: 'Heebo';
  font-weight: 300;
  src: url('/portal/public/fonts/Heebo/Heebo-Regular.ttf');
}
@font-face {
  font-family: 'Heebo';
  font-weight: 200;
  src: url('/portal/public/fonts/Heebo/Heebo-Thin.ttf');
}

body, .table {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: 'Heebo', "Segoe UI", 'Roboto', "Helvetica Neue", 'Arial,sans-serif', "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
}

/* width */
::-webkit-scrollbar {
  width: 7.5px;
  height: 5px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(125, 125, 125, 0.05);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(125, 125, 125, 0.25);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(125, 125, 125, 0.75);
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  padding-top: 2px;
}

.select-info {
  position: relative;
  padding-left: 10px;
}

.widget-table {
    width: 100%;
    margin-bottom: 1rem;
    color: white;
}

.table th {
  font-weight: 500;
}
.table td {
  font-weight: 400;
}

.dt-buttons {
  position: relative;
  display: inline-block;
}
.dataTables_paginate {
  margin-top: 10px !important;
}
.dataTables_length {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.dataTables_info {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.dataTables_wrapper {
  position: relative;
}

div.dataTables_wrapper div.dataTables_processing {
  border-radius: 10px;
  color: #000;
}

div.dataTables_wrapper div.dataTables_paginate {
  width: 100%;
  text-align: center;
}
div.dataTables_wrapper div.dataTables_filter {
  position: relative;
  float: right;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: center;
}
div.dt-button-collection .dt-button-active:after {
  display: none !important;
}
.dataTables_processing {
  z-index: 999;
  position: fixed !important;
}
.dataTables_processing h4 {
  color: #000;
}
.dataTables_processing .spinner-border {
  position: relative;
  margin-top: 40px;
}

.dataTables_scrollHead {
  z-index: 0 !important;
}

@media screen and (max-width: 768px) {
  .dt-buttons, .dataTables_length, div.dataTables_wrapper div.dataTables_filter, .niceProductsButtonsWrapper {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}



.card-header {
  border-bottom: solid 0px;
  background-color: white;
}


.header-selected-flag {
  width: 35px;
  height: auto;
}

.random_search_term {
  display: none;
}

.random_search_term td {
  animation: .5s slide-right;
  font-weight: 600;
}

@keyframes slide-right {
  0% {
    padding-left: 0;
    opacity: 0;
    color: rgb(0, 0, 0);
  }
  50% {
    padding-left: 0;
    opacity: 0;
    color: red;
  }
  100% {
    padding-left: 25px;
    opacity: 1;
    color: rgb(0, 0, 0);
  }
}

.ui-datepicker a.ui-state-default {
  border: 1px solid rgb(240,240,240);
  background: #fff;
  color: rgb(10,10,10);
}
.ui-datepicker a.ui-state-default:hover {
  border: 1px solid rgb(245,245,245);
  background: rgb(245,245,245);
  color: rgb(15,15,15);
}
.ui-datepicker a.ui-state-active {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: white;
}

.ui-autocomplete-category {
  background: #e9edf3;
  padding: 2.5px 10px;
  font-size: 12px;
  text-align: center;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  font-size: 14px;
  border-radius: 0px;
  margin-top: 0px;
  border: solid 1px #e9edf3;
  font-weight: 500;
  color: #202020;
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item-wrapper {
  border-radius: 0px;
}

.table td {
  border-top: 1px solid rgb(240,240,240);
}

.table tr:first-child td {
  border-top: 0px solid rgb(240,240,240);
}

.table th {
  border-top: 0 solid rgb(240,240,240);
}

.shadow {
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
}
#wrapper #content-wrapper {
  background-color: rgb(240, 240, 240);
}
.card {
  border: 0 solid transparent;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px!important;
  border-radius: 5px;
  width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-icon-split .text {
  border: solid 1px #e8e8e8;
}

.selected-items-actions .btn-icon-split .text {
  border: solid 0 #e8e8e8;
}

.mb-4, .my-4 {
  margin-bottom: 10px !important;
}

form.user .form-control-user, form.user .btn-user {
  border-radius: 0 !important;
}
form.user select.form-control-user {
  height: 50px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.home-dashboard-tile, .home-dashboard-tile-white {
  padding-left: 5px;
  padding-right: 5px;
}
.btn {
  border-radius: 0;
  font-weight: 500;
}
.btn-dark {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0)
}
.home-tile-title {
  color: rgb(0, 0, 0) !important;
  font-weight: 450 !important;
}
.form-control {
  border-radius: 0;
  border: solid 0;
  height: 32px;
  padding: 0px 10px;
}
select.form-control {
  appearance: none;
}

footer.sticky-footer {
  background: rgb(240, 240, 240) !important;
}

.navbar-light {
  background: rgb(255, 255, 255) !important;
}

#search_products_autocomplete {
  font-size: 16px !important;
  background: #fff !important;
  float: right;
  border: solid 1px #e8e8e8 !important;
}

.container, .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
#content-wrapper .container, #content-wrapper .container-fluid {
  min-height: 100vh;
}

.main-page-title {
  font-size: 22px;
  margin-top: 8px;
  color: rgb(0, 0, 0);
  margin-left: 0;
  width: 500px;
  max-width: 40%;
  float: left;
  margin-bottom: 0;
  font-weight: 500;
}

.topbar {
  height: 65px;
  margin-bottom: 10px !important;
}

.float-info-menu-footer {
  position: relative;
  top: -25px;
  padding-top: 25px;
  width: 100%;
  border-top: solid 1px rgb(50,50,50);
  display: none;
}
.progress {
  background-color: #fff;
}

.inventory-progress {
  background: #fafafa;
  height: 30px;
  border-radius: 0;
}
.span-in-progress-bar {
  position: absolute;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  top: 3.5px;
  width: 25%;
  text-align: center;
}
.modal {
  overflow-y: auto;
}
.inventory-dropdown {
  background: rgba(0, 0, 0, 1) !important;
  border-radius: 0;
  margin-top: 25px;
  width: 500px !important;
  position: relative;
}
.inventory-dropdown-wrapper:before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgba(0, 0, 0, 1) !important;
}
.inventory-dropdown-wrapper {
  padding: 10px 15px 0 15px;
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.inventory-dropdown-wrapper hr {
  color: white;
  border-color: white;
}
.inventory-status-modal-icon {
  font-size: 38px;
  padding-top: 5px;
}

.nice-select, .multiselect.custom-select {
  position: relative;
}
.nice-select .current {
  width: 100%;
  overflow: hidden;
  display: block;
}

.nice-select .list {
  z-index: 999999999999;
  position: absolute;
}

.small-img-preview-mail {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 15px;
}
.small-img-preview-mail img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 35px;
  max-height: 35px;
}

#price-package-ex {
  display: block;
  width: 200px;
  text-align: right;
}

#progression-view {
  position: absolute;
  padding: 15px;
  bottom: 0;
  width: 100%;
  display: none;
}

.progression-relative {
  position: relative;
  background: rgb(41,41,41);
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  z-index: 999;
}

.progression-relative h2 {
  font-size: 18px;
  font-weight: 600;
}

.progression-relative span {
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  display:inline-block;
  float: right;
  text-align: center;
  margin-top: -2px;
}


.sidebar-dark hr.sidebar-divider {
  border-top: 0 solid rgba(255, 255, 255, .15);
}

.product-dark-panel {
  color: rgb(0, 0, 0);
}
.bg-gradient-primary {
  background-image: none;
  background: var(--bg-color);
}
.btn-primary, .calc-new {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.text-primary {
  color: var(--primary-color);
}


.form-control {
  color: rgb(0, 0, 0);
  -webkit-transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.form-control:focus {
  color: var(--primary-color);
}

#content-wrapper {
  max-height: 100vh;
  overflow: auto;
}

.form-check-label {
  padding-left: 5px;
}

.niche-table-header {
  background-color: #f8f9fc !important;
}

.ui-slider-horizontal {
  height: 5px;
  border: 0 !important;
  background: #e9e9e9;
}

.ui-slider .ui-widget-header {
  background: var(--primary-color);
}

.ui-slider .ui-state-default, .ui-slider .ui-widget-content .ui-state-default, .ui-slider .ui-widget-header .ui-state-default, .ui-slider .ui-button {
  border: 3px solid var(--primary-color);
  background: #fff;
  font-weight: normal;
  border-radius: 50%;
  top: -6px;
}

.ui-slider .ui-state-hover, .ui-slider .ui-widget-content .ui-state-hover, .ui-slider .ui-widget-header .ui-state-hover, .ui-slider .ui-state-focus, .ui-slider .ui-widget-content .ui-state-focus, .ui-slider .ui-widget-header .ui-state-focus, .ui-slider .ui-button:hover, .ui-button:focus {
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  font-weight: normal;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  top: -6px;
}

.zoom-hover-img img {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  cursor: pointer;
}
.zoom-hover-img:hover img {
  transform: scale(1.02);
}
.zoom-hover-img {
  overflow: hidden;
}

.scroll-to-top {
  display: none !important;
}
.nice-pills-menu li a {
  padding: 6px 20px;
  margin-right: 5px;
  background: #ddd;
  position: relative;
  border-radius: 0;
  display: inline-block;
  color: #858796;
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: -10px;
  font-weight: 500;
}
.nice-pills-menu li a.active {
  background: var(--primary-color);
  color: #fff;
}

.prev_time_var {
  font-size: 14px;
  margin: 15px;
}

.attributes-select-wrapper {
  width: 100%;
  position: relative;
  list-style: none;
  min-height: 200px;
  border-radius: 3px;
  background: rgb(230,230,230);
  padding: 5px 10px;
}

.template-tile .card {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.template-tile .card {
  border: solid 2px transparent;
}
.template-tile:hover .card {
  border: solid 2px var(--primary-color);
}

.email-template-image {
  position: relative;
  width: 0px;
  height: 0px;
  background: url('#') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60% 50%;
}

.attributes-select-wrapper li {
  padding: 7.5px 12px;
  border-radius: 3px;
  font-size: 14px;
  margin: 5px 0 5px 0;
  cursor: move;
  background: white;
}

.hover-inventory-home {
  cursor: pointer;
}
.hover-inventory-home:hover {
  background-color: #f8f9fc;
}

#OrderList, #OrderList tr {
  width: 100%;
}
#ProductsList, #ProductsList tr {
  width: 100%;
}
#EmailsList, #EmailsList tr {
  width: 100%;
}
#InventoryList, #InventoryList tr {
  width: 100%;
}
#OrderList {
  max-height: calc(100vh - 100px);
}
#ProductsList {
  max-height: calc(100vh - 100px);
}
#EmailsList {
  max-height: calc(100vh - 100px);
}
#InventoryList {
  max-height: calc(100vh - 100px);
}

#ProductsList_length select, #AdProductsList_length select {
  font-size: 14px;
}

#link_hits_table_filter .form-control {
  width: 125px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f8f9fc;
    cursor: pointer;
}

#EmailsList tr td, #channels_table tr td {
  vertical-align: middle;
}
.ean-col {
  display: none;
}

.badge-dark {
  background-color: #000;
}

.badge {
  font-size: 90%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

input[type=text] {
  -webkit-appearance: none;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1cc875;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1cc875;
}

input:checked + .slider:before {
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.day-list {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
}

.day-list .sudo-company-item {
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  margin: 5px 0;
  background: white;
  position: relative;
}

.scroll-wrapper-sudo {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 20px 0;
}

.col-xs-1-10,
.col-md-1-10,
.col-md-1-20,
.col-sm-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: .75rem;
  padding-left: .75rem;
}

.col-xs-1-10 {
  width: 10%;
  float: left;
}

.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0;
}

.sidebar .nav-item {
  border-left: solid 3px transparent;
}

.sidebar .nav-item.active, .sidebar .nav-item:hover {
  border-left: solid 3px var(--primary-color);
  background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-dark .nav-item.active .nav-link i, .sidebar-dark .nav-item:hover .nav-link i,
.sidebar-dark .nav-item.active .nav-link, .sidebar-dark .nav-item:hover .nav-link,
.sidebar .nav-item .nav-link[aria-expanded="true"] i, .sidebar .nav-item .nav-link[aria-expanded="true"] {
  color: var(--primary-color);
}

.sidebar .nav-item:has(> .nav-link[aria-expanded="true"]) {
  border-left: solid 3px var(--primary-color);
  background-color: rgba(255, 255, 255, 0.05);
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  margin: 2.5px 8.5px;
  color: var(--text-color) !important;
  font-weight: 450;
}

.sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner {
  margin: 0 0 0 0;
}

.collapse-item:active {
  background-color: transparent !important;
}



@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1-20 {
    width: 5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
  }
  #sidebarToggleTop {
    display: none;
  }
}

@media (min-width: 768px) {
  .sidebar-dark .nav-item .nav-link {
    font-size: 14px;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 14px;
    display: inline;
    position: relative;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .sidebar .nav-item .nav-link span {
    font-size: 12px;
    display: block;
    top: 0;
    position: relative;
  }
  .sidebar .nav-item .collapse {
    position: relative;
    width: 90%;
    left: 5%;
    overflow: hidden;
  }
  .sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 5px 10px;
    margin: 0;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0 !important;
    white-space: nowrap;
    font-size: 11px;
  }
  .sidebar .nav-item .nav-link {
    padding: 12.5px 0 !important;
  }

}

.sidebar-scrollable-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: visible;
  overflow-y: scroll;
  font-weight: 300;
}

.sidebar .nav-item .nav-link i {
  font-size: 14px;
  margin-right: 7.5px;
  width: 20px;
  text-align: center;
  transform: scale(1.1);
}

.sidebar-dark .nav-item .nav-link {
  color: var(--text-color);
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
}
.sidebar-dark .nav-item .nav-link i {
  color: var(--text-color);
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
}

.sidebar .nav-item .nav-link {
  padding: 12.5px 20px;
}

.btn-dark {
  background-color: rgb(0, 0, 0);
}
.btn-dark:hover {
  background-color: #000;
}

#voorraadAlertTable tr, #orderHomeTable tr {
  border-top: solid 1px #e3e6f0;
}

#email_header_status {
  bottom: -3.5px;
  right: 15px;
  position: relative;
  float: right;
}
#email_header_status .btn {
  bottom: 7px;
  position: relative;
}
#email_header_switch_wrapper {
  bottom: 0;
  position: relative;
  float: right;
  width: 250px;
  margin-top: -10px;
}
.small-product-img-email {
  width: 45px;
  height: auto;
  max-height: 45px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.email-product-table {
  margin-bottom: 0;
}
.email-product-table td {
  vertical-align: middle;
  border-left: 0 solid white;
  border-right: 0 solid white;
}
.email-product-table td:first-child, .email-product-table td:nth-child(2) {
  text-align: center;
}
.email-product-table td:nth-child(2) {
  padding: 5px;
}
.email-product-table td:nth-child(4) {
  text-align: right;
}

.product_email_main_table_tr ul {
  font-size: 11px;
  margin-bottom: 0;
}
.product_email_main_table_tr small {
  font-size: 11px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* #OrderList_wrapper{
  padding: 20px;
} */
#Orders-table > #OrderList_wrapper > #OrderList_length > label{
  color: white;
}
#Orders-table > #OrderList_wrapper > #OrderList_filter > label{
  color: white;
}
#Orders-table > #OrderList_wrapper > #OrderList_info{
  color: white;
}
#Orders-table {
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
}

#Products-table > #ProductsList_wrapper > #ProductsList_length > label{
  color: white;
}
#Products-table > #ProductsList_wrapper > #ProductsList_filter > label{
  color: white;
}
#Products-table > #ProductsList_wrapper > #ProductsList_info{
  color: white;
}
#Products-table {
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  padding-top: 5px;
}

#Products-table > #PNLList_wrapper > #PNLList_length > label{
  color: white;
}
#Products-table > #PNLList_wrapper > #PNLList_filter > label{
  color: white;
}
#Products-table > #PNLList_wrapper > #PNLList_info{
  color: white;
}
#Products-table {
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  padding-top: 5px;
}

#Sellers-table > #SellersList_wrapper > #SellersList_length > label{
  color: white;
}
#Sellers-table > #SellersList_wrapper > #SellersList_filter > label{
  color: white;
}
#Sellers-table > #SellersList_wrapper > #SellersList_info{
  color: white;
}
#Sellers-table {
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  padding-top: 5px;
}

#Sellers-table > #PNLList_wrapper > #PNLList_length > label{
  color: white;
}
#Sellers-table > #PNLList_wrapper > #PNLList_filter > label{
  color: white;
}
#Sellers-table > #PNLList_wrapper > #PNLList_info{
  color: white;
}
#Sellers-table {
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  padding-top: 5px;
}

#niceInventoryButtonsWrapper input {
  margin-bottom: 5px;
}
#EmailsList_length > label{
  color: white
}
#EmailsList_filter > label{
  color: white;
}
#EmailsList_info {
  color: white;
}

.center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Loading css animation */
.rect-auto,.c100.p51 .slice,.c100.p52 .slice,.c100.p53 .slice,.c100.p54 .slice,.c100.p55 .slice,.c100.p56 .slice,.c100.p57 .slice,.c100.p58 .slice,.c100.p59 .slice,.c100.p60 .slice,.c100.p61 .slice,.c100.p62 .slice,.c100.p63 .slice,.c100.p64 .slice,.c100.p65 .slice,.c100.p66 .slice,.c100.p67 .slice,.c100.p68 .slice,.c100.p69 .slice,.c100.p70 .slice,.c100.p71 .slice,.c100.p72 .slice,.c100.p73 .slice,.c100.p74 .slice,.c100.p75 .slice,.c100.p76 .slice,.c100.p77 .slice,.c100.p78 .slice,.c100.p79 .slice,.c100.p80 .slice,.c100.p81 .slice,.c100.p82 .slice,.c100.p83 .slice,.c100.p84 .slice,.c100.p85 .slice,.c100.p86 .slice,.c100.p87 .slice,.c100.p88 .slice,.c100.p89 .slice,.c100.p90 .slice,.c100.p91 .slice,.c100.p92 .slice,.c100.p93 .slice,.c100.p94 .slice,.c100.p95 .slice,.c100.p96 .slice,.c100.p97 .slice,.c100.p98 .slice,.c100.p99 .slice,.c100.p100 .slice{clip:rect(auto, auto, auto, auto)}.pie,.c100 .bar,.c100.p51 .fill,.c100.p52 .fill,.c100.p53 .fill,.c100.p54 .fill,.c100.p55 .fill,.c100.p56 .fill,.c100.p57 .fill,.c100.p58 .fill,.c100.p59 .fill,.c100.p60 .fill,.c100.p61 .fill,.c100.p62 .fill,.c100.p63 .fill,.c100.p64 .fill,.c100.p65 .fill,.c100.p66 .fill,.c100.p67 .fill,.c100.p68 .fill,.c100.p69 .fill,.c100.p70 .fill,.c100.p71 .fill,.c100.p72 .fill,.c100.p73 .fill,.c100.p74 .fill,.c100.p75 .fill,.c100.p76 .fill,.c100.p77 .fill,.c100.p78 .fill,.c100.p79 .fill,.c100.p80 .fill,.c100.p81 .fill,.c100.p82 .fill,.c100.p83 .fill,.c100.p84 .fill,.c100.p85 .fill,.c100.p86 .fill,.c100.p87 .fill,.c100.p88 .fill,.c100.p89 .fill,.c100.p90 .fill,.c100.p91 .fill,.c100.p92 .fill,.c100.p93 .fill,.c100.p94 .fill,.c100.p95 .fill,.c100.p96 .fill,.c100.p97 .fill,.c100.p98 .fill,.c100.p99 .fill,.c100.p100 .fill{position:absolute;border:0.08em solid var(--primary-color);width:0.84em;height:0.84em;clip:rect(0em, 0.5em, 1em, 0em);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.pie-fill,.c100.p51 .bar:after,.c100.p51 .fill,.c100.p52 .bar:after,.c100.p52 .fill,.c100.p53 .bar:after,.c100.p53 .fill,.c100.p54 .bar:after,.c100.p54 .fill,.c100.p55 .bar:after,.c100.p55 .fill,.c100.p56 .bar:after,.c100.p56 .fill,.c100.p57 .bar:after,.c100.p57 .fill,.c100.p58 .bar:after,.c100.p58 .fill,.c100.p59 .bar:after,.c100.p59 .fill,.c100.p60 .bar:after,.c100.p60 .fill,.c100.p61 .bar:after,.c100.p61 .fill,.c100.p62 .bar:after,.c100.p62 .fill,.c100.p63 .bar:after,.c100.p63 .fill,.c100.p64 .bar:after,.c100.p64 .fill,.c100.p65 .bar:after,.c100.p65 .fill,.c100.p66 .bar:after,.c100.p66 .fill,.c100.p67 .bar:after,.c100.p67 .fill,.c100.p68 .bar:after,.c100.p68 .fill,.c100.p69 .bar:after,.c100.p69 .fill,.c100.p70 .bar:after,.c100.p70 .fill,.c100.p71 .bar:after,.c100.p71 .fill,.c100.p72 .bar:after,.c100.p72 .fill,.c100.p73 .bar:after,.c100.p73 .fill,.c100.p74 .bar:after,.c100.p74 .fill,.c100.p75 .bar:after,.c100.p75 .fill,.c100.p76 .bar:after,.c100.p76 .fill,.c100.p77 .bar:after,.c100.p77 .fill,.c100.p78 .bar:after,.c100.p78 .fill,.c100.p79 .bar:after,.c100.p79 .fill,.c100.p80 .bar:after,.c100.p80 .fill,.c100.p81 .bar:after,.c100.p81 .fill,.c100.p82 .bar:after,.c100.p82 .fill,.c100.p83 .bar:after,.c100.p83 .fill,.c100.p84 .bar:after,.c100.p84 .fill,.c100.p85 .bar:after,.c100.p85 .fill,.c100.p86 .bar:after,.c100.p86 .fill,.c100.p87 .bar:after,.c100.p87 .fill,.c100.p88 .bar:after,.c100.p88 .fill,.c100.p89 .bar:after,.c100.p89 .fill,.c100.p90 .bar:after,.c100.p90 .fill,.c100.p91 .bar:after,.c100.p91 .fill,.c100.p92 .bar:after,.c100.p92 .fill,.c100.p93 .bar:after,.c100.p93 .fill,.c100.p94 .bar:after,.c100.p94 .fill,.c100.p95 .bar:after,.c100.p95 .fill,.c100.p96 .bar:after,.c100.p96 .fill,.c100.p97 .bar:after,.c100.p97 .fill,.c100.p98 .bar:after,.c100.p98 .fill,.c100.p99 .bar:after,.c100.p99 .fill,.c100.p100 .bar:after,.c100.p100 .fill{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.c100{position:relative;font-size:120px;width:1em;height:1em;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;float:left;margin:0 0.1em 0.1em 0;background-color:rgb(0, 0, 0)}.c100 *,.c100 *:before,.c100 *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.c100.center{float:none;margin:0 auto}.c100.big{font-size:240px}.c100.small{font-size:80px}.c100 > span{position:absolute;width:100%;z-index:1;left:0;top:0;width:5em;line-height:5em;font-size:0.2em;color:var(--primary-color);display:block;text-align:center;white-space:nowrap;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.c100:after{position: absolute;top: 0.075em;left: 0.075em;display: block;content: " ";-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;background-color: whitesmoke;width: 0.85em;height: 0.85em;-webkit-transition-property: all;-moz-transition-property: all;-o-transition-property: all;transition-property: all;-webkit-transition-duration: 0.2s;-moz-transition-duration: 0.2s;-o-transition-duration: 0.2s;transition-duration: 0.2s;-webkit-transition-timing-function: ease-in;-moz-transition-timing-function: ease-in;-o-transition-timing-function: ease-in;transition-timing-function: ease-in;}.c100 .slice{position:absolute;width:1em;height:1em;clip:rect(0em, 1em, 1em, 0.5em)}.c100.p1 .bar{-webkit-transform:rotate(3.6deg);-moz-transform:rotate(3.6deg);-ms-transform:rotate(3.6deg);-o-transform:rotate(3.6deg);transform:rotate(3.6deg)}.c100.p2 .bar{-webkit-transform:rotate(7.2deg);-moz-transform:rotate(7.2deg);-ms-transform:rotate(7.2deg);-o-transform:rotate(7.2deg);transform:rotate(7.2deg)}.c100.p3 .bar{-webkit-transform:rotate(10.8deg);-moz-transform:rotate(10.8deg);-ms-transform:rotate(10.8deg);-o-transform:rotate(10.8deg);transform:rotate(10.8deg)}.c100.p4 .bar{-webkit-transform:rotate(14.4deg);-moz-transform:rotate(14.4deg);-ms-transform:rotate(14.4deg);-o-transform:rotate(14.4deg);transform:rotate(14.4deg)}.c100.p5 .bar{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);-ms-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}.c100.p6 .bar{-webkit-transform:rotate(21.6deg);-moz-transform:rotate(21.6deg);-ms-transform:rotate(21.6deg);-o-transform:rotate(21.6deg);transform:rotate(21.6deg)}.c100.p7 .bar{-webkit-transform:rotate(25.2deg);-moz-transform:rotate(25.2deg);-ms-transform:rotate(25.2deg);-o-transform:rotate(25.2deg);transform:rotate(25.2deg)}.c100.p8 .bar{-webkit-transform:rotate(28.8deg);-moz-transform:rotate(28.8deg);-ms-transform:rotate(28.8deg);-o-transform:rotate(28.8deg);transform:rotate(28.8deg)}.c100.p9 .bar{-webkit-transform:rotate(32.4deg);-moz-transform:rotate(32.4deg);-ms-transform:rotate(32.4deg);-o-transform:rotate(32.4deg);transform:rotate(32.4deg)}.c100.p10 .bar{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.c100.p11 .bar{-webkit-transform:rotate(39.6deg);-moz-transform:rotate(39.6deg);-ms-transform:rotate(39.6deg);-o-transform:rotate(39.6deg);transform:rotate(39.6deg)}.c100.p12 .bar{-webkit-transform:rotate(43.2deg);-moz-transform:rotate(43.2deg);-ms-transform:rotate(43.2deg);-o-transform:rotate(43.2deg);transform:rotate(43.2deg)}.c100.p13 .bar{-webkit-transform:rotate(46.8deg);-moz-transform:rotate(46.8deg);-ms-transform:rotate(46.8deg);-o-transform:rotate(46.8deg);transform:rotate(46.8deg)}.c100.p14 .bar{-webkit-transform:rotate(50.4deg);-moz-transform:rotate(50.4deg);-ms-transform:rotate(50.4deg);-o-transform:rotate(50.4deg);transform:rotate(50.4deg)}.c100.p15 .bar{-webkit-transform:rotate(54deg);-moz-transform:rotate(54deg);-ms-transform:rotate(54deg);-o-transform:rotate(54deg);transform:rotate(54deg)}.c100.p16 .bar{-webkit-transform:rotate(57.6deg);-moz-transform:rotate(57.6deg);-ms-transform:rotate(57.6deg);-o-transform:rotate(57.6deg);transform:rotate(57.6deg)}.c100.p17 .bar{-webkit-transform:rotate(61.2deg);-moz-transform:rotate(61.2deg);-ms-transform:rotate(61.2deg);-o-transform:rotate(61.2deg);transform:rotate(61.2deg)}.c100.p18 .bar{-webkit-transform:rotate(64.8deg);-moz-transform:rotate(64.8deg);-ms-transform:rotate(64.8deg);-o-transform:rotate(64.8deg);transform:rotate(64.8deg)}.c100.p19 .bar{-webkit-transform:rotate(68.4deg);-moz-transform:rotate(68.4deg);-ms-transform:rotate(68.4deg);-o-transform:rotate(68.4deg);transform:rotate(68.4deg)}.c100.p20 .bar{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}.c100.p21 .bar{-webkit-transform:rotate(75.6deg);-moz-transform:rotate(75.6deg);-ms-transform:rotate(75.6deg);-o-transform:rotate(75.6deg);transform:rotate(75.6deg)}.c100.p22 .bar{-webkit-transform:rotate(79.2deg);-moz-transform:rotate(79.2deg);-ms-transform:rotate(79.2deg);-o-transform:rotate(79.2deg);transform:rotate(79.2deg)}.c100.p23 .bar{-webkit-transform:rotate(82.8deg);-moz-transform:rotate(82.8deg);-ms-transform:rotate(82.8deg);-o-transform:rotate(82.8deg);transform:rotate(82.8deg)}.c100.p24 .bar{-webkit-transform:rotate(86.4deg);-moz-transform:rotate(86.4deg);-ms-transform:rotate(86.4deg);-o-transform:rotate(86.4deg);transform:rotate(86.4deg)}.c100.p25 .bar{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.c100.p26 .bar{-webkit-transform:rotate(93.6deg);-moz-transform:rotate(93.6deg);-ms-transform:rotate(93.6deg);-o-transform:rotate(93.6deg);transform:rotate(93.6deg)}.c100.p27 .bar{-webkit-transform:rotate(97.2deg);-moz-transform:rotate(97.2deg);-ms-transform:rotate(97.2deg);-o-transform:rotate(97.2deg);transform:rotate(97.2deg)}.c100.p28 .bar{-webkit-transform:rotate(100.8deg);-moz-transform:rotate(100.8deg);-ms-transform:rotate(100.8deg);-o-transform:rotate(100.8deg);transform:rotate(100.8deg)}.c100.p29 .bar{-webkit-transform:rotate(104.4deg);-moz-transform:rotate(104.4deg);-ms-transform:rotate(104.4deg);-o-transform:rotate(104.4deg);transform:rotate(104.4deg)}.c100.p30 .bar{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}.c100.p31 .bar{-webkit-transform:rotate(111.6deg);-moz-transform:rotate(111.6deg);-ms-transform:rotate(111.6deg);-o-transform:rotate(111.6deg);transform:rotate(111.6deg)}.c100.p32 .bar{-webkit-transform:rotate(115.2deg);-moz-transform:rotate(115.2deg);-ms-transform:rotate(115.2deg);-o-transform:rotate(115.2deg);transform:rotate(115.2deg)}.c100.p33 .bar{-webkit-transform:rotate(118.8deg);-moz-transform:rotate(118.8deg);-ms-transform:rotate(118.8deg);-o-transform:rotate(118.8deg);transform:rotate(118.8deg)}.c100.p34 .bar{-webkit-transform:rotate(122.4deg);-moz-transform:rotate(122.4deg);-ms-transform:rotate(122.4deg);-o-transform:rotate(122.4deg);transform:rotate(122.4deg)}.c100.p35 .bar{-webkit-transform:rotate(126deg);-moz-transform:rotate(126deg);-ms-transform:rotate(126deg);-o-transform:rotate(126deg);transform:rotate(126deg)}.c100.p36 .bar{-webkit-transform:rotate(129.6deg);-moz-transform:rotate(129.6deg);-ms-transform:rotate(129.6deg);-o-transform:rotate(129.6deg);transform:rotate(129.6deg)}.c100.p37 .bar{-webkit-transform:rotate(133.2deg);-moz-transform:rotate(133.2deg);-ms-transform:rotate(133.2deg);-o-transform:rotate(133.2deg);transform:rotate(133.2deg)}.c100.p38 .bar{-webkit-transform:rotate(136.8deg);-moz-transform:rotate(136.8deg);-ms-transform:rotate(136.8deg);-o-transform:rotate(136.8deg);transform:rotate(136.8deg)}.c100.p39 .bar{-webkit-transform:rotate(140.4deg);-moz-transform:rotate(140.4deg);-ms-transform:rotate(140.4deg);-o-transform:rotate(140.4deg);transform:rotate(140.4deg)}.c100.p40 .bar{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}.c100.p41 .bar{-webkit-transform:rotate(147.6deg);-moz-transform:rotate(147.6deg);-ms-transform:rotate(147.6deg);-o-transform:rotate(147.6deg);transform:rotate(147.6deg)}.c100.p42 .bar{-webkit-transform:rotate(151.2deg);-moz-transform:rotate(151.2deg);-ms-transform:rotate(151.2deg);-o-transform:rotate(151.2deg);transform:rotate(151.2deg)}.c100.p43 .bar{-webkit-transform:rotate(154.8deg);-moz-transform:rotate(154.8deg);-ms-transform:rotate(154.8deg);-o-transform:rotate(154.8deg);transform:rotate(154.8deg)}.c100.p44 .bar{-webkit-transform:rotate(158.4deg);-moz-transform:rotate(158.4deg);-ms-transform:rotate(158.4deg);-o-transform:rotate(158.4deg);transform:rotate(158.4deg)}.c100.p45 .bar{-webkit-transform:rotate(162deg);-moz-transform:rotate(162deg);-ms-transform:rotate(162deg);-o-transform:rotate(162deg);transform:rotate(162deg)}.c100.p46 .bar{-webkit-transform:rotate(165.6deg);-moz-transform:rotate(165.6deg);-ms-transform:rotate(165.6deg);-o-transform:rotate(165.6deg);transform:rotate(165.6deg)}.c100.p47 .bar{-webkit-transform:rotate(169.2deg);-moz-transform:rotate(169.2deg);-ms-transform:rotate(169.2deg);-o-transform:rotate(169.2deg);transform:rotate(169.2deg)}.c100.p48 .bar{-webkit-transform:rotate(172.8deg);-moz-transform:rotate(172.8deg);-ms-transform:rotate(172.8deg);-o-transform:rotate(172.8deg);transform:rotate(172.8deg)}.c100.p49 .bar{-webkit-transform:rotate(176.4deg);-moz-transform:rotate(176.4deg);-ms-transform:rotate(176.4deg);-o-transform:rotate(176.4deg);transform:rotate(176.4deg)}.c100.p50 .bar{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.c100.p51 .bar{-webkit-transform:rotate(183.6deg);-moz-transform:rotate(183.6deg);-ms-transform:rotate(183.6deg);-o-transform:rotate(183.6deg);transform:rotate(183.6deg)}.c100.p52 .bar{-webkit-transform:rotate(187.2deg);-moz-transform:rotate(187.2deg);-ms-transform:rotate(187.2deg);-o-transform:rotate(187.2deg);transform:rotate(187.2deg)}.c100.p53 .bar{-webkit-transform:rotate(190.8deg);-moz-transform:rotate(190.8deg);-ms-transform:rotate(190.8deg);-o-transform:rotate(190.8deg);transform:rotate(190.8deg)}.c100.p54 .bar{-webkit-transform:rotate(194.4deg);-moz-transform:rotate(194.4deg);-ms-transform:rotate(194.4deg);-o-transform:rotate(194.4deg);transform:rotate(194.4deg)}.c100.p55 .bar{-webkit-transform:rotate(198deg);-moz-transform:rotate(198deg);-ms-transform:rotate(198deg);-o-transform:rotate(198deg);transform:rotate(198deg)}.c100.p56 .bar{-webkit-transform:rotate(201.6deg);-moz-transform:rotate(201.6deg);-ms-transform:rotate(201.6deg);-o-transform:rotate(201.6deg);transform:rotate(201.6deg)}.c100.p57 .bar{-webkit-transform:rotate(205.2deg);-moz-transform:rotate(205.2deg);-ms-transform:rotate(205.2deg);-o-transform:rotate(205.2deg);transform:rotate(205.2deg)}.c100.p58 .bar{-webkit-transform:rotate(208.8deg);-moz-transform:rotate(208.8deg);-ms-transform:rotate(208.8deg);-o-transform:rotate(208.8deg);transform:rotate(208.8deg)}.c100.p59 .bar{-webkit-transform:rotate(212.4deg);-moz-transform:rotate(212.4deg);-ms-transform:rotate(212.4deg);-o-transform:rotate(212.4deg);transform:rotate(212.4deg)}.c100.p60 .bar{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg)}.c100.p61 .bar{-webkit-transform:rotate(219.6deg);-moz-transform:rotate(219.6deg);-ms-transform:rotate(219.6deg);-o-transform:rotate(219.6deg);transform:rotate(219.6deg)}.c100.p62 .bar{-webkit-transform:rotate(223.2deg);-moz-transform:rotate(223.2deg);-ms-transform:rotate(223.2deg);-o-transform:rotate(223.2deg);transform:rotate(223.2deg)}.c100.p63 .bar{-webkit-transform:rotate(226.8deg);-moz-transform:rotate(226.8deg);-ms-transform:rotate(226.8deg);-o-transform:rotate(226.8deg);transform:rotate(226.8deg)}.c100.p64 .bar{-webkit-transform:rotate(230.4deg);-moz-transform:rotate(230.4deg);-ms-transform:rotate(230.4deg);-o-transform:rotate(230.4deg);transform:rotate(230.4deg)}.c100.p65 .bar{-webkit-transform:rotate(234deg);-moz-transform:rotate(234deg);-ms-transform:rotate(234deg);-o-transform:rotate(234deg);transform:rotate(234deg)}.c100.p66 .bar{-webkit-transform:rotate(237.6deg);-moz-transform:rotate(237.6deg);-ms-transform:rotate(237.6deg);-o-transform:rotate(237.6deg);transform:rotate(237.6deg)}.c100.p67 .bar{-webkit-transform:rotate(241.2deg);-moz-transform:rotate(241.2deg);-ms-transform:rotate(241.2deg);-o-transform:rotate(241.2deg);transform:rotate(241.2deg)}.c100.p68 .bar{-webkit-transform:rotate(244.8deg);-moz-transform:rotate(244.8deg);-ms-transform:rotate(244.8deg);-o-transform:rotate(244.8deg);transform:rotate(244.8deg)}.c100.p69 .bar{-webkit-transform:rotate(248.4deg);-moz-transform:rotate(248.4deg);-ms-transform:rotate(248.4deg);-o-transform:rotate(248.4deg);transform:rotate(248.4deg)}.c100.p70 .bar{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg)}.c100.p71 .bar{-webkit-transform:rotate(255.6deg);-moz-transform:rotate(255.6deg);-ms-transform:rotate(255.6deg);-o-transform:rotate(255.6deg);transform:rotate(255.6deg)}.c100.p72 .bar{-webkit-transform:rotate(259.2deg);-moz-transform:rotate(259.2deg);-ms-transform:rotate(259.2deg);-o-transform:rotate(259.2deg);transform:rotate(259.2deg)}.c100.p73 .bar{-webkit-transform:rotate(262.8deg);-moz-transform:rotate(262.8deg);-ms-transform:rotate(262.8deg);-o-transform:rotate(262.8deg);transform:rotate(262.8deg)}.c100.p74 .bar{-webkit-transform:rotate(266.4deg);-moz-transform:rotate(266.4deg);-ms-transform:rotate(266.4deg);-o-transform:rotate(266.4deg);transform:rotate(266.4deg)}.c100.p75 .bar{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.c100.p76 .bar{-webkit-transform:rotate(273.6deg);-moz-transform:rotate(273.6deg);-ms-transform:rotate(273.6deg);-o-transform:rotate(273.6deg);transform:rotate(273.6deg)}.c100.p77 .bar{-webkit-transform:rotate(277.2deg);-moz-transform:rotate(277.2deg);-ms-transform:rotate(277.2deg);-o-transform:rotate(277.2deg);transform:rotate(277.2deg)}.c100.p78 .bar{-webkit-transform:rotate(280.8deg);-moz-transform:rotate(280.8deg);-ms-transform:rotate(280.8deg);-o-transform:rotate(280.8deg);transform:rotate(280.8deg)}.c100.p79 .bar{-webkit-transform:rotate(284.4deg);-moz-transform:rotate(284.4deg);-ms-transform:rotate(284.4deg);-o-transform:rotate(284.4deg);transform:rotate(284.4deg)}.c100.p80 .bar{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg)}.c100.p81 .bar{-webkit-transform:rotate(291.6deg);-moz-transform:rotate(291.6deg);-ms-transform:rotate(291.6deg);-o-transform:rotate(291.6deg);transform:rotate(291.6deg)}.c100.p82 .bar{-webkit-transform:rotate(295.2deg);-moz-transform:rotate(295.2deg);-ms-transform:rotate(295.2deg);-o-transform:rotate(295.2deg);transform:rotate(295.2deg)}.c100.p83 .bar{-webkit-transform:rotate(298.8deg);-moz-transform:rotate(298.8deg);-ms-transform:rotate(298.8deg);-o-transform:rotate(298.8deg);transform:rotate(298.8deg)}.c100.p84 .bar{-webkit-transform:rotate(302.4deg);-moz-transform:rotate(302.4deg);-ms-transform:rotate(302.4deg);-o-transform:rotate(302.4deg);transform:rotate(302.4deg)}.c100.p85 .bar{-webkit-transform:rotate(306deg);-moz-transform:rotate(306deg);-ms-transform:rotate(306deg);-o-transform:rotate(306deg);transform:rotate(306deg)}.c100.p86 .bar{-webkit-transform:rotate(309.6deg);-moz-transform:rotate(309.6deg);-ms-transform:rotate(309.6deg);-o-transform:rotate(309.6deg);transform:rotate(309.6deg)}.c100.p87 .bar{-webkit-transform:rotate(313.2deg);-moz-transform:rotate(313.2deg);-ms-transform:rotate(313.2deg);-o-transform:rotate(313.2deg);transform:rotate(313.2deg)}.c100.p88 .bar{-webkit-transform:rotate(316.8deg);-moz-transform:rotate(316.8deg);-ms-transform:rotate(316.8deg);-o-transform:rotate(316.8deg);transform:rotate(316.8deg)}.c100.p89 .bar{-webkit-transform:rotate(320.4deg);-moz-transform:rotate(320.4deg);-ms-transform:rotate(320.4deg);-o-transform:rotate(320.4deg);transform:rotate(320.4deg)}.c100.p90 .bar{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg)}.c100.p91 .bar{-webkit-transform:rotate(327.6deg);-moz-transform:rotate(327.6deg);-ms-transform:rotate(327.6deg);-o-transform:rotate(327.6deg);transform:rotate(327.6deg)}.c100.p92 .bar{-webkit-transform:rotate(331.2deg);-moz-transform:rotate(331.2deg);-ms-transform:rotate(331.2deg);-o-transform:rotate(331.2deg);transform:rotate(331.2deg)}.c100.p93 .bar{-webkit-transform:rotate(334.8deg);-moz-transform:rotate(334.8deg);-ms-transform:rotate(334.8deg);-o-transform:rotate(334.8deg);transform:rotate(334.8deg)}.c100.p94 .bar{-webkit-transform:rotate(338.4deg);-moz-transform:rotate(338.4deg);-ms-transform:rotate(338.4deg);-o-transform:rotate(338.4deg);transform:rotate(338.4deg)}.c100.p95 .bar{-webkit-transform:rotate(342deg);-moz-transform:rotate(342deg);-ms-transform:rotate(342deg);-o-transform:rotate(342deg);transform:rotate(342deg)}.c100.p96 .bar{-webkit-transform:rotate(345.6deg);-moz-transform:rotate(345.6deg);-ms-transform:rotate(345.6deg);-o-transform:rotate(345.6deg);transform:rotate(345.6deg)}.c100.p97 .bar{-webkit-transform:rotate(349.2deg);-moz-transform:rotate(349.2deg);-ms-transform:rotate(349.2deg);-o-transform:rotate(349.2deg);transform:rotate(349.2deg)}.c100.p98 .bar{-webkit-transform:rotate(352.8deg);-moz-transform:rotate(352.8deg);-ms-transform:rotate(352.8deg);-o-transform:rotate(352.8deg);transform:rotate(352.8deg)}.c100.p99 .bar{-webkit-transform:rotate(356.4deg);-moz-transform:rotate(356.4deg);-ms-transform:rotate(356.4deg);-o-transform:rotate(356.4deg);transform:rotate(356.4deg)}.c100.p100 .bar{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}

.center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

#email-product-table-content tr td:nth-child(2), #email-product-table-content tr td:nth-child(3) {
  font-size: 14px;
}
#email-product-table-content tr td:nth-child(1) {
  width: 75px !important;
}
#email-product-table-content tr td:nth-child(2) {
  width: 75px !important;
}

/* #email-product-table-content .btn-danger {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#email-product-table-content tr:hover .btn-danger {
  opacity: 1;
} */

#email-editor-dialog {
  display: none;
}
.email_preview {
  position: relative;
  width: 100%;
  height: 400px;
  border: none;
}
.new_email_content_wrapper {
  border: solid 1px #e3e6f0;
  border-radius: 0;
  padding: 5px;
  margin: 5px;
}

.ui-widget {
  font-size: 14px;
}

.modal-backdrop {
  z-index: -1;
}
.fusion-date-and-formats {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: block;
  float: none;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin-right: 17px;
  text-align: center;
  width: 82px;
}
.referral_link {
  font-size: 14px;
  padding: 3px 5px;
  border: solid 1px;
  border-radius: 3px;
  min-width: 190px;
  display: block;
}

.fusion-date-box {
  background-color: rgb(0, 0, 164);
  border-bottom-color: rgb(0, 0, 164);
  border-bottom-left-radius: 82px;
  border-bottom-right-radius: 82px;
  border-left-color: rgb(0, 0, 164);
  border-right-color: rgb(0, 0, 164);
  border-top-color: rgb(0, 0, 164);
  border-top-left-radius: 82px;
  border-top-right-radius: 82px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  text-align: center;
  height: 80px;
}

.fusion-date {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 29px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: 29px;
  letter-spacing: normal;
  line-height: 29px;
  margin-top: 6px;
  text-align: center;
  width: 82px;
}

.fusion-month-year {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  height: auto;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  width: auto;
}

.fusion-post-large-alternate {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e3e6f0;
}

.fusion-post-content {
  -webkit-box-flex: 1;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.blog-shortcode-post-title {
  box-sizing: border-box;
  clear: right;
  color: rgb(0, 0, 164);
  display: block;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.fusion-post-content-container {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: block;
  font-size: 14px;
}

.fusion-meta-info {
  display: none;
}

.header-date-selector-div-product {
  margin-bottom: 15px;
}
.product-dark-panel {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 30px 25px;
  background: rgb(240,240,240);
  color: #858796;
}
.product-dark-panel table {
  margin-top: 20px;
}
.product-dark-panel table td {
  padding: 5px;
}
.product-dark-panel table tr td:nth-child(2) {
  font-weight: bold;
  padding-left: 10px;
}

#modifyIntStr {
  margin-top: 6px;
  margin-bottom: 6px;
}

.header-date-selector-div-product #ui-datepicker-div {
  top: auto !important;
}
.shape{
  border-style: solid;
  border-width: 0 82px 50px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.shape {
  border-color: rgba(255,255,255,0) #858796 rgba(255,255,255,0) rgba(255,255,255,0);
}
.ui-selected .shape {
  border-color: rgba(255,255,255,0) var(--primary-color) rgba(255,255,255,0) rgba(255,255,255,0);
}
.shape-text{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -27px;
  top: 9px;
  white-space: nowrap;
  -ms-transform: rotate(34deg);
  -o-transform: rotate(34deg);
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
  text-align: center;
  width: 60px;
}

#ProductsList tr {
  position: relative;
  cursor: pointer;
}
#ProductsList tr:hover, #all_users_table tr:hover, #all_apis_table tr:hover {
  background-color: #f8f9fc;
  cursor: pointer;
}
#ProductsList tr td:first-child, #ProductsList tr td:nth-child(2) {
  background-color: #fff !important;
}
#ProductsList tr td:first-child {
  cursor: default;
}

#ProductsList tr img, #OrderList tr img, #deleted-products-table tr img {
  max-height: 60px;
  max-width: 100px;
}

tr img.platform-logo {
  width: 65px;
  height: auto;
  max-height: 65px !important;
  padding: 0;
  margin: 0px;
  position: relative;
  display: inline-block;
}

tr img.platform-logo-small {
  width: 45px;
  height: auto;
  max-height: 45px !important;
  padding-left: 0;
  margin: -5px 0px;
  position: relative;
  display: inline-block;
}

#OrderList tr td:first-child {
  text-align: center;
}

.manager-product-table-img {
  width: auto;
  max-height: 55px;
  max-width: 55px;
}

.ads-main-table tr td, .ads-main-table tr th {
  width: 10%;
}
.ads-main-table tr td:first-child {
  text-align: center;
}
.ads-main-table tr td:nth-child(3), .ads-main-table tr th:nth-child(3) {
  width: 40%;
}

/* #OrderList tr td:first-child {
  text-align: center;
} */

#InventoryList tr {
  position: relative;
  cursor: pointer;
}
#InventoryList tr:hover {
  background-color: #f8f9fc;
}
#inventory-actions-table tr:hover {
  background-color: #f8f9fc;
  cursor: pointer;
}
.form-title-purchase {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.inventory-circle-indicator {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  color: var(--primary-color);
  font-weight: bold;
  top: 20px;
  width: 100px;
}


.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #3a3b45;
}

.tracking-pakket-item .card {
  cursor: pointer;
}
.tracking-pakket-item.ui-selected .card {
  border-color: var(--primary-color);
}

.manager-pakket-item .card, .tracking-pakket-item .card  {
  overflow: hidden;
}

.manager-pakket-item .card {
  cursor: pointer;
}
.manager-pakket-item.ui-selected .card {
  border-color: var(--primary-color);
}


.payment-interval-wrapper {
  position: absolute;
  top: -2.5px;
  right: 15px;
}
.payment-interval-wrapper .switch-selection {
  position: relative;
  font-size: 14px;
  top: 3px;
  padding: 0 10px;
  cursor: pointer;
}



.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
  /* deze is lijp */
  margin-bottom: 140px;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: calc(100% - 65px);
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ddd;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ddd;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 5%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #d9d7d7;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-primary {
  border-left: solid 3px var(--primary-color) !important;
}
.timeline-success {
  border-left: solid 3px #1cc875 !important;
}
.timeline-warning {
  border-left: solid 3px #FFCF00 !important;
}
.timeline-danger {
  border-left: solid 3px #e74a3b !important;
}
.timeline-info {
  border-left: solid 3px #19CAF5 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-size: 18px;
  margin-bottom: 0;
}
.text-muted {
  font-size: 12px;
}
.timeline-body {
  padding-top: 5px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 12px;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.info-hover-wolk:hover {
  color: blue;
}
#footer-div button.btn {
  width: 100%;
}

.social-icons .col-xl-6 {
  color: white;
  height: 80px;
  text-align:center;
  padding: 22px 0;
  font-size: 26px;
  position: relative;
}
.social-icons .col-xl-6 i {
  z-index: 9;
  position: relative;
}
.overlay-hover {
  z-index: 8;
  position: fixed;
  left: 0;
  top:0px;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
.overlay-hover:hover {
  background: rgba(0,0,0,0.95);
}

.gjs-am-add-asset button {
  width: 35%;
}
.gjs-am-add-asset .gjs-am-add-field {
  width: 60%;
}
.gjs-am-assets {
  height: 270px;
}

.ace_editor {
  position: relative;
  width: 100%;
  height: 100%;
}

.social-icons .col-xl-6 .overlay {
  z-index: 8;
  position: absolute;
  left: 0;
  top:0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  cursor: pointer;
}
.social-icons .col-xl-6:hover .overlay {
  background: rgba(0,0,0,0.3);
}

.video-popup-overlay {
  z-index: 99998;
  position: fixed;
  left: 0;
  top:0px;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
.video-popup-overlay:hover {
  background: rgba(0,0,0,0.85);
}
.video-popup-wrapper {
  position: fixed;
  z-index: 99999;
  width: 50%;
  height: 50vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.no-bol-account-video {
  display: none;
}

.copyButtonHover:hover {
  color: blue;
  cursor: pointer;
}

.deleteProductHomeDiv {
  color: #e02d1b;
  position: relative;
  font-size: 18px;
  z-index: 99;
  left: -1.5px;
}
.deleteProductHomeDiv:hover {
  color: #000;
}

.manager-table td {
  width: 25%;
  padding-left: 15px;
}

.manager-table td p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.groupTag, .newTag {
  padding: 7.5px 12.5px;
  cursor: pointer;
  margin-left: 15px;
  font-size: 14px;
}

.home-dashboard-tile-white .groupTag, .home-dashboard-tile-white .newTag {
  padding: 7.5px 12.5px;
  cursor: pointer;
  margin: 3px 4px;
  font-size: 14px;
}

.home-product-inspiratie {
  position: relative;
  top: -5px;
}
.home-product-inspiratie i {
  font-size: 22px;
  padding: 10px;
  width: 25px;
  text-align: center;
}

#userGroups .badge {
  margin-bottom: 5px;
  width: 15%;
  position: relative;
}
#costsPosts .badge {
  margin-bottom: 5px;
  position: relative;
}

.newCostPost {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  display: block;
}

#invoices_table tr {
  cursor: pointer;
}

#invoice-image-preview-canvas {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px lightgray;
}
#invoice-image-preview-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#invoice-image-preview-file {
  width: 100%;
  height: 460px;
  max-width: 100%;
  max-height: 100%;
  display: none;
}

#invoice-files {
  width: 100%;

}

.invoice_file_tumb {
  position: relative;
  display: inline-block;
  width: 31%;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px lightgray;
  font-size: 12px;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}

.selected-file {
  border-color: var(--primary-color);
}

img {
    image-orientation: from-image;
}

.invoice_file_tumb button {
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 9;
  display: none;
  cursor: pointer;
}
.invoice_file_tumb:hover button {
  display: block;
}
.invoice_file_tumb img {
  max-width: 100%;
  max-height: 100px;
  padding-bottom: 10px;
}

.groupTagProduct, .newTagProduct {
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 7.5px;
}
.newTag:hover {
  background: #1cc875;
}
.newTagProduct:hover {
  background: #2e59d9;
}
.groupTag:hover {
  background: var(--primary-color);
}
.groupTag.active, .groupTagProduct.active {
  background: #2e59d9;
}

.groupTag i, .groupTagProduct i {
  margin-top: -20px;
  right: -10px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  background: #f8f9fc;
  border-radius: 100%;
  border: solid 3px #f8f9fc;
  color: #000;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  visibility: hidden;
  opacity: 0;
}
.groupTagProduct i {
  font-size: 18px;
}
.groupTag:hover i, .groupTagProduct:hover i {
  visibility: visible;
  opacity: 1;
}
.groupTag i:hover, .groupTagProduct i:hover {
  color: #e02d1b;
}

#tracking-countdown {
  display: none;
}

.selected-items-actions {
  display: none;
  padding-bottom: 10px;
}

.product_manager {
  padding-left: 40px !important;
  overflow: hidden;
}
.product_checkbox {
  position: relative;
  z-index: 9;
}

.title-calc-top {
  position: absolute;
  top: -17px;
  color: black;
  width: 100%;
  text-align: center;
  left: 0;
  height: 16px;
  overflow: hidden;
  font-size: 12px;
}

.hide_the_icon {
  display: none;
}

.sort-buttons-right {
  display: inline-block;
  float: right;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 20px;
}
.sort-buttons-left {
  display: inline-block;
  float: left;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 20px;
}
.sort-buttons-block {
  display: block;
  width: 100%;
  overflow: hidden;
}

.product_manager {
  background: white;
}

#content-wrapper {
  /* height: 100vh; */
  /* overflow: auto; */
  -webkit-overflow-scrolling: touch;
}

@-webkit-keyframes rotate-logo /* Safari and Chrome */ {
  0%{
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  45% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  55% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-logo {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fivex-logo {
  position: relative;
  display: block;
  width: 60px;
  padding: 5px;
  height: auto;
}
.fivex-logo:hover {
  -webkit-animation: rotate-logo 0.6s ease-in-out;
  -moz-animation: rotate-logo 0.6s ease-in-out;
  -ms-animation: rotate-logo 0.6s ease-in-out;
  -o-animation: rotate-logo 0.6s ease-in-out;
  animation: rotate-logo 0.6s ease-in-out;
}

.fivex-logo-text {
  position: relative;
  display: block;
  width: 100px;
  height: auto;
  left: -5px;
}
.agency-logo {
  position: relative;
    display: block;
    object-fit: contain;
    width: auto;
    height: 60px;
    left: -5px;
}

.right-triple-button {
  display: inline-block;
  float: right;
}

.hover-right-amount {
  float: right;
  margin: -5px 5px -5px 5px;
  position: relative;
  bottom: -8px;
}

.switch-toggle {
  width: 200px;
}

.switch-toggle label:not(.disabled) {
  cursor: pointer;
}

.switch-toggle.switch-candy {
  background-color: transparent;
  background: transparent;
  box-shadow: none;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 14px;
  text-align: right;
}

.switch-toggle.switch-candy label {
  background: #ddd;
  color: #858796;
  text-shadow: none;
  padding: 0 10px;
}
.switch-candy input:checked + label {
  color: white;
  background: var(--primary-color);
}
.form-control {
  background-color: rgb(250,250,250);
  background: rgb(250,250,250);
  background: white;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  border-radius: 3px;
  color: #000;
  font-weight: 500;
}

#ui-datepicker-div {
  border: solid 1px #e8e8e8;
  border-radius: 0 !important;
  z-index: 9999 !important;
}
.ui-widget-header {
  border: 0 solid #dddddd;
  background: white;
  color: #000;
  font-weight: bold;
  border-radius: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  font-weight: normal;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 30px;
  outline: none;
  padding-left: 12.5px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-weight: 500;
}

.form-select {
  appearance: none !important;
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  background-color: rgb(250,250,250);
  background: rgb(250,250,250);
  background: white;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  border-radius: 3px;
  color: #000;
  font-weight: 500;
  cursor: pointer;

  /* Dropdown arrow */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='8'%20viewBox='0%200%2012%208'%3E%3Cpath%20fill='black'%20d='M6%208L0%200h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 5px;
}

.bts_dropdown {
  width: 100%;
  position: relative;
}

.bts_dropdown .dropdown-toggle {
  background-color: #fff;
  border-radius: 3px;
  border: solid 0px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 30px;
  outline: none;
  padding: 0px 20px;
  text-align: left;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-weight: 500;
  width: 100%;
  color: black;
}

.bts_dropdown>ul {
  max-height: calc(100vh - 300px);
  overflow-x: auto;
}

.bts_dropdown ul li label input {
  top: 11px;
  width: 22px;
  height: 22px;
  left: -7px;
}
.bts_dropdown ul li label {
  cursor: pointer;
  color: black;
  padding-top: 12px;
  width: 100%;
  font-weight: 300;
}
.bts_dropdown ul li {
  border-top: 1px dashed #eee;
  padding-left: 20px;
  border-left: 1px dashed #eee;
}

.bts_dropdown .dropdown-menu {
  max-width: 250px;
  width: 250px;
}

.multiselect.custom-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 3px;
  border: solid 1px #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 16px;
  outline: none;
  padding-left: 12.5px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  font-weight: 500;
  color: #000;
}
.multiselect-native-select .btn-group {
  width: 100%;
}
.group-ads .multiselect-native-select .btn-group {
  width: 100%;
  height: 40px;
}

.multiselect-container .multiselect-option:hover, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-all:focus {
  background-color: #eee !important;
  color: #000;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.dropdown-item {
  font-weight: 300;
}

.tracking-list-table {
  position: relative;
  background: white;
  border-radius: 0 !important;
  width: 100%;
}

/* .tracking-list-table tr td:nth-child(3), .tracking-list-table tr th:nth-child(3) {
  width: 500px !important;
} */

.returns-table {
  position: relative;
  background: white;
  border-radius: 0 !important;
}

.manager-table {
  width: 100%;
}
.manager-table input {
  position: relative;
  top: -1px;
  left: 5px;
  width: 70px;
}

#TrackingList_length select, #TrackingList_filter input {
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 0 0 3px 6px;
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
#TrackingList_length select {
  margin: 0 6px 3px 0;
}

#TrackingList_length {
  padding-top: 20px;
}
#TrackingList_filter {
  text-align: right;
  padding-top: 20px;
}

.upload-form {
  width: 100%;
  border: 4px dashed #000;
  border-radius: 5px;
}
.upload-form:hover {
  background-color: white;
  cursor: pointer;
  border: 4px dashed var(--primary);
}
.upload-form p {
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  color: #000;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.upload-form:hover p {
  color: var(--primary);
}
.upload-form input {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}

.mail-upload-form {
  width: 100%;
  border: 3px dashed #ddd;
  border-radius: 0;
  margin: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mail-upload-form:hover {
  background-color: white;
  cursor: pointer;
  border: 3px dashed #346ee0;
}
.mail-upload-form p {
  width: 100%;
  text-align: center;
  padding: 25px 10px;
  color: #ddd;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mail-upload-form:hover p {
  color: #346ee0;
}
.mail-upload-form input {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}

.mail-upload-tiles {
  position: relative;
  width: 100%;
  display: block;
  margin: 5px;
}

.mail-file-tile {
  position: relative;
  display: inline-block;
  width: 125px;
  overflow: hidden;
  padding: 10px 5px 0px;
  padding-top: 15px;
  text-align: center;
  margin-right: 15px;
  border-radius: 5px !important;
  border: solid 1px #fff;
  background: white !important;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px!important;
}
.mail-file-tile i {
  font-size: 22px;
}
.mail-file-tile p {
  font-size: 12px;
}

.delete-upload-file-button {
  position: absolute;
  margin-top: 5px;
  right: 5px;
  top: 0;
  display: none;
}
.delete-upload-file-button i {
  font-size: 12px;
}
.delete-upload-file-button a {
  font-size: 12px;
  text-decoration: none;
}
.mail-file-tile:hover .delete-upload-file-button {
  display: block;
}

.cke_dialog {
  z-index: 10055 !important;
}

.email-show-shortcodes {
  position: fixed;
  bottom: 125px;
  left: 15px;
  z-index: 9999999999999;
  background: white;
  padding: 5px;
  width: 350px;
  font-size: 12px;
  display: none;
}

.email-hide-shortcodes {
  position: fixed;
  bottom: 175px;
  left: 15px;
  z-index: 9999999999999;
}

.hide-shortcodes-button {
  position: absolute;
  top: -12.5px;
  right: -10px;
  font-size: 28px;
  cursor: pointer;
  background: white;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  text-align: center;
}

.email-edit-exit-button {
  position: fixed;
  bottom: 125px;
  left: 15px;
  z-index: 9999999999999;
}
.email-edit-save-button {
  position: fixed;
  bottom: 75px;
  left: 15px;
  z-index: 9999999999999;
}

.code-edit-button-bottom {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: 0;
  bottom: -10px;
}

.code-edit-button-bottom .btn {
  padding: 5px 30px;
}

.gjs-cv-canvas {
  background: #ddd !important;
}

.gjs-btnt.gjs-pn-active, .gjs-color-active, .gjs-pn-btn.gjs-pn-active, .gjs-pn-btn:active, .gjs-block:hover {
  color: var(--primary-color);
}

.nice-split-input .icon {
  background: var(--primary-color);
  padding-top: 9px;
}
.nice-split-input, .nice-split-input input {
  width: 100%;
  border: solid 0;
}
.nice-split-input {
  border-radius: 0;
  margin-bottom: 10px;
}

.nav-pills-manager {
  width: 100%;
  padding: 5px 0 20px 0;
}
.nav-pills-manager li {
  width: 16.6666%;
  text-align: center;
  padding: 0 5px;
}
.nav-pills-manager li:last-child {
  padding: 0 0 0 5px;
}
.nav-pills-manager li:first-child {
  padding: 0 5px 0 0;
}
.nav-pills-manager li a {
  padding: 7px 20px;
  border: solid 1px #e8e8e8;
  background: white;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  width: 100%;
}
.nav-pills-manager li a.active {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: solid 1px var(--primary-color);
}

.api-active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}


.nav-pills-home {
  padding: 5px 0 20px 0;
  text-align: center;
}
.nav-pills-home li {
  text-align: center;
  padding: 0 5px;
}
.nav-pills-home li:first-child {
  padding: 0 5px 0 0;
}
.nav-pills-home li:last-child {
  padding: 0 0 0 5px;
}
.nav-pills-home li a {
  padding: 7px 20px;
  border: solid 1px #e8e8e8;
  background: white;
  border-radius: 0;
  text-decoration: none;
  width: 100%;
  margin-bottom: 10px;
}
.nav-pills-home li a.active {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: solid 1px var(--primary-color);
}

.custom-control {
  z-index: 0;
}

.tab-pane {
  width: 100%;
}

#ProductsList tr td {
  text-align: center;
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
}

.channel-img-product-modal {
  position: absolute;
  right: 60px;
  height: 70px;
  width: 100px;
  top: 8px;
  background-color: white;
}

.loadingOverlay, .rankingLoadingOverlay, .catRankingLoadingOverlay, .noOrdersOverlay, .noDataOverlay, .loadingAdsModalOverlay {
  position: absolute;
  left: 0;
  right:0px;
  top:0px;
  bottom:0px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  text-align: center;
  display: none;
}
.rankingLoadingOverlay i,
.catRankingLoadingOverlay i,
.loadingOverlay i,
.loadingAdsModalOverlay i,
.noOrdersOverlay i {
  color: rgb(100, 100, 100);
  font-size: 48px;
  position: relative;
  top: calc(50% - 34px);
}
.noDataOverlay i, .noDataOverlay a {
  color: black;
  font-size: 48px;
  position: relative;
  top: calc(50% - 34px);
}
.noDataOverlay a {
  font-size: 28px;
  font-weight: bold;
  color: white !important;
  cursor: pointer;
  padding: 10px 25px;
}
.noOrdersOverlay span {
  color: rgb(0, 0, 0);
  font-size: 28px;
  position: relative;
  top: calc(50% - 34px);
}

.nav-pill-row {
  background: var(--primary-color);
  padding: 20px;
  color: white;
  border-radius: 0;
  position: relative;
  top: -23px;
  border-radius: 0px 0px 5px 5px;
}

.blue-wrapper {
  background: var(--primary-color);
  border-radius: 5px;
  padding: 20px 20px 60px 20px;
  margin-top: 5px;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.tracking-list-table-wrapper {
  position: relative;
}

.product-cover-img {
  position: relative;
  display: inline-block;
  width: 15%;
  height: 100px;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.search-result-product-img {
  position: relative;
  display: inline-block;
  width: 15%;
  height: 80px;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  margin: 0 0 0 0;
}
.search-result-product {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.search-result-header {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;

}

#products-list {
  display: none;
  position: relative;
  display: block;
  width: 100%;
}


.search-result-product-title {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.search-result-product-description {
  display: block;
  max-height: 50px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 0;
}

.product_img_td {
  height: 100px;
  width: 150px;
  text-align: center;
  background: white;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
  right: 20px;
}
table.dataTable thead tr {
  position: sticky;
  background: white;
  top: 0;
}
.tracking-list-tr-hover {
  cursor: pointer;
}
.orders-list-tr-hover {
  cursor: default;
}
.orders-list-tr-hover td {
  vertical-align: middle;
  border-left: 0 !important;
  border-right: 0 !important;
}

.niceOrdersButtonsWrapper{
  z-index: 2;
}
#ProductsList,  #OrderList, #InventoryList,  #ReturnsList tbody > tr > td {
  font-size: 80%;
}

.dt-button-collection::before {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
  content: "KPI's";
}

.dt-button-background {
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 3;
}

.dt-button-collection {
  background: white !important;
  border-radius: 5px !important;
  z-index: 9999;
  overflow-y: scroll;
  position: fixed;
  width: 100% !important;
  max-height: 75%;
  max-width: 500px !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  margin: auto !important;
  padding: 15px 20px !important;
}

.dt-button-collection a {
  text-decoration: none;
  color: #202020 !important;
  margin-left: 5px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  background: white !important;
}
.dt-button.buttons-columnVisibility:before {
   font-family: "Font Awesome 5 Free";
   content: '\f0c8'!important;
   display: inline-block;
   padding-right: 10px;
   color: #202020;
   font-size: 22px;
   bottom: -2.5px;
   position: relative;
}

.dt-button.buttons-columnVisibility.active:before, .dt-button.buttons-columnVisibility.dt-button-active:before {
   content: '\f14a'!important;
   /* color: var(--primary-color); */
}

.course-download-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 150px;
  width: 150px;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.card:hover .course-download-button {
  opacity: 1;
}

.product_img_div {
  height: 100px;
  width: 150px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
.product-right-sidebar {
  position: relative;
  display: inline-block;
  width: 84%;
  float: right;
  padding-right: 20px;
}

.shortDescription {
  display: block;
  max-height: 50px;
  overflow: hidden;
}

.product-supplier {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 2px 10px 8px;
  border: solid 1px #dddfeb;
  border-radius: 3px;
  font-size: 12px;
}
.product-supplier-price {
  font-size: 14px;
}
.product-supplier-name {
  font-size: 14px;
  font-weight: 700;
}

.product-search-header {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px 20px 0 20px;
}

.center-title {
  position: absolute;
  display: inline-block;
  max-width: 60%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
}

.right-filter-options {
    display: inline-block;
    float: right;
    position: relative;
    top: 8px;
}

.loader_wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.loader {
  width: 20px;
  height: 20px;
  border: 5px solid #FFF;
  border-bottom-color: var(--primary-color);
  border-radius: 50%;
  box-sizing: border-box;
  display: none;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
}
}
.loader_wrapper .loader_div i {
  font-size: 100px;
}

.loader_div {
  position: relative;
  width: 200px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 30vh;
}

.clickable-hand {
  cursor: pointer;
}

.next-step-link {
  color: rgba(255, 255, 255, 0.8);
}
#header-status-div:hover .next-step-link {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

/* .sidebar-brand-text {
  font-size: 14px;
  margin-left: 10px !important;
} */

.sidebar .sidebar-brand {
  font-size: 20px;
}

.sidebar-brand .sidebar-brand-icon i {
    font-size: 38px;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    color: white;
}

@media (min-width: 768px) {
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 38px;
    margin-right: -6px;
  }
}

.product-specs-table {
  font-size: 14px;
  font-weight: bold;
}

.product-specs-table td {
  width: 20%;
  text-align: center;
}

.col-lg-2 {
  max-width: 16.3%;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: var(--primary-color);
}
.image_picker_selector img {
  border-radius: 0;
}
ul.thumbnails.image_picker_selector li .thumbnail {
  border-radius: 0;
  cursor: pointer;
}

.package_description {
  font-size: 18px;
  color: #1cc875;
  /* font-weight: bold; */
  position: relative;
  margin-top: 25px;
}
.package_description p {
  position: relative;
  margin-top: -20px;
  display: block;
}
.package_description i.fa-check-circle {
  font-size: 36px;
  color: #1cc875;
  padding-right: 10px;
  position: relative;
  bottom: -7px;
  padding-left: 25px;
  padding-bottom: 7px;
}

#total_omzet_pm {
  position: relative;
  width: 100%;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
  font-size: 28px;
  /* font-weight: bold; */
}

.fas-star {
  font-size: 40px;
  color: #e67e22;
}
.fas-star.half {
  position: relative;
}
.fas-star.half:before {
  position: relative;
  z-index: 9;
  width: 47%;
  display: block;
  overflow: hidden;
}
.fas-star.half:after {
  content: '\e006';
  position: absolute;
  z-index: 8;
  color: #bdc3c7;
  top: 0;
  left: 0;
}

.cat_ul {
  text-decoration: none;
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cat_ul li {
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.cat_ul li i {
  position: absolute;
  left: -10px;
  top: 3px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.cat_ul li:hover i {
  left: -5px;
}
.cat_ul li:hover {
  color: black;
}
.selectChartDiv {
  position: relative;
  left: -5px;
}
.selectChartDiv button {
  background: none;
  padding: 5px 10px;
  margin: -7px 0 -4px 0;
  font-size: 14px;
}
.selectChartDiv button.active {
  background: var(--primary-color);
  color: white;
}
.sidebar-brand .sidebar-brand-text {
  text-transform: none;
}

.header-countdown {
  width: 110px;
  text-align: center;
  padding-left: 5px;
}
.header-countdown .flip  {
  display: inline-block;
  font-size: 18px;
  /* font-weight: bold; */
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  /* background-color: rgb(240,240,240); */
  background-color: transparent !important;
  color: var(--primary-color) !important;
  border-radius: 0;
}

.hover-text-counter {
  position: absolute;
  bottom: -50px;
  padding: 10px 15px;
  background: white;
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
  border-radius: 0;
  visibility: hidden;
  opacity: 1;
  z-index: 999;
}
.navbar-nav .btn {
  width: 130px;
}

.list-group-item {
  border-radius: 0 !important;
  border-color: #e8e8e8;
}

.header-countdown:hover .hover-text-counter {
  visibility: visible;
  /* opacity: 1; */
}
.remove-product-button, .inventory-alert-button, .success-alert-button {
  text-align: center;
  height: 25px;
  border: solid 2px red;
  border-radius: 0;
  display: block;
  color: white;
  padding: 4px 10px 4px 10px;
  color: red;
  font-size: 12px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-decoration: none !important;
}
.remove-product-button i, .inventory-alert-button i, .success-alert-button i {
  position: relative;
  top: 0.5px;
}
.remove-product-button:hover {
  color: white;
  background: red;
}
.inventory-alert-button {
  border: solid 2px var(--primary-color);
  color: var(--primary-color);
}
.inventory-alert-button:hover {
  color: white;
  background: var(--primary-color);
}
.success-alert-button {
  border: solid 2px #1cc875;
  color: #1cc875;
}
.success-alert-button:hover {
  color: white;
  background: #1cc875;
}
.calc_number_prefix {
  width: 20px;
  text-align: right;
  font-size: 18px;
  padding-right: 10px;
}

.cbtm-5 {
  padding-bottom: 7px;
}

.balance-table {
  width: 100%;
}
.balance-table td:first-child {
  text-align: right;
  padding-right: 1px;
  width: 60%;
}
.balance-table tr td:nth-last-child(1) {
  padding-left: 10px;
}

.calc-break-line {
  border-top: solid 1px #e3e6f0;
  padding-bottom: 5px;
}
.td-border-top {
  border-top: solid 1px #858796;
  text-align: center;
  padding-top: 5px;
  padding-right: 10px;
}

.calc-new {
  color: #fff;
  font-weight: bold;
  position: relative;
  background: #1cc875;
  padding: 3px 7px;
  border-radius: 0;
  font-size: 12px !important;
  left: 10px;
  top: -5px;
}

.manager-new-update {
  color: #fff;
  font-weight: bold;
  position: absolute;
  background: #1cc875;
  padding: 3px 7px;
  border-radius: 0;
  font-size: 12px;
  margin-left: -52px;
  margin-top: -20px;
  opacity: 0;
  animation-name: manager-new-button-animation;
  animation-duration: 6s;
  animation-delay: 2s;
  animation-timing-function: ease;
  -webkit-animation-name: manager-new-button-animation;
  -webkit-animation-duration: 6s;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: ease;
}

@keyframes manager-new-button-animation {
  0%   {margin-top: -20px; opacity: 0;display: block;}
  10%  {margin-top: -30px; opacity: 1;}
  15%  {margin-top: -25px; opacity: 1;}
  20%  {margin-top: -30px; opacity: 1;}
  25%  {margin-top: -25px; opacity: 1;}
  100% {margin-top: -25px;opacity: 0; display: none;}
}

.toggled .calc-new {
  display: none !important;
}
.firstTableItem td {
  border-top: 0;
  padding-top: 0;
}
.firstTableItem {
  padding-top: 0;
}
.inputNumber input {
  position: relative;
  top: -1px;
  left: 5px;
  width: 90px;
  padding: 5px 10px;
  background: white;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  border-radius: 3px;
  color: #000;
  font-weight: 500;
}
.status-warning {
  color: red;
}
.status-warning-yellow {
  color: #f4b619;
}
.status-success {
  color: #1cc875;
}
.image_picker_selector li {
  max-width: 18%;
}
.image_picker_image {
  max-width: 100%;
}
.les-player-img {
  padding: 0;
  width: 100%;
  position: relative;
}
.no-underline:hover .les-player-img-icon {
  color: rgba(0,0,0,.8);
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  font-size: 80px;
}
.les-player-img-icon {
  padding: 0;
  color: rgba(0,0,0,.5);
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  font-size: 60px;
  margin: auto;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
.no-underline:hover {
  text-decoration: none;
}
.cursus-video-short-desc, .overzicht-short-desc {
  padding: 15px;
  padding-bottom: 0;
  color: #5a5c69;
}

.course-vid-wrapper {
  position: relative;
  padding: 0 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 15px;
}
.video-desc-main {
  position: relative;
  left: 16.66666%;
  right: 0;
  margin: auto;
  padding: 0;
  border-radius: 0;
}
.next-prev-bttn {
  position: absolute;
  cursor: pointer;
  text-align: center;
}

.next-prev-bttn a:hover {
  text-decoration: none;
}
.next-prev-bttn i {
  font-size: 50px;
  padding-bottom: 10px;
}
.next-prev-bttn-next {
  right: 5%;
  top: 42.5%;
}
.next-prev-bttn-prev {
  left: 5%;
  top: 42.5%;
}

.overzicht-table-responsive {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}

.overzicht-table-responsive li {
  list-style: none;
  padding-left: 0;
}
.overzicht-table-responsive ul {
  padding-left: 15px;
}

.header-section-rel-course {
  position: relative;
  width: 100%;
}
.playing-now:after {
  content: 'Speelt nu ...';
  color: white;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  padding: 40% 0% 0% 0% ;
  font-style: oblique;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  background: rgba(0,0,0,.5);
  text-align: center;
}

.playing-now .les-player-img-icon {
  display: none;
}

.p_class {
  margin-top:-5px;
  padding: 10px 15px;
}
.course-price-title {
  color: green;
  float: right;
}

.list_class li {
  padding-left: 1.3em;
  margin-top:-15px;
  padding-bottom:10px;
  list-style: none;
  padding-top: 2px;
}
.list_class li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  padding-right: 25px;
}
.list_class.link li:before {
  content: "\f0c1"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c1";
}

.attachment-container {
  padding: 25px;
  width: 80%;
  position: relative;
  left: 10%;
  background: #f8f9fc;
  margin-bottom: 30px;
  border-radius: 0;
  font-size: 12px;
}

.hot-lead-icon-fixed {
  position: absolute;
  top: -25px;
  left: -13px;
  font-size: 30px;
  color: red;
}
.hot-lead-icon-overzicht {
  position: absolute;
  top: -25px;
  right: -5px;
  font-size: 50px;
  color: orange;
}

.in-touch-icon-fixed {
  position: absolute;
  top: -25px;
  right: -13px;
  font-size: 30px;
  color: var(--primary-color);
}
.in-touch-icon-fixed .fa-check-circle {
  background-color: white;
  border-radius: 50%;
}


table.tablepluspunten {
  padding: 0;
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
li.tick {
  background-image: url('https://www.dutchwebs.com/images/tick.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 100px;
  background-size: 80px;
  list-style-type: none;
  height: 70px;
  display:inline-block;
  vertical-align:middle;
}


.mega-knop {
  position: absolute;
  height: 120px;
  width: 50.1%;
  display: inline-block;
  margin: 0 0 0 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.mega-knop-links {
  left: 0;
  border-radius: .35rem 0rem 0rem .35rem;
  background: var(--primary-color);
}
.mega-knop-rechts {
  right: 0;
  border-radius: 0rem .35rem .35rem 0rem;
  background: #1cc875;
}
.mega-knop-links:hover {
  background: #4262c0;
}
.mega-knop-rechts:hover {
  background: #17a875;
}
.mega-knop-div {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px 30px;
  font-size: 18px;
  color: white;
  text-align: right;
}
.mega-knop-text {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: -25px;
  text-align: center;
  display: block;
  color: white;
  font-size: 28px;
  font-weight: bold;
}
.mega-knop-text i {
  padding-right: 35px;
  font-size: 60px;
  margin-top: -25px;
  margin-bottom: -20px;
  position: relative;
  bottom: -10px;
}
.tick h2 {
  font-size: 18px;
  line-height: 18px;
}
td.pluspunten {
  padding: 10px 20px 10px 20px;
}


.footer-trial-melding {
  position: fixed !important;
  bottom: 25px;
  left: 0px;
  right: 0px;
  width: 70%;
  margin: auto;
  z-index: 999999999999;
  max-width: 650px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
}
.footer-trial-melding .close {
  top: 2px;
}

.header-trial-melding {
  position: relative;
  top: -10px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 10px;
  background-color: #ddd;
  border-radius: 0px !important;
  font-weight: 500;
  text-align:center;
}
.header-trial-melding .close {
  top: 2px;
}

.greentransform {
  color:#5C8FFC;
  text-decoration: underline;
}
.gratisbutton {
  color: white;
  font-size: 20px;
  background-color: #3A78FC;
  border: solid 1px #336BE0;
  padding: 10px;
  border-radius: 0;
  cursor: pointer;
}
.gratisbuttongreen {
  color: white;
  font-size: 20px;
  background-color: #43AD36;
  border: solid 1px #2C7123;
  padding: 10px;
  border-radius: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.macbook {
  background-image: url('https://www.dutchwebs.com/images/macbook.png');
  background-repeat:no-repeat;
  background-size: contain;
  background-position: center;
  width: 600px;
  height: 400px;
  position:relative;
}
.videoinmacbook {
  position: absolute;
  border: solid 0 black;
  height: 256px;
  width: 409px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  top:52px;
  background-color: black;
}

#custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em;
}
.product_amount_slider {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-bottom: 40px;
    left: 10px;
}

.no-underline .card {
  color: #e3e6f0 !important;
}

.sidebar .nav-item > div {
  z-index: 99;
  /* border-radius: 5px; */
  overflow: hidden;
  margin-bottom: 5px !important;
}

.sidebar-header {
  color: var(--text-color) !important;
  opacity: 0.5;
  padding: 15px 24px 6px;
  font-size: 12px;
}

.header-manager-filters {
  padding: 10px;
}

.header-manager-filters .btn {
  cursor: pointer;
}

.header-manager-filters .btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: var(--text-color);
}

.header-manager-filters .btn-outline-primary.active:hover {
  background-color: var(--primary-color);
  color: #fff;
}


.nice-delete-button-api {
  position: relative;
  width: 100%;
  top: 7.5px;
  cursor: pointer;
}



.selected-date-span-left {
  padding-right: 30px;
}
.selected-date-span-right {
  padding-left: 30px;
}
#userTypeModal .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#userTypeModal .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#userTypeModal .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#userTypeModal .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#userTypeModal .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#userTypeModal .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#userTypeModal .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#userTypeModal .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#userTypeModal .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#userTypeModal .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#userTypeModal .portfolio-item .portfolio-caption p {
  font-style: italic;
  font-size: 14px;
  margin: 0;
}
#userTypeModal * {
  z-index: 2;
}

.img-responsive {
  max-width: 100%;
  max-height: 100%;
}

.userTypeRow {
  position: relative;
  padding: 10px 10px 0 10px;
  width: 100%;
  left: 0;
  margin: 0 0 0 0;
}

.portfolio-item {
  padding: 10px;
  cursor: pointer;
}
.portfolio-item .inner-box {
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.portfolio-item:hover .inner-box {
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.4)!important;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.4)!important;
}

.videoPopup {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 750px;
  opacity: 0;
  top: 25vh;
  z-index: 9999999;
  display: none;
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;

}

.alert {
  position: relative;
  padding: 10px 15px;
  border: 0 solid transparent;
  border-radius: 0;
}

.responsePopup {
  position: fixed;
  right: -100%;
  top: 9vh;
  z-index: 9999999;
  display: none;
  -webkit-animation: slideIn 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slideIn 0.5s forwards;
}
.responsePopup .alert {
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.4)!important;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.4)!important;
}

.sudo-translation-wrapper {
  font-size: 12px;
  padding: 10px 20px;
  background: #ddd;
  border-radius: 0;
  max-height: 250px;
  overflow: auto;
  margin-bottom: 20px;
}

.server-sudo-page {
  width: 14.66665%;
  display: inline-block;
  position: relative;
  border: solid 1px gray;
  border-radius: 0;
  padding: 20px;
  margin: 1%;
  text-align: center;
}
.sudo-server-icon {
  font-size: 58px;
  padding-bottom: 15px;
}
.small-check-sudo {
  position: absolute;
  top: 60px;
  left: calc(50% + 40px);
  font-size: 28px;
}

@media only screen and (max-width: 1100px) {
  .server-sudo-page {
    width: 31.33332%;
  }
}
@media only screen and (max-width: 760px) {
  .server-sudo-page {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .server-sudo-page {
    width: 99%;
  }
}

@-webkit-keyframes slideIn {
    100% { right: 2%; }
}

@keyframes slideIn {
    100% { right: 2%; }
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.modal {
  text-align: center;
  background: rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#export_orders .card {
  background: rgb(250, 250, 250);
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
}
#export_orders .card td {
  vertical-align: middle;
}

.modal-content {
  border-radius: 10px;
}

.home-inventory-image {
  max-height: 60px;
  max-width: 100px;
}

.home-dashboard-tile .card-body {
  background: var(--primary-color);
  color: white;
  border-radius: 5px;
  text-align: center;
}

.cursus-video-short-desc {
  display: none;
}
.header-section-rel-course .cursus-video-short-desc {
  display: block;
}

.manager-home-key-data .top, .manager-home-key-data .middle, .manager-home-key-data .bottom {
  position: relative;
  display: block;
  text-align: center;
}

.manager-home-key-data .top {
  font-size: 14px;
  color: white;
}
.manager-home-key-data .middle {
  font-size: 26px;
  color: white;
  font-weight: bold;
}
.manager-home-key-data .bottom {
  font-size: 14px;
  color: white;
}

.manager-home-graph {
  padding: 20px;
}

.home-voorraad-table {
  width: 100%;
}

.home-voorraad-table td {
  border: 0 solid black;
  vertical-align: middle;
}
.home-voorraad-table td:first-child {
  text-align: center;
}


.featured_products_tr td {
  vertical-align: middle;
  cursor: pointer;
}

#ProductsList.table thead th, #ProductsList.table tfoot th {
  text-align: center;
  font-size: 14px;
}


#OrderList.table th, #ReturnsList.table th {
  font-size: 14px;
}



.product-img-expander-manager {
  position: absolute !important;
  float: left;
  width: 5%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 1;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  top: 0;
}

.winst-product-expander {
  margin-bottom: 10px !important;
}
.winst-product-expander {
  margin-bottom: 10px !important;
}
.manager-product-header-title {
  position: relative;
  width: 60%;
  float: left;
  padding-left: 7%;
}

.manager-product-header-title h6 {
  font-size: 14px;
}

.manager-product-table-filters {
  width: 40%;
  float: right;
}
.manager-product-table-filters td {
  width: 16.66666%;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.manager-product-header-table-header {
  padding-right: 50px;
  bottom: -5px;
  position: relative;
}

.manager-product-header-table {
  position: relative;
  width: 40%;
  float: right;
}
.manager-product-header-table td {
  width: 16.66666%;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
.manager-product-header-table-header .manager-product-header-table td {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
/* .manager-product-header-table td:last-child {
  width: 25%;
  text-align: center;
} */
.manager-product-header-table .hover-right-amount {
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: bold;
}
.manager-product-header-table .title-calc-top {
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.winstSearchDiv {
  float: left;
  position: relative;
  bottom: -3px;
  left:15px;
}
.internal_stock_input {
  position: relative;
  width: 125px;
}
#header-button-inkoop-voorraad {
  font-size: 14px;
}

.apiVideoWrapper {
  position: fixed;
  width: 750px;
  top: 0;
  right: 0;
  max-width: 33%;
  display: none;
  z-index: 999;
}
.apiVideoWrapper .embed-responsive-item {
  width: 100%;
  opacity: .9;
  margin-bottom: -7px;
}
.apiVideoWrapper:hover .embed-responsive-item {
  opacity: 1;
}
.closeVideoIcon {
  position: absolute;
  left: -13px;
  bottom: -17px;
  font-size: 28px;
  color: black;
  z-index: 10;
}
.closeVideoIcon i {
  border-radius: 100%;
  background: white;
  border:solid 2px white;
  cursor: pointer;
}
.closeVideoIcon i:hover {
  color: red;
}

.overviewInventoryAlertSelect {
  position: relative;
  display: block;
  width: 125px;
  top: 7.5px;
}

#userLogWrapper {
  padding: 0 30px;
}

.sidebar-scrollable-wrapper::-webkit-scrollbar {
  display: none;
}
.sidebar-scrollable-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.btn-margin-left-orders {
  left: 25px;
  position: relative;
}

.btn-margin-left-crm {
  float: left;
  display: inline-block;
}

.nav-pill-row .nav-pills {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .hide-on-toggled {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {

  #userTypeModal .portfolio-item {
    margin: 0 0 10px;
  }

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    text-decoration: none;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* .img-wrapper-td, .img-wrapper-tr {
  width: 82px !important;
} */
.img-wrapper-td > .row > p{
  margin: 0!important;
}

.search-orders {
  float: left;
  position: relative;
  margin-right: 10px;
  border: solid 1px #d1d3e2;
  color: rgb(0, 0, 0);
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 0;
}

@media only screen and (max-width: 1600px) {
  .col-lg-2 {
    max-width: 24%;
  }
  .sort-buttons-right, .sort-buttons-left {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .col-lg-2 {
    max-width: 32%;
  }
  .video-desc-main {
    left: 0%;
  }
  .next-prev-bttn {
    display: none;
  }
  .nav-pills-manager li {
    width: 33.333333%;
    text-align: center;
  }

  #buttonPrevTimeframe, #buttonNextTimeframe {
    font-size: 10px;
  }

  .navbar .d-md-inline-block {
    display: inline-block !important;
    width: calc(100% - 180px) !important;
  }


}

@media only screen and (max-width: 750px) {

  #buttonPrevTimeframe {
    float: left;
  }

  .header-manager-row #buttonPrevTimeframe {
    position: absolute;
    left: 25px;
    top: 95px;
  }

  .manager-new-update {
    color: #fff;
    font-weight: bold;
    position: absolute;
    background: #1cc875;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 80px;
    margin-top: -20px;
    opacity: 0;
    animation-name: manager-new-button-animation;
    animation-duration: 6s;
    animation-delay: 2s;
    animation-timing-function: ease;
    -webkit-animation-name: manager-new-button-animation;
    -webkit-animation-duration: 6s;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease;
  }

  .col-lg-2 {
    max-width: 49%;
  }

  .main-page-title {
    display: none;
  }

  .product-img-expander-manager {
    position: relative !important;
    float: none;
    width: 200px;
    height: 100px;
    display: block;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
  }
  .manager-product-header-title {
    width: 100%;
  }
  .manager-product-header-table, .manager-product-table-filters {
    position: relative;
    width: 140%;
    float: none;
    top: 10px;
    left: -10%;
  }
  .manager-product-header-table-header {
      padding-bottom: 20px;
  }
  .manager-product-header-table {
    margin-bottom: 28px;
    position: relative;
  }
  .manager-product-header-table td, .manager-product-header-table td, .manager-product-table-filters td {
    font-size: 14px;
    display: inline-block;
    width: 30% !important;
  }
  .sort-buttons-left {
    display: block;
    float: none;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 20px;
    width: 95%;
  }
  .sort-buttons-left button {
    display: inline-block;
    float: none !important;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 20px;
    width: 100%;
  }
  #selectAll, #refreshOrders {
    float: none;
    display: inline-block;
  }
  .winstSearchDiv {
    float: none;
    position: relative;
    bottom: 0;
    left: 0;
  }

  #tap-instellingen td {
    display: block;
    border-top: 0;
    padding-top: 0 !important;
  }

  #tap-instellingen .btn {
    margin-bottom: 6px;
    width: 100%;
  }

  .apiVideoWrapper {
    margin-bottom: 6px;
    max-width: 66%;
  }

}

@media only screen and (max-width: 660px) {

  #ProductsList tr img, #OrderList tr img, #deleted-products-table tr img {
    max-height: 60px;
    max-width: 40px;
  }

  .selected-date-span-left {
    display: block;
    padding-right: 0;
  }
  .selected-date-span-right {
    display: block;
    padding-left: 0;
  }
  .selected-date-select-center {
    display: block;
  }
  .nav-pills-manager .product-modal-tab {
    width: 100%!important;
    text-align: center;
    padding: 0!important;
  }

  .calc-new {
    position: absolute;
    left: 60px;
    font-size: 8px !important;
  }
  .center-title {
    font-size: 12px;
    top: 10px;
  }
  .add_to_trakinglist_right_button button {
    font-size: 12px;
    width: 50px;
    padding-left: 10px;
    padding-right: 0;
  }
  .add_to_trakinglist_right_button span {
    display: none;
  }

  .nav-pills-manager li a {
    overflow: hidden;
  }


  .header-manager-row #buttonNextTimeframe {
    position: absolute;
    right: 25px;
    top: 95px;
  }

  .header-manager-row {
    padding-bottom: 0;
  }

  .header-date-selector-div {
    position: relative;
    top: 40px;
    padding-bottom: 30px;
    text-align: center;
    display: block;
    left: 0;
    width: 100%;
    display: block;
  }

  .switch-toggle.switch-candy label {
    width: 80px;
    font-size: 10px;
  }

  .page-header-div {
    padding-bottom: 0;
  }

  .nav-pills-manager li a {
    padding-left: 10px;
    margin-left: 0;
    font-size: 12px;
    height: 33px;
  }

  td.pluspunten {
    display: block;
  }

  .overzicht-table-responsive td {
    width: 100%;
    display: block;
  }

  .col-lg-2 {
    max-width: 100%;
  }
  .product-cover-img, .product-right-sidebar {
    width: 100%;
    display: block;
  }
  .product-specs-table {
    width:100%;
    text-align: left;
    padding-top: 15px;
    margin-top: 10px;
    font-size: 14px;
  }
  .product-specs-table tr {
    width: 100%;
    text-align: left;
  }
  .product-specs-table td {
    width:100%;
    text-align: left;
    display: block;
  }
  .product-search-header {
    padding-bottom: 50px;
  }
  .product-search-header .btn {
    font-size: 12px;
  }
  #sort-filter {
    width: 100px;
  }
  .product-supplier {
    position: relative;
    display: inline-block;
    padding: 5px 7.5px;
    margin: 0 3px 6px 0;
    border: solid 1px #dddfeb;
    border-radius: 3px;
    font-size: 12px;
  }
  .product-right-sidebar {
    padding: 10px 0 0 0;
  }
  .product-cover-img {
    width: 100%;
    height: 30vh;
  }

  .topbar .dropdown.mx-1 {
    display: none;
  }

  .winst-product-expander h6 {
    width: 100%;
    display: block;
  }
  .winst-product-expander .collapse {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hover-right-amount {
    float: right;
    margin: 5px 2px 15px 2px;
    position: relative;
    bottom: 0;
    top: 10px;
  }

}




.gjs-pn-options, .gjs-clm-tags {
  display: none;
}
.gjs-pn-panel.gjs-pn-commands .gjs-pn-buttons {
  width: 80px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.gjs-trt-traits {
  margin-bottom: -5px;
  padding-top: 5px;
}

.editor-style-title, .editor-blocks-title {
  position: relative;
  height: 10px;
  width: 100%;
}

.editor-blocks-title::before {
  content: "Blokken";
}
.editor-style-title::before {
  content: "Style";
}



/* Secondary color for the text color */
.gjs-two-color {
  color: rgba(255, 255, 255, 1);
}
/* Tertiary color for the background */
.gjs-three-bg {
  background-color: var(--primary-color);
  color: white;
}
/* Quaternary color for the text color */
.gjs-four-color,
.gjs-four-color-h:hover {
  color: var(--primary-color);
}

.gjs-btnt.gjs-pn-active, .gjs-color-active, .gjs-pn-btn.gjs-pn-active, .gjs-pn-btn:active, .gjs-block:hover {
  color: var(--primary-color);
}

.gjs-pn-devices-c {
  padding: 3px;
}
.gjs-pn-views-container {
  height: 100vh;
}
.gjs-cv-canvas {
  height: calc(100vh - 40px);
}

.blocks-container {
  position: relative;
  width: 15%;
  display: inline-block;
  height: 100vh;
  background: green;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  border:none;
}
.main-editor-container {
  position: relative;
  width: 85%;
  display: inline-block;
  height: 100vh;
  background: green;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  border:none;
  float: right;
}
.ui-autocomplete {
   z-index: 9999999 !important;
}

.card .card-header[data-toggle=collapse]::after{
  position: absolute;
  right: 0;
  top: 10%;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #bbb;
  content: '\f107';
}
.card .card-header[data-toggle=collapse].collapsed::after {
    content: '\f105';
}

#progressionAccordion .card-header {
  cursor: pointer;
  border-radius: 0;
}
#progressionAccordion .card-header h5 {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  padding-left: 45px;
  color: rgb(0, 0, 0);
}
#progressionAccordion .progression-status-icon {
  position: absolute;
  font-size: 28px;
  margin-top: 6px;
  margin-left: 5px;
}
#stepsAccordion .card-body {
  background-color: rgb(250, 250, 250);
  border-radius: 0px 0px 10px 10px;
}
#stepsAccordion .card {
  margin-bottom: 15px;
}
.steps {
  border: 2px solid white !important;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 10px !important;
}
.steps:has(.collapse):hover {
  border: 2px solid var(--primary-color) !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 4px 10px 0px;
}
.steps:has(.collapse.show){
  border: 2px solid var(--primary-color) !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 4px 10px 0px;
}

.step-progression-header {
  border-radius: 0px !important;
}
#upload-logo-form input[type='file']{
  display: none;
}
.custom-file-upload{
  border: 1px solid #ddd;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.progression-cloud {
  background-color: #e8e8e8;
  border-left: 3px solid var(--primary-color);
  width: 500px;
  height: auto;
  top: 50%;
  right: 75px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  max-width: 50%;
}
.progression-cloud p {
  margin: 15px;
  color: black;
  font-size: 0.8em;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  margin: 6px;
  border: 6px solid var(--primary-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary-color) transparent transparent transparent;
}
.lds-ring-white div {
  border: 8px solid #fff;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.home-orders-table td {
  vertical-align: middle;
}
.nice-home-order-img {
  position: relative;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
}
.stacked-product-images {
  text-align: center;
  width: 125px;
}
.stacked-product-images .stacked-image {
  position: relative;
  margin-left: -25px;

  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: solid 2.5px #fff;
  background-color: #fff;
}
.stacked-product-images .stacked-image:first-child {
  position: relative;
  left: 0;
  margin-left: 0;
}

.stacked-product-amount {
  position: absolute;
  left: -2.5px;
  bottom: -5px;
  background: var(--primary-color);
  color: white;
  border-radius: 100%;
  font-size: 11px;
  width: 17px;
  height: 17px;
  padding: 1px;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67, .2);
  box-shadow: 0 1px 4px 1px rgba(64,60,67, .2);
}

.home-open-order-line h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.home-open-order-line table {
  font-size: 14px;
}

.list-products-table-style tr, .list-products-table-style td {
  padding: 0;
  border: solid 0 !important;
}

.list-products-table-style tr td:first-child {
  padding-right: 10px;
  text-align: center;
}

.small-channel-img {
  position: relative;
  width: 100%;
  max-width: 30px;
  max-height: 30px;
}

.add-channel-img {
  position: relative;
  width: auto;
  max-width: 100px;
  max-height: 40px;
}

.invoice-export-products-table tr {
  border-top: solid 1px #fff;
}
.invoice-export-products-table tr:first-child {
  border-top: solid 0;
}
.invoice-export-products-table td:first-child {
  border-left: .25rem solid var(--primary-color);
}
.invoice-export-products-table td {
  vertical-align: middle;
}

.nice-select.wide .list {
  max-height: 300px;
  overflow: scroll;
}


.sidebar-dark .nav-item .nav-link {
  /* border-radius: 5px; */
  margin: 0% 0% 0% 4%;
  width: 92%;
}

.sidebar-dark .nav-item.active .nav-link {
  color: var(--primary-color);
  /* background: rgb(41,41,41); */
}

.nav-item:hover .nav-link:hover {
  color: var(--primary-color); /* twijfel */
}

.nav-bg {
  background-color:rgb(0, 0, 0);
}

.border-left-dark {
  border-left: .25rem solid #000;
}
.credentials_selector {
  /* color: #000; */
  background-color: white;
  border-color: #fff;
  margin-right: 1.5px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  border-radius: 5px;
  color: var(--primary-color);
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  /* background-color: rgb(240,240,240); */
  color: var(--primary-color) !important;
}

.input-group-text {
  border-radius: 0;
  border: solid 0;
  background-color: #e8e8e8;
}

.manager-calc-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.report-option-a {
  cursor: pointer;
  color: #000;
  text-decoration: none !important;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
}
.report-option-a i {
  font-size: 38px;
  padding-bottom: 15px;
}

.reportFieldsList {
  list-style: none;
  padding-left: 0;
  min-height: 100px;
}
.ui-report-field-item {
  list-style: none;
  padding: 7.5px 15px !important;
  border: solid 2px #eee;
  border-radius: 5px;
  cursor: move;
  font-weight: 600;
  margin: 5px 0;
  display: inline-block;
  background-color: #fff;
}
.activeList .ui-report-field-item {
  border-color: var(--primary-color);
  color: var(--primary-color);
  display: list-item;
}

.table td {
  vertical-align: middle;
}


@media screen and (max-width: 995px), screen and (max-height: 850px) {
  #progression-view {
    display: none !important;
  }
}


.manager-product-groups {
  position: relative;
  display: block;
  width: 100%;
}

.manager-product-group {
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  margin-right: 5px;
  border: solid 0 #eee;
  cursor: pointer;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.manager-product-group span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}

.manager-product-group:hover, .manager-product-group.active {
  background-color: var(--primary-color);
  color: #fff;
}
.manager-product-group-main {
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  margin-right: 5px;
  border: solid 0 #eee;
  cursor: pointer;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.manager-product-group-main span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}

.manager-product-group-main:hover, .manager-product-group-main.active {
  background-color: var(--primary-color);
  color: #fff;
}

.manager-product-group.add-button {
  background-color: #1cc875;
  color: #fff;
}
#ReturnsList{
  min-height: auto !important;
  max-height: 50vh !important;
  width: 100% !important;
  overflow-y: auto;
}
#email-product-table > thead > tr {
  z-index: 9999;
}

.group-modify-icon {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #000 !important;
  background: white;
  border-radius: 50%;
  display: block;
  font-size: 14px;
  cursor: pointer;
  padding: 7.5px;
  z-index: 999;
  transform: scale(0);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}
.manager-product-group:hover .group-modify-icon,  .group-modify-icon:hover {
  transform: scale(1);
}

.group-modify-icon:hover {
  color: var(--primary-color) !important;
}

.header-group-tag {
  position: relative;
  padding: 5px;
}
.group-product-delete-icon {
  position: absolute;
  right: -5px;
  top: -5px;
  color: #000 !important;
  background: white;
  border-radius: 50%;
  display: none;
  font-size: 14px;
  cursor: pointer;
}
.header-group-tag:hover .group-product-delete-icon {
  display: block;
}
.group-product-delete-icon:hover {
  position: absolute;
  right: -5px;
  top: -5px;
  color: #e02d1b !important;
}

#tap-winst input[type=checkbox] {
  width: 20px;
  height: 20px;
}

#connectGroup {
  display: none;
}

.check-box-icon {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: solid 3px #eee;
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.dataTable tr.selected .check-box-icon {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: solid 3px var(--primary-color);
  cursor: pointer;
  border-radius: 50%;
}
.dataTable tr.selected .check-box-icon:after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--primary-color);
  cursor: pointer;
  position: relative;
  left: 5px;
  top: 5px;
  display: block;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.select-checkbox {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

div.pulse-wrapper {
  position: relative;
  height: 40px;
  width: 40px;
  top: 40px;
  left: 40px;
  display: block;
  transform: translate3d(-50%, -50%, 0);
}

div.pulse {
  height: 7.5px;
  width: 7.5px;
  background-color: rgb(0, 119, 255, 1);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  40% {
    transform: scale(1.1);
    box-shadow: 0 0 0 5px rgba(0, 119, 255, 0.3);
    background-color: rgb(0, 119, 255, 1);
  }

  80% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 119, 255, 0);
    background-color: rgb(0, 119, 255, 1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 119, 255, 0);
    background-color: rgb(0, 119, 255, 0.7);
  }
}


#template_selectable .ui-selecting {
  background: #eee;
}
#template_selectable .ui-selected {
  background: var(--primary-color);
  color: white;
}
#template_selectable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#template_selectable li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  float: left;
  width: 200px;
  font-size: 14px;
  text-align: center;
  border: solid 0;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}


.report-template-selector {
  position: relative;
}

.report-template-selector img {
  width: 100%;
  padding: 10px;
}
.cursor-pointer {
  cursor: pointer;
}
.accordion-header {
  position: relative;
  padding: 10px;
  border-bottom: solid 1px #eee;
}

.template-preview-agency {
  width: 100%;
  border: solid 0;
  height: 100%;
}

#template_preview_wrapper {
  height: 800px;
}
#preview-img {
  width: 100%;
  max-width: 100px;
  max-height: 200px;
  float: left;
  margin-right: 15px;
}
.deleteTemplateButton {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 26px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.report-template-selector:hover > .deleteTemplateButton {
  display: block;
  opacity: 1;
}
.gray-spots-link {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: gray;
}

/* .dt-button-collection {
  position: fixed;
  top: 50vh;
  height: 500px;
  width: 70%;
  max-width: 250px;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  padding: 20px;
  z-index: 999999999;
  display: block;
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  overflow: scroll;
}

.dt-button-background {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999998;
  background: rgba(0,0,0,0.3);
}

.dt-button-collection a {
  display: block;
}
.dt-button-collection a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f111";
  padding-right: 10px;
}
.dt-button-collection a.active:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f058";
  padding-right: 10px;
} */

table.dataTable tr.selected td.select-checkbox:before, table.dataTable tr.selected th.select-checkbox:before {
  display: none;
  content: '';
}
.niceProductsButtonsWrapper {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .niceProductsButtonsWrapper {
    display: none!important;
  }
}


.grid-stack-item {
  text-align: center;
  cursor: move;
}

.grid-stack-item-inner {
  background: transparent;
  border: solid 0 white;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  height: 100%;
}
.monitor-item-html {
  display: inline-block;
  font-size: 12px;
  margin: auto;
  overflow: hidden;
}
.monitor-item-title {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  font-size: 12px;
  margin: auto;
  overflow: hidden;
}
.monitor-item-title i {
  font-size: 18px;
}
.delete-monitor-item {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  top: 5px;
  right: 7.5px;
  display: none;
  background: white;
  border-radius: 3px;
  padding: 5px;
}
.edit-monitor-item {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  top: 5px;
  right: 32.5px;
  display: none;
  background: white;
  border-radius: 3px;
  padding: 5px;
}
.grid-stack-item-inner:hover > .delete-monitor-item, .grid-stack-item-inner:hover > .edit-monitor-item {
  display: block;
}

.progression-circle {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto !important;
  font-size: 140px;
  background-color: white;
}

.progression-circle span {
  /* font-size: 32px !important; */
  /* font-weight: bold; */
}

.swal2-confirm {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.swal2-confirm.btn-danger {
  background-color: #e02d1b !important;
  border-color: #d52a1a !important;
}
.swal2-confirm.btn-success {
  background-color: #1cc875 !important;
  border-color: #1cc875 !important;
}
.swal2-confirm.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.swal-wide {
    width: 1100px !important;
    max-width: 90% !important;
}

.image-library {
  border-radius: 5px;
  transition-timing-function: 2s ease-out;
  border: 2px solid transparent;
  display: inline-block;
  width: 33%;
  display: inline-block;
  height: auto;
  cursor: pointer;
  max-height: 300px;
  padding: 5px;
}
.image-library:hover{
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  transition-timing-function: 2s ease-in;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7F7F7F;
  border-radius: 10px;
}

.stock_delivery_time_wrapper {
  /* position: relative; */
}

#product_competitors_table_wrapper {
  width: 100%;
  overflow: scroll;
}

#product_competitors_wrapper {
  position: relative;
  width: 100%;
  overflow: scroll;
}

#product_competitors_wrapper::-webkit-scrollbar {
  display: none;
}

.competitor-tile {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 180px;
  height: 135px;
  margin: 5px;
  background: white;
  overflow: hidden;
  padding: 5px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.competitor-tile img {
  position: relative;
  max-width: 100%;
  max-height: 70px;
  margin-top: 5px;
}
.competitor-tile label {
  font-size: 9px;
  margin-bottom: 0px;
  font-weight: 200;
}
.competitor-tile h5 {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 400;
}
.competitor-tile a {
  font-size: 9px;
  top: 7.5px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: unset;
  position: relative;
  display: block;
  max-height: 20px;
  max-height: 40px;
  overflow: scroll;
  color: #000;
}

.competitor-tile a::-webkit-scrollbar {
  display: none;
}


.menu-text-button {
  position: relative;
  display: inline-block;
  font-size: 18px;
}

.btn-inverted-tab-nav {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}
.btn-inverted-tab-nav:hover {
  color: #fff;
}

.btn-inverted-tab-nav.active {
  background-color: white;
  border-color: white;
  color: #000;
}
.btn-inverted-tab-nav.active:hover {
  color: #000;
}


@media screen and (max-width: 1200px) {

  .topbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
  }

  /* Menu fixes */

  .sidebar .sidebar-brand {
    display: none !important;
  }

  .sidebar {
    width: 225px !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: fixed;
    z-index: 98;
    left: auto;
    right: 0px;
    top: 65px;
    height: calc(100vh - 65px);
    -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
    box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
    background: white !important;
  }
  .sidebar.toggled {
    overflow: hidden;
    width: 225px !important;
    right: -225px;
  }
  .sidebar-dark-overlay {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100vh;
    left: 0px;
    right: 0px;
    top: 65px;
    background: rgba(0,0,0,.3);
    display: block !important;
  }

  .sidebar.toggled .sidebar-dark-overlay {
    display: none !important;
  }

  .sidebar-scrollable-wrapper {
    background: white;
    z-index: 99;
  }

  .sidebar-header {
    background: white;
    z-index: 99;
    color: #202020 !important;
  }

  .nav-bg {
    background-color: transparent;
  }

  .sidebar-dark .nav-item .nav-link {
    color: #202020;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
  }
  .sidebar-dark .nav-item .nav-link i {
    color: #202020;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
  }

  .sidebar .nav-item .collapse .collapse-inner .collapse-item {
    color: #202020 !important;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
  }

  .sidebar .nav-item:hover .nav-link span, .sidebar .nav-item:hover .nav-link i {
    color: var(--primary-color);
  }

  .sidebar .nav-item.active:hover .nav-link span, .sidebar .nav-item.active:hover .nav-link i {
    color: #fff;
  }

  .sidebar-dark .nav-item.active .nav-link i {
    margin-left: 15px;
  }

  .sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
    color: rgba(0, 0, 0, .5);
  }

  .sidebar-dark .nav-item .nav-link {
    margin: 0px 0px !important;
  }

  .sidebar .nav-item {
    padding: 0px 20px;
  }

  .sidebar .nav-item.active {
    padding: 0px 10px;
  }

  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
  }

  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .sidebar .nav-item .collapsing {
    display: block;
    -webkit-transition: height .15s ease;
    transition: height .15s ease
  }

  .sidebar .nav-item .nav-link {
    display: block;
    /* width: 100%; */
    text-align: left;
    padding: 1rem;
    width: 100%;
  }

  .sidebar .nav-item .nav-link i {
    font-size: .85rem;
    margin-right: .25rem
  }

  .sidebar .nav-item .nav-link span {
    font-size: .85rem;
    display: inline
  }

  .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free'
  }

  .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f105'
  }

  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem
  }

  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline
  }

  .sidebar .sidebar-heading {
    text-align: left
  }

  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
    border-radius: .35rem
  }

  .sidebar.toggled .nav-item .collapsing {
    display: none;
    -webkit-transition: none;
    transition: none
  }

  .sidebar.toggled .nav-item .collapse, .sidebar.toggled .nav-item .collapsing {
    margin: 0
  }

  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem
  }

  .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem
  }

  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none
  }

  .sidebar.toggled .sidebar-heading {
    text-align: center
  }





  .progression_bar .h4 {
    font-size: 14px;
    display: block;
    position: relative;
    margin-bottom: 5px;
  }

}

.product-modal-tab {
  position: relative;
}

.competitors_loader, .search_terms_loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: var(--primary-color);
  margin-left: 50%;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.star-rating{
  position: relative;
  display: inline-block;
  height: 1.5rem;
  vertical-align: bottom;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='rgb%28254%2C189%2C0%29'%3E%3Cpath fill-rule='evenodd' d='M4.52 11.896c-.633.281-1.199-.179-1.033-.855l.548-2.224a.443.443 0 00-.104-.343l-1.622-1.51c-.49-.455-.313-1.152.34-1.318l2.163-.549a.774.774 0 00.384-.305l1.135-2.306c.299-.606 1.03-.618 1.335 0L8.8 4.792a.791.791 0 00.385.305l2.162.55c.647.163.835.857.34 1.318l-1.621 1.51a.474.474 0 00-.105.342l.548 2.224c.168.684-.402 1.136-1.033.855l-2.217-.985a.822.822 0 00-.522 0l-2.217.985z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left 50%;
  background-size: 1rem;
}
.review-description{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2;
  -webkit-box-orient: vertical;

}

.preset-button {
  border: solid 4px #fff;
  height: 92px;
}

.preset-button .card-body {
  text-align: center;
}

.preset-active {
  border: solid 4px var(--primary-color);
  color: var(--primary-color);
}

.active-preset-icon {
  font-size: 47px;
  transform: scale(0);
  margin-right: 0px;
  float: left;
  width: 0px;
}

.preset-active .active-preset-icon {
  transform: scale(1);
  font-size: 42px;
  margin-right: 15px;
  width: auto;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}


.table-mini-ranking {
  display: table;
  table-layout: fixed;
  width: 175px;
  max-width: 175px;
  height: 35px;
  max-height: 35px;
  padding: 0;
  margin: 0px -10px;
  border-radius: 5px;
  overflow: hidden;
}
.table-mini-ranking li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  font-size: 12px;
  /* color: white; */
  /* border: solid 2px white; */
  /* border-radius: 7.5px; */
}



.table-mini-chart {
  display: table;
  table-layout: fixed;
  width: 100px;
  max-width: 150px;
  height: 40px;
  max-height: 40px;
  padding: 2.5px;
  margin: 0px -10px;
  border-left: dotted 2px #eee;
  border-bottom: dotted 2px #eee;
}
.table-mini-chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 40px;
}
.table-mini-chart span {
  margin: 0 0.25px;
  display: block;
  background: rgba(28, 200, 138, 0.75);
  animation: draw 1s ease-in-out;
}
.table-mini-chart span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0px 0px 0;
  display: none;
  text-align: center;
  content: attr(title);
  word-wrap: break-word;
}

@keyframes draw {
  0% {
    height: 0;
  }
}
.dropdown-toggle-custom{
  overflow-x: hidden;
}
.dropdown-options {
  display: block;
  max-height: 300px;
  max-width: 400px;
  overflow-y:scroll
}
.dropdown-options {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    background-color: #ffffff;
    display: none;
}

.dropdown-options-div {
  text-align: start;
}

.parent-select {
  padding: 8px;
  display: flex;
  align-items: center;
}

.dropdown-options li {
    padding: 8px;
    background-color: #fff;
    list-style-type: none;
}

.dropdown-options-div > span{
  background-color: #fff;
}

.parent-select:hover {
  background-color: #f5f5f5;
}

.checked-background {
  background-color: var(--primary-color)!important;
  color: #ffffff;
}
.child-wrapper {
  padding-left: 0px;
}

.child-wrapper > li {
  padding-left: 25px;
  display: flex;
  align-items: center;
}

li > label {
  margin: 0;
}
.dropdown-options li:hover {
    background-color: #f5f5f5;
}
.selected-option {
  display: inline-block;
  border: 1px solid #ccc;
}

/* Dropdown Button */
.dropbtn {
    color: #000000;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.sub-group-selected.active{
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.sub-group-selected{
  color: #000000;
}
.multiselect-native-select .dropdown-menu {
  padding: 0px 0px;
  margin-top: 7.5px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 0px white;
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  max-height: 750px;
  overflow-y: scroll;
}

.card-text-center-bold {
  text-align: center;
  font-weight: 900;
  font-size: 34px;
  margin: 0 !important;
}

.card-text-center-medium {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin: 0 !important;
}

.monitor-card-title {
  text-align: center;
  font-size: 16px;
  margin: 0 !important;
}

.card-text-center-middle {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  margin: 0 !important;
}

.card-text-center-small {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0 !important;
}

.card-text-center-tiny {
  text-align: center;
  color: #777;
  font-size: 11px;
}

.stock-monitor-value-display {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin: 0 !important;
}

.platform-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-left: -7px;
  border-radius: 2px;
  border: solid;
  border-color: #DEDEDE;
  border-width: 1px;
  background-color:white;
  border-radius: 7.5px !important;
}

.marketplace-images-container {
  display: flex;
  flex-direction: row;
}

.table-narrow td {
  padding: 0.35rem 0.75rem;
}

.tooltip {
  font-size: 10px;
}

.tiny-card {
  height: 100px !important;
}

.tiny-card:hover {
  color: white;
  background-color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.canvas-donut {
  width: 50%;
  height: auto;
}

#StockoutProductsList_wrapper thead>tr,
#StockoutProductsList_wrapper thead>tr>th {
  border: none;
  background-color: #f1f1f1;
}

#StockoutProductsList_wrapper thead th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}

#StockoutProductsList_wrapper thead th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

.revenue-lost-cell-text {
  white-space: nowrap;
}

/* Medium devices (desktops) */
@media (min-width: 768px) and (max-width: 991.98px) {

  #stock-outs-calendar-chart {
    margin-left: -20px;
  }

  .out-of-stock-button {
    width: 75px;
    height: 20px;
    font-size: 10px;
  }

  .revenue-lost-progress-bar,
  .stock-out-days-bar {
    height: 10px;
  }

  .dataTables_info {
    font-size: 10px;
  }

}

/* SMALL DEVICES (TABLETS) */
@media (min-width: 576px) and (max-width: 767.98px) {

  #stock-outs-calendar-chart {
    margin-left: 10px;
  }

  #StockoutProductsList_wrapper thead>tr>th {
    font-size: 10px;
  }

  #StockoutProductsList_wrapper thead>tr>th,
  #StockoutProductsList_wrapper thead>tr>th>td {
    padding: 0;
    text-align: center;
    justify-content: center;
  }

  .revenue-missed-text {
    font-size: 12px;
  }

  .days-out-text {
    font-size: 12px;
  }

}


/* EXTRA SMALL DEVICES (PHONES ETC.) //////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 575.98px) {

  #StockoutProductsList_wrapper>thead {
    font-size: 10px;
  }

  #stock-outs-calendar-chart {
    margin-left: 10px;
  }

  .dataTables_scrollBody > table > thead {
    display:none;
  }

  .revenue-lost-progress-bar,
  .stock-out-days-bar {
    display: none;
  }

  .revenue-missed-text, .days-out-text {
    font-size: 12px;
  }
  .nav-pill-row {
    padding: 10px 0px;
    background: white;
    color: #000;
  }

  .nav-pills-manager {
    margin-top: 10px;
  }

  .nav-pills-manager li a {
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .blue-wrapper {
    background: white;
  }

  #Products-table > #ProductsList_wrapper > #ProductsList_length > label,
  #Products-table > #ProductsList_wrapper > #ProductsList_filter > label,
  #Products-table > #ProductsList_wrapper > #ProductsList_info {
    color: #000;
  }

  .table thead th {
      font-size: 10px!important;
      text-align: center!important;
  }
  .table td {
      padding: 0.5rem!important;
  }
  .table th {
      padding: 0.5rem!important;
  }
  #ProductsList thead tr {
      padding: 0px!important;
  }

}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 3px;
  padding: 5px;
  padding-left: 30px;
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 2px solid var(--primary-color);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  padding: 5px 5px;
  color: #fff;
  background-color: var(--primary-color);
}
.select2-container--default .select2-selection, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto;
  padding: 5px;
  font-weight: 500;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.select2-container--default .select2-selection,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e8e8e8;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline-width: 0;
  outline: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  margin-right: 10px;
}
.select2-search.select2-search--inline {
  position: relative;
  top: -10px;
}

.report-template-edit {
  border-radius: 100px !important;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #fff;
  background: var(--primary-color);
  padding: 2.5px 5px;
  border-radius: 5px;
  margin-bottom: 0px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 20px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
}

.timetable .time-entry {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  height: 20px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.timetable ul.room-timeline li:first-child .time-entry {
  height: 20px;
}

.timetable ul.room-timeline li {
  height: auto;
}

.timetable .time-entry:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn .badge {
  padding-top: 4px;
}


.table-uneven-horizontal tr td:nth-child(even) {
  background-color: #f9f9f9;
}

#productTitle > a {
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-clamp: 2;
   -webkit-box-orient: vertical;
   max-width: 50%;
}

@media screen and (max-width: 445px) {

  .preset-button.preset-active .card-body  > i{
    display: none;
  }
  .channel-img-product-modal{
    display: none;
  }
  .product-modal-tab > a {
    font-size: 8px
  }
  .ranking-box {
    height: 50px;
  }

}

.btn-gc-cell {
  appearance: none !important;
}


#advertisingRuleModal .table td, #advertisingRuleLogModal .table td {
  text-align: center;
}

.marketshare-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.hideScroll::-webkit-scrollbar {
  display: none;
}
.hideScroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
@media only screen and (max-width: 1200px) {
    #marketshare-table {
      width: 100%;
      margin-bottom: 1rem;
    }
    #marketshareDonutChart {
      width: 100%;
      max-width: 100%;
    }
}

.sw-theme-dots>.nav .nav-link>.num {
  margin-top: 2.5px;
}
.sw>.tab-content {
  overflow: visible;
}

.jq-toast-wrap.top-right {
  top: 80px;
}
.jq-toast-loader {
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.3) !important;
  /* height: 4px; */
}
.jq-toast-single {
  -webkit-box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
  box-shadow: 0 1px 4px 1px rgba(64,60,67,.1) !important;
}

/* SUPPORTPAGE */

.fl {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    height: 1em;
    margin: 0;
    border-radius: 2px;
    vertical-align: middle;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.fl-lg {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    height: 1em;
    margin: 0;
    border-radius: 2px;
    vertical-align: middle;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.mp {
    position: relative;
    display: inline-block;
    height: 1em;
    width: 1em;
    line-height: 1em;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.mp-md {
  position: relative;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  line-height: 1em;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mp-lg {
    position: relative;
    display: inline-block;
    height: 2em;
    width: 2em;
    line-height: 1em;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.mp-xl {
    position: relative;
    display: inline-block;
    height: 2.5em;
    width: 2.5em;
    line-height: 1em;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.mp-xxl {
    position: relative;
    display: inline-block;
    height: 4em;
    width: 4em;
    line-height: 1em;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.sp {
    position: relative;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.fl-de {
    background-image: url(/uploads/svg-flags/de.svg);
}
.fl-nl {
    background-image: url(/uploads/svg-flags/nl.svg);
}
.fl-be {
    background-image: url(/uploads/svg-flags/be.svg);
}
.fl-fr {
    background-image: url(/uploads/svg-flags/fr.svg);
}
.fl-es {
    background-image: url(/uploads/svg-flags/es.svg);
}
.fl-it {
    background-image: url(/uploads/svg-flags/it.svg);
}
.fl-uk {
    background-image: url(/uploads/svg-flags/gb-eng.svg);
}
.fl-pl {
    background-image: url(/uploads/svg-flags/pl.svg);
}
.fl-es {
    background-image: url(/uploads/svg-flags/es.svg);
}
/* MARKETPLACES */
.mp-shopify {
    background-image: url(/uploads/svg-webshops/shopify.svg)
}
.mp-woocommerce {
    background-image: url(/uploads/svg-webshops/woocommerce.svg)
}
.mp-magento {
    background-image: url(/uploads/svg-webshops/magento.svg)
}
.mp-lightspeed {
    background-image: url(/uploads/svg-webshops/lightspeed.svg)
}
.mp-presta {
    background-image: url(/uploads/svg-webshops/presta.svg)
}
.mp-amazon {
    background-image: url(/uploads/svg-marketplaces/amazon.svg)
}
.mp-kaufland {
    background-image: url(/uploads/svg-marketplaces/kaufland.svg)
}
.mp-bolcom {
    background-image: url(/uploads/svg-marketplaces/bol.svg)
}
.mp-allegro {
    background-image: url(/uploads/svg-marketplaces/allegro.svg)
}
.mp-cdiscount {
    background-image: url(/uploads/svg-marketplaces/cdiscount.svg)
}
.mp-ebay {
    background-image: url(/uploads/svg-marketplaces/ebay.svg)
}
.mp-mediamarkt {
    background-image: url(/uploads/svg-marketplaces/mediamarkt.svg)
}
.mp-blokker {
    background-image: url(/uploads/svg-marketplaces/blokker.jpeg)
}
.mp-anwb {
    background-image: url(/uploads/svg-marketplaces/anwb.svg)
}
.mp-pixmania {
    background-image: url(/uploads/svg-marketplaces/pixmania.png)
}
.mp-leenbakker {
    background-image: url(/uploads/svg-marketplaces/leenbakker.svg)
}
.mp-rueducommerce {
    background-image: url(/uploads/svg-marketplaces/rueducommerce.svg)
}
.sp-sparkle {
    background-image: url(/uploads/sparkles.svg);
}

.max-two-lines {
    max-height: 3.6em; /* 2 lines with a line height of 1.8em */
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* Message bubbles */
.message-bubble {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  max-width: 80%;
}

.message-bubble-customer {
  background-color: white;
  border: 1px solid var(--fivex-border);
  margin-left: 0;
  margin-right: auto;
}

.message-bubble-agent {
  background-color: white;
  border: 1px solid var(--fivex-border);
  margin-left: auto;
  margin-right: 0;
}

.message-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--fivex-border);
  background-color: rgba(0, 0, 0, 0.03);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.message-body {
  padding: 1.25rem;
}

.message-footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid var(--fivex-border);
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* Customer info section */
.customer-section {
  background-color: var(--fivex-card-bg);
  border: 1px solid var(--fivex-border);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.customer-info-item {
  margin-bottom: 0.5rem;
}

.customer-info-label {
  color: var(--fivex-text-secondary);
  font-size: 0.875rem;
}

/* Reply area */
.thread-reply-form {
  background-color: white;
  border: 1px solid var(--fivex-border);
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  padding: 1rem;
  margin-top: 0rem;
  transition: border-color 0.15s ease-in-out;
}

.thread-reply-form.border-dark {
  border-color: var(--fivex-border) !important;
}

.thread-reply-form.internal-active {
  border-left: 5px solid #ffc107 !important;
}

.new-comment {
  border-radius: 0.25rem;
  padding: 0.75rem;
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
}

.new-comment:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.new-comment:empty:before {
  content: attr(data-placeholder);
  color: var(--fivex-text-secondary);
}

.new-comment-action-bar {
  margin-top: 1rem;
}

.new-comment-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* File attachment styling */
.file-item {
  display: inline-flex;
  align-items: center;
  background-color: var(--fivex-light-gray);
  border: 1px solid var(--fivex-border);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  position: relative;
}

.remove-file {
  cursor: pointer;
  color: var(--fivex-red);
  margin-left: 0.5rem;
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

/* Top info bar */
.info-bar {
  /* display: flex; */
  background-color: var(--fivex-gray);
  border-bottom: 1px solid var(--fivex-border);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.info-bar-section {
  flex: none;
  padding: 0 1rem;
}

.info-bar-section:not(:last-child) {
  /* border-right: 1px solid var(--fivex-border); */
}

/* Custom time badge */
.time-badge {
  font-size: 0.75rem;
  color: var(--fivex-text-secondary);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .info-bar {
    flex-direction: column;
  }

  .info-bar-section {
    padding: 1rem 0;
  }

  .info-bar-section:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--fivex-border);
  }
}

/* Internal note styling */
.internal-active {
  border-left: 3px solid #ffc107 !important;
}

/* Avatar and templates */
.avatar-circle-left, .avatar-circle-right {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  color: white;
  font-weight: bold;
}

/* Translation toggle */
.thread-item-translation-toggle {
  background: none;
  border: none;
  color: var(--fivex-text-secondary);
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  transition: color 0.15s ease-in-out;
}

.thread-item-translation-toggle:hover,
.thread-item-translation-toggle.active {
  color: var(--fivex-blue);
  text-decoration: none;
}

.thread-item-translation {
  /* background-color: rgba(13, 110, 253, 0.05); */
}

/* Marketplace and flag icons */
.mp-logo, .mp-lg, .fl-lg {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.mp-logo {
  width: 100px;
  height: 30px;
}

/* Vertical divider */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
  margin: 0 0.5rem;
}

.attachment-launcher {
  cursor: pointer;
  margin: 0 0.5rem;
  color: var(--fivex-text-secondary);
}

.attachment-launcher:hover {
  color: var(--fivex-blue);
}

.inbox-item-wrapper {
  margin-bottom: 0rem;
}

.targeting-is-auto .hide-on-auto-targeting {
  display: none !important;
}

/* Custom Sweet Alert styling */
.swal2-title {
  font-size: 1.25rem !important;
}

.swal2-confirm, .swal2-cancel {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-radius: 50rem !important;
}

.swal2-icon-success .swal2-confirm {
  color: #fff !important;
  background-color: rgb(28, 200, 117) !important;
  border-color: rgb(28, 200, 117) !important;
}

.swal2-icon-success .swal2-confirm:hover {
  background-color: rgb(28, 200, 117) !important;
  border-color: rgb(28, 200, 117) !important;
}

.swal2-icon-error .swal2-confirm {
  color: #fff !important;
  background-color: #e74a3b !important;
  border-color: #e74a3b !important;
}

.swal2-icon-error .swal2-confirm:hover {
  background-color: #e74a3b !important;
  border-color: #e74a3b !important;
}

.swal2-footer{
  color: rgb(128, 128, 128) !important;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #007bff;
  font-weight: 500;
  border-bottom: 2px solid #007bff;
  border-radius: 0;
}
.nav-pills .nav-link {
  color: #6c757d;
  border-radius: 0;
}
.form-control {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}
.form-control:focus {
  background-color: #fff;
  box-shadow: none;
  border-color: #80bdff;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
  border-color: #007bff;
}
.snippet-select {
  cursor: pointer;
  transition: all 0.2s;
}
.snippet-select:hover {
  color: #0056b3 !important;
  transform: translateX(5px);
}
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #adb5bd;
  display: block;
}
.border-3 {
  border-width: 3px!important;
}

/* Toastr Styling in the same style of $this->error()
* De functie toastrErrorStyle(message) moet in de view ook worden gebruikt
*/

/* Clean toast-error style */
#toast-container>.toast-error {
  background-color: #ff1600 !important;
  background-image: none !important;
  color: #fff !important;
  padding: 12px 16px !important;
  border-radius: 6px;
  /* display: flex !important; */
  margin-top: 50px !important;
  align-items: center !important;
}

/* Better alignment and spacing inside toast */
#toast-container>.toast-error h6 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
}

/* Icon styling */
#toast-container>.toast-error i {
  font-size: 16px !important;
  margin-right: 8px !important;
  line-height: 1 !important;
}

.internal-notes-wrapper {
  position: relative;
  width: 100%;
}

.note-content {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 10px 15px;
  display: inline-block;
  font-size: 12px;
}

.note-item small.text-muted {
  font-size: 11px !important;
}

.text-bit-dark {
  color: rgb(88, 81, 81) !important;
}
