@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body {
  font-family: "PT Sans", sans-serif;
}

.form-control {
  border-radius: 0;
}

.wrapper {
  height: 100%;
  position: relative;
  /* overflow-x: hidden;
    overflow-y: clip;*/
  min-height: 100%;
}

.gray-back {
  background-color: #fafafa;
}

.p-40 {
  padding: 40px;
}

.m-40 {
  margin: 40px;
}

.border-form {
  border: 1px solid var(--pale-grey, #d0d0d0);
}

h1 {
  color: #222;
  /* H1 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  color: #222;
  /* Heading 2 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  color: #5e6771;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.border-form h3 {
  color: #222;
  /* heading 4 */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.border-form p {
  color: #5e6771;
  /* Text 16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-download,
.btn-download-file {
  border-radius: 2px;
  border: 1px solid #114cbd;
  color: #114cbd;
  text-align: center;
  /* Text 16 */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
}

.btn.btn-download-file {
  padding-left: 50px;
}

.head-min {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

.span-head {
  color: #5e6771;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

.btn-gray-remove {
  border: 1px solid gray;
  color: gray;
}

.kv-error-close {
  border: none;
  margin: 6px;
  background-color: transparent;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: none;
  box-shadow: unset;
}

.file-drop-zone {
  border: none;
  min-height: unset;
}

.file-preview .fileinput-remove {
  display: none;
}

.file-preview {
  border: none;
}

.file-drop-zone-title {
  padding: 0;
}

.file-input>span {
  display: flex;
  justify-content: center;
}

.file-input>span>* {
  margin-left: 5px;
  margin-right: 5px;
}

.alert {
  border-radius: 0;
}

.file-drop-zone .file-preview-thumbnails {
  text-align: center;
  display: flex;
  justify-content: center;
}

.krajee-default.file-preview-frame {
  box-shadow: unset;
  border: none;
}

.file-thumbnail-footer .file-upload-indicator,
.file-thumbnail-footer .file-actions {
  display: none;
}

.krajee-default .file-footer-caption {
  margin-bottom: 0;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: auto;
}

.main-sidebar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 10px;
  min-height: 100%;
  width: 110px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  background-color: #2589de;
}

.main-sidebar a {
  color: #ffffff;
}

.content-wrapper {
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 110px;
  z-index: 820;
  min-height: 514px;
  height: 100vh;
}

.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}

.main-header .logo {
  color: #fff;
  border-bottom: 0 solid transparent;
}

.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 110px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}

.main-sidebar .logo {
  font-family: "Lato", sans-serif;
}

.main-sidebar .logo a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;

  /* identical to box height, or 146% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fefefe;
}

.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 110px;
  border: none;
  min-height: 20px;
  border-radius: 0;
}

.main-header .navbar {
  background-color: transparent;
}

.left-nav a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  /* identical to box height */
  text-align: center;
  margin-top: 20px;
  display: block;
  /* White */
  color: #fefefe;

  position: relative;
}

.left-nav a img,
.left-nav a span {
  opacity: 0.7;
}

.left-nav a.active img,
.left-nav a.active span {
  opacity: 1;
}

.projects-structure h3 a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;

  text-decoration: none;
  /* identical to box height */

  /* Text */
  color: #5e6771;
}

.info-tab>span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;

  /* Text */
  color: #5e6771;
}

.info-tab>span.grey {
  color: #222222;
}

.info-tab>span.green {
  color: #009456;
}

.info-tab>span.green-light {
  color: #3fe395;
}

.info-tab>span.yellow-nigth {
  color: #ffb86d;
}

.info-tab>span.yellow {
  color: #f1d900;
}

.info-col {
  padding-left: 20px;
  padding-right: 20px;
}

.info-col-end {
  max-width: 300px;
}

.info-col-start {
  padding-left: 0;
}

