/*------base------------*/

button:hover {
    filter: brightness(95%);
    cursor: pointer;
}

button:active {
    filter: brightness(90%);
    transform: scale(0.97);
}
@font-face {
  font-family: 'Regular';
  src: url('../fonts/unineue-regular.otf') format('opentype');
}
@font-face {
  font-family: 'Book';
  src: url('../fonts/unineue-book.otf') format('opentype');
}
html, body {
  height: 100%;
  margin: 0;
  font-family: 'Regular' !important;
  //font-family: 'Calibri' !important;
}
button{
    cursor: pointer;
}
button:hover{
    // border: 1px solid #ccc !important;
}
option{
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.login-logo {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: -125px 0 0 -125px;
}
.login-logo img {
    width: 207px;
    height: 100px;
}
body {
    background-image: url("../images/Visual.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f1f1f1;
    background-color: #464646;
    color: lightgray;
    font-size: 18px;
    padding: 10px;
}
.flex{display: flex;}
.pointer{
    cursor: pointer;
}
.admin-menu{
    flex-direction: column;
}

.fullscreen-div {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    //padding: 10px;
}
.header button {
    margin-left: 10px;
}
.margin-top-20{margin-top: 20px;}
.margin-top-60{margin-top: 60px;}
/*--------------admin-------------*/

.admin-menu{
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    /* top: 75px; */
    position: relative;
    flex: 1;
}
.admin-table {
    display: table;
    width: 90%;
    border-collapse:  separate;
    border-spacing: 20px 20px;
    margin: auto;
    background: transparent;
}

.admin-table-row {
    display: table-row;
}

.admin-table-cell, .admin-table-cell2 {
    display: table-cell;
    height: 200px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(210, 238, 254, 0.4);
    border-radius: 12px;
    background-color: #ecf0f6;
    color: #666;
    transition: 0.3s ease all;
    padding: 0;
}
.no-border{border: 0px;}
.left-align{
    text-align: left !important;
    padding-left: 3px !important;
}
.font-color-purple{
    color: rgba(96, 76, 141, 1);
}
.center-align{
    text-align: center;
}
.width100{width: 100% !important;}
.flex-auto{    flex: auto;}
.pdf-icon {
    width: 45px;
    height: 45px;
    background-image: url('../images/icon_pdf.webp');
    background-size: cover;
    cursor: pointer;
    //margin: auto;
}
.filter-icon {
    width: 15px;
    height: 15px;
    background-image: url('../images/filter.svg');
    background-size: cover; /* или любой другой способ добавления изображения */
    cursor: pointer;
    //margin: auto;
}
.look-icon {
    width: 35px;
    height: 35px;
    //background-image: url({% static 'humtech/images/eye.svg' %});
    background-image: url('../images/eye.svg');
    background-size: cover; /* или любой другой способ добавления изображения */
    cursor: pointer;
    margin: auto;
}
.closed-survey {
    pointer-events: none;
    background-image: url('../images/hatch-diagonal.svg');
}
.report-icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/report.svg');
    background-size: cover; /* или любой другой способ добавления изображения */
    cursor: pointer;
    margin: auto;
}
.delete-icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/delete.svg');
    background-size: cover; /* или любой другой способ добавления изображения */
    cursor: pointer;
    margin: auto;
    border: 0px;
}
.infinity-icon {
    width: 35px;
    height: 35px;
    //background-image: url({% static 'humtech/images/eye.svg' %});
    background-image: url('../images/infinity.svg');
    background-size: cover; /* или любой другой способ добавления изображения */
    cursor: pointer;
    margin: auto;
}
.message-icon {
    width: 35px;
    height: 35px;
    background-image: url('../images/message-pink.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.message-green-icon {
    width: 35px;
    height: 35px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/message-green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.generate-icon {
    width: 30px;
    height: 30px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/process.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.generate-green-icon {
    width: 30px;
    height: 30px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/process-green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.download-icon {
    width: 30px;
    height: 30px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/download.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.download-docx-icon {
    width: 30px;
    height: 30px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/download-docx.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.download-pdf-icon {
    width: 30px;
    height: 30px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/download-pdf.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.upload-icon {
    width: 30px;
    height: 30px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/upload.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.send-icon {
    width: 30px;
    height: 30px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/send.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.add-person-icon {
    //width: 35px;
    height: 20px;
    //background-image: url({% static 'humtech/images/message.svg' %});
    background-image: url('../images/add-person.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.new-create {
    width: 20px;
    height: 20px;
    background-image: url('../images/new-create.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.apply-icon {
    //width: 35px;
    height: 20px;
    background-image: url('../images/apply.svg');
    background-size: cover; /* или любой другой способ добавления изображения */
    cursor: pointer;
    margin: auto;
}
.cancel-icon {
    //width: 35px;
    height: 20px;
    background-image: url('../images/cancel.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
}
.check-grey-icon {
    width: 30px;
    height: 30px;
    background-image: url('../images/check-grey.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.check-yellow-icon {
    width: 30px;
    height: 30px;
    background-image: url('../images/check-yellow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}
.check-green-icon {
    width: 30px;
    height: 30px;
    background-image: url('../images/check-green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.admin-table-cell:hover, .admin-table-cell2:hover {
    background-color: rgba(96, 76, 141, 1);
    color: white;
}
/*--------------admin-------------*/
.div-menu{
    display: inline-block;
    float: left;
    width: 200px;
    padding: 15px;
    margin: 5px;
}
/*---------companies-------------*/
.close-button{
    float: right;
}
/*.container{
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    position: relative;
}*/
.table-relations, .table-staff {
    display: table;
    width: 80%;
    border-collapse: collapse;
    /*border: 1px solid rgba(96, 76, 141, 1);*/
    color: rgba(74, 74, 74, 1);
    font-size: 14px;
    margin: 0 auto;
}
.table-staff{ width: 100%;}
.table-relations{ width: 100%;}
.table-relations-header, .table-staff-header {
    display: table-row;
    background-color: rgba(208, 208, 208, 1);
}
.projects-table-row, .table-relations-row, .table-staff-row {
    display: table-row;
}
.projects-table-cell, .table-relations-cell, .table-relations-cellh, .table-staff-cell {
    background-color: white;
    display: table-cell;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid rgba(96, 76, 141, 1);
    color: rgba(74, 74, 74, 1);
}
.cell-complete{
    background-color: #89f5ab;
}
.cell-progress{
    background-color: #FBE5D6;
}
.cell-not-start{
    background-color: #D9D9D9;
}
.cell-right-border{border-right: 1px solid rgba(96, 76, 141, 1);}
.cell-top-border{border-top: 1px solid rgba(96, 76, 141, 1);}
.cell-no-top-border{border-top: 0px;}
.cell-no-left-border{border-left: 0px;}
.cell-no-bottom-border{border-bottom: 0px;}
.cell-no-right-border{border-right: 0px;}
.cell-no-border{
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
.full-width{width: 100%;}
.cell-bottom-border{border-bottom: 1px solid rgba(96, 76, 141, 1);}
.qcode{width: 100px;}
.qtext{width: auto;}
.table-staff-cell button{width: 25px;}
.table-relations-cellh{
    background-color: rgba(208, 208, 208, 1);
}
.cell-co{
    background-color: rgba(190, 228, 177, 1);
}
.cell-non{
    background-color: rgba(208, 208, 208, 1);
}
.cell-no-co-nonfinish{
    background-color: rgba(231, 230, 230, 1);
}
.cell-no-co-finish{
    background-color: rgba(222, 242, 215, 1);
}
.nopadding{
    padding: 0px !important;
}
.company-table{
    display: table;
    width: 800px;
    border-collapse: collapse;
    border: 1px solid #5c5389;
    color: rgba(96, 96, 96, 1);
}
.company-table-header{
    display: table-row;
    font-weight: bold;
    //background-color: rgba(195, 195, 195, 0.8);
    background-color: white;
    font-size: 16px;
}
.company-table-row{
    display: table-row;
    //cursor: pointer;
}
.company-table-cell{
    background-color: white;
    display: table-cell;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid rgba(96, 76, 141, 1);
}
.company-table-header-cell{
    display: table-cell;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid rgba(96, 76, 141, 1);;
}
.projects-table button{
    width: 90%;
}
/*---------companies-------------*/
/*---------company-------------*/
.container-company{
    flex-direction: column;
    width: 100%;
}
.admin-company{
    margin-top: 25px;
    overflow: auto;
    height: 55vh;
}
.h1-company{
    color: rgba(96, 76, 141, 1);
    font-size: 18px;
}
.hr-company{
    border-top: 1px solid rgba(96, 76, 141, 1);
}
.admin-table-cell2{
    height: 80px;
}
.admin-menu-company{
    top: 0px;
    display: flex;
    align-items: baseline;
    justify-content: left;
}
.admin-company-input{
    width: 360px;
    font-size: 18px;
    background-color: rgba(217, 217, 217, 1);
    color: rgba(127, 127, 127, 1);
    border: 1px solid rgba(134, 134, 134, 1);
}
.btn-update-relations, .btn-add-person, .admin-company-edit{
    margin: 0px auto;
    padding: 5px;
    background-color: rgba(96, 76, 141, 1);
    color: rgba(220, 220, 220, 1);
    border: 1px solid white;
    border-radius: 10px;
    width: 150px;
}

/*---------company-person------------*/

.helptext{
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}
.edit-person-form, .edit-form{
    background-color: white;
    border: 1px solid rgba(134, 134, 134, 1);
    border-radius: 10px;
    justify-content: left;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: rgba(89, 89, 89, 1);
    height: 70vh;
    overflow: auto;
    width: 1150px;
}
.edit-person-form, .edit-form h3{
    color: rgba(95, 75, 139, 1);
    font-size: 18px;
}
.edit-person-form, .edit-form div{
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: flex;
    //padding: 2px;
    //overflow: hidden;
    //justify-content: center;
}
.edit-person-form, .edit-form label{
    font-size: 12px;
    width: 300px;
    display: list-item;
}
.edit-person-form, .edit-form input{
    border: 0px;
    color: rgba(89, 89, 89, 1);
    /*margin: 0px auto;
    width: 100%;*/
    font-size: 12px;
}
.edit-person-form, .edit-form input[type=checkbox]{width: 10%;}
.edit-person-form, .edit-form select{
    border: 0px;
    color: rgba(89, 89, 89, 1);
    margin: 0px auto;
    width: 100%;
    font-size: 12px;
}
.edit-person-form button,
.edit-form button,
.modal-content-form button,
input[type="file"]::file-selector-button
{
    display: block;
    background-color: rgba(96, 76, 141, 1);
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0px auto;
    width: 100%;
}
.edit-form{
    font-size: 18px;
}
.edit-form button{
    font-size: 18px;
}
.edit-form input{
    font-size: 18px;
}
.edit-form select{
    font-size: 18px;
}
.edit-form label{
    font-size: 18px;
}
/*---------company-person------------*/
/*---------company-------------*/
/*------base------------*/
/*------agree------------*/
.div-agree-text{
  margin-top: 100px;
}
.div-agree-checkbox{
  margin-top: 150px;
}
/*------agree------------*/
/*--------login------------*/
.div-login-logo, .password-reset-form{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.div-login-hello div-login-logo{
  width: 300px;
  height: 100px;
  background-color: lightgray;
  margin: 10px;
  text-align: center;
  line-height: 100px;
}

/*-----------survey-create--------------*/
.div-survey-create{
    display: inline-block;
    float: inherit;
    margin: 5px;
    padding: 15px;
}
.div-survey-create select{
    font-size: 18px;
    border-radius: 10px;
    color: rgba(102, 67, 145, 1);
    padding: 5px;
    width: 100%;
}
.div-survey-create button{
    font-size: 18px;
    background-color: rgba(102, 67, 145, 1);
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
    margin: 0px auto;
    width: 100%;
    color: white;
}
.survey-create-table{
    display: table;
    border-collapse: collapse;
    border: 1px solid rgba(96, 76, 141, 1);
    color: rgba(74, 74, 74, 1);
    font-size: 18px;
    margin: 0 auto;
    color: rgba(102, 67, 145, 1);
    background-color: white;
}
.survey-create-table-header{
    display: table-row;
    font-weight: bold;
    background-color: rgba(217, 217, 217, 1);
}
/*-----------survey-create--------------*/
.company-div{
  width: auto;
  background: lightsteelblue;
  color: black;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  margin: 10px;
}
.div-company-survey{
  width: auto;
  background: lightsteelblue;
  color: black;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  margin: 10px;
}
.div-company-staff{
  width: auto;
  color: rgba(102, 67, 145, 1);
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;*/
  align-items: center;
  padding: 10px;
  margin: 10px;
}
.div-company-relations{
  width: auto;
  background: lightsteelblue;
  color: black;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  margin: 10px;
}
.div-person-info{
  width: 300px;
  background: rgba(211, 211, 211, 0.5);
  color: black;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  margin: 10px;
  color: white;
}
.div-person-info input{
    font-size: 18px;
    width: 260px;
    margin: 5px;
    padding: 5px;
    border-radius: 11px;

  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  border: 1px solid white;
}


/*#div-company-staff-file-upload{
    margin: 5px;
    display: flex;
}*/
#div-company-staff-file-upload form button{
    background-color: rgba(96, 76, 141, 1);
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    //padding: 10px;
    width: 250px;
    height: 30px;
    margin-top: 3px;
}
.div-survey{
  width: auto;
  background: #6F3662;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  margin: 10px;
}
.div-surveys{
  display: flex;
}
/*---------тестирование----------*/
.p-attention{
    font-size: 14px;
    color: rgba(252, 191, 0, 1);
    width: 80%;
    max-width: 600px;
    text-align: justify;
}
.btn-save-survey{
margin-top: 10px;
  background-color: rgba(96, 76, 141, 1);
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  width: 220px;
  font-size: 18px;
  margin-left: 10px;
}
.div-blocks-container{
    width: 80%;
    padding: 5px 50px 5px 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
}
.block{
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.div-blocks-container block-title{
    color: white;
}
.block-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    align-self: center;
}

.block-title {
    font-size: 18px;
    margin-right: 10px;
    width:750px;
}

.block-title2 {
    font-size: 14px;
    margin-right: 10px;
    color: rgba(252, 191, 0, 1);
}

.block-buttons {
    margin-left: auto;
    display: flex;
}

.block-buttons button{
    margin-left: 10px;
    margin-top: 10px;
    background-color: rgba(0, 151, 178, 1);
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding: 10px 10px;
    width: 110px;
    font-size: 14px;
    cursor: pointer;
}

.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-item-label {
    flex: 1;
    font-size: 14px;
}

.list-item-value {
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: rgba(252, 191, 0, 1);
}

.list-item-checkbox {
    margin-left: 10px;
}
/*-------------test2-------------*/
.btn-person-home {
  background-color: rgba(0, 150, 176, 1);
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  width: 150px;
  font-size: 18px;
  margin-left: 10px;
}
.div-questions-container{
  overflow: auto;
  height: 90vh;
  /*display: inline-block;*/
  float: inherit;
  margin: 5px;
  padding: 15px;
}
.div-question-container{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  /*width: 700px;*/
  background-color: rgba(200, 200, 200, 0.5);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px;
}
.question-block{
    text-align: center;
}

/* ------------------форма логина -------------*/
.div-login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Растягиваем контейнер на всю высоту окна */
}
/* Стиль для контейнера формы */
.login-form, .form-password-reset {
  position: relative;
  width: 350px; /* Ширина формы */
  background-color: rgba(174, 170, 196, 0.5); /* Светлосерый цвет с полупрозрачностью */
  border-radius: 20px; /* Скругленные углы */
  padding: 20px; /* Внутренний отступ */
  margin: 0 auto; /* Расположение по середине страницы */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.h1-login{
  font-size: 18px;
  text-align: center;
  color: rgba(89, 89, 89, 1);
}
/* Стиль для текста в форме */
.login-form input[type="text"],
.login-form input[type="password"],
.form-password-reset input[type="email"] {
  border: 1px solid maroon;
  color: #444;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 18px;
}
/* Стиль для кнопки входа */
.login-form button {
  background-color: white;
  color: rgba(91, 91, 91, 1);
  border-radius: 20px;
  padding: 10px 20px;
  width: 200px;
  font-size: 14px;
}
.login-button{
  background-color: rgba(0, 151, 178, 1);
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  width: 150px;
  font-size: 18px;
}
.login-form button {
  text-align: center;
}
.div-company{
}
/*-------person-----------*/
.btn-person-edit{
margin-top: 10px;
  background-color: rgba(96, 76, 141, 1);
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  width: 200px;
  font-size: 18px;
  margin-left: 10px;
}
.btn-person-logout, .report-btn{
  background-color: rgba(96, 76, 141, 1);
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  width: 150px;
  font-size: 18px;
  margin-left: 10px;
}
.language-selector-person{
  text-align: center;
  background-color: rgba(96, 76, 141, 1);
  border: 1px solid white;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  width: 150px;
  font-size: 18px;
  margin-left: 10px;
}
.div-person-name{
  font-size: 18px;
  color: white;
}
.person-logo{
    margin-right: 20px;
}
.person-logo img {
    width: 207px;
    height: 100px;
}
.person-logo2{
    top: 25px;
    position: relative;
}
.person-logo2 img {
    width: 300px;
    height: auto;
}
.div-person-name{
    margin-right: auto;
}
.div-person-sel_btn{
    display: flex;
}
.div-person-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.div-person-header{
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    max-width: 1150px;
    align-self: center;
}
.block-content {
    flex: 1;
    background-color: rgba(174, 170, 196, 0.5); /* Светлосерый цвет с полупрозрачностью */
    border-radius: 20px; /* Скругленные углы */
    padding: 10px;
    font-size: 18px;
    width: 600px;
    align-self: center;
}
.text{text-align: justify;}
@media only screen
    and (max-width: 600px)
    /*and (device-width : 450px)
    and (device-height : 900px)
    and (-webkit-device-pixel-ratio : 2)*/
    {
    .div-person-header, .block-header, .block-buttons, .block-content, .div-person-header {
        flex-direction: column;
        height: auto; /* Отменяем фиксированную высоту */
        //padding: 20px 0; /* Изменяем отступы для компенсации изменения высоты */
    }
    .div-person-name{
        margin-top: 0px;
        margin-bottom: 0px;
        order: 3;
    }
    .block-buttons{
        margin: auto;
    }
    .block-buttons button{
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        width: 100% !important;
        //width: 49vh !important;
    }
    .list-item{
        flex-direction: column;
    }
    .list-item-button{
        margin-top: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 250px;
    }
    .prg-btn{
        font-size: 36px;
    }
    .div-survey-not-completed, .block-content, .block-header{
        width: 340px !important;
    }
    .text{
        width: 340px !important;
        max-height: 100px;
        cursor: pointer;
        overflow: hidden;
        box-shadow: 0 15px 0px 0 rgba(0, 0, 0, 0.1), 0 80px 1px -70px rgba(0, 0, 0, 0.2);
    }
    .survey-button{
      width: 150px !important;
      font-size: 14px;
    }
    .div-blocks-container{
        padding: 5px;
    }
    .block-header{
        padding: 5px;
        margin-bottom: 3px;
    }
    .language-selector-person{
        padding: 2px;
        font-size: 14px;
    }
    .btn-person-logout{
        padding: 2px;
        font-size: 14px;
    }
    .block{
        margin-bottom: 0px;
        padding: 0px;
        align-items: center;
    }
    .person-logo {
        margin-right: 0px;
        order: 1;
    }
    .div-person-sel_btn{
        order: 2;
    }
    .btn-person-home {
        padding: 0px;
        width: 340px;
    }
    .div-progress-bar{
        margin: 0px !important;
        order: 4;
    }
    #progress_bar{
        width: 250px;
    }
    .person-logo img {
        width: 100px;
        height: 50px;
    }
    .div-block-container{
        margin-top: 0px;
    }
    .question-block-label-header {
        margin: 0px;
        font-size: 16px;
        padding: 0px;
    }
    .question-block-label-name {
        margin: 0px;
        font-size: 16px;
        margin-left: 15px;
    }
    .question-block-label-name {
        margin: 0px;
        font-size: 16px;
        margin-left: 15px;
    }
    .div-blocks-container {
        margin: 0px;
        width: 100%;
    }

}
.div-person-work-container{
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #000;
    font-size: 24px;
}
.div-user-not-complete-surveys{
    //flex-grow: 1;
    display: flex;
    font-size: 24px;
    flex-direction: column;
    color: white;
    height: 90vh;
    overflow-y: auto;
}
.div-user-not-complete-surveys p{
 margin: 1px;
}
.div-user-not-complete-surveys-container{
    height: auto;
    flex-grow: 1;
    display: inline-table;
    justify-content: space-between;
    padding: 5px;
    overflow-y: auto;
}
/*-------person-----------*/
/*-------questions-----------*/
.questions-container{
    display: flex;
    background-color: white;
    padding: 15px;
    flex-direction: column;
    height: 75vh;
    overflow: auto;
    margin: 0px auto;
    font-size: 14px;
    color: rgba(89, 89, 89, 1);
    width: 80%;
}
.questions-container button{
    width: auto;
}
#div-questions-file-upload{
    display: flex;
    background-color: white;
    padding: 15px;
    /*width: 80%;*/
}
#div-questions-file-upload button{
    background-color: rgba(96, 76, 141, 1);
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
}
#div-questions-file-upload input{
    background-color: rgba(96, 76, 141, 1);
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
}
.questions-blocks{
    display: flex;
    margin-top: 10px;
    cursor: pointer;
    background: white;
    color: rgba(96, 76, 141, 1);
}
/*.question-block{
    display: table-cell;
    padding: 10px;
    /*height: 50px;*/
    width: 250px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Book';
}*/
.question-block:hover {
    background-color: rgba(217, 217, 217, 1);
}
.question-table{
    display: table;
    border-collapse: collapse;
    /*border: 1px solid rgba(96, 76, 141, 1);*/
    color: rgba(96, 96, 96, 1);
}
.question-table-header{
    display: table-row;
}
.question-table-row{
    display: table-row;
}
.question-table-cell{
    display: table-cell;
    padding: 5px 10px;
    text-align: center;
    //border: 1px solid rgba(96, 76, 141, 1);
    color: rgba(74, 74, 74, 1);
}
/*-------questions-----------*/



/*--------таблицы---------*/
.div-table{
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.div-table-row {
    display: table-row;
}
.div-table-header{
  display: table-row; /* превращаем контейнер в строку таблицы */
  font-weight: bold; /* жирный шрифт для заголовков */
  background-color: #eee; /* цвет фона заголовка */
}
.div-table-cell {
  display: table-cell; /* превращаем контейнер в ячейку таблицы */
  padding: 5px 10px; /* отступы внутри ячейки */
  text-align: center; /* выравнивание текста по центру */
  border: 1px solid #ccc; /* границы ячейки */
  border: none;
}
/* Добавляем стили для ячеек заголовка */
.div-table-header .div-table-cell {
  width: auto; /* автоматически определяем ширину ячеек */
  white-space: nowrap; /* запрещаем перенос слов внутри ячейки */
}

/* стили для ячеек с сотрудниками в таблице связей */
.div-person {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 2px;
    margin-bottom: 10px;
}
/*.delete-icon {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../images/1544641784.png");
    background-size: cover;
    cursor: pointer;
}
.delete-icon2 {
    top: 2px;
    right: 5px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    background-image: url("../images/1544641784.png");
    background-size: cover;
    cursor: pointer;
    margin-right: 4px;
}*/
/*-----------factors------------*/
.btn-remove-factor{
    padding: 0px;
}
.edit-icon {
    /*position: absolute;
    top: 5px;
    right: 5px;*/
    width: 20px;
    height: 20px;
    background-image: url("../images/edit.png");
    background-size: cover; /* или любой другой способ добавления изображения */
    cursor: pointer;
}
/*-----------factors------------*/
/*-----------password-reset------------*/
.password-reset-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

.password-reset-form {
    display: block;
    width: 750px;
    /*text-align: center;*/
    /*background: white;
    border: 1px solid black;
    border-radius: 10px;*/
    /*height: 185px;*/
    color: white;
}
.form-password-reset{
    width: 750px;
}

.password-reset-form h2 {
    margin-bottom: 20px;
    /*color: rgba(89, 89, 89, 1);*/
}

.password-reset-form .form-group {
    margin-bottom: 20px;

    /*display: inline-grid;*/
}

.password-reset-form button {
    display: block;background-color: rgba(96, 76, 141, 1);
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0px auto;
    width: 80%;
}
.password-reset-form input{
    font-size: 14px;
    color: rgba(96, 76, 141, 1);
}


/* Стили для ползунка */
::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
  height: 8px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(96, 76, 141, 1);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}