body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
	'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
	sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2 {
	   font-weight: 800;
   }

h3 {
	font-weight: 750;
}

h4 {
	font-weight: 700;
}

h5 {
	font-weight: 650;
}

h6, h7 {
	font-weight: 600;
}

/* Add here all your css styles (customizations) */
.g-rounded-top-right-50 {
	border-top-right-radius: 50px;
}
.g-rounded-bottom-left-50 {
	border-bottom-left-radius: 50px;
}


.commit {
	word-break: break-all;
}


/* ***************************** NEW-STYLES ********************************* */
.g-max-width-450 {
	max-width: 450px;
	overflow: hidden;
}
.g-font-size-40x {
  font-size: 40% !important;
}

.tab-content_v1>.active {
	display: flex;
}

.custom-file_v1 .custom-file-label::after {
    content: "Загрузить";
}

/* slider-main */
.slider-main .slick-list, .slider-main .slick-track, .slider-main .slick-slide {
	height: 100% !important;
}
.slider-main img {
	margin-left: auto;
	margin-right: auto;
}

/* sidebar */
.sidebar {
	width: 25%;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
	overflow: hidden;
	box-sizing: border-box;
}
.sidebar .flex-column {
	min-width: 1px;
	min-height: 1px;
}
@media (max-width: 1199px) {
	.sidebar {
		width: 300px;
		right: -300px;
		transition: .5s;
		padding: 0 10px;
	}
	.sidebar.is-active {
		right: 0;
	}   
}

.under-box {
	width: 24.043%;
}

@media (min-width: 1200px) {
	.pr-lg {
		padding-right: 25%;
	}   
}

.file-attachment_style .u-file-attach-v3 {
	padding: 10px 15px;
}

.result-collapse {
	display: none; 
}


/* ***************************** ********************************* */
.g-hidden {
	display: none;
}
.g-min-height-130 {
	min-height: 130px;
}

@media (min-width: 1200px) {
	.d-flex--xl {
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 992px) {
	.d-flex--lg {
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 768px) {
	.d-flex--md {
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 576px) {
	.d-flex--sm {
		display: -ms-flexbox;
		display: flex; 
	}
}
@media (min-width: 481px) {
	.d-flex--xs {
		display: -ms-flexbox;
		display: flex; 
	}
}


.box-disabled {
	position: relative;
}
.box-disabled:after {
	content:'';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
}

/* slider */
.slider .slick-dots {
	display: none !important;
}
.slider-control .slick-disabled {
	opacity: .5;
	cursor: default;
}
.slider-q-nav .slick-disabled {
	display: none !important;
}

.carousel-flat .slick-track {
	display: flex;
}

/* datepicker */
#datepickerNote td > a {
	border-width: 5px !important; line-height: 25px !important;
}
#datepickerNote .ui-datepicker-today a {
	border-color: #346324;
}



#datepickerNote .ui-datepicker-prev .ui-icon, 
#datepickerNote .ui-datepicker-next .ui-icon {
	font-size: 0;
}
#datepickerNote .ui-datepicker-prev .ui-icon:before {
	content: "\f104";
	font-family: 'fontawesome';
	font-size: 16px;
}
#datepickerNote .ui-datepicker-next .ui-icon:before {
	content: "\f105";
	font-family: 'fontawesome';
	font-size: 16px;
}
td.date-highlight a {background-color: #91cc7d !important; color: #fff !important;}
td.date-graylight a {background-color: #808080 !important; color: #fff !important;}



.max-h-tasks {
	max-height: 270px;
}

.g-cursor-move {
	cursor: move;
}

/* NOTE */
.note {
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	transition: all .3s;
	position: relative;
	z-index: 0;
}
.note.is-hidden {
	opacity: 0 !important;
	visibility: hidden;
}
.note__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}
.note-textarea {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 150px;
	background-color: #fff;
	height: 50px;
}
.note-textarea:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 15px;
	margin-bottom: -2px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
@media (max-width: 1199px) {
	.note {
		display: none;
	}   
}

@media (max-width: 575px) {
   .g-brd-none--xs {
		border: none !important;
	}
}


/* SELECT-STYLE */
.select-style .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 95px;
}
.select-style .dropdown-toggle {
	padding: 0;
	background-color: transparent !important;
	border-color: transparent !important;
	color: inherit !important;
	outline: none !important;
}
.select-style .dropdown-toggle:focus {
	outline: none !important;
}
.select-style.show .dropdown-toggle {
	background-color: transparent;
}
.select-style .filter-option {
	padding: 0;
	padding-right: 15px !important;
	text-align: right !important;
}
.select-style .filter-option-inner {
	padding-right: 0 !important;
}
.select-style .filter-option-inner-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}


