/* Custom CSS */
:root {
  --spike-accent: #f77b37;
  --spike-accent-secondary: #e78a57;
  --spike-accent-alternative: #34416a;
  --spike-main-bg: #edf2f9;
  --spike-sidebar-bg: #292f49;
  --spike-sidebar-active-bg: #24293d;
}

*::-webkit-scrollbar {
  width: 4px;
  box-shadow: none;
  outline: none;
  border: 0px;
}
*::-webkit-scrollbar-track {
  background-color: #ededed;
  box-shadow: none;
  outline: none;
  border: 0px;
}
*::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
}
*{
  scrollbar-color: #d7d7d7 #ededed;
  scrollbar-width: thin;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}
.ui-menu.ui-widget.ui-widget-content li.first-search-result-container.ui-menu-item {
  background: #ffdbc8;
  background-color: #ffdbc8;
  transition: all 0.3s ease-in-out;
}
.ui-menu.ui-widget.ui-widget-content li.first-search-result-container.ui-menu-item:hover {
  background: var(--spike-accent);
  background-color: var(--spike-accent);
  transition: all 0.3s ease-in-out;
}
.ui-menu.ui-widget.ui-widget-content li.first-search-result-container.ui-menu-item .product-search-result-container div.label,
.ui-menu.ui-widget.ui-widget-content li.first-search-result-container.ui-menu-item .product-search-result-container div.label div h5{
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.ui-menu.ui-widget.ui-widget-content li.first-search-result-container.ui-menu-item:hover .product-search-result-container div.label div h5{
  color: #ffffff;
}

.authentication-body {
  background-image: url(./images/13.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f77b37;
  position: relative;
  z-index: 99;
}

.authentication-body .main-container {
  max-width: 550px;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  padding: 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.authentication-body .main-container h1 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
  color: #454545;
}

.authentication-body .main-container form.container-fluid {
  max-width: 400px;
}

.authentication-body .main-container form.container-fluid .text-primary {
  color: #f77b37 !important;
}

.authentication-body
  .main-container
  form.container-fluid
  button.btn.btn-primary {
  background-color: #f77b37 !important;
  border-color: #f77b37 !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.authentication-body
  .main-container
  form.container-fluid
  button.btn.btn-primary:hover {
  background-color: #e67234 !important;
  border-color: #e67234 !important;
}

body.remove-overflow {
  overflow: hidden;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.animate-bg {
  background-color: var(--spike-accent);
  overflow: hidden;
}

.animate-bg .ripple-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animate-bg .circle {
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

.animate-bg .small {
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.animate-bg .medium {
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.animate-bg .large {
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.animate-bg .xlarge {
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.animate-bg .xxlarge {
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.animate-bg .shade1 {
  opacity: 0.2;
}

.animate-bg .shade2 {
  opacity: 0.5;
}

.animate-bg .shade3 {
  opacity: 0.7;
}

.animate-bg .shade4 {
  opacity: 0.8;
}

.animate-bg .shade5 {
  opacity: 0.9;
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-copy {
  cursor: copy;
}

.text-alternative {
  color: var(--spike-accent-alternative);
}

.rounded-5 {
  border-radius: 10px !important;
}

.card-bottom-fixed {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  margin: 0;
}

.select2.select2-container {
  width: 100%;
}

.select2.select2-container .selection .select2-selection {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .selectize-control.multi .selectize-input > div.active {
  background: #efefef;
  color: #343a40;
  border: 0px solid #dee2e6;
}

.info-indicator:after {
  content: "i";
  display: inline-flex;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
  border: 2px solid var(--spike-accent);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  font-family: "sans-serif";
  color: var(--spike-accent);
  cursor: pointer;
}

input[type="range"] {
  height: 27px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border: 0;
  padding: 0;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:disabled {
  background: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #f77b37;
  border-radius: 50px;
  border: 0px solid #000000;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #b86323;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #f77b37;
}

input[type="range"]:disabled::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  border: 1px solid #000000;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #f77b37;
  border-radius: 50px;
  border: 0px solid #000000;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #b86323;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-track {
  background: #ccc;
}

input[type="range"]:disabled::-moz-range-thumb {
  border: 1px solid #000000;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #f77b37;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-fill-upper {
  background: #f77b37;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #b86323;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #f77b37;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #f77b37;
}

#toggle {
  padding: 5px;
}

#toggle .toggle-control {
  display: flex;
  width: 100%;
  align-items: center;
}

#toggle .toggle-control input {
  margin: 0px 10px 0px 0px;
}

#PlacementDisplay {
  display: none;
}

#PlacementDisplay.active {
  display: block;
}

#PlacementDisplay div {
  display: inline-flex;
  background-color: var(--spike-accent-alternative);
  align-items: center;
  justify-content: center;
  color: #fff;
}

.accordion .card .card-header,
.accordion .card .card-header.active {
  transition: all 0.3s ease-in-out;
}

.accordion .card .card-header.active {
  color: #fff;
  background: var(--spike-accent);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Sign-in / Forgot Password / Reset Password */

body div.no-header {
  background-color: var(--spike-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

body div.no-header .body-card {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}

body div.no-header .body-card img.logo {
  max-width: 150px;
}

body div.no-header .body-card.positioned img.logo {
  position: absolute;
  top: -75px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

body div.no-header .body-card.positioned {
  padding-top: 100px;
}

body div.no-header .body-card form {
  margin: 0px 20px;
}

body div.no-header .body-card form a.form-link,
body div.no-header .body-card form label.form-check-label {
  font-weight: 600;
  color: var(--spike-accent);
}

.spike-stat {
  border-radius: 20px;
  min-height: 265px;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.spike-stat .stat-heading {
  color: #fff;
  font-weight: 500;
}

.spike-stat .stat-content h2 {
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}

.spike-stat select {
  background: none;
  box-shadow: none;
  border: none;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  max-width: 150px;
  width: 100%;
  background-image: url(../images/select-arrow-light.png);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.spike-stat select::-ms-expand {
  display: none;
}

.spike-stat select > option {
  color: initial;
}

.spike-stat .stat-icon {
  position: absolute;
  top: 60%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 0;
  mix-blend-mode: overlay;
}

.spike-stat .stat-icon img {
  width: 100%;
  opacity: 0.5;
  max-width: 180px;
  max-height: 180px;
}

.spike-stat .stat-change {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  z-index: 0;
}

.spike-stat .stat-change span {
  color: #f5da04;
}
.spike-stat .stat-change span.percent-campaigns-change-dark {
    color: #af6902
}

    .spike-stat .spike-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        z-index: 1;
    }

.spike-stat .spike-row .column {
  width: 100%;
  max-width: 48%;
}

.spike-stat .spike-row .column-full {
  width: 100%;
  max-width: 100%;
}

/* Top Navigation */
header.spike-header {
  background-color: #f2f2f2;
}

header.spike-header .header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 25px;
}

header.spike-header .header-wrapper .header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header.spike-header .header-wrapper .header-left .spike-sidebar-handle {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  height: 30px;
  width: 1.4em;
}

header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle {
  display: inline-block;
  width: 1.4em;
  height: 2px;
  position: relative;
  background-color: #555;
  transition: all 0.3s ease-in-out;
}

header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle::before,
header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #555;
  height: 2px;
  width: 1.4em;
  transition: all 0.3s ease-in-out;
}

header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle::before {
  top: -6px;
}

header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle::after {
  bottom: -7px;
}

header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle:hover
  .spike-sidebar-toggle,
body.sidebar-close
  header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle {
  width: 1em;
  background-color: #f77b37;
  transition: all 0.3s ease-in-out;
}

header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle:hover
  .spike-sidebar-toggle::before,
body.sidebar-close
  header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle::before {
  width: 1.3em;
  background-color: #f77b37;
  transition: all 0.3s ease-in-out;
}

header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle:hover
  .spike-sidebar-toggle::after,
body.sidebar-close
  header.spike-header
  .header-wrapper
  .header-left
  .spike-sidebar-handle
  .spike-sidebar-toggle::after {
  width: 1.1em;
  background-color: #f77b37;
  transition: all 0.3s ease-in-out;
}

header.spike-header .header-wrapper .header-left .spiker-logo {
  cursor: pointer;
}

header.spike-header .header-wrapper .header-left .spiker-logo h4 {
  font-weight: 600;
  color: var(--spike-accent);
  line-height: normal;
}

header.spike-header .header-wrapper .header-right {
  display: inline-flex;
  align-items: center;
}

header.spike-header .header-wrapper .header-right .notification {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

header.spike-header .header-wrapper .header-right .notification.unread:after {
  content: "";
  background: #f77b37;
  color: #fff;
  display: inline-flex;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}

header.spike-header .header-wrapper .header-right .notification svg {
  color: #454545;
  transition: all 0.3s ease-in-out;
}

header.spike-header .header-wrapper .header-right .notification:hover svg {
  color: #f77b37;
  transition: all 0.3s ease-in-out;
}

header.spike-header .header-wrapper .header-right .user-account {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

header.spike-header .header-wrapper .header-right .user-account .user-avatar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 10px;
}

header.spike-header .header-wrapper .header-right .user-account .user-name {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account
  .user-name:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #212529;
  border-left: 1px solid #212529;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account.active
  .user-name {
  color: var(--spike-accent);
  transition: all 0.3s ease-in-out;
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account.active
  .user-name:after {
  transform: rotate(135deg);
  border-bottom: 1px solid var(--spike-accent);
  border-left: 1px solid var(--spike-accent);
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account
  .user-options-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 17px);
  width: calc(100% + 50px);
  left: -25px;
  background: #fff;
  box-shadow: 0 0 0 0px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
  z-index: 99;
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account.active
  .user-options-dropdown {
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account
  .user-options-dropdown::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  top: -8px;
  left: calc(50% - 7.5px);
  border-bottom: 0px;
  border-right: 0px;
  border-radius: 2px;
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account
  .user-options-dropdown
  .dropdown-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account
  .user-options-dropdown
  .dropdown-wrapper
  a {
  padding: 10px;
  text-decoration: none;
  color: var(--bs-body-color);
}

header.spike-header
  .header-wrapper
  .header-right
  .user-account
  .user-options-dropdown
  .dropdown-wrapper
  a:hover {
  background-color: #f7f7f7;
}

/* End Top Navigation */

/* Notification Sidebar */

/* .notification-sidebar{
  display: none;
}
.notification-sidebar.slideIn{
  display: block;
} */
.notification-sidebar .notification-sidebar-overlay {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  cursor: pointer;
}

.notification-sidebar .notification-sidebar-wrapper {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  background: #fff;
  padding: 20px;
  overflow: auto;
  z-index: 10000;
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar.slideIn .notification-sidebar-wrapper {
  right: 0px;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar .notification-sidebar-wrapper::-webkit-scrollbar {
  width: 4px;
}

.notification-sidebar .notification-sidebar-wrapper::-webkit-scrollbar-track {
  background: #eee;
}

.notification-sidebar .notification-sidebar-wrapper::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 0px;
}

.notification-sidebar .notification-header {
  margin-bottom: 30px;
  text-align: center;
}

.notification-sidebar .notification-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.notification-sidebar .notification-tabs .single-tab {
  display: inline-block;
  text-align: center;
  flex: 1;
}

.notification-sidebar .notification-tabs .single-tab a {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ebebeb;
  text-decoration: none;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar .notification-tabs .single-tab a.active {
  border-bottom: 2px solid var(--spike-accent);
  color: var(--spike-accent);
  transition: all 0.3s ease-in-out;
}

.notification-sidebar .notification-tabs .single-tab a:not(.active):hover {
  color: #7c7c7c;
  border-bottom: 2px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar .notification-content .content-area {
  display: none;
}

.notification-sidebar .notification-content .content-area.active {
  display: block;
}

.notification-sidebar .notification-content .content-area .single-notification {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification:hover {
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar
  .notification-content
  .content-area
  > div.single-notification:last-of-type {
  border-bottom: 0px;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification
  > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification
  > a
  span.notification-description {
  max-width: calc(100% - 70px);
  width: 100%;
  color: #676767;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification.unread
  > a
  span.notification-description {
  color: #454545;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification
  > a
  span.notification-time {
  max-width: 60px;
  width: 100%;
  font-size: 14px;
  text-align: right;
  color: #676767;
  margin-left: 10px;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification.unread
  > a
  span.notification-time {
  color: #f77b37;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification
  > .notification-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification
  > .notification-actions
  > a {
  margin-right: 10px;
}

.notification-sidebar
  .notification-content
  .content-area
  .single-notification
  > .notification-actions
  > a:last-of-type {
  margin-right: 0px;
}

/* End Notification Sidebar */

/* Main Body */
section.main {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  min-height: calc(100vh - 62px);
  /* box-shadow: inset 20px 5px 20px 0px #e6e6e6; */
  box-shadow: inset 0px 2px 0px 0px #f77b37;
}

/* End Main Body */

section.main .spike-sidebar {
  max-width: 275px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 20px 0px;
  background: #f2f2f2;
  position: relative;
}

section.main .spike-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 20px;
  display: inline-block;
  /* box-shadow: inset 0px 7px 6px 0px #eee; */
  box-shadow: inset 0px 2px 0px 0px #f77b37;
}

body.sidebar-close section.main .spike-sidebar {
  max-width: 80px;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
  overflow-x: visible;
  overflow-y: auto;
}

section.main .spike-sidebar .sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

section.main .spike-sidebar .sidebar-wrapper > span {
  display: block;
}

section.main .spike-sidebar .sidebar-wrapper > span a {
  padding: 20px 26px;
  display: flex;
  text-decoration: none;
  color: #4e4e4c;
  transition: all 0.3s ease-in-out;
  align-items: center;
  height: 60px;
  font-size: 14px;
}

body.sidebar-close section.main .spike-sidebar .sidebar-wrapper > span > a {
  font-size: 0;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper > span a svg.feather {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  stroke: #4e4e4c;
  transition: all 0.3s ease-in-out;
}

body.sidebar-close
  section.main
  .spike-sidebar
  .sidebar-wrapper
  > span
  a
  svg.feather {
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper > span > a:hover {
  background-color: #ececec;
  color: #4e4e4c;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper > span > a:hover svg.feather {
  stroke: #4e4e4c;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper > span.menu-active:not(.has-children) {
  /* border-right: 5px solid var(--spike-accent-secondary); */
  position: relative;
}

section.main .spike-sidebar .sidebar-wrapper > span.menu-active:not(.has-children):before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  background-color: #f77b37;
  display: inline-block;
  height: 50px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

section.main .spike-sidebar .sidebar-wrapper > span.menu-active.has-children > span {
  /* border-right: 5px solid var(--spike-accent-secondary); */
  position: relative;
}
section.main .spike-sidebar .sidebar-wrapper > span.menu-active.has-children > span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  background-color: #f77b37;
  display: inline-block;
  height: 50px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

section.main .spike-sidebar .sidebar-wrapper > span.menu-active a {
  color: #f77b37;
  background-color: #f2f2f2;
  font-weight: 600;
}

section.main .spike-sidebar .sidebar-wrapper > span.menu-active a svg.feather {
  stroke: #f77b37;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper > span.has-children {
  /*! position: relative; */
}

section.main .spike-sidebar .sidebar-wrapper > span.has-children > span {
  padding: 20px 26px;
  display: block;
  text-decoration: none;
  color: #4e4e4c;
  transition: all 0.3s ease-in-out;
  align-items: center;
  height: auto;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
section.main .spike-sidebar .sidebar-wrapper > span.has-children.menu-active > span {
  color: #f77b37;
  font-weight: 600;
}

section.main .spike-sidebar .sidebar-wrapper > span.has-children.menu-active > span svg.feather {
  stroke: #f77b37;
}

section.main .spike-sidebar .sidebar-wrapper > span.has-children > span:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #4e4e4c;
  border-left: 1px solid #4e4e4c;
  transform: rotate(-45deg);
  right: 15px;
  top: 28px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

section.main
  .spike-sidebar
  .sidebar-wrapper
  > span.has-children.open
  > span:after {
  border-bottom: 1px solid #4e4e4c;
  border-left: 1px solid #4e4e4c;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
  top: 33px;
}

section.main .spike-sidebar .sidebar-wrapper > span.has-children:not(.menu-active):hover > span {
  background-color: #ececec;
  color: #4e4e4c;
  transition: all 0.3s ease-in-out;
}

body.sidebar-close
  section.main
  .spike-sidebar
  .sidebar-wrapper
  > span.has-children
  > span {
  font-size: 0;
  transition: all 0.3s ease-in-out;
}

body.sidebar-close
  section.main
  .spike-sidebar
  .sidebar-wrapper
  > span.menu-active:not(.open)
  .menu-dropdown {
  display: none;
}

body.sidebar-close
  section.main
  .spike-sidebar
  .sidebar-wrapper
  > span.open
  .menu-dropdown {
  display: inline-block;
  position: absolute;
  left: 80px;
  background-color: #ececec;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  width: 300px;
}

body.sidebar-close
  section.main
  .spike-sidebar
  .sidebar-wrapper
  > span.has-children
  > span:after {
  display: none;
}

section.main
  .spike-sidebar
  .sidebar-wrapper
  > span.has-children
  > span
  svg.feather {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  stroke: #4e4e4c;
  transition: all 0.3s ease-in-out;
}


section.main
  .spike-sidebar
  .sidebar-wrapper
  > span.has-children:not(.menu-active):hover
  > span
  svg.feather {
  stroke: #4e4e4c;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper > span .menu-dropdown {
  display: none;
}

section.main .spike-sidebar .sidebar-wrapper > span.open:hover {
  background-color: #ececec;
}

section.main .spike-sidebar .sidebar-wrapper > span.menu-active .menu-dropdown {
  display: block;
}

section.main .spike-sidebar .sidebar-wrapper > span .menu-dropdown a {
  padding: 15px 26px 15px 40px;
  display: flex;
  text-decoration: none;
  color: #4e4e4c;
  transition: all 0.3s ease-in-out;
  align-items: center;
  height: 60px;
  font-size: 14px;
}

section.main .spike-sidebar .sidebar-wrapper > span .menu-dropdown a.active {
  color: #4e4e4c;
  transition: all 0.3s ease-in-out;
}

section.main .spike-sidebar .sidebar-wrapper > span .menu-dropdown a:hover {
  color: #4e4e4c;
  transition: all 0.3s ease-in-out;
  background-color: #e6e6e6;
}

section.main .spike-body {
  max-width: calc(100% - 275px);
  width: 100%;
}

@media (max-width: 1024px) {
  section.main .spike-body {
    max-width: calc(100% - 80px);
  }
}

body.sidebar-close section.main .spike-body {
  max-width: calc(100% - 80px);
  transition: all 0.3s ease-in-out;
}
body.sidebar-hide section.main .spike-sidebar{
  transform: translateX(-80px);
  transition: all 0.3s ease-in-out;
  margin-left: -80px;
}
body.sidebar-hide section.main .spike-body {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
section.main .spike-body .body-wrapper {
  padding: 55px 25px;
}

section.main .spike-body .body-wrapper .section-header {
  margin-bottom: 30px;
}

section.main .spike-body .body-wrapper .section-header .page-breadcrums {
  display: flex;
  align-items: center;
}

section.main
  .spike-body
  .body-wrapper
  .section-header
  .page-breadcrums
  a:after {
  content: "\00BB ";
  display: inline-block;
  margin: 0px 5px;
}

section.main
  .spike-body
  .body-wrapper
  .section-header
  .page-breadcrums
  a:last-of-type:after {
  display: none;
}

section.main .spike-body .body-wrapper .section-header .page-breadcrums a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #f77b37;
  white-space: nowrap;
}

section.main
  .spike-body
  .body-wrapper
  .section-header
  .page-breadcrums
  a:hover {
  transition: all 0.3s ease-in-out;
  color: #ff5a00;
}

section.main
  .spike-body
  .body-wrapper
  .section-header
  .page-breadcrums
  a:last-of-type {
  color: #888;
  font-weight: 500;
  text-decoration: none;
  cursor: default;
}

section.main .spike-body .body-wrapper .section-body {
}

section.main .spike-body .body-wrapper .section-body .section-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 30px 15px;
}

table.vertical-align-middle td,
table.vertical-align-middle th {
  vertical-align: middle !important;
}

#spike_alert {
  position: absolute;
  opacity: 0.85;
  max-width: 650px;
  top: 100px;
  left: calc(50% + 125px);
  transform: translateX(-50%);
  display: none;
  transition: left 0.3s ease-in-out;
}

body.sidebar-close #spike_alert {
  left: calc(50% + 40px);
  transition: left 0.3s ease-in-out;
}

.media-card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.media-card:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 10px 0px #ddd;
  transform: translateY(-10px);
  z-index: 5;
}

.media-card:not(.add-card):after {
  content: attr(data-items);
  display: flex;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 40px;
  width: 40px;
  background: #82c465;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.media-card .media-card-header {
  position: absolute;
  top: 10px;
  right: 10px;
}

.media-card .media-card-header .dropdown .dropdown-toggle:after {
  display: none;
}

.media-card .media-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-height: 250px;
  text-decoration: none;
  padding: 20px;
}

.media-card .media-card-body .media-icon svg {
  width: 100px;
  height: 100px;
  stroke-width: 0.5px;
}
.media-card .media-card-body .media-for h5,
.media-card .media-card-body .media-title h4{
  font-size: 16px;
}

.single-media-card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.single-media-card:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 10px 0px #ddd;
  transform: translateY(-10px);
  z-index: 5;
}

.single-media-card .media-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
  padding: 20px;
}

.single-media-card .media-card-body .media-icon svg {
  width: 80px;
  height: 80px;
  stroke-width: 0.5px;
  margin-top: 10px;
}

#LibraryModal .media-card {
  min-height: 200px;
}

#LibraryModal .media-card:hover {
  transform: none;
}

#LibraryModal .media-card .media-card-body {
  justify-content: center;
  min-height: 200px;
}

#LibraryModal .media-card .media-card-body .media-icon svg {
  width: 90px;
  height: 90px;
  margin-top: 0px;
  margin-bottom: 20px;
}

#LibraryModal .single-media-card {
  overflow: hidden;
}

#LibraryModal .single-media-card:hover {
  transform: none;
}

#LibraryModal .single-media-card.selected::before {
  content: "Selected";
  color: #fff;
  z-index: 9;
  font-size: 20px;
  font-weight: normal;
}

#LibraryModal .single-media-card.selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f77b37;
  opacity: 0.8;
  z-index: 0;
}

.offcanvas {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.offcanvas:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: #000;
  opacity: 0.4;
}

.offcanvas .offcanvas-dialog {
  display: block;
  max-width: 500px;
  background: #fff;
  z-index: 999;
  position: absolute;
  padding: 40px 40px;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  top: 0;
  right: -500px;
  transition: all 0.3s ease-in-out;
}

.offcanvas.active .offcanvas-dialog {
  right: 0px;
  transition: all 0.3s ease-in-out;
}

.offcanvas .offcanvas-dialog .offcanvas-header {
  margin-bottom: 50px;
}

.offcanvas .offcanvas-dialog .image-preview {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
  background-color: #efefef;
}

#smartwizard > .tab-content {
  height: auto !important;
}

.custom-scheduler .header-row {
  margin-left: 90px;
  display: flex;
  align-items: center;
}

.custom-scheduler .header-row span {
  font-size: 12px;
  display: inline-block;
  max-width: 60px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
}

.custom-scheduler .data-row:before {
  content: attr(data-title);
  max-width: 90px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.custom-scheduler .data-row {
  display: flex;
  align-items: center;
}

.custom-scheduler .data-row span {
  display: flex;
  width: 20px;
  height: 40px;
  border-top: 1px solid #555;
}

.custom-scheduler .data-row span.active {
  background: var(--spike-accent-secondary);
}

.custom-scheduler .data-row > span:nth-of-type(3n + 3) {
  border-right: 1px solid #555;
}

.custom-scheduler .data-row > span:last-of-type {
  border-right: 1px solid #555;
}

.custom-scheduler .data-row > span:first-of-type {
  border-left: 1px solid #555;
}

.custom-scheduler > div.data-row:last-of-type > span {
  border-bottom: 1px solid #555;
}

.custom-scheduler .data-row span label {
  width: 100%;
  margin: 0px;
}

.custom-scheduler .data-row span input:checked + label {
  background: #ffb48b;
}

.custom-scheduler .footer-row {
  display: flex;
  align-items: center;
}

.custom-scheduler .footer-row:before {
  content: attr(data-title);
  max-width: 90px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.custom-scheduler .footer-row span {
  display: flex;
  width: 20px;
  height: 40px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.custom-scheduler .footer-row > span:last-of-type {
  border-right: 1px solid #555;
}

.custom-scheduler .footer-row > span:first-of-type {
  border-left: 1px solid #555;
}

#KeywordContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#KeywordContainer span {
  display: inline-flex;
  background-color: var(--spike-accent);
  color: #fff;
  height: 25px;
  border-radius: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: normal;
}

#KeywordContainer span i {
  margin-left: 5px;
  cursor: pointer;
}

.QuotaRange {
  position: relative;
}

.QuotaRange i {
  position: absolute;
  top: -15px;
}

.QuotaRange i.min-value {
  left: 0;
}

.QuotaRange i.max-value {
  right: 0;
}

.accordion .card-header {
  position: relative;
}

.accordion .card-header::after {
  content: "+";
  color: var(--spike-accent);
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 900;
  width: 20px;
  text-align: center;
}

.accordion .card-header.active::after {
  content: "-";
  color: #fff;
}

.ad-preview-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.setting-card{
  display: flex;
  align-items: center;
  gap: 20px;
}
.setting-card div h4{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.setting-card .setting-icon {
  background: #ffe5d8;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.setting-card .setting-icon svg{
  height: 100%;
  width: 18px;
  stroke-width: 2px;
  color: var(--spike-accent);
}

.setting-card .setting-icon.setting-icon-sm {
  height: 50px;
  width: 50px;
  margin: 0 auto;
}

.setting-card.active .setting-icon {
  background: #4b4b88;
}

.setting-card.active .setting-icon svg {
  color: #fff !important;
}

#Library {
  display: flex;
  flex-direction: row;
}

#Library > div {
  margin-right: 10px;
}

.media-placeholder {
  height: 150px;
  width: 150px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #efefef;
}

.media-placeholder.selected:hover:after {
  content: "Select New";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  opacity: 0.8;
}

.media-placeholder:not(.selected) {
  background-color: #c4c4c4;
}

.media-placeholder:not(.selected):after {
  content: "+";
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  line-height: 0.45;
  height: 70px;
  color: #454545;
}

#all_screeens > .single-layout {
  display: none;
}

#all_screeens > .single-layout.active {
  display: block;
}

.single-layout.show-popup #phoneElement3 path,
#Preview.show-popup #phoneElement3 path {
  fill: #fff;
  fill-opacity: 0.5;
}

.layout-html,
#Layout {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 285px;
  max-height: 600px;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
}

.single-layout.show-popup .layout-html,
#Preview.show-popup #Layout {
  overflow: hidden;
}

.layout-html::-webkit-scrollbar,
#Layout::-webkit-scrollbar {
  width: 4px;
}

.layout-html::-webkit-scrollbar-track,
#Layout::-webkit-scrollbar-track {
  background: #eee;
}

.layout-html::-webkit-scrollbar-thumb,
#Layout::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 0px;
}

.layout-html .ui-element,
#Layout .ui-element {
  display: flex;
  margin-bottom: 20px;
}

