/* =========================================================
   TOKENS: GLOBAL WHITE-LABEL
   Default fallback values. PHP can override these. START
   ========================================================= */
:root {
  /* Brand */
  --brand-primary: #1f4fff;
  --brand-primary-hover: #377dff;

  /* Text / surfaces / borders */
  --text-primary: #000000;
  --text-secondary: #414141;
  --border-color: #E1E3EE;
  --card-bg: #ffffff;

  /* Focus */
  --focus-border: #D1D5DB;
  --focus-ring: rgba(0, 0, 0, 0.05);

  /* Sidebar */
  --sidebar-bg: var(--brand-primary);
  --sidebar-text: #ffffff;
  --sidebar-icon: #000000;
  --sidebar-hover-bg: var(--brand-primary);
  --sidebar-hover-text: #ffffff;
  --sidebar-active-bg: var(--brand-primary-hover);
  --sidebar-active-text: #ffffff;
  --sidebar-divider: rgba(255, 255, 255, 0.13);

  /* Filters */
  --brand-filter: brightness(0) saturate(100%) invert(29%) sepia(81%) saturate(6272%) hue-rotate(229deg) brightness(99%) contrast(104%);
  --icon-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(1718%) hue-rotate(176deg) brightness(88%) contrast(105%);
  --svg-filter: none;
  --black-icon-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(15%) hue-rotate(294deg) brightness(97%) contrast(104%);
  --white-icon-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);

  /* Vehicle Campaign Manger & Builder VCM  */
  --vcm-primary-bg: #eaf1ff;
  --vcm-primary-border: #bcd2ff;
  --vcm-primary-text: var(--brand-primary);
  --vcm-text: #111827;
  --vcm-muted: #6b7280;
  --vcm-border: #ececec;
  --vcm-border-soft: #e5e7eb;
  --vcm-surface: #ffffff;
  --vcm-surface-soft: #fafcff;
}

/* =========================================================
   TOKENS: GLOBAL WHITE-LABEL
   Default fallback values. PHP can override these. END
   ========================================================= */
@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'NeutrifPro-RegularItalic';
  src: url('/assets/global/fonts/NeutrifPro-RegularItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('/assets/global/fonts/NeutrifPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'NeutrifPro' !important;
  font-weight: bold;
}

body {
  min-width: 1450px !important;
  background-color: var(--brand-primary);
}
.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mb-0 { margin-top: 0; }
.mb-5 { margin-top: 5px; }
.mb-10 { margin-top: 10px; }
.mb-15 { margin-top: 15px; }
.mb-20 { margin-top: 20px; }
.mb-25 { margin-top: 25px; }
.mb-30 { margin-top: 30px; }
.ml-5  { margin-left: 5px; }
.mr-5  { margin-right: 5px; }
.ml-10 { margin-left: 10px; }
.mr-10 { margin-right: 10px; }

.bell {
  width: 35px;
  height: 35px;
  margin-top: 2px;
}

#UserAvatarHeaderSmall {
  width: 42px;
  height: 42px;
  object-fit: cover;
}

.dropdown-menu>li>a {
  padding: 8px 16px;
  color: #6f6f6f;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'NeutrifPro' !important;
}

.page-content-wrapper {
  float: left;
  width: 100%;
  background-color: var(--brand-primary);
  display: inline-grid;
}

.profile-sidebar {
  padding: 20px 0 30px 0;
  background: var(--brand-primary);
  float: left;
  margin-right: 20px;
  width: inherit;
}

.page-logo>a>img {
  max-width: 140px;
  margin-left: 15px;
  margin-top: 20px;
}

.page-title {
  padding: 0;
  font-size: 28px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0 0 15px;
  font-weight: 500;
}

.table td {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1351px;
  opacity: 0.9;
  color: #242424 !important;
  font-family: 'NeutrifPro' !important;
}

.sorting_1 {
  font-weight: 600 !important;
}

li [class*=" icon-"],
li [class^=icon-] {
  top: 1px;
  position: relative;
  font-size: 13px;
  left: 2px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 20px;
}

.page-container-bg-solid .page-title,
.page-content-white .page-title {
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}

.font-dark {
  color: #000000 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  cursor: default;
}

.dashboard-stat.dashboard-stat-v2 .visual {
  padding-top: 8px;
  margin-bottom: 0px;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.count-btn {
  color: var(--brand-primary);
  background-color: #EDEFF6;
  border-color: #EDEFF6;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 10px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
}
.count-btn:hover,
.count-btn:focus {
  color: #ffffff;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  text-decoration: none;
  outline: none;
}

.count-btn:active,
.count-btn.active {
  color: #ffffff;
  background-color: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.count-btn:focus-visible {
  outline: 2px solid var(--focus-border);
  outline-offset: 2px;
}

.select-added {
  background: #eef1f7;
  padding: 8px 10px;
  border-radius: 18px !important;
  display: inline-block;
  margin: 2px 2px 5px 0px;
}

.col {
  float: left;
  width: 100%;
}

#countName {
  color: var(--text-secondary);
  margin-bottom: 20px;
}

#countName::placeholder {
  color: var(--text-secondary);
}

a.select-btn-ico:hover {
  text-decoration: none;
}

a.select-btn-ico-text:active {
  text-decoration: none;
}

.select-btn-ico {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1);
  border-radius: 5px !important;
  width: 100%;
  height: 50px;
  display: flex;
  padding: 10px 10px 10px 10px;
  text-decoration: none !important;
}

.select-btn-ico:hover {
  border: 1px solid var(--brand-primary);
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1);
  border-radius: 5px !important;
  width: 100%;
  height: 50px;
  display: flex;
  padding: 10px 10px 10px 10px;
}

.select-btn-ico:active {
  border: 1px solid var(--brand-primary);
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1);
  border-radius: 5px !important;
  width: 100%;
  height: 50px;
  display: flex;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

.select-btn-ico-img {
  max-height: 24px;
  margin-top: 3px;
}

.select-btn-ico-img:active {
  max-height: 24px;
  text-decoration: none;
  margin-top: 3px;
}

.select-btn-ico-img:hover {
  max-height: 24px;
  text-decoration: none;
  margin-top: 3px;
}

.select-btn-ico-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.144375px;
  color: var(--brand-primary);
  margin-top: 6px;
  margin-left: 5px;
}

.select-btn-ico-text:active {
  text-decoration: none !important;
}

.select-btn-ico-text:hover {
  text-decoration: none !important;
}

.select-trash {
  border-radius: 51% !important;
  background: #000000;
  padding: 1px 2px 2px 3px;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  font-size: 11px !important;
}

.glyphicon-remove:before {
  content: "\e014";
  color: #fbf3f9;
}

.panel-title {
  margin-top: 0;
  font-size: 18px;
}

.portlet.light>.portlet-title>.caption {
  color: #000000;
  padding: 12px 0 10px 0;
  width: 100%;
}

.portlet.light>.portlet-title>.caption>i {
  color: var(--brand-primary);
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: var(--brand-primary);
  background-color: #fff;
  border: 0px;
  border-bottom-color: transparent;
  cursor: default;
  border-bottom: 2px solid var(--brand-primary);
}

#fromDate {
  width: 157px;
  height: 46.55px;
  left: 1164px;
  top: 175px;
  border: 0.912791px solid #E1E3EE;
  box-sizing: border-box;
  border-radius: 20px !important;
  margin: 10px 4px;
}

#toDate {
  width: 157px;
  height: 46.55px;
  left: 1164px;
  top: 175px;
  border: 0.912791px solid #E1E3EE;
  box-sizing: border-box;
  border-radius: 20px !important;
  margin: 10px 4px;
}

input[type="search"] {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  border-radius: 4px !important;
  border: 1px solid !important;
  height: 30px !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 65px !important;
  display: inline-block;
  border-radius: 10px !important;
  height: 40px !important;
  border: 1px solid #E1E3EE;
  color: #414141;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 7px;
  margin-right: 10px;
  padding-top: 7px;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  border-radius: 10px !important;
  border: 1px solid #E1E3EE !important;
  font-weight: bold;
  padding: 20px 0;
}

.bs-datetime .input-group-addon {
  background: #e1e5ec;
  padding: 0;
  border: 1px solid #ccc;
}

.input-group-addon:not(:first-child) {
  border: 1px solid #ccc;
}

.btn.btn-outline.dark {
  border-color: #2f353b;

  color: #2f353b;
  background: 0 0;
  border-radius: 4px !important;
}

.portlet.blue-hoki,
.portlet.box.blue-hoki>.portlet-title,
.portlet>.portlet-body.blue-hoki {
  background-color: var(--brand-primary) !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
  background: var(--brand-primary);
}

.portlet.light.bordered {
  border-radius: 30px !important;
  border: 1px solid #e7ecf1 !important;
  box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05);
}

.login {
  background-color: #F6F6F6 !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}

.login .content {
  background-color: #fff;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  border-radius: 7px !important;
  width: 400px;
  margin: 40px auto 10px;
  padding: 10px 30px 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(146, 163, 200, 0.10), 9px 9px 29px 0px rgba(146, 163, 200, 0.10), 37px 37px 52px 0px rgba(146, 163, 200, 0.09), 83px 83px 70px 0px rgba(146, 163, 200, 0.05), 147px 148px 83px 0px rgba(146, 163, 200, 0.01), 230px 231px 91px 0px rgba(146, 163, 200, 0.00);
}

.login .content h3 {
  color: var(--brand-primary);
  text-align: center;
  font-size: 28px;
  font-weight: bold !important;
}

[class*=" fa-"]:not(.fa-stack),
[class*=" glyphicon-"],
[class*=" icon-"],
[class^=fa-]:not(.fa-stack),
[class^=glyphicon-],
[class^=icon-] {
  display: inline-block;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  color: #414141;
  font-family: "Raleway" sans-serif !important;
  font-size: 14px;
  padding-right: 0px;
  position: inherit;
  top: 0px;
  margin-left: 3px !important;
  margin-top: 6px;
}

.toggle-title {
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  margin: 8px 0 0 10px;
  color: #000000;
  font-family: 'Raleway' sans-serif !important;
}

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 20px !important;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.nav-icon {
  max-width: 20px;
  margin-top: -5px;
  margin-right: 10px;
  height: auto;
}

.page-sidebar .page-sidebar-menu>li>a>.arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.arrow:before {
  top: 10px;
  color: #ffffff !important;
}

#profile.profile-sidebar {
  padding: 0px 0 30px 0;
  background: #eef1f5;
  width: 300px !important;
}

.tabbable-line>.nav-tabs>li.active {
  background: 0 0;
  border-bottom: 2px solid var(--brand-primary);
  position: relative;
}

.portlet {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 4px !important;
}

.profile-content {
  padding: 20px;
  background: #fff;
  min-height: auto;
  border-radius: 4px !important;
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1);
}

.heavy-rounded {
  border-radius: 14px !important;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  background: 0 0;
  border-bottom: 2px solid #414141;
}

.portlet.light>.portlet-title>.nav-tabs>li {
  margin: 0;
  padding: 0 30px;
}

.portlet.light>.portlet-title>.nav-tabs>li:last-child {
  margin: 0;
  padding: 0 0 0 30px;
}

.portlet.light>.portlet-title>.nav-tabs>li>a {
  margin: 0;
  padding: 12px 13px 13px;
  font-size: 14px;
  color: var(--brand-primary);
}

.portlet.light>.portlet-title>.nav-tabs>li>a:last-child {
  margin: 0;
  padding: 12px 0px 13px 13px;
  font-size: 14px;
  color: var(--brand-primary);
}

.portlet.light>.portlet-title>.nav-tabs>li.active>a,
.portlet.light>.portlet-title>.nav-tabs>li:hover>a {
  margin: 0;
  background: 0 0;
  color: var(--brand-primary);
}

.nav-seperator {
  border-bottom: 1px solid #ffffff21 !important;
  margin-bottom: 10px !important;
}

.page-sidebar {
  width: 303px;
  float: left;
  position: relative;
  margin-right: -100%;
}

.page-content-white .page-title {
  margin: 85px 0px 25px 15px;
  font-size: 35px;
}

.page-container-bg-solid .page-title small,
.page-content-white .page-title small {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none !important;
  background-color: #f6f6f6 !important;
}

nav>li>a:active,
.nav>li>a:active {
  text-decoration: none !important;
  background-color: #f6f6f6 !important;
}

.nav>li>a {
  padding: 10px 5px 10px 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #f6f6f6;
  border-color: #364150;
}

.dashboard-stat .visual {
  width: 189px;
  height: 94px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 35px;
}

.graph-img {
  width: 34px;
  padding-top: 0px;
}

.stat-title {
  font-family: 'Roboto';
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.996px;
  font-weight: 500;
}

.stat-count {
  font-size: .65em !important;
  color: #000000 !important;
  padding-left: 8px !important;
  position: absolute;
  top: 46px;
}

.account-info {
  color: #242424;
  font-size: 15px;
  letter-spacing: -0.7px;
}

.dashboard-stat {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 24px !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05);
}

.page-content {
  margin-top: 0;
  padding: 0;
  background-color: #EEF1F6;
}

img.cog {
  margin-top: -4px;
  margin-right: 10px;
  width: 30px;
  background: transparent;
  border-radius: 20px !important;
  padding: 6px;
}

.portlet.light.home {
  padding: 0px !important;
  background-color: #fff;
}

.portlet-title.home {
  padding: 10px 25px 0px 25px !important;
  border-bottom: none !important;
}

.page-sidebar .page-sidebar-menu li>a>.arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
  float: right;
  width: 20px;
  text-align: center;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
  position: absolute;
  top: 26px;
  right: 14px;
  color: #ffffff;
  transform: rotate(270deg);
}

.page-sidebar .page-sidebar-menu>li.open>a>.arrow:before,
.page-sidebar .page-sidebar-menu>li.open>a>.arrow.open:before {
  color: #ffffff;
  transform: rotate(180deg);
}

.nav-item.active:before {
  background: url('/assets/global/img/Ellipse.svg');
  display: inline-block;
  margin-right: 3px;
  color: var(--brand-primary);
}

.portlet.light>.portlet-title>.caption>.caption-subject {
  font-size: 16px;
}

.page-sidebar .page-sidebar-menu li .sub-menu li>a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.144375px;
}

.pt-30 {
  padding-top: 30px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 15px 46px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
}

.shadow {
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1) !important;
}

.profile-sidebar-portlet {
  padding: 0 0 0 0 !important;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: -webkit-fill-available;
  height: auto;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.profile-usertitle-name {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.144375px;
}

.profile-stat-text {
  color: #000000;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  font-family: 'Roboto';
  letter-spacing: 0.996px;

}

.profile-stat-title {
  color: #000000;
  font-size: 18px;
  text-align: center;
}

.divider-right {
  border-right: 1px solid rgba(225, 227, 238, 0.5);
}

.support-profile {
  text-align: center;
  color: var(--brand-primary);
}

.support-ico {
  padding-right: 5px;
  margin-top: -2px;
}

.capt-align {
  margin-top: -10px;
}

.tab-pane.active>p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #414141;
  padding-bottom: 20px;
}

.upload-box {
  border: 1px dashed var(--brand-primary);
  box-sizing: border-box;
  border-radius: 5px;
  height: 55px;
}

.dropzone {
  min-height: 55px !important;
  padding: 20px 20px !important;
  border: 1px dashed var(--brand-primary) !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  height: 55px !important;
}

.dz-default.dz-message {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: var(--brand-primary);
  margin-top: 7px !important;
}

.login-links {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #414141;
  padding: 12px 0px 5px 0px;
}

.login-links2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #000000;
  padding: 5px 0 8px 0;
}

#tblUsers_wrapper {
  padding-top: 0px !important;
}

.dataTables_length label {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.144375px;
  color: #414141;
  padding-bottom: 6px;
}

.portlet.light.bordered.heavy-rounded {
  border-radius: 14px !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05);
}

.dataTables_filter>label {
  font-size: 13.1006px;
  line-height: 16px;
  color: var(--brand-primary);
  font-weight: bold !important;
}

.table-checkable tr>td:first-child,
.table-checkable tr>th:first-child {
  text-align: left;
  max-width: 50px;
  min-width: 40px;
  padding-left: 15px;
  padding-right: 0;
}

#tblUsers_paginate {
  text-align: right;
}

#tblUsers_info {
  white-space: nowrap;
  padding-left: 0;
  padding-top: 20px;
  color: #515F6D;
  font-size: 12px;
}

.th-sep {
  border-bottom: 2px solid #e7ecf1 !important;
}

textarea.form-control {
  min-height: 120px !important;
  height: auto;
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
}

select option {
  display: block;
  min-height: 1.2em;
  padding-left: 0px;
  color: #414141 !important;
  font-weight: 500 !important;
  font-family: 'NeutrifPro' !important;
}

select {
  display: block;
  min-height: 1.2em;
  padding-left: 0px;
  color: #000000;
  font-weight: 500 !important;
  font-family: 'NeutrifPro' !important;
}

select option:hover {
  color: #000000 !important;
  font-family: 'NeutrifPro' !important;
}

select::selection {
  color: #414141 !important;
  font-family: 'NeutrifPro' !important;
}

.help-us {
  padding: 0px 30px;
}

.help-us-title {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.144375px;
  color: #000000;
}

.help-us-text {
  font-size: 14px;
  line-height: 140.9%;
  color: #000000;
  font-weight: normal;
}

.modal-vert {
  transform: translate(0, -50%) !important;
  top: 50% !important;
  margin: 0 auto;
}