.btn {
  border-radius: unset;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-primary {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;

  /* identical to box height */
  text-align: center;
  background-color: #2589de;
  color: #fefefe;
}

.del-project {
  padding-bottom: 2px;
  padding-right: 4px;
}

#tab-fun table tr td a {
  display: block;
}

#tab-fun table tr td div {
  display: flex;
  justify-content: space-between;
}

.btn-sm {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

#tab-fun .editable-buttons {
  display: unset !important;
}

.text-left {
  text-align: left;
}

.menu-project {
  padding-left: 0;
}

.menu-project li {
  list-style: none;
}

.menu-project li a.btn-sm {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 21px;
  padding-right: 21px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  min-width: 200px;

  /* identical to box height */

  /* White */
  color: #fefefe;
}

.menu-project li.active a.btn-primary {
  background-color: #2589de;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;

  /* identical to box height */

  /* Text */
  color: #ffffff;
  border-color: #5e6771;
}

.menu-project li a.btn-primary {
  background-color: #ffffff;
  border-color: #5e6771;
  color: #5e6771;
}

.person-flex {
  max-width: 500px;
  min-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
}

.wrap-chart {
  position: relative;
}

.chart-flex {
  width: auto;
  margin-right: 540px;
}

.persons-block {
  background: #fafafa;
  padding: 17px;
}

.persons-block h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;

  /* identical to box height */

  /* Grey */
  color: #222222;
}

.exclude-persone {
  padding-left: 10px;
  display: inline-block;
  border: 1px solid #cc2222;
  padding-right: 10px;
  margin: 8px;
}

