@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap';@import 'https://fonts.googleapis.com/css2?family=HelveticaNeueCyr:wght@400;700&display=swap';


/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
/*
body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
  */
:root {
	--font-inter: 'Inter', sans-serif;
	--font-helvetica: 'HelveticaNeueCyr', 'Arial', 'Helvetica', 'Roboto', 'Open Sans', sans-serif;
	--base-blue: #1563FF;
}
body {
    min-height: 100vh;
    background-color: #F0F9F9;
}
#app {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: normal;
  min-height: 100vh;
}
/* Стили навигационного бара Быков*/
/*
.mobile-header-navbar {
    display: none;
}
*/
/* Стили навигационного бара*/
#app .header-navbar {
	height: 58px !important;
	position: relative !important;
	border-radius: 0px 0px 15px 15px !important;
	padding: 0 var(--va-navbar-padding-x);
}
header .va-navbar__item a {
	color: #ffffff;
	font-family: var(--font-inter);
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}
header .va-navbar__item a:hover {
	text-decoration: none;
}
/*
header .va-navbar__item a.router-link-active,
header .va-navbar__item a.selected_link {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
}

header .va-navbar__item a.router-link-active::after,
header .va-navbar__item a.selected_link::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(217, 217, 217, 0.2);
	position: absolute;
	top: 32px;
	left: 0;
}
 */
header .va-navbar__left .va-navbar__item:nth-child(2) {
	margin-left: 25px;
}
header .va-navbar__right > .va-navbar__item {
	margin-right: calc(2 * 0.5rem);
}
.account-profile-wrapper {
	display: flex;
}
.account-user-name {
	display: flex;
	align-items: center;
}
.account-user-name span {
	padding: 0 1rem;
	color: #4F4F4F;
}
.account-icon-wrapper {
	background: #fff;
	border-radius: 6px;
	width: 40px;
	height: 40px;
}
.va-navbar__right .account-icon-wrapper-item a:hover {
	text-decoration: none;
}
.account-icon {
	display: flex;
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40px' viewBox='0 0 24 24' width='40px' fill='%231f1f1f'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
}
.add_menu_items {
	opacity: 0.5;
}
.v-dropdown-menu {
	top: 10px !important;
}
.page-header {
	display: flex;
	justify-content: space-between;
    margin-top: 8px;
	margin-bottom: 24px;
}
.page-title {
	flex: 1;
}
.page-title, .page-control {
	flex: 1;
}
.page-control {
	display: flex;
	justify-content: end;
	gap: 16px;
}
.project-name {
	font-family: var(--font-inter);
	font-style: normal;
	font-weight: 700;
	font-size: 8.62069px;
	line-height: 1.5em;
	color: #1B1A22;
	opacity: 0.5;
}
.page-name {
	font-family: var(--font-inter);
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em;
	font-size: 25px;
	color: #1B1A22;
	display: flex;          /* Включаем Flexbox */
	align-items: center;    /* Выравнивание по вертикали */
	gap: 8px;               /* Отступ между элементами (опционально) */
}
.page-name a {
	font-family: var(--font-inter);
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	color: #1B1A22;
}
.project-status-small {
	display: inline-flex;
	align-items: center;
	min-width: 67px;
	height: 23px;
	padding-left: 8px;
	padding-right: 8px;
	gap: 5px;
	border-radius: 6.9px;
	font-size: 9px;
	font-family: var(--font-helvetica);
	font-weight: 700;
}
.status-text-ellipse {
	width: 4px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 50%;    /* Круглая форма */
	flex-shrink: 0;        /* Запрет сжатия */
}
.status-text {
	white-space: nowrap;   /* Запрет переноса текста */
}
.project-status-in-progress {
	background: #15B23B;
	color: white;
}
/* user Bykov */
.hide {
    display: none;
}
.centered {
    margin: 0 auto;
}
.vertical_form {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.filter_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 16px;
}
.filter_block__left{
    display: flex;
    align-items: flex-end;
    _gap: 16px;
}
.filter_block__right{
    margin-right: 40px;
}
.width200 {
    width: 200px;
}
.width250 {
    width: 250px;
}
.width300 {
    width: 300px;
}
.width350 {
    width: 350px;
}
.width400 {
    width: 400px;
}
.width450 {
    width: 450px;
}
.width500 {
    width: 500px;
}
.width550 {
    width: 550px;
}
.width600 {
    width: 600px;
}
.width650 {
    width: 650px;
}
.width700 {
    width: 700px;
}
.width800 {
    width: 800px;
}
.width900 {
    width: 900px;
}
.width100perc {
    width:100%;
}
/**  margins */
.mt-2 {
    margin-top: 2px;
}
.mb-2 {
    margin-bottom: 2px;
}
.ml-2 {
    margin-left: 2px;
}
.mr-2 {
    margin-right: 2px;
}
.mt-4 {
    margin-top: 4px;
}
.mb-4 {
    margin-bottom: 4px;
}
.ml-4 {
    margin-left: 4px;
}
.mr-4 {
    margin-right: 4px;
}
.test100 {
     --va-date-input-width: 100px;
}
/* для элементов типа input / select с нужной шириной*/
.w100 {
	--va-input-wrapper-width: 100px;
}
.w200 {
	--va-input-wrapper-width: 200px;

}
.w300 {
	--va-input-wrapper-width: 300px;
}
.w350 {
	--va-input-wrapper-width: 350px;
}
.w400 {
	--va-input-wrapper-width: 400px;
}
.w450 {
	--va-input-wrapper-width: 450px;
}
.w500 {
	--va-input-wrapper-width: 500px;
}
.w550 {
	--va-input-wrapper-width: 550px;
}
.w600 {
	--va-input-wrapper-width: 600px;
}
.w650 {
	--va-input-wrapper-width: 650px;
}
.pointer {
    cursor:pointer;
}
/* Используется для создания заголовка на страницах справочников */
.roster__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.roster__header_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 18px;
}
/* Карточка из раздела Кадры - Сотрудники (таб)*/
.employee__card {
    display: grid;
    width:900px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 16px;
    column-gap: 8px;
}
.tableFilter {
    margin: 24px 0;
}
.tableFilter_mobile {
    margin: 8px 0;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.row {
    display: flex;
    flex-direction: row;
}
/* Быков */
@media (max-width: 767px) {
    body {
        font-size: 80%;
    }
  }
/*
@media (hover: hover) {
  a:hover {
    background-color: hsla(160, 100%, 37%, 0.2);
  }
}
*/
/*
@media (max-width: 700px) {
  body {
    display: flex;
    place-items: center;
  }

  #app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
  }
}
  */


a[data-v-2c4e96a9] {
	color: #21618c;
}
a[data-v-2c4e96a9]:hover {
	text-decoration: underline;
}
.selected_link[data-v-2c4e96a9] {
	font-weight: bold;
}
.selected_profile[data-v-2c4e96a9] {
	color: brown;
}
.va-dropdown__content-wrapper[data-v-2c4e96a9] {
	position: relative;
	margin-top: 8px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	padding: 5px 0;
}
.va-dropdown__content-wrapper[data-v-2c4e96a9]::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	z-index: 2;
}
.im-chat[data-v-2c4e96a9] {
	position: relative;
	min-width: 40px;
}
.im-chat .im-icon[data-v-2c4e96a9] {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M23.75 12.5H16.25C14.18 12.5 12.5 14.1725 12.5 16.235V20.72V21.47C12.5 23.5325 14.18 25.205 16.25 25.205H17.375C17.5775 25.205 17.8475 25.34 17.975 25.505L19.1 26.9975C19.595 27.6575 20.405 27.6575 20.9 26.9975L22.025 25.505C22.1675 25.3175 22.3925 25.205 22.625 25.205H23.75C25.82 25.205 27.5 23.5325 27.5 21.47V16.235C27.5 14.1725 25.82 12.5 23.75 12.5ZM17 20C16.58 20 16.25 19.6625 16.25 19.25C16.25 18.8375 16.5875 18.5 17 18.5C17.4125 18.5 17.75 18.8375 17.75 19.25C17.75 19.6625 17.42 20 17 20ZM20 20C19.58 20 19.25 19.6625 19.25 19.25C19.25 18.8375 19.5875 18.5 20 18.5C20.4125 18.5 20.75 18.8375 20.75 19.25C20.75 19.6625 20.42 20 20 20ZM23 20C22.58 20 22.25 19.6625 22.25 19.25C22.25 18.8375 22.5875 18.5 23 18.5C23.4125 18.5 23.75 18.8375 23.75 19.25C23.75 19.6625 23.42 20 23 20Z' fill='white'/%3E%3C/svg%3E");
	display: block;
	position: absolute;
	top: -20px;
}
.im-chat .chat-icon[data-v-2c4e96a9] {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M26.1425 21.5451L25.295 20.1351C25.1075 19.8276 24.9425 19.2351 24.9425 18.8751V17.4726C24.9425 14.7501 22.73 12.5376 20.015 12.5376C17.2925 12.5451 15.08 14.7501 15.08 17.4726V18.8676C15.08 19.2276 14.915 19.8201 14.735 20.1276L13.8875 21.5376C13.565 22.0851 13.49 22.7076 13.6925 23.2476C13.895 23.7951 14.3525 24.2301 14.9525 24.4251C15.7625 24.6951 16.58 24.8901 17.4125 25.0326C17.495 25.0476 17.5775 25.0551 17.66 25.0701C17.765 25.0851 17.8775 25.1001 17.99 25.1151C18.185 25.1451 18.38 25.1676 18.5825 25.1826C19.055 25.2276 19.535 25.2501 20.015 25.2501C20.4875 25.2501 20.96 25.2276 21.425 25.1826C21.5975 25.1676 21.77 25.1526 21.935 25.1301C22.07 25.1151 22.205 25.1001 22.34 25.0776C22.4225 25.0701 22.505 25.0551 22.5875 25.0401C23.4275 24.9051 24.26 24.6951 25.07 24.4251C25.6475 24.2301 26.09 23.7951 26.3 23.2401C26.51 22.6776 26.45 22.0626 26.1425 21.5451ZM20.5625 18.5001C20.5625 18.8151 20.3075 19.0701 19.9925 19.0701C19.6775 19.0701 19.4225 18.8151 19.4225 18.5001V16.1751C19.4225 15.8601 19.6775 15.6051 19.9925 15.6051C20.3075 15.6051 20.5625 15.8601 20.5625 16.1751V18.5001Z' fill='white'/%3E%3Cpath d='M22.1225 26.0075C21.8075 26.8775 20.975 27.5 20 27.5C19.4075 27.5 18.8225 27.26 18.41 26.8325C18.17 26.6075 17.99 26.3075 17.885 26C17.9825 26.015 18.08 26.0225 18.185 26.0375C18.3575 26.06 18.5375 26.0825 18.7175 26.0975C19.145 26.135 19.58 26.1575 20.015 26.1575C20.4425 26.1575 20.87 26.135 21.29 26.0975C21.4475 26.0825 21.605 26.075 21.755 26.0525C21.875 26.0375 21.995 26.0225 22.1225 26.0075Z' fill='white'/%3E%3C/svg%3E");
	display: block;
	position: absolute;
	top: -20px;
}