.layout-html .ui-element.highlight span,
#Layout .ui-element.highlight span {
  background-color: #f77b37 !important;
}

.single-layout.show-popup
  .layout-html
  .ui-element:not(.non-interactive):not(.current):not(.active)
  span,
#Preview.show-popup
  #Layout
  .ui-element:not(.non-interactive):not(.current):not(.active)
  span {
  background-color: #6e6e6e;
}

.single-layout.show-popup
  .layout-html
  .ui-element.ui-notification:not(.non-interactive):not(.current):not(.active):not(.highlight)
  span,
#Preview.show-popup
  #Layout
  .ui-element.ui-notification:not(.non-interactive):not(.current):not(.active):not(.highlight)
  span {
  border: 1px solid #565656;
}

.single-layout.show-popup
  .layout-html
  .ui-element.ui-element.non-interactive
  span,
#Preview.show-popup #Layout .ui-element.ui-element.non-interactive span {
  background-color: #7e4b4b;
}

.single-layout.show-popup:not(.show-notification)
  .layout-html
  .ui-element.ui-popup:not(.ui-notification),
#Preview.show-popup:not(.show-notification)
  #Layout
  .ui-element.ui-popup:not(.ui-notification) {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  justify-content: center;
  width: 280px;
  display: flex;
  transform: translateY(-50%);
  z-index: 5;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0;
  transform: none;
  display: flex;
  width: 280px;
  justify-content: space-between;
  padding: 10px;
  background: #ddd;
  border-radius: 5px;
  z-index: 5;
}

