﻿
html {
  overflow-y: scroll;
  scrollbar-color: #313131 #161b16;
}

.bg-dark {
    background-color: #343a40 !important;
}


a:active{
	filter: blur(1px);
}
.background {background-color: #161a1c;}
.background2 {background-color: rgb(15, 18, 15);}
.backgroundGrad {
	background: linear-gradient(270deg, rgb(0 0 0) 0%, rgb(56 65 71) 100%)!important;
}

.text{color:#fff!important}
#textarea{
	max-height: 37px;color: white;width: 100%;font-size: 11px;border: none;position: relative;align-content: center;align-self: center;height: 100%;background: unset;background: #232325;border-radius: 25px;padding-left: 11px;margin-top: 9px;
}

.reac {
	height: 20px;
    background-color: #f1b32394;
    padding: 0 5px;
    border-radius: 10px;
	display: inline-block;
}
.reac2 {
	height: 20px;
    padding: 0 5px;
    border-radius: 10px;
	display: inline-block;
}
body {
	 background: #161b16; 
	 background-size: cover;
	background: linear-gradient(270deg, rgb(0 0 0) 0%, rgb(56 65 71) 100%);	 
	 background-position: top;
	 width: 100%;
	 COLOR: #a1845a;
	 font-family: mmedium;
 }

body {
	background-size: cover;
	background-position: center;
	width: 100%;
	COLOR:#a1845a;
	font-family: mmedium;
}
footer {
	background: black;
	height: 50px;
	position: fixed;
	bottom: 0;
	color: white;
	text-align: center;
	width:100%;
	align-content: center;
}
@font-face {
	font-family: mmedium;
	src: url("/assets/font/Montserrat-Medium.otf") format("opentype");
}

.preloader {
	/*фиксированное позиционирование*/
	position: fixed;
	/* координаты положения */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* фоновый цвет элемента */
	background: #000;
	/* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
	z-index: 1001;
}

.preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
	position: absolute;
	display: inline-block;
	top: 0;
	background-color: #655f4f;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes preloader-bounce {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}



footer {
	z-index:10;
	background: #161b16;
	height: 50px;
	position: fixed;
	bottom: 0;
	color: white;
	text-align: center;
	width:100%;
	align-content: center;align-self: center;
	font-size: 10px;
}
header {
	z-index:10;
	/*background: #161b16;*/
	min-height: 50px;
	position: fixed;
	top: 0;
	color: a1845a;
	text-align: center;
	width:100%;
	align-content: center;align-self: center;
	font-size: 10px;
}
@font-face {
	font-family: mmedium;
	src: url("/assets/font/Montserrat-Medium.otf") format("opentype");
}
.b {font-weight: bold;}
.grad_input{
	background: rgb(63,63,63);
	background: linear-gradient(48deg, rgba(63,63,63,1) 0%, rgba(32,32,32,1) 100%);
	border-radius: 25px;

}
.grad_rign{
	width: 60px;
	height: 60px;
	background: #354046;
	/*
	background: rgb(63,63,63);
	background: linear-gradient(260deg, rgba(63,63,63,1) 0%, rgba(32,32,32,1) 100%);
	*/
	border-radius: 100px;
	align-content: center;align-self: center;
}
.box1{
	background: #232325;
	border-radius: 10px;
	min-height: 85px;
    align-content: center;align-self: center;
}
.box1_minis{
	background: rgb(255 255 255 / 10%);
	border-radius: 10px;
	min-height: 60px;
}
.box1_mini{
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	min-height: 60px;
}
.box2{
	background: rgb(36,32,32);
	background: linear-gradient(180deg, rgba(252,228,142,1) 0%, rgba(183,157,64,1) 100%);
	border-radius: 10px;
	min-height: 85px;
    align-content: center;align-self: center;
}
.box3{
	background: linear-gradient(130deg, rgba(52,61,68,1) 0%, rgba(45,50,54,1) 100%);
	border-radius: 10px;
	min-height: 85px;
    align-content: center;align-self: center;
}
.box4{
	background: linear-gradient(130deg, rgb(49 54 59) 0%, rgb(35 38 41) 100%);
	border-radius: 10px;
	min-height: 85px;
    align-content: center;align-self: center;
}
.box5{
	background: linear-gradient(130deg, rgb(36 39 43) 0%, rgb(35 38 41) 100%);
	border-radius: 10px;
	min-height: 85px;
    align-content: center;align-self: center;
}
.form-control-nofucus:focus {
	box-shadow: none;
	color: #9E9E9E !important;
}
.f8 {
	font-size:9px;
	color:white;
	padding-left: 8px;
}
.message0 {
	position: fixed;
    bottom: 50%;
    right: 25px;
    left: 25px;
    background: #000000c2;
    padding: 15px;
    border: 1px solid #ffffff38;
    border-radius: 46px;
    min-width: 250px;
    z-index: 999;
    text-align: center;
    font-size: small;
    color: white;
    font-weight: 100;
}

.imgAction{filter: brightness(0) saturate(100%) invert(82%) sepia(71%) saturate(388%) hue-rotate(331deg) brightness(104%) contrast(103%);}

/*
3f3f3f
202020
*/
/*
665339
242020
*/




.bar {
	width: 2px; /* Уменьшена ширина столбцов */
	margin: 0 1px; /* Уменьшен отступ между столбцами */
	background-color: #00000052;
	text-align: center;
	color: white;
	transition: background-color 0.3s;
}

.bar:hover {
	background-color: #a17b33;
}
.bar-active {
	background-color: #a17b33;
}

.chart {
	display: flex;
	align-items: flex-end;
	height: 25px; /* Высота гистограммы */
	min-width: 128px;
	overflow-x: unset; /* Удаляем прокрутки по горизонтали */
	align-items: center;
}


.emj-3{
	font-size: 2em;
}

.col-125{
	flex: 0 0 12.5%;
    max-width: 12.5%;
}

.btn-play {
	background: #a17b33;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-content: center;align-self: center;
    color: white;
    padding-left: 11px;
}

.buttonSmileBox {
	align-content: center;align-self: center;
    text-align: center;
    position: fixed;
    bottom: 45px;
    background: #0f120f;
    height: 50%;
    left: 0;
    z-index: 0;
	overflow: auto;
	padding-bottom: 20px !important;
}

.buttonClipBox {
    position: fixed;
    bottom: 45px;
    background: #0f120f;
    height: 100px;
    left: 0;
    z-index: 0;
    overflow: auto;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.buttonCameraBox {
    position: fixed;
    bottom: 0px;
    border: 1px solid black;
    background: #000;
    left: 0;
    z-index: 0;
}
.buttonFileBox {
    position: fixed;
    bottom: 0px;
    border: 1px solid black;
    background: #000;
    left: 0;
    z-index: 0;
}

time {
	font-size: 55%;
    color: #737373;
    text-align: right;
    width: 100%;	
}
.boxchatLeft {
	overflow-wrap: anywhere;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 12px;
	gap: 4px;
	position: relative;
	max-width: 80%;
	min-height: 44px;
	left: 0px;
	background: rgba(95, 95, 95, 1);
    border-radius: 8px 8px 8px 0px;
	font-size: 14px;
	color:white;
}

.boxchatRight{
	overflow-wrap: anywhere;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 12px;
    gap: 4px;
    position: relative;
	max-width: 80%;
    min-height: 44px;
    right: 0px;
    background: #FFFFFF;
    border-radius: 8px 8px 0px 8px;
    font-size: 14px;
	color:black;
}

.messageInt {
	position: fixed;
	background: #0f120f;
	padding: 0px 20px;
    bottom: 121px;
    right: 20px;
    width: 90%;
    height: 40px;
    z-index: 1000;
    border-bottom: 1px solid #0000003b;
    border-radius: 13px;
	resize: none; 
}

.messageReply {
	position: fixed;
    bottom: 58px;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: 999;
    border-bottom: none;
    border-radius: unset;
	background: #252525;
    border-top: 1px solid #414040;
}

textarea:focus-visible,textarea:hover,textarea:active, #textarea:focus-visible{
		border:none;
		outline: none;
}

@media (max-width:768px){
	.messageInt {
		position: fixed;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 1000;	
		border-bottom: none;
		border-radius: unset;
	}
}

#progress-container {
	width: 100%;
    height: 50px;
    /* background-color: #ddd; */
    position: relative;
    cursor: pointer;
    top: -70px;
    left: 17px;
}