a[data-v-9227f3d9] {
	color: #21618c;
}
a[data-v-9227f3d9]:hover {
	text-decoration: underline;
}
.selected_link[data-v-9227f3d9] {
	font-weight: bold;
}
.selected_profile[data-v-9227f3d9] {
	color: brown;
}
.va-dropdown__content-wrapper[data-v-9227f3d9] {
	position: relative;
	margin-top: 8px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	padding: 5px 0;
}
.va-dropdown__content-wrapper[data-v-9227f3d9]::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 12px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	z-index: 2;
}
.im-chat[data-v-9227f3d9] {
	position: relative;
	min-width: 40px;
}
.im-chat .im-icon[data-v-9227f3d9] {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M23.75 12.5H16.25C14.18 12.5 12.5 14.1725 12.5 16.235V20.72V21.47C12.5 23.5325 14.18 25.205 16.25 25.205H17.375C17.5775 25.205 17.8475 25.34 17.975 25.505L19.1 26.9975C19.595 27.6575 20.405 27.6575 20.9 26.9975L22.025 25.505C22.1675 25.3175 22.3925 25.205 22.625 25.205H23.75C25.82 25.205 27.5 23.5325 27.5 21.47V16.235C27.5 14.1725 25.82 12.5 23.75 12.5ZM17 20C16.58 20 16.25 19.6625 16.25 19.25C16.25 18.8375 16.5875 18.5 17 18.5C17.4125 18.5 17.75 18.8375 17.75 19.25C17.75 19.6625 17.42 20 17 20ZM20 20C19.58 20 19.25 19.6625 19.25 19.25C19.25 18.8375 19.5875 18.5 20 18.5C20.4125 18.5 20.75 18.8375 20.75 19.25C20.75 19.6625 20.42 20 20 20ZM23 20C22.58 20 22.25 19.6625 22.25 19.25C22.25 18.8375 22.5875 18.5 23 18.5C23.4125 18.5 23.75 18.8375 23.75 19.25C23.75 19.6625 23.42 20 23 20Z' fill='white'/%3E%3C/svg%3E");
	display: block;
	position: absolute;
	top: -20px;
}
.im-chat .chat-icon[data-v-9227f3d9] {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M26.1425 21.5451L25.295 20.1351C25.1075 19.8276 24.9425 19.2351 24.9425 18.8751V17.4726C24.9425 14.7501 22.73 12.5376 20.015 12.5376C17.2925 12.5451 15.08 14.7501 15.08 17.4726V18.8676C15.08 19.2276 14.915 19.8201 14.735 20.1276L13.8875 21.5376C13.565 22.0851 13.49 22.7076 13.6925 23.2476C13.895 23.7951 14.3525 24.2301 14.9525 24.4251C15.7625 24.6951 16.58 24.8901 17.4125 25.0326C17.495 25.0476 17.5775 25.0551 17.66 25.0701C17.765 25.0851 17.8775 25.1001 17.99 25.1151C18.185 25.1451 18.38 25.1676 18.5825 25.1826C19.055 25.2276 19.535 25.2501 20.015 25.2501C20.4875 25.2501 20.96 25.2276 21.425 25.1826C21.5975 25.1676 21.77 25.1526 21.935 25.1301C22.07 25.1151 22.205 25.1001 22.34 25.0776C22.4225 25.0701 22.505 25.0551 22.5875 25.0401C23.4275 24.9051 24.26 24.6951 25.07 24.4251C25.6475 24.2301 26.09 23.7951 26.3 23.2401C26.51 22.6776 26.45 22.0626 26.1425 21.5451ZM20.5625 18.5001C20.5625 18.8151 20.3075 19.0701 19.9925 19.0701C19.6775 19.0701 19.4225 18.8151 19.4225 18.5001V16.1751C19.4225 15.8601 19.6775 15.6051 19.9925 15.6051C20.3075 15.6051 20.5625 15.8601 20.5625 16.1751V18.5001Z' fill='white'/%3E%3Cpath d='M22.1225 26.0075C21.8075 26.8775 20.975 27.5 20 27.5C19.4075 27.5 18.8225 27.26 18.41 26.8325C18.17 26.6075 17.99 26.3075 17.885 26C17.9825 26.015 18.08 26.0225 18.185 26.0375C18.3575 26.06 18.5375 26.0825 18.7175 26.0975C19.145 26.135 19.58 26.1575 20.015 26.1575C20.4425 26.1575 20.87 26.135 21.29 26.0975C21.4475 26.0825 21.605 26.075 21.755 26.0525C21.875 26.0375 21.995 26.0225 22.1225 26.0075Z' fill='white'/%3E%3C/svg%3E");
	display: block;
	position: absolute;
	top: -20px;
}