.persons-block .rem-persons {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #cc2222;
  background-image: url("/bundle/images/user-slash-red.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 20px;
  display: inline-block;
}

.accordion-button {
  padding: 12px;
}

.btn-person .btn {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 2px;
}

.btn-person .btn-success {
  background-color: #2e9000;
}

.btn-person .btn-red {
  background-color: #ce0013;
  border-color: #ce0013;
}

.person-avatar img {
  border-radius: 50%;
  background-color: #ebf4fb;
  padding: 6px;
  width: 40px;
}

.person-avatar.empty-avatar img {
  padding: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.name-person {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  /* identical to box height */

  /* Grey */
  color: #222222;
}

.year-person {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;

  /* identical to box height */

  /* Text */
  color: #748292;
}

.skill-person {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;

  /* identical to box height */

  color: #009456;
}

.persons-block .accordion-item {
  background-color: #fefefe;
  border: none;
  margin-bottom: 12px;
  border-radius: unset;
}

.like-percent {
  min-width: 80px;
}

.like-percent>div {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  /* identical to box height */

  /* Text */
  color: #748292;
}

.like-percent>div.percent {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #009456;
}

.person-action {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: #d0d0d0;
  border-radius: 0 0 0 6px;
  top: 0;
}

.person-action.collapsed {
  border-radius: 6px 0 0 0;
  top: unset;
  bottom: 0;
}

#kandidats .person-action.collapsed {
  bottom: unset;
  top: 0;
  border-radius: 0 0 0 6px;
}

.person-name {
  min-width: 160px;
}

.accordion {
  --bs-accordion-border: none;
  --bs-accordion-border-width: none;
}

.person-flex .accordion {
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}

.width-100 {
  width: 100%;
}

.width-466 {
  width: 100%;
  min-width: 442px;
}

.person-action span {
  background-image: url("/bundle/images/Icon_down.svg");
  width: 12px;
  height: 12px;
  display: block;
  /*background-position: center center;*/
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.person-action.collapsed span {
  width: 16px;
  height: 16px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  transform: unset;
}

.persons-block .accordion-body {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.persons-block .accordion-body .person-content {
  border-top: 1px solid #d0d0d0;
  padding-top: 16px;
}

.persons-block .table td,
.persons-block .table th {
  border-right: 1px solid rgba(208, 208, 208, 0.3);
}

.persons-block .table td:last-child,
.persons-block .table th:last-child {
  border-right: none;
}

.persons-block .table tr:last-child {
  border-bottom: transparent;
}

.persons-block .table {
  --bs-table-border-color: rgba(208, 208, 208, 0.3);
}

.persons-block .table th {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  /* identical to box height */

  /* Text */
  color: #748292;
}

.persons-block .table td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;

  /* identical to box height */

  /* Text */
  color: #5e6771;
}

.skill-for {
  background: #fefefe;
  padding: 10px;
  /* Shadow */
  box-shadow: 2px 2px 10px rgba(94, 103, 113, 0.25);
  margin-top: 20px;
}

.skill-item {
  display: inline-block;
  width: 100%;
  color: #5e6771;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.skill-item-set {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
}

.skill-item-set .select-params {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #5e6771;
}

.skill-item-set select {
  border: none;
}

.twitter-typeahead .tt-input,
.form-control.tt-hint {
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important;
}

.control-menu,
.control-back {
  background: #fafafa;
  box-shadow: 2px 2px 10px rgba(94, 103, 113, 0.25);
  padding-left: 12px;
  padding-right: 0;
}

.control-menu {
  width: auto;
  height: 50px;
  line-height: 46px;
  margin-top: 14px;
}

.control-menu a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-right: 12px;

  /* identical to box height */

  /* Text */
  color: #5e6771;
}

.control-menu .dropdown-menu {
  inset: 14px 0 auto auto !important;
  border-radius: 0;
}

.control-menu img {
  width: 24px;
}

.fot.control-back {
  position: absolute;
  left: -10px;
  width: 250px;
  z-index: 100;
}

.fot.control-back .accordion-item,
.fot.control-back .accordion-button {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;

  /* Text */
  color: #5e6771;
}

.fot.control-back .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.fot.control-back .accordion {
  background-color: transparent;
  --bs-accordion-bg: transparent;
}

.fot.control-back .accordion-body {
  padding: 10px;
}

.fot_all {
  margin-bottom: 12px;
  margin-top: 12px;
}

.fot ul {
  padding-left: 10px;
  margin-top: 12px;
}

.fot ul li {
  list-style: none;
  padding-bottom: 12px;
}

.fot ul li span,
.fot_all span {
  color: #222222;
  font-size: 14px;
  line-height: 18px;
}

.fill-view .orgchart .node .node-wrap .title {
  background-image: url("/bundle/images/user_gray.svg");
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 16px;
  min-height: 20px;
}

.btn-bg-tr {
  background-color: transparent;
  color: #114cbd;
  border-color: #114cbd;
}

.btn-bg-tr:hover {
  color: #114cbd;
  background-color: transparent;
  border-color: #5e8ad7;
}

.clear-person.btn-bg-tr {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 6px;
  padding-right: 6px;
  min-width: 138px;
}

.search-person {
  background-image: url("/bundle/images/search.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.btn-default {
  padding: 7px;
  border-radius: 2px;
  background-color: #8e949b;
}

.btn-person .btn.btn-default {
  padding-bottom: 7px;
  padding-top: 7px;
}

.action-tab {
  background-color: #fafafa;
  border-bottom: 1px solid #d0d0d0;
}

.btn-go-to {
  border: 1px solid #114cbd;
  padding: 6px 10px;
  color: #114cbd;
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
}

.delete-structure {
  color: #cc2222;
  font-size: 16px;
  text-decoration: none;
}

.info-tab span.list-vitrin {
  color: #2589de;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.border-bottom-gray {
  border-bottom: 1px solid #d0d0d0;
}

.btn-no-background {
  background-color: transparent;
}

.btn-primary.btn-no-background:hover,
.btn-download:hover,
.btn-go-to:hover,
.btn-download-file:hover {
  background-color: #c2dafe;
}

.btn.btn-download-file:hover {
  color: #114cbd;
}

.delete-structure:hover {
  color: #cc2222;
  text-decoration: underline;
}

.btn-primary.btn-no-background {
  color: #114cbd;
  border-color: #114cbd;
}

.del-showcase {
  width: 24px;
  margin-left: 16px;
}

.list-view>div:hover {
  background-color: #fafafa;
}

.showcase-edit {
  background-image: url("/bundle/images/pencil.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}

.dropdown-toggle.showcase-edit::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}

.dropdown-menu.dropdown-showcase {
  border-radius: 0;
  padding: 8px;
}

.dropdown-menu.dropdown-showcase label {
  display: block;
  width: 100%;
}

.info-tab .dropdown {
  width: 16px;
  height: 16px;
}

.showcase-list {
  padding-left: 6px;
}

.banned {
  display: none;
}

.rem-persons {
  cursor: pointer;
}

.rem-persons.active {
  color: #cc2222;
}

.persons-block .rem-persons.active {
  background-image: url("/bundle/images/user-slash-red.svg");
}

.table> :not(caption)>*>* {
  padding: 0.2rem 0.5rem;
}

.kv-grid-container th a,
.kv-grid-container th {
  color: #5e6771;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  /* 157.143% */
}

.kv-grid-container td,
.kv-grid-container th * {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

.kv-grid-container tr:hover {
  background-color: #ebf4fb;
}

.table {
  --bs-table-striped-bg: #fafafa;
}

.kv-grid-container .form-control {
  padding: 0.2rem 0.2rem;
  font-size: 14px;
  border-radius: 0;
}

.login-signup .content-wrapper {
  margin-left: 0;
}

.login-signup .login-wrap {
  max-width: 450px;
  min-width: 450px;
}

.login-signup .position-relative,
.login-signup #login-form,
.login-signup .wr-login,
.login-signup form {
  height: 100%;
}

.logo-login {
  padding-bottom: 63px;
}

.login-signup h3 {
  color: #222;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 52px;
}

.login-signup h3 div {
  color: #748292;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.login-signup .form-label {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup__form__submit {
  padding-top: 30px;
}

.mb-3.field-loginform-password {
  margin-bottom: 0.25rem !important;
}

.popup__form__forgot {
  color: #748292;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.popup__form__forgot a {
  color: #2589de;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-label {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.span-red {
  color: #c22;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.add-fix {
  margin-right: 20px;
}

.text-info-sh {
  padding-left: 20px;
}

/*.add-person-btn {
    background-color: #2589DE;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    width: 64px;
    height: 64px;
    display: block;
    text-align: center;
    padding-top: 12px;
}*/

.checked-delete-person,
.kv-grid-container th a.checked-delete-person {
  display: none;
  color: #c22;
  text-decoration: none;
}

.modal {
  min-width: 700px;
  --bs-modal-width: 700px;
}

.modal-content {
  border-radius: 0;
}

input[aria-invalid="true"] {
  border-color: red;
}

[aria-invalid="true"]~.invalid-feedback {
  display: block;
}

.field-skills {
  position: relative;
}

.btn-add-skill,
.btn-add-function {
  position: absolute;
  right: 4px;
  top: 34px;
}

.btn-download-file {
  background-image: url("/bundle/images/download-file.svg");
  background-repeat: no-repeat;
  background-position: left 24px center;
}

.fot.control-back .accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
}

.fot.control-back .accordion-button::after {
  background-image: url("/bundle/images/Icon_up.svg");
  transform: none;
  background-size: 8px;
  background-position: center;
}

.fot.control-back .accordion-header {
  position: relative;
}

.fot.control-back .accordion-button {
  padding-bottom: 0;
}

.hint-fot {
  font-size: 10px;
  color: #5e6771;
  font-weight: normal;
  padding-bottom: 12px;
  padding-left: 12px;
}

.text-filter-start {
  color: #5e6771;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

.page-profile .kv-editable-button.btn-sm {
  border: none;
}

.text-edit {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.feedback {
  position: fixed;
  left: 110px;
  bottom: 5%;
  z-index: 10;
  background: linear-gradient(180deg, #ffb86d -69.57%, #ff8300 100%);
  display: block;
  height: 166px;
  width: 46px;
  border-radius: 0 10px 10px 0;
  text-decoration: none;
}

.feedback:hover {
  background: #ff8300;
}

.feedback span {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
}

#feedback-submit .file-drop-zone .file-preview-thumbnails {
  text-align: left;
  display: revert;
}

#feedback-submit .krajee-default.file-preview-frame {
  float: revert;
}

#feedback-submit .file-preview-image {
  display: none;
}

#feedback-submit .krajee-default.file-preview-frame .kv-file-content {
  width: auto;
  height: auto;
}

#feedback-submit .krajee-default .file-caption-info,
#feedback-submit .krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  height: auto;
  margin: auto;
}

#feedback-submit .krajee-default .file-footer-caption {
  display: block;
  text-align: left;
}

