:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.app {
  min-height: 100vh;
}

.center {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.content {
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  transform: translate(0);
}

.top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bottom {
  height: auto;
}

.t-left {
  align-items: flex-end;
  line-height: 14px;
  display: flex;
}

.eagle {
  margin-right: 10px;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.body.b-logowanie {
  background-color: #fff;
}

.navi {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calendar {
  background-color: #ebebeb;
  background-image: none;
  height: auto;
  margin-top: 10px;
  padding: 5px 10px 10px;
}

.nav-butt {
  color: #fff;
  cursor: pointer;
  background-color: #901400;
  border: 0 solid #067dff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 31px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 6px 6px 6px 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: letter-spacing .2s, background-color .2s;
  display: flex;
}

.nav-butt:hover {
  letter-spacing: 1px;
}

.nav-butt.nb-add-agent {
  background-color: #ff711f;
}

.nav-butt.nb-add-back {
  background-color: #a8a8a8;
}

.nav-butt.nb-add-back:hover {
  background-color: #901400;
}

.navig {
  flex: 1;
  margin-top: 5px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.field-filtr {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  width: 130px;
  height: 31px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 4px;
  line-height: 14px;
  display: block;
}

.field-filtr.ff-cal {
  background-image: url('../images/calendar_date_event_month_icon.png');
  background-position: 108px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 31px;
  padding-right: 25px;
}

.field-filtr.ff-search {
  min-width: 250px;
}

.form-tr {
  display: flex;
}

.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: minmax(auto, auto) minmax(100px, 100px) .5fr auto 1fr .5fr .5fr minmax(100px, auto);
  grid-auto-flow: row;
  overflow: auto;
}

.td {
  background-color: #fff;
  border-bottom: 0 solid #c9c9c9;
  width: 100%;
  height: 100%;
}

.td.td-center {
  text-align: center;
}

.td-tyt {
  padding: 5px;
  font-weight: 700;
}

.td-tyt.td-center {
  text-align: center;
}

.td-txt {
  text-align: left;
  padding: 5px;
}

.td-txt.td-center {
  text-align: center;
}

.task {
  background-color: #fff;
  border: 0 solid #97c9ff;
  flex-direction: column;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 11px 50px #0000000f;
}

.t-section {
  background-color: #e7e7e7;
  width: 40%;
  padding: 10px;
}

.t-section.ts-right {
  width: 59%;
}

.t-section.t-section-agent {
  width: 49%;
}

.t-content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
  display: block;
}

.ts-tr {
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.tstd {
  display: flex;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0;
  height: 30px;
  margin-bottom: 0;
  padding: 3px 5px 5px;
  line-height: 14px;
  transition: background-color .2s;
}

.input:hover {
  background-color: #fffef9;
}

.input.input-textarea {
  height: auto;
  min-height: 335px;
  line-height: 18px;
}

.input.input-data {
  background-image: url('../images/calendar_date_event_month_icon.png');
  background-position: 118px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 0;
  width: 140px;
  padding-right: 25px;
}

.input.inp120 {
  border-radius: 0;
  width: 140px;
  padding-top: 3px;
  padding-left: 0;
}

.input.inp-notatki {
  min-height: 91px;
  line-height: 18px;
}

.button-task {
  color: #000;
  cursor: pointer;
  background-color: #f0f0f0;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
  transition: letter-spacing .2s, background-color .2s;
}

.button-task:hover {
  letter-spacing: 1px;
  background-color: #fff;
}

.button-task.bt-subm {
  color: #fff;
  background-color: #901400;
  margin-left: 0;
}

.inp-label {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 120px;
  max-width: 120px;
  margin-bottom: 0;
  padding-right: 5px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}

.ts-tyt {
  padding-bottom: 5px;
}

.ts-tr-top {
  border-bottom: 1px solid #fff;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
}

.t-sekcions {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.t-buttons {
  display: flex;
}

.check-label {
  display: none;
}

.checkbox-field {
  margin-bottom: 0;
}

.belka {
  z-index: 10;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff24;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
  overflow: hidden;
}

.date-scope {
  display: flex;
}

.promprs {
  margin-top: 10px;
}

.prompt {
  background-color: #fdffe9;
  border-top: 0 solid #0f5;
  border-bottom: 0 solid #ecff1b;
  border-left: 2px solid #ecff1b;
  border-right: 0 solid #0f5;
  padding: 5px 10px;
}

.prompt.prompt-false {
  background-color: #fff0f1;
  border-bottom-width: 0;
  border-bottom-color: red;
  border-left-width: 1px;
  border-left-color: red;
}

.prompt.prompt-true {
  background-color: #ebebeb;
  border-bottom-width: 0;
  border-bottom-color: #41ff5c;
  border-left-width: 1px;
  border-left-color: #464646;
}

.p-info {
  color: #000;
}

.action-edit {
  opacity: .25;
  cursor: pointer;
  background-image: url('../images/edit_pencil_icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 2px;
  transition: opacity .2s;
}

.action-edit:hover {
  opacity: 1;
}

.td-content {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.td-content.center {
  width: 100%;
}

.td-content.td-center {
  justify-content: center;
}

.td-content.td-complited {
  background-color: #f0fff4;
}

.td-content.td-expired {
  background-color: #fff0f1;
}

.td-content.td-hover {
  background-color: #f1f1f1;
}

.td-content.td-expired-hover {
  background-color: #fde3e5;
}

.td-label {
  text-align: left;
  background-color: #fff4f4;
  padding: 2px;
  font-size: 12px;
  line-height: 14px;
}

.td-label.td-center {
  text-align: center;
}

.td-label.td-label-green {
  background-color: #e8ffee;
}

.nav-butt-scope {
  color: #fff;
  cursor: pointer;
  background-color: #222;
  border: 0 solid #067dff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 31px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: letter-spacing .2s, background-color .2s;
  display: flex;
}

.nav-butt-scope:hover {
  letter-spacing: 1px;
}

.action-pdf {
  opacity: .4;
  cursor: pointer;
  background-image: url('../images/adobe_file_logo_logos_pdf_icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  margin-right: 5px;
  transition: opacity .2s;
  display: none;
}

.action-pdf:hover {
  opacity: 1;
}

.action-delete {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/bin_delete_garbage_remove_trash_icon.png');
  background-position: 50%;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
}

.action-delete:hover {
  opacity: 1;
}

.button-task-delete {
  color: #000;
  cursor: pointer;
  background-color: #fff0f1;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
  transition: letter-spacing .2s, background-color .2s;
}

.button-task-delete:hover {
  letter-spacing: 1px;
  background-color: #ffa2a8;
}

.button-task-delete.bt-subm {
  background-color: #e0e0e0;
}

.button-task-delete-confirm {
  color: #fff;
  cursor: pointer;
  background-color: #ff5a65;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  transition: letter-spacing .2s, background-color .2s;
}

.button-task-delete-confirm:hover {
  background-color: #ff3644;
}

.button-task-delete-confirm.bt-subm {
  background-color: #e0e0e0;
}

.delete-confirm {
  width: 0;
  overflow: hidden;
}

.delete {
  overflow: hidden;
}

.login-layer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.login {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  display: flex;
  box-shadow: 9px 12px 50px 2px #0000000d;
}

.log-ety {
  color: #000;
  margin-bottom: 2px;
}

.log-input {
  color: #000;
}

.log-content {
  margin-top: 15px;
}

.log-subm {
  cursor: pointer;
  background-color: #901400;
  margin-top: 5px;
  transition: background-color .2s, letter-spacing .2s;
}

.log-subm:hover {
  letter-spacing: 1px;
}

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

.login-prompt {
  flex-direction: column;
  align-items: stretch;
  width: 400px;
  display: flex;
}

.grid-agents {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: minmax(auto, auto) minmax(100px, 100px) .5fr 1fr 1fr minmax(100px, auto);
}

.t-right {
  align-items: flex-end;
  display: flex;
}

.logout {
  cursor: pointer;
  background-color: #c7c7c7;
  padding: 5px;
  line-height: 14px;
  transition: letter-spacing .2s, background-color .2s;
}

.logout:hover {
  letter-spacing: 1px;
  background-color: #222;
}

.ttop {
  justify-content: flex-end;
  display: flex;
}

.login-info {
  color: #000;
}

.login-info:hover {
  text-decoration: none;
}

.logo {
  width: 40px;
  margin-left: 0;
  margin-right: 10px;
}

.logo.logo-login {
  width: 70px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -244px;
}

.tab-tyt-filtr {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-weight: 700;
  line-height: 14px;
}

.tab-top {
  justify-content: flex-start;
  align-items: center;
  min-height: 25px;
  padding-bottom: 5px;
  display: flex;
}

.tt-txt {
  line-height: 14px;
}

.tt-td {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.tt-link {
  color: #333;
  line-height: 14px;
}

.tt-link:hover {
  text-decoration: none;
}

.printer-icon {
  cursor: pointer;
  width: 20px;
  margin-left: 5px;
}

.kalendarz {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff;
  justify-content: space-between;
  transition: height .2s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.call {
  flex: 1;
  align-items: flex-start;
  transition: height .2s;
  display: flex;
  overflow: auto;
}

.call-month {
  color: #000;
  flex-direction: column;
  flex: 1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  line-height: 14px;
  display: flex;
}

.call-month.call-month-carent {
  min-width: 40vw;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: height .2s;
}

.call-top {
  justify-content: center;
  display: flex;
}

.call-tab {
  flex: 1;
  margin-top: 10px;
}

.c-month {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  position: static;
}

.c-month.cm-current {
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.call-arrows {
  opacity: .5;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.call-arrows:hover {
  opacity: 1;
}

.call-mng-left {
  cursor: pointer;
  width: 30px;
  min-width: 30px;
  transition: opacity .2s;
}

.call-mng-left:hover {
  opacity: 1;
}

.call-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.call-mng-right {
  cursor: pointer;
  width: 30px;
  min-width: 30px;
  transition: opacity .2s;
  transform: rotate(180deg);
}

.call-mng-right:hover {
  opacity: 1;
}

.tabtd {
  width: 70px;
}

.tab-td {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-day-number {
  color: #000;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  padding: 7px;
  transition: background-color .2s;
  display: flex;
}

.tab-day-number:hover, .tab-day-number.tdn-active {
  background-color: #e0e0e0;
}

.tab-day-number.tdn-other {
  opacity: .2;
  transition: opacity .2s, background-color .2s;
}

.tab-day-number.tdn-other:hover {
  opacity: 1;
}

.tab-th {
  height: auto;
}

.tab-day-week-name {
  color: #000;
  padding: 7px;
  font-size: 16px;
  font-weight: 700;
}

.td-tip {
  flex-direction: column;
  justify-content: center;
  width: 0;
  height: 0;
  display: none;
}

.td-tip-content {
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  min-width: 250px;
  padding: 9px;
  display: flex;
  box-shadow: 7px 5px 20px #00000017;
}

.tip-inf {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.kal-top {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 50px #00000012;
}

.kalendarz-content {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  transition: height .2s;
  display: flex;
  position: relative;
  top: -40px;
}

.kal-contener {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  transition: height .2s;
  display: flex;
  position: relative;
}

.kal-top-cont {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ktc-navi {
  background-color: #fff;
  border-radius: 50px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.ktcn-ico {
  background-image: url('../images/calendar_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
  width: 25px;
  height: 25px;
}

.tab-top-right {
  align-items: center;
  display: flex;
}

.druk-data {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.dz-tr {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.dz-name {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.druk-lista {
  color: #000;
  padding-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.dz-ety {
  min-width: 120px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.dz-value {
  min-width: 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.dz-date {
  border-bottom: 2px solid #000;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.druk-zadania {
  width: 100%;
  padding-left: 0;
}

.druk-zadanie {
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.dz-info {
  min-width: 120px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.dz-info-txt {
  min-width: 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.bredcrumbs {
  background-color: #ebebeb;
  margin-top: 5px;
  padding: 3px 4px 3px 50px;
}

.text-block {
  color: #901400;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.logi {
  background-color: #ebebeb;
  background-image: none;
  height: auto;
  margin-top: 10px;
  padding: 5px;
  overflow: auto;
}

.grid-logs {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: minmax(auto, auto) auto auto auto 1fr;
  grid-template-areas: "Area";
  overflow: auto;
}

.td-txt-log {
  text-align: left;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 12px;
}

.td-txt-log.td-center {
  text-align: center;
}

.belka-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.td-content-hover {
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.td-content-hover.center {
  width: 100%;
}

.td-content-hover.td-center {
  justify-content: center;
}

.td-content-hover.td-complited {
  background-color: #f0fff4;
}

.td-content-hover.td-expired {
  background-color: #fff0f1;
}

.td-content-hover.td-complited-hover {
  background-color: #dcffe5;
}

.td-content-hover.td-expired-hover {
  background-color: #fde3e5;
}

.ts-checks {
  background-color: #ffffff30;
  border: 0 solid #cecece;
  flex-flow: wrap;
  flex: 1;
  width: 50%;
  padding: 10px 10px 6px;
  display: flex;
}

.ts-checkbox-field {
  width: 33%;
}

.ts-checkbox-label {
  font-size: 12px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .t-section {
    width: 100%;
    margin-bottom: 10px;
  }

  .t-section.ts-right, .t-section.t-section-agent {
    width: 100%;
  }

  .t-sekcions {
    flex-direction: column;
  }

  .date-scope.data-scope-_hide {
    display: none;
  }

  .ts-checkbox-field {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navi {
    width: 100%;
  }

  .navig {
    flex-wrap: wrap;
  }

  .form-block, .form {
    width: 100%;
  }

  .field-filtr.ff-search {
    flex: 1;
    min-width: 100px;
    margin-right: 0;
  }

  .form-tr {
    width: 100%;
  }

  .ts-tr {
    margin-bottom: 10px;
  }

  .tstd {
    flex-direction: column;
  }

  .inp-label {
    margin-bottom: 2px;
  }

  .date-scope {
    flex-wrap: wrap;
  }

  .logo.logo-login {
    width: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    left: 0;
  }

  .ts-checks {
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .center {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navi {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .calendar {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-butt {
    width: 46vw;
    margin-right: 0;
  }

  .navig, .form-block, .form {
    width: 100%;
  }

  .field-filtr {
    width: 46vw;
    margin-right: 0;
  }

  .field-filtr.ff-cal {
    background-position: 97%;
  }

  .field-filtr.ff-search {
    margin-top: 5px;
  }

  .form-tr, .belka {
    width: 100%;
  }

  .date-scope {
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
  }

  .nav-butt-scope {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
  }

  .login-prompt {
    width: 90%;
  }

  .call-month {
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
  }

  .call-month.call-month-carent {
    min-width: 100%;
  }

  .ts-checkbox-field {
    width: 50%;
  }
}

#w-node-_08df63a0-d63f-2527-474d-ce035ba44fe9-e9c6e4bb, #w-node-_84c22a0f-0bee-0623-96b9-262f88ea3219-e9c6e4bb, #w-node-_9149df44-340f-3854-12fd-6f5e00589e7e-e9c6e4bb, #w-node-_39bbd681-8063-45b8-28b7-39f5b0b0377a-e9c6e4bb, #w-node-_4f99cc20-1012-0a15-1807-e750d87e1e18-e9c6e4bb, #w-node-ed79f52a-d556-1389-bb4e-d83793d70bff-e9c6e4bb, #w-node-fd25054b-327b-8ad2-54e5-499d968e34cc-e9c6e4bb, #w-node-_23cb3f51-2b3c-8ae7-081e-9935f1bdac70-e9c6e4bb, #w-node-_5f84fe36-4b0d-62b9-0a3f-9cc6345dad4b-e9c6e4bb, #w-node-_9aa2c8b4-fcbb-c3da-1712-eb9330cae2a0-e9c6e4bb, #w-node-dd9be434-7f1b-1d5c-d421-e68c97bd4c8e-e9c6e4bb, #w-node-_8343892d-1d03-657e-17d1-0870efc6c003-e9c6e4bb, #w-node-_4218286b-7c2f-c16d-7188-4341bf806674-e9c6e4bb, #w-node-_18c5c9c1-8bbb-ddad-d9ea-47385311419e-e9c6e4bb, #w-node-_65dc3322-6098-2022-3cb3-b2709210f86d-e9c6e4bb, #w-node-_4efc1498-8414-cd6b-f40a-444c90358c5b-e9c6e4bb, #w-node-_60a1305d-306c-4ae3-33e3-01db18f1ee00-e9c6e4bb, #w-node-_9653804c-8825-881d-3515-584ab35f3ad1-e9c6e4bb, #w-node-_6b81bc03-c3ae-2dc1-2bda-c3cbd7a674de-e9c6e4bb, #w-node-_8e618557-8857-0b55-3792-2cb555ccff48-e9c6e4bb, #w-node-_189025f9-3ff8-cdc2-f15e-e8cba20b6a3a-e9c6e4bb, #w-node-_5129f298-d0e5-7d00-88b4-22d84cb3aac1-e9c6e4bb, #w-node-_284706d9-9c77-d0f9-7f8d-d8bb8b93f72a-e9c6e4bb, #w-node-_7ca0d631-be4f-5cae-a48b-8cd03b234650-e9c6e4bb, #w-node-_7d0a064f-f250-e212-ade8-b1d3a5e38b71-e9c6e4bb, #w-node-_260b9453-e9a1-c491-af57-4565f494c36a-e9c6e4bb, #w-node-_0d45f72b-d5f8-8502-712b-371679a6dbfd-e9c6e4bb, #w-node-dbcad458-ab00-547c-2462-2ce1182e0e3c-e9c6e4bb, #w-node-_8f941b20-bf03-ac5f-6bfc-65dae0573e52-e9c6e4bb, #w-node-d3e1d00b-fc1b-9ad7-c8b5-bfbb602ab215-e9c6e4bb, #w-node-_4c8457ad-934e-bad2-ee1a-f34759e525fb-e9c6e4bb, #w-node-_36bbf9ad-0f94-2188-e512-f28eb03258c8-e9c6e4bb, #w-node-_43aec63c-5690-9dfb-167c-03344b1aa4be-e9c6e4bb, #w-node-e299abdc-92c9-0883-6108-293907d6eca7-e9c6e4bb, #w-node-_845c8e05-b1fc-60fa-0885-d2b83f889a00-e9c6e4bb, #w-node-_8c788cbe-7ee6-0a5b-7e28-26d09db81650-e9c6e4bb, #w-node-de860d58-42f0-bc33-d492-cf369c0a2488-e9c6e4bb, #w-node-_2ea73c2e-359e-5ea7-1e76-9b7b6795f81c-e9c6e4bb, #w-node-_181454f6-4c32-01b2-9f86-55c7129fd9c4-e9c6e4bb, #w-node-_6802ba3a-9a20-0b3d-acef-15509eab9a5c-e9c6e4bb, #w-node-_5557fe5b-2ef8-efc0-7c77-35de4e1ba403-e9c6e4bb, #w-node-a1cf0d1a-d2fb-0a17-90c3-315a1aee6198-e9c6e4bb, #w-node-f4ab4e68-4a25-6556-27e1-1c6a8fa28031-e9c6e4bb, #w-node-fcc698a3-a3b7-346e-da44-cb10cf624549-e9c6e4bb, #w-node-_4f050b29-6b8c-7ee0-9d9c-e39716ac6453-e9c6e4bb, #w-node-_07927183-a5de-dd36-8138-2ac81842eb1b-e9c6e4bb, #w-node-_720245a4-3c1b-f6ab-0745-6b6bfe978c89-e9c6e4bb, #w-node-cdebc385-31f3-ce4a-020e-033b6bacdd54-e9c6e4bb, #w-node-d6043733-bd50-6beb-dfca-8dd9b3d4f218-e9c6e4bb, #w-node-_0a5f9106-62e2-819b-8739-cfb6ec2450af-e9c6e4bb, #w-node-_1d63bde1-24e2-aa1f-a5f9-f67339e5d919-e9c6e4bb, #w-node-a1685a90-2596-28f2-d881-5850d3c343cf-e9c6e4bb, #w-node-_072aa904-e6fb-d0eb-c534-cb6697b9b3a0-e9c6e4bb, #w-node-_6ee23484-976b-596e-ed35-0e7584b840fa-e9c6e4bb, #w-node-_2ba53918-cedd-8077-2956-94352da759bd-e9c6e4bb, #w-node-_66707a58-5d99-54e8-a2da-d02085cfa554-e9c6e4bb, #w-node-_08df63a0-d63f-2527-474d-ce035ba44fe9-f4eacfce, #w-node-_84c22a0f-0bee-0623-96b9-262f88ea3219-f4eacfce, #w-node-_9149df44-340f-3854-12fd-6f5e00589e7e-f4eacfce, #w-node-_39bbd681-8063-45b8-28b7-39f5b0b0377a-f4eacfce, #w-node-ed79f52a-d556-1389-bb4e-d83793d70bff-f4eacfce, #w-node-fd25054b-327b-8ad2-54e5-499d968e34cc-f4eacfce, #w-node-_5f84fe36-4b0d-62b9-0a3f-9cc6345dad4b-f4eacfce, #w-node-_9aa2c8b4-fcbb-c3da-1712-eb9330cae2a0-f4eacfce, #w-node-dd9be434-7f1b-1d5c-d421-e68c97bd4c8e-f4eacfce, #w-node-_8343892d-1d03-657e-17d1-0870efc6c003-f4eacfce, #w-node-_18c5c9c1-8bbb-ddad-d9ea-47385311419e-f4eacfce, #w-node-_4efc1498-8414-cd6b-f40a-444c90358c5b-f4eacfce, #w-node-_08df63a0-d63f-2527-474d-ce035ba44fe9-7bc2cca7, #w-node-_84c22a0f-0bee-0623-96b9-262f88ea3219-7bc2cca7, #w-node-_9149df44-340f-3854-12fd-6f5e00589e7e-7bc2cca7, #w-node-_39bbd681-8063-45b8-28b7-39f5b0b0377a-7bc2cca7, #w-node-ed79f52a-d556-1389-bb4e-d83793d70bff-7bc2cca7, #w-node-_5f84fe36-4b0d-62b9-0a3f-9cc6345dad4b-7bc2cca7, #w-node-_2e741b1d-3982-32ac-006a-00604070155f-7bc2cca7, #w-node-_9f222d7b-ce66-2479-bc16-68daced421b2-7bc2cca7, #w-node-eb0e8daf-f4d5-5d31-1423-6f77cd1757ec-7bc2cca7, #w-node-ee79d833-df18-40e4-838a-b0de2953977a-7bc2cca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


