body {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #f5f5f5;
  color: #23272e; }
  body.theme-dark {
    background: #23272E;
    color: #ECEDED; }
  body.layout-diagram {
    display: flex;
    flex-direction: column;
    height: 100vh; }

a {
  text-decoration: none; }

main {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: auto; }

footer {
  padding: 36px 0;
  background: #374049;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  footer .logo {
    display: block;
    background: url(/img/logo-header.svg) no-repeat center center;
    background-size: contain;
    width: 106px;
    height: 45px; }

body.layout-main {
  min-height: 100vh;
  padding-bottom: 117px; }
  body.layout-main main {
    display: block; }

.password-group {
  position: relative; }
  .password-group input {
    width: 100%;
    padding-right: 30px; }
  .password-group .btn-toggle-password {
    position: absolute;
    top: 11px;
    right: 12px;
    border: none;
    background: transparent; }

.input-invalid {
  border-color: #B42E25 !important; }

.input-error {
  font-size: 12px;
  color: #B42E25;
  margin-top: 4px;
  position: absolute; }

input[type="radio"] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle; }

input[type="text"], input[type="email"], input[type="password"], select, select.form-control,
textarea, textarea.form-control {
  padding: 0 12px;
  border: 2px solid #fff;
  border-radius: 8px;
  line-height: 30px; }
  input[type="text"], input[type="text"]:focus, input[type="email"], input[type="email"]:focus, input[type="password"], input[type="password"]:focus, select, select:focus, select.form-control, select.form-control:focus,
  textarea,
  textarea:focus, textarea.form-control, textarea.form-control:focus {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    --moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    --webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }

input[type="text"], input[type="email"], input[type="password"], select, select.form-control {
  line-height: 44px;
  height: 48px; }

.select2-dropdown {
  z-index: 2000; }

.select2-container--default .select2-selection--single {
  border: none;
  height: 48px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 6px 5px 0 5px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 5px 6px 5px; }

.select2-dropdown {
  border: none;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #603BB7; }

.dropdown-toggle:after {
  border: none;
  font-family: 'FontAwesome';
  color: #ECEDED;
  content: "\f078";
  font-size: 14px;
  vertical-align: middle; }
.dropdown-toggle.show:after {
  content: "\f077"; }

#mainmenu {
  padding: 16px 0;
  background: #374049; }
  #mainmenu .navbar-brand {
    display: block;
    background: url(/img/Logo-cropped.svg) no-repeat center center;
    background-size: contain;
    width: 106px;
    height: 45px;
    margin-left: -16px; }

.layout-diagram #mainmenu .navbar-brand {
  background-image: url(/img/logo-d.svg);
  width: 36px;
  margin-left: 20px; }
.layout-diagram #mainmenu .navbar-right {
  margin-right: 20px; }

#navbar-main {
  margin-left: 60px; }
  #navbar-main .nav-item {
    margin-right: 14px; }
    #navbar-main .nav-item .nav-link {
      padding-top: 0;
      padding-bottom: 0; }
  #navbar-main .nav-item-signup {
    padding-left: 0;
    border-left: 1px solid #ECEDED; }
  #navbar-main .navbar-right {
    align-items: center; }
    #navbar-main .navbar-right .nav-item {
      margin-right: 0;
      margin-left: 0; }

.modal-content {
  background: #FFFFFF;
  border-radius: 12px;
  border: none;
  height: 283px;
  width: 245px;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .modal-content .header-14 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    height: 17px;
    line-height: 17px;
    margin-bottom: 10px; }

.custom-select {
  background: #FFFFFF;
  border-radius: 12px;
  border: none;
  height: 283px;
  width: 245px;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .custom-select .header-14 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    height: 17px;
    line-height: 17px;
    margin-bottom: 10px; }
  .custom-select p {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px; }
  .custom-select label {
    font-weight: 700;
    font-size: 14px;
    margin-top: 26px;
    margin-left: 15px; }
  .custom-select .modal-footer {
    padding-bottom: 10px; }
    .custom-select .modal-footer .btn-primary {
      line-height: 30px;
      margin-right: 8px;
      margin-top: 13px;
      width: 60px; }
  .custom-select input[type="text"], .custom-select input[type="number"], .custom-select .select2 {
    border: none;
    width: 200px;
    margin-bottom: 0px;
    font-size: 12px; }
    .custom-select input[type="text"]:focus-visible, .custom-select input[type="number"]:focus-visible, .custom-select .select2:focus-visible {
      outline: none; }
  .custom-select .select2 {
    margin-left: 15px; }
  .custom-select .modal-body .select2-container--default .select2-selection--single {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    width: 200px;
    height: 38px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #212529; }
  .custom-select .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    font-size: 12px;
    color: #212529;
    padding-top: 7px; }
  .custom-select .modal-body .select2-container--open {
    font-size: 12px;
    position: relative; }
  .custom-select .modal-body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 35px; }

.custom-approve {
  background: #FFFFFF;
  border-radius: 12px;
  border: none;
  height: 300px;
  width: 630px;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .custom-approve p {
    font-size: 20px;
    font-weight: 700;
    text-align: center; }
  .custom-approve .modal-body {
    padding: 32px 79px 0 85px; }
  .custom-approve .modal-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: none;
    align-items: normal;
    margin: 23px 23px 10px;
    padding: 0px; }
    .custom-approve .modal-header .btn-close {
      padding: 0px;
      opacity: 1;
      background-image: url(/img/close.svg);
      height: 24px;
      width: 24px; }
  .custom-approve .modal-footer {
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: flex-start;
    margin: 0 auto; }
    .custom-approve .modal-footer .btn-primary {
      line-height: 48px;
      margin-right: 8px;
      margin-top: 13px;
      width: 227px; }
    .custom-approve .modal-footer .btn-secondary {
      line-height: 48px;
      margin-top: 13px;
      margin-left: 15px;
      width: 227px; }

.description-form {
  background: #FFFFFF;
  border-radius: 12px;
  border: none;
  height: 650px;
  width: 600px;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .description-form .modal-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: none;
    align-items: normal;
    margin-top: 17px;
    margin-left: 11px;
    padding: 0px; }
  .description-form .modal-body {
    margin-left: 33px;
    margin-right: 68px; }
  .description-form label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 29px;
    margin-top: 26px; }
  .description-form .upload-file-wrap {
    width: 100%; }
    .description-form .upload-file-wrap .upload-area {
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
      border: none;
      margin-left: 15px; }
  .description-form textarea {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 12px; }
  .description-form .toastui-editor-defaultUI {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border: none; }
  .description-form .modal-footer .btn-primary {
    line-height: 40px;
    margin-right: 20px;
    margin-top: 20px; }
  .description-form .header-14 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    height: 17px;
    line-height: 17px;
    margin-bottom: 10px; }

