.dropdown {
    max-width: max-content;
    margin: 0 auto;
}
.dropdown__body {
    display: none;
    position: fixed;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, .2);

}
.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 300px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}
.pill-primary {
    background-color: #F0F5FF;
    color: var(--primary);
}
.pill-secondary {
    color: var(--secondary);
    background-color: #F7F7F7;
}
.pill-success {
    background-color: #E2FFDB;
    color: var(--success);
}
.pill-warning {
    background-color: #FF4A1C;
    color: #fff;
}
.container-dash {
    max-width: none;
    padding: 0 22px;
}

.fixed-header-dash {
    padding-top: 60px;
}
.dash-content {
    padding-top: 22px;
    padding-bottom: 22px;
}
.sibebar-gutters {
    padding-left: 240px;
}

/* sidebar */

.sidebar {
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #131515;
    color: #fff;
    z-index: 100;
}

.sidebar-container {
    padding: 10px;
    overflow: auto;
    height: 100%;
}
.sidebar-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.sidebar-logo {
    padding: 5px 12px;
}

.hr-dark {
    border: 0;
    border-top:1px solid rgba(255, 255, 255, .12);
}

.sidebar-link {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    opacity: .6;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.sidebar-link.active {
    background: #232626;
    opacity: 1;
}
.sidebar-link.active + .sub-menu .sidebar-link {
    opacity: 1;
}
.menu-open .sub-menu {
    display: block;
}
.sidebar-link:hover {
    opacity: 1;
}
.sidebar-item + .sidebar-item {
    margin-top: 10px;
}
.sub-menu .sidebar-item  {
    margin-top: 4px!important;
}
.sub-menu .sidebar-link {
    padding-left: 48px;
}
.sub-menu {
    display: none;
}

.pagination-white {
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    bottom: 15px!important;*/
    margin-left: auto;
    margin-right: auto;

}
.pagination-white .swiper-pagination-bullet{
    border: 2px solid transparent;
    background-color: #FFFFFF;
    width: 8px;
    height: 8px;
}
.pagination-black {
    transform: translateX(0%) !important;
}
.pagination-black .swiper-pagination-bullet {
    background-color: #131515;
}
.pagination-white .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-color: #FFFFFF;
    background-color: transparent;
}
.pagination-black .swiper-pagination-bullet-active {
    border-color: #004FFF;
}
.gutters-22 {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}
.close-sidebar {
    display: none;
}

/* table */
.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    color: rgba(19, 21, 21, .4);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #F7F7F7;
    text-align: start;
    padding: 8px;
}
.table td {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 8px;
    text-align: start;
}
.table th:first-child,
.table td:first-child {
    padding-left: 16px;
}
.table th:last-child,
.table td:last-child {
    padding-right: 16px;
}

.table tr:not(:last-child) td {
    border-bottom: 1px solid #ECECEC;
}

.table-responsive {
    overflow: auto;
    border: 1px solid #ECECEC;
    border-radius: 8px;
}
.table-responsive .table {
    white-space: nowrap;
}

.table-responsive::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.slider-cards-4 {
    padding: 10px;
    margin: -10px;
}

.pagination-static {
    position: static;
    width: 80px !important;
}

.btn-help-page {
    position: fixed;
    z-index: 50;
    bottom: 32px;
    right: 32px;
}
.btn-help-page:hover {
    background-color: #fff;
}
.btn-help-page:hover .hover-white-stroke {
    stroke: #fff;
}

.notifications-page-item {
    display: flex;
    align-items: center;
}

.notifications-page-text {
    flex: auto;
    margin-right: 20px;
}

.notifications-page-item + .notifications-page-item{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ECECEC;
}

.notifications-page-item  .notifications-drop-item__img {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
}

.billing-item {
    min-height: 230px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/billing-bg.png);
    cursor: pointer;
}

.billing-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-new-paymant {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #F7F7F7;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    cursor: pointer;
}
.gutters-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.chek-paymant-icon {
    display: none;
}

.billing-item > input:checked ~ .billing-item__body .chek-paymant-icon {
    display: block;
}

.text-icon-white {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background: #FF4A1C;
    border: 1.5px solid #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-searh-avatar{
    display: flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    overflow: hidden;
    border: 1.5px solid #FFFFFF;
    filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32)) drop-shadow(0px 1px 2px rgba(91, 104, 113, 0.32));
    border-radius: 300px;
    margin-right: 12px;
    margin-bottom: 22px;
}

.user-searh-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
}

.search-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -8px;
}
.search-tags-wrapper > * {
    margin-right: 8px;
}

.slider-full-arrows {
    overflow: visible;
}
.action-button.active.btn--outline-default2 {
    border-color: var(--primary);
    color: var(--primary);
}
.searchlist__favorite.in-whish svg path {
    fill: #fff;
    stroke: transparent;
}
@media (min-width: 1280px) {
    .after-before-gradient:after, .after-before-gradient:before {
        content: '';
        position: absolute;
        width: calc((100vw - 1200px)/2 + 40px);
        top: 0;
        pointer-events: none;
        height: 100%;
        z-index: 2;
    }

    .after-before-gradient:before {
        left: calc((-100vw + 1200px)/2);
        background: linear-gradient(90deg, #FAFAFA 24.58%, rgba(250, 250, 250, 0) 100%);
    }

    .after-before-gradient:after {
        background: linear-gradient(270deg, #FAFAFA 24.58%, rgba(250, 250, 250, 0) 100%);
        right: calc((-100vw + 1200px)/2);
    }
}
@media (min-width: 1440px) {
    .slider-full-arrows .swiper-button-next {
        right: -60px;
    }
    .slider-full-arrows .swiper-button-prev {
        left: -60px;
    }
    .swiper-button-next, .swiper-button-prev {
        opacity: .5;
    }
}
.buyer-article__image{
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.date-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.44;
}

.user-block {
    display: flex;
    align-items: center;
}
.buyer-article__content {
    padding-top: 12px;
}
.user-block__icon {
    display: flex;
    overflow: hidden;
    border-radius: 300px;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 14px;
}
.user-block__icon img {
    width: 100%;
}
.user-block__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.swiper-button-next, .swiper-button-prev {
    --swiper-navigation-size: 22px;
    --swiper-theme-color: #131515;
    z-index: 4;
    font-weight: bold;
}

.stories-block-item  + .stories-block-item{
    margin-top: 70px;
}

.reviews-item__quote {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(19, 21, 21, .8);
    position: relative;
    flex: auto;
}
.reviews-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.reviews-item__quote:after {
    content: '';
    width: 48px;
    height: 48px;
    background-image: url(../img/icon-park-outline_quote.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -24px;
    left: 30px;
}

.reviews-item__bottom {
    padding-left: 16px;
    padding-right: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.reviews-img {
    width: 132px;
    height: 88px;
    flex: 0 0 132px;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 10px;
    margin-top: -25px;
}

.swiper-three-items .swiper-slide {
    height: auto;
}

.row-image {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
  }
  .row-image img {
    width: 100%;
    height: 100%;
  }

  .bs-gutter-x-70 {
    --bs-gutter-x: 70px;
  }
  .chart-status-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eefbf2;
    border-radius: 12px;
    padding: 16px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .color-success2 {
      color: var(--success2)
  }
  .card__img-top.card__img-top-220 {
      height: 220px;
  }

  .footer .scroll_to_top{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 15px;
  }
  .btn-help-page{
    bottom: 82px;
  }
  @media (max-width: 767.98px){
    .footer .scroll_to_top{
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      transform: none;
      margin: 20px auto;
    }
  }