.modal-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.144375px;
  color: var(--brand-primary);
  margin: 30px 45px;
}

.modal-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.144375px;
  color: var(--brand-primary);
  margin: 30px;
}

.modal-btn {
  margin: 30px;
}

.modal-dialog {
  width: 900px;
  margin: 30px auto;
  height: 900px;
}

.close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: 0;
  background-image: url(/assets/global/img/remove-icon-small.png) !important;
  opacity: inherit;
  filter: var(--brand-filter);
}

[class*=" glyphicon-"].add-new {
  display: inline-block;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  color: var(--brand-primary);
  font-family: "Raleway" sans-serif !important;
  font-size: 11px;
}

#mytable_wrapper {
  padding-top: 0px;
}

.glyphicon-edit:before {
  content: url(/assets/global/img/edit-user.svg);
  position: inherit;
  top: -16px;
  right: -8px;
}

.user-pass {
  margin-left: 30px !important;
  margin-right: 0px !important;
  padding-right: 0px;
}

.create-user-form {
  margin-top: 15px;
  padding: 0 50px;
}

#createUserClose {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: var(--brand-primary);
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  padding-right: 55px;
  box-shadow:none !important;
}
#createUserClose:hover {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: var(--brand-primary) !important;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  padding-right: 55px;
  box-shadow:none !important;
}

.onboard-title {
  font-size: 17.9414px;
  line-height: 21px;
  letter-spacing: 0.161893px;
  color: var(--brand-primary);
  margin-bottom: 20px;
}

.onboard-portlet-text {
  padding: 10px 0 8px 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.161893px;
  color: #000000;
}

.onboard-portlet-sub-title {
  font-size: 12.3347px;
  line-height: 16px;
  letter-spacing: 0.161893px;
  color: #3A3A3A;
  padding-bottom: 1px;
}

.portlet-title,
h2.date-search-title {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.144375px;
  color: var(--brand-primary);
  padding-right: 0px;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.from {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #414141;
  margin-top: 10px;
  margin-right: 10px;
}

.to {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #414141;
  margin-top: 10px;
  margin-right: 10px;
}

.pad-l-75 {
  padding-left: 75px;
  padding-top: 0px;
  padding-right: 20px;
  width: 80%;
}

input.date-from {
  border: 1px solid #E1E3EE;
  border-radius: 12px !important;
  padding: 10px 15px;
  width: 157px;
  text-align: center;
  color: #414141 !important;
  margin-right: 10px;
  height: 40px;
  font-size: 13px;
}

input.date-to {
  border: 1px solid #E1E3EE;
  border-radius: 12px !important;
  padding: 10px 15px;
  width: 156px;
  text-align: center;
  color: #414141 !important;
  height: 40px;
  margin-right: 10px;
  font-size: 13px;
}

.fetch-btn-wrapper {
  width: 100%;
  margin-top: 10px;
}

.fetch-btn {
  float: right;
  position: inherit;
  top: 10px;
  width: 180px !important;
}

.date-range-width {
  width: 280px;
}

.dataTables_empty {
  text-align: center !important;
  background: #eef1f6 !important;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

.dataTables_scrollHead {
  border-bottom: 2px solid #eef1f6 !important;
  border-top: 1px solid #eef1f6 !important;
  width: 100%;
}

div.dataTables_scrollBody table tbody tr td {
  border-top: none;
  border-right: 1px solid #E1E3EE;
}

.back-btn {
  margin-left: -15px !important;
}

.back-btn-icon {
  margin-top: -5px;
  padding-right: 5px;
}

.pink-cog {
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
  width: 40px;
}

.static-info .name {
  font-size: 14px;
  color: var(--brand-primary);
}

.portlet.box.blue-hoki {
  border: none;
  border-top: 0;
}

.tools-btn {
  border: 1px solid #E1E3EE;
  border-radius: 30px !important;
  padding: 8px 15px 8px 4px;
  width: 140px;
  text-align: center;
  color: #414141;
  font-size: 16px;
  background: #ffffff;
}

.tools-icon {
  position: absolute;
  top: 18px;
  padding-left: 3px;
}

.mt-3px {
  margin-top: 3px;
}

.divider-right2 {
  border-right: 2px solid rgba(225, 227, 238, 0.5);
}

.url-list {
  padding: 30px 8px !important;
  line-height: 1.42857 !important;
  vertical-align: top !important;
  border-top: 1px solid #e7ecf1 !important;
  max-width: 30ch !important;
  word-wrap: break-word;
}

.static-info .name:last-of-type {
  font-size: 14px;
  color: var(--brand-primary);
  margin-bottom: 0px !important;
}

.tbl-login-btn {
  border: 0.901163px solid #E0E2ED;
  box-sizing: border-box;
  border-radius: 20px !important;
  padding: 7px 15px 7px 15px;
  font-weight: bold;
  color: var(--brand-primary);
  font-size: 13px;
  margin-left: 0px;
  background: #ffffff !important;
}

.tbl-login-btn:hover {
  color: var(--brand-primary-hover);
  text-decoration: none;
}

.tbl-email-btn {
  border: 0.901163px solid #E0E2ED;
  box-sizing: border-box;
  border-radius: 20px !important;
  padding: 7px 15px 7px 15px;
  font-weight: bold;
  color: var(--brand-primary);
  font-size: 13px;
  margin-left: 8px;
  background: #ffffff !important;
}

.tbl-email-btn-icon {
  margin-right: 5px;
}

.dataTables_filter>label::before {
  content: url(/assets/global/img/search.svg);
  position: relative;
  margin-right: 3px;
  top: 2px;
}

.report-form-text {
  margin-top: 6px;
}

.dashboard-stat2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 15px 15px 10px;
}

.add-credits {
  margin-top: 72px !important;
}

.new-order-title {
  margin-left: 15px;
}

.form-control>input {
  font-size: 14px;
  line-height: 1.42857;
  color: #000000;
  display: inline-flex;
  padding: 0px 0px 0px 0px !important;
}

.available-qty {
  max-width: 90%;
}

.mt-checkbox:hover>input:not([disabled]):checked~span,
.mt-checkbox>input:checked~span,
.mt-radio:hover>input:not([disabled]):checked~span,
.mt-radio>input:checked~span {
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #eef1f6;
  border: 2px solid var(--brand-primary);
}

.mt-radio>span:after {
  left: 3px;
  top: 3px;
  height: 8px;
  width: 8px;
  border-radius: 100% !important;
  background: var(--brand-primary) !important;
}

.new-adv-btn {
  color: var(--brand-primary);
  font-size: 12px;
  text-align: right;
  float: right;
}

.preview-btn:active,
.preview-btn:hover,
.preview-btn:focus {
  color: var(--brand-primary) !important;
  font-size: 12px !important;
  text-align: right;
  float: right;
  text-decoration: none;
}

.preview-btn::before {
  content: url("/assets/global/img/eye.svg");
  margin-right: 5px;
}

.new-adv-btn:active,
.new-adv-btn:hover,
.new-adv-btn:focus {
  color: var(--brand-primary);
  font-size: 12px;
  text-align: right;
  float: right;
  text-decoration: none;
}

.new-adv {
  max-width: 90%;
  min-width: 200px;
}

.new-adv-btn::before {
  content: none;
  position: inherit;
  top: 0px;
}

.broadcast-date {
  background: #F8F8FE;
  padding: 15px 35px;
  border-radius: 4px !important;
}

.broadcast-wrapper {
  float: right;
  display: flex;
}

.broadcast-input {
  background: #f8f8fe;
  border: none;
  color: #414141;
  text-align: right;
}

.font-blue-sharp {
  color: #000000 !important;
}

.light-purple {
  color: #414141;
  font-size: 12px;
  line-height: 15px;
  margin-top: -5px;
  font-weight: 500;
  margin-bottom: 20px;
}

strong.html-build {
  color: #000000;
}

#trSup1 {
  font-size: 12px !important;
}

#trDep0 {
  font-size: 12px !important;
}

trRDep0 {
  font-size: 12px !important;
}

.edit-btn {
  color: #ffffff !important;
  font-size: 16px !important;
  padding-right: 10px !important;
}

.campaign-totals {
  color: #000000;
  font-size: 14px;
}

.campaign-totals-result {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #414141;
  padding: 0px 0px 8px 0px;
}

.campaign-terms {
  margin-top: 1px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #000000;
  margin-left: 26px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #EDEFF6 !important;
  border-radius: 8px !important;
}

#tab_1_2 {
  padding-left: 15px;
  padding-right: 15px;
}

.max-size {
  color: var(--brand-primary);
}

.max-size-light {
  color: #a5b2d7;
  font-weight: 500;
}

.ui-widget.ui-widget-content {
  border: transparent !important;
  box-shadow: 10px 10px 10px rgba(46, 68, 148, 0.1) !important;
}

.ui-widget-header {
  border: transparent !important;
  background: #ffffff !important;
  color: var(--brand-primary) !important;
  font-weight: bold !important;
  font-family: 'NeutrifPro' !important;
  font-size: 18px;
}

.ui-datepicker {
  width: 308px !important;
  padding: 2.2em 2.2em 2.2em !important;
  display: none;
}

.ui-icon-circle-triangle-w {
  background-position: -99px 0px !important;
}

.ui-icon-circle-triangle-e {
  background-position: -30px 0px !important;
}

.ui-widget-header a {
  color: var(--brand-primary) !important;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #b9b9b9 !important;
  font-family: 'NeutrifPro' !important;
  font-weight: 500 !important;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 500 !important;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center !important;
  text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: transparent !important;
  background: #ffffff !important;
  font-weight: normal !important;
  color: #454545 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: transparent !important;
  background: var(--brand-primary) !important;
  font-weight: normal !important;
  color: #ffffff !important;
  border-radius: 50% !important;
}

.selects-box {
  color: var(--brand-primary);
  font-weight: normal;
  position: relative;
  top: -2px;
}

.d-flex {
  display: flex;
}

.checkbox-wrapper {
  display: block;
}

.select-title {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1443;
  color: var(--brand-primary);
  margin-bottom: 10px;
  text-decoration: none !important;
  margin-top: 10px;
}

.select-title2 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1443;
  color: var(--brand-primary);
  margin-bottom: 30px;
  text-decoration: none !important;
  margin-top: 10px;
}

.check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.144375px;
  color: #414141;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 4px;
  font-weight: 500;
}

#dmaSelect {
  overflow-y: auto;
  max-height: 300px;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: #C0C5D2;
  border-style: solid;
  border-width: 2px;
  border-radius: 3px !important;
}

.checkmarked {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: var(--brand-primary);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px !important;
}

.checkbox-col-wrapper {
  height: 200px;
  overflow-y: scroll;
}

.checkbox-col {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
  -moz-column-fill: auto;
  column-fill: auto;
  height: 300px;
}

.add-make {
  margin: 0px !important;
}

.add-make-btn {
  padding: 20px 15px;
}

.slider-wrapper-border2 {
  border: 1px solid;
  color: #b8bdda82;
  padding: 20px 20px 0px 20px;
  border-radius: 6px !important;
  margin: 5px 0px;
}

.check input:checked~.checkmark {
  background-color: #fff;
  border-color: var(--brand-primary);
  color: #000000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked~.checkmark:after {
  display: block;
}

.check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid;
  border-color: var(--brand-primary);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cust-btn {
  margin-bottom: 10px;
  background-color: var(--brand-primary);
  border-width: 2px;
  border-color: var(--brand-primary);
  color: #fff;
}

.cust-btn:hover {
  border-color: var(--brand-primary);
  background-color: #fff;
  color: var(--brand-primary);
  border-radius: 20px;
  transform-style: 2s;
}

.district-title {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.144375px;
  color: #414141;
  padding-bottom: 10px;
}

input[type=checkbox] {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: var(--brand-primary);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px !important;
}

input[type=checkbox]:checked {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: var(--brand-primary);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px !important;
}

input[type=checkbox]::before {
  border-color: var(--brand-primary);
}

input[type=checkbox]::after {
  content: "";
  position: absolute;
  display: none;
}

input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  background-color: #FFFFFF;
  background-image: none !important;
}

#txtTarget,
#txtAvailable {
  color: #414141;
}

.mt-radio>span {
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-top: 5px;
  border-color: var(--brand-primary);
}

.selects-add-title {
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  font-weight: 500;
}

.selects-add-p {
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  font-weight: 400;
}