#feedback-submit .file-input>span {
  display: flex;
  justify-content: start;
}

#feedback-submit .file-thumbnail-footer .file-actions {
  display: revert;
}

#feedback-submit .kv-file-rotate,
#feedback-submit .kv-file-upload,
#feedback-submit .kv-file-zoom,
#feedback-submit .file-upload-indicator,
#feedback-submit .kv-file-content {
  display: none;
}

#feedback-submit .krajee-default.file-preview-frame .file-thumbnail-footer {
  height: auto;
  display: flex;
}

#feedback-submit .krajee-default.file-preview-frame {
  margin: 0;
  padding: 0;
}

#feedback-submit .file-drop-zone {
  margin: 0;
  padding: 0;
}

#feedback-submit .file-footer-buttons .btn-default {
  padding: 7px;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

#feedback-submit .file-footer-buttons .btn:hover {
  color: inherit;
}

.text-area {
  height: 110px;
}

#feedback-submit .file-drop-zone {
  min-height: auto;
}

#feedback-submit .file-drop-zone-title {
  padding: 10px 10px;
}

#feedback-submit .krajee-default.file-preview-frame {
  margin: 8px;
  border: none;
  box-shadow: none;
  padding: 6px;
  float: revert;
  text-align: center;
}

#feedback-submit .krajee-default .file-footer-caption {
  margin-bottom: 0;
}