.layout-html .ui-element span,
#Layout .ui-element span {
  display: block;
  background-color: #dfdfdf;
  border-radius: 10px;
}

.layout-html .ui-element:not(.highlight):not(.marked) span,
#Layout .ui-element:not(.highlight):not(.marked) span {
  background-image: none !important;
}

.layout-html .ui-element.marked span,
#Layout .ui-element.marked span,
.layout-html .ui-element.highlight span,
#Layout .ui-element.highlight span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-html .ui-element.ui-banner span,
#Layout .ui-element.ui-banner span {
  width: 280px;
  height: 192px;
}

.layout-html .ui-element.ui-product span,
#Layout .ui-element.ui-product span {
  width: 82px;
  height: 82px;
}

.layout-html .ui-element.ui-product,
#Layout .ui-element.ui-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout-html .ui-element.ui-brand > div,
#Layout .ui-element.ui-brand > div {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.layout-html .ui-element.ui-brand > div:last-of-type,
#Layout .ui-element.ui-brand > div:last-of-type {
  margin-bottom: 0px;
}

.layout-html .ui-element.ui-brand > div > span:first-of-type,
#Layout .ui-element.ui-brand > div > span:first-of-type {
  height: 60px;
  width: 60px;
  margin-right: 10px;
}

.layout-html .ui-element.ui-brand > div > span:last-of-type,
#Layout .ui-element.ui-brand > div > span:last-of-type {
  height: 10px;
  width: calc(100% - 150px);
  position: relative;
  margin-top: 5px;
}

.layout-html .ui-element.ui-brand > div > span:last-of-type::after,
#Layout .ui-element.ui-brand > div > span:last-of-type::after {
  content: "";
  position: absolute;
  height: 8px;
  width: calc(100% + 40px);
  top: 40px;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

.layout-html .ui-element.ui-brand > div > span:last-of-type::before,
#Layout .ui-element.ui-brand > div > span:last-of-type::before {
  content: "";
  position: absolute;
  height: 8px;
  width: calc(100% + 70px);
  top: 25px;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

.layout-html .ui-element.ui-brand,
#Layout .ui-element.ui-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.layout-html .ui-element.ui-strip span,
#Layout .ui-element.ui-strip span {
  width: 280px;
  height: 80px;
}

.layout-html .ui-element.ui-search span,
#Layout .ui-element.ui-search span {
  width: 280px;
  height: 40px;
}

.layout-html .ui-element.ui-search,
#Layout .ui-element.ui-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout-html .ui-element.ui-search:not(.highlight):not(.marked) span,
#Layout .ui-element.ui-search:not(.highlight):not(.marked) span {
  background-image: url(./images/search-icon.png) !important;
  background-size: 20px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}

.layout-html .ui-element.ui-search.highlight span,
#Layout .ui-element.ui-search.highlight span,
.layout-html .ui-element.ui-search.marked span,
#Layout .ui-element.ui-search.marked span,
.layout-html .ui-element.ui-search.highlight.marked span,
#Layout .ui-element.ui-search.highlight.marked span {
  background-image: url(./images/search-icon-light.png) !important;
  background-size: 20px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}

.layout-html .ui-element.ui-search span img,
#Layout .ui-element.ui-search span img {
  display: none;
}

.layout-html .ui-element.ui-search img,
#Layout .ui-element.ui-search img {
  display: block;
  height: 45px;
  width: 35px;
  margin-left: auto;
  margin-right: 0px;
  height: auto;
  padding-top: 2px;
}

/*Card Start*/

.layout-html .ui-element.ui-card,
#Layout .ui-element.ui-card {
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #ddd;
  border-radius: 5px;
  text-align: -webkit-center;
}

.layout-html .ui-element.ui-card span:first-of-type,
#Layout .ui-element.ui-card span:first-of-type {
  display: block;
  width: 250px;
  height: 180px;
}

.layout-html .ui-element.ui-card > span:last-of-type,
#Layout .ui-element.ui-card > span:last-of-type {
  padding: 1px;
  display: block;
  width: 250px;
  height: 80px;
  background-image: none !important;
}

/*Description*/
.layout-html .ui-element.ui-card.shimmer span:last-of-type:after,
#Layout .ui-element.ui-card.shimmer span:last-of-type:after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 35px;
  background-color: #c1c1c1;
  border-radius: 5px;
  margin: 10px;
}

/*Title*/
.layout-html .ui-element.ui-card.shimmer span:last-of-type:before,
#Layout .ui-element.ui-card.shimmer span:last-of-type:before {
  content: "";
  display: block;
  width: calc(70% - 50px);
  height: 15px;
  background-color: #c1c1c1;
  border-radius: 5px;
  margin: 10px;
}