.select-label {
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.geo-title {
  color: var(--brand-primary);
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

divSelectView,
h3 {
  font-size: 14px;
}

.select-btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  color: var(--brand-primary);
  background-color: #EDEFF6;
  border: 1px solid transparent;
  border-radius: 4px !important;
}

.select-btn:hover,
.select-btn:active {
  color: #ffffff;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.portlet.light {
  padding: 5px 25px;
  background-color: #fff;
}

.btn.default:not(.btn-outline) {
  color: #000000;
  background-color: #eef1f6;
  border-color: #eef1f6;
  padding: 20px 50px 20px 0;
}

.btn.default:not(.btn-outline):hover {
  color: #000000;
  background-color: #eef1f6;
  border-color: #eef1f6;
}

.control-label,
.form-horizontal .control-label {
  display: block;
  float: none;
  width: 100%;
  max-width: none;
  text-align: left;
  padding-top: 0;
  margin: 0 0 8px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.144375px;
  color: #000000;
}

.form-control:hover {
  border-color: #afafaf;
}

.form-control:focus {
  border-color: #afafaf;
  outline: none;
  box-shadow: 0 0 0 3px rgba(55, 125, 255, .12) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(55, 125, 255, .12) !important;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #414141;
  padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, #B8BDDA 50%),
    linear-gradient(135deg, #B8BDDA 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 0px),
    calc(100% - 12px) calc(50% - 0px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

select.form-control option {
  color: #000000;
  font-weight: 500 !important;
  font-family: 'NeutrifPro' !important;
}

#SupportCampaignID,
#SupportSubject,
#SupportMessage {
  color: #000000;
}

.sidebar-white {
  float: right;
  padding: 15px 35px 0 20px;
  right: 0;
  min-height: 1240px;
  background-color: #fff;
  height: 100vh;
}

.sidebar-white-card {
  background: #FFFFFF;
  border: 1px solid rgba(2, 19, 153, 0.13);
  box-sizing: border-box;
  border-radius: 6px !important;
  width: 100%;
}

.help-us-section {
  width: 100%;
  margin-top: 70px;
}

.nav>li>a {
  padding: 10px 5px 10px 5px;
}

table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0px !important;
  margin: 0px !important;
}

.portlet.light .portlet-body {
  padding-top: 0px;
}

.portlet>.portlet-title {
  margin-bottom: 0px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 20px 18px;
  border-bottom: 1px solid #111;
}

.dataTables_scrollHead thead th {
  border-bottom: 0 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 0px solid #e7ecf1;
}

.th-home {
  border-top: 1px solid rgba(204, 209, 229, 0.43);
}

div.dataTables_scrollBody table tbody tr td:first-child {
  border-top: none;
  border-right: 1px solid #E1E3EE;
}

div.dataTables_scrollBody table tbody tr td:nth-child(2) {
  border-top: none;
  border-right: 1px solid #E1E3EE;
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
}

table.dataTable tbody tr {
  background-color: #F8F8FE;
}

table.dataTable.order-column tbody tr>.sorting_1 {
  background-color: var(--icon-filter) !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 15px 10px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-weight: 600;
}

.dataTables_scrollBody {
  border-bottom: none !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
  padding-left: 32px;
  color: #515F6D;
  font-size: 12px;
  font-weight: 600;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: none;
  margin-left: -1px;
}

.pagination>li>a,
.pagination>li>span:hover {
  position: relative;
  float: left;
  padding: 6px 9px;
  line-height: 1.25;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: none;
  margin-left: -1px;
  font-weight: normal;
}

.pagination>.active>a {
  z-index: 3;
  color: var(--brand-primary);
  background-color: #ffffff;
  border-color: var(--brand-primary);
  cursor: default;
}

.pagination>.active>a:hover {
  z-index: 3;
  color: var(--brand-primary);
  background-color: #ffffff;
  border-color: var(--brand-primary);
  cursor: default;
}

.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #000000;
  background-color: #fff;
  border-color: #ddd;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.radio-wrapper {
  display: flex;
  margin-bottom: 5px;
  padding: 10px 5px;
  margin-right: 15px;
  margin-top: 5px;
}

.pointer {
  cursor: pointer;
}

.scroll-select {
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.daypart-arrow {
  content: url("/assets/global/img/arrow.svg");
}

.toggle-up {
  transform: rotate(180deg);
}

.toggle-down {
  transform: rotate(0);
}

::-webkit-scrollbar {
  width: 5px;
  overflow-y: auto;
  overflow-x: auto;
  position: sticky;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  background: #eef1f6;
}

::-webkit-scrollbar-thumb {
  background: #414141;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #414141;
}

.page-header.navbar {
  background-color: var(--brand-primary) !important;
  color: #ffffff !important;
}

.page-header.navbar .menu-toggler>span,
.page-header.navbar .menu-toggler>span:before,
.page-header.navbar .menu-toggler>span:after {
  background: #ffffff;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>i {
  color: #ffffff;
}

.page-header.navbar .page-logo .logo-default {
  margin: 12px 0 0;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username {
  color: #ffffff;
}

li.dropdown-toggle:hover {
  text-decoration: none !important;
  background-color: #f6f6f6 !important;
}

.desktop-hide {
  display: none !important;
}

.mobile-hide {
  display: block !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle {
  background: var(--brand-primary);
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler,
.page-sidebar .sidebar-toggler {
  background: var(--brand-primary);
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler>span,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler>span:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler>span:after,
.page-sidebar .sidebar-toggler>span,
.page-sidebar .sidebar-toggler>span:before,
.page-sidebar .sidebar-toggler>span:after {
  background: #ffffff;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler:hover,
.page-sidebar .sidebar-toggler:hover {
  background: var(--brand-primary);
}

.toggler {
  margin-right: 7px !important;
  margin-bottom: 30px !important;
}

.page-sidebar.navbar-collapse.collapse.in {
  width: 100%;
}

.col60 {
  width: 60%;
  float: left;
  text-align: left;
  padding-left: 15px;
}

.col40 {
  width: 40%;
  float: left;
  text-align: right;
}

.col-25l {
  width: 34%;
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-50l {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-50ll {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 0px;
  padding-right: 15px;
}

.col-50rr {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 0px;
  padding-right: 15px;
}

.col-50rrr {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

.col-75l {
  width: 66%;
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-rightt: 15px;
}

.col-100l {
  width: 100%;
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-100lr {
  width: 100%;
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-50r {
  width: 50%;
  float: left;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
  text-align: inherit;
}

.page-sidebar .page-sidebar-menu>li .sub-menu {
  background-color: var(--brand-primary) !important;
}

.bg-light {
  background: #f8f8fe;
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 100%;
  margin-left: 333px;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 0px;
}

.dot {
  display: none;
}

.nav-item.active>a>.dot {
  height: 9px;
  width: 9px;
  background-color: #54C5EB;
  border-radius: 50% !important;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 20px;
}

.dot-sub {
  display: none;
}

.nav-item.active>a>.dot-sub {
  height: 10px;
  width: 10px;
  background-color: #54C5EB;
  border-radius: 50% !important;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 14px;
}

.start-send-title {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.144375px;
  color: var(--brand-primary);
}

.available-credits {
  background: #FBFBFB;
  padding: 10px 0;
}

.dt-margin-full {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.range-search-col {
  display: flex;
  float: left;
  margin-top: 8px;
}

.table thead tr th {
  font-size: 13px;
  font-weight: 600;
  color: #242424 !important;
  font-family: 'NeutrifPro' !important;
}

.table-date {
  margin-top: 13px;
  margin-right: 15px;
  float: right;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.political-title {
  font-family: 'NeutrifPro' !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.144375px;
  color: #414141;
  margin: 15px 0px;
  font-weight: 500;
}

.poli-select-mt {
  margin-top: 10px;
}

i>.fa.fa-angle-left {
  display: inline-block;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  color: #414141;
  font-family: "Raleway" sans-serif !important;
  font-size: 18px;
  padding-right: 0;
  position: inherit;
  top: 1px;
}

i>.fa.fa-angle-right {
  display: inline-block;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  color: #414141;
  font-family: "Raleway" sans-serif !important;
  font-size: 18px;
  padding-right: 0;
  position: inherit;
  top: 1px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 1px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 2px;
}

.mt15 {
  margin-top: 15px;
}

.naics-title {
  font-family: 'NeutrifPro' !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.144375px;
  color: #414141;
}

.naics-subtitle {
  font-family: 'NeutrifPro' !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.144375px;
  color: #B8BDDA;
}

.naics-col {
  padding-top: 15px;
  padding-bottom: 15px;
}

.naics-row {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul.fancytree-container {
  font-family: 'NeutrifPro' !important;
  font-size: 10pt;
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  background-color: #fff;
  border: 1px dotted gray;
  min-height: 0;
  position: relative;
}

.fancytree-plain span.fancytree-title {
  border: transparent;
}

.fancytree-treefocus {
  border: 1px solid #ffffff !important;
  outline: none;
}

.fancytree-plain span.fancytree-selected span.fancytree-title {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
}

.fancytree-plain span.fancytree-node:hover span.fancytree-title {
  background-color: transparent;
  border-color: transparent;
  outline: none;
}

span.fancytree-node {
  display: inherit;
  width: 100%;
  margin-top: 0;
  min-height: 20px;
  outline: none;
}

.display-hide {
  display: none;
}

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

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: none;
  background-color: transparent;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  border: none;
  background-color: #fff;
  background: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: white !important;
  border: none;
  background-color: transparent;
  background: transparent;
  box-shadow: none;
}

.glossary-nav {
  width: 60px;
}

.glossary-nav-text {
  padding: 10px 0 8px 0;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0.161893px;
  color: #000000;
  text-align: center;
}

.report-card {
  margin-top: 13px;
  margin-bottom: 0px;
  line-height: 20px;
}

.report-card-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
}

.select-switch-border {
  border-radius: 4px !important;
  border: 1px solid #e7ecf1 !important;
  padding: 5px 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  background-color: var(--brand-primary) !important;
  border-radius: 20px !important;
  padding-left: 5px;
  padding-right: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  min-width: 50px;
  top: 0px !important;
}

.switch::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  top: 3px;
  left: 3px;
  transition: all 0.3s;
  border: 3px solid white;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
}

.switch::before {
  content: 'off';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  right: 10px;
  color: #fff;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
}

.bds-checkbox:checked+.switch::after {
  left: 27px;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
  color: #ffffff;
}

.bds-checkbox:checked+.switch::before {
  left: 8px;
  content: 'on';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  right: 5px;
  color: #fff;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
}

.bds-checkbox:checked+.switch {
  content: 'on';
  background-color: #63B30C !important;
}

.bds-checkbox {
  display: none;
}

.select-switch-border2 {
  border-radius: 4px !important;
  border: 1px solid #e7ecf1 !important;
  padding: 5px 5px;
}

.switch2 {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 26px;
  background-color: var(--brand-primary);
  border-radius: 20px !important;
  padding-left: 5px;
  padding-right: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  min-width: 50px;
  margin-left: 5px;
  top: 2px;
}

.switch2::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  top: 3px;
  left: 3px;
  transition: all 0.3s;
  border: 3px solid white;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
}

.switch2::before {
  content: 'or';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  right: 12px;
  color: #fff;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
}

.bds-checkbox2:checked+.switch2::after {
  left: 31px;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
  color: #ffffff;
}

.bds-checkbox2:checked+.switch2::before {
  left: 6px;
  content: 'and';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  right: 5px;
  color: #fff;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.144375px;
}

.bds-checkbox2:checked+.switch2 {
  content: 'and';
  background-color: var(--brand-primary);
}

.bds-checkbox2 {
  display: none;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, var(--brand-primary) 56%, rgb(0 0 0) 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress {
  height: 5px;
  margin-bottom: 0px;
  margin-left: 323px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-container {
  overflow-x: hidden;
}

.navbar-nav>li>a {
  padding-top: 0;
}

.sub-title {
  margin-left: 6px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: -5px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: -5px;
}

.search-input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  border-radius: 0px !important;
  border: 1px solid #E1E3EE !important;
  font-weight: bold;
  padding: 20px 0;
}

.svg-hover {
  position: relative;
  top: -2px;
}

.container-report {
  width: 100%;
  padding: 15px 25px 15px 22px;
}

.bold {
  font-weight: 500 !important;
}

@-moz-document url-prefix() {
  .dataTables_scrollHeadInner {
    width: inherit !important;
  }

  .table.table-striped.table-bordered.table-hover.table-checkable.order-column.dataTable.no-footer {
    border-bottom: none;
    width: -moz-available !important;
  }
}

table tbody tr {
  cursor: pointer;
}

.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.dataTables_scrollHeadInner {
  width: 100%;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.no-mb {
  margin-bottom: 0 !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: var(--brand-primary);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

.select-tab-box-border {
  border-radius: 4px !important;
  border: 1px solid #e7ecf1 !important;
  padding: 22px 0px;
}

.panel-group .panel+.panel {
  margin-top: 2px;
}

.row.margin-selects {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}

.form-horizontal .form-groups {
  margin-left: -15px;
  margin-right: -15px;
}

.panel-bodys {
  padding: 0px 15px 0px 15px;
}

.slider-wrapper-border {
  border: 1px solid;
  color: #b8bdda82;
  padding: 30px;
  border-radius: 6px !important;
  margin: 5px 0px;
}

.padding20 {
  padding: 20px;
}

.form.form-inline {
  margin-top: 10px;
}

#CD {
  min-width: 100% !important;
  border-top: 1px solid #E9EBF4;
  border-left: 1px solid #E9EBF4;
  border-bottom: 1px solid #E9EBF4;
  padding: 15px;
  margin-right: 15px;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 3px 5px -5px #333;
  -moz-box-shadow: inset 0 3px 5px -5px #333;
  box-shadow: inset 0 3px 5px -5px #333;
}

#HD {
  min-width: 100% !important;
  border-top: 1px solid #E9EBF4;
  border-left: 1px solid #E9EBF4;
  border-bottom: 1px solid #E9EBF4;
  padding: 15px;
  margin-right: 15px;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 3px 5px -5px #333;
  -moz-box-shadow: inset 0 3px 5px -5px #333;
  box-shadow: inset 0 3px 5px -5px #333;
}

#SD {
  min-width: 100% !important;
  border-top: 1px solid #E9EBF4;
  border-left: 1px solid #E9EBF4;
  border-bottom: 1px solid #E9EBF4;
  border-right: 1px solid #E9EBF4;
  padding: 15px;
  margin-right: 15px;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 3px 5px -5px #333;
  -moz-box-shadow: inset 0 3px 5px -5px #333;
  box-shadow: inset 0 3px 5px -5px #333;
}

#make {
  min-width: 100% !important;
  border-top: 1px solid #E9EBF4;
  border-left: 1px solid #E9EBF4;
  border-bottom: 1px solid #E9EBF4;
  padding: 15px;
  margin-right: 15px;
  height: 200px;
  overflow-y: auto;
}

#model {
  min-width: 100% !important;
  border-top: 1px solid #E9EBF4;
  border-left: 1px solid #E9EBF4;
  border-bottom: 1px solid #E9EBF4;
  border-right: 1px solid #E9EBF4;
  padding: 15px;
  margin-right: 15px;
  height: 200px;
  overflow-y: auto;
}

#txt_zips {
  min-height: 120px;
  resize: none;
}

#txt_scfs {
  min-height: 120px;
  resize: none;
}

#txt_multi_zips {
  min-height: 120px;
  resize: none;
}

.scroll-select h3 {
  padding: 0 15px;
}

.scroll-select-political {
  max-height: 282px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 20px;
  border-right: 1px solid #E9EBF4;
  min-height: 283px;
  border-bottom: 1px solid #E9EBF4;
}

.scroll-select-political:last-of-type {
  max-height: 282px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 20px;
  border-right: none;
  min-height: 283px;
  border-bottom: 1px solid #E9EBF4;
}

.irs-slider {
  width: 16px;
  height: 18px;
  top: 6px;
  background-position: 0 -120px;
}

#btn_state_ {
  margin-left: -15px;
}

.multi-zip-box {
  border: 1px solid #414141;
  border-radius: 5px !important;
  padding: 5px;
  min-height: 250px !important;
  resize: none;
}

.blueSvg {
  filter: var(--black-icon-filter) !important;
}

.col-md-4#switchPadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.switch-padding {
  padding-left: 0px;
  padding-right: 10px;
}

.count-btn>img {
  margin-top: -4px;
}

.alert-success {
  background-color: #ffffff;
  border-color: var(--brand-primary);
  color: #000000;
  border-radius: 3px !important;
}

.alert-danger {
  background-color: #ffffff;
  border-color: #ff0014;
  color: #000000;
  border-radius: 3px !important;
}

.sidebar-white-card2 {
  background: #FFFFFF;
  border: 1px solid rgba(2, 19, 153, 0.13);
  box-sizing: border-box;
  border-radius: 6px !important;
  width: 100%;
  margin-top: 50px;
}

.breakdown-div {
  min-width: 800px;
  max-width: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  margin: auto;
}

.dataTables_wrapper .dt-buttons {
  float: left !important;
}

.select-btn,
span:hover svg {
  fill: white !important;
}

.fancytree {
  min-height: 220px;
  max-height: 220px;
  overflow-y: auto;
}

.select-icon {
  display: inline-table;
  margin: 5px 5px 10px 5px;
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  font-size: 11px;
}

#fancytree-drop-marker,
span.fancytree-checkbox,
span.fancytree-drag-helper-img,
span.fancytree-empty,
span.fancytree-expander,
span.fancytree-icon,
span.fancytree-vline {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url("/assets/global/img/icons.gif");
  background-position: 0 0;
}

.page-content-wrapper .page-content {
  margin-left: 303px !important;
  margin-top: 0;
  min-height: 1240px;
  padding: 0px 30px 0px 30px;
  height: 100%;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  min-width: 870px !important;
  max-width: 100% !important;
}

.ui-autocomplete {
  overflow: auto;
  height: 500px;
  width: 500px;
}

.btn.btn-xs.btn-success {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 7px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}

.btn.btn-xs.btn-success:hover,
.btn.btn-xs.btn-success:focus {
  color: #fff;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.example-hover .example-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  z-index: 100;
}

.example-btn {
  color: var(--brand-primary);
  background-color: #EDEFF6;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.example-btn:active,
.example-btn:hover,
.example-btn:focus {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.portfolio-content .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: var(--brand-primary);
  border-color: transparent;
  color: #fff;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  border-radius: 7px !important;
  padding: 10px 15px;
  font-size: 14px;
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1) !important;
}

.btn.dark:not(.btn-outline) {
  color: var(--brand-primary);
  background-color: #fff;
  border-color: transparent;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1) !important;
  border-radius: 7px !important;
  padding: 10px 15px;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 14px;
}

.btn.dark:not(.btn-outline):hover {
  color: #fff;
  background-color: var(--brand-primary);
  border-color: transparent;
  background: var(--brand-primary);
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1) !important;
  border-radius: 7px !important;
  padding: 10px 15px;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 14px;
}

.btn.dark:not(.btn-outline):active {
  color: #fff;
  background-color: var(--brand-primary);
  border-color: transparent;
  background: var(--brand-primary);
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1) !important;
  border-radius: 7px !important;
  padding: 10px 15px;
  font-family: 'NeutrifPro' !important;
  font-weight: 600;
  font-size: 14px;
}

#search {
  width: 90%;
}

.searchicon {
  color: #5CB85C;
}

.items-collection {
  margin: 0 0 0 0;
}

.items-collection label.btn-default.active {
  background-color: #007ba7;
  color: #FFF;
}

.items-collection label.btn-default {
  width: 90%;
  border: 1px solid #305891;
  margin: 5px;
  border-radius: 17px;
  color: #305891;
}

.items-collection label .itemcontent {
  width: 100%;
  margin-left: 2px;
  margin-right: 2px;
}

hr {
  margin: 15px 0px 25px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #B8BDDA;
}

.mt-checkbox,
.mt-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form-control,
input,
output {
  font-size: 14px;
  line-height: 1.42857;
  color: #6979b4;
  display: inline-flex;
  font-weight: 500 !important;
}

select,
select.form-control {
  font-size: 14px;
  line-height: 1.42857;
  color: #6979b4;
  display: block;
  font-weight: 500 !important;
}

.bootstrap-select .caret {
  border: 0;
  width: auto;
  height: auto;
  margin-top: -10px !important;
}

.bootstrap-select .caret:before {
  content: "\f107";
  display: inline-block;
  border: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  float: left;
}

#chkAgree {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-color: var(--brand-primary);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px !important;
  position: absolute;
  top: 12px;
}

input[type="date"]:after {
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f0dd';
  width: 0px;
  height: 30px;
  position: relative;
  top: 4px;
  right: 16px;
  color: #414141;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: #414141;
  background: none;
  z-index: 1;
}

.generate-btn {
  font-size: 10px;
  padding: 3px 5px 3px 5px;
  height: 32px;
  background: var(--brand-primary);
  color: #ffffff;
  line-height: 23px;
  border: none;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 0px !important;
  width: 130px;
}

.tableHide {
  display: none;
}

.subject-btn {
  color: var(--brand-primary);
  background-color: #EDEFF6;
  border-color: #EDEFF6;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 24px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.subject-btn:hover {
  color: var(--brand-primary);
  background-color: #e8e9eb;
  border-color: #EDEFF6;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 24px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.subject-btn:active {
  color: var(--brand-primary);
  background-color: #e8e9eb;
  border-color: #EDEFF6;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 24px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blue-dd {
  background: var(--brand-primary);
  color: #fff;
}

.blue-text {
  color: var(--brand-primary);
}

.search-header {
  border: 1px solid #E1E3EE;
  border-radius: 30px !important;
  padding: 10px 15px;
  width: 234px !important;
  text-align: left !important;
  color: #414141;
  margin-right: 10px;
  margin-bottom: 5px !important;
  height: 48px;
  font-size: 12px;
}

.search-header-select {
  border: 1px solid #E1E3EE;
  border-radius: 30px !important;
  padding: 10px 15px;
  width: 234px !important;
  text-align: left !important;
  color: #414141;
  margin-right: 10px;
  margin-bottom: 0px !important;
  height: 48px;
  font-size: 12px;
}

.search-header2 {
  border: 1px solid #E1E3EE;
  border-radius: 30px !important;
  padding: 10px 15px;
  width: 150px !important;
  text-align: left !important;
  color: #414141;
  margin-right: 10px;
  margin-bottom: 0px;
  height: 48px;
  font-size: 12px;
}