.print_section[data-v-086877c0] {
        font-family: Arial, sans-serif;
        font-size: 10pt;
        width: 210mm; /* A4 ширина */
        min-height: 297mm; /* Высота A4 */
        margin: 0 auto;
}
.print-page[data-v-086877c0] {
        page-break-after: always; /* Разрыв после каждой страницы */
        padding: 20mm;
        box-sizing: border-box;
        width: 100%;
        min-height: 257mm; /* 297mm − 2×20mm отступов */
        display: flex;
        flex-direction: column;
        row-gap:15px;
}
     /* Убираем разрыв после последней страницы */
.print-page[data-v-086877c0]:last-of-type {
        page-break-after: avoid;
}
table  td[data-v-086877c0] {
        padding: 8px 4px;
        border: 1px solid black;
}
.head[data-v-086877c0] {
        text-align: right;
}
.caption[data-v-086877c0] {
        margin: 0 auto;
}
.t_caption[data-v-086877c0] {
        text-transform: uppercase;
        text-align: center;
        padding: 8px 0;
}
.signs[data-v-086877c0] {
        margin-top: 40px;
}
.signs_item[data-v-086877c0] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}
.signs_item__middle[data-v-086877c0] {
        flex-grow: 1;
        text-align: center;
}
.employee_inform[data-v-086877c0]{
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
}
@media print {
body[data-v-086877c0] {
            margin: 0;
            padding: 0;
}
.print-container[data-v-086877c0] {
            page-break-after: avoid;
}
}

/*
.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 40px;
    _background-color: #6ff;
}
    */
.wrapper[data-v-b22a7206] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 40px;
    __max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.main_nav[data-v-b22a7206] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main_nav__right[data-v-b22a7206] {
    display: flex;
    column-gap: 16px;
}
@media (max-width: 767px) {
.wrapper[data-v-b22a7206] {
        row-gap: 10px;
}
}



.project_title[data-v-71b33c28] {
        display: flex;
        justify-content: space-between;
}
.project_content[data-v-71b33c28] {
        display: flex;
        justify-content: space-between;
}
.title_sub[data-v-71b33c28] {
        font-size: 80%;
}
.title_matter[data-v-71b33c28] {
        font-size: 120%;
        font-weight: bold;
}
.mr-8[data-v-71b33c28] {
        margin-right: 20px;
}
.pointer[data-v-71b33c28] {
        cursor: pointer;
}

