html, body{
    font-family: Manrope, Arial, sans-serif;
    width: 100%;
    height: 100%;
    background: #F1F3F9;
    color: #53627D;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.input{
    border: 1px solid #6A7995;
    padding: 8px;
    gap: 12px;
    border-radius: 8px;
    background: #FCFCFC;
    font-size: 16px;
}

/* Глобальный цвет плейсхолдера для всех элементов */
::placeholder {
    color: #C3C9D5;
}
.primary-button {
    display: inline-flex;
    background: #2F6FED;
    color: #FCFCFC;
    padding: 8px;
    gap: 12px;
    border-radius: 8px;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    width: fit-content;
    max-width: 100%; /* чтобы не вылезала за пределы на маленьких экранах */
}

.primary-button:hover {
    background: #0348D2;
    color: #FCFCFC;
    transition: background 0.3s, color 0.3s;
}

.primary-button:active {
    background: #2F6FED;
    color: #FCFCFC;
    transition: background 0.3s, color 0.3s;
}

.primary-button.active {
    background: #2F6FED;
    color: white;
    transition: background 0.3s, color 0.3s;
}

.primary-button:disabled {
    background: #C1D4FA;
    color: #FCFCFC;
    cursor: not-allowed;
    transition: background 0.3s, color 0.3s;
}

.primary-button:hover svg{
    fill: white;
    transition: background 0.3s, color 0.3s;
}

.primary-button.active svg{
    fill: white;
    transition: background 0.3s, color 0.3s;
}

.secondary-button {
    display: inline-flex;
    border: 1px solid #0348D2;
    background: #FCFCFC;
    color: #0348D2;
    padding: 8px;
    gap: 12px;
    border-radius: 8px;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    width: fit-content;
    max-width: 100%; /* чтобы не вылезала за пределы на маленьких экранах */
}

.secondary-button:hover {
    background: #0348D2;
    color: #FCFCFC;
    transition: background 0.3s, color 0.3s;
}

.secondary-button:active {
    background: #0348D2;
    color: #FCFCFC;
    transition: background 0.3s, color 0.3s;
}

.secondary-button.active {
    background: #0348D2;
    color: white;
    transition: background 0.3s, color 0.3s;
}

.secondary-button:disabled {
    background: #9BB6E4;
    color: #FCFCFC;
    cursor: not-allowed;
    transition: background 0.3s, color 0.3s;
}

.secondary-button:hover svg{
    fill: white;
    transition: background 0.3s, color 0.3s;
}

.secondary-button.active svg{
    fill: white;
    transition: background 0.3s, color 0.3s;
}

.gradient-background {
    padding: 27px 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(270deg, rgba(252, 125, 118, 0.7) -68%, rgba(255, 255, 255, 1) 52%, rgba(190, 227, 255, 0.7) 91%);
}
.header-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    width: 100%;
    background: white;
    padding: 30px 24px;
    display: flex;
    justify-content: center;
}

.header-container-land{
    max-width: 1160px;
    width: 100%;
    margin-top: 40px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.header-container-land-buttons {
display: flex;
gap: 60px;
}

.nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.header-container-land-link{
    color: white;
    background: none;
    cursor: pointer;
}
.header-container-land-link:hover{
    color: white;
}
.header-dash{
      display: flex;
      flex-grow: 1;
      justify-content: space-between;
      align-items: center;
      /*Она точно нужна? Пока закомментил ее border-bottom: 1px solid #FCFCFC;*/
      gap: 20px;
      max-width: 1160px;
}
.link{
    cursor: pointer
}

.link:hover {
    color: #0348D2;
}
.link:active{
    color: #0348D2;
}
.search-sku{
    width: 100%;
}
.one-column-container{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-content: center;
    gap: 20px;
    max-width: 1208px;
    min-height: 72vh;
    margin: 0 auto 24px auto;
    padding: 0 24px;
}
.footer-container{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    background: white;
    justify-content: center;
    align-items: center;
    padding: 40px 24px;
}
.dash-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}
.main-block-1-3{
    display: flex;
}
.page-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.col-1-4{
    padding-top: 56px;
    position:fixed;
    background: #E9F5FF;
    width: 300px;
    height: 100%;
    z-index: 100;
}
.col-3-4{
    margin-left: 300px;
    padding-right: 40px;
}