.text-feedback {
  font-size: 14px;
}

#feedback-submit {
  background-color: #fafafa;
  padding: 16px;
}

#feedback-submit .file-input>span>* {
  margin-left: 0;
  margin-right: 8px;
}

.text-danger-file {
  color: #5e6771;
}

.form-control.tt-input {
  padding-left: 0;
}

.form-control.tt-input:focus {
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important;
  box-shadow: none;
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: #fff;
  background-color: rgb(37, 137, 222);
  border-color: rgb(37, 137, 222);
}

.pagination {
  border-radius: 0;
}

.person-flex .nav-pills .nav-link {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #5e6771;
}

.person-flex .nav-pills .nav-link.active,
.person-flex .nav-pills .show>.nav-link {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #5e6771;
  border-bottom: 3px solid #2589de;
  background-color: transparent;
}

.btn-person .btn.appoint-user[data-action="clear"] {
  background-image: url("/bundle/images/IconSuccess.svg");
  background-repeat: no-repeat;
  padding-left: 36px;
  background-position: left 10px center;
}

.orgchart .node.focused .node-wrap {
  background-color: #f7fafd;
}

.skills-node {
  position: absolute;
  /* bottom: 0; */
  z-index: 1;
  width: 100%;
  border: 1px solid #000;
  left: 0;
  top: 0;
}

.h100,
.orgchart {
  height: 100%;
}

.tippy-popper {}

.tippy-backdrop {
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
}

.tippy-popper {
  display: none !important;
}

.tippy-popper.fill-view-popper,
.tippy-popper.info-view-popper {
  display: revert !important;
}

.fill-view-popper .tippy-tooltip {
  border: 1px solid #2589de;
  border-top: none;
  border-radius: 0 !important;
  margin-top: -9px;
  margin-right: -1px;
  background-color: #ffffff;
}