.stat-widget[data-v-112f503a] {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #fff;
	border-radius: 14px;
	padding: 16px;
	border: 1px solid #dfeaf2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.stat-widget__row[data-v-112f503a] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.stat-widget__main[data-v-112f503a] {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.stat-widget__icon-wrap[data-v-112f503a] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 9px;
	background: rgba(173, 173, 173, 0.21);
}
.stat-widget__title[data-v-112f503a] {
	font-size: 9px;
	color: #1b1a22;
	opacity: 0.7;
	margin: 0;
}
.stat-widget__value[data-v-112f503a],
.stat-widget__value-item[data-v-112f503a] {
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	color: #1b1a22;
	margin: 0;
}
.stat-widget__values[data-v-112f503a] {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.stat-widget__footer[data-v-112f503a] {
	font-size: 12px;
	color: #1b1a22;
	opacity: 0.8;
}
.stat-widget__extra[data-v-112f503a] {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	flex-wrap: wrap;
}
.stat-widget__extra-prefix[data-v-112f503a] {
	color: #adadad;
}
.stat-widget__extra-suffix[data-v-112f503a] {
	color: #12163c;
}
.stat-widget__delta[data-v-112f503a] {
	font-weight: 600;
}
.stat-widget__delta--up[data-v-112f503a] {
	color: #078e28;
}
.stat-widget__delta--down[data-v-112f503a] {
	color: #c62828;
}

#app .wrapper[data-v-46a7116e] {
	row-gap: 0px;
}
.welcome-title[data-v-46a7116e] {
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: -0.5px;
	color: #1b1a22;
	margin: 0;
}
.welcome-name[data-v-46a7116e] {
	font-family: var(--font-inter);
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: -0.5px;
	color: #1b1a22;
	margin: 0;
}
.projects-table-container[data-v-46a7116e] {
	width: 100%;
}
.projects-empty-state[data-v-46a7116e] {
	padding: 24px;
	background: #2a2a2a;
	border-radius: 8px;
	color: #9291a5;
	font-size: 14px;
	line-height: 1.5;
}
.projects-empty-state code[data-v-46a7116e] {
	background: #1b1a22;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 12px;
}
.projects-table-list[data-v-46a7116e] {
	margin-top: 27px;
	border-radius: 14px;
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table {
	width: 100%;
	border-collapse: collapse;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-th,
.projects-table-container[data-v-46a7116e] .va-data-table__table-td {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-th:first-child {
	width: 253px;
	min-width: 253px;
	box-sizing: border-box;
}
.projects-table-container[data-v-46a7116e]
	.va-data-table__table-th:first-child .va-data-table__table-th-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-td:first-child {
	width: 253px;
	min-width: 253px;
	box-sizing: border-box;
	padding-left: 24px;
	padding-right: 24px;
}
.projects-table-container[data-v-46a7116e]
	
		.va-data-table__table-tr
			.va-data-table__table-th:first-child
			.va-data-table__table-th-wrapper
			span
	 {
	display: inline-flex;
	align-items: center;
}
.projects-table-container[data-v-46a7116e]
	
		.va-data-table__table-tr
			.va-data-table__table-th:first-child
			.va-data-table__table-th-wrapper
			span:before
	 {
	content: '';
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7.69202C16 7.44721 15.9027 7.21242 15.7296 7.03931C15.5565 6.8662 15.3217 6.76894 15.0769 6.76894H9.07692L7.96923 5.29202C7.88325 5.17738 7.77176 5.08433 7.64358 5.02024C7.51541 4.95616 7.37407 4.92279 7.23077 4.92279H4.92308C4.67826 4.92279 4.44347 5.02004 4.27036 5.19315C4.09725 5.36626 4 5.60105 4 5.84587V14.1536C4 14.3984 4.09725 14.6332 4.27036 14.8063C4.44347 14.9794 4.67826 15.0766 4.92308 15.0766H15.0769C15.3217 15.0766 15.5565 14.9794 15.7296 14.8063C15.9027 14.6332 16 14.3984 16 14.1536V7.69202Z' stroke='%239291A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat center;
}
.projects-table-container[data-v-46a7116e]
	
		.va-data-table__table-thead
			.va-data-table__table-th:first-child
			.va-data-table__table-th-wrapper
			span:before
	 {
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7.69202C16 7.44721 15.9027 7.21242 15.7296 7.03931C15.5565 6.8662 15.3217 6.76894 15.0769 6.76894H9.07692L7.96923 5.29202C7.88325 5.17738 7.77176 5.08433 7.64358 5.02024C7.51541 4.95616 7.37407 4.92279 7.23077 4.92279H4.92308C4.67826 4.92279 4.44347 5.02004 4.27036 5.19315C4.09725 5.36626 4 5.60105 4 5.84587V14.1536C4 14.3984 4.09725 14.6332 4.27036 14.8063C4.44347 14.9794 4.67826 15.0766 4.92308 15.0766H15.0769C15.3217 15.0766 15.5565 14.9794 15.7296 14.8063C15.9027 14.6332 16 14.3984 16 14.1536V7.69202Z' stroke='%239291A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat center;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-td {
	height: 53px;
	padding-left: 24px;
	padding-right: 24px;
}
.projects-table-container[data-v-46a7116e]
	
		.va-data-table__table-tbody
			.va-data-table__table-tr:nth-child(even)
			.va-data-table__table-td
	 {
	background: #fbfbfb;
}
.projects-table-container.projects-table-clickable[data-v-46a7116e]
	.va-data-table__table-tbody .va-data-table__table-tr {
	cursor: pointer;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-thead {
	border-bottom: none;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-th .va-data-table__table-th-wrapper span {
	font-family: var(--font-inter);
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #9291a5;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-thead .va-data-table__table-th {
	background: #2a2a2a !important;
	color: #9291a5;
	border: none;
}
.projects-table-container[data-v-46a7116e]
	
		.va-data-table__table-thead .va-data-table__table-th .va-data-table__table-th-wrapper span
	 {
	color: #9291a5 !important;
}
.projects-table-container[data-v-46a7116e] .va-data-table__table-th .va-data-table__table-th-sorting-icon,
.projects-table-container[data-v-46a7116e] .va-data-table__table-th .va-icon {
	display: none;
}
.projects-table-container[data-v-46a7116e]
	
		.va-data-table__table-thead
			.va-data-table__table-th:last-child
			.va-data-table__table-th-wrapper
			span:before
	 {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.04315 10.4226L8.73266 12.1121L12.9564 7.88831' stroke='%239291A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 10C4 11.5913 4.63214 13.1174 5.75736 14.2426C6.88258 15.3679 8.4087 16 10 16C11.5913 16 13.1174 15.3679 14.2426 14.2426C15.3679 13.1174 16 11.5913 16 10C16 8.4087 15.3679 6.88258 14.2426 5.75736C13.1174 4.63214 11.5913 4 10 4C8.4087 4 6.88258 4.63214 5.75736 5.75736C4.63214 6.88258 4 8.4087 4 10V10Z' stroke='%239291A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat center;
	background-size: 20px 20px;
}
.project-cell[data-v-46a7116e] {
	display: inline-flex;
	align-items: center;
}
.project-cell-icon[data-v-46a7116e] {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7.69202C16 7.44721 15.9027 7.21242 15.7296 7.03931C15.5565 6.8662 15.3217 6.76894 15.0769 6.76894H9.07692L7.96923 5.29202C7.88325 5.17738 7.77176 5.08433 7.64358 5.02024C7.51541 4.95616 7.37407 4.92279 7.23077 4.92279H4.92308C4.67826 4.92279 4.44347 5.02004 4.27036 5.19315C4.09725 5.36626 4 5.60105 4 5.84587V14.1536C4 14.3984 4.09725 14.6332 4.27036 14.8063C4.44347 14.9794 4.67826 15.0766 4.92308 15.0766H15.0769C15.3217 15.0766 15.5565 14.9794 15.7296 14.8063C15.9027 14.6332 16 14.3984 16 14.1536V7.69202Z' stroke='%239291A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		no-repeat center;
	background-size: 20px 20px;
}
.project-cell-name[data-v-46a7116e] {
	font-family: var(--font-inter);
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #1d1c2b;
}
.projects-table-container[data-v-46a7116e] .status-cell {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.status-badge[data-v-46a7116e] {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 30px;
	line-height: 21px;
	font-size: 12px;
	font-weight: 500;
}
.status-badge-success[data-v-46a7116e] {
	background: #d2fde6;
	color: #00974f;
}
.status-badge-warning[data-v-46a7116e] {
	background: #fff5ca;
	color: #f17400;
}
.status-badge-info[data-v-46a7116e] {
	background: #ddebff;
	color: #004fcf;
}
.status-badge-danger[data-v-46a7116e] {
	background: #fff3f2;
	color: #d91a1a;
}
.dashboard-home .welcome-block[data-v-46a7116e] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}
.dashboard-home .welcome-text[data-v-46a7116e] {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.dashboard-home .welcome-actions[data-v-46a7116e] {
	display: flex;
	gap: 12px;
}
.dashboard-home .welcome-actions[data-v-46a7116e] .welcome-btn-outline.va-button::before,
.dashboard-home .welcome-actions[data-v-46a7116e] .welcome-btn-outline.va-button::after {
	display: none;
}
.dashboard-home .welcome-actions[data-v-46a7116e] .welcome-btn-outline .va-button__content {
	width: 110px;
	border: 1px solid #1563ff;
	border-radius: 7px;
	justify-content: center;
	padding: 16px 22px;
	background: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 100%;
	color: #1563ff;
}
.dashboard-home .welcome-actions[data-v-46a7116e] .welcome-btn-primary.va-button::before,
.dashboard-home .welcome-actions[data-v-46a7116e] .welcome-btn-primary.va-button::after {
	display: none;
}
.dashboard-home .welcome-actions[data-v-46a7116e] .welcome-btn-primary .va-button__content {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: none;
	border-radius: 7px;
	padding: 16px 22px;
	background: #1563ff;
	font-size: 12px;
	font-weight: 600;
	line-height: 100%;
	color: #ffffff;
	min-width: 300px;
}
.welcome-btn-icon-box[data-v-46a7116e] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 6px;
	background: #ffffff;
	border-radius: 7px;
}
.welcome-btn-icon-box svg[data-v-46a7116e] {
	display: block;
}
.dashboard-home .welcome-btn-primary[data-v-46a7116e] {
	display: inline-flex;
	align-items: center;
}
.welcome-btn-label[data-v-46a7116e] {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
}
.kpi-cards[data-v-46a7116e] {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 27px;
}
.kpi-card-icon[data-v-46a7116e] {
	flex-shrink: 0;
}
.kpi-card-title[data-v-46a7116e] {
	font-size: 9px;
	color: #1b1a22;
	opacity: 0.7;
	margin: 0;
}
.kpi-card-value[data-v-46a7116e] {
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	color: #1b1a22;
	margin: 0;
}
.kpi-card-trend[data-v-46a7116e] {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
}
.kpi-card-trend-prefix[data-v-46a7116e] {
	color: #adadad;
}
.kpi-card-trend-suffix[data-v-46a7116e] {
	color: #12163c;
}
.kpi-card-trend-icon[data-v-46a7116e] {
	flex-shrink: 0;
}
@media (max-width: 1024px) {
.kpi-cards[data-v-46a7116e] {
		grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.kpi-cards[data-v-46a7116e] {
		grid-template-columns: 1fr;
}
.dashboard-home .welcome-block[data-v-46a7116e] {
		flex-direction: column;
		align-items: flex-start;
}
}
@media (max-width: 767px) {
.welcome-block[data-v-46a7116e] {
		display: flex;
		flex-direction: column;
		margin-bottom: 18px;
}
.page-header[data-v-46a7116e] {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 18px;
}
}

.modal_add_edit {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (max-width: 767px) {
.add_project__date {
		display: flex;
		flex-direction: column;
		gap: 15px;
}
}

.modal_wrapper[data-v-5b950b32] {
	padding: 40px;
}
.editForm[data-v-5b950b32] {
	display: grid;
	grid-template-columns: repeat(3, 33%);
	grid-template-rows: auto;
	gap: 10px;
}
.editForm__itemName[data-v-5b950b32] {
	grid-column: span 3;
}
.resourcesForm[data-v-5b950b32] {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 30px;
}
.res_table_header[data-v-5b950b32] {
	color: #fff;
	background-color: #073c60;
	padding: 2px 0 !important;
}
.box-element[data-v-5b950b32] {
	width: 100%;
}
.text-wrap[data-v-5b950b32] {
	white-space: pre-wrap !important;
}

.special_row[data-v-8e8e97aa] {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 800px;
	gap: 16px;
}
.special_col[data-v-8e8e97aa] {
	width: 48%;
}
.edit_form__row[data-v-8e8e97aa] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.edit_form__left_col[data-v-8e8e97aa]{
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: space-between;
}
.edit_form__right_col[data-v-8e8e97aa] {
    __width:30%
}

.resourcesForm[data-v-c31e20d3] {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 30px;
}
.res_table_header[data-v-c31e20d3] {
	color: #fff;
	background-color: #073c60;
	padding: 4px 4px !important;
	font-size: 18px;
}

.special_col[data-v-b9408f08] {
	width: 48%;
}
.resourcesForm[data-v-b9408f08] {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 30px;
}
.special_row[data-v-b9408f08] {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 800px;
	gap: 16px;
}
.special_col[data-v-b9408f08] {
	width: 48%;
}
.edit_form__row[data-v-b9408f08] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.edit_form__left_col[data-v-b9408f08]{
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: space-between;
}

.formContainer[data-v-06d38316] {
        display: flex;
        flex-direction: column;
        row-gap:12px;
}
.form-element[data-v-06d38316] {
        display: flex;
        gap: 8px;
}
.elems-align-end[data-v-06d38316] {
        align-items: flex-end;
}
.label_header[data-v-06d38316] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
}

.formFields[data-v-ae7eb758] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
  align-items: center;
}
.formButtons[data-v-ae7eb758] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 10px 0;
}

.formFields[data-v-ac25de89]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
    align-items: center;
}
.formButtons[data-v-ac25de89]{
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 10px 0;
}

.profile_menu[data-v-27e12a0a]{
    gap: 20px;
    margin-bottom: 40px;
}
a[data-v-27e12a0a], a.visited[data-v-27e12a0a]  {
    text-decoration: none;
    color: black;
    font-size: 16px;
}
a[data-v-27e12a0a]:hover {
    font-weight: bold;
}
.selected_link[data-v-27e12a0a] {
    font-weight: bold;
    text-decoration: underline solid red 0.5px;
    text-underline-offset: 4px;
}

.loginForm {
    margin-top:15vh;
}

.add_order[data-v-200c3ffc] {
	width: 600px;
	margin: 0 auto;
}
.add_form[data-v-200c3ffc] {
	display: grid;
	gap: 16px;
}
.add_form_buttons[data-v-200c3ffc] {
	display: flex;
	justify-content: space-between;
    margin-bottom: 40px;
    gap: 4px;
}
.responsive-textarea[data-v-200c3ffc] {
  min-height: 200px;
}
.fileBox[data-v-200c3ffc] {
    display: flex;
    gap:10px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}
.muted_text[data-v-200c3ffc] {
    opacity: 0.7;
}
.round_border[data-v-200c3ffc] {
    border-radius: 8px;
}
button[va-child="okButton"][data-v-200c3ffc]{
    background: #42b983!important;
}
.confirmClass[data-v-200c3ffc] {
    color: red!important;
}
@media (min-width: 768px) {
.add_order_mobile[data-v-200c3ffc] {
		width: 100%;
		margin: 0 auto;
}
}

.section_expand[data-v-842b61d9] {
	margin: 10px 40px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 1.3rem;
}
.section_expand__item[data-v-842b61d9] {
	display: flex;
	flex-direction: row;
	gap: 16px;
}
.card_title_mobile[data-v-842b61d9] {
	padding-bottom: 4px !important;
}
.author[data-v-842b61d9],
.executor[data-v-842b61d9] {
	_font-size: 80%;
}
.members[data-v-842b61d9] {
	padding-bottom: 6px;
	font-size: 90%;
}
.filter_block[data-v-842b61d9] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 16px;
}
.over_hidden[data-v-842b61d9] {
    overflow-x: hidden;
}
.wrap_allow[data-v-842b61d9]{
    white-space: normal !important;
    word-wrap: break-word !important;
    line-height: 1.4;
}

.passForm[data-v-3800edb3] {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.buttonArea[data-v-3800edb3] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap:20px;
}
.tabsClass[data-v-3800edb3] {
	--va-tabs-align-items-horizontal: start;
}
.profile_menu[data-v-3800edb3] {
	gap: 20px;
	margin-bottom: 40px;
}

.ganttContainer {
	height: calc(90vh - 100px);
}

.project-new-task[data-v-32a1f090] {
	width: 300px;
	height: 50px;
	background: var(--base-blue);
	border-radius: 6.85647px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.project-new-task[data-v-32a1f090]:hover {
	opacity: 0.8;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.project-new-task__text[data-v-32a1f090] {
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
}
.project-new-task__icon[data-v-32a1f090] {
	width: 34px;
	height: 34px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='34' height='34' rx='6.53846' fill='white'/%3e%3cpath d='M15.9746 21.8298V10.7961H17.847V21.8298H15.9746ZM11.394 17.2491V15.3767H22.4276V17.2491H11.394Z' fill='%23137BF5'/%3e%3c/svg%3e ");
}
@media (max-width: 767px){
.page-control[data-v-32a1f090] {
        justify-content: space-between;
}
}
:root {
    --ganta-background: #fff;
    --ganta-font-family:  "Source Sans Pro", sans-serif;
    --ganta-text-header-color: #202020;
    --ganta-timeline-date-font-size: 13px;
    --ganta-font-size: 14px;
    --ganta-base-color: #555D63;
    --ganta-icons-base-color: #A1A4A6;
    --ganta-items-selected: #E0E5F3;
    --ganta-base-border-color: 1px solid #F0F0F0;
    --ganta-task-bar-color: #fff;
    --ganta-task-bar-font-size: 12px;
    --ganta-base-cell-height: 40px;
    --ganta-empty-div-height: 50px;
    --ganta-task-bar-height: 27px;
}
.ganta-wrapper {
    overflow: scroll;
    background: #fff;
    border: var(--ganta-base-border-color);
}
.ganta-wrapper * {
    font-family: var(--ganta-font-family);
    font-size: var(--ganta-font-size);
    color: var(--ganta-base-color);
}
.ganta-container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.ganta-projects-column {
    flex-grow: 1;
    border-collapse: collapse;
    border-right: var(--ganta-base-border-color);
}

.ganta-header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 10;
    height: var(--ganta-base-cell-height);
    border-bottom: var(--ganta-base-border-color);
    box-sizing: border-box;
}
.ganta-preheader {
    font-size: var(--ganta-font-size);
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: var(--ganta-base-cell-height);
}
.ganta-header-tasks {
    min-width: 300px;
}
.ganta-task-header {
    white-space: nowrap;
    padding: 15px;
    font-size: var(--ganta-font-size);
    box-sizing: border-box;
    left: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ganta-hidden {
    display: none;
}
.ganta-timeline-column {
    width: auto;
    min-width: 600px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    /* Для Firefox */
    scrollbar-width: thin;
    scrollbar-color: #4a7eff #f0f5f6;

    /* Для IE/Edge */
    -ms-overflow-style: none;
}
/* Для WebKit браузеров */
.ganta-timeline-column::-webkit-scrollbar {
    height: 10px;
    background-color: #f0f5f6;
}

.ganta-timeline-scroll-container {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: max-content;
    min-width: 100%;
}
.ganta-timeline-dates-header {
    display: flex;
    height: var(--ganta-base-cell-height);
    box-sizing: border-box;
    border-bottom: var(--ganta-base-border-color);
}
.ganta-timeline-dates-header .ganta-timeline-header-week {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: var(--ganta-base-border-color);
}
.ganta-timeline-dates-header .ganta-timeline-header-week:last-child {
    border-right: none;
}
.ganta-timeline-date {
    flex-shrink: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: var(--ganta-base-border-color);
    font-size: var(--ganta-timeline-date-font-size);
    cursor: pointer;
}
.ganta-empty-area {
    width: 100%;
    margin-bottom: var(--ganta-empty-div-height);
}
.ganta-settings-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M13 2 L13 6 11 7 8 4 4 8 7 11 6 13 2 13 2 19 6 19 7 21 4 24 8 28 11 25 13 26 13 30 19 30 19 26 21 25 24 28 28 24 25 21 26 19 30 19 30 13 26 13 25 11 28 8 24 4 21 7 19 6 19 2 Z'/%3E%3Ccircle cx='16' cy='16' r='4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
	margin-right: 4px;
    cursor: pointer;
}

/* Стили для модального окна настроек */
.ganta-settings-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
    min-width: 300px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.ganta-settings-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.ganta-settings-modal-header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.ganta-settings-list {
    margin-bottom: 15px;
}

.ganta-settings-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
}

.ganta-settings-item:hover {
    background: #f5f5f5;
}

.ganta-settings-item input[type="checkbox"] {
    margin-right: 10px;
}

.ganta-settings-item label {
    cursor: pointer;
    user-select: none;
}

.ganta-settings-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px;
    border-top: 1px solid #eee;
}

.ganta-settings-save,
.ganta-settings-cancel {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.ganta-settings-save {
    background-color: #007bff;
    color: white;
}

.ganta-settings-save:hover {
    background-color: #0056b3;
}
.ganta-settings-cancel {
    background-color: #6c757d;
    color: white;
}

.ganta-settings-cancel:hover {
    background-color: #545b62;
}
.ganta-project-name {
    width: 300px;
    min-width: 300px;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    position: relative;
}

.ganta-project-name:before {
    content: '▾';
    position: absolute;
    left: 12px;
    transition: transform 0.2s;
    color: var(--ganta-icons-base-color);
}
.ganta-task-name {
    width: 300px;
    min-width: 300px;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
}
.ganta-project-row {
    display: flex;
    height: var(--ganta-base-cell-height);
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
}
.ganta-projects-column .ganta-project-row {
    border-bottom: 1px solid #f0f0f0
}
.ganta-project-row .ganta-project-prop-value,
.ganta-task-row .ganta-task-prop-value {
    text-align: center;
}
.ganta-task-row {
    display: flex;
    height: var(--ganta-base-cell-height);
    box-sizing: border-box;
    align-items: center;
}
.ganta-container .ganta-task-row {
    border-bottom: 1px solid #f0f0f0
}
.ganta-container .ganta-hidden {
    display: none;
}
.ganta-project-name.ganta-collapsed:before {
    transform: rotate(-90deg);
}
.ganta-tasks-grid-data .wrong_task_row {
    background-color: rgba(227, 51, 78, 0.2);
}
.ganta-task-bars {
    flex-grow: 1;
    min-width: 600px;
    height: 100%;
    position: relative;
    display: flex;
}
.ganta-task-bar-cell {
    flex-shrink: 0;
    width: 60px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.ganta-task-bars .ganta-task-bar-cell {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.ganta-task-bar-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    border-bottom: 1px solid #f0f0f0;
}
.ganta-project-bar {
    position: absolute;
    height: 10px;
    background-color: #333;
    border-radius: 2px;
    top: 15px;
    opacity: 0.3;
    z-index: 1;
}
.ganta-task-bar {
    display: flex;
    box-sizing: border-box;
    position: absolute;
    height: 20px;
    background-color: rgb(75, 136, 219);
    border-radius: 3px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    align-items: center;
    text-align: center;
    font-size: var(--ganta-task-bar-font-size);
    white-space: nowrap;
    padding: 0 8px;
    color: var(--ganta-task-bar-color);
}
.ganta-task-bar-container .ganta-task-bar {
    border-radius: 4px;
    height: var(--ganta-task-bar-height);
    top: calc(var(--ganta-task-bar-height) / 4);
}
.ganta-task-bar-planned {
    display: flex;
    box-sizing: border-box;
    position: absolute;
    height: 34px;
    top: 3px;
    background-color: rgba(75, 136, 219 , 0.5);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    align-items: center;
    text-align: center;
    font-size: var(--ganta-task-bar-font-size);
    white-space: nowrap;
    padding: 0 8px;
    color: var(--ganta-task-bar-color);
}
.ganta-task-bar-container .ahead {
    background-color: rgba(100, 222, 124, 0.32);
}
.ganta-task-bar-container .behind {
    background-color: rgba(227, 51, 78, 0.2);
}
.task-icon {
    padding-right: 10px;
}
.ganta-task-bar .task-description {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left;
    color: #FFF;
}
.ganta-task-bar:hover {
    opacity: 0.8;
}

.plan-fact-btn {
	box-sizing: border-box;
	min-width: 110px;
	height: 50px;
	border: 1px solid #1563ff;
	border-radius: 6.85647px;
	display: flex;
	background: #fff;
	color: var(--base-blue);
	align-items: center;
	justify-content: center;
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 12px;
}
.gant-filter {
	margin: 20px 0;
}
.gant-filter__status {
	display: inline-flex; /* или просто 'flex', если нужно flex-поведение */
	gap: 10px;
}
.gant-status-btn {
	min-width: 49px;
	height: 35px;
	border: 0.667401px solid #f1f1f1;
	border-radius: 6.9px;
	padding: 0 10px;
	display: inline-flex; /* делаем кнопки строчно-блочными */
	align-items: center; /* выравнивание содержимого по вертикали */
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
	font-family: var(--font-helvetica);
	font-weight: 400;
}
.gant-status-btn:hover {
	opacity: 0.8;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gant-status .status-active {
	background: rgba(21, 99, 255, 0.05);
	border: 1px solid #1563ff;
	border-radius: 6.9px;
	font-weight: 700;
	color: var(--base-blue);
}
.gantt-task-bar-container .gantt-task-bar {
	--task-bar-height: 27px;
	border-radius: 4px;
	height: var(--task-bar-height);
	top: calc(var(--task-bar-height) / 4);
}
.gantt-task-bar-container .gantt-task-bar-planned {
	--task-bar-height: 27px;
	border-radius: 4px;
}
.gantt-resource-cell .workWrong {
	width: 100%;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	margin: 3px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #e3334e;
}
.gantt-resource-cell .workSucess {
	width: 100%;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	margin: 3px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #1bc297;
}
.gantt-timeline-date,
.gantt-task-bar-cell,
.gantt-resource-cell {
	width: 60px;
}
.gantt-tasks-column .wrong_task_row {
	background-color: rgba(227, 51, 78, 0.2);
}

.supply__card {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 16px;
	column-gap: 8px;
}
.supply__wrapper {
	margin: 20px 0;
}

.supply__block-header {
	display: flex;
	justify-content: end;
	width: 1024px;
}
.supply__request-card {
	display: grid;
	width: 1024px;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 16px;
	column-gap: 8px;
}
.supply__wrapper {
	margin: 20px 0;
}

.row[data-v-515e5639] {
    gap:20px;
}
.col1[data-v-515e5639] {
    width: 70%;
}

.transport_section__form[data-v-ca4e71f8] {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.row[data-v-ca4e71f8] {
	display: flex;
	flex-direction: row;
	gap: 16px;
}
.row_item[data-v-ca4e71f8] {
	display: grid;
	gap: 16px;
	align-items: flex-start;
}
.row_right[data-v-ca4e71f8] {
	justify-content: end;
}

.mech_section[data-v-36f553f7] {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.mech_section__column[data-v-36f553f7] {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.modal_title{
}

.clAppend[data-v-c1b68dbe] {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 16px 10px;
	font-size: 1.25rem;
	font-weight: 700;
}

.modal_title[data-v-2726751e] {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}
.modal_body[data-v-2726751e] {
	font-size: 18px;
}
.page-content[data-v-2726751e] {
	margin-top: 20px;
}
.finance_filter[data-v-2726751e]{
    gap: 8px;
}

.data_table {
	border: 1px solid black;
}

.supply-filter {
	margin: 10px 0;
}
.supply-table .va-data-table__table-tr {
	white-space: nowrap;
}
.supply-table .va-data-table__table-td {
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section[data-v-22ac8073] {
        margin: 20px 0;
}
.list_table[data-v-22ac8073] {
        margin: 24px 0;
}
button[va-child="okButton"][data-v-22ac8073]{
        background: #42b983!important;
}
.over_hidden[data-v-22ac8073] {
        overflow-x: hidden;
}
.wrap_allow[data-v-22ac8073]{
        white-space: normal !important;
        word-wrap: break-word !important;
        line-height: 1.4;
}


.section[data-v-35ecacad] {
        margin: 20px 0;
}
.list_table[data-v-35ecacad] {
        margin: 24px 0;
}
.sec_resources_block[data-v-35ecacad] {
        width: 760px;
}
.editFormInProject__item[data-v-35ecacad],
    .sec_resources__item[data-v-35ecacad] {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
}
.employee_item[data-v-35ecacad] {
        width: 100%;
}


.section[data-v-138484d0] {
        margin: 20px 0;
}
.files_section[data-v-138484d0] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 32px;
}

.fact_header[data-v-e68a8597] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 30px;
}
.taskres_section[data-v-e68a8597] {
    _width: 800px;
}
.taskres_section__header[data-v-e68a8597] {
    margin: 20px 0 24px 0;
}
.circle[data-v-e68a8597] {
    border-radius: 50%;
}
.supElem[data-v-e68a8597] {
    margin-left: 8px;
    padding:2px;
}

.forecast-item[data-v-8522b79f] {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px;
}
.forecast-item__label[data-v-8522b79f] {
  min-width: 300px;
}
.forecast-item__values[data-v-8522b79f] {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.forecast-value[data-v-8522b79f] {
  font-size: 1.2rem;
  font-weight: 700;
}
.forecast-separator[data-v-8522b79f] {
  color: #666;
}

.forecast_section[data-v-0db7e0dc] {
  margin-bottom: 80px;
}
.fact_header[data-v-0db7e0dc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  margin-top: 30px;
}
.error-input[data-v-0db7e0dc] {
  color: #8B0000;
}
[data-v-0db7e0dc] .task-class {
  font-size: 1.3rem;
  color: #0047AB;
  border-top: #0047AB 1px solid;
  pointer-events: none;
}
.class_forecast[data-v-0db7e0dc] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_buttons_block[data-v-0db7e0dc]{
    /**d-flex justify-content-end gap-2 */
    display: flex;
    justify-content: end;
    gap:2px;
}
@media (max-width: 767px) {
.form_buttons_block[data-v-0db7e0dc] {
		justify-content: start;
}
}


.icon_block[data-v-85be91c2] {
        margin-right: 8px;
}
.icons_row[data-v-85be91c2] {
        display: flex;
        gap:10px;
        justify-content: space-between;
}

.taskdata_section[data-v-72e54788] {
    width: 750px;
    margin-top: 36px;
}
.task_data[data-v-72e54788] {
    display: flex;
    flex-direction: row;
    width: 400px;
    gap:15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.task_data__item[data-v-72e54788] {
    display: flex;
    gap:10px;
}
.topButtonBlock[data-v-72e54788] {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.taskdata_section__header[data-v-f7d3cb4b] {
        margin-bottom: 24px;
}
.fact_section[data-v-f7d3cb4b] {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
}

.defaultColumnForm[data-v-1e51e0bc] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-1e51e0bc] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-1e51e0bc] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}
    
.defaultColumnForm[data-v-9a14b000] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-9a14b000] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-9a14b000] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.defaultColumnForm[data-v-7f135523] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-7f135523] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-7f135523] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.defaultColumnForm[data-v-c443a9c7] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-c443a9c7] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-c443a9c7] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.defaultColumnForm[data-v-b23031bf] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-b23031bf] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-b23031bf] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.defaultColumnForm[data-v-39e2834f] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-39e2834f] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-39e2834f] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.defaultColumnForm[data-v-d214ec54] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-d214ec54] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-d214ec54] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.defaultColumnForm[data-v-5cbbb4eb] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-5cbbb4eb] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-5cbbb4eb] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.defaultColumnForm[data-v-ec77cca6] {
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.buttonBlock[data-v-ec77cca6] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.headerButtons[data-v-ec77cca6] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}