.show-popup .layout-html .ui-element.ui-card.shimmer span:last-of-type::before,
.show-popup #Layout .ui-element.ui-card.shimmer span:last-of-type::before,
.show-popup .layout-html .ui-element.ui-card.shimmer span:last-of-type::after,
.show-popup #Layout .ui-element.ui-card.shimmer span:last-of-type::after {
  background-color: #808080;
}

.show-popup .layout-html .ui-element.ui-card,
.show-popup #Layout .ui-element.ui-card {
  background: #777;
}

.layout-html .ui-element.ui-card:not(.current) span h5,
#Layout .ui-element.ui-card:not(.current) span h5,
.layout-html .ui-element.ui-card:not(.current) span p,
#Layout .ui-element.ui-card:not(.current) span p {
  font-size: 0px;
  opacity: 0;
}

.layout-html .ui-element.ui-card.highlight span h5,
#Layout .ui-element.ui-card.highlight span h5 {
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  margin: 0px;
  opacity: 1;
}

.layout-html .ui-element.ui-card.highlight span p,
#Layout .ui-element.ui-card.highlight span p {
  font-size: 9px;
  padding: 0 10px;
  margin: 0px;
  max-height: 40px;
  overflow: hidden;
  opacity: 1;
}

/*Card End*/

/* Carousel Placement */

.layout-html .ui-element.ui-carousel,
#Layout .ui-element.ui-carousel {
  position: relative;
}
.layout-html .ui-element.ui-carousel span,
#Layout .ui-element.ui-carousel span {
  width: 280px;
  height: 192px;
}
.layout-html .ui-element.ui-carousel::before,
#Layout .ui-element.ui-carousel::before{
  content: "\2039";
  height: 20px;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  color: var(--spike-accent);
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  line-height: 12px;
  background: #ddd;
  transform: translateY(-50%);
}
.layout-html .ui-element.ui-carousel::after,
#Layout .ui-element.ui-carousel::after{
  content: "\203A";
  height: 20px;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  color: var(--spike-accent);
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  line-height: 12px;
  background: #ddd;
  transform: translateY(-50%);
}
.layout-html .ui-element.ui-carousel span::after,
#Layout .ui-element.ui-carousel span::after{
  content: "\25CE \25C9 \25CE";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

/* END Carousel Placement */

.layout-html .ui-element.ui-popup:not(.current),
#Layout .ui-element.ui-popup:not(.current) {
  display: inline-block;
  position: absolute;
  top: 10px;
  cursor: pointer;
  margin: 0;
  left: 10px;
}

.layout-html:not(.show-notification)
  .ui-element.ui-popup.ui-notification:not(.current),
#Layout:not(.show-notification)
  .ui-element.ui-popup.ui-notification:not(.current) {
  display: inline-block;
  position: absolute;
  top: 10px;
  cursor: pointer;
  margin: 0;
  right: 10px;
  left: auto;
}

.layout-html
  .ui-element.ui-popup:not(.current):not(.active):not(.highlight):after,
#Layout .ui-element.ui-popup:not(.current):not(.active):not(.highlight):after {
  content: "Popup";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
}

.layout-html
  .ui-element.ui-popup.ui-notification:not(.current):not(.active):not(.highlight):after,
#Layout
  .ui-element.ui-popup.ui-notification:not(.current):not(.active):not(.highlight):after {
  content: "Notification";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
}

.layout-html
  .ui-element.ui-popup.ui-notification:not(.current):not(.active):not(.highlight)
  > span:first-of-type,
#Layout
  .ui-element.ui-popup.ui-notification:not(.current):not(.active):not(.highlight)
  span:first-of-type {
  display: none;
}

.layout-html .ui-element.ui-popup.ui-notification:not(.current) span,
#Layout .ui-element.ui-popup.ui-notification:not(.current) span {
  width: 80px;
  height: 30px;
  background-color: #91d2ae;
}

.layout-html .ui-element.ui-popup.ui-notification.marked:not(.highlight) span,
#Layout .ui-element.ui-popup.ui-notification.marked:not(.highlight) span {
  width: 80px;
  height: 30px;
  background-color: #f77b37;
  background-image: none !important;
}

.layout-html .ui-element.ui-popup.ui-notification.marked:not(.highlight):after,
#Layout .ui-element.ui-popup.ui-notification.marked:not(.highlight):after {
  color: #fff;
}

.layout-html
  .ui-element.ui-popup.marked:not(.highlight):not(.ui-notification)
  span,
#Layout .ui-element.ui-popup.marked:not(.highlight):not(.ui-notification) span {
  background-color: #f77b37;
  background-image: none !important;
}

.layout-html
  .ui-element.ui-popup.marked:not(.highlight):not(.ui-notification):after,
#Layout
  .ui-element.ui-popup.marked:not(.highlight):not(.ui-notification):after {
  color: #fff;
}

.single-layout:not(.show-notification)
  .layout-html
  .ui-element.ui-popup.ui-notification:not(.current)
  span
  h5,
#Preview:not(.show-notification)
  #Layout
  .ui-element.ui-popup.ui-notification:not(.current)
  span
  h5,
.single-layout:not(.show-notification)
  .layout-html
  .ui-element.ui-popup.ui-notification:not(.current)
  span
  p,
#Preview:not(.show-notification)
  #Layout
  .ui-element.ui-popup.ui-notification:not(.current)
  span
  p {
  font-size: 0px;
  opacity: 0;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification.highlight
  span
  h5,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification.highlight
  span
  h5 {
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  margin: 0px;
  opacity: 1;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification.highlight
  span
  p,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification.highlight
  span
  p {
  font-size: 11px;
  padding: 0 10px;
  margin: 0px;
  max-height: 40px;
  overflow: hidden;
  opacity: 1;
}

.layout-html .ui-element.ui-popup:not(.current) span,
#Layout .ui-element.ui-popup:not(.current) span {
  width: 60px;
  height: 30px;
  background-color: #91d2ae;
}

.single-layout.show-popup:not(.show-notification)
  .layout-html
  .ui-element.ui-popup:not(.ui-notification)
  span,
#Preview.show-popup:not(.show-notification)
  #Layout
  .ui-element.ui-popup:not(.ui-notification)
  span {
  width: 260px;
  height: 380px;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification
  > span:first-of-type,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification
  > span:first-of-type {
  width: 80px;
  height: 80px;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification
  > span:last-of-type,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification
  > span:last-of-type {
  width: 175px;
  height: 80px;
  position: relative;
  background-image: none !important;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification.shimmer
  > span:last-of-type:after,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification.shimmer
  > span:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  height: 10px;
  background-color: #c1c1c1;
  top: 10px;
  left: 10px;
  border-radius: 5px;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification.shimmer
  > span:last-of-type:before,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification.shimmer
  > span:last-of-type:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: 40px;
  background-color: #c1c1c1;
  top: 30px;
  left: 10px;
  border-radius: 5px;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification.no-image
  > span:first-of-type,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification.no-image
  > span:first-of-type {
  display: none;
}

.single-layout.show-popup.show-notification
  .layout-html
  .ui-element.ui-popup.ui-notification.no-image
  > span:last-of-type,
#Preview.show-popup.show-notification
  #Layout
  .ui-element.ui-popup.ui-notification.no-image
  > span:last-of-type {
  width: 260px;
}

.layout-html .ui-element.current span,
#Layout .ui-element.current span {
  background-color: #f77b37;
}

.layout-html .ui-element.non-interactive span,
#Layout .ui-element.non-interactive span {
  background-color: #ff9898;
}

.language-html,
#LanguageSelector {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 360px;
}

.language-html.hasOptions::before,
#LanguageSelector.hasOptions::before {
  content: "Language";
  display: inline-block;
  color: var(--spike-accent);
  width: 100%;
  text-align: center;
}

.language-html span,
#LanguageSelector span {
  display: inline-block;
  margin: 10px 5px;
  border: 1px solid var(--spike-accent);
  border-radius: 50px;
  padding: 2px 12px;
  font-size: 12px;
  color: var(--spike-accent);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.language-html span:hover,
#LanguageSelector span:hover {
  border: 1px solid var(--spike-accent-secondary);
  color: #fff;
  background: var(--spike-accent-secondary);
  transition: all 0.3s ease-in-out;
}

.language-html span.active,
#LanguageSelector span.active {
  border: 1px solid var(--spike-accent);
  color: #fff;
  background: var(--spike-accent);
  transition: all 0.3s ease-in-out;
}

.ui-autocomplete {
  z-index: 1;
}

.ui-menu.ui-widget.ui-widget-content {
  padding: 0px;
  max-height: 300px;
  overflow-y: scroll;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item {
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item:hover {
  background-color: #fff5f5;
  transition: all 0.3s ease-in-out;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item a {
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
}

.ui-menu.ui-widget.ui-widget-content
  li.ui-menu-item
  a
  div.first-search-result-container {
  margin: 0;
  padding: 0;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item a.ui-state-active {
  margin: 0;
}

.product-search-result-container div.label {
  display: inline-block;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item a .label h5 {
  margin: 0;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item a .label h5 b {
  font-size: 16px;
  font-weight: 400;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item a .label p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item a .image {
  margin: 0 15px 0 0;
  background-color: #bfbfbf;
}

.ui-menu.ui-widget.ui-widget-content li.ui-menu-item a .image img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
}

.btn-close {
  border: 0px;
  background: none;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 32px;
}

#all_item_counter {
  max-width: 360px;
  display: flex;
  width: 100%;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#all_item_counter .count {
  font-size: 18px;
  width: 46px;
}

#all_item_counter .nav-arrow {
  cursor: pointer;
}

#all_item_counter .nav-arrow::after {
  content: " \25B8";
  display: block;
  font-size: 22px;
}

#all_item_counter .nav-arrow.nav-left::after {
  content: " \25C2";
}

#all_item_counter + #AdTitleText {
  max-width: 360px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.spike_control {
  padding-right: 30px !important;
}

.spike_control.spike_loading {
  background-image: url(loader.gif) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
}

.spike_control.spike_success {
  background-image: url(checked.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
}

.spike_control.spike_failed {
  background-image: url(cancel.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
}

@media (max-width: 1024px) {
  section.main .spike-sidebar {
    max-width: 80px;
  }

  section.main .spike-sidebar .sidebar-wrapper > span a {
    font-size: 0;
  }
}

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}

.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.files {
  position: relative;
}

.files:after {
  pointer-events: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.files:before {
  position: absolute;
  bottom: 40px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: "or Drag & Drop here.";
  display: block;
  margin: 0 auto;
  color: #0435f7;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.product-image-cell img {
  width: 60px !important;
}

#tblSelectedProducts_wrapper {
  width: 100% !important;
}

.selected-product-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block !important;
  width: 80px;
  height: 80px;
}

.product-search-result-container > div {
  display: inline-block;
  vertical-align: middle;
}

.product-search-result-container div.label {
}

.brand-search-result-container div.image img {
  width: 50px !important;
  /* height: 50px !important; */
}

.brand-search-result-container > div {
  display: inline-block;
  vertical-align: middle;
}

.brand-search-result-container div.label {
}

span.select2 {
  width: 100%;
  display: block;
}

span.selection
  .select2-selection--multiple
  ul.select2-selection__rendered
  > li.select2-selection__choice {
  background-color: var(--spike-accent-secondary);
  color: #fff;
  border: 0px;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-flex;
  align-items: center;
  padding: 2px 5px;
}

span.selection
  .select2-selection--multiple
  ul.select2-selection__rendered
  > li.select2-selection__choice:hover {
  background-color: var(--spike-accent-secondary);
}

span.selection
  .select2-selection--multiple
  ul.select2-selection__rendered
  > li.select2-selection__choice
  button.select2-selection__choice__remove {
  position: static;
  color: #fff;
  border: 0;
  padding: 0px 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  background: none;
  border-radius: 0;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--spike-accent-secondary) !important;
}

.media-dimensions-tag {
  background: rgb(62, 62, 62);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 2px 5px;
}

.media-preview-button {
  position: absolute;
  top: calc(3%);
  right: calc(8%);
  z-index: 1;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
}

.sparkboxes .box {
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px 1px #666;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  position: relative;
  border-radius: 5px;
}

.sparkboxes .box .details {
  color: #fff;
}

.sparkboxes .box .details h3 {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
}

.sparkboxes .box .details h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 10px;
}

