@charset "UTF-8";
/*
Global
 */
:root {
  --cashback-icon: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
    <path fill='%23000' d='M16 2C13.24 2 11 4.24 11 7S13.24 12 16 12 21 9.76 21 7 18.76 2 16 2M16 10C14.34 10 13 8.66 13 7S14.34 4 16 4 19 5.34 19 7 17.66 10 16 10M19 16H17C17 14.8 16.25 13.72 15.13 13.3L8.97 11H1V22H7V20.56L14 22.5L22 20V19C22 17.34 20.66 16 19 16M5 20H3V13H5V20M13.97 20.41L7 18.5V13H8.61L14.43 15.17C14.77 15.3 15 15.63 15 16C15 16 13 15.95 12.7 15.85L10.32 15.06L9.69 16.96L12.07 17.75C12.58 17.92 13.11 18 13.65 18H19C19.39 18 19.74 18.24 19.9 18.57L13.97 20.41Z'/>\
  </svg>");
}

* {
  min-width: 0;
  min-height: 0;
}

/* Курсоры */
.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

/*
Custom bootstrap 4
 */
.dropdown-menu-links {
  line-height: 1.34;
}

.dropdown-menu-links .dropdown-item {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.btn-collapse .uil-angle-down {
  display: inline-flex;
  transition: transform 0.2s ease;
}

.btn-collapse[aria-expanded=true] .uil-angle-down {
  transform: rotate(180deg);
}

/* Card */
.card-header,
.card-footer {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.card-title {
  margin: 0;
  line-height: 1;
}

.grid-view-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 5px;
}

.card-footer-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
}

.card-header-title {
  font-weight: 500;
  font-size: 18px;
}

.grid-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  background: #f9f9f9;
}
.grid-pagination .pagination {
  margin: 0 !important;
  line-height: 1.42;
}

[data-bs-theme=dark] .grid-pagination {
  background: #2f333f;
}

/* Card table */
.card-table {
  margin: -1px;
}

.card-table .table {
  margin: 0 !important;
}

.card-table .summary {
  padding: 0.35rem 0.75rem;
  margin: 0;
}

.card-table .pagination {
  padding: 0.25rem;
}

.card-table-bottom-text {
  padding: 0.35rem 0.75rem;
}

/*
Site
 */