.tabs_header[data-v-5c8f4797] {
    margin: 16px 0;
}
.tab_header[data-v-5c8f4797] {
    margin-right: 25px;
}

.form_container[data-v-38c5b597] {
        width: 400px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
}
.buttonBlock[data-v-38c5b597]{
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-end;
}
.mtr_row[data-v-38c5b597] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap:16px;
}

.mtr_project_section[data-v-111f388b]{
    margin: 16px 0;
}
.mtr_container[data-v-111f388b]{
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.form_container[data-v-111f388b] {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.buttonBlock[data-v-111f388b]{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
}
.mtr_row[data-v-111f388b] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:16px;
}
.filter_block__mtr[data-v-111f388b] {
    display: flex;
    flex-direction: row;
    gap: 200px;
    justify-content: start;
    align-items:flex-start;
}

.formButton[data-v-ec03708d] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
.formLayout[data-v-ec03708d] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}
.formLayout_item[data-v-ec03708d] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
h4[data-v-ec03708d] {
    margin: 10px 0 5px;
}
.my-styled-label[data-v-ec03708d] {
  color: #154ec1;
}
.readonlu_input[data-v-ec03708d] {
    background-color: red !important;
}

.section[data-v-8ead08ed] {
    margin: 20px 0;
}
.topButtonBlock[data-v-8ead08ed] {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.project_info[data-v-543ce4b6] {
    display: flex;
    flex-direction: row;
    column-gap: 15px;     
    justify-content: flex-start; 
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 36px;
}
.circle[data-v-543ce4b6] {
    border-radius: 50%;
}
.supElem[data-v-543ce4b6] {
    margin-left: 8px;
    padding: 2px;
}
.page-header[data-v-543ce4b6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.page-name[data-v-543ce4b6] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.align-checkbox[data-v-543ce4b6] {
    margin-top: 16px;
    align-self: center;
}
@media (max-width: 767px) {
.project_info[data-v-543ce4b6] {
		display: none;
}
.project_header[data-v-543ce4b6]{
        display: flex;
        flex-direction: column;
}
.supElem[data-v-543ce4b6] {
        display: none;
}
}

.project_info[data-v-fc7ef73d] {
        display: flex;
        flex-direction: row;
        column-gap: 15px;     
        justify-content: flex-start; 
        align-items: flex-start;
        margin-top: 24px;
        margin-bottom: 36px;
}
.circle[data-v-fc7ef73d] {
        border-radius: 50%;
}
.supElem[data-v-fc7ef73d] {
        margin-left: 8px;
}
.tab_section[data-v-fc7ef73d], .task_details_section[data-v-fc7ef73d] {
        margin: 10px 0px;
}
.tab_header[data-v-fc7ef73d] {
        font-size: 150%;
        margin-right: 25px;
        font-weight: strong;
        color: brown;
        --va-tab-content-padding: 0;
}
.all_cost_section[data-v-fc7ef73d] {
        margin-bottom: 36px;
}
table[data-v-fc7ef73d] {
            margin: 8px 0;
            border-collapse: collapse;
            width: 50%;
}
th[data-v-fc7ef73d], td[data-v-fc7ef73d] {
            border: 1px solid black;
            padding: 8px;
            text-align: left;
            width:33.3%
}
th[data-v-fc7ef73d] {
            background-color: #f2f2f2;
}
.nalog_input[data-v-fc7ef73d]{
        min-height: 40px;
}
@media (max-width: 767px) {
.all_cost_section[data-v-fc7ef73d] {
		display: none;
}
}

.employee__card_2[data-v-82a57fbc] {
	grid-column: span 2;
}

.main_section[data-v-ed3503d8] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
}
.main_section__menu[data-v-ed3503d8] {
        width: 250px;
}

.row[data-v-cef9a0ee] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
}