.sparkboxes strong {
  position: relative;
  z-index: 3;
  top: -8px;
  color: #fff;
}

.sparkboxes .box {
  background-color: #2b2d3e;
  padding: 25px 20px;
  background-image: linear-gradient(135deg, #ff7e4c 10%, #ffcb89 100%);
}

.sparkboxes .box .box-performance {
    position: absolute;
    display: flex;
    align-items: center;
    top: 30px;
    right: 20px;
    font-size: 24px;
    color: #fff;
}
.sparkboxes .box .box-performance div {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    margin-right: 5px;
}
.sparkboxes .box .box-performance i {

}

.fake-donut {
  height: 300px;
  width: 300px;
  background: #b5b5b5;
  border-radius: 200px;
  margin: 50px auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fake-donut span {
  height: 230px;
  width: 230px;
  background: #ffffff;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table tr td {
  vertical-align: middle;
}

/* input[type="checkbox"]:checked {
  color: #fff;
  border-color: #f77b37;
  background-color: #f77b37;
  background-image: url(./check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

input[type="checkbox"] {
  position: relative;
  width: 14px;
  height: 14px;
  color: #363839;
  border: 1px solid #bdc1c6;
  border-top-color: rgb(189, 193, 198);
  border-right-color: rgb(189, 193, 198);
  border-bottom-color: rgb(189, 193, 198);
  border-left-color: rgb(189, 193, 198);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  vertical-align: middle;
}

label{
  vertical-align: middle;
} */

/* .sparkboxes .box1 {
  background-image: linear-gradient( 135deg, #ABDCFF 10%, #0396FF 100%);
}

.sparkboxes .box2 {
  background-image: linear-gradient( 135deg, #2AFADF 10%, #4C83FF 100%);
}

.sparkboxes .box3 {
  background-image: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);
}

.sparkboxes .box4 {
  background-image: linear-gradient( 135deg, #4C83FF 10%, #6c6abb 100%);
} */
#campaignStatisticsValues,
.ad-items-list {
  max-height: 173px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #d2d2d2 #f2f2f2;
  padding-right: 10px;
}

#campaignStatisticsValues::-webkit-scrollbar,
.ad-items-list::-webkit-scrollbar {
  width: 11px;
}

#campaignStatisticsValues::-webkit-scrollbar-track,
.ad-items-list::-webkit-scrollbar-track {
  background: #f2f2f2;
}

#campaignStatisticsValues::-webkit-scrollbar-thumb,
.ad-items-list::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
  border-radius: 6px;
  border: 3px solid #f2f2f2;
}

#campaignStatisticsValues div p span,
.ad-items-list div p span {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 15px;
}

#campaignStatisticsValues div,
.ad-items-list div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#campaignStatisticsValues > div:last-of-type,
.ad-items-list > div:last-of-type {
  border-bottom: 0px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

#campaignStatisticsValues div h6,
.ad-items-list div h6 {
  font-weight: 500;
}

.campaign-stat-card {
  text-align: center;
}

.campaign-stat-card .campaign-stat-icon {
  color: var(--spike-accent);
  margin-bottom: 30px;
}

.campaign-stat-card .campaign-stat-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #666;
}

.campaign-stat-card .campaign-stat-value {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #333;
}

body table.dataTable thead th {
  font-weight: 600;
  color: #444;
}

body table.dataTable tfoot {
  display: none;
}

body table.datatable {
  margin-bottom: 20px;
}

.modal-body {
  max-height: 75vh !important;
  overflow: auto !important;
}

.deco-strike {
  text-decoration: line-through;
}

.cancelled {
    text-decoration-color: red !important;
    text-decoration: line-through;
}

html body .form-control:focus {
  border-color: #f77b37;
  box-shadow: none;
}

#PublisherNamePlaceholder {
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* DATA TABLES */

div.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 14px;
}

.dataTables_wrapper .dataTables_info {
  font-size: 14px;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button.current,
div.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #f77b37 !important;
  background: #f77b37 !important;
  opacity: 0.8;
  padding: 5px 10px;
  border-radius: 5px;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button {
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 5px;
}

div.dataTables_wrapper
  .dataTables_paginate
  .paginate_button:not(.disabled):hover {
  color: white !important;
  border: 1px solid #f77b37 !important;
  background: #f77b37 !important;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 5px;
}

table.datatable thead tr th,
table.table thead tr th {
  font-weight: 600;
  color: #444;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

table.table-hover tbody tr {
  transition: all 0.3s ease-in-out;
}

table.table-hover tbody tr:hover {
  background-color: rgb(253, 250, 248);
  transition: all 0.3s ease-in-out;
}

table.datatable tbody tr td,
table.table tbody tr td {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

/* Quick Campaign */

body.no-scroll {
  overflow: hidden;
}

#backgroundOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}

#backgroundOverlay.active {
  display: block;
}

#Layout .ui-element.marked:not(.highlight) span {
  background-color: #ffb993;
}

#LanguageSelector .language-selector-wrapper {
  display: none;
}

#LanguageSelector .language-selector-wrapper.active {
  display: block;
}

#QuickCampaignAdItemsList > .card,
#quickCampaignSidebar.accordion > .card {
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}

/* #quickCampaignSidebar.accordion > .card:hover{
  background-color: #fff9f4;
  transition: all 0.3s ease-in-out;
} */
#QuickCampaignAdItemsList .card-header::after {
  content: " \21E2";
  color: var(--spike-accent);
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 900;
  width: 20px;
  text-align: center;
}

#QuickCampaignAdItemsList .card-header,
#quickCampaignSidebar.accordion .card-header {
  background: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s ease-in-out;
}

#QuickCampaignAdItemsList .card-header.active {
  background-color: #fff6f1;
  transition: all 0.3s ease-in-out;
}

#QuickCampaignAdItemsList .card-header .sidebar-heading,
#quickCampaignSidebar.accordion .card-header .sidebar-heading {
  font-size: 16px;
  font-weight: 600;
  color: var(--spike-accent);
  align-items: center;
  cursor: pointer;
}

#QuickCampaignAdItemsList .card-header .sidebar-heading svg,
#quickCampaignSidebar.accordion .card-header .sidebar-heading svg {
  margin-right: 15px;
  width: 40px;
  height: 20px;
}

#QuickCampaignAdItemsList .card-header .sidebar-heading div,
#quickCampaignSidebar.accordion .card-header .sidebar-heading div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#QuickCampaignAdItemsList .card-header .sidebar-heading div p,
#quickCampaignSidebar.accordion .card-header .sidebar-heading div p {
  margin: 0px;
  text-transform: uppercase;
}

#QuickCampaignAdItemsList .card-header .sidebar-heading div small,
#quickCampaignSidebar.accordion .card-header .sidebar-heading div small {
  color: #454545;
}

#QuickCampaignAdItemsList .sidebar-container .card-body,
#quickCampaignSidebar.accordion .sidebar-container .card-body {
  padding-left: 0;
  padding-right: 0;
}

#quickCampaignSidebar.accordion .sidebar-container .card-body .sidebar-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group {
  flex: 1;
}

#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  label {
  color: #454545;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  p {
  color: var(--spike-accent);
}

#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  textarea,
#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  select,
#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  input {
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  label
  textarea,
#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  label
  select,
#quickCampaignSidebar.accordion
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  label
  input {
  margin-top: 0px;
}

#quickCampaignSidebar.accordion
  .card:hover
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  textarea:not([disabled]),
#quickCampaignSidebar.accordion
  .card:hover
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  select:not([disabled]),
#quickCampaignSidebar.accordion
  .card:hover
  .sidebar-container
  .card-body
  .sidebar-row
  .row-group
  input:not([disabled]) {
  /* background-color: #fff9f4; */
  transition: all 0.3s ease-in-out;
}

#adPlacementControls .custom-scheduler .header-row {
  margin-left: 40px;
}

#adPlacementControls .custom-scheduler .header-row span {
  font-size: 10px;
  max-width: 51px;
}

#adPlacementControls .custom-scheduler .data-row::before {
  max-width: 40px;
}

#adPlacementControls .custom-scheduler .data-row span {
  width: 17px;
}

#PlacementGroupSelector {
  margin-bottom: 20px;
  min-height: 48px;
}

#PlacementGroupSelector::before {
  content: "Placement Groups";
  display: block;
  text-align: center;
  font-weight: 600;
  color: #f77b37;
}

#PlacementGroupSelector .PlacementGroupNavigation {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}

#PlacementGroupSelector .PlacementGroupNavigation .group-nav {
  position: absolute;
  cursor: pointer;
}

#PlacementGroupSelector .PlacementGroupNavigation .group-nav.navigation-left {
  left: 0;
}

#PlacementGroupSelector .PlacementGroupNavigation .group-nav.navigation-right {
  right: 0;
}

#PlacementGroupSelector .PlacementGroupNavigation .group-nav svg {
  height: 20px;
  width: 20px;
  cursor: pointer;
  stroke: #333;
  transition: stroke 0.3s ease-in-out;
}

#PlacementGroupSelector .PlacementGroupNavigation .group-nav.disabled svg {
  stroke: #aaa;
  cursor: not-allowed;
  transition: stroke 0.3s ease-in-out;
}

#PlacementGroupSelector
  .PlacementGroupNavigation
  .group-nav:not(.disabled):hover
  svg {
  stroke: #f77b37;
}

#PlacementGroupSelector #AdPlacementGroup ul {
  display: flex;
  max-width: 200px;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

#PlacementGroupSelector #AdPlacementGroup ul li {
  margin: 0 15px;
  white-space: nowrap;
  min-width: 170px;
  width: 170px;
  display: none;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

#PlacementGroupSelector #AdPlacementGroup ul li.active {
  display: block;
}

#adPlacementControls {
  position: fixed;
  top: 0;
  right: -500px;
  padding: 40px;
  max-width: 500px;
  background: #fff;
  box-shadow: -19px 0px 50px -30px #ccc;
  z-index: 1;
  max-height: 100vh;
  height: 100%;
  transition: right 0.3s ease-in-out;
  overflow: auto;
}

#adPlacementControls.active {
  right: 0px;
  transition: right 0.3s ease-in-out;
}