.ajax-loading {
	opacity: .5;
	pointer-events: none;
}


.chat-container .mCustomScrollBox {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.chat-container .mCSB_container {
	width: 100%;
	margin-top: auto;
}
/* STYLES FOR IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.chat-container .mCustomScrollBox {
		display: block;
	}
}

.bootstrap-select.u-select--v2-select {
	width: 100% !important;
	max-width: 100%;
}
/* BLOCK-OUTER */
.block-outer {
	position: fixed;
	z-index: 800;
	top: 0;
	right: 0;
	height: 100vh;
	overflow-y: auto;
	background-color: #fff;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
	-webkit-transition: -webkit-transform .8s;
	transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
	-webkit-overflow-scrolling: touch;
}
.block-outer.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.block-outer-show {
	overflow: hidden;
}
.block-outer__close {
	border: none;
	background-color: transparent;
	font-size: 20px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	padding: 10px;
	line-height: 1;
	cursor: pointer;
	transition: opacity .3s;
}
.block-outer__close:hover {
	opacity: .7;
}
.block-outer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 700;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
@media (min-width: 992px) {
	.block-outer {
		max-width: 70%;
	}
}

.input-card {
	display:flex;
	background-color:#fff;
	padding:.75rem .75rem;
	border:.0625rem solid rgba(220,224,229,.6);
	box-shadow:0 .375rem 1.5rem 0 rgba(140,152,164,.125);
	border-radius:.5rem
}
.input-card .input-card-form {
	flex:1 0 0%
}
.input-card .btn {
	flex:0 0 auto
}
.input-card .form-control {
	border-width:0
}
.input-card .form-control:focus {
	box-shadow:none
}
.input-card .input-group {
	border-width:0
}
.input-card .input-card-form {
	position:relative
}
.input-card .input-card-form:not(:first-child) {
	padding-left:1rem
}
.input-card .input-card-form:not(:first-child)::before {
	position:absolute;
	top:50%;
	left:0;
	width:.0625rem;
	height:2rem;
	background-color:rgba(220,224,229,.6);
	content:"";
	transform:translateY(-50%)
}
.input-card .input-card-form:not(:last-child) {
	padding-right:1rem
}
@media (max-width:575.98px) {
	.input-card-sm {
		display:grid
	}
	.input-card-sm .btn,
	.input-card-sm .input-card-form {
		flex:0 0 auto
	}
	.input-card-sm .input-card-form {
		padding:1rem 0!important;
		border-bottom:.0625rem solid rgba(220,224,229,.6)
	}
	.input-card-sm .input-card-form:first-child {
		padding-top:0!important
	}
	.input-card-sm .input-card-form:not(:first-child)::before {
		display:none
	}
}

.btn-primary-secondary {
	background-color: transparent; /* Прозрачный фон */
	border: 1px solid #72c02c; /* Зеленая обводка */
	color: #72c02c; /* Зеленый текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: none; /* Без подчеркивания, как у Cancel на изображении */
	transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-primary-secondary:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	border-color: #5fa824; /* Темнее зеленый при наведении */
	color: #5fa824; /* Темнее зеленый текст при наведении */
}

.btn-primary-secondary:focus, .btn-primary-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(114, 192, 44, 0.5); /* Только ореол для фокуса */
}