.container-3-4{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

button{
    font-family: Manrope, Arial, sans-serif;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.main{
    display: flex;
    flex-direction: column;
    width: 1440px;
}

.main-land-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    background: #F1F3F9;
}

.logo-dash{
    width: 140px;
}

h1{
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #2F6FED;
}

.auth-links {
    float: right;
}

.auth-links a {
    margin-left: 20px;
}

.login{
    color: black;
}
.register {
    padding: 12px;
    border-radius: 8px;
    background: none;
    color: #F1F3F9; /* Добавлено для белого цвета текста */
    text-align: center; /* Центрирует текст внутри кнопки */
    line-height: 16px; /* Регулирует высоту строки для центрирования текста по вертикали */
    border: 1px solid #F1F3F9
}

.register:hover{
    color: #53617d;
    background: #F1F3F9;

}

.banner-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.hero {
    display: flex;
    justify-content: space-around;
}

.hero-content {
    width: 560px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
}

.hero-content h1 {
    margin: 0;
    color: #F1F3F9;
    line-height: 60px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #F1F3F9;
}

.hero-content span {
  position: relative;
}

.hero-content span::after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  width: 278px;
  height: 20px;
  background-image: url("/img/red-curve-line.svg");
  background-repeat: no-repeat;
}

.hero-button-container {
    width: 225px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    text-align: left;
    align-items: flex-start;
    color: #F1F3F9;
    gap: 12px;
}

.hero-button-container-offer{
    display: flex;
    font-weight: 400;
    font-size: 12px;
    align-content: space-around;
}
.hero-button-container-offer-mobile{
    display: none;
}


.cta-button {
    display: flex;
    background: #ED4D2F;
    color: #F1F3F9;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 46px;
    gap: 8px;
    border-radius: 8px;
}

.mobile-cta-button{
    display: none;
}

.cta-button:hover {
     background: #FC4545;

}

.hero-image {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    position: absolute;
}

.hero-image img {
    max-width: 100%;
}

.top-sales {
}

h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}

.login-popup-h2{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
}

.mobile-h2{
  display: none;
}

.sales-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.sales-item {
    display: grid;
    align-items: center;
    grid-template-columns: 0fr 1fr 1fr 1fr 1.5fr 1fr 1.2fr 1fr;
    border-radius: 8px;
    border: 1px solid #D3D7E0;
    background: white;
    padding: 10px 22px;
    gap: 20px;
    transition: box-shadow 0.3s ease;
    position: relative;
}
.bloger-name {
    width: 100px;
    overflow: hidden; /* Обрезка содержимого */
    white-space: nowrap; /* Запрещаем перенос строк */
    text-overflow: ellipsis; /* Добавляем многоточие */
    position: relative; /* Необходимо для позиционирования tooltip */
    display: inline-block; /* Чтобы работало с псевдоэлементами */
    vertical-align: top; /* Для выравнивания */
    cursor: pointer;
    font-weight: 500;
}

.tooltip-nick {
    position: absolute;
    background: #53627D;
    padding: 0 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    color: white;
}

.bloger-name:hover + .tooltip-nick {
    opacity: 1;
}

.sales-item:hover{
    box-shadow: 0 4px 4px 0 #303C6C26;
}

.favorite-checkbox-column{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.favorite-bloger-checkbox {
    background-color: white;
    border: 2px solid #53627D;
    width: 16px;
    height: 16px;
    -webkit-appearance: none; /* For Safari */
    appearance: none; /* Default style for the checkbox */
    cursor: pointer; /* Pointer cursor on hover */
    margin: 4px; /* Adjust if necessary */
}

.hidden {
    display: none;
}

.favorite-bloger-checkbox:checked {
    background-color: #53627D; /* Background color when checked */
    border: 2px solid #53627D; /* Border color when checked */
}

.sales-item-first-column{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.sales-item-column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

}

.sales-item-header {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip a{
    text-decoration: none;
    color: #53627D;
    font-weight: 500;
}

.sales-item-header-tooltip {
    position: absolute;
    background: #53627D;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: wrap;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    color: white;
    bottom: 125%; /* Положение подсказки над элементом */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.tooltip:hover .sales-item-header-tooltip {
    opacity: 1;
    pointer-events: auto;
}

.sales-item-header-tooltip-icon {
    width: 12px;
}

.sales-item-header-tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* Указатель для подсказки */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #53627D transparent transparent transparent;
}

.sales-item-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.sales-item-img-social-network{
    width: 20px;
    height: 20px;
}

.sales-info {
    flex-grow: 1;
}

.sales-info span {
    font-size: 18px;
    font-weight: bold;
}

.stats-button {
    line-height: 19px;
    font-weight: 700;
    background: #2F6FED;
    color: #fff;
    width: 106px;
    text-decoration: none;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
}

.stats-button:hover {
    background: #0348D2;
}

.stats-button:hover {
    background: #0348D2;
}
.stats-button:disabled {
    background: #C1D4FA;
}

.cta {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;
    gap: 24px;
}

.button-second-container {
    display: flex;
    gap: 8px;
    background: none;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #0348D2;
    border: 1px solid #0348D2;
    cursor: pointer;
}

.button-second-container:hover {
    background: #0348D2;
    color: white;
    transition: background 0.3s, color 0.3s, fill 0.3s;
}

.button-second-container:hover .icon {
    fill: white; /* Изменение цвета иконки при наведении */
    transition: background 0.3s, color 0.3s, fill 0.3s;
}

.header-fixed-container{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1000px;
    top: 0;
    position: fixed;
    background: white;
    z-index: 100;
}

.filter-block{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /*gap: 20px;*/
}

/*.filter-block .page-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;

}*/

.login-dash{
    display: flex;
    flex-direction: row;
    gap: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    align-items: center;
}
.category-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.search-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 360px;
    flex-grow: 1;
}

.main-input-field {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    background: white;
    border: 1px solid #6A7995
}

.main-input-field-filter {
    width: 224px;
}

.main-input-field input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    text-align: left;
    color: #53627D;
}
.main-input-field input::placeholder{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    text-align: left;
    color: #C3C9D5;
}