.node-properties {
  background: #FFFFFF;
  border-radius: 12px;
  border: none;
  width: 368px;
  height: 685px;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .node-properties .modal-body {
    padding-left: 25px;
    padding-right: 43px; }
    .node-properties .modal-body .btn {
      width: 140px;
      height: 39px;
      margin-left: 14px;
      margin-top: 10px;
      line-height: 0px; }
    .node-properties .modal-body input[type="text"], .node-properties .modal-body input[type="number"], .node-properties .modal-body .select2 {
      border: none;
      width: 300px;
      height: 36px;
      margin-bottom: 0px;
      font-size: 12px; }
      .node-properties .modal-body input[type="text"]:focus-visible, .node-properties .modal-body input[type="number"]:focus-visible, .node-properties .modal-body .select2:focus-visible {
        outline: none; }
    .node-properties .modal-body input[type="checkbox"] {
      width: 25px;
      height: 25px; }
    .node-properties .modal-body .select2-container--default .select2-selection--single {
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
      border: none;
      width: 300px;
      height: 36px;
      margin-bottom: 0px;
      font-size: 12px;
      color: #212529; }
    .node-properties .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 20px;
      font-size: 12px;
      color: #212529;
      padding-top: 7px; }
    .node-properties .modal-body .select2-container--open {
      font-size: 12px;
      position: relative; }
    .node-properties .modal-body .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 0;
      height: 35px; }
  .node-properties .header-14 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    height: 17px;
    line-height: 17px;
    margin-bottom: 12px; }
  .node-properties .line-label {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 300px;
    padding: 0px; }
  .node-properties label {
    font-weight: 400;
    font-size: 12px;
    width: 116px;
    padding-top: 3px;
    padding-left: 7px; }
  .node-properties textarea {
    width: 300px;
    margin-top: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 12px; }
  .node-properties .form-control {
    width: 300px;
    height: 36px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px; }

