.r-dtr-ss,
.r-dtr-ss * {
  box-sizing: border-box;
}

.r-dtr-ss {
  position: fixed !important;
  top: 50%;
  right: 18px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 999999 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-family: inherit;
}

.r-dtr-ss[data-pos="left"] {
  left: 18px;
  right: auto;
}

.r-dtr-ss__fab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--r-dtr-ss-accent, #ff004d);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.r-dtr-ss__fab:hover,
.r-dtr-ss__fab:focus-visible {
  transform: scale(1.05);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
  outline: none;
}

.r-dtr-ss__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.r-dtr-ss__panel {
  position: fixed !important;
  top: 50%;
  right: 90px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: min(420px, calc(100vw - 130px));
  max-height: 78vh;
  overflow: hidden;
  border-radius: 18px;
  background: #111317;
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  z-index: 1000000 !important;
}

.r-dtr-ss[data-pos="left"] .r-dtr-ss__panel {
  left: 90px;
  right: auto;
}

.r-dtr-ss__panel[hidden],
.r-dtr-ss__backdrop[hidden] {
  display: none !important;
}

.r-dtr-ss__backdrop {
  position: fixed !important;
  inset: 0;
  background: rgba(0, 0, 0, .28);
  z-index: 999998 !important;
}

.r-dtr-ss__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.r-dtr-ss__headTitle {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.r-dtr-ss__brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--r-dtr-ss-accent, #ff004d);
}

.r-dtr-ss__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.r-dtr-ss__close,
.r-dtr-ss__clear {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
}

.r-dtr-ss__close {
  font-size: 28px;
  line-height: 1;
  padding: 0 4px;
}

.r-dtr-ss__search {
  position: relative;
  padding: 14px 18px 10px;
}

.r-dtr-ss__input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  padding: 0 44px 0 14px;
  font-size: 15px;
}

.r-dtr-ss__input::placeholder {
  color: rgba(255, 255, 255, .55);
}

.r-dtr-ss__input:focus {
  outline: 0;
  border-color: rgba(255, 255, 255, .22);
  box-shadow: 0 0 0 3px rgba(255, 0, 77, .16);
}

.r-dtr-ss__clear {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 22px;
}

.r-dtr-ss__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 10px;
}

.r-dtr-ss__tab {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
}

.r-dtr-ss__tab[aria-selected="true"] {
  background: var(--r-dtr-ss-accent, #ff004d);
  border-color: var(--r-dtr-ss-accent, #ff004d);
}

.r-dtr-ss__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 18px 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, .68);
}

.r-dtr-ss__status {
  font-weight: 700;
  color: #fff;
}

.r-dtr-ss__results {
  max-height: calc(78vh - 190px);
  overflow: auto;
  padding: 0 18px 16px;
}

.r-dtr-ss__group + .r-dtr-ss__group {
  margin-top: 14px;
}

.r-dtr-ss__groupTitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
  margin-bottom: 8px;
}

.r-dtr-ss__item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.r-dtr-ss__group .r-dtr-ss__item:first-of-type {
  border-top: 0;
  padding-top: 2px;
}

.r-dtr-ss__thumb {
  width: 82px;
  height: 62px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}

.r-dtr-ss__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.r-dtr-ss__txt {
  min-width: 0;
}

.r-dtr-ss__t {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 5px;
}

.r-dtr-ss__m {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 5px;
}

.r-dtr-ss__e {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .78);
}

.r-dtr-ss__foot {
  padding: 12px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.r-dtr-ss__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 600;
}

.r-dtr-ss__all:hover,
.r-dtr-ss__all:focus-visible,
.r-dtr-ss__item:hover .r-dtr-ss__t,
.r-dtr-ss__item:focus-visible .r-dtr-ss__t {
  color: var(--r-dtr-ss-accent, #ff004d);
  outline: none;
}

@media (max-width: 1024px) {
  .r-dtr-ss {
    display: none !important;
  }
}
