@tailwind base;
@tailwind components;
@tailwind utilities;

@view-transition {
  navigation: auto;
}

:root {
  interpolate-size: allow-keywords;
}

/* Add view transition styles */
@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes fade-out {
  to {
    opacity: 0;
  }
}

::view-transition-old(root) {
  animation: 175ms ease-out both fade-out;
}

::view-transition-new(root) {
  animation: 175ms ease-in both fade-in;
}

/* Disable animations when .no-view-transition class is present on html */
.no-view-transition::view-transition-old(root),
.no-view-transition::view-transition-new(root) {
  animation: none;
}

/* End view transition styles */

.sm\:tooltip,
.md\:tooltip,
.lg\:tooltip,
.xl\:tooltip,
.tooltip {
  --tooltip-color: #666666 !important;
  --tooltip-text-color: #ffffff !important;
  color: #ffffff !important;
  font-size: 11px !important;

  &:hover:after {
    opacity: 0 !important;
  }

  &:before {
    max-width: max-content !important;
  }
}

@layer base {
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield !important;
  }
}

@font-face {
  font-family: "EV Header Bold";
  src: url("../fonts/EngelVoelkersHead_A_Bd.ttf") format("truetype");
}

@font-face {
  font-family: "EV Header Regular";
  src: url("../fonts/EngelVoelkersHead_A_Rg.ttf") format("truetype");
}

@font-face {
  font-family: "EV Text Bold";
  src: url("../fonts/EngelVoelkersText_A_Bd.ttf") format("truetype");
}

@font-face {
  font-family: "EV Text Regular";
  src: url("../fonts/EngelVoelkersText_A_Rg.ttf") format("truetype");
}

@font-face {
  font-family: "EV Text Light";
  src: url("../fonts/EngelVoelkersText_A_Lt.ttf") format("truetype");
}

body * {
  font-family: "EV Text Regular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EV Header Regular", sans-serif;
}

/* Multiselect styles */

.multiselect-dropdown {
  display: inline-block;
  padding: 7px 15px;
  min-height: 48px;
  border-radius: 2px;
  border: solid 1px #808080;
  background-color: white;
  position: relative;
}

.multiselect-dropdown span.optext,
.multiselect-dropdown span.placeholder {
  margin-top: 3px;
  margin-right: 0.5em;
  margin-bottom: 2px;
  padding: 1px 0;
  border-radius: 4px;
  display: inline-block;
}

.multiselect-dropdown span.optext {
  background-color: #c70100;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 0.75em;
  height: 31px;
}

.multiselect-dropdown span.optext .optdel {
  float: right;
  margin: 4px -4px 1px 5px;
  font-size: 0.9em;
  margin-top: 2px;
  cursor: pointer;
  color: #ffffff;
}

.multiselect-dropdown span.optext .optdel:hover {
  color: #c66;
}

.multiselect-dropdown span.placeholder {
  color: #ced4da;
}

.multiselect-dropdown-list-wrapper {
  box-shadow: -1px 6px 14px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  padding: 2px;
  border-radius: 4px;
  border: solid 1px #ced4da;
  display: none;
  margin: -1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
}

.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  height: 48px;
  padding-inline: 15px;
}

.multiselect-dropdown-list {
  padding: 5px 15px;
  height: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px;
}

.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca;
  border-radius: 3px;
}

.multiselect-dropdown-list div {
  padding: 5px;
  display: flex;
  align-items: center;
}

.multiselect-dropdown-list input {
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.35em;
}

.multiselect-dropdown-list input:focus-visible {
  outline: none;
}

.multiselect-dropdown-list div:hover {
  background-color: #ced4da;
}

.multiselect-dropdown span.maxselected {
  width: 100%;
}

.multiselect-dropdown-all-selector {
  border-bottom: solid 1px #999;
}

input[type="checkbox"] {
  accent-color: #c70100;
}

/* end multiselect styles */

input[type="date"].ev-date-input::-webkit-calendar-picker-indicator {
  display: block;
  background: url(/public/icons/calendar.svg) no-repeat;
}

input[type="date"].ev-date-input::-webkit-calendar-picker-indicator:focus {
  background-color: transparent;
  font-size: 16px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background: url(/public/icons/ex-icon.svg) no-repeat 50% 50%;
  background-size: contain;
}

.bold {
  font-weight: 700;
}
div > div.input-container > input[aria-autocomplete] {
  color: #404040 !important;
}