.modal-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none;
  align-items: normal;
  border-bottom: 1px solid #ECEDED;
  margin: 21px 14px 10px;
  padding: 0px; }
  .modal-header .modal-title {
    color: #000; }
  .modal-header .btn-close {
    padding: 10px;
    opacity: 1;
    background-image: url(/img/close.svg); }

.modal-footer {
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0px;
  padding-bottom: 30px; }
  .modal-footer .btn {
    margin: 0; }
  .modal-footer .btn-export {
    font-weight: 700;
    font-size: 14px;
    width: 126px;
    height: 39px;
    margin-right: 66px; }
  .modal-footer .btn-primary {
    line-height: 0px; }

.modal-body {
  color: #000;
  font-size: 20px;
  padding: 0px;
  padding-bottom: 0; }
  .modal-body .select2 {
    width: 66px;
    font-size: 12px; }
  .modal-body .select2-container--default .select2-selection--single {
    box-shadow: none;
    --webkit-box-shadow: none;
    --moz-box-shadow: none;
    height: 25px;
    border: 1px solid rgba(35, 39, 46, 0.3);
    border-radius: 4px; }
  .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    font-size: 12px; }
  .modal-body .select2-container--open {
    font-size: 12px;
    position: relative; }
  .modal-body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0; }
  .modal-body input[type="text"], .modal-body input[type="number"] {
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal; }
    .modal-body input[type="text"]:focus-visible, .modal-body input[type="number"]:focus-visible {
      outline: none; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

.form-control:focus {
  box-shadow: none;
  border-color: #d7d0d7; }

select.form-control {
  appearance: auto; }

.profile-button {
  background: #2397c3;
  box-shadow: none;
  border: none; }

.profile-button:hover {
  background: #2397c3; }

.profile-button:focus {
  background: #2397c3;
  box-shadow: none; }

.profile-button:active {
  background: #2397c3;
  box-shadow: none; }

.back:hover {
  color: #626465;
  cursor: pointer; }

.labels {
  font-size: 11px; }

.add-experience:hover {
  background: #d7d0d7;
  color: #fff;
  cursor: pointer;
  border: solid 1px #878789; }

.content-flex {
  width: 100%;
  height: 100%;
  flex: 1 1;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: stretch; }

.diag-wrap {
  width: 100%;
  height: 100%;
  flex: 1 1;
  position: relative; }

.right-side-bar {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  top: 0;
  bottom: 0;
  right: -235px;
  width: 250px;
  z-index: 999;
  transition: 0.5s ease;
  opacity: 0.8;
  pointer-events: none;
  border-left: 15px solid #603BB7; }
  .right-side-bar.shown {
    right: 0; }
  .right-side-bar.showmore {
    width: 470px; }
  .right-side-bar .btn-toggle {
    position: absolute;
    top: 300px;
    left: -37px;
    width: 60px;
    height: 60px;
    background: #603bb7;
    flex: 0 0 40px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    pointer-events: all;
    border-radius: 50%;
    z-index: 1000; }
  .right-side-bar .fa-chevron-right {
    margin-left: 17px; }
  .right-side-bar .inside {
    padding-left: 17px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: auto;
    flex-grow: 1;
    background: #fff;
    height: 100%;
    pointer-events: all;
    -moz-box-shadow: -4px 2px 5px 0px rgba(34, 60, 80, 0.4);
    -webkit-box-shadow: -4px 2px 5px 0px rgba(34, 60, 80, 0.4);
    box-shadow: -4px 2px 5px 0px rgba(34, 60, 80, 0.4); }

.comments-bar {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 999;
  transition: 0.5s ease;
  opacity: 0.8;
  pointer-events: none;
  border-right: 1px solid #603BB7;
  margin-left: 60px; }
  .comments-bar .actions {
    display: flex;
    float: right; }
  .comments-bar .btn-action {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 12px; }
  .comments-bar .btn-delete {
    background-image: url(/img/action-delete.svg); }
  .comments-bar .btn-edit {
    background-image: url(/img/action-edit.svg);
    margin-right: 2px; }
  .comments-bar .inside {
    padding: 10px 10px 10px 10px;
    overflow: auto;
    flex-grow: 1;
    background: #fff;
    height: 100%;
    pointer-events: all;
    -moz-box-shadow: -4px 2px 5px 0px rgba(34, 60, 80, 0.4);
    -webkit-box-shadow: -4px 2px 5px 0px rgba(34, 60, 80, 0.4);
    box-shadow: -4px 2px 5px 0px rgba(34, 60, 80, 0.4); }
  .comments-bar textarea {
    border: none;
    font-size: 10px;
    box-shadow: none;
    height: 60px;
    line-height: 15px;
    padding-left: 0px; }
  .comments-bar textarea:focus {
    border: none;
    box-shadow: none;
    outline: none; }
  .comments-bar .btn-add-comment {
    background-image: url(/img/add_comment.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 21px;
    height: 20px;
    border: none; }
  .comments-bar .btn-edit-comment {
    background-image: url(/img/add_comment.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border: none; }
  .comments-bar .btn-cancel-edit-comment {
    background-image: url(/img/close.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border: none;
    margin-left: 2px;
    margin-bottom: 5px; }
  .comments-bar .comment {
    border-bottom: 1px solid #B2B2B2;
    margin-top: 15px; }
    .comments-bar .comment .comment-author {
      font-weight: 500;
      font-size: 10px;
      font-weight: 500;
      line-height: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 105px; }
    .comments-bar .comment .comment-date {
      font-weight: 500;
      font-size: 10px;
      line-height: 12px;
      color: rgba(55, 64, 73, 0.6); }
    .comments-bar .comment .comment-body {
      margin-top: 13px;
      margin-bottom: 10px;
      font-weight: 400;
      font-size: 10px;
      line-height: 13px; }
    .comments-bar .comment .comment-edit-form {
      margin-top: 13px;
      margin-bottom: 10px; }

.sidebar-desc {
  margin-bottom: 20px; }

.accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 5px; }
  .accordion .accordion-item #repoContent {
    padding-left: 15px; }
  .accordion .accordion-item .accordion-header {
    border: 1px solid #6c757d78;
    border-radius: 5px; }
  .accordion .accordion-item .accordion-body {
    padding-left: 0px; }
  .accordion .accordion-item .accordion-button {
    display: block;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0px; }
  .accordion .accordion-item .repo-item {
    font-weight: 400;
    font-size: 14px; }

.side-bar {
  flex: 0 0 0;
  transition: 0.5s;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: auto;
  max-height: 100%; }
  .side-bar.active {
    flex: 0 0 500px; }
  .side-bar h4 {
    margin: 10px 20px; }

.btn-sidebar-show {
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  background: #fff;
  color: #000;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  z-index: 99;
  -moz-box-shadow: 4px 2px 5px 0px rgba(34, 60, 80, 0.4);
  -webkit-box-shadow: 4px 2px 5px 0px rgba(34, 60, 80, 0.4);
  box-shadow: 4px 2px 5px 0px rgba(34, 60, 80, 0.4); }

.active-nav {
  margin-left: 0; }

.page-title {
  margin: 40px 0; }

.admin-page-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #23272e;
  margin-top: 40px; }

.project-name-form, .company-name-form {
  font-size: 100%;
  color: #5b5d5e;
  text-align: right;
  float: right; }

.projects-list .project-item .project-title {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold; }
.projects-list .project-item .project-edit {
  display: none; }
  .projects-list .project-item .project-edit .btn {
    margin-left: 10px; }
.projects-list .project-item .project-actions {
  visibility: hidden; }
  .projects-list .project-item .project-actions .btn {
    font-size: 0.75rem;
    padding: 0;
    margin-right: 10px; }
  .projects-list .project-item .project-actions .btn-del {
    color: #a00; }
.projects-list .project-item:hover {
  background: #eee; }
  .projects-list .project-item:hover .project-actions {
    visibility: visible; }

.companies-list {
  padding-bottom: 200px; }
  .companies-list .company-item {
    background: none;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #ccc; }
    .companies-list .company-item .company-title {
      display: block;
      color: #000;
      text-decoration: none;
      font-size: 120%;
      font-weight: bold; }
    .companies-list .company-item .company-edit {
      display: none; }
      .companies-list .company-item .company-edit .btn {
        margin-left: 10px; }
    .companies-list .company-item .company-actions .btn-group, .companies-list .company-item .company-actions .btn-group-vertical {
      position: relative;
      /* display: inline-flex; */
      vertical-align: middle; }
    .companies-list .company-item .company-actions .btn {
      font-size: 0.75rem;
      margin-right: 10px; }
    .companies-list .company-item:hover .company-actions {
      visibility: visible; }

.error-form, .error-for-table {
  background: #ffafa7;
  margin-top: 20px;
  margin-bottom: 20px; }

.success-form {
  background: #c5ffb8;
  margin-top: 20px;
  margin-bottom: 20px; }

.model-create-form, .project-create-form, .company-create-form, .add-user-form, .change-company-form, .change-project-form,
.project-data {
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  clear: both; }
  .model-create-form .field, .project-create-form .field, .company-create-form .field, .add-user-form .field, .change-company-form .field, .change-project-form .field,
  .project-data .field {
    margin-bottom: 20px; }
    .model-create-form .field .label-class, .project-create-form .field .label-class, .company-create-form .field .label-class, .add-user-form .field .label-class, .change-company-form .field .label-class, .change-project-form .field .label-class,
    .project-data .field .label-class {
      width: 100px; }
    .model-create-form .field .input-class, .project-create-form .field .input-class, .company-create-form .field .input-class, .add-user-form .field .input-class, .change-company-form .field .input-class, .change-project-form .field .input-class,
    .project-data .field .input-class {
      width: 300px;
      height: 30px; }
  .model-create-form .cols, .project-create-form .cols, .company-create-form .cols, .add-user-form .cols, .change-company-form .cols, .change-project-form .cols,
  .project-data .cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
    .model-create-form .cols .col1, .project-create-form .cols .col1, .company-create-form .cols .col1, .add-user-form .cols .col1, .change-company-form .cols .col1, .change-project-form .cols .col1,
    .project-data .cols .col1 {
      margin-right: 50px; }
    .model-create-form .cols .col2 .field, .project-create-form .cols .col2 .field, .company-create-form .cols .col2 .field, .add-user-form .cols .col2 .field, .change-company-form .cols .col2 .field, .change-project-form .cols .col2 .field,
    .project-data .cols .col2 .field {
      display: flex;
      align-items: flex-start; }
    .model-create-form .cols .col2 textarea, .project-create-form .cols .col2 textarea, .company-create-form .cols .col2 textarea, .add-user-form .cols .col2 textarea, .change-company-form .cols .col2 textarea, .change-project-form .cols .col2 textarea,
    .project-data .cols .col2 textarea {
      height: 80px; }

.model-description-form {
  position: absolute;
  display: block;
  width: 385px;
  height: 100%;
  z-index: 1000000;
  color: #000; }
  .model-description-form .img2 {
    background-image: url(/img/toolbar/model-desc-black.svg);
    background-size: 19px 22px;
    position: absolute;
    bottom: 0;
    right: 0; }
  .model-description-form .cols {
    display: flex;
    margin-bottom: 24px;
    height: 440px; }
    .model-description-form .cols .col1 {
      width: 49%; }
      .model-description-form .cols .col1 .img {
        background-image: url(/img/placeholder.jpg);
        height: 206px;
        border-radius: 20px 0px 0px 0px;
        background-repeat: no-repeat;
        background-size: cover;
        border: none; }
      .model-description-form .cols .col1 .header-20 {
        margin-top: 40px;
        margin-bottom: 13px; }
    .model-description-form .cols .col2 {
      width: 49%;
      margin-left: 10px; }
      .model-description-form .cols .col2 .header-20 {
        margin-top: 30px;
        margin-bottom: 9px; }
  .model-description-form .header-20 {
    font-size: 20px;
    font-weight: 700;
    margin-left: 17px;
    margin-top: 10px;
    height: 24px;
    margin-bottom: 10px; }
  .model-description-form p {
    margin-left: 17px;
    font-size: 16px; }

@media screen and (min-width: 600px) {
  .model-description-form {
    position: absolute;
    display: block;
    width: 305px;
    height: 100%;
    z-index: 1000000;
    color: #000; }
    .model-description-form .img2 {
      background-image: url(/img/toolbar/model-desc-black.svg);
      background-size: 19px 22px;
      position: absolute;
      bottom: 0;
      right: 0; }
    .model-description-form .cols {
      display: flex;
      margin-bottom: 24px;
      height: 440px; }
      .model-description-form .cols .col1 {
        width: 49%; }
        .model-description-form .cols .col1 .img {
          background-image: url(/img/placeholder.jpg);
          height: 206px;
          border-radius: 20px 0px 0px 0px;
          background-repeat: no-repeat;
          background-size: cover;
          border: none; }
        .model-description-form .cols .col1 .header-20 {
          margin-top: 40px;
          margin-bottom: 13px; }
      .model-description-form .cols .col2 {
        width: 49%;
        margin-left: 10px; }
        .model-description-form .cols .col2 .header-20 {
          margin-top: 30px;
          margin-bottom: 9px; }
    .model-description-form .header-20 {
      font-size: 16px;
      font-weight: 700;
      margin-left: 17px;
      margin-top: 10px;
      height: 24px;
      margin-bottom: 10px; }
    .model-description-form p {
      margin-left: 17px;
      font-size: 14px; } }
.project-data {
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #000; }

.modal input[type="text"], .modal select, .modal textarea {
  width: 100%;
  margin-bottom: 10px; }

#modal-table-color .pickr {
  display: none; }
#modal-table-color .modal-content {
  background: #FFFFFF;
  border-radius: 12px;
  border: none;
  width: 300px;
  height: 350px;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
#modal-table-color .modal-body {
  color: #000;
  font-size: 20px;
  padding: 0px 0px 0 7px; }
#modal-table-color .modal-footer {
  padding-bottom: 10px;
  align-items: inherit; }
  #modal-table-color .modal-footer .btn-primary {
    width: 60px;
    margin-left: 7px;
    margin-right: 7px; }

.comments-list {
  overflow: auto;
  max-height: 400px;
  margin-bottom: 10px; }
  .comments-list .comment {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff; }
    .comments-list .comment .comment-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 3px 7px;
      background: #ddd;
      font-size: 80%;
      color: #000; }
    .comments-list .comment .comment-body {
      padding: 3px 7px;
      word-break: break-all; }

.draggable {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  background-color: #F5F5F5;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 500; }

.handle {
  background-color: #F5F5F5;
  cursor: move;
  text-align: center;
  font: bold 12px sans-serif; }

#diagObjectTools {
  min-width: 213px; }

#myInfo {
  width: 100%;
  overflow: hidden; }

#toolsContent {
  display: flex;
  align-items: center; }

.repo-item a {
  display: flex;
  padding: 3px;
  text-decoration: none;
  color: #000;
  align-items: center;
  cursor: move; }
  .repo-item a .fa {
    font-weight: normal; }
  .repo-item a .name {
    margin-left: 5px;
    font-weight: bold; }

.diag-loader {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -27px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  opacity: 0.3; }

.leftToolBar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  background: #8759F2;
  z-index: 9;
  overflow: auto; }
  .leftToolBar a {
    background: none;
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 21px auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    text-align: center;
    color: #fff; }
    .leftToolBar a.active {
      background-color: #000;
      filter: invert(100%); }
  .leftToolBar .sep {
    margin: 23px auto;
    height: 1px;
    width: 18px;
    background: #ECEDED; }
  .leftToolBar .spacer {
    flex-shrink: 1;
    flex-grow: 1; }
  .leftToolBar .btn-new-object {
    background-image: url(/img/toolbar/create-obj-white.svg);
    background-size: 20px 20px; }
  .leftToolBar .btn-model-desc {
    background-image: url(/img/toolbar/model-desc-white.svg);
    background-size: 25px 25px; }
  .leftToolBar .btn-view-comments {
    background-image: url(/img/toolbar/comments-btn.svg);
    background-size: 17px 20px; }
  .leftToolBar .btn-mode-pointer {
    background-image: url(/img/toolbar/pointer-white.svg); }
  .leftToolBar .btn-mode-select {
    background-image: url(/img/toolbar/area-select-white.svg); }
  .leftToolBar .btn-undo {
    background-image: url(/img/toolbar/undo-white.svg);
    background-size: 24px 24px; }
  .leftToolBar .btn-redo {
    background-image: url(/img/toolbar/redo-white.svg);
    background-size: 20px 18px; }
  .leftToolBar .btn-cut {
    background-image: url(/img/toolbar/cut-white.svg);
    background-size: 20px 20px; }
  .leftToolBar .btn-copy {
    background-image: url(/img/toolbar/copy-white.svg);
    background-size: 19px 22px; }
  .leftToolBar .btn-description {
    background-image: url(/img/toolbar/model-desc-black.svg);
    background-size: 19px 22px; }
  .leftToolBar .btn-paste {
    background-image: url(/img/toolbar/paste-white.svg);
    background-size: 19px 22px; }
  .leftToolBar .btn-copy-model {
    background-image: url(/img/toolbar/copy-model-white.svg);
    background-size: 20px 20px; }
  .leftToolBar .btn-create-db {
    background-image: url(/img/toolbar/create-db-white.svg);
    background-size: 20px 22px; }
  .leftToolBar .btn-dg-export {
    background-image: url(/img/toolbar/export-white.svg);
    background-size: 20px 20px; }
  .leftToolBar .btn-auto-position {
    background-image: url(/img/toolbar/auto-position-white.svg);
    background-size: 23px 20px; }

.breadcrumbs {
  font-size: 13px;
  line-height: 25px;
  vertical-align: center;
  padding-right: 5px; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
    color: #ECEDED; }
  .breadcrumbs .span-version-name {
    color: #fff;
    font-weight: 500; }
  .breadcrumbs .dropdown-menu a {
    color: #23272e; }
  .breadcrumbs .dropdown {
    display: inline-block;
    line-height: 25px;
    vertical-align: middle; }
    .breadcrumbs .dropdown button {
      border: none;
      background: none; }
    .breadcrumbs .dropdown li .btn-rollback {
      text-decoration: underline;
      display: none;
      position: absolute;
      right: 20px;
      top: 5px; }
    .breadcrumbs .dropdown li a.dropdown-item {
      width: auto;
      padding-right: 190px;
      position: relative;
      display: block; }
      .breadcrumbs .dropdown li a.dropdown-item:hover .btn-rollback {
        display: inline-block; }
    .breadcrumbs .dropdown li a.dropdown-item:before {
      content: ' ';
      display: inline-block;
      width: 20px;
      text-align: center;
      font-family: 'Font Awesome 6 Free';
      font-weight: 600;
      font-size: 16px;
      margin-right: 5px; }
    .breadcrumbs .dropdown li.active a.dropdown-item:before {
      content: '\f00c'; }
  .breadcrumbs .spinner-border {
    width: 1rem;
    height: 1rem; }

.upload-file-wrap .upload-area {
  width: 100%;
  height: 100px;
  border: 1px solid #B2B2B2;
  border-radius: 12px;
  margin: 0 auto;
  text-align: center;
  overflow: auto;
  cursor: pointer;
  padding: 0px; }
  .upload-file-wrap .upload-area h1 {
    font-size: 8px;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    color: #000000;
    margin-top: 25px; }
.upload-file-wrap .thumbnail {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat; }
.upload-file-wrap .size {
  font-size: 12px; }
.upload-file-wrap input[type="file"] {
  display: none; }

.rightToolBar {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  background: #fff;
  padding: 8px;
  z-index: 19;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-box-shadow: 4px 2px 5px 0px rgba(34, 60, 80, 0.4);
  -webkit-box-shadow: 4px 2px 5px 0px rgba(34, 60, 80, 0.4);
  box-shadow: 4px 2px 5px 0px rgba(34, 60, 80, 0.4); }
  .rightToolBar a {
    display: block;
    color: #777;
    margin-bottom: 5px; }
    .rightToolBar a:hover {
      color: #000; }

.ui-autocomplete {
  z-index: 9000; }

.main-back {
  background-image: url(/img/main_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 711px;
  display: flex;
  opacity: 0.9; }
  .main-back .back-two-thirds {
    width: 60%;
    margin-top: 132px;
    margin-left: 20%; }
  .main-back .back-third {
    width: 40%;
    margin-top: 270px; }
  .main-back .header-purple {
    color: #8759F2;
    font-weight: 700;
    font-size: 64px; }
  .main-back .header-white {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 64px;
    margin-top: -20px; }
  .main-back .text-on-back {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px; }
  .main-back .btn-primary {
    color: #ECEDED;
    background: #8759F2;
    width: 349px;
    height: 70px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border: none;
    border-radius: 8px; }

.main-page-body {
  max-width: 1200px;
  padding: 0; }
  .main-page-body .header-36 {
    font-weight: 700;
    font-size: 36px;
    margin-top: 120px;
    margin-bottom: 90px;
    text-align: center;
    font-style: normal;
    line-height: 44px;
    color: #374049; }
  .main-page-body .img-about {
    width: 649.51px;
    height: 362px; }
  .main-page-body .text-about {
    font-weight: 400;
    font-size: 24px;
    color: #23272E;
    margin-left: 40px; }
  .main-page-body .pros {
    width: 33%; }
  .main-page-body .pros-img {
    width: 42px;
    height: 42px;
    margin-right: 23px;
    margin-left: 20px; }
  .main-page-body .pros-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px; }
  .main-page-body .rates {
    width: 33%; }
  .main-page-body .rates-box {
    width: 350px;
    height: 421px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 41px;
    padding-bottom: 41px;
    position: relative; }
  .main-page-body .rates-box-head {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-bottom: 45px; }
  .main-page-body .box-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    bottom: 41px;
    margin-left: 35px; }
  .main-page-body .rates-box-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000; }
  .main-page-body .rates-box-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-bottom: 35px; }
  .main-page-body .rates-box-btn {
    width: 280px;
    height: 70px;
    background: #603BB7;
    border-radius: 8px;
    color: #ECEDED;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    border: none; }
  .main-page-body .contacts-phone {
    font-weight: 400;
    font-size: 32px;
    line-height: 27px;
    margin-bottom: 25px; }
  .main-page-body .contacts-address {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px; }
  .main-page-body .contacts-links {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #375DBE;
    align-self: center; }
  .main-page-body .img-pdf {
    width: 48px;
    height: 48px;
    margin-right: 10px; }

.footer-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF; }

.footer-text-links {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF; }

.footer-phone {
  font-weight: 400;
  font-size: 32px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 24px; }

.submit-app-form {
  width: 590px;
  height: 590px;
  background: #FFFFFF;
  border-radius: 8px;
  border: none;
  padding: 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .submit-app-form input[type="text"] {
    font-size: 16px; }
    .submit-app-form input[type="text"], .submit-app-form input[type="text"]:focus {
      box-shadow: none;
      --moz-box-shadow: none;
      --webkit-box-shadow: none; }
  .submit-app-form input[type="checkbox"] {
    box-shadow: none;
    width: 25px;
    height: 25px;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    margin-top: 6px; }
  .submit-app-form .modal-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    border: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 45px;
    padding-left: 45px; }
    .submit-app-form .modal-header .modal-title {
      margin-top: 24px; }
  .submit-app-form .modal-body {
    margin-right: 0;
    margin-left: 0;
    padding-left: 45px; }
    .submit-app-form .modal-body .input-error {
      margin-top: -10px; }
    .submit-app-form .modal-body .conf-policy {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px; }
  .submit-app-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
  .submit-app-form .col-md-7 {
    width: 500px; }
  .submit-app-form .modal-footer {
    padding-bottom: 55px;
    justify-content: center; }
    .submit-app-form .modal-footer .btn-primary {
      width: 250px;
      height: 48px;
      background: #603BB7;
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
      border-radius: 8px; }
    .submit-app-form .modal-footer .col-form-label {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      margin-right: 40px; }

#toolsDraggable {
  opacity: 1;
  transition: opacity 0.5s ease;
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 11px; }
  #toolsDraggable:hover {
    opacity: 1; }
  #toolsDraggable .btn {
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px; }
    #toolsDraggable .btn:not(:last-child) {
      margin-right: 19px; }
    #toolsDraggable .btn:focus {
      box-shadow: none; }
  #toolsDraggable .btn-node-icon {
    background-image: url(/img/toolbar/img-black.svg);
    background-size: 18px 18px; }
  #toolsDraggable .btn-template {
    background-image: url(/img/toolbar/text-black.svg);
    background-size: 18px 17px; }
  #toolsDraggable .btn-font {
    background-image: url(/img/toolbar/text-black.svg);
    background-size: 18px 17px; }
  #toolsDraggable .btn-size {
    background-image: url(/img/toolbar/ellipse-black.svg);
    background-size: 20px 20px; }
  #toolsDraggable .btn-shape {
    background-image: url(/img/toolbar/ellipse-black.svg);
    background-size: 20px 20px; }
  #toolsDraggable .btn-make-group {
    background-image: url(/img/toolbar/group-black.svg);
    background-size: 22px 22px; }
  #toolsDraggable .btn-link-type {
    background-image: url(/img/toolbar/link-black.svg);
    background-size: 19px 9px; }
  #toolsDraggable .sp-dd {
    display: none; }
  #toolsDraggable .sp-preview-inner {
    display: none; }
  #toolsDraggable .sp-preview {
    background: url(/img/toolbar/color-black.svg) no-repeat center center;
    background-size: 20px 20px; }
  #toolsDraggable .sp-replacer {
    border: none;
    background: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
    margin-right: 19px; }
  #toolsDraggable .dropdown-toggle:after {
    content: ''; }