body {
  min-width: 360px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* Bootstrap */
.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.btn-only-icon {
  min-height: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: 0;
}

.btn-only-icon-withdraw {
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 4px;
  border: 0;
  margin: -3px 0;
  gap: 4px;
  font-weight: bold;
  font-size: 11px;
  color: rgba(40, 167, 69, 0.7);
  background: 0 !important;
  transition: color 0.3s ease;
}

.icon-btn-faq-withdraw {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background: no-repeat 0 0 url(/img/icons/btn-faq-withdraw.svg);
  background-size: 100% 100%;
}

.btn-only-icon-withdraw .icon-btn-faq-withdraw {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.btn-only-icon-withdraw:hover {
  color: #28a745;
}

.btn-only-icon-withdraw:hover .icon-btn-faq-withdraw {
  opacity: 1;
}

.tippy-tooltip-faq-withdraw {
  font-weight: 400;
  color: #a9faba;
  text-align: center;
}

.tippy-tooltip-faq-withdraw a {
  color: #f3f3f3;
  text-decoration: underline;
}

.tippy-tooltip-faq-withdraw a:hover {
  color: #fff;
  text-decoration: none;
}

.btn.text-warning {
  color: #e7af09 !important;
}

.btn-pseudo-link {
  height: auto;
  min-height: auto;
  line-height: 1.24;
  padding: 0;
  color: #007bff;
  border-bottom: 1px dashed #007bff;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.btn-pseudo-link:hover {
  color: #0056b3;
  border-bottom-color: #0056b3;
}

.btn-change-price {
  vertical-align: baseline;
  margin: 0 0 0 4px;
}

.summary {
  margin: 0 0 8px 0;
}

.list-wrapper .summary {
  padding: 0 0 16px 0;
}

select.form-control option[disabled] {
  color: #ccc;
}

/* Form fields */
.form-group {
  margin-bottom: 0.5rem;
}

.form-group > label,
div[data-attribute-id] > label,
div[data-attribute-id] > .custom-checkbox > .custom-control-label {
  margin-bottom: 0.3rem;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.92;
}

.form-group .form-text small,
.form-group .form-text .small {
  font-size: 13px;
  font-weight: 400;
}

.invalid-feedback {
  font-weight: bold;
  font-size: 12px;
}

/*
Форма редактирования цены
 */
.input-group-price label {
  margin: 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

/* fix pagination */
.pagination {
  flex-wrap: wrap;
}

.pagination .disabled {
  cursor: default;
  opacity: 0.7;
}

/* Checkbox sizes */
.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: 0.8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}

.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .grid-view {
    overflow: hidden;
    overflow-x: auto;
  }
  .grid-view th,
  .grid-view td:last-child {
    white-space: normal;
  }
}
/*
Показываем звездочку для принудительных к заполнению полей
 */
.form-group.required .control-label::after,
.form-group.required > label::after,
.input-group-required label::after,
.field-attributes div[data-attribute-id].required > label::after,
.form-group .control-label[for=notificationform-user_id]::after,
.form-group .control-label[for=contact-info-field]::after,
div.required[data-attribute-id] .control-label::after {
  content: " *";
  font-weight: bold;
  color: #dd4b39;
}

/*
Оформляем атрибуты
 */
.field-attributes {
  min-height: 50px;
  padding: 10px 10px 0;
  margin: 0 0 20px;
  border: 1px dashed #ccc;
  background: #fbfbfb;
  border-radius: 5px;
}

body[data-bs-theme=dark] .field-attributes {
  border-color: #141621;
  background: rgba(13, 16, 28, 0.0509803922);
}

.field-attributes .form-group {
  padding: 5px 0;
  margin: 0;
  border-top: 1px solid #eee;
}

.field-attributes .form-group:first-child {
  padding-top: 0;
  margin: 0;
  border-top: 0;
}

.field-attributes .form-group div div label {
  margin-right: 3px;
}

.field-attributes-apply {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 11px;
}

.field-attributes-apply > label {
  padding: 1px 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #eee;
  margin: 0;
  border-radius: 2px;
}

.field-attributes-apply > label input {
  margin: 0;
}

/*
Поле гарантии
 */
.form-group--guarantee {
  width: 190px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .form-group--guarantee {
    width: 100%;
  }
}
.form-group--guarantee .form-control {
  padding-top: 0;
  padding-bottom: 2px;
}

/* Чекбоксы приоритета по невалиду */
#productform-invalidpriorityresolving {
  display: flex;
  align-items: center;
  gap: 4px 14px;
  flex-wrap: wrap;
}

/* Настройки кэшбэка */
#productcashbackform-cashbackenabled {
  display: flex;
  align-items: center;
  gap: 4px 14px;
  flex-wrap: wrap;
}