.google-autocomplete-input {
  border: 1px solid #808080;
  outline: none;
  padding-inline: 0;

  .input-container {
    &:focus {
      outline: none !important;
    }

    &:focus-visible {
      outline: none !important;
    }
  }
}

#lifestyle-verticals input[type="checkbox"] {
  @apply ml-[2px];
}

.no-underline {
  text-decoration-line: none;
}

.ev-input {
  @apply caret-evRed input input-bordered focus:outline-none focus:border-[#666666] active:border-[2px] active:border-[#666666] focus:border-[2px] border-[1px] border-[#808080] input-sm w-full rounded-[2px] h-[48px] text-[16px] text-[#404040];

  &:hover:not(:focus) {
    background-color: #f6f6f4;
  }

  &.invalid {
    border-color: #e60000;
  }
}

.ev-textarea {
  @apply caret-evRed rounded-[2px] border-[#808080] resize-none textarea textarea-bordered textarea-lg leading-[25px] text-[#404040] text-[16px] focus:outline-none focus:border-[#666666] active:border-[2px] active:border-[#666666] focus:border-[2px] border-[1px] border-[#808080] rounded-[2px] text-[16px] text-[#404040];
  padding: 10px 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.48px;

  &:hover:not(:focus) {
    background-color: #f6f6f4;
  }
}

input[type="checkbox"]:diabled {
  background-color: #00000033;
}

input[type="checkbox"].checkbox {
  animation: none;
  border-color: #808080;
}

input[type="checkbox"]:checked::after {
  background-color: #e60000;
}

input[type="checkbox"].checkbox:checked,
input[type="checkbox"].checkbox[aria-checked="true"] {
  border-color: #0d0d0d;
  background-repeat: no-repeat;
  background-color: #0d0d0d;
  background-position: center;
  background-image: url("/public/icons/checkbox-checkmark.svg");
}

input[type="checkbox"]:focus {
  outline: 1px solid #0d0d0d;
  outline-offset: 1px;
}

input[type="checkbox"]:hover {
  border-color: #404040;
}

input[type="checkbox"]:checked:hover:not(:disabled) {
  background-color: #404040;
}

.ev-chip {
  @apply text-[12px] px-[8px] py-[3px] text-[#0D0D0D] h-[32px] min-w-[32px] rounded-[30px] bg-[#E5E5E5];

  background-color: #e5e5e5;

  &.active {
    background-color: #666666;
    color: #ffffff;
  }

  &:hover:not(.active) {
    background-color: #d4d4d4;
  }

  &.active:hover {
    background-color: #404040;
    color: #ffffff;
  }

  &:disabled {
    background-color: #666666;
  }

  &:focus {
    outline: 2px solid #0d0d0d;
    outline-offset: 1px;
    outline-width: 2px;
  }
}

.ev-chip.ev-chip-lg {
  width: 77px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;

  &.active path {
    fill: #ffffff;
  }
}

.ev-creation-select,
.ev-select {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  margin-top: 10px;
  height: 48px;
  width: 240px;
  border-radius: 2px;
  --tw-border-opacity: 1;
  border: 1px solid rgb(128 128 128);
  font-family:
    EV Text Light,
    sans-serif;
  font-size: 16px;
  font-weight: 300;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
  line-height: 2rem;
  appearance: none;
  background-image: url("/public/images/chevron-down.png");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 20px auto;

  &:focus {
    outline-color: #1f293733;
    outline-offset: 1px;
  }
}

.ev-creation-select {
  margin-top: 0;
  width: 100%;
}

select:invalid#submissionAdvisorEmail {
  font-family: "EV Text Regular", sans-serif;
  color: #767676;
}

select#submissionAdvisorEmail {
  font-family: "EV Text Regular", sans-serif;
}

button.link-button {
  @apply text-[#0d0d0d] border-0 rounded-md bg-transparent px-[5px] py-[3px] cursor-pointer;
  text-decoration: underline;

  &.all-selected {
    color: rgba(0, 0, 0, 0.2) !important;
  }
}

.notification {
  @apply alert fixed left-1/2 transform -translate-x-1/2 z-[9999] w-[396px] flex items-start justify-between gap-4 px-[15px] py-[20px] rounded-[2px] bg-[#F6F6F4];
  box-shadow: 0px 0.5px 2px 0px #00000052;
  top: 132px;

  &.error-notification {
    @apply bg-[#FBEBEB];
  }

  &.success-notification {
    @apply bg-[#E7EDD4];
  }

  .ev-notification-content {
    text-align: left;
  }
}

.notification:not(:first-child) {
  @apply mt-[10px];
}

.notification button {
  @apply bg-transparent hover:bg-transparent outline-[0px] border-[0px] hover:outline-[0px] hover:border-none transition-none shadow-none;
}

.notification p {
  @apply text-sm;
}

.notification svg.info {
  @apply stroke-info shrink-0 w-6 h-6;
}

.notification svg.warning {
  @apply stroke-warning shrink-0 h-6 w-6;
}

/*!* Styles for the table header WC*!*/
.rotate-180 {
  transform: rotate(180deg);
}

.top-\[1px\] {
  top: 1px;
}

.top-\[20px\] {
  top: 20px;
}

.left-\[1px\] {
  left: 1px;
}

.left-\[2px\] {
  left: 2px;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.w-\[10px\] {
  width: 10px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.page-button-container button:disabled:not(.ev-pagination-btn) {
  cursor: not-allowed;
  color: #ffffff !important;
}

.text-evRed {
  color: #e60000;
}

.text-white {
  color: #ffffff;
}

.tracking-normal {
  letter-spacing: normal;
}

.font-weight-400 {
  font-weight: 400;
}

.header-search {
  @apply absolute left-[-12px] bottom-[-80px] bg-white w-[280px] rounded-md drop-shadow-md p-[5px] border-[1px] border-solid border-[#e5e5e5];
}

.header-search input[type="number"],
.header-search input[type="text"] {
  @apply input input-bordered input-sm w-[268px] rounded-md mb-[5px] text-evBlack font-normal tracking-normal;
}

.header-search input[type="number"]:focus,
.header-search input[type="text"]:focus {
  transition: none;
  transform: none;
  border-color: #e60000;
  border-width: 1px;
  border-style: solid;
  outline: none;
}

.header-search button {
  @apply btn btn-xs rounded-sm tracking-normal mr-[5px] w-[80px];
}

.header-search button:hover {
  background-color: inherit;
  transition: none;
  transform: none;
  animation: none;
}

.header-search button.search-btn {
  @apply btn btn-xs rounded-sm bg-evRed text-white tracking-normal flex w-[84px];
}

.th-border-right {
  border-right: 1px solid #ffffff;
}

.display-none {
  display: none;
}

.mobile-filters-clear-btn {
  @apply btn btn-sm btn-outline text-evBlack;
  margin-right: 10px;

  &:hover {
    background-color: transparent;
    color: #262626;
  }
}

#mobile-filters-toggle {
  @apply w-[120px] h-[48px] font-regular rounded-[2px] btn btn-outline border-[#808080] text-evBlack flex items-center justify-between;

  border: 1px solid rgb(212, 212, 212);
  display: none;

  &:hover {
    background-color: transparent;
    color: #262626;
    border-color: rgb(212, 212, 212);
  }

  & > svg {
    margin-left: 10px;
  }
}

#mobile-close-btn-container {
  display: flex;
  justify-content: flex-end;
  border: none;

  #mobile-close-btn {
    height: 30px;
    width: 30px;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#mobile-form {
  position: relative;
  padding: 0 20px 40px 20px;
  flex-direction: column;
  justify-content: space-between;

  label > span {
    width: 120px;
  }

  > div {
    padding: 0 20px;
    margin-bottom: 10px;

    &#sort-container {
      padding-top: 15px;
      padding-bottom: 15px;

      select {
        margin-bottom: 5px;
      }
    }

    &#search-container {
      select {
        margin-bottom: 5px;
      }
    }
  }

  .mobile-filters-btn-container {
    @apply flex gap-[10px];
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;

    & > button {
      animation: none;
      transition: none;
    }
  }
}

.mobile-filters-submit-btn {
  @apply btn btn-sm bg-evRed text-white;

  &:hover {
    background-color: #e60000;
  }
}

.mobile-filters-search-input {
  @apply input input-bordered input-sm max-w-xs w-[150px];

  &:focus,
  &:focus-within {
    outline-style: none !important;
  }
}

@media screen and (max-width: 1024px) {
  #mobile-filters-toggle {
    display: flex;
  }

  #clear-filters-btn {
    display: none;
  }
}

.ev-collapse {
  @apply collapse;
}

.ev-collapse-title {
  @apply collapse-title;
}

.ev-collapse-content {
  @apply collapse-content;
  visibility: visible;
}

::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
  background-color: #e60000;
  color: white;
  outline: none;
}

input::-webkit-calendar-picker-indicator:focus,
input::-webkit-datetime-edit-minute-field:focus,
input::-webkit-datetime-edit-hour-field:focus,
input::-webkit-datetime-edit-ampm-field:focus {
  background-color: #e60000;
  color: white;
  outline: none;
}

input[type="date"],
input[type="time"] {
  color: #262626;
  font-family: "EV Text Regular", sans-serif;
}

.toggle-button-cover {
  display: table-cell;
  width: 100px;
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.button-cover {
  margin: 0;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.toggle-button-cover:before {
  counter-increment: button-counter;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.toggle-button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toggle-button {
  position: relative;
  top: 50%;
  width: 56px;
  height: 30px;
  margin: -20px auto 0 auto;
  overflow: visible;
}

.toggle-button.r,
.toggle-button.r .layer {
  border-radius: 100px;
  width: 34px;
  height: 14px;
}

.toggle-button.b2 {
  border-radius: 2px;
}

.ev-toggle-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.ev-toggle-checkbox:disabled {
  cursor: not-allowed;
}

.ev-toggle-checkbox:disabled ~ .layer {
  background-color: #E5E5E5;
  border: 1px solid #0D0D0D14;
  box-shadow: none;
}

.ev-toggle-checkbox:disabled + .knobs:before {
  background: #E5E5E5;
  border: 1px solid #0D0D0D14;
  box-shadow: none;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: 0.3s ease all;
  z-index: 1;
}

.toggle-button .ev-toggle-checkbox:checked + .knobs:before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  top: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  left: 14px;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px #00000052;
  border: 1px solid #0D0D0D52;
  padding: 7px 3px;
}

.toggle-button .knobs:before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  top: -3px;
  left: 0px;
  width: 20px;
  height: 20px;
  padding: 7px 3px;
  background: #ffffff;
  border: 1px solid #0D0D0D52;
  box-shadow: 0px 1px 2px 0px #00000052;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.toggle-button .ev-toggle-checkbox ~ .layer {
  background: #E5E5E5;
  border: 1px solid #0D0D0D14;
  border-color: #0D0D0D14;
}

.toggle-button .ev-toggle-checkbox:checked ~ .layer {
  background-color: #0D0D0D;
}

.toggle-button .ev-toggle-checkbox:hover:not(:disabled) + .knobs:before {
  background-color: #F6F6F4;
}

.toggle-button .ev-toggle-checkbox:focus:not(:disabled) + .knobs:before {
  outline: 2px solid #666666;
  outline-offset: .75px;
}

.toggle-button .ev-toggle-checkbox:active:not(:disabled) + .knobs:before {
  background-color: #E5E5E5;
}

.toggle-button .knobs,
.toggle-button .knobs:before,
.toggle-button .layer {
  transition: 0.3s ease all;
}

footer#copyright-footer {
  font-size: 13px;
  font-family: "Helvetica Neue", "EV Text Regular", sans-serif;
  border-top: 1px solid rgb(212, 212, 212);
  background-color: rgb(255, 255, 255);
  margin-top: 8px;
  padding: 24px 50px;
}

footer#image-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.88);
  max-width: 1500px;
  margin-inline: auto;
  background: url(/public/images/EvFooterBackground.png) center bottom / 100vw
    no-repeat;
  height: 255px;
}

@media screen and (max-width: 800px) {
  footer#image-footer {
    height: 155px;
  }
}