.sr-only {
  position: inherit;
  width: 110px;
  height: 36px;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
  margin-bottom: -5px;
}

.panel.panel-default {
  padding: 15px;
  box-shadow: 0px 4px 4px rgba(46, 68, 148, 0.1) !important;
  border-radius: 14px !important;
  border: 0px !important;
  margin-bottom: 10px;
}

.accordion-toggle.accordion-toggle-styled {
  font-family: 'NeutrifPro' !important;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.144375px;
  color: #000000;
}

ul.onboard {
  display: block;
  list-style-type: none;
  margin-block-start: 5px;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.161893px;
  color: #3A3A3A;
  font-weight: 500;
}

ul.onboard>li.onboard-li::before {
  content: "• ";
  color: #414141;
}

ul.onboard>li.onboard-li {
  margin-bottom: 7px;
}

.glossary-item {
  margin-top: 25px;
}

.counter-box {
  border: 1px solid #e7ecf1 !important;
}

.tooltip_text {
  position: absolute;
  font-size: 12px;
  top: -5px;
  background-color: #EDEFF6;
  color: #000000;
  border-radius: 5px;
  border-style: solid;
  border-color: #EDEFF6;
  padding: 5px 15px;
  z-index: 98;
  width: 50px;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  text-align: center;
  overflow: hidden;
  font-family: 'NeutrifPro' !important;
  font-weight: bold;
}

.tooltip_text:hover {
  position: absolute;
  font-size: 14px;
  top: -5px;
  background-color: #EDEFF6;
  color: #000000;
  border-radius: 5px;
  border-style: solid;
  border-color: #EDEFF6;
  padding: 5px 15px;
  z-index: 98;
  width: 50px;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

.stat-text {
  color: #000000 !important;
}

.icon-magnifier:before {
  font-weight: bold !important;
}

.icon-envelope:before {
  font-weight: bold !important;
}

.icon-screen-desktop:before {
  font-weight: bold !important;
}

.nav-icon-bg {
  background-color: #ffffff;
  border-radius: 50px !important;
  padding: 3px;
  margin-right: 5px;
  height: 30px;
  display: inline-flex;
  width: 30px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 10px 15px 5px 15px;
  white-space: nowrap;
}

.day-part {
  display: flex;
  flex-direction: row;
  padding: 3px 12px;
  width: 60.02px;
  height: 32.02px;
  background: #F6F6FB;
  border-radius: 30px !important;
}

.day-part.focus {
  display: flex;
  flex-direction: row;
  padding: 3px 12px;
  width: 60.02px;
  height: 32.02px;
  background: #F6F6FB;
  border-radius: 30px !important;
}

.day-part.active {
  display: flex;
  flex-direction: row;
  padding: 3px 12px;
  width: 60.02px;
  height: 32.02px;
  background: var(--brand-primary);
  border-radius: 30px !important;
}

.day-part-time {
  font-style: normal;
  font-weight: bold;
  font-size: 13.1006px;
  line-height: 193.5%;
  display: flex;
  align-items: flex-end;
  color: #000000;
  transform: rotate(0.03deg);
  flex: none;
  order: 0;
  align-self: center;
  margin: 0px 0px;
}

.btn.day-part.active .day-part-time {
  font-style: normal;
  font-weight: bold;
  font-size: 13.1006px;
  line-height: 193.5%;
  display: flex;
  align-items: flex-end;
  color: #ffffff !important;
  transform: rotate(0.03deg);
  flex: none;
  order: 0;
  align-self: center;
  margin: 0px 0px;
}

.btn.day-part.focus .day-part-time {
  font-style: normal;
  font-weight: bold;
  font-size: 13.1006px;
  line-height: 193.5%;
  display: flex;
  align-items: flex-end;
  color: #000000;
  transform: rotate(0.03deg);
  flex: none;
  order: 0;
  align-self: center;
  margin: 0px 0px;
}

.items {
  float: left;
  display: flex;
  margin: 7px 4px 7px 4px;
}

.table-checkable tr>th:first-child {
  text-align: left;
  min-width: 100px;
  padding-left: 15px;
  padding-right: 0;
}

th.col-text {
  border-top: none;
  border-right: 1px solid #E1E3EE !important;
}

th.col-text:last-of-type {
  border-top: none;
  border-right: none !important;
}

.portlet.light.bordered>.portlet-title {
  border-bottom: none;
}

txtCampaignName,
input {
  color: #000000;
}

selAdvertiser,
input {
  color: #000000;
}

[class*=" glyphicon-"] {
  display: inline-block;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-family: "Raleway" sans-serif !important;
  font-size: 22px;
}
#mytable_wrapper .glyphicon.glyphicon-edit{
  margin-left: 1px !important;
  margin-top: -6px !important;
}


.close-modal-btn {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  padding-right: 55px;
}

.close-modal-btn:hover {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.144375px;
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: bold;
  padding-right: 55px;
}

#mytable_wrapper>.dt-margin-full>.col-50l {
  padding-left: 0px !important;
  display: block;
}

@-moz-document url-prefix() {
  .form-control.password {
    padding: 0px 0px 0px 0px;
    font-size: 6px !important;
    line-height: 1;
    color: #8290a3 !important;
    display: inline-flex;
    padding-top: 10px !important;
  }

  .form-control,
  input.email {
    padding: 0px 0px 0px 0px;
    line-height: 1;
    color: #8290a3 !important;
    display: inline-flex;
    padding-top: 10px;
  }

  .username {
    padding: 0px 0px 0px 0px;
    font-size: 14px !important;
    line-height: 1;
    color: #8290a3 !important;
    display: inline-flex;
  }

  input {
    text-indent: 2px;
  }

  .login .content .form-control::placeholder {
    color: var(--text-secondary);
    opacity: 1;
    line-height: 40px;
  }
}

.mt-radio>span {
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-top: 0px;
}

input {
  text-indent: 2px;
  text-align: left;
}

::-webkit-input-placeholder {
  text-align: left;
}

:-moz-placeholder {
  text-align: left;
}

.page-sidebar .selected,
.page-sidebar.navbar-collapse.collapse {
  display: block !important;
}

.icon-count,
.icon-email,
.icon-display,
.icon-social,
.icon-tracking,
.icon-advertiser,
.icon-resources,
.icon-admin,
.icon-support,
.icon-iheart {
  color: var(--sidebar-icon) !important;
}

.home-btn {
  padding: 50px 66px;
  text-align: center;
  background: var(--brand-primary);
  border-radius: 22px !important;
}

.home-btn-text {
  font-size: 26px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.select-added>a.selects-box {
  color: var(--brand-primary) !important;
  text-decoration: none;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: inline-block;
}

/* =========================================================
Vehicle Campaign Manager (VCM)
========================================================= */
/* -------------------------
Legacy shared select helpers
------------------------- */
.select-wrap {
  position: relative;
  display: inline-block;
  width: 400px;
  top: 10px;
  margin-left: 3px;
}

.select-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #414141;
  transform: translateY(-50%);
  z-index: 5;
}

.partner-select {
  font-size: 14px;
  line-height: 1.42857;
  color: #414141;
  display: inline-flex;
  font-weight: 500 !important;
  border: 1px solid #E1E3EE;
  padding: 0 5px !important;
  border-radius: 5px !important;
  height: 40px;
  width: 100%;
  text-align: left;
}

/* -------------------------
VCM layout / tabs
------------------------- */
.vcm-topbar {
  display: flex;
  justify-content: flex-end;
  margin: 85px 0 25px 15px;
  float: none;
  text-align: inherit;
}

.vcm-topbar .vcm-tabs .btn.js-vcm-tab {
  background: var(--vcm-surface) !important;
  color: #374151 !important;
  border-color: var(--vcm-border-soft) !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.vcm-topbar .vcm-tabs .btn.js-vcm-tab:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.vcm-topbar .vcm-tabs .btn.js-vcm-tab:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.vcm-topbar .vcm-tabs .btn.js-vcm-tab.active {
  background: var(--vcm-primary-bg) !important;
  border-color: var(--vcm-primary-border) !important;
  color: var(--vcm-primary-text) !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 2 !important;
}

.vcm-topbar .vcm-tabs .btn.js-vcm-tab:not(.active):hover {
  background: #f9fafb !important;
  color: var(--vcm-text) !important;
}

/* -------------------------
VCM cards / panels
------------------------- */
.vcm-card {
  background: var(--vcm-surface);
  padding: 22px;
}

.vcm-h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.vcm-sub {
  color: var(--vcm-muted);
  margin-bottom: 22px;
}

.vcm-panel {
  border: 1px solid var(--vcm-border);
  border-radius: 12px !important;
  padding: 20px;
  margin-top: 12px;
}

.vcm-section-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.vcm-section-sub {
  color: var(--vcm-muted);
  font-size: 12px;
  margin-bottom: 14px;
}

/* -------------------------
VCM dropzone
------------------------- */
.vcm-drop {
  border: 2px dashed #d7dee8;
  border-radius: 12px;
  background: var(--vcm-surface-soft);
  padding: 66px 18px 36px 18px;
  text-align: center;
  cursor: pointer;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.vcm-drop .icon {
  font-size: 36px;
  color: #95a2b3;
  display: block;
  margin-bottom: 12px;
}

.vcm-drop strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.vcm-drop small {
  color: var(--vcm-muted);
  font-size: 12px;
}

.vcm-drop.has-preview {
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-color: #e6ebf2;
  background: var(--vcm-surface);
}

/* -------------------------
VCM inputs / labels / selects
------------------------- */
.form-control.vcm {
  height: 44px;
  border-radius: 10px !important;
  border-color: var(--vcm-border-soft);
  box-shadow: none;
}

.vcm-label {
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 6px 0;
  color: #374151;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px;
  background-image: none !important;
}

.select-wrap .bootstrap-select {
  width: 100% !important;
}

.select-wrap .bootstrap-select>.dropdown-toggle {
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 10px !important;
  border: 1px solid var(--vcm-border-soft) !important;
  box-shadow: none !important;
  background: var(--vcm-surface) !important;
  color: #2c3e50;
  padding: 10px 38px 10px 14px !important;
  line-height: 22px !important;
  display: flex;
  align-items: center;
  width: 160px;
}

.select-wrap .bootstrap-select .caret,
.select-wrap .bootstrap-select>.dropdown-toggle .caret {
  display: none !important;
}

.select-wrap .bootstrap-select .dropdown-menu {
  border-radius: 12px !important;
}

.select-wrap .bootstrap-select .filter-option {
  width: 100%;
  text-align: left;
}

.select-wrap .bootstrap-select>.dropdown-toggle:focus,
.select-wrap .bootstrap-select>.dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}

.select-wrap .bootstrap-select.disabled>.dropdown-toggle,
.select-wrap .bootstrap-select>.dropdown-toggle:disabled {
  background: #f9fafb !important;
  opacity: 1 !important;
  color: #9ca3af !important;
}

.vcm-opt-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px !important;
  margin-right: 8px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, .08);
  margin-top: -3px;
}

.vcm-opt-dot--white {
  border: 1px solid rgba(0, 0, 0, .18);
}

/* -------------------------
VCM footer / buttons
------------------------- */
.vcm-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  margin-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.btn-soft {
  background: transparent;
  border: none;
  color: var(--vcm-muted);
  padding: 8px 0;
}

.btn-primary-round {
  border-radius: 10px !important;
  padding: 10px 18px;
  font-weight: 600;
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}

.btn-primary-round:hover {
  border-radius: 10px !important;
  padding: 10px 18px;
  font-weight: 600;
  background: var(--brand-primary-hover) !important;
  border-color: var(--brand-primary-hover) !important;
}

.btn.btn-xs.btn-danger {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
  border-radius: 7px !important;
  width: 30px;
  height: 30px;
}

.btn.btn-xs.btn-danger:hover {
  background-color: var(--brand-primary-hover) !important;
  border-color: var(--brand-primary-hover) !important;
}

.btn.btn-xs.btn-danger:focus {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}

/* -------------------------
VCM summary
------------------------- */
.vcm-summary {
  margin-top: 18px;
  border: 1px solid var(--vcm-border);
  border-radius: 12px !important;
  background: var(--vcm-surface);
  padding: 16px;
}

.vcm-summary-title {
  font-weight: 700;
  font-size: 13px;
  color: var(--vcm-text);
  margin-bottom: 10px;
}

.vcm-summary-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  color: #374151;
  font-size: 13px;
  overflow: hidden;
}

.vcm-summary-row strong {
  font-weight: 700;
  color: var(--vcm-text);
  min-width: 86px;
}

.vcm-summary-row span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.vcm-summary-color-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 0, 0, .08);
  display: inline-block;
  vertical-align: middle;
}

#configSummary {
  display: none;
}

/* -------------------------
VCM upload preview
------------------------- */
#uploadPreview {
  margin-top: 16px;
  display: none;
  justify-content: center;
}

.vcm-preview-card {
  width: 100%;
  max-width: 520px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #e6ebf2;
  background: var(--vcm-surface);
  box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
  text-align: left;
}

.vcm-preview-img {
  width: 84px;
  height: 84px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #eef2f7;
  background: #f3f4f6;
  flex: 0 0 auto;
}

.vcm-preview-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.vcm-preview-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--vcm-text);
  margin: 0 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vcm-preview-subrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vcm-preview-sub {
  font-size: 12px;
  color: var(--vcm-muted);
}

.vcm-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid var(--vcm-border-soft);
  background: #f9fafb;
  color: #374151;
  flex: 0 0 auto;
}

.vcm-status-pill.success {
  border-color: #bde7cf;
  background: #ecfdf3;
  color: #0f7a3b;
}

.vcm-status-pill.error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b42318;
}

.vcm-status-pill.uploading {
  border-color: var(--brand-primary);
  background: #eef2ff;
  color: var(--brand-primary);
}

.vcm-preview-remove {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid var(--vcm-border-soft);
  background: var(--vcm-surface);
  color: var(--vcm-text);
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.vcm-preview-remove:hover {
  background: #f9fafb;
}

/* -------------------------
VCM results / actions
------------------------- */
.vcm-thumb {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #eef2f7;
  background: #f3f4f6;
}

.vcm-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 0, 0, .08);
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

#assetResultsTable>tbody>tr>td,
#assetResultsTable>thead>tr>th {
  vertical-align: middle !important;
}

#assetResultsTable td {
  padding-top: 12px;
  padding-bottom: 12px;
}

#assetResultsTable td .text-muted {
  margin: 0;
  line-height: 1.25;
}

#assetResultsTable .vcm-thumb {
  display: block;
  margin: 0 auto;
}

.vcm-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.vcm-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px !important;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vcm-surface);
  cursor: pointer;
  transition: all .18s ease;
  padding: 0;
}

.vcm-actions .vcm-btn i.action-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  position: static;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
}

.vcm-btn-view {
  background: #000000;
}

.vcm-btn-view:hover:not(:disabled) {
  background: #000000;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
}

.vcm-btn-del {
  background: #ef4444;
  color: #ffffff;
}

.vcm-btn-del:hover:not(:disabled) {
  background: #dc2626;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .25);
}

.vcm-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none !important;
}

/* -------------------------
ACR form
------------------------- */
.acr-form {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  width: 100%;
  flex-wrap: nowrap;
}

.acr-fields {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  flex: 1 1 auto;
  min-width: 0;
}

.acr-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1 1 0;
  max-width: 220px;
}

.acr-label {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  margin: 0;
  white-space: nowrap;
}

.acr-field {
  height: 42px;
  padding: 10px 12px;
  font-size: 13px;
  border-radius: 10px !important;
  border: 1px solid var(--vcm-border-soft, rgba(0, 0, 0, .12));
  box-shadow: none !important;
  width: 100%;
  max-width: 100%;
}

.acr-field:focus {
  border-color: var(--vcm-primary-border, var(--brand-primary));
  box-shadow: 0 0 0 3px rgba(31, 79, 255, .12) !important;
}

.acr-fileblock {
  max-width: 260px;
}

.acr-file-name {
  flex: 0 0 160px;
  min-width: 0;
  width: 160px;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 10px !important;
  border: 1px solid var(--vcm-border-soft, rgba(0, 0, 0, .12));
  background: #fff;
  font-size: 12px;
  color: #6b7280;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.acr-filecontrol {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.acr-files {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  flex: 0 0 auto;
  min-width: 0;
}

.acr-file {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.acr-file-label {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  width: 62px;
  text-align: right;
  margin: 0;
  white-space: nowrap;
}

.acr-file-input {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.acr-file-btn {
  width: 44px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, .08);
  background: var(--brand-primary);
  cursor: pointer;
  user-select: none;
  margin: 0;
  transition: filter .12s ease, transform .12s ease, box-shadow .12s ease;
}

.acr-file-btn:hover {
  filter: brightness(.96);
}

.acr-file-btn:active {
  transform: translateY(1px);
}

.acr-file-input:focus+.acr-file-btn {
  box-shadow: 0 0 0 3px rgba(31, 79, 255, .18);
}

.acr-actions {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}

.acr-btn {
  height: 42px;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-weight: 600;
  white-space: nowrap;
  top: -3px;
  position: relative;
}

.acr-upload-icn {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  position: relative !important;
  top: -1px !important;
}

/* MULTI REPORT START */
.multi-report-wrap {
  margin: 0 auto;
}

.multi-report-card {
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 18px !important;
  box-shadow: 0 18px 55px rgba(16, 24, 40, 0.10);
  overflow: hidden;
  margin-bottom: 24px;
}

.multi-report-card-head {
  padding: 22px 24px 18px 24px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.multi-report-card-title {
  font-size: 22px;
  font-weight: 800;
  color: #101828;
  line-height: 1.2;
  margin: 0 0 6px 0;
}

.multi-report-card-sub {
  font-size: 13px;
  color: #667085;
  margin: 0;
}

.multi-report-confirm {
  flex: 0 0 auto;
}

.multi-report-btn {
  border-radius: 10px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  border: 1px solid transparent !important;
  background: var(--brand-primary) !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: background-color .15s ease, border-color .15s ease, transform .08s ease;
}

.multi-report-btn:hover,
.multi-report-btn:focus {
  background: #fb0037 !important;
  border-color: #fb0037 !important;
  color: #fff !important;
  outline: none !important;
}

.multi-report-btn:active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  transform: translateY(1px);
}

.multi-report-card-body {
  padding: 24px;
}

.multi-report-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.multi-report-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #f8fafc;
  border: 1px solid rgba(16, 24, 40, 0.06);
  border-radius: 14px !important;
  padding: 16px 18px;
}