.tippy-tooltip[data-animatefill] {
  background-color: #ffffff !important;
}

.tippy-tooltip .table tr th {
  color: #748292;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tippy-tooltip .table tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5e6771;
}

.tippy-tooltip .table tr {
  border-color: #f5f5f5;
}

.info-view-popper * {
  color: #222222;
  text-align: left;
}

.info-view-popper .tippy-tooltip {
  box-shadow: 2px 2px 10px 0 #5e677140;
  background-color: #ffffff;
}

.info-view-popper.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom: 8px solid #fff;
}

.editable-buttons .editable-cancel {
  display: none;
}

.com-soon {
  position: absolute;
  background-color: #f1d90080;
  padding: 2px;
  width: 70px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12.94px;
  text-align: center;
  border-radius: 3px;
  left: 20%;
  top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.left-nav a.coming-soon img,
.left-nav a.coming-soon span {
  opacity: 0.2;
}

.red-info {
  color: #cc2222;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.custom-alert.alert-primary {
  background-color: #ebf4fb;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.7px;
  text-align: center;
  color: #2589de;
  border: 1px solid #c2dafe;
  text-align: left;
}

.custom-alert.alert-primary img {
  padding-left: 10px;
  padding-right: 10px;
}

.info-table {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  background-color: #fafafa;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5e6771;
  font-size: 14px;
  margin-bottom: 20px;
}

#showcase table {
  margin-bottom: 0;
}

.filters.skip-export td:first-child {
  background-image: url("/bundle/images/filter.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.info-img {
  padding-bottom: 3px;
}

.skill-group {
  padding: 4px 20px 4px 20px;
  border-radius: 8px;
  border: 1px solid #2589de;
  color: #2589de;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  text-decoration: none;
  margin: 4px;
}

#prodskillsearch-group_id {
  display: flex;
  flex-wrap: wrap;
}

#prodskillsearch-group_id .form-check {
  margin: 4px;
  padding: 0;
}

#prodskillsearch-group_id .form-check label,
.skill-tag {
  padding: 4px 20px 4px 20px;
  border-radius: 8px;
  border: 1px solid #2589de;
  color: #2589de;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.skill-tag {
  margin-bottom: 4px;
  padding: 4px 12px 4px 12px;
}

#prodskillsearch-group_id .form-check-input[type="checkbox"] {
  display: none;
}

#prodskillsearch-group_id .form-check.active label,
#prodskillsearch-group_id .form-check label:hover {
  color: #ffffff;
  background-color: #2589de;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner-icon {
  animation: spin 2s linear infinite;
}

.size-30 {
  font-size: 40px;
}

.size-20 {
  font-size: 20px;
}