#additional-terms .tooltip:before {
  padding: 10px;
  max-width: 220px;
}

#additional-terms .tooltip:hover:before {
  padding: 10px;
  max-width: 220px;
}

.htmx-indicator {
  display: none;
  opacity: 0;
  transition: opacity 500ms ease-in;
}

.htmx-request .htmx-indicator {
  display: flex;
  opacity: 1;
}

.htmx-request.htmx-indicator {
  display: flex;
  opacity: 1;
}

.tab:is(input:checked) {
  border-bottom: 3px solid #c60200 !important;
}
.cancel-btn {
  @apply text-[14px] min-h-[36px] rounded-[2px] mr-[16px] px-[16px] py-[6px] btn btn-sm btn-outline text-[#0D0D0D] border-[#0D0D0D] border-solid border-[1px] leading-[24.36px] tracking-[0.42px];

  &.cancel-btn-small {
    @apply !h-[40px] py-[0px] flex justify-center items-center md:!h-[32px] md:!max-h-[32px] md:!min-h-[32px];
  }

  &:hover {
    background-color: #f6f6f4;
    color: #0d0d0d;
  }

  &:active {
    background-color: #e5e5e5;
    color: #0d0d0d;
  }

  &:disabled {
    border-color: #00000033;
    background-color: #ffffff;
    color: #00000033;
  }
}

.ev-black-btn {
  @apply text-[14px] rounded-[2px] px-[16px] py-[6px] bg-[#0d0d0d] text-[#FFFFFF] p-0 leading-[24.36px] tracking-[0.42px] h-[36px];
}

.ev-black-btn:focus {
  outline: 2px solid #666666;
  outline-offset: 1px;
}

.ev-black-btn:disabled {
  background: rgba(0, 0, 0, 0.2);
}

.ev-black-btn:hover,
.ev-black-btn:disabled:hover {
  background: #404040;
}

.ev-red-btn {
  @apply text-[14px] rounded-[2px] px-[16px] py-[6px] bg-evRed text-white p-0 leading-[24.36px] tracking-[0.42px] h-[36px];
}

.ev-red-btn:focus {
  outline: 2px solid #666666;
  outline-offset: 1px;
}

.ev-red-btn:disabled {
  background: rgba(0, 0, 0, 0.2);
}

.ev-red-btn:hover {
  background: #910f05;
}

.ev-red-btn:focus {
  outline: 2px solid #666666;
  outline-offset: 1px;
}

.ev-red-btn:disabled {
  background: rgba(0, 0, 0, 0.2);
}

.ev-red-btn:active:not(:disabled) {
  background: #640a00;
  outline: none;
}

#floating-publish-button {
  font-size: 16px !important;
  padding: 10px 29.5px !important;
  line-height: 28px !important;
  letter-spacing: 0.48px !important;
  height: 48px !important;
}

.sortable-chosen {
  box-shadow: 9px 10px 12px -2px rgba(0, 0, 0, 0.2);
}

/* .ev-details summary {
    display: flex;
    font-family: 'EV Header Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
} */

.ev-details summary::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: url("../images/chevron-down.svg");
  background-size: cover;
  transition: 0.2s;
  transform: rotate(-90deg);
}

