.is-bold{
  font-weight: bold;
}


a.:active, a.:focus,a.noout:active,a.noout:focus {
    background: none!important;
    outline: none!important;
    box-shadow: none!important;
    -webkit-tap-highlight-color: transparent;
    user-select: none!important; 
}
.is-bold{
  font-weight: bold;
}

 .container{
      padding-left:20px;
      padding-right:20px;
    }

.hide{
    display: none;
}



/*
Горизонтальное меню
*/
  #menu-container {
    display: flex;
    flex-wrap: nowrap; /* Отключаем перенос элементов */
    overflow-x: auto; /* Добавляем горизонтальную прокрутку */
    padding-bottom: 10px;
    scrollbar-width: none; /* Тонкая полоса прокрутки для Firefox */
  }

  #menu-container::-webkit-scrollbar {
    display: none;
  }

  #menu-container::-webkit-scrollbar-thumb {
    background-color: #01b5ef; /* Основной цвет бренда для полосы прокрутки */
    border-radius: 10px;
  }

  #menu-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* Стили для ссылок меню */
  #menu-container a {
    white-space: nowrap; /* Отключаем перенос текста на новую строку */
    margin-right: 10px;
  }



  /* Мобильные стили для еще более узких экранов */
  @media (max-width: 768px) {
     .sticky-menu {
    position: -webkit-sticky; /* Для поддержки Safari */
    position: sticky;
    top: 0; /* Прилипнет к верху страницы */
    z-index: 1525252; /* Чтобы меню было над другими элементами */
    background-color: #01b5ef; /* Цвет фона меню */
  }

}


/*
Обводка боксов
*/

.bx{
    /*border:1px solid #ddd;*/
    border-radius: 8px;
    padding:16px;
    margin-top:16px;
    background: #282828;
    color:#525252;
    cursor: pointer;
}

/*
Убрать отступы
*/

.npp{
    padding-bottom: 0!important;
}


/*
Базовые шрифты, размеры, ывета
*/

.has-text-grey,.{
    color:#525252!important;
}

.h1{
    background: #282828;
    color: #626262;
}

html{
    background: #1f1f1f;
}

.opa{
    opacity: 0.5;
}


body,html,div,p{
    color:#525252;
}

.inp,.inp:active,.inp:focus{
    font-weight: bold;
    background: #282828;
    border: none;
    font-size: 36px !important;
    color: #525252;
    padding: 18px 25px!important;
    border-radius: 8px;
    max-width: 100%;
    text-decoration: none!important;

}
.inp::placeholder {
    color: #595959; /* Например, цвет томат */
}
.has-text-grey-light{
    color:#595959!important;
}

li{
        margin-bottom: 20px;
}
strong {
    color: #fff;
}
h1.is-size-5{
    font-size: 1.5rem !important;
    font-weight: bold;
}

.has-text-info {
    color: #9b1299!important;
}


.bg_navbar{
    background: transparent;
    cursor: pointer;
}