.one-line-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-primary {
  color: #fff;
  background: #603BB7;
  border-radius: 8px;
  border: 2px solid #603BB7;
  padding: 0;
  line-height: 44px;
  box-shadow: none; }
  .btn-primary:hover {
    background: #7F66BB;
    border: 2px solid #D1C8E7; }
  .btn-primary:active {
    background: #603BB7;
    border: 2px solid #603BB7; }
  .btn-primary:focus {
    border: 2px solid #603BB7;
    background: #603BB7;
    box-shadow: none; }

.page-admin .btn-primary {
  font-weight: 700;
  padding: 0 20px; }
.page-admin .btn-secondary {
  padding: 0 20px; }
.page-admin .dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left; }
.page-admin .dt-buttons {
  float: right; }
.page-admin .dataTables_wrapper {
  margin-top: 40px; }
.page-admin table.dataTable tbody tr, .page-admin table.dataTable.stripe tbody tr.odd, .page-admin table.dataTable.display tbody tr.odd,
.page-admin table.dataTable.display tbody tr > .sorting_1, .page-admin table.dataTable.order-column.hover tbody tr > .sorting_1,
.page-admin table.dataTable.display tbody tr.odd > .sorting_1, .page-admin table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
.page-admin table.dataTable.display tbody tr.even > .sorting_1, .page-admin table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent; }
  .page-admin table.dataTable tbody tr.selected, .page-admin table.dataTable.stripe tbody tr.odd.selected, .page-admin table.dataTable.display tbody tr.odd.selected,
  .page-admin table.dataTable.display tbody tr > .sorting_1.selected, .page-admin table.dataTable.order-column.hover tbody tr > .sorting_1.selected,
  .page-admin table.dataTable.display tbody tr.odd > .sorting_1.selected, .page-admin table.dataTable.order-column.stripe tbody tr.odd > .sorting_1.selected,
  .page-admin table.dataTable.display tbody tr.even > .sorting_1.selected, .page-admin table.dataTable.order-column.stripe tbody tr.even > .sorting_1.selected {
    background-color: rgba(0, 0, 0, 0.3); }