.main-input-field input:focus::placeholder {
    color: transparent; /* скрывает текст плейсхолдера при фокусе */
}

.main-input-field .icon {
    height: 24px;
    width: 24px;
    background: url("/img/search-icon.svg") no-repeat center center;
    background-size: contain;
}
.social-icon-group{
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.soon{
    position: relative;
    top: -5px;
    font-size: 12px;
    color: #C3C9D5;
}

.category-wrapper{
    padding: 8px;
    cursor: pointer;
    color: #53627D;
;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid #2F6FED;
    width: 224px;
}

.category-wrapper::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("/img/sort-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.category-wrapper.active-filter::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Стили для фильтра "Топ блогеров" */
.category-wrapper.top-filter-wrapper::after {
    background-image: url("/img/CrownSimple.svg");
}
.category-wrapper.top-filter-wrapper.active-filter::after {
    transform: translateY(-50%); /* Убираем поворот */
}

.calendar-wrapper {
    width: auto;
    padding: 10px 6px ;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background: white;
    border-radius: 8px;
    border: 1px solid #6A7995;
}

.calendar-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/img/calendar-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.calendar-wrapper-active {
    border-radius: 8px;
}

.filter-wrapper{
    padding: 8px;
    cursor: pointer;
    color: #303C6C;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    background: #E9F5FF;
    border-radius: 8px;
}

.filter-wrapper::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/img/filter.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.category-turncate{
    display: flex;
    gap: 4px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.category-options-container{
    margin-top: 5px;
    top: 100%;
    left: -1px;
    z-index: 1000;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background: white;
    border: 1px solid #2F6FED;
    border-radius: 8px 8px 8px 8px;
}

.filter-options-container{
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    border-top: none;
    background: #E9F5FF;
    border-radius: 0 0 8px 8px;
}

.option-category {
    padding: 10px;
    cursor: pointer;
    color: #53627D;

}

.option-category:hover{
    background: #F1F3F9;
}

.result-total{
    padding-left: 40px;
}
.bloger-list-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

.bloger-list{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
.separate-line{
    border-bottom: 1px solid #E9F5FF;
    width: 1040px;
}

.footer-dash{
    position: fixed;
    background: white;
    width: 1000px;
    padding: 22px 0;
    padding-left: 40px;
    border-top: 1px solid #E9F5FF;
    bottom: 0;
}

.account-desc-container{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-help-center{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    color: #303C6C;
}

.account-help-center a{
    text-decoration: none;
    font-weight: 700;
    line-height: 16.39px;
    color: #303C6C;
}

.favorite-total{
    display: flex;
}
.favorite-item-container{
    display: flex;
    flex-direction: column;
    gap:8px;
}

.share-button {
    display: flex;
    gap: 8px;
    background: white;
    font-weight: 400;
    padding: 8px;
    border-radius: 8px;
    white-space: nowrap;
    color: #0348D2;
    border: 1px solid #0348D2
}

.share-button:hover {
    background: #0348D2;
    color: white;
}

.share-button:hover svg{
    fill: white;
}

.share-button-pressed {
    background: #5DA2D5;
    color: white;
}
.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
    transition: opacity 0.5s;
}
.notification.show {
    opacity: 1;
}

.anime-container{
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
    padding-top: 20px;
}

.filter-flex-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}

.decor-element {
   display: none;
}

.filter-mobile-button-container{
    display: none;
}
.filter-mobile-button {
    display: none;
}

.social-icon-container-at-bloger-list{
    display: flex;
    gap: 14px;
}
.knd-badge{
    font-weight: 500;
}