#sidebar .theme-brand.adhasher-theme-brand {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  column-gap: 12px;
  row-gap: 0;
  padding: 9.14px 10px 9.14px 16px;
}

#sidebar .theme-brand.adhasher-theme-brand li.theme-logo {
  grid-column: 1;
  width: 40px;
  min-width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

#sidebar .theme-brand.adhasher-theme-brand li.theme-logo a {
  display: block;
  width: 40px;
  height: 40px;
}

#sidebar .theme-brand.adhasher-theme-brand li.theme-logo img {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  object-fit: cover;
  display: block;
}

#sidebar .theme-brand.adhasher-theme-brand li.theme-text {
  grid-column: 2;
  min-width: 0;
  display: flex;
  align-items: center;
}

#sidebar .theme-brand.adhasher-theme-brand li.theme-text a {
  display: block;
  width: 100%;
  min-width: 0;
  line-height: 1.6rem;
  padding: 0.39rem 0;
  white-space: nowrap;
}

.main-container.adhasher-dashboard-shell .page-header .page-title {
  margin-left: 10%;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle > .adhasher-menu-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle > .adhasher-menu-label svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  display: inline-block;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle > .adhasher-menu-label span {
  display: inline-block;
}

.sidebar-closed #sidebar .theme-brand.adhasher-theme-brand {
  grid-template-columns: 40px;
  justify-content: center;
  column-gap: 0;
  padding: 9.14px 5px;
}

.sidebar-closed #sidebar .theme-brand.adhasher-theme-brand li.theme-text a {
  display: none;
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar .theme-brand.adhasher-theme-brand {
  grid-template-columns: 40px minmax(0, 1fr);
  justify-content: stretch;
  column-gap: 12px;
  padding: 9.14px 10px 9.14px 16px;
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar .theme-brand.adhasher-theme-brand li.theme-text a {
  display: block;
}

.sidebar-closed #sidebar ul.menu-categories li.menu > .dropdown-toggle > .adhasher-menu-label span {
  display: none;
}

.sidebar-closed #sidebar ul.menu-categories li.menu > .dropdown-toggle > .adhasher-menu-label {
  gap: 0;
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu > .dropdown-toggle > .adhasher-menu-label span {
  display: inline;
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar ul.menu-categories li.menu > .dropdown-toggle > .adhasher-menu-label {
  gap: 8px;
}

#sidebar ul.menu-categories {
  display: block !important;
  justify-content: flex-start !important;
  align-content: flex-start !important;
}

#sidebar ul.menu-categories li.menu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.header.navbar.expand-header {
  display: flex;
  align-items: center;
}

.header.navbar .adhasher-topbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header.navbar .adhasher-topbar-user-name {
  color: #e0e6ed;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.header.navbar .navbar-item.adhasher-topbar-actions {
  margin-left: auto !important;
  flex-direction: row !important;
  align-items: center;
}

.header.navbar .navbar-item.adhasher-topbar-actions .nav-item {
  display: flex;
  align-items: center;
}

.header.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  max-width: calc(100vw - 16px);
}

.adhasher-user-profile-header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  width: 100%;
  direction: ltr;
}

.adhasher-user-profile-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  grid-column: 1;
  justify-self: start;
}

.adhasher-user-profile-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column: 2;
}

.adhasher-user-profile-meta h5,
.adhasher-user-profile-meta p {
  margin: 0;
}

.adhasher-user-menu-link {
  display: flex !important;
  align-items: center;
  gap: 6px;
}

.adhasher-user-menu-link svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  margin-right: 0 !important;
}

.adhasher-user-menu-link span {
  display: inline-block;
}

.adhasher-rounded-btn {
  border-radius: 6px !important;
}

.adhasher-radio-label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

.adhasher-radio-input {
  display: block;
  width: 100%;
}

.adhasher-field-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.adhasher-discover-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 12px;
}

.adhasher-discover-action {
  display: flex;
  justify-content: flex-end;
}

.adhasher-toast-zone {
  position: fixed;
  top: 86px;
  right: 18px;
  z-index: 1100;
  width: min(430px, calc(100vw - 32px));
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.adhasher-toast {
  --adhasher-toast-accent: #e7515a;
  --adhasher-toast-bg: #ffe1e2;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 56px 14px 16px;
  border: 1px solid var(--adhasher-toast-accent);
  border-right-width: 54px;
  border-radius: 5px;
  background-color: var(--adhasher-toast-bg);
  color: var(--adhasher-toast-accent);
  box-shadow: 0 10px 20px rgba(14, 23, 38, 0.12);
  pointer-events: auto;
}

.adhasher-toast::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--adhasher-toast-accent);
}

.adhasher-toast--success {
  --adhasher-toast-accent: #8dbf42;
  --adhasher-toast-bg: #e6ffbf;
}

.adhasher-toast--danger {
  --adhasher-toast-accent: #e7515a;
  --adhasher-toast-bg: #ffe1e2;
}

.adhasher-toast--warning {
  --adhasher-toast-accent: #e2a03f;
  --adhasher-toast-bg: #ffeccb;
}

.adhasher-toast--info {
  --adhasher-toast-accent: #2196f3;
  --adhasher-toast-bg: #bae7ff;
}

.adhasher-toast-content {
  line-height: 1.35;
  font-size: 14px;
}

.adhasher-toast-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--adhasher-toast-accent);
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

.adhasher-toast-icon {
  position: absolute;
  right: -43px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}