.page-admin table.dataTable.hover tbody tr:hover.selected, .page-admin table.dataTable.display tbody tr:hover.selected {
  background-color: rgba(0, 0, 0, 0.3); }
.page-admin table.dataTable.display tbody tr.even.selected > .sorting_1, .page-admin table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: transparent; }
.page-admin table.dataTable thead th, .page-admin table.dataTable thead td, .page-admin table.dataTable.no-footer {
  border-bottom: 1px solid #B2B2B2; }
.page-admin table.dataTable.row-border tbody th, .page-admin table.dataTable.row-border tbody td, .page-admin table.dataTable.display tbody th, .page-admin table.dataTable.display tbody td {
  border-top: 1px solid #B2B2B2; }
.page-admin .btm-info {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.page-admin .dataTables_paginate {
  float: none; }
.page-admin .dataTables_info {
  flex-grow: 1;
  font-weight: 700;
  font-size: 16px;
  float: none;
  text-align: right; }
  .page-admin .dataTables_info .select-info {
    display: block; }
.page-admin .dataTables_wrapper table {
  margin-top: 87px; }
.page-admin .dataTables_wrapper .dataTables_filter label {
  position: relative; }
  .page-admin .dataTables_wrapper .dataTables_filter label:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    background: url(/img/search.svg) no-repeat center center;
    background-color: #603BB7;
    background-size: 20px 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
.page-admin .dataTables_wrapper .dataTables_filter input {
  margin: 0;
  background: #fff;
  border: 2px solid #603BB7;
  width: 540px;
  border-radius: 8px;
  line-height: 44px;
  color: #23272e;
  padding: 0 10px; }
  .page-admin .dataTables_wrapper .dataTables_filter input:focus-visible {
    outline: none; }
.page-admin .dataTables_wrapper .dataTables_paginate {
  margin-top: 15px; }
.page-admin .dataTables_wrapper .dataTables_paginate > span {
  display: inline-block;
  vertical-align: top; }
.page-admin .dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #23272e;
  line-height: 36px;
  text-align: center;
  padding: 0;
  background-color: #ECEDED;
  border: 1px solid rgba(35, 39, 46, 0.3);
  margin-left: 10px;
  border-radius: 8px; }
  .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: #ECEDED; }
  .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.current, .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-width: 2px;
    border-color: #603BB7;
    background-color: #ECEDED;
    color: #23272e !important; }
    .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(.next):not(.previous), .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.next):not(.previous), .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover:not(.next):not(.previous) {
      background-image: none; }
  .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.next, .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    background-color: #603BB7;
    border-color: #603BB7;
    background-size: 8px 12px; }
  .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-repeat: no-repeat;
    background-position: center center; }
  .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background-image: url(/img/chevron-right-white.svg); }
  .page-admin .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    background-image: url(/img/chevron-left-white.svg); }