.adItemWrapper .meta_language_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.adItemWrapper .meta_language_wrapper span {
  background: none;
  border: 1px solid #333;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  padding: 1px 15px;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.adItemWrapper .meta_language_wrapper span.active {
  background: var(--spike-accent);
  color: #fff;
  border: 1px solid var(--spike-accent);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.adItemWrapper .meta_language_wrapper span:not(.active):hover {
  border: 1px solid var(--spike-accent);
  color: var(--spike-accent);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.adItemWrapper .meta_data_wrapper {
  display: none;
  margin-bottom: 10px;
}

.adItemWrapper .meta_data_wrapper.active {
  display: flex;
}

/* Quick campaign products */

.adItemWrapper .selectedBrands,
.adItemWrapper .selectedProducts {
  margin-top: 20px;
  max-height: 330px;
  overflow: auto;
  padding-right: 10px;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f77b37 #eee;
}

/* Works on Chrome, Edge, and Safari */
.adItemWrapper .selectedBrands::-webkit-scrollbar,
.adItemWrapper .selectedProducts::-webkit-scrollbar {
  width: 12px;
}

.adItemWrapper .selectedBrands::-webkit-scrollbar-track,
.adItemWrapper .selectedProducts::-webkit-scrollbar-track {
  background: #f77b37;
}

.adItemWrapper .selectedBrands::-webkit-scrollbar-thumb,
.adItemWrapper .selectedProducts::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 20px;
  border: 3px solid #f77b37;
}

#Layout .ui-element.quick-campaign-placement:not(.enabled) span {
  background-color: #ffa1a1;
  cursor: not-allowed;
}
#Layout .ui-element.quick-campaign-placement.enabled span {
  cursor: pointer;
}

.adItemWrapper .selectedBrands .single-product,
.adItemWrapper .selectedProducts .single-product {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.adItemWrapper .selectedBrands .single-product:hover,
.adItemWrapper .selectedProducts .single-product:hover {
  background: #fdfaf6;
  transition: all 0.3s ease-in-out;
}

.adItemWrapper .selectedBrands .single-product .single-product-image,
.adItemWrapper .selectedProducts .single-product .single-product-image {
  height: 100px;
  width: 100px;
  margin-right: 10px;
  background-image: url(../images/placeholder.jpg);
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.adItemWrapper .selectedBrands .single-product .single-product-data,
.adItemWrapper .selectedProducts .single-product .single-product-data {
  width: calc(100% - 110px);
}

.adItemWrapper
  .selectedBrands
  .single-product
  .single-product-data
  .single-product-header,
.adItemWrapper
  .selectedProducts
  .single-product
  .single-product-data
  .single-product-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.adItemWrapper
  .selectedBrands
  .single-product
  .single-product-data
  .single-product-header
  .single-product-brand,
.adItemWrapper
  .selectedProducts
  .single-product
  .single-product-data
  .single-product-header
  .single-product-brand {
  font-size: 14px;
  color: #f77b37;
  font-weight: 600;
}

.adItemWrapper
  .selectedBrands
  .single-product
  .single-product-data
  .single-product-header
  .single-product-language,
.adItemWrapper
  .selectedProducts
  .single-product
  .single-product-data
  .single-product-header
  .single-product-language {
  font-size: 12px;
  background-color: #f77b37;
  color: #fff;
  padding: 2px 9px;
  border-radius: 10px;
}

.adItemWrapper
  .selectedBrands
  .single-product
  .single-product-data
  .single-product-title,
.adItemWrapper
  .selectedProducts
  .single-product
  .single-product-data
  .single-product-title {
  font-size: 14px;
  color: #111;
  font-weight: 600;
  max-height: 20px;
  overflow: hidden;
}

.adItemWrapper
  .selectedBrands
  .single-product
  .single-product-data
  .single-product-footer,
.adItemWrapper
  .selectedProducts
  .single-product
  .single-product-data
  .single-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adItemWrapper
  .selectedBrands
  .single-product
  .single-product-data
  .single-product-footer
  a,
.adItemWrapper
  .selectedProducts
  .single-product
  .single-product-data
  .single-product-footer
  a {
  text-decoration: none;
}
#AdItemForm .clearExtaSpecificDates,
.adItemWrapper .clearExtaSpecificDates,
.adItemWrapper .clearCalendar {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  color: #f33;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#planLineItems .clearCalendar {
  display: none;
  position: absolute;
  bottom: calc( .75rem + 1px );
  right: 15px;
  font-size: 14px;
  color: #f77b37;
  cursor: pointer;
  height: 36px;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 1px solid #ced4da;
}
#AdItemForm .clearCalendar {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
  color: #f33;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#AdItemForm .active .clearCalendar {
  display: inline-block;
}
#planLineItems .active .clearCalendar {
  display: flex;
}

#quickCampaignFinish {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 0;
  background: #f2f2f2;
  border-top: 1px solid var(--spike-accent);
}

/* Proposal */

.stat-proposal {
  position: relative;
  background-image: linear-gradient(135deg, #ff7e4c 10%, #fdba67 100%);
  color: #fff;
  border: 0px;
}

.stat-proposal .stat-count {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
}

.stat-proposal svg {
  color: #fff;
}

/* Dashboard Scheduler */

#dashboardCampaignSchedule {
}
#dashboardCampaignSchedule #dashboardScheduleMonthHeader ,
#dashboardCampaignSchedule #dashboardScheduleHeader {
  display: flex;
  align-items: center;
  justify-content: end;
}
#dashboardCampaignSchedule #dashboardScheduleMonthHeader .schedule-nav ,
#dashboardCampaignSchedule #dashboardScheduleHeader .schedule-nav {
  cursor: pointer;
  color: #565656;
  margin: 0px 10px;
  transition: all 0.3s ease-in-out;
}
#dashboardCampaignSchedule #dashboardScheduleMonthHeader .schedule-nav:hover ,
#dashboardCampaignSchedule #dashboardScheduleHeader .schedule-nav:hover {
  color: #f77b37;
  transition: all 0.3s ease-in-out;
}
#dashboardCampaignSchedule #dashboardScheduleMonthHeader .schedule-nav svg ,
#dashboardCampaignSchedule #dashboardScheduleHeader .schedule-nav svg {
  max-width: 14px;
}
#dashboardCampaignSchedule #dashboardScheduleBody {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  overflow: hidden;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div {
  max-width: 25%;
  width: 100%;
  min-height: 200px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 0px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div::before {
  content: attr(data-label);
  position: sticky;
  top: 0;
  left: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  display: block;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div:nth-of-type(4n + 4) {
  border-right: 0px;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div:nth-of-type(9),
#dashboardCampaignSchedule #dashboardScheduleBody > div:nth-of-type(10),
#dashboardCampaignSchedule #dashboardScheduleBody > div:nth-of-type(11),
#dashboardCampaignSchedule #dashboardScheduleBody > div:nth-of-type(12) {
  border-bottom: 0px;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > a,
#dashboardCampaignSchedule #dashboardScheduleBody > div > span {
  width: calc(100% + 1px);
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  max-height: 18px;
  height: 18px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Rejected{
  background-color: #e6d567;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Published{
  background-color: #abc539;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Completed{
  background-color: #f77b37;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Running{
  background-color: #00d8b6;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Active{
  background-color: #008ffb;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Stopped{
  background-color: #686de0;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Expired{
  background-color: #575757;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Drafted{
  background-color: #9fa2b2;
}
#dashboardCampaignSchedule #dashboardScheduleBody > div > span.color-Pending{
  background-color: #e66767;
}
/* #dashboardCampaignSchedule #dashboardScheduleBody > div > a[title],
#dashboardCampaignSchedule #dashboardScheduleBody > div > span[title] {
  background-color: var(--spike-accent);
  cursor: pointer;
} */
#dashboardMonthScheduleBody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#dashboardMonthScheduleBody span {
  display: block;
  min-height: 150px;
  border: 1px solid #ddd;
  width: 14.2857142857%;
  position: relative;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.status-cell{
  display: inline-block;
  padding: 2px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}
span.status-cell.status-Rejected{
  background-color: #e6d567;
}
span.status-cell.status-Published{
  background-color: #abc539;
}
span.status-cell.status-Completed{
  background-color: #f77b37;
}
span.status-cell.status-Running{
  background-color: #00d8b6;
}
span.status-cell.status-Active{
  background-color: #008ffb;
}
span.status-cell.status-Stopped{
  background-color: #686de0;
}
span.status-cell.status-Expired{
  background-color: #575757;
}
span.status-cell.status-Drafted{
  background-color: #9fa2b2;
}
span.status-cell.status-Pending{
  background-color: #e66767;
}
/* #dashboardMonthScheduleBody span::-webkit-scrollbar {
  width: 0px;
  box-shadow: none;
  outline: none;
  border: 0px;
}
#dashboardMonthScheduleBody span:hover::-webkit-scrollbar {
  width: 4px;
}
#dashboardMonthScheduleBody span::-webkit-scrollbar-track {
  background-color: #ededed;
  box-shadow: none;
  outline: none;
  border: 0px;
}
#dashboardMonthScheduleBody span::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
}
#dashboardMonthScheduleBody span{
  scrollbar-color: #d7d7d7 #ededed;
  scrollbar-width: none;
  scrollbar-gutter: auto;
}
#dashboardMonthScheduleBody span:hover{
  scrollbar-width: thin;
} */
#dashboardMonthScheduleBody span.header-cell {
  min-height: 45px;
}
#dashboardMonthScheduleBody span::before {
  content: attr(data-label);
  position: sticky;
  top: 0;
  left: 0;
  padding: 10px;
  background: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
#dashboardMonthScheduleBody span.header-cell::before {
  color: #444444;
}
#dashboardMonthScheduleBody span b {
  background-color: #fff;
  width: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
  max-height: 18px;
  height: 18px;
  overflow: hidden;
  display: block;
  font-weight: 500;
  cursor: pointer;
}
#dashboardMonthScheduleBody span b.color-Rejected{
  background-color: #e6d567;
}
#dashboardMonthScheduleBody span b.color-Published{
  background-color: #abc539;
}
#dashboardMonthScheduleBody span b.color-Completed{
  background-color: #f77b37;
}
#dashboardMonthScheduleBody span b.color-Running{
  background-color: #00d8b6;
}
#dashboardMonthScheduleBody span b.color-Active{
  background-color: #008ffb;
}
#dashboardMonthScheduleBody span b.color-Stopped{
  background-color: #686de0;
}
#dashboardMonthScheduleBody span b.color-Expired{
  background-color: #575757;
}
#dashboardMonthScheduleBody span b.color-Drafted{
  background-color: #9fa2b2;
}
#dashboardMonthScheduleBody span b.color-Pending{
  background-color: #e66767;
}
#dashboardCampaignList {
  max-height: 370px;
  overflow: auto;
}
#dashboardCampaignList .singlePlan {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
}
#dashboardCampaignList .singlePlan .planDay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: var(--spike-accent);
  border-radius: 60px;
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}
#dashboardCampaignList .singlePlan.isUpcoming .planDay,
#dashboardCampaignList .singlePlan.hasPassed .planDay {
  background-color: #e66767;
}
#dashboardCampaignList .singlePlan.missingCampaign .planDay {
  background-color: #667f98;
}
#dashboardCampaignList .singlePlan .planBody {
  display: block;
  max-width: calc(100% - 80px);
  overflow: hidden;
}
#dashboardCampaignList .singlePlan .planBody .planDate {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #666;
}
#dashboardCampaignList .singlePlan .planBody .planTitle {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #4d4d4d;
}
#dashboardCampaignList .singlePlan .planBody .planAction {
  color: #e66767;
}