.btn-primary-link {
	background-color: transparent; /* Прозрачный фон */
	border: none; /* Без обводки, как у Discard post */
	color: #72c02c; /* Зеленый текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: underline; /* Подчеркивание, как у Discard post на изображении */
	transition: color 0.15s ease-in-out;
}

.btn-primary-link:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	color: #5fa824; /* Темнее зеленый текст при наведении */
	text-decoration: underline; /* Сохраняем подчеркивание при наведении */
}

.btn-primary-link:focus, .btn-primary-link.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(114, 192, 44, 0.5); /* Только ореол для фокуса */
}


.u-btn-darkpurple-secondary {
	background-color: transparent; /* Прозрачный фон */
	border: 1px solid #6639b6; /* Темно-пурпурная обводка */
	color: #6639b6; /* Темно-пурпурный текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: none; /* Без подчеркивания, как у Cancel */
	transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.u-btn-darkpurple-secondary:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	border-color: #512e8f; /* Темнее темно-пурпурный при наведении */
	color: #512e8f; /* Темнее темно-пурпурный текст при наведении */
}

.u-btn-darkpurple-secondary:focus, .u-btn-darkpurple-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(102, 57, 182, 0.5); /* Ореол для фокуса */
}


.u-btn-darkpurple-link {
	background-color: transparent; /* Прозрачный фон */
	border: none; /* Без обводки, как у Discard post */
	color: #6639b6; /* Темно-пурпурный текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: underline; /* Подчеркивание, как у Discard post */
	transition: color 0.15s ease-in-out;
}

.u-btn-darkpurple-link:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	color: #512e8f; /* Темнее темно-пурпурный текст при наведении */
	text-decoration: underline; /* Сохраняем подчеркивание при наведении */
}

.u-btn-darkpurple-link:focus, .u-btn-darkpurple-link.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(102, 57, 182, 0.5); /* Ореол для фокуса */
}

.btn-danger-secondary {
	background-color: transparent; /* Прозрачный фон */
	border: 1px solid #dc3545; /* Красная обводка */
	color: #dc3545; /* Красный текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: none; /* Без подчеркивания, как у Cancel */
	transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-danger-secondary:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	border-color: #c82333; /* Темнее красный при наведении */
	color: #c82333; /* Темнее красный текст при наведении */
}

.btn-danger-secondary:focus, .btn-danger-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); /* Ореол для фокуса */
}

.btn-danger-link {
	background-color: transparent; /* Прозрачный фон */
	border: none; /* Без обводки, как у Discard post */
	color: #dc3545; /* Красный текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: underline; /* Подчеркивание, как у Discard post */
	transition: color 0.15s ease-in-out;
}

.btn-danger-link:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	color: #c82333; /* Темнее красный текст при наведении */
	text-decoration: underline; /* Сохраняем подчеркивание при наведении */
}

.btn-danger-link:focus, .btn-danger-link.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); /* Ореол для фокуса */
}

.btn-warning-secondary {
	background-color: transparent; /* Прозрачный фон */
	border: 1px solid #ffc107; /* Желтая обводка */
	color: #212529; /* Темный текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: none; /* Без подчеркивания, как у Cancel */
	transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-warning-secondary:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	border-color: #e0a800; /* Темнее желтый при наведении */
	color: #212529; /* Сохраняем темный текст при наведении */
}

.btn-warning-secondary:focus, .btn-warning-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); /* Ореол для фокуса */
}

.btn-warning-link {
	background-color: transparent; /* Прозрачный фон */
	border: none; /* Без обводки, как у Discard post */
	color: #212529; /* Темный текст */
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	text-decoration: underline; /* Подчеркивание, как у Discard post */
	transition: color 0.15s ease-in-out;
}

.btn-warning-link:hover {
	background-color: transparent; /* Прозрачный фон при наведении */
	color: #1a1d21; /* Темнее темный текст при наведении */
	text-decoration: underline; /* Сохраняем подчеркивание при наведении */
}

.btn-warning-link:focus, .btn-warning-link.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); /* Ореол для фокуса */
}