.multi-report-stat-label {
  font-size: 12px;
  font-weight: 700;
  color: #475467;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.multi-report-stat-value {
  font-size: 18px;
  font-weight: 800;
  color: #101828;
  line-height: 1.25;
  word-break: break-word;
}

.multi-report-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.multi-report-section-title {
  font-size: 16px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.multi-report-section-sub {
  font-size: 12px;
  color: #667085;
  margin: 0;
}

.multi-report-table-wrap {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 16px !important;
  overflow: hidden;
  background: #fff;
}

.multi-report-table {
  margin: 0 !important;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.multi-report-table thead th {
  background: #f8fafc;
  color: #344054 !important;
  font-size: 13px;
  font-weight: 800;
  padding: 14px 16px !important;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08) !important;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'NeutrifPro' !important;
}

.multi-report-table tbody td {
  padding: 16px !important;
  vertical-align: middle !important;
  border-top: 1px solid rgba(16, 24, 40, 0.06);
  color: #101828;
  font-size: 14px;
  font-weight: 600;
}

.multi-report-table tbody tr:first-child td {
  border-top: none;
}

.multi-report-table tbody tr:hover td {
  background: #fafcff;
}

.multi-report-id {
  font-weight: 800;
  color: #101828;
}

.multi-report-qty,
.multi-report-date {
  color: #344054;
  font-weight: 700;
}

.multi-report-debug {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px !important;
  background: rgba(47, 108, 246, 0.08);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 800;
}

/* MULTI REPORT END */
/* =========================================================
VCM ADD-ON MODAL
========================================================= */
.vcm-addon-modal .modal-dialog.vcm-addon-dialog {
  width: 980px;
  max-width: calc(100% - 24px);
  margin: 40px auto;
}

.vcm-addon-content {
  position: relative;
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(16, 24, 40, .18);
}

.vcm-addon-shell {
  padding: 48px;
}

.vcm-addon-panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px !important;
}

.vcm-addon-panel--meta {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.vcm-addon-topbar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 0;
}

.vcm-topbar-item {
  font-size: 14px;
  color: #344054;
  white-space: nowrap;
  flex: 0 0 auto;
}

.vcm-topbar-item .k {
  font-weight: 700;
  color: #101828;
  margin-right: 4px;
}

.vcm-topbar-item .v {
  font-weight: 600;
  color: #475467;
}

.vcm-addon-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.vcm-topbar-tools {
  border-radius: 999px !important;
  padding: 7px 14px !important;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, .10) !important;
  background: #fff !important;
}

.vcm-addon-close {
  display: none !important;
}

.vcm-topbar-x {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--brand-primary);
  font-size: 26px;
  line-height: 28px;
  padding: 0;
  cursor: pointer;
  opacity: .95;
}

.vcm-topbar-x:hover {
  opacity: 1;
}

.vcm-addon-panel--module {
  overflow: hidden;
}

.vcm-addon-header {
  background: var(--vcm-primary-text, var(--brand-primary));
  color: #fff;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vcm-addon-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vcm-addon-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, .18);
  font-weight: 800;
  line-height: 1;
}

.vcm-addon-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
}

.vcm-addon-body {
  padding: 18px;
  background: #fff;
}

.vcm-addon-subtitle {
  color: var(--vcm-muted, #667085);
  font-size: 13px;
  margin-bottom: 14px;
}

.vcm-addon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 2px 2px 2px;
}

.vcm-addon-card {
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 12px !important;
  background: #fff;
  padding: 22px 18px;
  min-height: 128px;
  cursor: pointer;
  transition: all .14s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.vcm-addon-card:hover {
  background: #f8fafc;
  transform: translateY(-1px);
}

.vcm-addon-card.is-active {
  border-color: var(--vcm-primary-border, #8aa6ff);
  box-shadow: 0 0 0 4px rgba(31, 79, 255, .12);
}

.vcm-addon-iconWrap {
  width: 90px;
  height: 90px;
  border-radius: 14px !important;
  background: rgba(31, 79, 255, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
}

.vcm-addon-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-top: 2px;
}

#vcmAddOnModal .vcm-addon-iconWrap>i.fa {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  color: var(--brand-primary);
  font-size: 26px;
  line-height: 1;
  padding-right: 0;
  position: relative;
  top: 1px;
  margin-left: 0 !important;
  margin-top: 2px;
}

.vcm-addon-footer {
  border-top: 1px solid rgba(0, 0, 0, .06);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
}

.vcm-addon-footer-left {
  color: var(--vcm-muted, #667085);
  font-size: 12px;
  min-width: 180px;
  flex: 0 0 auto;
}

.vcm-addon-footer-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.vcm-tools-dd .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.vcm-tools-dd>.dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 179px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e0e0;
  border-left: 8px solid transparent;
  content: '';
}

.vcm-tools-dd>.dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 180px;
  right: auto;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
}

.btn-vcm-primary {
  border-radius: 10px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  border: 1px solid !important;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff !important;
  box-shadow: none !important;
  transition: background-color .15s ease, border-color .15s ease, transform .08s ease;
}

.btn-vcm-primary:hover,
.btn-vcm-primary:focus {
  background: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
  color: #fff !important;
  outline: none !important;
}

.btn-vcm-primary:active,
.btn-vcm-primary.active {
  background: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
  transform: translateY(1px);
}

.btn-vcm-primary[disabled],
.btn-vcm-primary.disabled,
fieldset[disabled] .btn-vcm-primary {
  opacity: .55 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.btn-vcm-primary:focus {
  box-shadow: 0 0 0 3px rgba(47, 108, 246, .18) !important;
}

/* =========================================================
RESTORED: Footer Link Styling
========================================================= */
.vcb-link {
  padding: 0;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.vcb-link:hover {
  text-decoration: none;
  color: var(--brand-primary);
  font-weight: bold;
}

/* =========================================================
RESTORED: Checked / Disabled Card State
========================================================= */
.checked {
  position: relative;
  opacity: 0.4;
  pointer-events: none;
}

/* blue rounded square */
.checked::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--brand-primary);
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}

/* Font Awesome check */
.checked::after {
  content: "\f00c";
  /* fa-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  color: var(--brand-primary);
}

/* =========================================================
RESTORED: Responsive Behavior
========================================================= */
/* Tablet */
@media (max-width: 991px) {
  .vcm-addon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vcm-addon-topbar-left {
    flex-wrap: wrap;
  }

  .vcm-addon-footer {
    flex-wrap: wrap;
  }

  .vcm-addon-footer-right {
    width: 100%;
    justify-content: flex-end;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .vcm-addon-grid {
    grid-template-columns: 1fr;
  }

  .vcm-addon-footer-left,
  .vcm-addon-footer-right {
    min-width: 0;
    width: 100%;
  }

  .vcm-addon-footer-right {
    justify-content: space-between;
  }
}

/* =========================================================
SHARED PILLS / META
========================================================= */
.vcm-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 10px !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
}

.vcm-pill-outline-green {
  background: #fff;
  color: #067647;
  border-color: #067647;
}

.vcm-pill-outline-red {
  background: #fff;
  color: #ff0000;
  border-color: #ff0000;
}

.vcm-pill-muted {
  background: transparent;
  color: #667085;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.meta-row--deployment-date {
  align-items: center;
}

.meta-v--with-btn {
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.meta-v-text {
  flex: 1 1 auto;
  min-width: 0;
}

.meta-link-btn {
  display: inline-block;
  background: var(--brand-primary);
  padding: 4px 5px;
  margin-left: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  top: -2px;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}

.meta-link-btn:hover,
.meta-link-btn:focus {
  background: #fb0037;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* =========================================================
VEHICLE CAMPAIGN BUILDER
========================================================= */
.vcb-page-content {
  min-height: 120%;
}

.vcb-shell {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px !important;
  box-shadow: 0 14px 40px rgba(16, 24, 40, .10);
  padding: 22px;
}

.vcb-portlet {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.vcb-card {
  padding: 0 !important;
}

.vcb-progress {
  margin: 0;
  border-radius: 0 !important;
}

.vcb-progress .vcb-progress-bar {
  width: 25%;
}

.vcb-section {
  margin-top: 6px;
}

.vcb-section-gap {
  margin-top: 22px;
}

.vcb-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vcb-section-head-split {
  margin-bottom: 14px;
}

.vcb-section-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--vcm-text);
}

.vcb-sub {
  color: var(--vcm-muted);
  font-size: 12px;
  margin-top: 4px;
}

.vcb-sub-tight {
  margin-top: 2px;
}

.vcb-panel {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 14px !important;
  background: #fff;
  padding: 18px;
}

.vcb-grid {
  margin-top: 6px;
}

.vcb-label {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  margin: 0 0 6px 0;
}

.vcb-block {
  margin-bottom: 12px;
}

.vcb-block-gap {
  margin-top: 12px;
}

.vcb-field {
  border-radius: 10px !important;
  border: 1px solid var(--vcm-border-soft);
  box-shadow: none;
  height: 42px;
  padding: 10px 12px;
  font-size: 13px;
}

textarea.vcb-field {
  height: auto;
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}

.vcb-field:focus {
  border-color: var(--vcm-primary-border);
  box-shadow: 0 0 0 3px rgba(31, 79, 255, .12);
}

.vcb-btn-primary {
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-weight: 600;
}

.vcb-btn-soft {
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-weight: 600;
}

/* -------------------------
Template grid
------------------------- */
#templateGrid.vcb-template-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
  align-items: stretch;
}

#templateGrid .vcb-template {
  width: 100%;
  height: 160px;
  border: 1px solid var(--vcm-border-soft);
  background: var(--vcm-surface);
  padding: 8px;
  cursor: pointer;
  position: relative;
  transition: all .15s ease;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

#templateGrid .vcb-template:hover {
  background: #f9fafb;
}

#templateGrid .vcb-template.is-active {
  background: var(--vcm-primary-bg);
  border-color: var(--vcm-primary-border);
  box-shadow: 0 0 0 3px rgba(31, 79, 255, .10);
}

#templateGrid .vcb-template-thumb {
  width: 100%;
  flex: 1;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, .06);
  background: #f3f4f6;
  overflow: hidden;
  display: block;
}

#templateGrid .vcb-template-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#templateGrid .vcb-template-label {
  font-size: 11px;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#templateGrid .vcb-template-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 999px !important;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .12s ease, transform .12s ease;
  z-index: 2;
}

#templateGrid .vcb-template-check i {
  font-size: 12px;
  line-height: 1;
  color: #111827;
}

#templateGrid .vcb-template.is-active .vcb-template-check {
  opacity: 1;
  transform: scale(1);
  background: var(--vcm-primary-text);
  border-color: var(--vcm-primary-text);
}

#templateGrid .vcb-template.is-active .vcb-template-check i {
  color: #fff;
}

#templateGrid .vcb-template:nth-child(n+11) {
  display: none;
}

.vcb-template-preview {
  position: fixed;
  z-index: 9999;
  width: 360px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 12px !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
  padding: 10px;
  display: none;
}

.vcb-template-preview img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------
Vehicle pick UI
------------------------- */
.vcb-block-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.vcb-list-box {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 14px !important;
  background: #fff;
  padding: 10px;
}

.vcb-list-scroll {
  max-height: 210px;
  overflow: auto;
  padding-right: 4px;
}

.vcb-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vcb-pill {
  border: 1px solid var(--vcm-border-soft);
  border-radius: 10px !important;
  background: #fff;
  padding: 10px 12px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all .15s ease;
  min-height: 42px;
}

.vcb-pill:hover {
  background: #f9fafb;
}

.vcb-pill.is-active {
  border-color: var(--vcm-primary-border);
  background: #fff;
}

.vcb-pill-check {
  width: 18px;
  height: 18px;
  border-radius: 4px !important;
  border: 1px solid rgba(0, 0, 0, .14);
  background: #fff;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
}

.vcb-pill-check>i.fa,
.vcb-pill-check>i[class^="fa"],
.vcb-pill-check>i[class*=" fa-"] {
  display: block !important;
  line-height: 1 !important;
  font-size: 11px !important;
  margin: 0 !important;
  color: transparent !important;
}

.vcb-pill.is-active .vcb-pill-check {
  background: var(--vcm-primary-text);
  border-color: var(--vcm-primary-text);
}

.vcb-pill.is-active .vcb-pill-check>i {
  color: #fff !important;
}

.vcb-pill-text {
  font-weight: 600;
  color: #111827;
}

.vcb-trim-card {
  border-radius: 14px !important;
  padding: 12px;
  margin-bottom: 0;
  background: #fff;
}

.vcb-trim-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 10px;
}

.vcb-trim-title {
  font-weight: 700;
  color: #111827;
}

.vcb-trim-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vcb-chip {
  border: 1px solid var(--vcm-border-soft);
  background: #fff;
  border-radius: 999px !important;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
  transition: all .15s ease;
}

.vcb-chip:hover {
  background: #f9fafb;
}

.vcb-chip.is-active {
  background: var(--vcm-primary-text);
  border-color: var(--vcm-primary-text);
  color: #fff;
  font-weight: 600;
}

.vcb-box {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 14px !important;
  background: #fff;
  padding: 12px;
}

.vcb-color-model-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.vcb-color-model-title {
  font-weight: 700;
  color: #111827;
  font-size: 12px;
}

.vcb-color-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px !important;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.vcb-color-left {
  min-width: 0;
}

.vcb-color-trim {
  color: #111827;
  font-weight: 600;
  font-size: 12px;
}

/* -------------------------
Offers / footer / steps
------------------------- */
.vcb-offer-card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
}

.vcb-offer-head {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  background: #fff;
}

.vcb-offer-title {
  font-weight: 700;
  color: #111827;
}

.vcb-offer-body {
  padding: 12px 14px;
}

.vcb-mini-label {
  font-size: 11px;
  font-weight: 700;
  color: #374151;
  margin: 8px 0 6px 0;
}

.vcb-offer-panel {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 14px !important;
  padding: 12px;
  background: #fff;
  margin-top: 10px;
}

.vcb-offer-panel-title {
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.vcb-trim-offer {
  border-radius: 14px !important;
  padding: 12px;
  margin-bottom: 12px;
}

.vcb-trim-offer-head {
  border-left: 3px solid var(--vcm-primary-border);
  padding-left: 10px;
  margin-bottom: 10px;
}

.vcb-trim-name {
  font-weight: 700;
  color: #111827;
}

.vcb-footerbar {
  margin-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, .06);
  padding-top: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.vcb-footer-meta {
  color: var(--vcm-muted);
  font-size: 12px;
}

.vcb-footer-line {
  display: flex;
  gap: 6px;
  margin: 2px 0;
}

.vcb-footer-k {
  font-weight: 700;
  color: #111827;
}

.vcb-footer-v {
  color: var(--vcm-muted);
}

.vcb-btn-next {
  min-width: 104px;
}

.vcb-empty {
  padding: 12px;
  border: 1px dashed #d7dee8;
  border-radius: 14px !important;
  background: var(--vcm-surface-soft);
  color: var(--vcm-muted);
  font-size: 12px;
}

.vcb-empty-large {
  padding: 18px;
}

.vcb-step-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}

.vcb-step-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px !important;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, .10);
  background: #fff;
  color: #111827;
  text-decoration: none !important;
  transition: all .15s ease;
}

.vcb-step-btn:hover {
  background: #f9fafb;
}

.vcb-step-btn.is-active {
  border-color: var(--vcm-primary-border);
  background: var(--vcm-primary-bg);
  color: var(--vcm-primary-text);
}

.vcb-step-btn i {
  font-size: 13px;
  opacity: .9;
}

.vcb-color-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px !important;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, .12);
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}

.vcb-color-dot--white {
  border: 1px solid rgba(0, 0, 0, .22);
}

.vcb-offer-meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vcb-year-select {
  min-width: 110px;
}

.vcb-template-check>i.fa-check {
  margin-left: 0 !important;
  margin-top: 4px !important;
}

