:root {
  --vz-border-radius-sm: 0.6rem;
  --vz-border-radius-lg: 0.8rem;
  /* Neutral */
  --neutral-100: #000000;
  --neutral-200: #222222;
  --neutral-300: #464749;
  --neutral-400: #666666;
  --neutral-500: #adadad;
  --neutral-600: #d6d6d6;
  --neutral-700: #ebebeb;
  --neutral-800: #f5f5f5;
  --neutral-900: #ffffff;
  /* Primary */
  --primary-50: #e8ebfa;
  --primary-100: #c4ccf2;
  --primary-200: #9bacea;
  --primary-300: #708be1;
  --primary-400: #4c70db;
  --primary-500: #1858d4;
  --primary-600: #0e4ec9;
  --primary-700: #0044bd;
  --primary-800: #003ab1;
  --primary-900: #00269e;
}

.header-item {
  height: 50px;
}

.navbar-menu {
  height: 100svh;
}

.app-menu.navbar-menu {
  position: fixed !important;
}

.navbar-nav.navbar-nav-custom .nav-sm {
  padding-left: 0.5em;
}
.navbar-nav.navbar-nav-custom .nav-sm .nav-link:before {
  display: none;
}

.nav-tabs-custom.nav_cus .nav-item{
  width: 300px;
}
.nav-tabs-custom.nav_cus .nav-item .nav-link{
  height: 60px;
}

.neutral-100 {
  color: var(--neutral-100);
}

.neutral-200 {
  color: var(--neutral-200);
}

.neutral-300 {
  color: var(--neutral-300);
}

.neutral-400 {
  color: var(--neutral-400);
}

.neutral-500 {
  color: var(--neutral-500);
}

.neutral-600 {
  color: var(--neutral-600);
}

.neutral-700 {
  color: var(--neutral-700);
}

.neutral-800 {
  color: var(--neutral-800);
}

.neutral-900 {
  color: var(--neutral-900);
}

.primary-50 {
  color: var(--primary-50);
}

/* Offcanvas */
.offcanvas-medium-content {
  --vz-offcanvas-width: 85vw;
}

.offcanvas-end {
  width: var(--vz-offcanvas-width);
}

.offcanvas-body {
  display: flex;
  flex-wrap: wrap;
}

.action-offcanvas-blk {
  width: 50px;
  background: #1d2b33;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 0 0 auto;
}

.sidebar-offcanvas-blk {
  flex: 0 0 auto;
  width: 25%;
}

.content-offcanvas-blk {
  flex: 0 0 auto;
  width: 75%;
  position: relative;
}

.casa-blk {
  border-right: 1px solid #ccc;
  height: 100%;
}

.container-offcanvas-blk {
  display: flex;
  flex: 0 0 auto;
  width: calc(100% - 50px);
}

.casa-items-list .nav-item-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
}

.casa-items-list .nav-item-blk:hover,
.casa-items-list .nav-item-blk.active {
  background: var(--vz-secondary-bg-subtle);
}

.casa-items-list .nav-item-blk.active::before {
  content: "";
  border-left: solid 3px #0d6efd;
  background: #0d6efd;
  height: 100%;
  position: absolute;
}

.casa-items-list .nav-item .btn-group button:hover {
  background: var(--vz-light-text-emphasis);
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.casa-items-list .dropdown-menu,
.dropdown-menu.action-dropdown-menu {
  min-width: 18rem;
}

.casa-items-list .dropdown-menu .title-dropdown,
.dropdown-menu.action-dropdown-menu .title-dropdown {
  font-weight: bold;
  font-size: 15px;
  padding-left: 8px;
  margin-bottom: 5px;
}

.casa-items-list .dropdown-menu .action-item,
.dropdown-menu.action-dropdown-menu .action-item {
  cursor: pointer;
  padding: 8px 0 8px 10px;
}

.casa-items-list .dropdown-menu .action-item:hover,
.dropdown-menu.action-dropdown-menu .action-item:hover {
  background: var(--vz-header-item-color);
}

.casa-items-list .nav-link.child-level-1 {
  padding-left: 2rem;
}

.casa-items-list .nav-link.child-level-2 {
  padding-left: 3rem;
}

.nav.children {
  padding-left: 1rem;
}

.search-bar.app-search {
  border-bottom: 1px solid #ccc;
}

.breadcrumb-container {
  align-items: center;
  padding: 10px 8px;
  border-radius: 5px;
  border: 1px solid #e6e8eb;
}

.breadcrumb-container .breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
  background-color: transparent;
}

.breadcrumb-container .breadcrumb-item i {
  margin-right: 5px;
}

.breadcrumb-container .breadcrumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-container .breadcrumb-item.active {
  color: #0d6efd;
  font-weight: bold;
}

.breadcrumb-container .breadcrumb-item.active a {
  color: #0d6efd;
  font-weight: bold;
}

.breadcrumb-container .status-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 15px;
  font-size: 14px;
}

.breadcrumb-container .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #28a745;
}

.breadcrumb-container .breadcrumb-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.content-offcanvas .data-blk {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.detail-data-blk {
  position: relative;
  background: #f9f7ff;
  overflow-x: hidden;
}

.detail-data-blk .detail-data-content {
  display: flex;
}

.detail-data-blk .detail-data-content .detail-data {
  /* width: calc(100% - 330px); */
  flex: 1 0 70%;
}

.detail-data-blk .detail-data-content .statistical-overview-data {
  flex: 1;
}

.detail-data-blk .fixed-overview-blk {
  position: sticky;
  width: 100%;
  right: 0;
  top: 0;
  padding: 15px;
  /* pointer-events: none; */
  font-size: 11px;
}

.fixed-overview-blk .audience-bar-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.fixed-overview-blk .audience-bar {
  height: 7px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fixed-overview-blk .audience-indicator {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  flex: 0 0 auto;
  width: 33%;
}

.fixed-overview-blk .label-container {
  display: flex;
  justify-content: space-between;
}

.fixed-overview-blk .label-text {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.btn-cus-selected{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 35px!important;
}

.btn-cus-selected .label-icon{
  width: 27px;
}

.td-20{
  width: 25%;
}


.text-nowrap-3 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20vw;
}

.name-blk{
  min-height: 43px;
  display: flex;
  flex-direction: column;
}

.table-cus > tbody > tr > td {
  padding: 3px;
}

table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1).selected>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.2);
  color: #000;
}

table.table.dataTable>tbody>tr.selected>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.2);
  color: #000;
}

table.table.dataTable.table-hover>tbody>tr.selected:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.1)
}

#preview-placement-targeting {
  position: sticky;
  top: 0;
}

#positions-targeting.lefticon-accordion .accordion-button::after {
  top: 20px;
}
