body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal !important;
}

.k-panel-outside {
  background: black;
}
.k-dialog-body {
  background: black;
  padding: 0;
}

.k-login-form .k-label {
  color: white;
  font-weight: normal !important;
  text-transform: uppercase;
}

.k-picklist-input-search .k-string-input:focus {
  color: black !important;
}
.k-checkboxes-input .k-choice-input-label {
  color: black !important;
}
.k-login-form .k-input {
  background: transparent;
  outline: none;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  -webkit-text-fill-color: white !important;
}

:where(input:-webkit-autofill) {
  -webkit-text-fill-color: white !important;
}

.k-string-input:focus {
  outline: 0;
  color: black !important;
}

.k-choice-input-label-text {
  color: black !important;
}

.k-choice-input input {
  top: 2px;
  border: 1px solid black !important;
}

.k-login-form .k-text-input {
  padding: 0.5rem 0;
}
.k-login-form .k-label-text {
  color: white !important;
}
.k-login-form .k-button-text {
  color: lime !important;
}
.k-login-form .k-login-button svg {
  fill: lime !important;
}
.k-login-form .k-input-icon {
  display: none;
}
.k-login-form .k-text-input::placeholder {
  color: rgba(204, 204, 204, 0.3);
}
.k-login-form .k-text-input:placeholder-shown {
  color: rgba(204, 204, 204, 0.3);
}
.k-login-form input:where([type="checkbox"], [type="radio"]) {
  background-color: black;
  border-radius: 50%;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
.k-login-form input:where([type="checkbox"], [type="radio"]):checked:focus {
  border: 1px solid rgba(204, 204, 204, 0.3);
  outline: white;
}
.k-login-form input:where([type="checkbox"], [type="radio"]):focus {
  border: 1px solid white;
  outline: white;
}
.k-login-form input:where([type="checkbox"], [type="radio"]):checked {
  border: 1px solid rgba(204, 204, 204, 0.3);
}
.k-login-form input:where([type="checkbox"], [type="radio"]):checked:after {
  content: "";
  background: rgba(204, 204, 204, 0.3);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border-radius: 50%;
}

.k-login-buttons {
  margin: 2rem 0 0 0;
}

.k-login-button svg {
  fill: lime;
}

.k-login-button {
  background: black;
  border: 1px solid lime;
  border-radius: 2rem;
  color: lime;
}

.k-panel-main {
  background: white;
}

.k-panel-menu-body {
  background: white;
}

.k-choice-input-label-text {
  color: rgba(204, 204, 204, 0.3);
  text-transform: uppercase;
}

.k-topbar {
  text-transform: uppercase;
  color: black !important;
}

.k-breadcrumb .k-button-icon:first-of-type {
  display: none;
}

.k-topbar .k-button-text {
  color: black;
}

.k-button-group a,
.k-button-group button {
  border: 1px solid black;
  border-radius: 5rem;
  background: white;
  padding: 0.9rem;
}

.k-header {
  background: white;
  border: none;
  box-shadow: none;
}

.k-header-title-text {
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 37px;
}

.k-input {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.k-text-input,
.k-textarea-input-native {
  padding: 0.8rem 0 !important;
  border-radius: var(--input-rounded);
}

.k-label-text {
  text-transform: uppercase;
  font-weight: normal;
  color: black !important;
}
.k-button-text {
  color: black !important;
}
.k-button-group[data-layout="collapsed"]
  > .k-button[data-variant="filled"]:not(:first-child) {
  border-left: 0px;
}
.k-dropdown-content[data-align-x="end"] {
  background: white;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.k-item[data-layout="cards"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-radius: 0.7rem;
}
.k-item[data-layout="cards"] .k-frame {
  border-start-start-radius: 0.7rem;
  border-start-end-radius: 0.7rem;
}

.k-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.k-tabs .k-button-icon {
  display: none;
}

.k-tab-button[aria-current]:after {
  display: none;
}
.k-tab-button[aria-current] {
  opacity: 1;
}

.k-tab-button {
  text-transform: uppercase;
  margin: 0 2rem 0 0;
  opacity: 0.1;
}

.k-tab-button:hover {
  color: black !important;
}
.k-dropdown-content {
  background: white;
}
.k-tabs-badge {
  background: white;
  border: 1px solid black;
}
.k-tag {
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 2rem;
  padding: 0.9rem 0.2rem;
}

.k-overlay[open] > .k-portal {
  backdrop-filter: blur(9px);
}

svg {
  fill: black !important;
}

svg[data-type="status-listed"] {
  fill: lime !important;
}

.k-writer-toolbar .k-icon {
  fill: #ffffff !important;
}

.k-dialog-portal .k-dialog-body {
  padding: 1rem;
  background: white;
}
.k-dialog-portal .k-dialog-body .k-choice-input-label-text {
  color: black;
}

:where(.k-checkboxes-field, .k-radio-field)
  .k-choice-input:not([aria-disabled="true"]) {
  box-shadow: none;
  border: 1px solid black;
}

.k-dialog-footer {
  background: white;
}

.k-activation-button {
  display: none;
}

.k-activation {
  display: none;
}

.k-panel-menu-toggle .k-button-icon {
  background: white;
}

.k-panel-menu-buttons .k-button-icon {
  display: none;
}

.k-panel-menu-button[aria-current] .k-button-text {
  color: black !important;
}
.k-panel-menu-button[aria-current] {
  box-shadow: none;
}
.k-panel-menu-button .k-button-text {
  color: rgb(168, 168, 168) !important;
}

.k-search-dialog .k-dialog-body {
  background: transparent;
  box-shadow: none;
}

.k-search-dialog {
  border-radius: 0;
  background: transparent;
}

.k-search-dialog-input input {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 2rem 0rem 0rem 2rem;
  color: white;
}

.k-search-dialog-input {
  margin: 0 0 1rem;
}
.k-search-dialog-input .k-icon {
  fill: white !important;
}

.k-search-dialog-close {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 0rem 2rem 2rem 0rem;
  border-right: 1px solid white;
}

.k-search-dialog-close svg {
  fill: white !important;
}

.k-search-dialog-types {
  color: white;
  border: 1px solid white;
  border-radius: 2rem;
  margin: 0 1rem 0 0;
}
.k-search-dialog-types .k-button-text {
  color: white !important;
}

.k-overlay[open][data-type="dialog"] > .k-portal > .k-search-dialog {
  margin-top: 0;
  box-shadow: none;
}

.k-overlay[open] > .k-portal {
  background: rgb(0 0 0 / 79%);
}

.k-search-dialog-results {
  padding: 0;
  width: calc(100% - 7.6rem);
  margin: 0 0 0 7.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.k-search-dialog-results .k-item {
  border-radius: 0;
  background: transparent;
  color: white;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.k-search-dialog-results .k-item-image {
  width: 1.7rem;
  height: 1.7rem !important;
  border-radius: 0;
  object-fit: cover;
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}
.k-search-dialog-results .k-item-image img {
  width: 100%;
  object-fit: cover;
}
.k-search-dialog-results .k-item-content {
  padding: 0.3rem 0 0.3rem 0;
}

.k-search-dialog-footer .k-button-text {
  color: white !important;
  text-transform: uppercase;
}
.k-search-dialog-footer .k-button-icon {
  fill: white !important;
}

.k-box[data-align="center"] {
  justify-content: center;
  background: white;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("~fonts/HelveticaNeue-Medium.woff") format("woff");
  src: url("~fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