.btn-secondary {
  color: #603BB7;
  border: 2px solid #603BB7;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 0;
  line-height: 44px;
  box-shadow: none; }
  .btn-secondary:hover {
    background: #7F66BB;
    border: 2px solid #D1C8E7;
    color: #fff; }
  .btn-secondary:focus {
    border: 2px solid #603BB7;
    background: #f5f5f5;
    box-shadow: none; }

.spacer {
  flex-grow: 1; }

.sorter-down {
  width: 206px; }
  .sorter-down a {
    color: #000;
    text-decoration: none; }
  .sorter-down .dropdown-toggle:after {
    margin-left: 10px; }
  .sorter-down .dropdown-menu {
    padding: 0;
    width: 206px;
    margin-top: -2px !important;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff; }
    .sorter-down .dropdown-menu .dropdown-item {
      padding: 8px 14px;
      width: 206px; }
      .sorter-down .dropdown-menu .dropdown-item.last {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px; }
      .sorter-down .dropdown-menu .dropdown-item:hover {
        background: #8759F2;
        color: #fff; }
  .sorter-down .btn-dd {
    border-radius: 0; }
    .sorter-down .btn-dd:focus {
      box-shadow: none;
      --moz-box-shadow: none;
      --webkit-box-shadow: none; }
    .sorter-down .btn-dd.show {
      width: 206px;
      box-shadow: none;
      --moz-box-shadow: none;
      --webkit-box-shadow: none;
      background: #fff;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      text-align: left; }

.app-header .search-group {
  border: 3px solid #603BB7;
  background: #fff;
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  min-width: 540px;
  width: 100%; }
  .app-header .search-group input {
    background: #fff;
    flex-grow: 1;
    color: #23272e; }
  .app-header .search-group .btn-search {
    background: url(/img/search.svg) no-repeat center center;
    background-size: 20px 20px;
    background-color: #603BB7;
    border: none;
    flex: 0 0 48px;
    margin-left: auto; }
.app-header .sorter {
  margin-left: 25px; }
  .app-header .sorter a {
    color: #000;
    text-decoration: none; }
  .app-header .sorter .dropdown-toggle:after {
    margin-left: 10px; }
  .app-header .sorter .dropdown-menu {
    padding: 0;
    width: 100%;
    margin-top: -2px !important;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff; }
    .app-header .sorter .dropdown-menu .dropdown-item {
      padding: 8px 16px; }
      .app-header .sorter .dropdown-menu .dropdown-item.last {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px; }
      .app-header .sorter .dropdown-menu .dropdown-item:hover {
        background: #8759F2;
        color: #fff; }
  .app-header .sorter .btn-dd {
    border-radius: 0; }
    .app-header .sorter .btn-dd:focus {
      box-shadow: none;
      --moz-box-shadow: none;
      --webkit-box-shadow: none; }
    .app-header .sorter .btn-dd.show {
      box-shadow: none;
      --moz-box-shadow: none;
      --webkit-box-shadow: none;
      background: #fff;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
.app-header .btn-create {
  width: 190px; }

.btn-create-model, .btn-create-project {
  width: 290px;
  margin-left: 100px; }

.btn-white, .btn-white:active, .btn-white:focus {
  background: none;
  color: #23272e;
  border: 1px solid rgba(35, 39, 46, 0.3);
  border-radius: 8px;
  line-height: 42px;
  padding: 0 10px; }

.app-content .public-filter {
  display: flex;
  justify-content: flex-start; }
  .app-content .public-filter .btn {
    margin-right: 10px; }

.textarea-len-counter {
  text-align: right;
  color: rgba(35, 39, 46, 0.5); }

.center-form {
  width: 730px;
  max-width: 95%;
  border: 2px solid rgba(35, 39, 46, 0.3);
  border-radius: 12px;
  padding: 50px 65px;
  margin: 60px auto; }
  .center-form input[type="radio"] + label {
    margin-right: 25px;
    vertical-align: middle; }
  .center-form h1 {
    display: block;
    padding: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    border-bottom: 1px solid rgba(35, 39, 46, 0.1);
    margin: 0 0 50px; }
  .center-form .form-group {
    margin-bottom: 30px; }
  .center-form label {
    font-size: 20px;
    font-weight: 500; }
  .center-form .row-social label {
    font-weight: 300; }
  .center-form .buttons {
    display: flex;
    align-items: center;
    margin-top: 60px; }
    .center-form .buttons .btn {
      flex-grow: 1;
      flex-basis: 50%; }
    .center-form .buttons .btn-primary {
      margin-right: 20px; }

.login-form form, .register-form form, .profile-form form {
  width: 730px;
  max-width: 95%;
  border: 2px solid rgba(35, 39, 46, 0.3);
  border-radius: 12px;
  padding: 50px 65px;
  margin: 60px auto; }
  .login-form form h1, .register-form form h1, .profile-form form h1 {
    display: block;
    padding: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    border-bottom: 1px solid rgba(35, 39, 46, 0.1);
    margin: 0 0 50px; }
  .login-form form .form-group, .register-form form .form-group, .profile-form form .form-group {
    margin-bottom: 30px; }
  .login-form form label, .register-form form label, .profile-form form label {
    font-size: 20px;
    font-weight: 500; }
  .login-form form .row-social label, .register-form form .row-social label, .profile-form form .row-social label {
    font-weight: 300; }
.login-form .buttons, .register-form .buttons, .profile-form .buttons {
  display: flex;
  align-items: center;
  margin-top: 60px; }
  .login-form .buttons .btn, .register-form .buttons .btn, .profile-form .buttons .btn {
    flex-grow: 1;
    flex-basis: 50%; }
  .login-form .buttons .btn-primary, .register-form .buttons .btn-primary, .profile-form .buttons .btn-primary {
    margin-right: 20px; }

.form-signup {
  position: relative; }
  .form-signup:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -560px;
    background: url(/img/profile.svg) no-repeat center center;
    background-size: contain;
    width: 120px;
    height: 120px; }

.form-profile {
  position: relative; }
  .form-profile .profile-ava {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -560px;
    width: 120px;
    text-align: center; }
    .form-profile .profile-ava #loginView {
      margin-top: 15px;
      font-weight: 700;
      font-size: 18px;
      color: #603BB7; }
  .form-profile .buttons .btn-primary {
    margin: 0; }

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  /* Rounded sliders */ }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 27px;
      width: 27px;
      left: 1.5px;
      bottom: 1.5px;
      background: url(/img/theme-light.svg) #F5F5F5 no-repeat center center;
      background-size: 17px 17px;
      -webkit-transition: .4s;
      transition: .4s; }
  .switch input:checked + .slider {
    background-color: rgba(255, 255, 255, 0.2); }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
    transform: translateX(41px);
    background-color: #23272E;
    background-image: url(/img/theme-dark.svg); }
  .switch .slider.round {
    border-radius: 34px; }
  .switch .slider.round:before {
    border-radius: 50%; }

.switch-theme {
  margin-right: 24px; }

body.theme-dark .login-form form, body.theme-dark .register-form form, body.theme-dark .profile-form form {
  border-color: #f5f5f5; }
  body.theme-dark .login-form form h1, body.theme-dark .register-form form h1, body.theme-dark .profile-form form h1 {
    border-bottom-color: rgba(245, 245, 245, 0.3); }
body.theme-dark .btn {
  color: #ECEDED; }
body.theme-dark .btn-secondary {
  color: #603BB7; }
  body.theme-dark .btn-secondary:hover {
    color: #ECEDED; }
body.theme-dark .btn-white {
  border: 1px solid #ECEDED; }
body.theme-dark .app-header .sorter .btn-dd.show {
  color: #23272e; }

#toolsDraggable .picker {
  padding: 14px;
  width: 245px; }
  #toolsDraggable .picker .dd-title {
    border-bottom: 1px solid #ECEDED;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px; }
  #toolsDraggable .picker .btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 12px; }
    #toolsDraggable .picker .btn.active {
      background-color: #B2B2B2; }
  #toolsDraggable .picker .select2 {
    width: 100% !important; }
  #toolsDraggable .picker .line-type .select2, #toolsDraggable .picker .line-ends .select2 {
    width: 73px !important; }
  #toolsDraggable .picker .select2-container--default .select2-selection--single {
    box-shadow: none;
    --webkit-box-shadow: none;
    --moz-box-shadow: none;
    height: 26px;
    border: 1px solid rgba(35, 39, 46, 0.3);
    border-radius: 4px; }
  #toolsDraggable .picker .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    font-size: 12px; }
  #toolsDraggable .picker .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0; }
  #toolsDraggable .picker input[type="text"], #toolsDraggable .picker input[type="number"] {
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    font-size: 12px; }
    #toolsDraggable .picker input[type="text"]:focus-visible, #toolsDraggable .picker input[type="number"]:focus-visible {
      outline: none; }

#toolsDraggable .link-type-picker .line-type {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #toolsDraggable .link-type-picker .line-type .left {
    flex: 0 0 82px; }
  #toolsDraggable .link-type-picker .line-type .right {
    flex: 0 0 110px;
    margin-left: 20px; }