.ExtaSpecificDatesCalendar ,
.AdSpecificDatesCalendar {
  position: relative;
}
.ExtaSpecificDatesCalendar > div ,
.AdSpecificDatesCalendar > div {
  display: none !important;
  position: absolute;
  background: #fff;
  z-index: 99;
  top: 0;
  left: 0;
}
.ExtaSpecificDatesCalendar > div:hover,
.AdSpecificDatesCalendar > div:hover,
.ExtaSpecificDates:focus + .ExtaSpecificDatesCalendar > div ,
.AdSpecificDates:focus + .AdSpecificDatesCalendar > div {
  display: block !important;
}

#popup_notification .popup-overlay {
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
#popup_notification.active .popup-overlay {
  background-color: #000;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

#popup_notification .popup-container {
  position: fixed;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 20px;
  border-radius: 10px;
  color: #333;
  display: flex;
  background-color: #fff;
  z-index: 100;
  border-left: 2px solid var(--spike-accent);
  transition: all 0.3s ease-in-out;
}
#popup_notification.active .popup-container {
  top: 50%;
  transition: all 0.3s ease-in-out;
}

#popup_notification .popup-container .popup-icon {
  margin-right: 20px;
}
#popup_notification .popup-container .popup-icon svg {
  width: 25px;
  height: 25px;
  color: var(--spike-accent);
}
#popup_notification .popup-container .popup-content {
  margin: 0;
  font-size: 15px;
}
#popup_notification .popup-container .popup-content .heading {
  font-size: 18px;
  margin-top: 3px;
  color: #333;
  font-weight: 600;
}
#popup_notification .popup-container .popup-content .action {
  font-weight: 600;
  color: #333;
}
#popup_notification .popup-container .popup-content .action span {
  color: #fff;
  background: #ff9153;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 12px;
  margin: 0px 4px 4px 0px;
}
#popup_notification .popup-container .popup-content .secondary-heading {
  font-size: 15px;
  margin-top: 3px;
  color: #333;
  font-weight: 600;
}

#popup_notification .popup-container .close-popup {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
#planPlacements #planPlacementList {
  max-height: 300px;
  overflow: auto;
}
#planPlacements #planPlacementList > a {
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  border-radius: 5px;
}
#planPlacements #planPlacementList > a .placementHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#planPlacements #planPlacementList > a .placementHeader .placementQuota b {
  font-weight: 400;
}
#planPlacements #planPlacementList > a .placementData {
  display: flex;
  justify-content: space-between;
}
#planPlacements #planPlacementList > a .placementData span {
  color: #696969;
}
#planPlacements #planPlacementList > a .placementData span b {
  color: var(--spike-accent);
  font-weight: 600;
}

/* Placement Availability Popup */

#AdItemForm .ExtaSpecificDates-popup-calendar ,
.adItemWrapper .ExtaSpecificDates-popup-calendar ,
.adItemWrapper .popup-calendar {
  height: 38px;
  justify-content: center;
}
.rowItem .popup-calendar {
  height: 62px;
  justify-content: center;
}
#AdItemForm .ExtaSpecificDates-popup-calendar,
.adItemWrapper .ExtaSpecificDates-popup-calendar,
.adItemWrapper .popup-calendar,
.rowItem .popup-calendar,
.adItemWrapper .popup-control-container,
.rowItem .popup-control-container {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-top: -1px;
}
#AdItemForm .ExtaSpecificDates-popup-calendar .popup-calendar-icon,
.adItemWrapper .ExtaSpecificDates-popup-calendar .popup-calendar-icon,
.adItemWrapper .popup-calendar .popup-calendar-icon,
#AdItemForm .ExtaSpecificDates-popup-calendar .popup-calendar-icon,
.adItemWrapper .ExtaSpecificDates-popup-calendar .popup-calendar-icon,
.adItemWrapper .popup-control-container .popup-calendar-icon,
.rowItem .popup-calendar .popup-calendar-icon,
.rowItem .popup-control-container .popup-calendar-icon {
  display: block;
  color: var(--orange);
  cursor: pointer;
}
#AdItemForm .ExtaSpecificDates-popup-calendar .popup-calendar-icon svg,
.adItemWrapper .ExtaSpecificDates-popup-calendar .popup-calendar-icon svg,
.adItemWrapper .popup-calendar .popup-calendar-icon svg,
#AdItemForm .ExtaSpecificDates-popup-calendar .popup-calendar-icon svg,
.adItemWrapper .ExtaSpecificDates-popup-calendar .popup-calendar-icon svg,
.adItemWrapper .popup-control-container .popup-calendar-icon svg,
.rowItem .popup-calendar .popup-calendar-icon svg,
.rowItem .popup-control-container .popup-calendar-icon svg {
  height: 20px;
  width: 20px;
}

#placementAvailabilityPopup {
  display: none;
}
#placementAvailabilityPopup.active {
  display: block;
}
#placementAvailabilityPopup .containerPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  padding: 70px;
  max-width: 1200px;
  width: 100%;
  border-radius: 15px;
  z-index: 100;
}
#placementAvailabilityPopup.active .containerPopupOverlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000;
  opacity: 0.5;
  display: block;
  z-index: 99;
}
#placementAvailabilityPopup .closePopup {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: #333;
  line-height: normal;
}
#placementAvailabilityPopup #placementAvailabilityCalendar {
  max-width: 1200px;
}
/* #placementAvailabilityPopup #placementAvailabilityCalendar .marked_date {
  position: relative;
}
#placementAvailabilityPopup #placementAvailabilityCalendar .marked_date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 14px;
  background: var(--spike-accent);
  left: 50%;
  opacity: 1;
} */
#placementAvailabilityPopup #placementAvailabilityCalendar .marked_date {
  background-color: #fec1c1;
}
#placementAvailabilityPopup #placementAvailabilityCalendar .partial {
  background-color: #fee6c1;
}
#placementAvailabilityPopup #placementAvailabilityCalendar .available {
  background-color: #caffe9;
}
/* #placementAvailabilityPopup #placementAvailabilityCalendar .marked_date.partial::after {
  display: none;
} */
#placementAvailabilityPopup
  #placementAvailabilityCalendar
  table.month
  th.month-title {
  font-weight: 600;
  color: var(--spike-accent);
}
#placementAvailabilityPopup
  #placementAvailabilityCalendar
  table.month
  th.day-header {
  font-weight: 600;
  color: var(--spike-accent-alternative);
}
#placementAvailabilityPopup
  #placementAvailabilityCalendar
  .calendar-header
  .year-title {
  font-weight: 600;
  color: var(--spike-accent-alternative);
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--spike-accent);
}

input:disabled + .slider {
  background-color: #EBEBE4 !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--spike-accent)
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px)
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* END Placement Availability Popup */

table#planLineItemsTable > tbody#planLineItems > tr > td.item-cancel-action {
    position: absolute;
    top: -28px;
    right: -20px;
}


    table#planLineItemsTable > tbody#planLineItems > tr > td.item-cancel-action input {
        background: #ff4343;
        border-radius: 100px;
        height: 30px;
        width: 30px;
        font-weight: 600;
        padding: 0;
        font-size: 12px;
        color: #fff;
        font-family: monospace;
    }
table#planLineItemsTable,
table#proposalLineItemsTable,
table#planLineItemsTable > tbody#planLineItems,
table#proposalLineItemsTable > tbody#proposalLineItems {
    display: flex;
    flex-direction: column;
    width: 100%;
}
table#planLineItemsTable > tbody#planLineItems > tr,
table#proposalLineItemsTable > tbody#proposalLineItems > tr{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
table#planLineItemsTable > tbody#planLineItems > tr > td,
table#proposalLineItemsTable > tbody#proposalLineItems > tr > td{
  border: 0px;
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  height: 91px;
}
/*table#proposalLineItemsTable > tbody#proposalLineItems > tr > td:nth-of-type(6){
  visibility: hidden;
}*/
table#proposalLineItemsTable > tbody#proposalLineItems > tr > td.popup-control-container{
  position: relative;
}
table#proposalLineItemsTable > tbody#proposalLineItems > tr > td.popup-control-container span.popup-calendar-icon{
  position: absolute;
  top: 10px;
  right: 10px;
}
table#planLineItemsTable > tbody#planLineItems > tr > td > label,
table#proposalLineItemsTable > tbody#proposalLineItems > tr > td > label{
  width: 100%;
  display: block;
  font-size: 14px;
}
table#planLineItemsTable > tbody#planLineItems > tr > td > div.AdSpecificDatesCalendar,
table#proposalLineItemsTable > tbody#proposalLineItems > tr > td > div.AdSpecificDatesCalendar{
  width: 100%;
}

#proposalLineItemsTableParent table.proposalLineItemsTable{
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
table.proposalLineItemsTable tr.rowItem{
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
}
#proposalLineItemsTableParent,
#proposalLineItemsTableParent #proposalLineItemsParent,
#proposalLineItemsTableParent #proposalLineItemsParent .rowItemParent{
  border:0px;
  display: block;
}
#proposalLineItemsTableParent #proposalLineItemsParent .rowItemParent{
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}
table.proposalLineItemsTable tr.rowItem td{
  border:0px;
}
table.proposalLineItemsTable tr.rowItem  .rowRemoveContainer{
  position: absolute;
  top: 58px;
  right: -38px;
  padding: 0;
}
table.proposalLineItemsTable tr.rowItem  .rowRemoveContainer a{
  display: inline-block;
  position: relative;
  height: 26px;
  width: 26px;
  background: var(--spike-accent);
  border-radius: 20px;
}
table.proposalLineItemsTable tr.rowItem  .rowRemoveContainer a::after{
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 10px;
  background: #fff;
  z-index: 1;
  top: 12px;
  left: 8px;
  transform: rotate(-45deg);
}
table.proposalLineItemsTable tr.rowItem  .rowRemoveContainer a::before{
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 10px;
  background: #fff;
  z-index: 1;
  top: 12px;
  left: 8px;
  transform: rotate(45deg);
}
table#proposalLineItemsParent{

}

.metaddata-value-delete {
    position: absolute;
    top: 5px;
    right: -35px;
    z-index: 99;
}

.metaddata-value-delete svg {
    width: 20px;
}

@media (max-width: 1380px){
    section.main .spike-sidebar {
        max-width: 220px;
    }
    section.main .spike-body {
        max-width: calc(100% - 220px);
    }
    section.main .spike-sidebar .sidebar-wrapper > span a {
        height: 50px;
        font-size: 12px;
    }
    section.main .spike-sidebar .sidebar-wrapper > span.menu-active::before {
        height: 40px;
    }
    section.main .spike-sidebar .sidebar-wrapper > span a svg.feather,
    section.main .spike-sidebar .sidebar-wrapper > span.has-children > span svg.feather {
        width: 16px;
        height: 16px;
        margin: 0 auto!important;
    }
    body.sidebar-close section.main .spike-sidebar .sidebar-wrapper > span.has-children > span {
      text-align: center;
    }
    .spike-stat {
        min-height: 185px;
        padding: 30px;
    }
    .spike-stat .stat-change {
        bottom: 25px;
        left: 30px;
        font-size: 14px;
        font-weight: 500;
    }
    .spike-stat select {
        background-size: 10px;
        font-size: 12px;
    }
    .spike-stat .stat-icon img {
        max-width: 120px;
        max-height: 120px;
    }
    .spike-stat .spike-row {
        overflow: hidden;
    }
    section.main .spike-sidebar .sidebar-wrapper > span .menu-dropdown a {
      padding: 13px 20px;
      height: 56px;
      font-size: 14px;
      font-weight: 500;
    }
    section.main .spike-sidebar .sidebar-wrapper > span.open {
      background-color: #ececec;
    }
}