.staff__card[data-v-476480e2] {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.staff_row[data-v-476480e2] {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: last baseline;
	flex-wrap: wrap;
}

.gridDivider {
	grid-column: 1 / span 3;
}

.profile_menu[data-v-7835d799] {
	gap: 20px;
	margin-bottom: 40px;
}
a[data-v-7835d799],
a.visited[data-v-7835d799] {
	text-decoration: none;
	color: black;
	font-size: 16px;
}
a[data-v-7835d799]:hover {
	font-weight: bold;
}
.selected_link[data-v-7835d799] {
	font-weight: bold;
	text-decoration: underline solid red 0.5px;
	text-underline-offset: 4px;
}

.section_header[data-v-3b7db97f] {
        font-size: 150%;
        margin-right: 25px;
        font-weight: strong;
}
.medexam_section[data-v-3b7db97f] {
        margin: 40px 0;
}
.med_form[data-v-3b7db97f] {
        display: flex;
        column-gap: 4px;
        row-gap: 10px;
        flex-wrap: wrap;
        margin: 20px 0;
}
.item_200[data-v-3b7db97f]{
        width: 200px;
}
.buttonsPlace[data-v-3b7db97f]{
        margin-top: 20px;
}
.factors[data-v-3b7db97f] {
        margin: 10px 0;
}

.section_header[data-v-cf770609] {
        font-size: 150%;
        margin-right: 25px;
        margin-bottom: 20px;
        font-weight: strong;
}
.item_block[data-v-cf770609] {
        display: flex;
        flex-direction: row;
        gap: 5px;
        width: 400px;
        margin: 5px 0;
}
.item_block__name[data-v-cf770609] {
        width: 400px;
        display: flex;
        flex-wrap: wrap;
}

.section_header[data-v-7d2573be] {
        font-size: 150%;
        margin-right: 25px;
        font-weight: strong;
}