#toolsDraggable .link-type-picker .line-ends {
  display: flex;
  align-items: flex-end; }
  #toolsDraggable .link-type-picker .line-ends .btn-swap {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    border: none;
    background: url(/img/toolbar/swap-black.svg) no-repeat center center;
    background-size: 12px 14px;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 6px; }
#toolsDraggable .link-type-picker .line-width {
  margin-top: 15px; }
#toolsDraggable .link-type-picker .inp-line-width {
  width: 73px;
  height: 34px;
  line-height: 32px;
  padding-left: 40px;
  background: url(/img/toolbar/line-widths-black.svg) no-repeat 10px center;
  background-size: 18px 16px; }
#toolsDraggable .link-type-picker .txt1 {
  font-size: 14px;
  margin-top: 15px; }

#toolsDraggable .node-shape-picker .node-shape {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-top: 20px; }
  #toolsDraggable .node-shape-picker .node-shape .btn-shape-rect {
    background-image: url(/img/toolbar/rect-black.svg);
    background-size: 20px 16px; }
  #toolsDraggable .node-shape-picker .node-shape .btn-shape-ellipse {
    background-image: url(/img/toolbar/ellipse-black.svg);
    background-size: 20px 20px; }
  #toolsDraggable .node-shape-picker .node-shape .btn-shape-diamond {
    background-image: url(/img/toolbar/diamond-black.svg);
    background-size: 22px 21px; }