.boxchatLeft #progress-bar {
	height: 100%;
    width: 0;
    background-color: #5f5f5fa6;
	filter: invert(0);
}

#progress-bar {
	height: 100%;
    width: 0;
    background-color: #000000bd;
    filter: invert(1);
}

.msgNotif {
	width: 20px;
    height: 20px;
    background: linear-gradient(179deg, #FFE791 0%, #B59B3D 100%);
    border-radius: 50%;
    margin-top: 3px;
    color: white;
    align-content: center;align-self: center;
    text-align: center;
}

.pktool{ 
	padding: 10px;
    border-bottom: 1px solid #00000023;
}

.boxtool {
	background: white;
	color: black !important;
	width: 170px;
	border: 1px solid #00000075;
	border-radius: 8px;
	padding: 5px;
	position: absolute;
	bottom: 20px;
	z-index: 999;
}
.boxtoolback {
	background: #00000060;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;			
}

.photo, .video {
	width: 100%;
	border-radius: 8px 8px 0px 8px;
}

.photo-mini{
	width: 25px;
    height: 25px;
    border-radius: 4px 4px 4px 4px;
	object-fit: cover;
}
.file-mini{
	width: 25px;
    border-radius: 4px 4px 4px 4px;
}

.messageNew {
	width: 40px;
    height: 40px;
    background: white;
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: 63px;
    align-content: center;align-self: center;
    border-radius: 50%;
    border: 1px solid #00000050;
    color: #c0af68;	
	font-size: 10px;
	display: inline-grid;
}


.offset {
    text-align: center;
    font-size: 10px;
    height: 20px;
    background: #00000050;
    align-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;	
}

.gistoVoice{
    top: -33px;
    left: 17px;
    position: relative;
}

.editAvatar{
	width: 24px;
    height: 24px;
    background: #FFE278;
    border: 2px solid #3d4247;
    border-radius: 50%;
    position: relative;
    bottom: 22px;
    left: 57%;
    align-self: center;
    align-items: center;
	align-content: center;	
}

.form-control:focus {
	box-shadow:unset;
}

.statusMsg time img {
	filter: invert(1);
}

.btn7 {
	top: 24px;
    position: relative;
    width: 70px;
    height: 70px;
    background: #1c2023;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 2px black);
	align-content: center;
    text-align: center;
	display: block;
}
.btn7 img {
	width:35px;
	filter: brightness(0.5);
}


.usersFile {
	border-radius: 20px;
    padding: 8px;
}

.userNavFileActive {
	border-radius: 20px;
    padding: 8px;
    background: #FFFFFF33;
}

.clickGallPrev{
	background: unset;
    border: none;
    width: 10%;
    height: 80%;
    position: absolute;
    top: 10%;
	left:0;
}

.clickGallNext{
	background: unset;
    border: none;
    width: 10%;
    height: 80%;
    position: absolute;
    top: 10%;
	right:0;
}

.replyCheckBox {
	width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #00800099;
    align-content: center;
    position: absolute;
    top: 0;
}

.replyBox {
	background: #00000050;
    padding: 5px;
    border-radius: 8px;
    border-left: 2px solid blue;
	width:100%;
} 

.htmlDown {
	bottom: 0;
    position: absolute;
    background: #00000050;
    padding: 10px;
}
.htmlUp {
	top: 0;
    position: absolute;
    width: 100%;

}

.online {
	width: 12px;
	height: 12px;
	background: #4CAF50;
	border: 1px solid #444a4f;
	border-radius: 50%;
	position: absolute;
	bottom: -1px;
	right: 0px;
}


.custom-range::-webkit-slider-thumb {
  background: #FFE791;
}

/* Скрыть стандартный чекбокс */
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

/* Стилизация лейбла */
input[type="checkbox"] + label {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

/* Контейнер для переключателя */
input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  width: 40px; /* Ширина переключателя */
  height: 20px; /* Высота переключателя */
  border-radius: 15px; /* Скругление углов */
  background-color: #757575; /* Цвет фона неактивного состояния */
  transition: background-color 0.3s ease;
}

/* Круглый индикатор переключателя */
input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px; /* Размер индикатора */
  height: 15px; /* Размер индикатора */
  border-radius: 50%; /* Круглая форма */
  background-color: white; /* Цвет индикатора */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* Изменение цвета фона и перемещение индикатора при активации */
input[type="checkbox"]:checked + label::before {
  background: linear-gradient(180deg, #FFE791 0%, #B59B3D 100%); /* Зелёный цвет для активного состояния */
}

input[type="checkbox"]:checked + label::after {
  transform: translateX(20px); /* Перемещение индикатора вправо */
}


.opacity-0 {opacity: 0;}
.opacity-1 {opacity: 1;}
.opacity-2 {opacity: 0.2;}
.opacity-3 {opacity: 0.3;}
.opacity-4 {opacity: 0.4;}
.opacity-5 {opacity: 0.5;}
.opacity-6 {opacity: 0.6;}
.opacity-7 {opacity: 0.7;}
.opacity-8 {opacity: 0.8;}
.opacity-9 {opacity: 0.9;} 


.pincode {
    text-align: center;
    padding: 20px 0;
}

.pincode input[type="number"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #5a5a5a;
	border-radius: 50%;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    outline: none;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.pincode input[type="number"]::-webkit-outer-spin-button,
.pincode input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.pincode input[type="number"]:focus {
    border: 2px solid #1dd216;
}


/* Скрыть стандартные радиокнопки */
input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

/* Стилизация лейбла */
input[type="radio"] + label {
  display: inline-flex;
  align-items: center;
}

/* Создание кастомных радиокнопок */
input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  width: 15px; /* Размер кастомной радиокнопки */
  height: 15px; /* Размер кастомной радиокнопки */
  
  border-radius: 50%; /* Круглая форма */
  
  background-color: #616161; /* Серый цвет для неактивного состояния */
  
  cursor: pointer; /* Указатель мыши в виде руки для кликабельности */
}

/* Изменение цвета при активации радиокнопки */
input[type="radio"]:checked + label::before {
  background: linear-gradient(180deg, #FFE791 0%, #B59B3D 100%); /* Зелёный цвет для активного состояния */
}


	.exceptions {
		transition: opacity 0.5s ease-in-out; /* Плавное появление */
	}

	/* Для анимации сверху вниз */
	.exceptions {
		transform: translateY(0);
		transition: transform 0.5s ease-in-out;
	}

	.exceptions.slideDown {
		animation: slideDown 0.5s;
	}

	@keyframes slideDown {
		from {
			transform: translateY(-100%);
		}
		to {
			transform: translateY(0);
		}
	}
	
.forderActive {
	background-color: antiquewhite;
    border-radius: 10px;
}