.vcb-link {
  padding: 0;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.vcb-link:hover {
  text-decoration: none;
  color: var(--brand-primary);
  font-weight: bold;
}

/* =========================================================
LOGIN
========================================================= */
.login .content .form-group {
  margin-bottom: 14px;
}

.login .content .form-control.vcm.vcb-field {
  width: 100%;
  height: 46px;
  padding: 0 16px !important;
  border: 1px solid #E1E3EE;
  border-radius: 10px !important;
  background: #ffffff;
  color: #000000 !important;
  font-size: 14px;
  line-height: 46px;
  font-weight: 500;
  display: block;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.login .content .form-control.vcm.vcb-field::placeholder {
  color: var(--text-secondary);
  opacity: 1;
  line-height: normal;
}

.login .content .form-control.vcm.vcb-field:hover {
  border-color: var(--text-secondary);
}

.login .content .form-control.vcm.vcb-field:focus {
  border-color: var(--brand-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(55, 125, 255, .12) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(55, 125, 255, .12) !important;
}

.login .content textarea.form-control.vcm.vcb-field {
  height: auto;
  min-height: 120px;
  line-height: 1.5;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.login .content .form-actions {
  padding: 20px 0 0;
  margin-left: 0;
  margin-right: 0;
}

.login .content .form-actions>.btn {
  margin-top: 0;
}

.google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.google-btn img {
  width: 30px;
  margin-right: 10px;
}

.google-btn:hover {
  background-color: #f1f1f1;
}

.login-page-wrap {
  height: 100vh;
}

.login-page-center {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login .logo {
  margin: 20px auto 40px;
  padding: 15px;
  text-align: center;
}

.login .content .forget-form,
.login .content .register-form {
  display: none
}

.login .content .forget-form,
.login .content .login-form {
  padding: 0;
  margin: 0
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
  color: #333;
}

.login .content .forget-password:hover {
  text-decoration: none;
  color: #000;
}

/* =========================================================
RESPONSIVE
========================================================= */
@media (min-width: 992px) {
  .vcm-preview-img {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 1199px) {
  .multi-report-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #templateGrid.vcb-template-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #templateGrid .vcb-template:nth-child(n+9) {
    display: none;
  }
}

@media (max-width: 991px) {
  .vcm-addon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vcm-addon-topbar-left {
    flex-wrap: wrap;
  }

  .vcm-addon-footer {
    flex-wrap: wrap;
  }

  .vcm-addon-footer-right {
    width: 100%;
    justify-content: flex-end;
  }

  #templateGrid.vcb-template-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #templateGrid .vcb-template:nth-child(n+7) {
    display: none;
  }
}

@media (max-width: 767px) {
  .multi-report-card-head {
    flex-direction: column;
    align-items: stretch;
  }

  .multi-report-confirm {
    width: 100%;
  }

  .multi-report-confirm .multi-report-btn {
    width: 100%;
  }

  .multi-report-summary {
    grid-template-columns: 1fr;
  }

  #templateGrid.vcb-template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #templateGrid .vcb-template:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 640px) {
  .vcm-addon-grid {
    grid-template-columns: 1fr;
  }

  .vcm-addon-footer-left,
  .vcm-addon-footer-right {
    min-width: 0;
    width: 100%;
  }

  .vcm-addon-footer-right {
    justify-content: space-between;
  }
}

@media (max-width: 575.98px) {
  .meta-v--with-btn {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media print {
  .meta-link-btn {
    display: none !important;
  }
}

@media only screen and (max-width: 1350px) {
  .portlet.light {
    padding: 2px 20px 15px;
    background-color: #fff;
  }

  .col-50r {
    width: 50%;
    float: right;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
  }

  .switch+.geo-title {
    color: var(--brand-primary);
    font-size: 12px !important;
    margin-top: 5px !important;
  }

  .fetch-btn {
    float: right;
    position: inherit;
    top: 10px;
    width: 110px !important;
  }

  .stat-count {
    font-size: 12px !important;
    color: #000000 !important;
    padding-left: 8px !important;
    position: absolute;
    top: 46px;
  }

  .portlet-title,
  h2.date-search-title {
    font-size: 16px !important;
    line-height: 31px;
    letter-spacing: 0.144375px;
    color: var(--brand-primary);
    padding-right: 0;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .date-range-width {
    width: 155px;
  }

  .pad-l-75 {
    padding-left: 25px;
    padding-top: 0;
    padding-right: 20px;
    width: 80%;
  }

  input.date-from {
    border: 1px solid #E1E3EE;
    border-radius: 30px !important;
    padding: 10px 15px;
    width: 154px;
    text-align: center;
    color: #414141;
    margin-right: 20px;
    height: 48px;
    font-size: 12px;
  }

  input.date-to {
    border: 1px solid #E1E3EE;
    border-radius: 30px !important;
    padding: 10px 15px;
    width: 156px;
    text-align: center;
    color: #414141;
    height: 48px;
    margin-right: 20px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1250px) {
  .portlet>.portlet-title>.nav-tabs {
    background: 0 0;
    margin: 1px 0 0;
    float: left !important;
    display: inline-block;
    border: 0;
  }

  .portlet.light>.portlet-title>.nav-tabs>li>a:last-child {
    margin: 0;
    padding: 12px 0 13px 0;
    font-size: 14px;
    color: var(--brand-primary);
  }

  .portlet.light>.portlet-title>.nav-tabs>li {
    margin: 0;
    padding: 0 10px;
  }

  .portlet.light>.portlet-title>.nav-tabs>li:last-child {
    margin: 0;
    padding: 0 0 0 10px;
  }
}

@media only screen and (max-width: 715px) and (min-width: 561px) {
  .well {
    min-height: 560px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f4f7;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  }
}

@media only screen and (max-width: 560px) {
  .well {
    min-height: 560px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f4f7;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  }

  .stat-count {
    font-size: 16px !important;
    color: #000000 !important;
    padding-left: 10px !important;
  }

  .login {
    background-color: #F6F6F6 !important;
    background-image: none !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
  }
}

@media only screen and (max-width: 515px) {
  .upload {
    display: inherit;
  }
}

.font-green {
  color: #000000 !important;
}

.copyright {
  color: #000000;
  font-size: 12px;
  margin-top: 20px;
}

.aiSelect img {
  position: relative;
  top: -3px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--brand-primary);
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-radius: 50px !important;
  text-align: center;
  height: 50px;
  width: 50px;
}

#myBtn:hover {
  background-color: var(--brand-primary-hover);
}

#myBtn .fa-solid.fa-chevron-up {
  color: #ffffff;
}

.panel-heading a,
.panel-heading a:active,
.panel-heading a:focus,
.panel-heading a:hover {
  color: inherit;
}

.broadcast-date .row {
  display: flex;
  align-items: center;
}

.broadcast-date .row>.col-xs-3 {
  display: flex;
  align-items: center;
  min-height: 42px;
}

.broadcast-date .control-label {
  margin-bottom: 0;
  line-height: 1.2;
}

.broadcast-date .broadcast-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.broadcast-date .broadcast-wrapper>span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex: 0 0 auto;
}

.broadcast-date .broadcast-wrapper img {
  margin-top: 0 !important;
  position: relative;
  top: 0;
}

.broadcast-date .broadcast-input {
  height: 42px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: var(--sidebar-hover-text);
  text-decoration: none;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
  color: #000000;
  background-color: #fff;
  border: 0px;
  border-bottom-color: transparent;
  cursor: default;
  border-bottom: 2px solid #000000;
}

/* GLOBAL SVG ICON COLOR */
img[src$=".svg"] {
  filter: var(--brand-filter);
}

/* RANGE / SLIDER SPRITE BRAND COLOR */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-flat.png) repeat-x;
  filter: var(--brand-filter);
}

/* DATATABLE SORT DESC ASC ICON */
table.dataTable thead .sorting_desc {
  filter: var(--icon-filter) !important;
}

/* DATATABLE SORT DESC ICON */
table.dataTable thead .sorting_asc {
  filter: var(--icon-filter) !important;
}

/* DATATABLE SEARCH ICON */
.dataTables_filter>label::before {
  content: url(/assets/global/img/search.svg);
  position: relative;
  margin-right: 3px;
  top: 2px;
  filter: var(--icon-filter);
}

/* =========================================================
OVERHAUL START
========================================================= */

/* =========================================================
FORMS — CLEAN BASE SYSTEM START
========================================================= */
/* Form Group */
.form-group {
  margin-bottom: 20px;
}

/* Labels */
.control-label {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-primary, #000);
  margin-bottom: 6px;
}

/* Base Inputs */
.form-control {
  width: 100%;
  height: 42px;
  padding: 10px 14px;
  background-color: var(--card-bg, #fff);
  border: 1px solid var(--border-color, #E1E3EE);
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary, #000);
  box-shadow: none !important;
  transition: all 0.2s ease;
}

/* Focus */
.form-control:focus {
  outline: none;
  border-color: var(--focus-border);
  box-shadow: 0 0 0 2px var(--focus-ring);
}

/* Placeholder */
.form-control::placeholder {
  color: var(--text-secondary);
  font-weight: 400;
}

/* =========================================================
FORMS — CLEAN BASE SYSTEM END
========================================================= */
/* =========================================================
SIDEBAR / NAV — CLEAN BASE SYSTEM START
========================================================= */
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover,
.page-sidebar {
  background-color: var(--sidebar-bg);
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a,
.page-sidebar .page-sidebar-menu>li>a {
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  border-top: none;
  padding: 20px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.144375px;
  color: var(--sidebar-text);
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i[class^="icon-"],
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i[class*="icon-"],
.page-sidebar .page-sidebar-menu>li>a>i[class^="icon-"],
.page-sidebar .page-sidebar-menu>li>a>i[class*="icon-"] {
  color: var(--sidebar-icon);
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
.page-sidebar .page-sidebar-menu>li:hover>a,
.page-sidebar .page-sidebar-menu>li.open>a,
.page-sidebar .page-sidebar-menu>li.active>a,
.page-sidebar .page-sidebar-menu>li.active.open>a {
  background: var(--sidebar-active-bg) !important;
  color: var(--sidebar-active-text);
  border-top-color: transparent;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a,
.page-sidebar .page-sidebar-menu .sub-menu>li>a {
  display: block;
  margin: 0;
  padding: 10px 15px 10px 43px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  background: transparent;
  color: var(--sidebar-text);
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.open>a,
.page-sidebar .page-sidebar-menu .sub-menu>li.active>a {
  background: var(--sidebar-hover-bg) !important;
  color: var(--sidebar-hover-text);
}

/* =========================================================
SIDEBAR / NAV — CLEAN BASE SYSTEM END
========================================================= */
#filtersMore .vcm-input:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 3px rgba(31, 79, 255, .12) !important;
}

.btn-lg.default {
  background: none !important;
  border: none !important;
}

.btn-lg {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  border-radius: 10px !important;
}

.btn-lg:hover {
  background: var(--brand-primary-hover) !important;
  border-color: var(--brand-primary-hover) !important;
  border-radius: 10px !important;
}
.btn-lg.btn-cancel{
  background: none !important;
  color: #000000 !important;
}
.btn-lg.btn-cancel:hover:active{
  background: none !important;
  color: #000000 !important;
}
/* ==================================================
TABLE USERS CSS PAGE SPECIFIC CSS START 04/15/2026
================================================== */
#tblUsers_wrapper>.dt-margin-full {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#tblUsers_wrapper>.dt-margin-full>.col-50l {
		padding-left: 0px !important;
		display: block
	}

	#tblUsers_wrapper>.dt-margin-full>.col-50r {
		padding-right: 0px !important;
	}
  /* ==================================================
TABLE USERS CSS PAGE SPECIFIC CSS END 04/15/2026
================================================== */


/* ==================================================
BOOTSTRAP SELECT DROPDOWN CSS OVERRIDE START
================================================== */
.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 10px 14px;
  background-color: var(--card-bg, #fff) !important;
  border: 1px solid var(--border-color, #E1E3EE) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--text-primary, #000) !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left !important;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.bootstrap-select .dropdown-toggle .filter-option,
.bootstrap-select .dropdown-toggle .filter-option-inner,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: block;
  width: 100%;
  color: var(--text-primary, #000);
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  position: relative;
  top: 1px;
}

.bootstrap-select > .dropdown-toggle:hover {
  background-color: var(--card-bg, #fff) !important;
  border-color: var(--border-color, #E1E3EE) !important;
  color: var(--text-primary, #000) !important;
  box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select.open > .dropdown-toggle,
.bootstrap-select.btn-group.show > .dropdown-toggle {
  background-color: var(--card-bg, #fff) !important;
  border-color: var(--focus-border, var(--brand-primary, #1f4fff)) !important;
  color: var(--text-primary, #000) !important;
  box-shadow: 0 0 0 3px rgba(31, 79, 255, 0.12) !important;
  outline: none !important;
}

.bootstrap-select .caret {
  right: 14px !important;
  margin-top: 0 !important;
}

.bootstrap-select .caret:before {
  content: "\f107";
  display: inline-block;
  border: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #B8BDDA;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 17px !important;
}
.bootstrap-select .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6979B4; /* color */
  margin-top: 0;
}

.bootstrap-select .caret:before {
  content: none; /* kill FontAwesome */
}
.bootstrap-select .caret {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #b8bdda;
    margin-top: 0;
}
.bootstrap-select .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
height: 100%;
max-height: 400px;
width: 400px;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
  max-width: fit-content;
  max-height: 400px !important;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    width: auto;
}
.dropdown-menu.open {
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.dataTables_length#mytable_length  {
    width: 80px !important;
}

/* DATATABLES RESULTS DROPDOWN FIX START */

.dataTables_wrapper .dataTables_length label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_length .bootstrap-select {
  width: auto !important;
  min-width: auto;
  margin: 0px;
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_length .bootstrap-select > .dropdown-toggle {
  height: 34px;
  padding: 6px 20px 6px 10px;
  line-height: 20px;
}

.dataTables_wrapper .dataTables_length .bootstrap-select .filter-option,
.dataTables_wrapper .dataTables_length .bootstrap-select .filter-option-inner,
.dataTables_wrapper .dataTables_length .bootstrap-select .filter-option-inner-inner {
  line-height: 26px;
}

.dataTables_wrapper .dataTables_length .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 8px;
  margin-top: -2px;
}

.dataTables_wrapper .dataTables_length .bootstrap-select.open .dropdown-menu {
  min-width: 100% !important;
}
#mytable_wrapper button.dropdown-toggle.btn-default[aria-owns="bs-select-1"] {
  width: auto;
}
/* DATATABLES RESULTS DROPDOWN FIX END */

/* ==================================================
BOOTSTRAP SELECT DROPDOWN CSS OVERRIDE END
================================================== */


/* =========================================================
   CAMPAIGN TRENDS MONTH PICKER START
========================================================= */

.ctr #ui-datepicker-div {
  width: 280px !important;
  padding: 18px 20px 16px !important;
  border: 1px solid var(--border-color, #E1E3EE) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.12) !important;
}

.ctr #ui-datepicker-div .ui-datepicker-calendar {
  display: none !important;
}

.ctr #ui-datepicker-div .ui-datepicker-prev,
.ctr #ui-datepicker-div .ui-datepicker-next,
.ctr #ui-datepicker-div .ui-datepicker-current {
  display: none !important;
}

.ctr #ui-datepicker-div .ui-datepicker-header {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}

.ctr #ui-datepicker-div .ui-datepicker-title {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: normal !important;
}

/* hide original jQuery UI selects after bootstrap-select converts them */
.ctr #ui-datepicker-div select.ui-datepicker-month,
.ctr #ui-datepicker-div select.ui-datepicker-year {
  display: none !important;
}

/* bootstrap-select wrappers */
.ctr #ui-datepicker-div .bootstrap-select {
  flex: 1 1 0 !important;
  width: auto !important;
  margin: 0 !important;
}

.ctr #ui-datepicker-div .bootstrap-select > .dropdown-toggle {
  width: 100% !important;
  height: 34px !important;
  padding: 6px 28px 6px 12px !important;
  border-radius: 8px !important;
  border: 1px solid var(--border-color, #E1E3EE) !important;
  background: #fff !important;
  box-shadow: none !important;

  display: flex !important;
  align-items: center !important;
}

.ctr #ui-datepicker-div .bootstrap-select .filter-option,
.ctr #ui-datepicker-div .bootstrap-select .filter-option-inner,
.ctr #ui-datepicker-div .bootstrap-select .filter-option-inner-inner {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  line-height: normal !important;
}

.ctr #ui-datepicker-div .bootstrap-select .filter-option-inner-inner {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--text-primary, #000) !important;
}

.ctr #ui-datepicker-div .ui-datepicker-buttonpane {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid var(--border-color, #E1E3EE) !important;
}

.ctr #ui-datepicker-div .ui-datepicker-close {
  width: 100% !important;
  border: none !important;
  background: var(--brand-primary, #377dff) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* =========================================================
   CAMPAIGN TRENDS MONTH PICKER END
========================================================= */

.modal-content .modal-head > button.close {
    position: relative;
    top: -107px;
}

/* =========================================================
   VEHICLE CREATIVE REQUEST PAGE
   Uses global white-label + VCM tokens. START
   ========================================================= */

.vehicle-creative-actions {
  margin-top: 10px;
}

.vehicle-creative-two-col {
  margin-top: 22px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.vehicle-creative-two-col > [class*="col-"] {
  display: flex;
}

.vehicle-creative-two-col .vcm-panel {
  width: 100%;
}

.vehicle-creative-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.vehicle-creative-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: var(--vcm-primary-bg, #eaf1ff);
  color: var(--vcm-primary-text, var(--brand-primary, #1f4fff));
  border: 1px solid var(--vcm-primary-border, #bcd2ff);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 11px;
  white-space: nowrap;
}

.vehicle-creative-meta-box {
  background: var(--vcm-surface-soft, #fafcff);
  border: 1px solid var(--vcm-border-soft, var(--border-color, #e5e7eb));
  border-radius: 12px !important;
  padding: 12px 14px;
  margin-top: 14px;
}

.vehicle-creative-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: var(--vcm-muted, var(--text-secondary, #6b7280));
  padding: 4px 0;
  border-bottom: 1px solid var(--vcm-border-soft, var(--border-color, #e5e7eb));
}

.vehicle-creative-meta-row:last-child {
  border-bottom: none;
}

.vehicle-creative-meta-row strong {
  color: var(--vcm-text, var(--text-primary, #111827));
}

.vehicle-creative-row {
  background: var(--vcm-surface-soft, #fafcff);
  border: 1px solid var(--vcm-border-soft, var(--border-color, #e5e7eb));
  border-radius: 12px !important;
  padding: 16px;
  margin-bottom: 14px;
}

.vehicle-creative-row:last-child {
  margin-bottom: 0;
}

.vehicle-creative-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.vehicle-creative-row-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--vcm-text, var(--text-primary, #111827));
}

.vehicle-creative-row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vehicle-creative-status {
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px !important;
  padding: 4px 10px;
  background: var(--vcm-primary-bg, #eaf1ff);
  color: var(--vcm-muted, var(--text-secondary, #6b7280));
  border: 1px solid var(--vcm-primary-border, #bcd2ff);
}

.vehicle-creative-status.complete {
  background: var(--vcm-primary-bg, #eaf1ff);
  color: var(--vcm-primary-text, var(--brand-primary, #1f4fff));
  border-color: var(--vcm-primary-border, #bcd2ff);
}

.vehicle-creative-delete {
  border: none;
  background: #dc2626;
  color: #ffffff;
  border-radius: 8px !important;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vehicle-creative-delete:hover,
.vehicle-creative-delete:focus {
  background: #b91c1c;
  color: #ffffff;
}

.vehicle-creative-delete .vehicle-creative-delete-icon {
  color: #ffffff !important;
  margin-left: 1px !important;
  margin-top: 1px;
  font-size: 12px;
}

.vehicle-creative-empty {
  border: 1px dashed var(--vcm-border-soft, var(--border-color, #cdd6e5));
  border-radius: 12px !important;
  background: var(--vcm-surface-soft, #fafcff);
  padding: 28px 18px;
  text-align: center;
  color: var(--vcm-muted, var(--text-secondary, #6b7280));
  font-size: 13px;
  line-height: 1.5;
}

.vehicle-creative-panel {
  margin-top: 22px;
}

.vehicle-creative-note {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .vehicle-creative-two-col {
    display: block;
  }

  .vehicle-creative-two-col > [class*="col-"] {
    display: block;
  }

  .vehicle-creative-two-col .col-md-5 {
    margin-bottom: 22px;
  }

  .vehicle-creative-panel-head {
    display: block;
  }

  .vehicle-creative-pill {
    margin-top: 12px;
  }
}

/* =========================================================
   VEHICLE CREATIVE REQUEST PAGE
   Uses global white-label + VCM tokens. END
   ========================================================= */
   /* =========================================================
   VEHICLE CREATIVE MANAGER / BUILDER
   Consolidated module for:
   Request, Dashboard, Preview, Status, History, Revisions
   Uses existing root tokens only. START
   ========================================================= */

/* =========================================================
   Page Wrappers / Inline Style Replacements
   ========================================================= */

.vehicle-creative-page-content,
.vehicle-creative-page .page-content,
.vehicle-creative-preview-page .page-content,
.vehicle-creative-status-page .page-content,
.vehicle-creative-history-page .page-content,
.vehicle-creative-revisions-page .page-content {
  min-height: 120%;
}

.vehicle-creative-dashboard-page .page-content {
  min-height: 100%;
}

.vehicle-creative-portlet-pad,
.vehicle-creative-page .portlet.light.bordered.shadow,
.vehicle-creative-preview-page .portlet.light.bordered.shadow,
.vehicle-creative-status-page .portlet.light.bordered.shadow,
.vehicle-creative-history-page .portlet.light.bordered.shadow,
.vehicle-creative-revisions-page .portlet.light.bordered.shadow {
  padding: 10px 20px 20px 20px;
}

.vehicle-creative-dashboard-main-col {
  padding-right: 40px;
}

.vehicle-creative-actions,
.vehicle-creative-preview-actions,
.vcp-page-actions,
.vcr-page-actions,
.vch-page-actions,
.vcs-page-actions {
  margin-top: 18px;
}

.vehicle-creative-actions .btn,
.vehicle-creative-preview-actions .btn,
.vcp-page-actions .btn,
.vcr-page-actions .btn,
.vch-page-actions .btn,
.vcs-page-actions .btn {
  border-radius: 0 !important;
}

.vehicle-creative-preview-page .page-title small,
.vehicle-creative-status-page .page-title small,
.vehicle-creative-history-page .page-title small,
.vehicle-creative-revisions-page .page-title small {
  margin-left: 6px;
}

.vcm-prewrap {
  white-space: pre-wrap;
}

/* =========================================================
   Shared Cards / Panels
   ========================================================= */

.vcm-card {
  background: var(--vcm-surface);
  /*border: 1px solid var(--vcm-border);*/
  border-radius: 8px !important;
  padding: 22px;
  /*box-shadow: 0 8px 22px rgba(18, 32, 58, 0.06);*/
}

.vcm-panel {
  background: var(--vcm-surface);
  border: 1px solid var(--vcm-border);
  border-radius: 6px !important;
  padding: 18px;
  margin-bottom: 18px;
}

.vcm-h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--vcm-text);
  line-height: 1.25;
  margin: 0 0 4px 0;
}

.vcm-sub {
  font-size: 13px;
  color: var(--vcm-muted);
  line-height: 1.45;
  margin-bottom: 0;
}

.vehicle-creative-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.vcm-section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--vcm-text);
  margin-bottom: 2px;
}

.vcm-section-sub {
  font-size: 12px;
  color: var(--vcm-muted);
  line-height: 1.35;
}

.vcm-label {
  font-size: 12px;
  color: var(--vcm-text);
  font-weight: 700;
  margin-bottom: 6px;
}

.vehicle-creative-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: var(--vcm-primary-bg);
  color: var(--vcm-primary-text);
  border: 1px solid var(--vcm-primary-border);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 11px;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
}

.vcm-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

/* =========================================================
   Empty / Notes / Info Boxes
   ========================================================= */

.vcm-empty,
.vcp-empty,
.vcr-empty,
.vch-empty,
.vcs-empty,
.vehicle-creative-empty,
.vehicle-empty-text {
  color: #999999;
  font-size: 13px;
}

.vcm-empty,
.vcp-empty,
.vcr-empty,
.vch-empty,
.vcs-empty,
.vehicle-creative-empty {
  padding: 10px 0;
}

.vcm-upload-note,
.vcp-upload-note,
.vcr-note,
.vcs-note {
  font-size: 12px;
  color: var(--vcm-muted);
  margin-top: 5px;
}

.vcm-info-box,
.vcr-info-box,
.vcs-management-box {
  padding: 12px;
  border: 1px solid var(--vcm-border);
  border-radius: 6px !important;
  background: var(--vcm-surface-soft);
  color: #555555;
  font-size: 13px;
  margin-top: 14px;
}

.vcr-info-box {
  color: var(--vcm-primary-text);
  margin-bottom: 16px;
}

.vcm-warning-box,
.vcr-warning-box {
  padding: 12px;
  border: 1px solid #f0d7dc;
  border-radius: 6px !important;
  background: #fff4f6;
  color: #8a1f32;
  font-size: 13px;
  margin-bottom: 16px;
}

.vcm-lock-box,
.vcs-lock-box {
  padding: 12px;
  border: 1px solid #d7ebd9;
  border-radius: 6px !important;
  background: #f2fbf4;
  color: #255f2c;
  font-size: 13px;
  margin-bottom: 16px;
}

/* =========================================================
   Buttons
   ========================================================= */

.btn-soft {
  display: inline-block;
  border: 1px solid var(--vcm-border);
  background: var(--vcm-surface-soft);
  color: var(--vcm-text);
  border-radius: 6px !important;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
}

.btn-soft:hover,
.btn-soft:focus {
  background: #eef1f6;
  color: var(--vcm-text);
  text-decoration: none !important;
}

.btn-primary-round,
.vcm-btn-primary,
.vcp-btn-primary {
  border-radius: 6px !important;
  font-weight: 700;
  padding: 9px 16px;
}

.vcm-btn-brand,
.vcp-btn-primary {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #ffffff !important;
}

.vcm-btn-brand:hover,
.vcp-btn-primary:hover {
  background: var(--brand-primary-hover) !important;
  border-color: var(--brand-primary-hover) !important;
  color: #ffffff !important;
}

.vcm-btn-approve,
.vcp-btn-approve,
.vcm-btn-download,
.vcp-btn-download {
  background: #0e7c00 !important;
  border-color: #0e7c00 !important;
  color: #ffffff !important;
}

.vcm-btn-reopen,
.vcp-btn-reopen {
  background: #8a6d3b !important;
  border-color: #8a6d3b !important;
  color: #ffffff !important;
}

.vcm-btn-danger {
  background: #c6002b !important;
  border-color: #c6002b !important;
  color: #ffffff !important;
}

/* =========================================================
   Status Badges - Unified Across All Pages
   Supports:
   .vehicle-status, .vcp-status, .vcr-status, .vch-status, .vcs-status
   ========================================================= */

.vcm-status,
.vehicle-status,
.vcp-status,
.vcr-status,
.vch-status,
.vcs-status {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px !important;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  color: var(--vcm-text);
  text-transform: capitalize;
  line-height: 1.2;
}

.vehicle-status {
  font-size: 12px;
  font-weight: 600;
}

.vcm-h1 .vcm-status,
.vcm-h1 .vcp-status,
.vcm-h1 .vcr-status,
.vcm-h1 .vch-status,
.vcm-h1 .vcs-status {
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

/* Submitted / Brand */
.vcm-status.status-submitted,
.vehicle-status.status-submitted,
.vcp-status.status-submitted,
.vcr-status.status-submitted,
.vch-status.status-submitted,
.vcs-status.status-submitted {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  background: var(--vcm-primary-bg);
}

/* In Review / Reopened / Waiting */
.vcm-status.status-in-review,
.vehicle-status.status-in-review,
.vcp-status.status-in-review,
.vcr-status.status-in-review,
.vch-status.status-in-review,
.vcs-status.status-in-review,
.vcm-status.status-reopened,
.vehicle-status.status-reopened,
.vcp-status.status-reopened,
.vcr-status.status-reopened,
.vch-status.status-reopened,
.vcs-status.status-reopened,
.vcm-status.status-waiting-on-assets,
.vehicle-status.status-waiting-on-assets,
.vcp-status.status-waiting-on-assets,
.vcr-status.status-waiting-on-assets,
.vch-status.status-waiting-on-assets,
.vcs-status.status-waiting-on-assets {
  border-color: #8a6d3b;
  color: #8a6d3b;
  background: #fff8e8;
}

/* In Production / Needs Client Info */
.vcm-status.status-in-production,
.vehicle-status.status-in-production,
.vcp-status.status-in-production,
.vcr-status.status-in-production,
.vch-status.status-in-production,
.vcs-status.status-in-production,
.vcm-status.status-needs-client-info,
.vehicle-status.status-needs-client-info,
.vcp-status.status-needs-client-info,
.vcr-status.status-needs-client-info,
.vch-status.status-needs-client-info,
.vcs-status.status-needs-client-info {
  border-color: #31708f;
  color: #31708f;
  background: #f0f8fc;
}

/* Ready / Approved / Completed */
.vcm-status.status-ready-for-preview,
.vehicle-status.status-ready-for-preview,
.vcp-status.status-ready-for-preview,
.vcr-status.status-ready-for-preview,
.vch-status.status-ready-for-preview,
.vcs-status.status-ready-for-preview,
.vcm-status.status-approved,
.vehicle-status.status-approved,
.vcp-status.status-approved,
.vcr-status.status-approved,
.vch-status.status-approved,
.vcs-status.status-approved,
.vcm-status.status-completed,
.vehicle-status.status-completed,
.vcp-status.status-completed,
.vcr-status.status-completed,
.vch-status.status-completed,
.vcs-status.status-completed {
  border-color: #0e7c00;
  color: #007226;
  background: #f2fbf4;
}

/* Revision / Blocked */
.vcm-status.status-revisions-requested,
.vehicle-status.status-revisions-requested,
.vcp-status.status-revisions-requested,
.vcr-status.status-revisions-requested,
.vch-status.status-revisions-requested,
.vcs-status.status-revisions-requested,
.vcm-status.status-blocked,
.vehicle-status.status-blocked,
.vcp-status.status-blocked,
.vcr-status.status-blocked,
.vch-status.status-blocked,
.vcs-status.status-blocked {
  border-color: #c6002b;
  color: #c6002b;
  background: #fff4f6;
}

/* Archived */
.vcm-status.status-archived,
.vehicle-status.status-archived,
.vcp-status.status-archived,
.vcr-status.status-archived,
.vch-status.status-archived,
.vcs-status.status-archived {
  border-color: #d5d5d5;
  color: #555555;
  background: #f5f5f5;
}

/* =========================================================
   View Switch
   ========================================================= */

.vcm-view-switch,
.vcd-view-switch,
.vcp-view-switch {
  display: inline-flex;
  align-items: center;
  background: #eef1f6;
  border: 1px solid #d8dde8;
  border-radius: 999px !important;
  overflow: hidden;
  vertical-align: middle;
}

.vcd-view-switch {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.vcm-view-switch a,
.vcd-view-switch a,
.vcp-view-switch a {
  display: inline-block;
  padding: 7px 13px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #5b6473;
  background: transparent;
  line-height: 1;
}

.vcm-view-switch a:hover,
.vcd-view-switch a:hover,
.vcp-view-switch a:hover {
  text-decoration: none !important;
}

.vcm-view-switch a.is-internal-active,
.vcd-view-switch a.is-internal-active,
.vcp-view-switch a.is-internal-active {
  background: var(--brand-primary);
  color: #ffffff;
}

.vcm-view-switch a.is-client-active,
.vcd-view-switch a.is-client-active,
.vcp-view-switch a.is-client-active {
  background: #0e7c00;
  color: #ffffff;
}

/* =========================================================
   Detail Rows / Links
   ========================================================= */

.vcm-detail-grid,
.vcp-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.vcm-detail-row,
.vcp-detail-row,
.vcr-detail-row,
.vch-detail-row,
.vcs-detail-row {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.vcp-detail-row {
  margin-bottom: 0;
}

.vcm-detail-row strong,
.vcp-detail-row strong,
.vcr-detail-row strong,
.vch-detail-row strong,
.vcs-detail-row strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #6f7785;
  margin-bottom: 2px;
  letter-spacing: .2px;
}

.vcm-company-link,
.vcp-company-link,
.vcr-company-link,
.vch-company-link,
.vcs-company-link,
.vehicle-company-link {
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none !important;
  word-break: break-word;
}

.vehicle-company-link {
  font-weight: 600;
}

.vcm-company-link:hover,
.vcp-company-link:hover,
.vcr-company-link:hover,
.vch-company-link:hover,
.vcs-company-link:hover,
.vehicle-company-link:hover {
  text-decoration: underline !important;
}

/* =========================================================
   Request Page / Builder
   ========================================================= */

.vehicle-creative-two-col {
  margin-top: 22px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.vehicle-creative-two-col > [class*="col-"] {
  display: flex;
}

.vehicle-creative-two-col .vcm-panel {
  width: 100%;
}

.vehicle-creative-panel {
  margin-top: 18px;
}

.vehicle-creative-note textarea,
.vcm-form-note,
.vcp-form-note,
.vcr-form-note,
.vcs-form-note {
  width: 100%;
  min-height: 94px;
  resize: vertical;
}

.vcr-form-note {
  min-height: 150px;
}

.vcs-form-note {
  min-height: 110px;
}

.vehicle-creative-meta-box {
  background: var(--vcm-surface-soft);
  border: 1px solid var(--vcm-border-soft);
  border-radius: 6px !important;
  padding: 14px;
  margin-top: 18px;
}

.vehicle-creative-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--vcm-muted);
  padding: 4px 0;
}

.vehicle-creative-meta-row strong {
  color: var(--vcm-text);
}

.vehicle-creative-row {
  border: 1px solid var(--vcm-border-soft);
  border-radius: 8px !important;
  background: var(--vcm-surface-soft);
  padding: 14px;
  margin-bottom: 12px;
}

.vehicle-creative-row-title {
  font-weight: 700;
  color: var(--vcm-text);
  margin-bottom: 10px;
}

.vehicle-creative-remove-btn {
  width: 34px;
  height: 34px;
  border-radius: 6px !important;
  background: #c6002b !important;
  border-color: #c6002b !important;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vcm-summary {
  background: var(--vcm-surface-soft);
  border: 1px solid var(--vcm-border-soft);
  border-radius: 8px !important;
  padding: 16px;
}

.vcm-summary.is-spaced {
  margin-top: 16px;
}

.vcm-summary-title {
  font-weight: 700;
  color: var(--vcm-text);
  margin-bottom: 8px;
}

.vcm-summary-row {
  font-size: 13px;
  color: var(--vcm-muted);
  margin-bottom: 5px;
}

.vcm-summary-row:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Vehicle Lists
   ========================================================= */

.vcm-vehicle-list,
.vcp-vehicle-list,
.vcs-vehicle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vcm-vehicle-list li,
.vcp-vehicle-list li,
.vcs-vehicle-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--vcm-border-soft);
  font-size: 13px;
}

.vcm-vehicle-list li:first-child,
.vcp-vehicle-list li:first-child,
.vcs-vehicle-list li:first-child {
  padding-top: 0;
}

.vcm-vehicle-list li:last-child,
.vcp-vehicle-list li:last-child,
.vcs-vehicle-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vcm-vehicle-title,
.vcp-vehicle-title,
.vcs-vehicle-title {
  display: block;
  font-weight: 700;
  color: #1e2430;
  margin-bottom: 2px;
}

/* =========================================================
   Preview / Revision Preview Frames
   ========================================================= */

.vcp-shell {
  margin-top: 10px;
}

.vcm-main-grid,
.vcp-main-grid,
.vcr-main-grid,
.vch-main-grid,
.vcs-main-grid {
  margin-top: 24px;
}

.vcm-panel-stack .vcm-panel,
.vcp-panel-stack .vcm-panel,
.vch-panel-stack .vcm-panel {
  margin-bottom: 18px;
}

.vcm-heading-row,
.vcp-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.vcm-heading-left,
.vcp-heading-left {
  min-width: 0;
}

.vcm-heading-actions,
.vcp-heading-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vcm-preview-meta,
.vcp-preview-meta,
.vcr-preview-meta {
  font-size: 13px;
  color: var(--vcm-text);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vcp-preview-stage,
.vcr-preview-stage,
.vcm-preview-stage {
  border: 1px solid var(--vcm-border);
  border-radius: 6px !important;
  background: #f8f9fb;
  padding: 14px;
}

.vcp-preview-box,
.vcr-preview-box,
.vcm-preview-box {
  min-height: 420px;
  border: 1px dashed #d8dde8;
  border-radius: 6px !important;
  background: var(--vcm-surface-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vcm-muted);
  text-align: center;
  padding: 24px;
}

.vcr-preview-box {
  min-height: 360px;
}

.vcp-preview-frame,
.vcr-preview-frame,
.vcm-preview-frame {
  width: 100%;
  min-height: 640px;
  border: 1px solid #dfe3ec;
  border-radius: 4px !important;
  background: #ffffff;
}

.vcr-preview-frame {
  min-height: 560px;
}

.vcp-preview-actions,
.vcm-preview-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* =========================================================
   Approved Download Box
   ========================================================= */

.vcm-approved-download-box,
.vcp-approved-download-box {
  border: 1px solid #d7ebd9;
  border-radius: 8px !important;
  background: #f2fbf4;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.vcm-approved-download-title,
.vcp-approved-download-title {
  font-weight: 700;
  color: #255f2c;
  margin-bottom: 4px;
}

.vcm-approved-download-text,
.vcp-approved-download-text {
  font-size: 13px;
  color: #3f7046;
  line-height: 1.4;
}

/* =========================================================
   Timeline / Assets
   ========================================================= */

.vcm-timeline,
.vcp-timeline,
.vch-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vcm-timeline-item,
.vcp-timeline-item,
.vch-timeline-item {
  position: relative;
  padding: 0 0 18px 24px;
  border-left: 2px solid var(--vcm-border);
  margin-left: 7px;
}

.vcm-timeline-item:last-child,
.vcp-timeline-item:last-child,
.vch-timeline-item:last-child {
  padding-bottom: 0;
}

.vcm-timeline-dot,
.vcp-timeline-dot,
.vch-timeline-dot {
  position: absolute;
  left: -7px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50% !important;
  background: var(--brand-primary);
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #dfe3ec;
}

.vcm-timeline-meta,
.vcp-timeline-meta,
.vch-timeline-meta {
  font-size: 11px;
  color: var(--vcm-muted);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.vcm-timeline-message,
.vcp-timeline-message,
.vch-timeline-message {
  font-size: 13px;
  color: var(--vcm-text);
  line-height: 1.45;
}

.vcm-timeline-badge,
.vcp-timeline-badge,
.vch-badge {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px !important;
  background: #f3f4f7;
  border: 1px solid var(--vcm-border);
  margin-left: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #687083;
}

.vcm-timeline-assets,
.vcp-timeline-assets,
.vch-assets {
  margin-top: 10px;
  padding: 10px;
  background: #f8f9fb;
  border: 1px solid var(--vcm-border);
  border-radius: 4px !important;
}

.vcm-timeline-assets strong,
.vcp-timeline-assets strong,
.vch-assets strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--vcm-text);
}

.vcm-asset-link,
.vcp-asset-link,
.vch-asset-link {
  margin-top: 5px;
  font-size: 13px;
}

.vcm-asset-link a,
.vcp-asset-link a,
.vch-asset-link a {
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none !important;
}

.vcm-asset-link a:hover,
.vcp-asset-link a:hover,
.vch-asset-link a:hover {
  text-decoration: underline !important;
}

.vcm-asset-link i,
.vcp-asset-link i,
.vch-asset-link i {
  margin-right: 5px;
}

.vcm-asset-link span,
.vcp-asset-link span,
.vch-asset-link span {
  color: var(--vcm-muted);
  margin-left: 6px;
  font-size: 12px;
}

/* =========================================================
   Version / Audit Rows
   ========================================================= */

.vcm-version-row,
.vcp-version-row,
.vch-version-row,
.vcm-audit-row,
.vch-audit-row {
  padding: 12px 0;
  border-bottom: 1px solid var(--vcm-border-soft);
  font-size: 13px;
}

.vcm-version-row:first-child,
.vcp-version-row:first-child,
.vch-version-row:first-child,
.vcm-audit-row:first-child,
.vch-audit-row:first-child {
  padding-top: 0;
}

.vcm-version-row:last-child,
.vcp-version-row:last-child,
.vch-version-row:last-child,
.vcm-audit-row:last-child,
.vch-audit-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vcm-row-title,
.vch-row-title {
  font-weight: 700;
  color: #1e2430;
}

.vcm-row-sub,
.vch-row-sub {
  color: var(--vcm-muted);
  font-size: 12px;
  margin-top: 2px;
}

.vcm-version-link,
.vch-version-link {
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none !important;
}

.vcm-version-link:hover,
.vch-version-link:hover {
  text-decoration: underline !important;
}

/* =========================================================
   Dashboard Header / Filters
   ========================================================= */

.vehicle-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.vehicle-dashboard-caption {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vehicle-dashboard-caption .cog,
.vehicle-dashboard-caption img.cog {
  width: 24px;
  height: 24px;
  filter: var(--brand-filter);
}

.vehicle-dashboard-caption-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vehicle-dashboard-mode {
  display: inline-flex;
  align-items: center;
  border-radius: 999px !important;
  background: var(--vcm-primary-bg);
  color: var(--vcm-primary-text);
  border: 1px solid var(--vcm-primary-border);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 9px;
  text-transform: uppercase;
  width: fit-content;
}

.vehicle-dashboard-filters,
.vehicle-dashboard-filters form {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* =========================================================
   Dashboard Table / Tool Icons
   ========================================================= */

#vehicleCreativeTable tbody tr {
  cursor: default;
}

#vehicleCreativeTable tbody td.vehicle-vehicles-cell {
  text-align: center !important;
  white-space: nowrap !important;
  font-weight: 600;
}

.vehicle-tools-th {
  text-align: center !important;
  vertical-align: middle !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}

.vehicle-tools-icon {
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
  vertical-align: middle !important;
  position: static !important;
  left: auto !important;
  filter: var(--brand-filter);
}

#vehicleCreativeTable.table-checkable tr > td:first-child,
#vehicleCreativeTable.table-checkable tr > th:first-child {
  text-align: center !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: middle !important;
}

#vehicleCreativeTable tbody td.vehicle-actions-cell {
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}

#vehicleCreativeTable .vcd-action-group {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
  line-height: 1 !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
}

#vehicleCreativeTable .vcd-action-btn {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  text-align: center !important;
  flex: 0 0 28px !important;
  float: none !important;
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #ffffff !important;
}

#vehicleCreativeTable .vcd-action-btn:hover,
#vehicleCreativeTable .vcd-action-btn:focus,
#vehicleCreativeTable .vcd-action-btn:active {
  background: var(--brand-primary-hover) !important;
  border-color: var(--brand-primary-hover) !important;
  text-decoration: none !important;
  outline: none !important;
}

#vehicleCreativeTable .vcd-muted-action {
  background: #6f7785 !important;
  border-color: #6f7785 !important;
}

#vehicleCreativeTable .vcd-primary-action {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}

#vehicleCreativeTable .vcd-approve-action,
#vehicleCreativeTable .vcd-download-action {
  background: #0e7c00 !important;
  border-color: #0e7c00 !important;
}

#vehicleCreativeTable .vcd-revision-action {
  background: #c6002b !important;
  border-color: #c6002b !important;
}

#vehicleCreativeTable .vcd-download-action:hover,
#vehicleCreativeTable .vcd-download-action:focus {
  background: #0b6500 !important;
  border-color: #0b6500 !important;
}

/* Protect VCM icons from global FontAwesome/Glyphicon overrides */
#vehicleCreativeTable .vcd-action-btn i,
#vehicleCreativeTable .vcd-action-icon,
.vcp-btn-primary i,
.vcp-approved-download-box i,
.vcm-panel .btn i,
.vehicle-dashboard-filters .glyphicon {
  display: inline-block !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  line-height: 1 !important;
  font-size: 13px !important;
  color: inherit !important;
  text-align: center !important;
  vertical-align: middle !important;
  transform: none !important;
}

.vehicle-creative-table-length-col {
  padding-left: 0 !important;
}

.vehicle-creative-table-filter-col {
  padding-right: 0 !important;
}

/* Keep only if you want modern-browser support */
.col-50l:has(#vehicleCreativeTable_length) {
  padding-left: 0 !important;
}

.col-50r:has(#vehicleCreativeTable_filter) {
  padding-right: 0 !important;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991px) {
  .vcm-heading-row,
  .vcp-heading-row {
    display: block;
  }

  .vcm-heading-actions,
  .vcp-heading-actions {
    margin-top: 14px;
    justify-content: flex-start;
  }

  .vehicle-creative-actions,
  .vehicle-creative-preview-actions,
  .vcp-page-actions,
  .vcr-page-actions,
  .vch-page-actions,
  .vcs-page-actions {
    text-align: left;
    margin-top: 8px;
  }

  .vehicle-creative-two-col {
    display: block;
  }

  .vehicle-creative-two-col > [class*="col-"] {
    display: block;
  }

  .vehicle-dashboard-header {
    align-items: flex-start;
  }

  .vehicle-dashboard-filters,
  .vehicle-dashboard-filters form {
    width: 100%;
    justify-content: flex-start;
  }

  .vcm-footer {
    align-items: flex-start;
  }
}
#vehicleCreativeTable_wrapper .table-checkable tr>th:first-child {
   
    padding-left: 0px;
}
.vcm-revision-assets-wrap {
  margin-top: 10px;
}

/* VEHICLE CREATIVE PREVIEW - REVISION UPLOAD BOX ONLY */
.vehicle-creative-preview-page .vcp-btn-share.is-copied {
  background: #0e7c00 !important;
  border-color: #0e7c00 !important;
  color: #ffffff !important;
}

.vehicle-creative-preview-page .vcp-btn-reject {
  background: #c6002b !important;
  border-color: #c6002b !important;
  color: #ffffff !important;
}

.vehicle-creative-preview-page .vcp-btn-reject:hover,
.vehicle-creative-preview-page .vcp-btn-reject:focus {
  background: #9f0022 !important;
  border-color: #9f0022 !important;
  color: #ffffff !important;
}

.vehicle-creative-preview-page .vcp-revision-panel {
  overflow: hidden;
}

.vehicle-creative-preview-page .vcp-waiting-box {
  margin-top: 14px;
  padding: 13px 15px;
  background: #fff8e5;
  border: 1px solid #f0d58c;
  border-radius: 8px !important;
  color: #6f5200;
  font-size: 13px;
  line-height: 1.45;
}

.vehicle-creative-preview-page .vcp-waiting-box strong {
  color: #4c3900;
}

.vehicle-creative-preview-page .vcp-revision-upload {
  margin-top: 14px;
}

.vehicle-creative-preview-page .vcp-revision-upload-box {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 78px;
  padding: 16px 18px;
  border: 2px dashed var(--vcm-primary-border);
  border-radius: 10px !important;
  background: var(--vcm-primary-bg);
  color: var(--vcm-primary-text);
  cursor: pointer;
  transition: all .15s ease-in-out;
  margin: 0;
}

.vehicle-creative-preview-page .vcp-revision-upload-box:hover {
  border-color: var(--brand-primary);
  background: var(--vcm-surface-soft);
}

.vehicle-creative-preview-page .vcp-revision-upload-icon {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background: #ffffff;
  border: 1px solid var(--vcm-primary-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
}

.vehicle-creative-preview-page .vcp-revision-upload-icon i {
  color: var(--brand-primary) !important;
  font-size: 18px !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  position: static !important;
  line-height: 1 !important;
}

.vehicle-creative-preview-page .vcp-revision-upload-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.vehicle-creative-preview-page .vcp-revision-upload-copy strong {
  font-size: 14px;
  color: var(--vcm-text);
  margin-bottom: 3px;
}

.vehicle-creative-preview-page .vcp-revision-upload-copy small {
  font-size: 12px;
  color: var(--vcm-muted);
  font-weight: 600;
}

.vehicle-creative-preview-page .vcp-revision-file-input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.vehicle-creative-preview-page .vcp-revision-file-text {
  margin-top: 7px;
  font-weight: 600;
}
.vehicle-creative-preview-page .vcp-version-upload {
  margin-top: 0;
}

.vehicle-creative-preview-page .vcp-version-upload-box {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 78px;
  padding: 16px 18px;
  border: 2px dashed var(--vcm-primary-border);
  border-radius: 10px !important;
  background: var(--vcm-primary-bg);
  color: var(--vcm-primary-text);
  cursor: pointer;
  transition: all .15s ease-in-out;
  margin: 0;
}

.vehicle-creative-preview-page .vcp-version-upload-box:hover {
  border-color: var(--brand-primary);
  background: var(--vcm-surface-soft);
}

.vehicle-creative-preview-page .vcp-version-upload-icon {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background: #ffffff;
  border: 1px solid var(--vcm-primary-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
}

.vehicle-creative-preview-page .vcp-version-upload-icon i {
  color: var(--brand-primary) !important;
  font-size: 18px !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  position: static !important;
  line-height: 1 !important;
}

.vehicle-creative-preview-page .vcp-version-upload-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.vehicle-creative-preview-page .vcp-version-upload-copy strong {
  font-size: 14px;
  color: var(--vcm-text);
  margin-bottom: 3px;
}

.vehicle-creative-preview-page .vcp-version-upload-copy small {
  font-size: 12px;
  color: var(--vcm-muted);
  font-weight: 600;
}

.vehicle-creative-preview-page .vcp-version-file-input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.vehicle-creative-preview-page .vcp-version-file-text {
  margin-top: 7px;
  font-weight: 600;
  color: var(--brand-primary);
}

/* VEHICLE CREATIVE STATUS - INTERNAL NOTES HISTORY */

.vehicle-creative-status-page .vcs-internal-notes-history {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--vcm-border-soft);
}

.vehicle-creative-status-page .vcs-internal-note-list {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
}

.vehicle-creative-status-page .vcs-internal-note-list li {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 14px;
  background: var(--vcm-surface-soft);
  border: 1px solid var(--vcm-border-soft);
  border-radius: 8px !important;
}

.vehicle-creative-status-page .vcs-internal-note-list li:last-child {
  margin-bottom: 0;
}

.vehicle-creative-status-page .vcs-internal-note-meta {
  font-size: 11px;
  font-weight: 700;
  color: var(--vcm-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.vehicle-creative-status-page .vcs-internal-note-message {
  font-size: 13px;
  color: var(--vcm-text);
  line-height: 1.45;
}

 #vehicleAssetTable .vehicle-asset-thumb {
      width: 64px;
      height: 44px;
      object-fit: cover;
      border-radius: 6px !important;
      border: 1px solid #e5e7eb;
      background: #f5f7fb;
      display: block;
    }

    #vehicleAssetTable .vehicle-asset-title {
      font-weight: 700;
      color: #111827;
      line-height: 1.25;
    }

    #vehicleAssetTable .vehicle-asset-meta {
      font-size: 12px;
      color: #6b7280;
      margin-top: 2px;
      line-height: 1.35;
    }

    #vehicleAssetTable .vehicle-asset-url {
      font-size: 12px;
      font-weight: 700;
      color: var(--brand-primary);
    }

    #vehicleAssetTable .vehicle-actions-cell {
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
    }

    #vehicleAssetTable .vehicle-asset-delete-btn {
      width: 29px;
      height: 29px;
      border: 0;
      border-radius: 6px !important;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #d93025;
      color: #ffffff;
      line-height: 1;
      padding: 0;
    }

    #vehicleAssetTable .vehicle-asset-delete-btn i {
      color: #ffffff !important;
      margin: 0 !important;
      position: static !important;
      line-height: 1 !important;
      font-size: 13px !important;
    }

    #vehicleAssetTable .vehicle-empty-text {
      color: #9ca3af;
      font-size: 12px;
    }
/* =========================================================
   VEHICLE CREATIVE MANAGER / BUILDER END
   ========================================================= */