.adhasher-radios-controls {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.adhasher-add-radio-btn {
  align-self: flex-end;
  white-space: nowrap;
}

.adhasher-radios-filters {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 12px;
  margin-left: auto;
}

.adhasher-radios-filter-item {
  flex: 0 1 180px;
  min-width: 120px;
  max-width: 190px;
}

.adhasher-radios-filter-item label {
  display: block;
  margin-bottom: 0.35rem;
}

.adhasher-radios-filter-item .form-control {
  width: 100%;
}

.adhasher-dashboard-listing-shell {
  width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.adhasher-dashboard-listing-shell .table-responsive {
  width: 100%;
}

.adhasher-cork-captions-table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.adhasher-cork-captions-table col.adhasher-col-index {
  width: 8%;
}

.adhasher-cork-captions-table col.adhasher-col-radio {
  width: 20%;
}

.adhasher-cork-captions-table col.adhasher-col-city {
  width: 16%;
}

.adhasher-cork-captions-table col.adhasher-col-department {
  width: 25%;
}

.adhasher-cork-captions-table col.adhasher-col-status {
  width: 13%;
}

.adhasher-cork-captions-table col.adhasher-col-actions {
  width: 18%;
}

.adhasher-cork-captions-table th,
.adhasher-cork-captions-table td {
  padding: 0.75rem;
  white-space: normal;
  word-break: break-word;
  border: 1px solid #2f3a66 !important;
}

.adhasher-cork-captions-table thead th {
  border-bottom: 1px solid #3b4a80 !important;
}

.adhasher-cork-captions-table tbody tr:last-child td {
  border-bottom: 1px solid #2f3a66 !important;
}

.table-controls > li > .adhasher-table-control-button {
  display: inline-block;
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.table-controls > li > .adhasher-table-control-button svg {
  color: #888ea8;
  width: 21px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.show {
  display: block;
}

.modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem auto;
  pointer-events: none;
}

.modal .modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}

.modal[data-testid="radio-delete-modal"],
.modal[data-testid="advertiser-update-modal"],
.modal[data-testid="setupper-update-modal"] {
  z-index: 1055;
}

.modal[data-testid="radio-delete-modal"].show,
.modal[data-testid="advertiser-update-modal"].show,
.modal[data-testid="setupper-update-modal"].show {
  display: block;
}

.modal[data-testid="radio-delete-modal"] .modal-dialog,
.modal[data-testid="advertiser-update-modal"] .modal-dialog,
.modal[data-testid="setupper-update-modal"] .modal-dialog {
  max-width: 500px;
}

.modal[data-testid="radio-delete-modal"] .modal-dialog.modal-dialog-centered,
.modal[data-testid="advertiser-update-modal"] .modal-dialog.modal-dialog-centered,
.modal[data-testid="setupper-update-modal"] .modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal[data-testid="radio-delete-modal"] .modal-content,
.modal[data-testid="advertiser-update-modal"] .modal-content,
.modal[data-testid="setupper-update-modal"] .modal-content {
  background-clip: padding-box;
}

.modal[data-testid="radio-delete-modal"] .modal-header,
.modal[data-testid="advertiser-update-modal"] .modal-header,
.modal[data-testid="setupper-update-modal"] .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 26px;
}

.modal[data-testid="radio-delete-modal"] .modal-header .modal-title,
.modal[data-testid="advertiser-update-modal"] .modal-header .modal-title,
.modal[data-testid="setupper-update-modal"] .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal[data-testid="radio-delete-modal"] .modal-header .close,
.modal[data-testid="advertiser-update-modal"] .modal-header .close,
.modal[data-testid="setupper-update-modal"] .modal-header .close {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  line-height: 1;
}

.modal[data-testid="radio-delete-modal"] .modal-body,
.modal[data-testid="advertiser-update-modal"] .modal-body,
.modal[data-testid="setupper-update-modal"] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 26px;
}

.modal[data-testid="radio-delete-modal"] .modal-footer,
.modal[data-testid="advertiser-update-modal"] .modal-footer,
.modal[data-testid="setupper-update-modal"] .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
}

.modal[data-testid="radio-delete-modal"] .modal-footer > :not(:first-child),
.modal[data-testid="advertiser-update-modal"] .modal-footer > :not(:first-child),
.modal[data-testid="setupper-update-modal"] .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal[data-testid="radio-delete-modal"] .modal-footer > :not(:last-child),
.modal[data-testid="advertiser-update-modal"] .modal-footer > :not(:last-child),
.modal[data-testid="setupper-update-modal"] .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  display: block;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

@media (min-width: 576px) {
  .modal[data-testid="radio-delete-modal"] .modal-dialog,
  .modal[data-testid="advertiser-update-modal"] .modal-dialog,
  .modal[data-testid="setupper-update-modal"] .modal-dialog {
    margin: 1.75rem auto;
  }

  .modal[data-testid="radio-delete-modal"] .modal-dialog.modal-dialog-centered,
  .modal[data-testid="advertiser-update-modal"] .modal-dialog.modal-dialog-centered,
  .modal[data-testid="setupper-update-modal"] .modal-dialog.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .adhasher-dashboard-listing-shell {
    width: 60%;
    max-width: 60%;
  }
}

@media (max-width: 767.98px) {
  .adhasher-toast-zone {
    top: 74px;
    right: 10px;
    width: calc(100vw - 20px);
  }

  .adhasher-radios-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .adhasher-add-radio-btn {
    width: 100%;
    min-height: 30px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0.3rem 0.5rem;
    text-align: center;
  }

  .adhasher-radios-filters {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    margin-left: 0;
  }

  .adhasher-radios-filter-item {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .adhasher-radios-filter-item label {
    font-size: 12px;
    margin-bottom: 0.25rem;
  }

  .adhasher-radios-filter-select {
    min-height: 30px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0.3rem 0.5rem;
  }

  .adhasher-dashboard-listing-shell {
    width: 96%;
    max-width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .adhasher-discover-row {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .adhasher-discover-action {
    justify-content: flex-start;
  }
}