.cost-goods {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cost-goods .input-group-text {
  background: #f3f3f3;
}

.cost-goods-cashback-amount-value {
  white-space: nowrap;
}

.cost-goods .cost-goods__item {
  padding: 12px;
  background: #fafafa;
  border-radius: 8px;
}

body[data-bs-theme=dark] .cost-goods .cost-goods__item {
  background: #2f333f;
}

.cost-goods .cost-goods__item:first-child {
  flex: none;
  width: 340px;
}

.cost-goods .cost-goods__item:last-child {
  flex: 1 0;
}

@media all and (max-width: 750px) {
  .cost-goods {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cost-goods .cost-goods__item:first-child {
    width: 100%;
  }
  .cost-goods .cost-goods__item:first-child .price-product-block {
    max-width: 100% !important;
  }
}
/* Loader для pjax форм */
@keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-pjax-container][data-pjax-loader=true] {
  position: relative;
}

[data-pjax-container][data-pjax-loader=true]::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

[data-pjax-container][data-pjax-loader=true]::before {
  content: " ";
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #212529; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  animation: loaderSpin 2s linear infinite;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

[data-pjax-container][data-pjax-loader=true].form-loader-show .product-filters-placeholder {
  visibility: hidden;
}

[data-pjax-container][data-pjax-loader=true].form-loader-show::after,
[data-pjax-container][data-pjax-loader=true].form-loader-show::before {
  opacity: 1;
  visibility: visible;
}

body[data-bs-theme=dark] [data-pjax-container][data-pjax-loader=true]::after {
  background: rgba(0, 0, 0, 0.3);
}

/* Loader line */
.line-loader {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-loader-centered {
  height: 80px;
  padding: 0 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: #fff;
}

.line-loader-move {
  height: 4px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #17a2b8 0%, #17a2b8 100%), linear-gradient(to right, #17a2b8 0%, #17a2b8 100%), #E4E4ED;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  border-radius: 34px;
  animation: animLineLoader 1.5s infinite;
}

@keyframes animLineLoader {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
body[data-bs-theme=dark] .line-loader-centered {
  background: rgb(43, 46, 59);
}
body[data-bs-theme=dark] .line-loader-move {
  background: linear-gradient(to right, #17a2b8 0%, #17a2b8 100%), linear-gradient(to right, #17a2b8 0%, #17a2b8 100%), #363948;
  background-size: 60% 100%;
  background-repeat: no-repeat;
}

/*
Просмотр товара
 */
.detail-view-controls {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-view-controls .btn-success.border-left {
  border-left-color: #21943a !important;
}

.detail-view-controls .btn-warning.border-left {
  border-left-color: #e3ad09 !important;
}

.detail-view-controls-left {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.detail-view-controls-right {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.detail-view-controls-right .form-control {
  width: auto;
}

@media all and (max-width: 992px) {
  .detail-view-controls-product {
    flex-direction: column;
  }
}
@media all and (max-width: 580px) {
  .card-header-scroll-mobile {
    padding: 0;
  }
  .card-header-scroll-mobile::after {
    width: 20px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(100%, rgb(247, 247, 247)));
    background: -webkit-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
    background: -o-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
    background: -ms-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
    background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, rgb(247, 247, 247) 100%);
  }
  .card-header-scroll-mobile .detail-view-controls {
    padding: 0.75rem 1.75rem 0.75rem 0.75rem;
    flex-direction: row;
    gap: 0 0.75rem;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0.75rem;
  }
  .card-header-scroll-mobile .detail-view-controls .btn {
    flex: none;
    scroll-snap-align: start;
  }
  .card-header-scroll-mobile .detail-view-controls-left,
  .card-header-scroll-mobile .detail-view-controls-right {
    flex: none;
    flex-wrap: nowrap;
    gap: 0 0.75rem;
  }
}
@media all and (max-width: 992px) {
  .detail-view-controls-shipment {
    flex-direction: column;
  }
  .detail-view-controls-shipment .form-control {
    width: auto;
  }
}
/* GV товаров */
.td--shop-url a {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  word-break: break-word;
  font-size: 10px;
}

.td--created-at {
  white-space: nowrap;
}

.td--id {
  width: 80px;
}

.td--hold-status {
  width: 148px;
}

.td--name {
  word-break: break-word;
}

.td--product-name {
  font-size: 13px;
  word-break: break-word;
}

.td--client-id {
  font-size: 10px;
  white-space: nowrap;
}

.truncate-target {
  word-break: break-word;
}

/*
Mobile responsive
 */
.grid-view-responsive-controls {
  display: none;
}

@media all and (max-width: 492px) {
  .grid-view-responsive-controls-button-label {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .table-controls-for-mobile table,
  .table-controls-for-mobile tr,
  .table-controls-for-mobile th,
  .table-controls-for-mobile td {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .table-controls-for-mobile tr.filters {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .table-controls-for-mobile td {
    display: none;
  }
  .table-controls-for-mobile td.td--allow-filter {
    display: block;
  }
  .table-controls-for-mobile td[data-label]::before {
    content: attr(data-label) ": ";
    display: block;
    margin-bottom: 5px;
  }
  .table-controls-for-mobile td input,
  .table-controls-for-mobile td select {
    font-size: 16px !important;
  }
}
.grid-view-responsive-navigate {
  display: none;
}
@media all and (max-width: 992px) {
  .grid-view-responsive-navigate {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media all and (max-width: 442px) {
  .grid-view-responsive-navigate .btn__label {
    display: none;
  }
}

@media all and (max-width: 992px) {
  .grid-view-responsive-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  .grid-view-responsive .table {
    display: block;
    padding-top: 0;
    border: 0;
  }
  .grid-view-responsive .table thead,
  .grid-view-responsive .table thead tr,
  .grid-view-responsive .table thead td {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }
  /*
  Сортировка
   */
  .grid-view-responsive .table thead tr.sorting {
    display: none;
  }
  /*
  Фильтр
   */
  .grid-view-responsive .table thead tr.filters {
    display: none;
  }
  .grid-view-responsive .table tbody,
  .grid-view-responsive .table tr,
  .grid-view-responsive .table td,
  .grid-view-responsive .table td:first-child,
  .grid-view-responsive .table td:last-child {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    font-size: inherit;
  }
  .grid-view-responsive .table td {
    line-height: 1.34;
    text-align: left !important;
  }
  .grid-view-responsive .table td,
  .grid-view-responsive .table td:first-child,
  .grid-view-responsive .table td:last-child {
    padding: 3px 0;
  }
  .grid-view-responsive .table td:first-child {
    padding-top: 0;
  }
  .grid-view-responsive .table tr {
    padding: 15px;
    position: relative;
    z-index: 2;
    border: 0;
  }
  .grid-view-responsive .table tr:first-child {
    border-radius: 5px 5px 0 0;
  }
  .grid-view-responsive .table tr:last-child {
    border-radius: 0 0 5px 5px;
  }
  .grid-view-responsive .table td[data-label]::before {
    content: attr(data-label) ": ";
    opacity: 0.8;
  }
  .grid-view-responsive .action-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
  }
  .grid-view-responsive-products .table tr {
    padding: 15px 15px 64px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .grid-view-responsive-products .table .product-reviews {
    display: inline-flex;
    vertical-align: middle;
  }
  .grid-view-responsive-products .table tbody tr::after {
    width: auto;
    height: 55px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #eee;
    background: rgba(238, 238, 238, 0.3);
  }
  .grid-view-responsive-products .table tbody tr::before {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    background: #ccc;
  }
  .grid-view-responsive-products .table tr td.td--price {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 16px;
    background: 0;
  }
  .grid-view-responsive-products .table tr td.td--price::before {
    display: block;
    font-size: 12px;
  }
  .grid-view-responsive-products .table tr td.td--buttons {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: 0;
  }
  /* Orders */
  .grid-view-responsive-order .product-title {
    display: inline;
  }
  .grid-view-responsive-order .table tr {
    padding: 15px 15px 64px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .grid-view-responsive-order .table tr::after {
    width: auto;
    height: 55px;
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #eee;
    background: rgba(238, 238, 238, 0.3);
  }
  .grid-view-responsive-order .table tr td.td--price {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 8px;
    font-size: 16px;
  }
  .grid-view-responsive-order .table tr td.td--price::before {
    display: block;
    font-size: 12px;
  }
  .grid-view-responsive-order .table tr td.td--buttons {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: 0;
  }
  .grid-view-responsive-order .table tr td.td--buttons .btn {
    margin: 0 !important;
  }
}
body[data-bs-theme=dark] .grid-view-responsive-order .table tr,
body[data-bs-theme=dark] .grid-view-responsive-products .table tr {
  border-bottom-color: rgba(238, 238, 238, 0.12);
}
body[data-bs-theme=dark] .grid-view-responsive-order .table tr::before,
body[data-bs-theme=dark] .grid-view-responsive-products .table tr::before {
  background: rgba(238, 238, 238, 0.07);
}
body[data-bs-theme=dark] .grid-view-responsive-order .table tr::after,
body[data-bs-theme=dark] .grid-view-responsive-products .table tr::after {
  border-top-color: rgba(238, 238, 238, 0.07);
  background: rgba(238, 238, 238, 0.057);
}
body[data-bs-theme=dark] .grid-view-responsive .action-btn {
  background: #2b2e3b;
}

/*
DateRangePicker (темная тема)
 */
body[data-bs-theme=dark] .daterangepicker {
  background-color: #2b2e3b;
  border-color: rgba(255, 255, 255, 0.12);
  color: #f1f3f5;
}

body[data-bs-theme=dark] .daterangepicker .calendar-table,
body[data-bs-theme=dark] .daterangepicker .calendar-table table {
  background-color: #2b2e3b;
  border-color: rgba(255, 255, 255, 0.12);
}

body[data-bs-theme=dark] .daterangepicker .calendar-table th,
body[data-bs-theme=dark] .daterangepicker .calendar-table td {
  color: #f1f3f5;
}

body[data-bs-theme=dark] .daterangepicker .calendar-table td.off,
body[data-bs-theme=dark] .daterangepicker .calendar-table td.off.in-range,
body[data-bs-theme=dark] .daterangepicker .calendar-table td.off.start-date,
body[data-bs-theme=dark] .daterangepicker .calendar-table td.off.end-date {
  color: rgba(241, 243, 245, 0.35);
  background-color: rgba(255, 255, 255, 0.04);
}

body[data-bs-theme=dark] .daterangepicker td.available:hover,
body[data-bs-theme=dark] .daterangepicker th.available:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #f1f3f5;
}

body[data-bs-theme=dark] .daterangepicker td.in-range {
  background-color: rgba(255, 255, 255, 0.08);
  color: #f1f3f5;
}

body[data-bs-theme=dark] .daterangepicker td.active,
body[data-bs-theme=dark] .daterangepicker td.active:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

body[data-bs-theme=dark] .daterangepicker .drp-buttons {
  border-top-color: rgba(255, 255, 255, 0.12);
}

body[data-bs-theme=dark] .daterangepicker .ranges li {
  color: #f1f3f5;
}

body[data-bs-theme=dark] .daterangepicker .ranges li:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

body[data-bs-theme=dark] .daterangepicker .ranges li.active {
  background-color: var(--bs-primary);
  color: #fff;
}

body[data-bs-theme=dark] .daterangepicker .prev span,
body[data-bs-theme=dark] .daterangepicker .next span {
  color: #f1f3f5;
}

body[data-bs-theme=dark] .daterangepicker .prev:hover span,
body[data-bs-theme=dark] .daterangepicker .next:hover span {
  color: #fff;
}

body[data-bs-theme=dark] .daterangepicker select {
  background-color: #2b2e3b;
  border-color: rgba(255, 255, 255, 0.12);
  color: #f1f3f5;
}

body[data-bs-theme=dark] .daterangepicker select:focus {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

body[data-bs-theme=dark] .daterangepicker select option {
  background-color: #2b2e3b;
  color: #f1f3f5;
}

/*
Стили для формы товара
 */
.form-product-notify {
  margin: 20px 0;
}

.form-product-notify .alert {
  margin-bottom: 0 !important;
}

.form-product-notify .form-group {
  margin-bottom: 0 !important;
}

.form-product-box .nav-tabs {
  margin: 0 0 -1px 0;
  position: relative;
  z-index: 2;
}

.form-product-box .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-product-box .card {
  margin-top: 0;
}

/*
Уведомления
 */
.notification {
  position: relative;
}

.notification .card {
  border-top: 0;
  position: static;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.notification-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.notification-controls .btn {
  position: relative;
  z-index: 2;
}

.notification .nav-tabs {
  position: relative;
  z-index: 1;
}

.nav-tabs + .tab-content .notification-controls {
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (max-width: 1068px) {
  .nav-tabs + .tab-content .notification-controls {
    padding: 0 !important;
    position: static;
    right: auto;
    top: auto;
    margin: 0.5rem 0 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
}
/*
Withdraw
 */
.withdraw {
  display: flex;
  gap: 30px;
}

.withdraw-form {
  flex: none;
  width: 290px;
}

.withdraw-content {
  flex: 1 0;
}

@media all and (max-width: 992px) {
  .withdraw {
    flex-direction: column;
  }
  .withdraw-form {
    width: 100%;
  }
}
.withdraw-bill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  text-align: right;
}

.withdraw-bill-value {
  max-width: 64px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1.24;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media all and (max-width: 992px) {
  .withdraw-bill {
    justify-content: flex-start;
    text-align: left;
  }
}
/* History item */
.history-item-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.history-item-header-title {
  flex: 1 0;
}

.history-item-header-controls {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.history-item-header-right {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 16px;
  flex-wrap: wrap;
}

.history-item-details {
  display: flex;
  align-items: center;
  gap: 0 16px;
  flex-wrap: wrap;
  font-size: 0.875rem;
}

.history-item-subtitle {
  padding: 0.3rem 1.25rem;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width: 997px) {
  .history-item-header {
    align-items: normal;
    flex-direction: column;
  }
  .history-item-header-right {
    align-items: normal;
    justify-content: normal;
  }
  .history-item-details {
    flex: 1 0;
  }
}
@media (max-width: 472px) {
  .history-item-header-right {
    flex-direction: column;
    gap: 6px;
  }
}
.history-item .diff-wrapper.diff {
  border: 0;
  border-top: 1px solid #dfdfdf;
}

.history-item .diff-wrapper.diff thead th {
  padding: 0.3rem 1.25rem;
  background: #f8f8f8;
  border-bottom-color: #dfdfdf;
  color: #bd8e00;
  white-space: nowrap;
}

.history-item .diff-wrapper.diff tbody th {
  background: #f1f1f1;
  border-right-color: #dfdfdf;
}

/* Темные стили под темную тему для страницы сравнения */
body[data-bs-theme=dark] .history-item .diff-wrapper.diff {
  color: #fff;
  border-top-color: #3f4457;
}
body[data-bs-theme=dark] .history-item .diff-wrapper.diff thead th {
  background: #2f333f;
  border-bottom-color: #3f4457;
  color: #bd8e00;
}
body[data-bs-theme=dark] .history-item .diff-wrapper.diff tbody th {
  background: #3c3f4d;
  border-right-color: #3f4457;
  color: inherit;
}
body[data-bs-theme=dark] .history-item .diff-wrapper.diff.diff-html .change .old {
  background: #462525;
  color: #fff;
}
body[data-bs-theme=dark] .history-item .diff-wrapper.diff.diff-html .change .new {
  background: #556055;
}
body[data-bs-theme=dark] .history-item .diff-wrapper.diff.diff-html .change ins {
  background: #639963;
}

/* Content */
.content-title {
  margin-bottom: 1rem;
}

/* Page - faq */
.page-faq .card-header {
  padding: 0;
}

/* Формы */
.form-bottom-control {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .form-product-create-row-header {
    flex-direction: column;
  }
  .form-product-create-row-header-col {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.shipment-download-check label {
  display: inline;
}

.shipment-download-check-help-btn {
  min-height: 16px;
  line-height: 16px;
  vertical-align: baseline;
}

.shipment-download-check-help-btn i {
  vertical-align: top;
}

/* Icons */
.icon-width-fix {
  min-width: 16px;
}

/* TinyMCE hide info */
.tox-editor-container .tox-promotion,
.tox-statusbar__branding {
  opacity: 0;
  pointer-events: none;
}

/* Загрузка товарных единиц */
.form-control-counter {
  padding: 4px 5px;
  float: right;
  font-weight: bold;
  font-size: 11px;
  color: #22a8c1;
  text-align: right;
  background: rgba(238, 238, 238, 0.5);
  border-radius: 0 0 5px 5px;
}

[data-bs-theme=dark] .form-control-counter {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

/* Отзывы в GV товаров */
.product-reviews {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-reviews span {
  padding: 3px 5px;
  display: inline-flex;
  gap: 4px;
  vertical-align: top;
  border-radius: 0.25rem;
  white-space: nowrap;
  font-weight: bold;
}

.product-reviews .fa {
  margin: 0 3px 0 0;
}

/* Активные сессии */
.table-sessions .bg-active-session {
  background-color: rgba(0, 123, 255, 0.05) !important;
}

/* Text formatting */
.text-desc {
  line-height: 1.34;
  word-break: break-word;
}

.text-desc pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: rgba(238, 238, 238, 0.4);
  border: 1px solid #eee;
  border-radius: 4px;
}

.text-desc pre + p {
  margin-top: 20px;
}

.text-desc a {
  text-decoration-skip-ink: none;
}

.text-desc p {
  margin: 14px 0;
}

.text-desc p:first-child {
  margin-top: 0 !important;
}

.text-desc p:last-child {
  margin-bottom: 0 !important;
}

.text-desc b {
  font-weight: 600;
}

.text-desc h1, .text-desc h2, .text-desc h3, .text-desc h4, .text-desc h5, .text-desc h6, .text-desc .h1, .text-desc .h2, .text-desc .h3, .text-desc .h4, .text-desc .h5, .text-desc .h6 {
  margin: 20px 0 14px 0;
}

.text-desc h1:first-child, .text-desc h2:first-child, .text-desc h3:first-child, .text-desc h4:first-child, .text-desc h5:first-child, .text-desc h6:first-child, .text-desc .h1:first-child, .text-desc .h2:first-child, .text-desc .h3:first-child, .text-desc .h4:first-child, .text-desc .h5:first-child, .text-desc .h6:first-child {
  margin-top: 0 !important;
}

.text-desc h1:last-child, .text-desc h2:last-child, .text-desc h3:last-child, .text-desc h4:last-child, .text-desc h5:last-child, .text-desc h6:last-child, .text-desc .h1:last-child, .text-desc .h2:last-child, .text-desc .h3:last-child, .text-desc .h4:last-child, .text-desc .h5:last-child, .text-desc .h6:last-child {
  margin-bottom: 0 !important;
}

.text-desc ol:first-child, .text-desc ul:first-child {
  margin-top: 0;
}

.text-desc ol:last-child, .text-desc ul:last-child {
  margin-bottom: 0;
}

.text-desc li + li {
  margin-top: 20px;
}

.text-desc li > p {
  margin: 10px 0;
}

.text-desc li > p:first-child {
  margin-top: 0;
}

.text-desc li > p:last-child {
  margin-bottom: 0;
}

.text-desc img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 772px) {
  .text-desc {
    font-size: 14px;
  }
}
.faq-image {
  width: 600px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 5px rgba(26, 29, 63, 0.22);
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.faq-image:hover {
  box-shadow: 0 0 8px rgba(26, 29, 63, 0.44);
}

.badge--info,
.badge--no-url {
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
}

.time-moderator-status {
  height: 16px;
  line-height: 16px;
  transform: scale(1.25) translateY(-1px);
  display: inline-block;
}

.select2-container--product-categories .select2-results > .select2-results__options {
  max-height: 360px !important;
}

/* Фильтры в форме редактирования товара */
.field-attributes .field-productattributevalueinternalform-productattributes div[data-attribute-id] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field-attributes .form-select,
.field-attributes .form-control {
  max-width: 200px;
}
.field-attributes .select2-container {
  min-width: 200px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.field-attributes .select2-selection__rendered {
  max-width: 100%;
  white-space: normal !important;
}

/* Бейджик-инфо */
.badge-help {
  display: inline-flex;
  vertical-align: text-bottom;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  cursor: help;
}

/* Сброс стилей кнопки */
.btn-reset {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  cursor: pointer;
}

/* Иконока-кнопка */
.action-btn {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  transition: opacity 0.3s ease;
}
.action-btn:hover {
  opacity: 0.8;
}

.action-icon {
  font-size: 17px !important;
}

.action-icon-sm {
  font-size: 15px !important;
}

/* Наименование товара (для обрезания) */
.product-title {
  max-width: 300px;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* Уведомления */
.notification-list .simplebar-content,
.notifications-widget-area .simplebar-content {
  padding-left: 0 !important;
}

.notification-item-read {
  opacity: 0.74;
  transition: opacity 0.3s ease;
}
.notification-item-read:hover {
  opacity: 1;
}

.notification-item__inner {
  padding: 15px;
  background: rgba(238, 238, 238, 0.22);
  border-radius: 5px;
}

.notification-item .text-desc ul br,
.notification-item .text-desc ol br {
  display: none;
}
.notification-item .text-desc br:first-child:last-child {
  display: none;
}
.notification-item .text-desc li + li {
  margin-top: 10px;
}

[data-bs-theme=dark] .notification-item-read {
  opacity: 0.74;
}
[data-bs-theme=dark] .notification-item-read:hover {
  opacity: 1;
}
[data-bs-theme=dark] .notification-item__inner {
  background: rgba(238, 238, 238, 0.07);
}

/* Уведомления и цвет категорий */
.notification-item__category {
  vertical-align: top !important;
}

.notification-item--category-10 .notification-item__category {
  background-color: #efbc3b !important;
}

.notification-item--category-20 .notification-item__category {
  background-color: #2aa846 !important;
}

.notification-item--category-30 .notification-item__category {
  background-color: #5bc0de !important;
}

.notification-item--category-40 .notification-item__category {
  background-color: #bd8de8 !important;
}

.notification-item--category-50 .notification-item__category {
  background-color: #9b9b9b !important;
}

/* Ограничиваем блок изменения стоимости товара */
.card--change-price {
  max-width: 460px;
}

/* Кэшбэк */
.badge-supplier-cashback {
  background-color: #e9a530;
  color: #fff;
}

.price-cashback {
  text-decoration: underline dotted;
  cursor: help;
}

.cashback-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask: var(--cashback-icon) no-repeat center/contain;
  -webkit-mask: var(--cashback-icon) no-repeat center/contain;
}

/* Файл - валидация */
.shipment-file-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 1px #dc3545 inset;
}

.shipment-file-invalid .file-footer-caption {
  color: #dc3545 !important;
}

.shipment-upload-has-error .file-caption-main {
  border-color: #dc3545 !important;
}

/* Перегенрация файла версия 1 */
/* Форма: график ручной выдачи */
.manual-delivery-block {
  max-width: 670px;
}

.manual-delivery-form .mb-3 {
  margin-bottom: 0 !important;
}

@media all and (min-width: 992.5px) {
  .grid-view-responsive-manual-delivery .table td {
    padding: 8px;
    vertical-align: middle;
  }
}
@media all and (max-width: 992px) {
  .grid-view-responsive-manual-delivery .table {
    display: block;
    padding-top: 0;
    border: 0;
    --bs-table-striped-bg: transparent;
    --bs-table-bg: transparent;
  }
  .grid-view-responsive-manual-delivery .table thead,
  .grid-view-responsive-manual-delivery .table thead tr,
  .grid-view-responsive-manual-delivery .table thead td {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .grid-view-responsive-manual-delivery .table thead {
    display: none;
  }
  .grid-view-responsive-manual-delivery .table tbody,
  .grid-view-responsive-manual-delivery .table tr,
  .grid-view-responsive-manual-delivery .table td {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    font-size: inherit;
  }
  .grid-view-responsive-manual-delivery .table tbody {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .grid-view-responsive-manual-delivery .table td {
    line-height: 1.34;
    text-align: left !important;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .grid-view-responsive-manual-delivery .table td,
  .grid-view-responsive-manual-delivery .table td:first-child,
  .grid-view-responsive-manual-delivery .table td:last-child {
    padding: 3px 0;
  }
  .grid-view-responsive-manual-delivery .table td:first-child {
    padding-top: 0;
  }
  .grid-view-responsive-manual-delivery .table tr {
    padding: 15px;
    position: relative;
    z-index: 2;
    border: 0;
    background: rgba(238, 238, 238, 0.25) !important;
    border-radius: 8px;
  }
  [data-bs-theme=dark] .grid-view-responsive-manual-delivery .table tr {
    background: rgba(238, 238, 238, 0.025) !important;
  }
  .grid-view-responsive-manual-delivery .table tr:first-child {
    border-radius: 5px 5px 0 0;
  }
  .grid-view-responsive-manual-delivery .table tr:last-child {
    border-radius: 0 0 5px 5px;
  }
  .grid-view-responsive-manual-delivery .table td[data-label]::before {
    content: attr(data-label) ": ";
    opacity: 0.8;
  }
}
/* Хак для перегенерации SCSS v1 */

/*# sourceMappingURL=site.css.map */
