.dark_blue_btn {
	width: 100px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #2F394E;
	background: #FFF;
	color: #2F394E;
	padding: 0 14px;
	margin: 0 6px;
}

.dark_blue_btn.selected{
	border: 1px solid #000000;
	background: #2f394e;
	color: #fff;
}

.dark_blue_btn.active{
	border: 1px solid #000000;
	background: #2f394e;
	color: #fff;
}

.task_but {
	min-width: 100px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #2F394E;
	background: #FFF;
	color: #2F394E;
	padding: 0 14px;
	margin: 0 6px;
}

.to_read_notification_btn {
	min-width: 100px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #2F394E;
	background: #FFF;
	color: #2F394E;
	padding: 0 14px;
	margin: 0 6px;
}

.task_but.selected {
	border: 1px solid #000000;
	background: #2f394e;
	color: #fff;
}

.to_accept_task_btn {
	width: auto;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #2F394E;
	background: #FFF;
	color: #2F394E;
	padding: 0 20px;
}

.to_execute_task_btn {
	width: auto;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #000000;
	background: #2f394e;
	color: #fff;
	padding: 0 20px;
}

.history_but {
	width: 80px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #2F394E;
	background: #FFF;
	color: #2F394E;
	padding: 0 14px;
}

.history_but.active{
	border: 1px solid #000000;
	background: #2f394e;
	color: #fff;
}

.btn_submit {
	display: flex;
	height: 48px;
	padding: 12.688px 98.781px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	align-self: stretch;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 12px;
	border: none;
	background: #2F394E;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}


.button-groups {
	display: flex;
	flex-wrap: wrap; /* Разрешить перенос строк */
	justify-content: flex-start; /* Выравнивание кнопок слева */
	align-items: flex-start; /* Выравнивание по вертикали */
	width: 100%;
	margin: 4px 0;
	gap: 8px; /* Расстояние между кнопками */
}

.btn_action {
	padding: 8px 16px;
	font-size: 14px;
	color: #fff;
	background-color: #2f394e;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	flex-grow: 1;
}

.btn_action:hover {
	background-color: #424f6a;
}

.delete-btn {
	background-color: #dc3545;
}

.delete-btn:hover {
	background-color: #c82333;
}

.history_btn_frame {
	text-align: center;
}

.edit-btn {
	width: auto;
	height: 40px;
	border-radius: 12px;
	border: 1px solid #2F394E;
	background: #FFF;
	color: #2F394E;
	padding: 0 20px;
}