.bx.active{
    background: linear-gradient(181deg, #9b1299, #5d005b);
}

.bx.active2{
    background: linear-gradient(181deg, #605790, #261969);
}



.progress.is-warning {
    --bulma-progress-value-background-color: #9b1299;
}
.has-background-warning{
    background: #ffbd1e!2c3034;
}


.progress {
    --bulma-progress-bar-background-color: #282828;
}

.has-text-warning {
    color: #ddd!important;
}

/*
Кнопки
*/

.but-info:active, .but-info:focus, .but-info:active, .but-info:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    user-select: none !important;
}



.but-light3 {
        background: linear-gradient(90deg, #ffffff, #ffffff);
    color: #858585;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}


.but-light2 {
    background: linear-gradient(90deg, #f1f1f1, #dfdfdf);
    color: #858585;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.but-light2:hover {
    background: linear-gradient(90deg, #e9e9e9, #525252);
}

.but-info2 {
    background: linear-gradient(90deg, #101010, #101010);
    color: #525252;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.but-light3 {
    background: linear-gradient(90deg, #1f1f1f, #1f1f1f);
    color: #525252;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.but-info,.but-info:focus,.but-info:active {
    background: linear-gradient(181deg, #9b1299, #532546);
    color: #525252;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: normal;
    border: none;
    border-radius: 60px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 25px!important;

        transition-duration: var(--bulma-duration)!important;
    transition-property: background-color, border-color, color!important;
    outline: none!important;
    box-shadow: none!important; /* Убирает возможную тень */
    -webkit-tap-highlight-color: transparent; 

}

.but-info2,.but-info2:focus,.but-info2:active {
        background: linear-gradient(181deg, #101010, #101010);
    color: #525252;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 60px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 25px!important;

     transition-duration: var(--bulma-duration)!important;
    transition-property: background-color, border-color, color!important;
    outline: none!important;
    box-shadow: none!important; /* Убирает возможную тень */
    -webkit-tap-highlight-color: transparent; 

}

/*
Лоадер
*/

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}






/*
Иконки
*/

.icon-left::before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/left.svg?new');
            mask-size: contain;
            mask-repeat: no-repeat;
        }
.icon-user::before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/user.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }        



.icon-right::before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/right.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }  


.icon-plus::before {
            content: '';
            display: inline-block;
            width: 50px;
            height: 50px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/plus.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }          
.icon-check::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/check.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }



.icon-check-active::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #53ffa9; /* Цвет иконки */
            mask-image: url('../img/icon/check.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }

        .icon-category::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/category.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }

       .icon-bulet::before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/bulet.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }

                .icon-alert::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/alert.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }


.icon-users::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/users.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }  
.icon-copy::before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/copy.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        }  

.icon-backspace::before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-top:8px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/backspace.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 
        .icon-refresh::before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-top:8px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/refresh.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 


         .icon-star::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-top:8px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/star.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 

        .icon-star-big::before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            margin-top:8px;
            background-color: #525252; /* Цвет иконки */
            mask-image: url('../img/icon/star.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 


        

        .icon-star-small::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-top:8px;
            background-color: #53ffa9; /* Цвет иконки */
            mask-image: url('../img/icon/star.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 

        .icon-star-small-grey::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-top:8px;
            background-color: #282828; /* Цвет иконки */
            mask-image: url('../img/icon/star.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 

        

        .icon-chat::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-top:8px;
            background-color: #282828; /* Цвет иконки */
            mask-image: url('../img/icon/chat.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 
        .icon-chat-active::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-top:8px;
            background-color: #53ffa9; /* Цвет иконки */
            mask-image: url('../img/icon/chat.svg');
            mask-size: contain;
            mask-repeat: no-repeat;
        } 



        


body{
    padding-top:20px;
    padding-bottom:150px;
}




    .chat-message {
    margin: 20px 0;
    padding: 20px 15px;
    border-radius: 35px;
    max-width: 80%;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 1.5;
}

.client-message {
    background-color: #f0f0f0; /* Светлый фон для клиента */
    color: #333; /* Темный текст */
    align-self: flex-start;
    text-align: left;
    border-bottom-left-radius: 0px; /* Круглый угол */
    margin-right: auto; /* Сообщения клиента выравнены влево */
}

.admin-message {
    background-color: #fff6cb; /* Темный фон для администратора */
    color: #fff; /* Белый текст */
    align-self: flex-end;
    text-align: right;
    border-bottom-right-radius: 0px; /* Круглый угол */
    margin-left: auto; /* Сообщения администратора выравнены вправо */
}

.admin-message-auto {
    background-color: #bae0ff; /* Темный фон для администратора */
    color: #fff; /* Белый текст */
    align-self: flex-end;
    text-align: right;
    border-bottom-right-radius: 0px; /* Круглый угол */
    margin-left: auto; /* Сообщения администратора выравнены вправо */
}


.message-text {
    margin: 0;
}

.chat-message p {
    margin: 0;
}

.chat-container::-webkit-scrollbar {
    width: 6px;
}

.chat-container::-webkit-scrollbar-thumb {
    background-color: #444; /* Цвет скроллбара */
    border-radius: 3px;
}
.black{
    color:#525252;
}