details[open].ev-details > summary::before {
  transform: rotate(0deg);
}

details {
  height: 10px;
  transition: height 300ms ease-in-out !important;
  padding-bottom: 60px;
}

details[open] {
  padding-bottom: 30px;
  height: auto;
  overflow-y: clip;
  transition: height 300ms ease-in-out !important;
}

/*end details > summary styles*/

/* video player*/
.v-video .v-controlBar .v-progressBar {
  z-index: 0 !important;
}

/* end video player*/

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-opacity-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.z-2 {
  z-index: 2;
}

input[type="radio"]:not(.tab) {
  @apply radio;
  outline-width: 2px;
  outline-color: #0d0d0d;
  width: 20px;
  height: 20px;
  border-color: #808080;

  &:checked {
    animation: none;
  }

  &:checked:hover {
    accent-color: #404040;
    background-color: #404040;
  }

  &:hover {
    accent-color: #404040;
    border-color: #404040;
  }

  &:disabled {
    accent-color: #00000033;
  }

  &:focus,
  &:focus-visible {
    outline: 2px solid #666666 !important;
    outline-offset: 1px !important;
  }

  &:active {
    outline: 2px solid #666666 !important;
    outline-offset: 1px !important;
  }
}

/* Breadcrumbs chevron styles */
.breadcrumbs > ul > li {
  &:before {
    opacity: 1;
    color: #0d0d0d52;
    content: "";
    background: url("breadcrumbChevron.eta");
  }
}

.sign-out-btn {
  @apply border-[#0D0D0D] border-solid rounded-[3px] border-[1px] text-[14px] font-[400] text-[#0D0D0D] gap-[8px] py-[6px] pl-[8px] pr-[16px];

  &:hover {
    background-color: #f6f6f4;
    color: #0d0d0d;
  }

  &:active {
    background-color: #e5e5e5;
    color: #0d0d0d;
  }
}

/* Impersonation user list scrollbar styling */
#impersonation-user-list {
  /* Firefox scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #00000033;
}

#impersonation-user-list::-webkit-scrollbar {
  width: 4px;
}

#impersonation-user-list::-webkit-scrollbar-track {
  background: transparent;
}

#impersonation-user-list::-webkit-scrollbar-thumb {
  background: #00000033;
  border-radius: 4px;
}

#impersonation-user-list::-webkit-scrollbar-thumb:hover {
  background: #00000033;
}
