.sokved, .sokved *, .sokved :before, .sokved :after {
  box-sizing: border-box;
  outline: none;
}

.sokved {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.sokved .sokved-ml-auto {
  margin-left: auto !important;
}
.sokved .sokved-mr-auto {
  margin-right: auto !important;
}
.sokved .sokved-headline {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}
.sokved .sokved-headline span {
  color: #2590ED;
}
.sokved .sokved-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 660px;
}
.sokved .sokved-left {
  padding-right: 30px;
  flex: 0 0 calc(100% - 390px);
  max-width: calc(100% - 390px);
}
.sokved .sokved-right {
  flex: 0 0 390px;
  max-width: 390px;
}
.sokved .sokved-tabs {
  display: flex;
  margin-bottom: 30px;
}
.sokved .sokved-tabs__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 15px);
  height: 65px;
  border-radius: 15px;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  background-color: #FFF;
  color: #2C9FE3;
  box-shadow: 0px 4px 11px rgba(45, 160, 227, 0.41);
  user-select: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.sokved .sokved-tabs__item:hover, .sokved .sokved-tabs__item.active {
  background: linear-gradient(7deg, #2C9FE3 5.98%, #54BFDE 95.1%);
  color: #fff;
}
.sokved .sokved-tabs__item + .sokved-tabs__item {
  margin-left: 30px;
}
.sokved .sokved-contents {
  margin-bottom: 30px;
}
.sokved .sokved-content p {
  font-size: 17px;
  line-height: 1.4;
  color: #777777;
}
.sokved .sokved-content p + p {
  margin-top: 30px;
}
.sokved .sokved-content:not(.active) {
  display: none;
}
.sokved .sokved-desc {
  margin-bottom: 30px;
  color: #777777;
}
.sokved .sokved-search {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  height: 65px;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.04);
}
.sokved .sokved-search.focus {
  box-shadow: 0 0 10px rgba(44, 159, 227, 0.6);
}
.sokved .sokved-search__input {
  margin: 0;
  padding: 0 0 0 20px;
  width: calc(100% - 80px);
  height: 100%;
  border: none;
  border-radius: inherit;
  color: #777777;
}
.sokved .sokved-search__input::-moz-placeholder, .sokved .sokved-search__input::-webkit-input-placeholder, .sokved .sokved-search__input:-ms-input-placeholder, .sokved .sokved-search__input::-ms-input-placeholder, .sokved .sokved-search__input::placeholder {
  color: #777777;
  opacity: 1;
}
.sokved .sokved-search__input::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
.sokved .sokved-search__submit {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 100%;
  border: none;
  border-radius: inherit;
  background-color: #fff;
  background-image: var(--wpr-bg-35a29377-88d9-46c7-83f5-37036746918e);
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sokved #sokved-content2 .sokved-search {
  margin-bottom: 33px;
}
.sokved #sokved-content3 .sokved-search {
  margin-bottom: 35px;
}
.sokved #sokved-content1 .sokved-data {
  padding-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  /*&::-webkit-scrollbar {
    display: none;
  }*/
}
.sokved #sokved-content1 .sokved-data::-webkit-scrollbar-track {
  border: 2px solid white;
  background-color: #E5E5E5;
}
.sokved #sokved-content1 .sokved-data::-webkit-scrollbar {
  width: 6px;
  background-color: #dfe6e9;
}
.sokved #sokved-content1 .sokved-data::-webkit-scrollbar-thumb {
  background-color: #2C9FE3;
  border-radius: 10px;
}
.sokved #sokved-content2 .sokved-tagsdata {
  position: relative;
  padding-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  /*&::-webkit-scrollbar {
    display: none;
  }*/
}
.sokved #sokved-content2 .sokved-tagsdata::-webkit-scrollbar-track {
  border: 2px solid white;
  background-color: #E5E5E5;
}
.sokved #sokved-content2 .sokved-tagsdata::-webkit-scrollbar {
  width: 6px;
  background-color: #dfe6e9;
}
.sokved #sokved-content2 .sokved-tagsdata::-webkit-scrollbar-thumb {
  background-color: #2C9FE3;
  border-radius: 10px;
}
.sokved #sokved-content3 .sokved-data {
  padding-right: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  /*&::-webkit-scrollbar {
    display: none;
  }*/
}
.sokved #sokved-content3 .sokved-data::-webkit-scrollbar-track {
  border: 2px solid white;
  background-color: #E5E5E5;
}
.sokved #sokved-content3 .sokved-data::-webkit-scrollbar {
  width: 6px;
  background-color: #dfe6e9;
}
.sokved #sokved-content3 .sokved-data::-webkit-scrollbar-thumb {
  background-color: #2C9FE3;
  border-radius: 10px;
}
.sokved .sokved-tree__item:not(.active) .sokved-subtree {
  display: none;
}
.sokved .sokved-tree__item:not(:last-child) {
  margin-bottom: 13px;
}
.sokved .sokved-tree__item-link {
  position: relative;
  padding-left: 30px;
  border-radius: inherit;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration-line: underline;
  color: #777;
  user-select: none;
  cursor: pointer;
}
.sokved .sokved-tree__item-link:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: var(--wpr-bg-2ce55658-17b7-4783-95a1-d696874914a7);
}
.sokved .sokved-tree__item.active .sokved-tree__item-link:before {
  background-image: var(--wpr-bg-5f86ef5e-791a-4b73-b300-1d8ea37407e7);
}
.sokved .sokved-subtree {
  padding-top: 15px;
  padding-left: 30px;
}
.sokved .sokved-subtree__item:not(:last-child) {
  margin-bottom: 15px;
}
.sokved .sokved-subtree__item-link {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.4;
  color: #777;
  user-select: none;
  transition: all 0.25s ease;
}
.sokved .sokved-subtree__item-link:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: var(--wpr-bg-d5cae59b-dfaf-406e-809f-67e6bee64ade);
}
.sokved .sokved-subtree__item-link b {
  font-weight: bold;
}
.sokved .sokved-subtree__item-link .sokved-subtree__item-icon_close {
  display: none;
}
.sokved .sokved-subtree__item:not(.active) {
  cursor: pointer;
}
.sokved .sokved-subtree__item.active .sokved-subtree__item-link:before {
  background-image: var(--wpr-bg-1544347f-4c62-4fa5-b94e-fe5c740ca3a2);
}
.sokved .sokved-subtree__item-icon {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.sokved .sokved-subtree__item-icon_note {
  background-image: var(--wpr-bg-ca9da992-0626-465f-aa5d-c2974793757b);
  cursor: pointer;
}
.sokved .sokved-subtree__item-icon_info {
  background-image: var(--wpr-bg-a8ee2d36-39c1-4212-9543-8d5557b5a41f);
  background-size: 18px;
  cursor: pointer;
}
.sokved #sokved-content2 .sokved-subtree__item-icon_note {
  display: none;
}
.sokved #sokved-content3 .sokved-subtree__item-icon_note {
  display: none;
}
.sokved .sokved-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 30px;
}
.sokved .sokved-tags__item {
  margin-bottom: 10px;
  padding: 0 5px;
}
.sokved .sokved-tags__item span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #2C9FE3;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  color: #2C9FE3;
  transition: 0.1s;
  cursor: pointer;
}
.sokved .sokved-tags__item span:hover {
  background-color: #2C9FE3;
  color: #fff;
}
.sokved .sokved-tags-actions {
  position: absolute;
  top: 0;
  right: 8px;
}
.sokved .sokved-tags-actions__item {
  font-size: 14px;
  color: #2C9FE3;
  cursor: pointer;
}
.sokved .sokved-tags-actions__item + .sokved-tags-actions__item {
  margin-top: 8px;
}
.sokved .sokved-data__section .sokved-subtree {
  padding-left: 0;
}
.sokved .sokved-data__section .sokved-subtree__item-link {
  padding-right: 30px;
}
.sokved .sokved-data__section + .sokved-data__section {
  margin-top: 20px;
}
.sokved .sokved-data__title {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #2C9FE3;
}
.sokved .sokved-activities {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.sokved .sokved-activities__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 30px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.sokved .sokved-activities__add {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
  color: #2C9FE3;
  cursor: pointer;
}
.sokved .sokved-activities__add-icon {
  display: block;
  margin: 0 auto 20px;
  width: 73px;
  height: 73px;
}
.sokved .sokved-activities__add-icon_plus {
  background-image: var(--wpr-bg-0e39f649-5389-4234-afce-9e2410c0e42d);
}
.sokved .sokved-activities__data {
  position: relative;
  padding-right: 4px;
  height: 100%;
  overflow-x: hidden;
  /*&::-webkit-scrollbar {
    display: none;
  }*/
}
.sokved .sokved-activities__data::-webkit-scrollbar-track {
  border: 2px solid white;
  background-color: #E5E5E5;
}
.sokved .sokved-activities__data::-webkit-scrollbar {
  width: 6px;
  background-color: #dfe6e9;
}
.sokved .sokved-activities__data::-webkit-scrollbar-thumb {
  background-color: #2C9FE3;
  border-radius: 10px;
}
.sokved .sokved-activities__section .sokved-subtree {
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0;
}
.sokved .sokved-activities__section .sokved-subtree__item {
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 5px;
  border-radius: 10px;
}
.sokved .sokved-activities__section .sokved-subtree__item:hover {
  background: linear-gradient(7deg, #2C9FE3 5.98%, #54BFDE 95.1%);
}
.sokved .sokved-activities__section .sokved-subtree__item:hover .sokved-subtree__item-link {
  color: #fff;
}
.sokved .sokved-activities__section .sokved-subtree__item-link {
  padding-right: 30px;
  border-radius: inherit;
  cursor: default;
}
.sokved .sokved-activities__section .sokved-subtree__item-link:before {
  top: 11px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #777;
}
.sokved .sokved-activities__section .sokved-subtree__item-link .sokved-subtree__item-icon_close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: var(--wpr-bg-48490203-3282-4533-a6be-458aaa9c863a);
  cursor: pointer;
}
.sokved .sokved-activities__section .sokved-subtree__item-icon_info {
  display: none;
}
.sokved .sokved-activities__section + .sokved-activities__section {
  margin-top: 20px;
}
.sokved .sokved-activities__title {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #2C9FE3;
}
.sokved .sokved-activities__clear, .sokved .sokved-activities__restore {
  position: absolute;
  bottom: 80px;
  left: 30px;
  font-size: 12px;
  text-decoration-line: underline;
  color: #2C9FE3;
  cursor: pointer;
}
.sokved .sokved-activities__actions {
  display: flex;
  align-items: center;
  padding: 30px;
}
.sokved .sokved-activities__action {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #2C9FE3;
}
.sokved .sokved-activities__action-icon {
  display: inline-block;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-repeat: no-repeat;
}
.sokved .sokved-activities__action-icon_print {
  background-image: var(--wpr-bg-332e5a72-a920-4335-94d4-8fa4f7d359e4);
}
.sokved .sokved-activities__action-icon_pdf {
  background-image: var(--wpr-bg-8af5bbb0-f9a7-40f8-b406-2a6cfef23042);
}
.sokved .sokved-activities:not(.active) .sokved-activities__data {
  display: none;
}
.sokved .sokved-activities.active .sokved-activities__add {
  display: none;
}
@media (max-width: 1024px) {
  .sokved .sokved-left {
    flex: 0 0 calc(100% - 290px);
    max-width: calc(100% - 290px);
  }
  .sokved .sokved-right {
    flex: 0 0 290px;
    max-width: 290px;
  }
}
@media (max-width: 768px) {
  .sokved .sokved-headline {
    font-size: 30px;
  }
  .sokved .sokved-container {
    display: block;
    height: auto;
  }
  .sokved .sokved-left {
    margin-bottom: 30px;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sokved .sokved-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sokved .sokved-data {
    max-height: 200px;
  }
}
@media (max-width: 550px) {
  .sokved .sokved-headline {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .sokved .sokved-tabs__item {
    width: calc(100% - 5px);
    height: 60px;
    font-size: 14px !important;
  }
  .sokved .sokved-tabs__item + .sokved-tabs__item {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .sokved .sokved-tabs {
    flex-wrap: wrap;
  }
  .sokved .sokved-tabs__item {
    width: 100%;
    font-size: 15px !important;
  }
  .sokved .sokved-tabs__item + .sokved-tabs__item {
    margin-top: 10px;
    margin-left: 0;
  }
}

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