.open-ai-window--- {
  font-weight: 700;
  font-size: 14px;
  font: "Segoe UI", Arial, sans-serif;
  background: linear-gradient(90deg, #039be5 28%, #f57c00, #ffca28);
  color: transparent !important;
  background-clip: text;
  display: inline-block;
  font-family: Helvetica, "Segoe UI", Arial, sans-serif;
}

.bg-primary-c {
  background-color: #edf3fe;
  color: #222;
}

.font-22 {
  font-size: 22px;
}

.balance-block {
  background-color: #ffffff30;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.balance-text {
  font-size: 20px;
  font-weight: 600;
}

.balance-btn {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-bottom: 10px;
}

/* Общие стили для обоих чатов */
.chat-message,
.description-chat-message {
  margin-bottom: 1rem;
}

.chat-message .d-inline-block,
.description-chat-message>div:first-child {
  max-width: 80%;
  min-width: 50%;
  border-radius: 0.375rem;
  padding: 0.5rem;
}

/* Сообщения пользователя */
.user-message .d-inline-block,
.description-chat-message.user-message>div:first-child {
  background-color: #e3f2fd !important;
}

/* Сообщения AI */
.ai-message .d-inline-block,
.description-chat-message.ai-message>div:first-child {
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6;
}

/* Сообщения об ошибках */
.error-message .d-inline-block,
.description-chat-message.error-message>div:first-child {
  background-color: #fff3cd !important;
  border: 1px solid #ffc107;
}

/* Кнопка покупки */
.btn-buy {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

.border-blue {
  border-color: #2589DE !important;
}

.border-radius-4 {
  border-radius: 6px;

}

.border-radius-shadow {
  box-shadow: 0px 0px 20px 0px #1768AD1A;
}

.bg-block-home {
  min-height: 302px;
  position: relative;
  box-shadow: 0px 0px 20px 0px #1768AD1A;
}

.bg-block-home h2 {
  text-transform: uppercase;
  color: #222222;
}

.bg-block-home-1 {
  background-image: url('/bundle/images/bg-block-home-1.svg');
  background-repeat: no-repeat;
  background-position: center right 20%;


}

.bg-block-home-2 {
  background-image: url('/bundle/images/bg-block-home-2.svg');
  background-repeat: no-repeat;
  background-position: center right 20%;


}

.sticky-block {
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-family: PT Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 9px;
  padding-bottom: 9px;

}

.bg-blue {
  background-color: #2589DE;
  color: #fff;
}

.btn-w100 {
  width: 100%;
  min-width: 230px;
}

.bg-green {
  background-color: #009456;
  color: #fff;
}

.home-block-description {

  font-size: 16px;
  color: #5E6771;

}

.h1-description {
  color: #5E6771;
  font-size: 20px;
}

.color-blue {
  color: #2589DE;
}

.home-start h1 {
  color: #222;
  font-size: 28px;
}


/* Стили для кнопки с иконкой */
.btn-with-icon {
  position: relative;
  padding-right: 60px !important;
  /* Место для иконки */
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.btn-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: #ff0000;
  /* Красный фон YouTube */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  /* Скругление только справа */
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* Или если нужно, чтобы иконка была квадратной с равными скруглениями */
.youtube-icon {
  background-color: #CC2222;
  border-radius: 0;
  margin: 0;
  width: 40px;
  height: 101%;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  bottom: -1px;
}

/* Эффект при наведении */
.btn-with-icon:hover {
  background-color: #f5f5f5;
  border-color: #2589de;
}

.btn-with-icon:hover .youtube-icon {
  background-color: #cc0000;
  /* Темнее при наведении */
}

.btn-with-icon {
  background-color: #fff;
  border-color: #2589de;
  color: #2589DE;
}

.btn-with-icon.btn-fontawensome {
  padding-right: 30px !important;
  display: block;
  text-align: center;
}


/* Альтернативный вариант - встроенная SVG иконка YouTube (если не хотите подключать Font Awesome) */
.youtube-icon-svg {
  background-color: #ff0000;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.youtube-icon-svg svg {
  width: 20px;
  height: 20px;
  fill: white;
}

/* Стили для компактного варианта */
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.divider-line {
  flex: 1;
  height: 1px;
  background-color: #dee2e6;
}

.divider-text {
  padding: 0 50px;
  color: #6c757d;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.border-dashed {
  border: 2px dashed #91C3EE;
}

.bg-hblue {
  background-color: #EBF4FB;
}

.data-showcase .border-form h3 {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  letter-spacing: 2px;

}

.checked-hh label {
  background-color: #FAFAFA;
  padding-left: 16px;
  padding-right: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #5E6771;
  font-size: 14px;
  font-weight: 400;
}

.checked-hh label img {
  position: absolute;
  top: 12px;
  right: 10px;
}

.structure-show,
.structure-show a {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;

}

.structure-show a {
  color: #114CBD;
}

.project-all {
  background-color: #2589DE;
  color: #fff;
  border-radius: 24px;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 12px;


}

.info-tab .project-all.dropdown {
	width: unset;
  height: unset;
}