/*Этот файл готов!*/
/*request*/

body {
    background-color:white;
    user-select: none !important;
}
 
span {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    font-family: Arial, Helvetica, sans-serif;
}

.back_button_for_page {
    display: none;
}

 .navbar {
     background-color: none;
     box-shadow: 0vw 0.5px 0vw #CDD1DA;
     margin-left: 4.79vw;
     margin-right: 4.79vw;
     height: 8.8vw;
 }

 /* Начало первая часть Навигационной панели*/
 /* контейнер с объектами (div)*/
 .container-f {
     background-color: none;
     display: inline-block;
     width: 19.3vw;
     height: 8.68vw;
     text-align-last: justify;
     position: relative;
 }
 
 /* VENDORGRAM вывеска*/
 .bg-navbarimg {
     background-color:none;
     display: flex;
 
     width: 90%; /* Ширина */
     height: 50%;
 
     position: absolute;
     top: 10%;
     left:-2%;
     align-items: center;
 }
 
.navbarimg {
    position: absolute;
    left: -0.52vw;
    margin-top: 1.39vw;
    width: 20.83vw;
    height: 40%;
    background-color: none;
}

 .nav2_otdel {
     position: absolute;
     top: 70%;
     font-weight: bold;
     font-size: 1.39vw;
     cursor: pointer;
 }

 .nav2_otdels_underline {
     position: absolute;
     bottom: 0; /* Подчеркивание внизу */
     left: 0; /* Изначальное положение слева */
     top: 8.85vw;
     width: 0vw; /* Изначальная ширина 0 */
     height: 0.21vw; /* Толщина подчеркивания */
     background-color: #000000; /* Цвет подчеркивания */
     transition: left 0.3s ease, width 0.3s ease; /* Плавное перемещение и изменение ширины */
 }
 
 #nav2_otdel_profile {
     left: 0vw;
 }
 #nav2_otdel_messege {
     right: 0vw;
 }
 
 /* "Профиль" кнопка*/
 .bg-prof-tx {
     background-color: none;
     position: absolute;
     top: 70%;   
 }
 
 .prof-tx {
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
     transition: color 0.3s ease; /* Плавное изменение цвета */
     cursor: pointer; /* Добавляем курсор "рука" */
 }
 
 /* "Сообщения" кнопка*/
 .bg-mess-tx {
     background-color: none;
     position: relative;
     top: 70%;
     float: right;
 }
 
 .mess-tx {
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
     transition: color 0.3s ease; /* Плавное изменение цвета */
     cursor: pointer; /* Добавляем курсор "рука" */
 }
 
 .base_profile_and_mess_underline{
     position: absolute;
     bottom: 0; /* Подчеркивание внизу */
     left: 0; /* Изначальное положение слева */
     top: 8.85vw;
     width: 0vw; /* Изначальная ширина 0 */
     height: 0.21vw; /* Толщина подчеркивания */
     background-color: #000000; /* Цвет подчеркивания */
     transition: left 0.3s ease, width 0.3s ease; /* Плавное перемещение и изменение ширины */
 }
 
 /* Конец первая часть Навигационной панели*/
 /* для всех ссылок в виде текста настройки:*/
 a {
     text-decoration: none;
     color: rgb(0, 0, 0);
 }
 
 /* Начало третья часть Навигационной панели*/
 .second_container_navbar1 {
    background-color:none;
    /* Настройка положения главного div контейнера вправо по navbar*/
    position: relative;
    float: right;  /* Прижмёт к правому краю */ 
    /* Размеры diva*/
    width: 19.44vw;
    height: 8.68vw;
    display: flex;
 }
 
 .button_create_listing_navbar1 {
     position: absolute;
     top: 1.74vw;
     width: 10.42vw;
     height: 2.78vw;
     font-size: 1.11vw;
     font-weight: normal;
     /*border: solid 0.5px black;*/
     border: none;
     border-radius: 1.39vw;
     color: black;
     box-shadow: 0vw 0vw 0.69vw rgba(0,0,0,0.3);
     background-color: transparent;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .button_create_listing_navbar1:hover {
     cursor: pointer;
 }
 
 .button_create_listing_navbar1:active {
     transform: scale(0.80);
     box-shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.3);
 }
 
 .button_carsts_navbar1 {
     display: flex;
     position: absolute;
     top: 1.74vw;
     right: 0vw;
     width: 5.56vw;
     height: 2.78vw;
     font-size: 1.11vw;
     font-weight: normal;
     border: none;
     border-radius: 1.39vw;
     color: black;
     background-color: white;
     box-shadow: 0vw 0vw 0.69vw rgba(0,0,0,0.3);
     cursor: pointer;
     transition: 0.5s;
     justify-content: center;
     align-items: center;
 }
 
 .button_carsts_navbar1:hover {
     cursor: pointer;
 }
 
 .button_carsts_navbar1:active {
     transform: scale(0.80);
     box-shadow: 0vw 0vw 0.35vw rgba(0,0,0,0.3);
 }
 
 .carts_span_nav1 {
     position: absolute;
     left: 20%;
     top: 15%;
 }
 
 .carts_image_nav1 {
     position: absolute;
     width: 2.08vw;
     height: 2.08vw;
 }
 
 .nav2_otdel2 {
     position: absolute;
     top: 70%;
     font-size: 1.39vw;
     font-weight: bold;
 }
 
 .nav2_otdels2_underline {
    position: absolute;
    bottom: 0; /* Подчеркивание внизу */
    left: 0; /* Изначальное положение слева */
    top: 8.75vw;
    z-index: 1000000000;
    width: 0vw; /* Изначальная ширина 0 */
    height: 0.21vw; /* Толщина подчеркивания */
    background-color: #000000; /* Цвет подчеркивания */
    transition: left 0.3s ease, width 0.3s ease; /* Плавное перемещение и изменение ширины */
 }
 
 .market_span_option_nav1 {
     position: relative;
     top: 70%;
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
 }
 
 .messanger_span_option_nav1 {
     position: absolute;
     right: 0vw;
     top: 70%;
     font-size: 1.39vw;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
 }
 
 /*Конец кнопка message*/
 /* Нижняя часть третьего контейнера конец*/
 /* Конец третья часть Навигационной панели*/
 /*Первая навигационная панель закончилась!*/
 
 /*Начало второй (боковой) навигационной панели*/
 .navbar-second {
     position: absolute;
     background-color: none;
     border-left: solid #CDD1DA 0.5px;   
     border-right: solid #CDD1DA 0.5px; 
     /*положение navbar*/
     height: 82%;
     width: 19.58vw;
     margin-left: 4.79vw;
     margin-top: 0.07vw;
     overflow-y: scroll;
     overflow-x:none;
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none; /* IE и Edge */
 
     display: flex;
 }
 
 .navbar-second::-webkit-scrollbar {
     display: none; /* Chrome, Safari, Opera */
 }
 
 .info_user_container {
     position: absolute;
     top: 1.39vw;
     margin-left: 1.39vw;
 
     background-color: none;
     width: 16.67vw;
     height: 6.94vw;
 }
 
 .username_span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.04vw;
     font-weight: 600;
 
     display: inline-block;       /* Makes the <span> respect width constraints */
     white-space: nowrap;         /* Prevent line wrapping */
     overflow: hidden;            /* Hide overflowing text */
     text-overflow: ellipsis;     /* Add ellipsis (...) at the end */
     max-width: 10.42vw; 
 
     position: absolute;
     margin-left: 6.25vw;
     margin-top: 0.49vw;
     background-color: none;
 }
 
 .email_span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.87vw;
     font-weight: 600;
 
     position: absolute;
     margin-left: 6.25vw;
     margin-top: 3.47vw;
     
     display: inline-block;       /* Makes the <span> respect width constraints */
     white-space: nowrap;         /* Prevent line wrapping */
     overflow: hidden;            /* Hide overflowing text */
     text-overflow: ellipsis;     /* Add ellipsis (...) at the end */
     max-width: 10.42vw; 
 
     color:rgb(72,72,72);
 }
 
 .phone_number_span {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.87vw;
     font-weight:600;
 
     position: absolute;
     margin-left: 6.25vw;
     margin-top: 2.08vw;
 }
 
 .avatar_img {
     position: absolute;
     border-radius: 50%;
     border: solid 1px #CDD1DA;
     width: 4.86vw;
     height: 4.86vw;
 }
 
 .grey_line_under_first_container {
     position: absolute;
     top: 7.29vw;
     background-color: none;
     border-top: solid 0.5px #CDD1DA;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 100%;
     height: 0.07vw;
     z-index: 0;
 }
 
 .icon_option {
     position: absolute;
     margin-left: 1.74vw;
     width: 2.08vw;
     height: 2.08vw;
 }
 .icon_option_2st {
     position: absolute;
     margin-left: 1.56vw;
     width: 2.08vw;
     height: 2.08vw;
 }
 .icon_option_groups {
     position: absolute;
     margin-left: 1.53vw;
     width: 2.08vw;
     height: 2.08vw;
 }
 
 .text_option {
     margin-left: 4.17vw;
     color: black;
     font-weight: normal !important;
 }
 
 /*FIRST OPTIONS: */
 
 .first_options_container {
     position: absolute;
     background-color: none;
     width: 100%;
     height: 6.94vw;
     top: 8.33vw;
 }
 
 .first_option {
     position: absolute;
 
     background-color: none;
     color: black;
     width: 100%;
     height: 2.43vw;
     margin-left: 0vw;
 
     font-size: 1.04vw;
     font-weight: bold;
 
     display: flex;
     align-items: center;
 }
 .first_option:hover {
     background-color: rgb(220, 220, 220);
 }
 
 .second_option {
     position: absolute;
     top: 2.43vw;
 
     background-color: none;
     color: black;
     width: 100%;
     height: 2.43vw;
     margin-left: 0vw;
 
     font-size: 1.04vw;
     font-weight: bold;
 
     display: flex;
     align-items: center;
 }
 .second_option:hover {
     background-color: rgb(220, 220, 220);
 }
 
 .fird_option {
     position: absolute;
     top: 4.86vw;
 
     background-color: none;
     color: black;
     width: 100%;
     height: 2.43vw;
     margin-left: 0vw;
 
     font-size: 1.04vw;
     font-weight: bold;
 
     display: flex;
     align-items: center;
 }
 .fird_option:hover {
     background-color: rgb(220, 220, 220);
 }
 
 
 .grey_line_out_first_container {
     position: absolute;
     top: 15.49vw;
     background-color: none;
     border-top: solid 0.5px #CDD1DA;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 100%;
     height: 0.07vw;
     z-index: 0;
 }
 
 /*Market OPTIONS: */
 
 .market_options_container {
     position: absolute;
     background-color: none;
     width: 100%;
     height: 4.86vw;
     top: 16.49vw;
 }
 
 .grey_line_out_market_container {
     position: absolute;
     top: 23.68vw;
     background-color: none;
     border-top: solid 0.5px #CDD1DA;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 100%;
     height: 0.07vw;
     z-index: 0;
 }
 
 /*MESSANGER OPTION: */
 .messanger_options_container {
     position: absolute;
     background-color: none;
     width: 100%;
     height: 6.94vw;
     top: 24.65vw;
 }
 
 .create_listing_container_button {
     position: absolute;
     left: 1.91vw;
     top: 2.08vw;
     background-color: none;
     width: 17.36vw;
     height: 13.89vw;
 }
 
 .register_slogan {
     font-weight: bold;
     font-size: 1.6vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .register_slogan_2 {
     position: absolute;
     top: 4.17vw;
     left: 0vw;
     font-weight: medium;
     font-size: 1.04vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .register_slogan_3 {
     position: absolute;
     top: 8.68vw;
     left: 0vw;
     font-weight: bold;
     font-size: 1.39vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .register_slogan_4 {
     position: absolute;
     top: 12.5vw;
     left: 0vw;
     font-weight: medium;
     font-size: 1.04vw;
 
     /*вот это градиент:*/
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent; /* Важно для работы эффекта */
 }
 
 .login_button_in_navbar2 {
     position: absolute;
     cursor: pointer;
     width: 15.97vw;
     height: 2.78vw;
     top: 17.36vw;
     left: 0vw;
     border: none;
     color: white;
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     border-radius: 1.39vw;
     font-size: 1.04vw;
     font-weight: normal;
 }
 
 .grey_line_login_register_left {
     position: absolute;
     top: 21.18vw;
     background-color: none;
     border-top: solid 1px #A4A4A4;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 6.6vw;
     height: 0.07vw;
     z-index: 0;
 }
 
 .good_label_or {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.04vw;
     position: absolute;
     top: 21vw;
     left: 7.12vw;
     color: #A4A4A4;
 }
 
 .grey_line_login_register_right {
     position: absolute;
     top: 21.18vw;
     right: 1.39vw;
     background-color: none;
     border-top: solid 1px #A4A4A4;
     border-left: none;
     border-right: none;
     border-bottom: none;
     width: 6.6vw;
     height: 0.07vw;
     z-index: 0;
 }
 
 .register_button_in_navbar2 {
     position: absolute;
     cursor: pointer;
     width: 15.97vw;
     height: 2.78vw;
     top: 20.83vw;
     left: 0vw;
     border: none;
     color: white;
     background: linear-gradient(to right, #1BA4FF 0%, #106299 100%);
     border-radius: 1.39vw;
     font-size: 1.04vw;
     font-weight: normal;
 }
 
 /*Начало контейнера "Сообщения" и все что в нем находится:*/
 
 .messeges_navbar_second {
     width: 100%;
     height: 100%;
 }
 
 .chats_and_paths_navbar {
     background-color: none;
     position: absolute;
     top: 0vw;
     width: 100%;
     height: 3.47vw;
 
     border-bottom: solid 0.5px #CDD1DA;
 }
 
 .all_chats_container_users {
     margin-top: 20%;
     width: 100%;
     height: 91%;
     background-color: none;
     overflow-x: hidden; 
     position: relative;
 }
 
 /*css стили для глобального аудио плеера: */
 
.globalAudioPlayer {
    display: none;
    position: absolute;
    top: 6vw;
    left: 27.5vw;
    background-color: white;
    color: black;
    padding: 0.69vw;
    border-radius: 6.94vw;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 0;
    font-size: 0.83vw;
    width: 44.1vw;
    height: 1.39vw;
}

.all_audio_span {
    position: relative;
    display: flex;
    pointer-events: none;
    margin-left: 5vw;
    margin-top: 0.5vw;
    font-size: 1vw;
    font-weight: bold;
}

.nova_audio_player_panel {
    display: none;
    position: absolute !important;
    top: -15vw;
    right: 5vw;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1vw) !important;
    box-shadow: 0 0vw 0.995vw rgba(0,0,0,0.3); /* 10px=1.99vw */
    border: none !important;
    height: auto !important; /* 60px * 14.95/75 */
    min-height: 2vw;
    max-height: 50vw !important;
    border-radius: 2vw; /* 600px * 14.95/75 */
    font-size: 3.59vw !important; /* 18px * 14.95/75 */
    color: black !important;
    padding: 0!important;
    z-index: 100 !important;
    width: 20%;
    margin-left: 6.15% !important;
    margin-top: 26.5vw !important;
    align-items: center;
    justify-content: center;
}

.button_toggleAudio  {
    position: absolute;
    left: 2.08vw;
    top: 0.35vw;
    width: 2.08vw;
    height: 2.08vw;
    background-color: none;
    border: none;
    cursor: pointer;
    z-index: 1111111;
}

.button_stopAudio  {
    position: absolute;
    display: flex;
    right: 2vw;
    top: 0.75vw;
    z-index: 111111;
    width: 1.04vw;
    height: 1.04vw;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}
 
.button_toggleAudio_image {
    position: absolute;
    background-color: none;
    width: 100%;
    height: 100%;
}
 
.button_stopAudio_image {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    pointer-events: none;
}
 
.nowPlaying_name_audio {
    position: absolute;
    left: 5.56vw;
    top: 0.87vw;
    font-weight: bold;
}

/* кнопка выхода с контейнера: */
.button_exit_nova_audio_container {
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px !important;
    width: 100%;
    height: 3vw; /* подстроено под высоту контейнера */
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 0.5vw rgba(0,0,0,0.3);
    border-radius: 2vw !important;
    /* border-radius: 0vw 0vw 100vw 100vw; */
}

.nova_decoratioon_element_for_exit_button {
    position: absolute;
    background-color: #cacaca;
    box-shadow: 0 0 0.5vw rgba(0,0,0,0.3);
    border-radius: 10vw;
    width: 8vw; /* уменьшено пропорционально */
    height: 0.6vw; /* уменьшено пропорционально */
}

/* контейнер аудиофайла в нова контейнере */
.nova_audio_container {
    position: relative;
    display: flex;
    margin-top: 1vw;
    margin-bottom: 1vw;
    width: 90%;
    height: 3vw;
    left: 5%;
    background-color: #f0f0f0;
    border-radius: 1.5vw; /* половина от высоты */
    border: 1px solid grey;
}

.nova_audio_button_image {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.nova_audio_button_class {
    position: relative;
    width: 3vw; /* равно высоте контейнера */
    height: 3vw; /* равно высоте контейнера */
    background-color: white;
    border-radius: 50%;
}

.info_audio_container {
    display: inline-block;
    position: relative;
    width: 60%;
    height: 100%;
    margin-left: 2.5%;
    background-color: none;
}

.nova_name_audio {
    position: absolute;
    font-size: 0.9vw; /* уменьшено для компактности */
    font-weight: bold;
    color: black;
    top: 0px;
    margin-top: 0.4vw; /* центрирование внутри контейнера */
    max-width: 85% !important;
    width: 85% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nova_audio_file_time {
    display: flex;
    margin-top: 1.2vw; /* выравнивание внутри контейнера */
    font-size: 0.7vw; /* уменьшено пропорционально */
}

/*timeline: */
.timeline {
    position: absolute !important;
    background-color: none;
    width: 100%;
    height: 100%;
    left: 0%; 
    z-index: 10; /* Поднимаем повыше, чтобы точно кликалось */
}

.time-display {
    font-size: 1vw;
    position: absolute;
    top: 1vw;
    right: 7.5vw;
}
.progress-bar {
    z-index: 1000;
    -webkit-appearance: none;
    appearance: none;
    width: 80%;
    height: 100%; 
    margin-top: 0px;
    margin-left: 10%;
    /* Оставляем фон пустым, его заполнит JS градиентом */
    background-color: rgba(0,0,0,0); 
    border-radius: 1000px;
    outline: none;
    touch-action: none; /* Важно для мобилок! */
    cursor: pointer;
    /* УБРАЛИ transition: height */
    -webkit-tap-highlight-color: transparent; /* Убирает синюю вспышку при клике */
    user-select: none;                         /* Запрещает выделение */
}

/* Для Chrome/Safari: делаем область клика чуть больше визуальной полоски */
.progress-bar::-webkit-slider-runnable-track {
    height: 20px; /* Область касания пальцем больше */
    display: flex;
    align-items: center;
}

.progress-bar::-webkit-slider-thumb {

    -webkit-appearance: none;
    appearance: none;
    width: 10vw;
    height: 10vw;
    margin-top: 0vw;
    /* backdrop-filter: blur(20vw); 10px * 14.95/75 */
    background: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0px 0px rgba(0,0,0,1) !important;
    /* Убираем margin-top, если используем flex в track */
    z-index: 2;
}

/* Для Firefox */
.progress-bar::-moz-range-thumb {
    width: 16px;
    height: 16px;
    /* background: white; */
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* Стили для визуального timeline */
.timeline.visual-timeline {
    width: 80%;
    height: 4px; /* Немного тоньше */
    margin: 0px 0 0px 0;
    background: rgba(0,0,0,0) !important;
    border-radius: 4px;
    position: absolute;
    bottom: 0px;
    left: 10%;
    z-index: 1;
    overflow: hidden;
}

.progress-bar-visual {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, black, black);
    border-radius: 4px;
    transition: width 0.1s linear; /* Плавное изменение ширины */
}
/**/
 
 /*main_preview_open_media_file:*/
 
 .main_preview_case_open_media_file {
     align-items: center;
     position: relative;
     background-color: none;
     width: 52.08vw;
     height: 48.61vw;
 }
 
 .preview_case_media_file_object {
     width: 100%; /* Занимает всю ширину контейнера */
     height: 100%; /* Занимает всю высоту контейнера */
     object-fit: contain; /* Масштабирует изображение, чтобы оно полностью поместилось в контейнер */
     user-select: none;
     -webkit-user-select: none; /* Для Safari */
     -moz-user-select: none; /* Для Firefox */
     -ms-user-select: none; /* Для Internet Explorer/Edge */
 }
 
 .go_media_file_button {
     user-select: none;
     -webkit-user-select: none; /* Для Safari */
     -moz-user-select: none; /* Для Firefox */
     -ms-user-select: none; /* Для Internet Explorer/Edge */
 
     cursor: pointer;
     position: absolute;
     background-color: rgba(0, 106, 255, 0);
     
     border: none;
     color: white;
     font-weight: bold;
     font-size: 2.78vw;
     width: 10.42vw;
     height: 100%;
 }
 
 .case_video_control_in_preview_mfile {
     width: 20.83vw;
     height: 7.99vw;
     z-index: 1;
     background-color: none;
 }
 
 .processing_video_case {
     position: relative; /* Добавляем для корректного позиционирования дочерних элементов */
     margin: 0vw;
     margin-left: 0vw;
     margin-top: 4.51vw;
     z-index: 1;
     width: 100%;
     height: 3.47vw;
     justify-content: center;
     align-items: center;
     display: flex;
     margin-bottom: 0vw;
     border-radius: 6.94vw;
     backdrop-filter: blur(0.14vw);
     border: 0.1px rgb(151, 151, 151) solid;
     background: rgba(255, 255, 255, 0.1);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
 }
 
 .video_size_container {
     z-index: 1;
     width: 80%;
     height: 0.35vw;
     border-radius: 6.94vw;
     backdrop-filter: blur(0.14vw);
     background: rgba(255, 255, 255, 0.1);
     box-shadow: 0vw 1.39vw 8.33vw 0 #00000064;
     position: relative; /* Добавляем для корректного позиционирования дочерних элементов */
 }
 
 .video_progress_bar {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: inherit;
     cursor: pointer;
     overflow: hidden;
 }
 
 .video_progress {
     box-shadow: 0vw 1.39vw 8.33vw 0 #00000064;
     position: absolute;
     top: 0; /* Изменяем для заполнения всей высоты */
     left: 0; /* Изменяем для правильного позиционирования */
     height: 100%; /* Занимает всю высоту */
     width: 0;
     background-color: #ffffffc6;
     border-radius: inherit;
     transition: width 0.05s ease; /* Более быстрое и плавное обновление */
     pointer-events: none; /* Чтобы не мешал событиям мыши */
 }
 
 .video_thumb {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translate(-50%, -50%); /* Центрируем точно по позиции */
     width: 0.35vw; /* Немного увеличиваем для лучшего UX */
     height: 0.35vw;
     background-color: #ffffffc6;
     border-radius: 50%;
     box-shadow: 0vw 0.14vw 0.56vw rgba(0, 0, 0, 0.4);
     cursor: grab;
     z-index: 2;
     transition: 
         left 0.05s ease, /* Плавное движение */
         transform 0.1s ease,
         box-shadow 0.1s ease;
     pointer-events: auto; /* Обеспечиваем обработку событий */
 }
 
 .video_thumb.active {
     cursor: grabbing;
     transform: translate(-50%, -50%) scale(1.2); /* Легкое увеличение при активации */
     box-shadow: 0vw 0.28vw 0.83vw rgba(0, 0, 0, 0.6);
 }
 
 /* Улучшаем доступность для touch-устройств */
 @media (hover: none) and (pointer: coarse) {
     .video_thumb {
         width: 1.39vw;
         height: 1.39vw;
     }
 }
 
 /* Индикатор загрузки видео */
 .video_loading {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     background: rgba(255, 255, 255, 0.3);
     border-radius: inherit;
     transition: width 0.3s ease;
     pointer-events: none;
     z-index: 0;
 }
 
 /* Состояние "не готово" */
 .video_progress_bar:not(.ready) {
     opacity: 0.6;
     cursor: not-allowed;
 }
 
 .video_progress_bar:not(.ready) .video_thumb {
     display: none;
 }
 
 .default_button_class_control_video {
     cursor: pointer;
     position: absolute; /* Добавляем для корректного позиционирования дочерних элементов */
     z-index: 1;
     width: 3.47vw;
     height: 3.47vw;
     justify-content: center;
     align-items: center;
     display: flex;
     border-radius: 6.94vw;
     backdrop-filter: blur(0.14vw);
     border: 0.1px rgb(151, 151, 151) solid;
     background: rgba(255, 255, 255, 0.1);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
 }
 
 .img_play_or_pause_video {
     width: 3.47vw;
     height: 3.47vw;
 }
 
 .img_video_audio_state {
     width: 2.43vw;
     height: 2.43vw;
 }
 
 .img_download_video {
     width: 2.43vw;
     height: 2.43vw;
 }
 
 .create_channel_or_group_container {
     width: 27.78vw;
     height: 13.89vw;
     border-radius: 3.47vw;
     border: solid 1px white;
     background: rgba(0, 0, 0, 0.5);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
     backdrop-filter: blur(0.42vw);
 }
 
 .push_type_project {
     color: white;
     position: absolute;
     top: 2.43vw;
     left: 2.78vw;
     font-weight: bold;
     font-size: 1.39vw;
 }
 
 .button_action_project {
     position: absolute;
     top: 6.94vw;
     width: 9.38vw;
     height: 3.47vw;
     border: solid 2px white;
     border-radius: 5.56vw;
     background-color: none;
     cursor: pointer;
 }
 
 .button_action_project:hover {
     background-color: #7d7c7c64;
 }
 
 .img_action_project {
     position: absolute;
     top: 0.35vw;
     left: 0.35vw;
     width: 2.78vw;
     height: 2.78vw;
 }
 
 .span_action_project {
     position: absolute;
     left: 3.47vw;
     top: 1.22vw;
     color: white;
     font-size: 1.11vw;
     font-weight: bold;
 }
 
 .input_project_name {
     position: absolute;
     appearance: none; /* Удаляет стандартный внешний вид (самый важный) */
     -webkit-appearance: none; /* Для Safari и Chrome */
     -moz-appearance: none; /* Для Firefox */
     border: none; /* Удаляет границу */
     outline: none; /* Удаляет обводку при фокусе */
     background: none; /* Удаляет фон */
     padding: 0; /* Удаляет внутренние отступы */
     margin: 0; /* Удаляет внешние отступы */
     font-family: inherit; /* Наследует шрифт от родителя */
     font-size: inherit; /* Наследует размер шрифта от родителя */
     box-shadow: none; /* Удаляет тени */
     border-radius: 0; /* Удаляет скругление углов */
     color: white;
     width: 17.36vw;
     resize: none;
 }
 
 .input_project_name::placeholder {
     color: white;
 }
 
 .input_project_name_red_color::placeholder {
     color: red;
     transition: 0.5s;
 }
 
 .preview_set_avatar_project {
     position: absolute;
     left: 2.08vw;
     top: 2.78vw;
     background-color: none;
     width: 5.21vw;
     height: 5.21vw;
     border-radius: 6.94vw;
     border: solid 2px white;
 }
 
 .file_input_avatar_project {
     opacity: 0;
     width: 100%;
     height: 100%;
     border-radius: 6.94vw;
     z-index: -1;
 }
 
 .go_button_action_create_project {
     position: absolute;
     appearance: none; /* Удаляет стандартный внешний вид (самый важный) */
     -webkit-appearance: none; /* Для Safari и Chrome */
     -moz-appearance: none; /* Для Firefox */
     outline: none; /* Удаляет обводку при фокусе */
     background: none; /* Удаляет фон */
     font-family: inherit; /* Наследует шрифт от родителя */
     font-size: inherit; /* Наследует размер шрифта от родителя */
     box-shadow: none; /* Удаляет тени */
     border: solid 2px white;
     border-radius: 6.94vw;
     width: 5.9vw;
     height: 2.08vw;
     color: white;
     font-size: 0.97vw;
     font-weight: normal;
     right: 2.08vw;
     bottom: 1.39vw;
     cursor: pointer;
 }
 
 .photo_icon_avatar_project {
     position: absolute;
     left: 0.83vw;
     top: 0.83vw;
     width: 3.47vw;
     height: 3.47vw;
     user-select: none;
 }
 
 .choice_dostup_case_project {
     position: absolute;
     top: 4.51vw;
     width: 12.15vw;
     height: 2.43vw;
     background-color: none;
 }
 
 .choice_dostup_project {
     border: solid 2px white;
     border-radius: 6.94vw;
     height: 100%;
     width: 2.43vw;
     background-color: none;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .choice_dostup_span_project {
     font-size: 0.97vw;
     font-weight: bold;
     color: white;
     position: absolute;
     right: 0vw;
     top: 0.87vw;
     transition: 0.5s;
 }
 
 .input_link_project_span {
     position: absolute;
     color: white;
     top: 6.94vw;
     left: 2.08vw;
     font-size: 0.97vw;
 }
 
 .project_avatar_preview_blur_case {
     justify-content: center;
     align-items: center;
     position: absolute;
     left: 0vw;
     top: 0vw;
     backdrop-filter: blur(0.69vw);
     width: 100%;
     height: 100%;
     border-radius: 0vw;
 
     z-index: 1000;
     overflow: hidden;
 }
 
 .project_avatar_case_in_preview_blur_case {
     position: absolute;
     top: 12%;
     left: 12%;
     background-color: none;
     width: 76.39vw;
     height: 38.19vw;
     object-fit: contain;
 }
 
 .project_avatar_object {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }
 
 .avatar_project_see_icon {
     position: absolute;
     top: 0vw;
     left: 0vw;
     width: 100%;
     height: 100%;
     border-radius: 6.94vw;
     pointer-events: none;
 }
 /* Стиль для контейнера кроппера */
 .cropper-container {
     position: relative;
 }
 
 /* Круглая маска поверх области обрезки */
 .cropper-face {
     background-color: transparent !important;
 }
 
 /* Создаем круглую область видимости */
 .cropper-view-box {
     border-radius: 50%;
     outline: 2px solid #fff;
     outline-offset: -2px;
 }
 
 /* Затемнение ТОЛЬКО на области изображения */
 .cropper-canvas {
     position: relative;
 }
 
 .cropper-canvas::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1;
     pointer-events: none;
 }
 
 .cropper_button_container_class {
     position: absolute;
     left: 40%;
     bottom: 5%;
     width: 20.83vw;
     height: 3.47vw;
     border-radius: 2.08vw;
     border: solid 1px white;
     background: rgba(0, 0, 0, 0.5);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
     backdrop-filter: blur(0.42vw);
 }
 
 .set_crop_avatar_button {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: none;
     border: none;
     position: absolute;
     right: 0.69vw;
     top: 0.87vw;
     background-color: none;
     color: white;
     font-size: 1.39vw;
     cursor: pointer;
     font-weight: normal;
     transition: 0.5s;
 }
 
 .set_crop_avatar_button:hover {
     color: #1BA4FF;
     transition: 0.5s;
 }
 
 .exit_crop_container_button {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     background: none;
     position: absolute;
     left: 0.69vw;
     top: 0.87vw;
     background-color: none;
     color: white;
     font-size: 1.39vw;
     font-weight: normal;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .exit_crop_container_button:hover {
     color: #1BA4FF;
     transition: 0.5s;
 }
 
 .background_coices_private_class {
     background-color: white;
     transition: 0.5s;
 }

 .choice_dostup_span_project_red {
     color: red;
     transition: 0.5s;
 }
 /*Превьюшка длxя информации о пользователе:*/
 .case_information_chat {
     position: relative;
     backdrop-filter: blur(0.69vw);
     border: 1px #ffffff solid;
     border: none;
     background: rgba(0, 0, 0, 0.5);
     box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
     border-radius: 3.47vw;
     width: 27.78vw;
     height: 39.24vw;
     filter: blur(0vw);
 }
 .case_information_chat_media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    backdrop-filter: blur(0.69vw);
    border: 1px #ffffff solid;
    border: none;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
    border-radius: 100vw;
    width: 10vw;
    height: 10vw;
    filter: blur(0vw);
    z-index: 100;
    
 }
 .back_or_delete_button_icon_media {
    display: flex;
    width: 50%;
    height: 50%;
 }

 .cancel_path_button {
    position: absolute;
    margin-top: 2vw;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: 1px solid white !important;
    border-radius: 200vw;
    border: none;
    width: 7.5vw;
    height: 2.5vw;
    margin-left: 8vw;
    font-size: 1vw !important;
}
.create_path_button {
    margin-top: 2vw;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: 1px solid white !important;
    border-radius: 200vw;
    border: none;
    width: 7.5vw;
    height: 2.5vw;
    margin-left: 16.5vw;
    font-size: 1vw !important;

}
 .case_information_chat_sec {
    position: absolute;
    backdrop-filter: blur(0.69vw);
    border: 1px #ffffff solid;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0vw 0.69vw 3.47vw 0 #000000a2;
    border-radius: 3.47vw;
    width: 27.78vw;
    height: 39.24vw;
    filter: blur(0vw);
}
/*доп стиль конкретно для конетйенера создания папки:*/
#create_new_path_case {
    align-items: center !important;
    justify-content: center !important;
}

 .information_ftitle_span {
     position: absolute;
     top: 2.78vw;
     left: 2.78vw;
     color: white;
     font-size: 1.39vw;
     font-weight: bold;
 }
 
 .blur_preview_delete_or_back_project {
     position: absolute;
     top: 0vw;
     left: 0vw;
     border: none;
     background: none;
     border-radius: 3.47vw;
     width:100%;
     height: 100%;
 }
 
 .info_case_delete_or_back_project {
     position: absolute;
     color: white;
     top: 11.11vw;
     left: 3.47vw;
     width: 20.83vw;
     height: 10.42vw;
     border-radius: 3.47vw;
     background-color: rgba(0, 0, 0, 0);
 }
 
 .question_action_span_back_or_delete_project {
     position: absolute;
     top: 2.08vw;
     left: 2.78vw;
     width: 17.36vw;
     font-size: 1.39vw;
     cursor: default;
 }
 
 .stop_back_or_delete_project_button {
     position: absolute;
     bottom: 2.08vw;
     left: 2.78vw;
     font-size: 1.25vw;
     cursor: pointer;
     transition: 0.2s;
 }
 .stop_back_or_delete_project_button:hover {
     color: #1BA4FF;
 }
 
 .true_back_or_delete_project_button {
     position: absolute;
     bottom: 2.08vw;
     right: 2.78vw;
     font-size: 1.25vw;
     cursor: pointer;
     transition: 0.2s;
 }
 .true_back_or_delete_project_button:hover {
     color: red;
 }
 
 .ftitle_in_redact_or_add_vlink_case {
     font-size: 1.39vw;
     position: absolute;
     top: 9.72vw;
     left: 2.78vw;
 }
 
 .redact_or_add_vlink_input_in_project {
     position: absolute;
     top: 11.81vw;
     left: 2.78vw;
     width: 21.53vw;
     height: 1.39vw;
     font-size: 1.25vw;
     background-color: transparent;
     border: none;
     outline: none;
     color: white;
 }
 
 .state_vlink_span_in_case {
     color: #ADD6FF;
 }
 
 .hr_input_vlink {
     position: absolute;
     left: 2.95vw;
     top: 11.81vw;
     border: none; /* Убираем стандартную границу */
     height: 0.14vw; /* Задаем толщину линии */
     background-color: white; /* Задаем цвет линии */
     margin: 2.08vw 0; /* Отступы сверху и снизу */
     width: 21.53vw; /* Ширина линии */
 }
 
 .state_vlink_span_in_case {
    position: absolute;
    top: 14.93vw;
    left: 2.95vw;
    width: 23.61vw;
    font-size: 1.11vw;
 }
 
 .information_span_add_or_redact_vlink {
     position: absolute;
     top: 17.01vw;
     left: 2.95vw;
     width: 22.57vw;
     font-size: 0.97vw;
 }
 
 .save_new_vlink_in_the_case {
     position: absolute;
     top: 22.22vw;
     right: 2.78vw;
     font-size: 1.11vw;
     cursor: pointer;
     transition: 0.2s;
     border-radius: 0.69vw;
 }
 
 .exit_redact_or_add_vlink_case {
     position: absolute;
     top: 22.22vw;
     right: 11.11vw;
     font-size: 1.11vw;
     cursor: pointer;
     border-radius: 0.69vw;
     transition: 0.2s;
 }
 
 .exit_redact_or_add_vlink_case:hover {
     color: #1BA4FF;
 }
 .save_new_vlink_in_the_case:hover{
     color: #1BA4FF;
 }
 
 .delete_admin_button_class {
     position: absolute;
     right: 0.69vw;
     font-size: 0.83vw;
     color: white;
     transition: 0.5s;
 }
 .delete_admin_button_class:hover {
     color: red;
 }
 
 .avatar_button_in_info_case_hover:hover {
     background-color: rgba(0, 0, 0, 0.3);
     transition: 0.2s;
     cursor: pointer;
 }
 
 .input_name_path {
     background-color: rgba(255, 255, 255, 0);
     border: none;
     outline: none;
 
     color: white;
     font-size: 1.25vw;
     display: flex;
     margin-left: 2.78vw;
     margin-top: 6.94vw;
 }
 
 .input_name_path::placeholder {
     color: white;
 }
 
    /* Контейнер списка чатов */
#chat_content_container_choices_chats {
    background-color: none; /* Вместо none */
    overflow-y: auto;
    overflow-x: hidden; /* Скрываем горизонтальный скролл */
    max-height: 32.5vw; /* Фиксированная высота для ПК (было 80vw) */
    margin-top: 5vw; /* Отступ сверху (было 18.5vw) */
    font-size: 16px; /* Базовый размер шрифта (было 3vw) */
    /* !important удален */
}

.type_class_case .chat_type_for_chat_container_class {
    position: relative;
    color: grey;
    margin-left: 0.5vw;
    margin-top: -1vw;
    font-size: 1vw;
}

/* Общий контейнер для всех кейсов */
.all_cases_container {
    background-color: transparent;
}

/* Контейнер поиска (прилипающий) */
.search_chats_container {
    position: sticky;
    top: 0vw; /* Добавим, чтобы прилипал к верху */
    z-index: 10; /* Чтобы был поверх контента при скролле */
    background-color:#F4F4F4; /* Добавил фон для наглядности, заменишь на свой */
    width: 90%;
    margin-left: 5%;
    display: flex;
    padding-top: 15px; /* Было 2vw (~28px на твоем экране) -> уменьшил для ПК */
    padding-bottom: 15px;
    align-items: center;
    border-radius: 1000vw; /* Добавил легкое скругление */
    box-sizing: border-box; /* Чтобы padding не увеличивал общую ширину */
    color:black;
}
.search_chats_container input {
    color: black;
}
/* Заголовок секции (например, "Все чаты") */
.section_header {
    position: relative; /* Убрал !important */
    background-color: transparent;
    display: flex;
    margin-top: 20px; /* Было 2.5vw (~35px) -> уменьшил до 20px */
    margin-bottom: 20px; /* Было 2.5vw */
}

/* Текст заголовка секции */
.section_title {
    margin-left: 5%;
    color:white;/* Более контрастный цвет для примера, заменишь на white если нужно */
    font-size: 1vw; /* Увеличил для ПК (было 3vw) */
    font-weight: bold;
    /* !important удален */
}

/* Элемент типа чата (например, "Личные", "Группы") */
.type_chat_item {
    display: flex;
    width: 90%;
    margin-left: 5%;
    border-radius: 30px; /* Заменил 1000vw на фиксированный радиус */
    /* background-color: #e0e0e0; Светло-серый фон для демонстрации */
    margin-top: 20px; /* Было 5vw (~70px) -> сильно уменьшил */
    margin-bottom: 20px; /* Было 5vw */
    align-items: center;
    padding: 10px; /* Добавил внутренние отступы, чтобы контент не прилипал к краям */
    box-sizing: border-box;
    transition: background-color 0.2s; /* Плавное изменение при наведении */
    cursor: pointer;
}

/* Заголовок типа чата */
.type_chat_title {
    margin-left: 20px; /* Было 3vw (~42px) -> уменьшил */
    color: white;
    font-size: 18px; /* Было 3vw (~42px) -> уменьшил */
    font-weight: 500;
    /* !important удален */
}

/* Контейнер списка чатов */
.chats_list_container {
    background-color: transparent;
    width: 90%;
    margin-left: 5%;
    /* Добавим отступы для красоты */
    padding-bottom: 30px;
    box-sizing: border-box;
}
    
 
 .add_chats_in_new_path_button {
     color: white;
     font-size: 1.25vw;
     border: 1px solid white;
     border-radius: 2.78vw;
     outline: none;
     background-color: rgba(255, 255, 255, 0);
     padding: 0.35vw;
     padding-left: 0.69vw;
     padding-right: 0.69vw;
     margin-left: 2.78vw;
     margin-top: 1.39vw;    
 }
 
 .info_div_add_new_chats_in_path {
     color: grey;
     font-size: 1.11vw;
     background-color: rgba(255, 255, 255, 0.1);
     width: 20.83vw;
     height: 4.17vw;
     border-radius: 1.04vw;
     margin-left: 2.78vw;
     margin-top: 1.39vw;
     padding:0.69vw;
 }
 
 .white_path_icon {
     width: 2.43vw;
     height: 2.08vw;
     position: absolute;
     top:6.6vw;
     right: 2.78vw;
 }
 
 .search_chats_in_create_new_path_case {
     position: absolute;
     top: 6.25vw;
     background-color: rgba(255, 255, 255, 0.1);
     border-radius: 2.78vw;
     width: 90%;
     left: 5%;
     height: 3.47vw;
     display: flex;
     align-items: center;
 }
 
 .search_chats_image {
     width: 2.08vw;
     height: 2.08vw;
     margin-left: 0.69vw;
 }
 
 .chat_search_in_case {
     color: white;
     font-size: 1.25vw;
     width: 80%;
     background-color: rgba(0, 0, 0, 0);
     outline: none;
     border: none;
 }
 
 .all_cases_case_for_chats {
     position: absolute;
     left: 10%;
     width: 80%;
     height: 23.61vw;
     background-color: none;
     top: 11.81vw;
     overflow-y: scroll;
     overflow-x: none;
 }
 
 .all_cases_case_for_chats::-webkit-scrollbar {
     display: none;
 }
 
 .ftitle_in_case {
     font-size: 1.25vw;
     color: grey;
     position: absolute;
     top: 0vw;
 }
 
 .chats_types_case {
     position: absolute;
     top: 2.08vw;
     width: 100%;
     background-color: none;
 }
 
 .type_class_case {
     width: 100%;
     height: 3.47vw;
     color: white;
     display: flex;
     align-items: center;
     background-color:none;
     margin-top: 1.39vw;
     border-radius: 2.78vw;
     transition: 0.5s;
 }
 
 .type_class_case:hover {
     background-color: rgba(255, 255, 255, 0.2);
     transition: 0.5s;
     cursor: pointer;
 }
 
 .chat_case_class {
     position: absolute;
     width: 100%;
     height: 3.47vw;
     color: white;
     display: flex;
     align-items: center;
     background-color:none;
     top: 1.39vw;
     border-radius: 2.78vw;
     transition: 0.5s;
 }
 .chat_case_class:hover {
     cursor: pointer;
     background-color: rgba(255, 255, 255, 0.2);
 }
 
 .types_chat_class_img {
     width: 3.47vw;
     height: 3.47vw;
     margin-left: 0vw;
     background-color: rgba(255, 255, 255, 0.2);
     border-radius: 2.78vw;
 }
 
 .title_type_class {
     color: white;
     margin-left: 1.39vw;
 }
 
 .chat_name_for_chat_container_class {
     color: white;
     margin-left: 1.39vw;
     margin-top: -1.04vw;
 }
 
 .chat_type_for_chat_container_class {
     position: absolute;
     color: grey;
     margin-left: 4.86vw;
     margin-top: 1.39vw;
     font-size: 0.97vw;
 }
 
 .button_save_path {
     position: absolute;
     top: 37.15vw;
     right: 2.78vw;
     font-size: 1.25vw;
     background-color: none;
     border-radius: 3.47vw;
     border: white solid 1px;
     color: white;
     padding: 0.35vw;
     padding-left: 0.69vw;
     padding-right: 0.69vw;
 }
 .button_save_path:hover {
     cursor: pointer;
 }
 
 .button_exit_save_path_page {
     position: absolute;
     padding: 0.35vw;
     padding-left: 0.69vw;
     padding-right: 0.69vw;
     top: 37.15vw;
     right: 12.5vw;
     font-size: 1.25vw;
     background-color: none;
     border: white 1px solid;
     border-radius: 3.47vw;
     color: white;
 }
 .button_exit_save_path_page:hover {
     cursor: pointer;
 }
 
 .actions_chats_container_for_path {
     position: relative;
     background-color: none;
     display: flex;
     width: 80%;
     margin-top: 1.39vw;
     margin-left: 10%;
     height: 13.89vw;
     overflow-y: scroll;
     overflow-x: none;
     border: 1px solid rgba(255, 255, 255, 0.2);
     border-radius: 0.69vw;
     transition: 0.5s;
 }
 
 .name_path_input_red::placeholder {
     color: red;
 }
 
 .name_path_input_white::placeholder {
     color: white;
 }
 
 .border_red_color {
     transition: 0.5s;
     border-color: rgba(255, 0, 0, 0.5);
 }
 
 /*стили для форм связанных с страничками оформленного заказа*/
 /*у покупателя так и у продовца:*/
 
 .support_vendergram_case {
     border-radius: 3.47vw;
     width: 27.78vw;
     height: 27.78vw;
     background-color: rgba(255, 255, 255, 0.65);
     box-shadow: 0vw 0.69vw 3.47vw 0 #1777d746;
     backdrop-filter: blur(0.42vw);
     display: inline-block;
 
 }
 
 .first_title_in_support_vendergram_case {
     user-select:none;
     display: flex;
     font-size: 1.39vw;
     font-weight: bold;
     position: relative;
     margin-left: 2.78vw;
     margin-top: 2.78vw; 
 }
 
 .main_title_in_support_vendergram_case {
     user-select:none;
     display: flex;
     font-size: 1.25vw;
     font-weight: normal;
     position: relative;
     margin-left: 2.78vw;
     margin-top: 1.39vw; 
     width: 22.57vw;
 }
 
 .vendergram_support_email {
     display: flex;
     font-size: 1.25vw;
     font-weight: normal;
     position: relative;
     margin-top: 1.39vw;
     margin-left: 2.78vw;
     transition: 0.5s;
 }
 
 .vendergram_support_email {
     color: #1777d7;
     cursor: pointer;
     transition: 0.5s;
 }
 
 .vendergram_support_email:hover {
     color: #1BA4FF;
     transition: 0.5s;
 }
 
 .info_instruction_support_email {
     display: flex;
     font-size: 1.25vw;
     font-weight: normal;
     position: relative;
     margin-top: 1.39vw;
     margin-left: 2.78vw;
     user-select:none;
     width: 22.22vw;
 }
 
 .big_image_case_qr_code {
     display: flex;
     width: 27.78vw;
     height: 48.61vw;
     background-color: white;
     border-radius: 3.47vw;
     box-shadow: 0vw 0.69vw 3.47vw 0 #1777d746;
     display: inline-block;
 }
 
 .qr_code_sendering_order_image {
     position: relative;
     width: 27.78vw;
     height: 8.68vw;
     margin-top: 10.42vw;
 }
 
 .order_number_sendering_order {
     display: flex;
     position: relative;
     font-weight: bold;
     font-size: 1.74vw;
     justify-content: center;
     align-items: center;
     margin-top: 0.69vw;
 }
 
 .div_info_page_big_image_case_qr_code_preview {
     position: relative;
     margin-top: 20.83vw;
     background-color: none;
     width: 100%;
     display: inline-block;
     margin-top: 12.85vw;
 }
 
 .info_img_page_big_image_case_qr_code_preview {
     width: 16.67vw;
     height: 2.78vw;
     display: flex;
     margin-left: 5.56vw;
 }
 
 .info_text_page_big_image_case_qr_code_preview {
     position: relative;
     font-size: 1.11vw;  
     display: flex;
     margin-top: 0.69vw;
     align-items: center;
     justify-content: center;
     
 }
 
 .button_save_qr_code_image {
     position: absolute;
     font-weight: bold;
     top: 2.78vw;
     padding: 1.39vw;
     color: white;
     box-shadow: 0vw 0vw 0.69vw 0 #ffffffa2;
     backdrop-filter: blur(0.35vw);
     border-radius: 3.47vw;
     margin-left: 45.14vw;
     transition: 0.5s;
 }
 
 .button_save_qr_code_image:hover  {
     transform: scale(0.95);
     transition: 0.5s;
     cursor: pointer;
 }
 
 .button_save_qr_code_image:active  {
     transform: scale(0.85);
     transition: 0.2s;
 }
 
 .button_action_cance_order_or_not {
     border-radius: 3.47vw;
     width: 22.22vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     color: #1777d7;
     font-size: 1.25vw;
     height: 3.47vw;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
     transition: 0.5s;
 }
 
 .button_action_cance_order_or_not:hover {
     transform: scale(0.95);
     transition: 0.5s;
     cursor: pointer;
 } 
 
 .button_action_cance_order_or_not:active {
     transform: scale(0.90);
     transition: 0.2s;
     cursor: pointer;
 } 
 
 .info_text_stop_form_for_cance_order_function {
     position: absolute;
     bottom: 2.78vw;
     margin-left: 2.78vw;
     margin-right: 2.78vw;
     font-size: 1.25vw;
     color: grey;
 }
 
 .payding_form_for_seller {
     width: 27.78vw;
     height: 27.78vw;
     background-color: rgba(0, 0, 0, 0.4);
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
     border-radius: 3.47vw;
     backdrop-filter: blur(0.56vw);
 }
 
 .first_title_in_payding_form_for_seller {
     color: white;
     font-weight: bold;
     display: flex;
     font-size: 1.67vw;
     margin-left: 2.78vw;
     margin-right: 6.25vw;
     margin-top: 2.78vw;
     user-select: none;
 }
 
 .image_rub_simbol {
     display: flex;
     margin-left: 0vw;
     width: 2.78vw;
     height: 2.78vw;
     user-select: none;
     margin-top: 1.39vw;
 }
 
 .button_choice_payd_for_card {
     background-color: rgba(0, 0, 0, 0.5);
     width: 22.22vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     color: white;
     font-size: 1.25vw;
     border-radius: 3.47vw;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0vw 0vw 0.69vw 0 #ffffffa2;
     transition: 0.5s;
     user-select: none;
 }
 
 .button_choice_payd_for_card:hover {
     transform: scale(0.99);
     transition: 0.5s;
     cursor: pointer;
 }
 
 .button_choice_payd_for_card:active {
     transform: scale(0.90);
     transition: 0.5s;
 }
 
 .pay_to_seller_by_card_form {
     width: 27.78vw;
     height: 34.72vw;
     background-color: rgba(0, 0, 0, 0.4);
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
     border-radius: 3.47vw;
     backdrop-filter: blur(0.56vw);
     display: flex;
 }
 
 .input_card_number_to_seller_buy {
     position: absolute;
     display: flex;
     width: 17.71vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     top: 6.94vw;
     background-color: rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(0.69vw);
     border-radius: 3.47vw;
     border: 1px solid white;
     outline: none;
     color: white;
     padding-left: 4.51vw;
     font-size: 1.39vw;
 }
 
 .pay_seller_cost_button {
     position: absolute;
     display: flex;
     width: 22.22vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     top: 16.67vw;
     background-color: #1777d76a;
     backdrop-filter: blur(0.69vw);
     border-radius: 3.47vw;
     outline: none;
     color: white;
     text-align: center;
     align-items: center;
     justify-content: center;
     font-size: 1.39vw;
     box-shadow: 0vw 0vw 0.69vw 0 #000000a2;
 }
 
 .text_info_pay_seller_cost {
     position: absolute;
     top: 24.31vw;
     margin-left: 2.78vw;
     width: 22.22vw;
     color: white;
     font-size: 1.11vw;
 }
 
 .label_phone_number_to_seller_buy {
     position: absolute;
     top: 10.83vw;
     color: white;
     font-size: 1.39vw;
     left: 4.17vw;
     z-index: 1;
 }
 
 .input_phone_number_to_seller_buy {
     position: absolute;
     display: flex;
     width: 18.75vw;
     height: 3.47vw;
     margin-left: 2.78vw;
     margin-top: 2.78vw;
     top: 6.94vw;
     background-color: rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(0.69vw);
     border-radius: 3.47vw;
     border: 1px solid white;
     outline: none;
     color: white;
     padding-left: 3.47vw;
     font-size: 1.39vw;
 }
 
 .error_span_phone_form_opacity {
     position: relative;
     color: red;
     margin-left: 1.39vw;
     margin-right: 1.39vw;
     margin-top: 3.13vw;
     font-size: 0.97vw;
 }
 
 .search_sugg_name_span {
     position: absolute;
     font-size: 1.11vw;
     margin-left: 2.78vw;
     margin-top: 0.69vw;
 }
 
 .suggestions_img_search {
     position: absolute;
     display: flex;
     width: 2.08vw;
     height: 2.08vw;
     margin-left: 0.69vw;
     margin-top: 0.35vw;
 }

#add_or_redact_vlink_project_case {
    position: absolute !important;
}

.chat_item_wrapper {
    width: 100%;
    position: relative;
    background-color: white; /* Цвет кнопок/фона настроек */
}

.mini_text_classList { 
    display: none;
    color: red;
    font-size: 1vw;
    font-weight: bold;
    margin-left: 3.5vw;
    margin-top: 6vw;
    position: absolute;
    z-index: 0;
}

.delete_element_window_container {
    display: flex;
    justify-content: center;
    width: 20vw; /* уменьшил с 50vw до 30vw */
    height: 15vw; /* уменьшил с 41.667vw до 25vw */
    background-color: rgba(0, 0, 0, 0.3);
    border: 0.083vw solid grey;
    backdrop-filter: blur(1.667vw);
    box-shadow: 0 0 0.833vw rgba(0,0,0,0.3);
    border-radius: 3vw; /* уменьшил скругление */
}
.now_delete_element_caps {
    position: absolute;
    margin-top: 8%; /* еще меньше отступ */
    font-weight: bold;
    font-size: 1vw; /* сильно уменьшил шрифт */
    color: white;
    text-align: center;
    width: 100%;
}

.now_delete_element_type {
    position: absolute;
    display: flex;
    justify-content: center;
    margin-left: 0%;
    margin-top: 22%; /* уменьшил отступ */
    font-size: 1vw; /* сильно уменьшил шрифт */
    color: white;
    width: 100%;
}

.now_delete_element_button_exit {
    position: relative;
    font-size: 0.9vw; /* очень маленький шрифт */
    margin-top: 45%; /* поднял кнопки выше */
    font-weight: bold;
    height: 2.5vw; /* сильно уменьшил высоту */
    width: 5.5vw; /* сильно уменьшил ширину */
    color: white;
    border: solid 0.083vw white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1.25vw; /* пропорционально высоте */
    margin-right: 2%;
    user-select: none !important;
    -webkit-user-select: none; 
    -ms-user-select: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.now_delete_element_button_exit:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.now_delete_element_button {
    position: relative;
    font-size: 0.9vw; /* очень маленький шрифт */
    height: 2.5vw; /* сильно уменьшил высоту */
    width: 5.5vw; /* сильно уменьшил ширину */
    margin-top: 45%; /* поднял кнопки выше */
    font-weight: bold;
    color: white;
    border: solid 0.083vw white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1.25vw; /* пропорционально высоте */
    user-select: none !important;
    margin-left: 2%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.now_delete_element_button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Контейнер для кнопок */
.delete_element_buttons_container {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 8%; /* отступ снизу */
    gap: 1.5vw;
}

/* Основной контейнер (уже задан, не меняем) */
.your_data_container {
    display: flex;
    width: 40vh;
    height: 25vh;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2.5vh);
    border-radius: 5vh;
    flex-direction: column;
    padding: 2vh;
    box-sizing: border-box;
    position: relative;
}

/* Заголовок "Ваши данные" */
.main_title_data_case {
    font-size: 2.2vh;
    font-weight: 600;
    color: #000000;
    margin-bottom: 3vh;
    margin-top:1vh;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Контейнер для данных (левая сторона) */
.data_case {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 60%;
}

/* Стили для email и phone */
#email_number_data_case,
.phone_number_data_case {
    display: block;
    font-size: 1.8vh;
    color: #000000;
    margin-bottom: 1.2vh;
    font-family: monospace;
    word-break: break-all;
    max-width: 50vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Контейнер для кнопок (правая сторона) */
.data_case_buttons {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 2vh;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

/* Базовая кнопка "глаз" */
.see_button_email,
.see_button_phone {
    width: 4vh;
    height: 4vh;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1.5vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Иконка глаза (через CSS псевдоэлементы) */
.see_button_email::before,
.see_button_phone::before {
    content: "👁";
    font-size: 2.2vh;
    position: absolute;
    color: white;
    opacity: 0.9;
}

/* Эффект при наведении */
.see_button_email:hover,
.see_button_phone:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
}

/* Активное состояние (когда видно) */
.see_button_email.active::before,
.see_button_phone.active::before {
    content: "👁‍🗨";
}

/* Альтернативный вариант глаза через SVG (более качественный) */
.see_button_email svg,
.see_button_phone svg {
    width: 2.5vh;
    height: 2.5vh;
    fill: white;
}

/* Если используешь иконку через font-awesome */
.see_button_email i,
.see_button_phone i {
    font-size: 2.2vh;
    color: white;
}

/* Стили для скрытого номера телефона */
#phone_number_data_case[style*="display: none"] + .data_case_buttons .see_button_phone {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .main_title_data_case {
        font-size: 2vh !important;
    }
    
    #email_number_data_case,
    .phone_number_data_case {
        margin-bottom: 3vh !important;
        font-size: 1.8vh !important;
    }
    /* Контейнер для кнопок (правая сторона) */
    .data_case_buttons {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 2vh;
        top: 55% !important;
        transform: translateY(-50%);
        width: auto;
    }
    .see_button_email,
    .see_button_phone {
        margin-bottom: 3vh !important;
        width: 5vh;
        height: 5vh;
    }
    
    .see_button_email::before,
    .see_button_phone::before {
        font-size: 2.5vh !important;
    }
}


.tems_container_list {
    width: 320px;
    max-width: 90%;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    background: rgba(30, 30, 35, 0.85);
    backdrop-filter: blur(20px);
    border-radius: 28px;
    padding: 12px 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .tems_container_list::-webkit-scrollbar {
    width: 4px;
  }
  
  .tems_container_list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }
  
  .tems_container_list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
  }
  
  .theme-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .theme-item:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, 0.2);
  }
  
  .theme-item.active {
    background: rgba(59, 130, 246, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.6);
  }
  
  .color-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
  
  .theme-text {
    flex: 1;
  }
  
  .theme-name {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 4px;
  }
  
  .theme-code {
    font-size: 0.7rem;
    font-family: monospace;
    color: rgba(255, 255, 255, 0.6);
  }

.case_control_image_mobile_vers {
    display: none;
}


  @media (max-width: 600px) {
    .tems_container_list {
      width: 85%;
      max-height: 70vh;
      padding: 10px 6px;
      gap: 8px;
    }
    
    .theme-item {
      padding: 10px 12px;
      gap: 12px;
    }
    
    .color-circle {
      width: 42px;
      height: 42px;
    }
    
    .theme-name {
      font-size: 0.9rem;
    }
  }