#toolsDraggable .node-shape-picker .node-tpl {
  display: flex;
  align-items: center; }
  #toolsDraggable .node-shape-picker .node-tpl .node-tpl-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background: url(/img/toolbar/node-tpl-text-bottom-black.svg) no-repeat center center;
    background-size: 34px 48px;
    margin-left: 10px; }
    #toolsDraggable .node-shape-picker .node-tpl .node-tpl-icon.icon-text-inside {
      background-image: url(/img/toolbar/node-tpl-text-inside-black.svg);
      background-size: 34px 34px; }
    #toolsDraggable .node-shape-picker .node-tpl .node-tpl-icon.icon-text-top {
      background-image: url(/img/toolbar/node-tpl-text-top-black.svg);
      background-size: 34px 48px; }
    #toolsDraggable .node-shape-picker .node-tpl .node-tpl-icon.icon-text-bottom {
      background-image: url(/img/toolbar/node-tpl-text-bottom-black.svg);
      background-size: 34px 48px; }

#toolsDraggable .node-icon-picker .node-icon {
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px; }
  #toolsDraggable .node-icon-picker .node-icon .btn-icon-rect {
    background-image: url(/img/toolbar/rect-black.svg);
    background-size: 20px 16px; }
  #toolsDraggable .node-icon-picker .node-icon .btn-icon-ellipse {
    background-image: url(/img/toolbar/ellipse-black.svg);
    background-size: 20px 20px; }
  #toolsDraggable .node-icon-picker .node-icon .btn-icon-diamond {
    background-image: url(/img/toolbar/diamond-black.svg);
    background-size: 22px 21px; }
#toolsDraggable .node-icon-picker .node-tpl {
  display: flex;
  align-items: center; }
  #toolsDraggable .node-icon-picker .node-tpl .node-tpl-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background: url(/img/toolbar/node-tpl-text-bottom-black.svg) no-repeat center center;
    background-size: 34px 48px;
    margin-left: 10px; }
    #toolsDraggable .node-icon-picker .node-tpl .node-tpl-icon.icon-text-inside {
      background-image: url(/img/toolbar/node-tpl-text-inside-black.svg);
      background-size: 34px 34px; }
    #toolsDraggable .node-icon-picker .node-tpl .node-tpl-icon.icon-text-top {
      background-image: url(/img/toolbar/node-tpl-text-top-black.svg);
      background-size: 34px 48px; }
    #toolsDraggable .node-icon-picker .node-tpl .node-tpl-icon.icon-text-bottom {
      background-image: url(/img/toolbar/node-tpl-text-bottom-black.svg);
      background-size: 34px 48px; }

#toolsDraggable .font-picker .font-example {
  border-bottom: 1px solid #ECEDED;
  padding-bottom: 10px;
  margin-bottom: 10px; }
#toolsDraggable .font-picker .drow {
  display: flex; }
  #toolsDraggable .font-picker .drow .left {
    flex-grow: 1; }
  #toolsDraggable .font-picker .drow .right {
    flex: 0 0 75px;
    margin-left: 20px; }
  #toolsDraggable .font-picker .drow .style, #toolsDraggable .font-picker .drow .alignment {
    margin-top: 20px; }
    #toolsDraggable .font-picker .drow .style .btn-bold, #toolsDraggable .font-picker .drow .alignment .btn-bold {
      background-image: url(/img/toolbar/bold-black.svg);
      background-size: 11px 14px; }
    #toolsDraggable .font-picker .drow .style .btn-italic, #toolsDraggable .font-picker .drow .alignment .btn-italic {
      background-image: url(/img/toolbar/italic-black.svg);
      background-size: 12px 14px; }
    #toolsDraggable .font-picker .drow .style .btn-underline, #toolsDraggable .font-picker .drow .alignment .btn-underline {
      background-image: url(/img/toolbar/underline-black.svg);
      background-size: 12px 15px; }
    #toolsDraggable .font-picker .drow .style .btn-alignment-left, #toolsDraggable .font-picker .drow .alignment .btn-alignment-left {
      background-image: url(/img/toolbar/align-l-black.svg);
      background-size: 15px 15px; }
    #toolsDraggable .font-picker .drow .style .btn-alignment-center, #toolsDraggable .font-picker .drow .alignment .btn-alignment-center {
      background-image: url(/img/toolbar/align-c-black.svg);
      background-size: 15px 15px; }
    #toolsDraggable .font-picker .drow .style .btn-alignment-right, #toolsDraggable .font-picker .drow .alignment .btn-alignment-right {
      background-image: url(/img/toolbar/align-r-black.svg);
      background-size: 15px 15px; }

.flipx {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.mclear {
  clear: both;
  min-height: 1px; }

/*# sourceMappingURL=main.css.map */