.paginationjs {
  justify-content: center;
  margin-bottom: 10px;
}

#AdSummaryDetails #CategoryItems.smartCampaignCategories{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pill-group{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pill-group span{
  display: inline-block;
  background-color: var(--spike-accent);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  padding: 0px 5px;
}

body #gallery-dots {
  margin-bottom: 0;
  text-align: center;
  display: inline-flex;
  margin-top: 17px;
}
body #gallery-dots .gallery-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
} 

body #gallery-pagination #page {
  color: #707070;
  font-style: italic;
  font-size: 13px;
  display: block;
  margin: 10px 0 0;
  width: 100%;
  background: none;
  border: 0px;
  border-radius: 0;
}

input[type="checkbox"], input[type="radio"] {
  accent-color: #ff5a00;
}
.select2.select2-container{
  width: 100%!important;
}
.keep-line{
  white-space: nowrap;
}
/* @keyframes shift {
  33% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  66% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }

  100% {
      -webkit-transform: translateY(-80px);
      transform: translateY(-80px);
  }
} */

/* Responsive */
@media (max-width: 1640px){
  .spike-stat {
    min-height: 175px;
    padding: 25px;
    overflow: hidden;
  }
  .spike-stat .stat-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .spike-stat .stat-content h2 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 28px;
    text-shadow: 1px 1px #ff6000;
  }
  .spike-stat select {
    max-width: 135px;
    font-size: 14px;
    font-weight: 600;
  }
  .spike-stat .stat-icon {
    top: auto;
    right: -10px;
    transform: none;
    bottom: 0;
  }
  .spike-stat .stat-icon img {
    max-width: 160px;
    max-height: 160px;
  }
  .spike-stat .stat-change {
    bottom: 25px;
    left: 25px;
  }

  #dashboardCampaignSchedule #dashboardScheduleBody > div::before {
    left: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--spike-accent-alternative);
  }
  #dashboardCampaignSchedule #dashboardScheduleBody > div {
    padding: 35px 0px 5px;
  }
  .single-media-card {
    height: 140px;
  }
  i[break="1640"]{
    display: block;
  }
}

@media (max-width: 1480px){
  #dashboardCampaignList .singlePlan .planBody .planTitle {
    font-size: 14px;
  }
  #dashboardCampaignList .singlePlan .planBody .planAction {
    font-size: 14px;
  }
  #dashboardCampaignList .singlePlan .planBody .planDate {
    font-weight: 600;
    font-size: 12px;
    color: #575757;
  }
  #dashboardCampaignList .singlePlan .planDay {
    width: 45px;
    height: 45px;
  }
  #dashboardCampaignList .singlePlan .planBody {
    max-width: calc(100% - 60px);
  }
  .campaign-stat-card .campaign-stat-heading {
    font-size: 14px;
  }
}
@media (max-width: 1360px){
  body.sidebar-close section.main .spike-sidebar .sidebar-wrapper > span a svg.feather {
    margin: 0 auto!important;
  }
  .section-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
  }
}
@media (max-width: 768px){
  .section-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
  }
  .section-paragraph {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 680px){
  #popup_notification .popup-container {
    width: calc( 100% - 30px );
  }
}
@media (max-width: 600px){
  section.main .spike-body .body-wrapper {
    padding: 35px 0px;
  }
  .page-title h3{
    font-size: 22px;
    font-weight: 500;
    margin: 0;
  }
  .section-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  .btn-light,
  .btn-outline-primary ,
  .btn-outline-secondary ,
  .btn-secondary ,
  .btn-primary {
    font-size: 14px;
    font-weight: 600;
  }
  table.datatable thead tr th, table.table thead tr th {
    font-size: 14px;
  }
}
@media (max-width: 575px){
  .media-folder{
    max-width: 100%!important;
  }
  header.spike-header .header-wrapper .header-left .spiker-logo img{
    width: 50px!important;
    margin: 10px 0px;
  }
  header.spike-header .header-wrapper .header-right .user-account .user-name {
    font-size: 0;
  }
  section.main .spike-body .body-wrapper .section-header .page-breadcrums a {
    font-size: 12px;
  }
  i[join="575"]{
    display: inline;
  }
}


.creative-carousel{
  position: relative;
}
.creative-carousel .carousel-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.creative-carousel .carousel-navigation .carousel-nav {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.creative-carousel .carousel-navigation .carousel-nav.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.creative-carousel .carousel-wrapper {
  position: relative;
  z-index: 2;
}
.creative-carousel .carousel-wrapper .carousel-slide .slide-header{
  text-align: center;
  max-width: calc( 100% - 60px );
  width: 100%;
  margin: 0 auto;
}

.publisher-dashboard .spike-stat .stat-heading {
  font-size: 16px;
}
.publisher-dashboard .spike-stat {
  min-height: 205px;
  padding: 30px;
}
.publisher-dashboard .spike-stat .stat-content h2 {
  font-size: 20px;
}
.publisher-dashboard .spike-stat select{
  border: 1px solid #fff;
  padding: 6px 10px;
  border-radius: 5px;
}
.publisher-dashboard .spike-stat .stat-change {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
  z-index: 0;
}

.publisher-dashboard .stat-container{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.publisher-dashboard .stat-container .divider{
  width: 1px;
  background-color: #343a40;
}
.publisher-dashboard .stat-container .stat-card{
  max-width: calc( 50% - 1px );
  width: 100%;
  text-align: center;
}
.publisher-dashboard .stat-container .stat-card .stat-heading{
  color: #6B4595;
  font-size: 20px;
  font-weight: 600;
  margin:  0 0 12px;
}
.publisher-dashboard .stat-container .stat-card .stat-value .single-value{
  font-size: 56px;
  font-weight: 700;
  color: #F77B37;
}
.publisher-dashboard .stat-container .stat-card .stat-value .stats-type{
  font-size: 34px;
  font-weight: 700;
  color: #4E4E4C;
}
.publisher-dashboard .stat-container .stat-card .recorded-on{
  font-size: 20px;
  font-weight: 400;
  color: #4E4E4C;
}

#dashboardSalesOutlook #dashboardSalesOutlookYearBody{
  display: grid;
  justify-content: space-between;
  grid-template-columns: 24% 24% 24% 24%;
}
#dashboardSalesOutlook #dashboardSalesOutlookYearBody > div{
  box-shadow: 0px 0px 2px #b7b7b7;
  border-radius: 20px;
  padding: 15px 20px;
  margin: 0 0 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#dashboardSalesOutlook #dashboardSalesOutlookYearBody > div:hover{
  box-shadow: 0px 5px 25px #52575D1A;
  transition: all 0.3s ease-in-out;
}
#dashboardSalesOutlook #dashboardSalesOutlookYearBody > div > h5{
  color: #6B4595;
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px;
}
#dashboardSalesOutlook #dashboardSalesOutlookYearBody > div > .row{
  font-size: 16px;
  text-align: center;
  margin: 0 0 5px;
}
#dashboardSalesOutlook #dashboardSalesOutlookYearBody > div .row h5{
  font-size: 16px;
  text-align: center;
  margin: 0 0 5px;
}
#dashboardSalesOutlook #dashboardSalesOutlookYearBody > div .row p{
  color: #4E4E4C;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#dashboardSalesOutlook #dashboardSalesOutlookYearBody > div .empty{
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#dashboardSalesOutlook #goBackBtn{
  display: inline-flex
}
#dashboardSalesOutlook .outlook-navigation{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#dashboardSalesOutlook .outlook-navigation .schedule-nav{
  margin: 0px 5px;
}
#dashboardSalesOutlook .outlook-navigation .schedule-nav svg{
  width: 18px;
  cursor: pointer;
}

#graphBrandImpressionsLegends{
  display: flex;
  overflow: auto;
  margin-top: 30px;
  padding-bottom: 20px;
}
#graphBrandImpressionsLegends > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 10px;
}
#graphBrandImpressionsLegends > div > .header{
  display: flex;
  align-items: center;
}
#graphBrandImpressionsLegends > div > .header .color{
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 12px;
}
#graphBrandImpressionsLegends.no-colors > div > .header .color{
  display: none;
}
#graphBrandImpressionsLegends > div > .header .title{
  font-size: 12px;
  color: #4E4E4C;
}
#graphBrandImpressionsLegends > div > .count{
  font-size: 14px;
  color: #4E4E4C;
  font-weight: 500;
}

#floatingHelp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--spike-accent);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
#floatingHelp .help-overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 9998;
}
#floatingHelp.open .help-overlay{
  display: inline-block;
}

#floatingHelp .help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

#floatingHelp .help-options {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 40px;
  right: 40px;
  /* Adjusted from -80px */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 200px;
  z-index: 99999;
}
#floatingHelp.open .help-options {
  display: inline-flex;
}

#floatingHelp .help-options .help-option {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s;
  cursor: pointer;
  color: var(--spike-accent);
  text-decoration: none;
}

#floatingHelp .help-options .help-option:hover {
  background-color: #f0f0f0;
}
body.has-helper section.main > .spike-body{
  padding-bottom: 50px;
}
#helpVideoPlayer{
  display: flex;
  align-items: center;
  justify-content: center;
}
#helpVideoPlayer .video-overlay{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #000;
  z-index: 999998;
}
#helpVideoPlayer video{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999999;
}

@media (max-width: 1600px) {
  #dashboardSalesOutlook #dashboardSalesOutlookYearBody{
    grid-template-columns: 32% 32% 32%;
  }
}
@media (max-width: 1200px) {
  #dashboardSalesOutlook #dashboardSalesOutlookYearBody{
    grid-template-columns: 48% 48%;
  }

  .publisher-dashboard .stat-container .stat-card .stat-heading{
    font-size: 18px;
  }
  .publisher-dashboard .stat-container .stat-card .stat-value .single-value{
    font-size: 48px;
  }
  .publisher-dashboard .stat-container .stat-card .stat-value .stats-type{
    font-size: 28px;
  }
  .publisher-dashboard .stat-container .stat-card .recorded-on{
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #dashboardSalesOutlook #dashboardSalesOutlookYearBody{
    grid-template-columns: 100%;
  }

  .publisher-dashboard .stat-container .stat-card .stat-heading{
    font-size: 16px;
  }
  .publisher-dashboard .stat-container .stat-card .stat-value .single-value{
    font-size: 40px;
  }
  .publisher-dashboard .stat-container .stat-card .stat-value .stats-type{
    font-size: 24px;
  }
  .publisher-dashboard .stat-container .stat-card .recorded-on{
    font-size: 16px;
  }

}

.proposalLineItemClear {
    display: flex !important;
    bottom: 2px !important;
    position: absolute;
    right: 2px;
    font-size: 14px;
    color: #F77B37;
    cursor: pointer;
    height: 36px;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 1px solid #CED4DA;
}