.q-link {
  cursor: pointer;
}

.capitalize {
  text-transform: capitalize;
}

.pointer {
  cursor: pointer;
}

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

.grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.line-break {
  white-space: pre-line;
}

.menu-bg {
  background: #1A2E44;
}

.text-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.margin-center {
  margin: 0 auto;
}

.q-field__native.required ~ .q-field__label:after {
  content: " *";
  color: red;
}

.q-field.required .q-field__label:after {
  content: " *";
  color: red;
}

.group_field {
  padding: 5px;
}

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

.datatable-header {
  background-color: #F5F8FA;
}

@media (max-width: 1023.98px) {
  .mobile-fullwidth {
    margin-top: 5px;
    width: 100%;
  }
}

@media (max-width: 599.98px) {
  .q-mr-md-no-mobile {
    margin-right: 0px !important;
  }
}

@media (max-width: 599.98px) {
  .q-table__title {
    font-size: 14px;
    font-weight: bold;
  }
}

.modal-large {
  width: 100% !important;
  max-width: 90vw !important;
}

.settings-panel {
  margin: 0 auto;
  max-width: 55vw !important;
}

@media (min-width: 1024px) {
  .common-filters {
    min-width: 800px;
  }
}

.modal-medium {
  width: 900px !important;
  max-width: 95vw !important;
}

.modal-small {
  width: 350px !important;
  max-width: 95vw !important;
}

.width-250 {
  width: 250px !important;
  max-width: 95vw !important;
}

.width-200 {
  width: 200px !important;
  max-width: 200px;
}

.width100 {
  width: 100%;
}

.details .section .title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.details .section .field-wrapper {
  margin-bottom: 20px;
  min-height: 43px;
}
.details .section .field-wrapper .label {
  font-size: 12px;
  display: block;
  font-weight: bolder;
  color: #aaaaaa;
}

.row_wrapper {
  border: 2px dashed #cccccc;
  margin: 0 auto;
}

.signature_wrapper {
  border: 5px dashed #cccccc;
  max-width: 800px;
  margin: 0 auto;
  height: 250px;
}

.no-text-decoration {
  text-decoration: none;
}

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

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

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

.q-list-highlight > .q-item:hover,
.q-item-highlight:hover,
.q-list-link > .q-item:hover,
.q-item-link:hover {
  background: red;
}

.overflow-scroll {
  overflow: scroll;
}

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
}

.grabbable:active {
  cursor: grabbing;
}

.sticky {
  height: 600px;
}
.sticky .q-table__top,
.sticky .q-table__bottom,
.sticky thead tr:first-child th {
  background-color: #ffffff;
}
.sticky thead tr th {
  position: sticky;
  z-index: 1;
  min-height: 40px;
}
.sticky thead tr:first-child th {
  top: 0;
}

.form-guide-form .form-guide-fab {
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 10000000;
}
.form-guide-form .form-guide-fab-right {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10000000;
}

.q-field__label {
  font-weight: bolder;
  color: #9e9e9e;
}

.container-form {
  container-type: inline-size;
  /* set name here, or write this in one line using the container shorthand */
  container-name: container-form;
}

/*@container container-form (max-width: 900px) {

  .col-6{
    width: 50%!important;
  }
  .col-12{
    width: 100%!important;
  }
}*/
@container container-form (min-width: 0) {
  .row > .col,
.row > .col-xs,
.row > .col-auto,
.row > .col-xs-auto,
.row > .col-grow,
.row > .col-xs-grow,
.row > .col-shrink,
.row > .col-xs-shrink,
.row > .col-0,
.row > .col-xs-0,
.row > .col-1,
.row > .col-xs-1,
.row > .col-2,
.row > .col-xs-2,
.row > .col-3,
.row > .col-xs-3,
.row > .col-4,
.row > .col-xs-4,
.row > .col-5,
.row > .col-xs-5,
.row > .col-6,
.row > .col-xs-6,
.row > .col-7,
.row > .col-xs-7,
.row > .col-8,
.row > .col-xs-8,
.row > .col-9,
.row > .col-xs-9,
.row > .col-10,
.row > .col-xs-10,
.row > .col-11,
.row > .col-xs-11,
.row > .col-12,
.row > .col-xs-12,
.flex > .col,
.flex > .col-xs,
.flex > .col-auto,
.flex > .col-xs-auto,
.flex > .col-grow,
.flex > .col-xs-grow,
.flex > .col-shrink,
.flex > .col-xs-shrink,
.flex > .col-0,
.flex > .col-xs-0,
.flex > .col-1,
.flex > .col-xs-1,
.flex > .col-2,
.flex > .col-xs-2,
.flex > .col-3,
.flex > .col-xs-3,
.flex > .col-4,
.flex > .col-xs-4,
.flex > .col-5,
.flex > .col-xs-5,
.flex > .col-6,
.flex > .col-xs-6,
.flex > .col-7,
.flex > .col-xs-7,
.flex > .col-8,
.flex > .col-xs-8,
.flex > .col-9,
.flex > .col-xs-9,
.flex > .col-10,
.flex > .col-xs-10,
.flex > .col-11,
.flex > .col-xs-11,
.flex > .col-12,
.flex > .col-xs-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col,
.column > .col-xs,
.column > .col-auto,
.column > .col-xs-auto,
.column > .col-grow,
.column > .col-xs-grow,
.column > .col-shrink,
.column > .col-xs-shrink,
.column > .col-0,
.column > .col-xs-0,
.column > .col-1,
.column > .col-xs-1,
.column > .col-2,
.column > .col-xs-2,
.column > .col-3,
.column > .col-xs-3,
.column > .col-4,
.column > .col-xs-4,
.column > .col-5,
.column > .col-xs-5,
.column > .col-6,
.column > .col-xs-6,
.column > .col-7,
.column > .col-xs-7,
.column > .col-8,
.column > .col-xs-8,
.column > .col-9,
.column > .col-xs-9,
.column > .col-10,
.column > .col-xs-10,
.column > .col-11,
.column > .col-xs-11,
.column > .col-12,
.column > .col-xs-12,
.flex > .col,
.flex > .col-xs,
.flex > .col-auto,
.flex > .col-xs-auto,
.flex > .col-grow,
.flex > .col-xs-grow,
.flex > .col-shrink,
.flex > .col-xs-shrink,
.flex > .col-0,
.flex > .col-xs-0,
.flex > .col-1,
.flex > .col-xs-1,
.flex > .col-2,
.flex > .col-xs-2,
.flex > .col-3,
.flex > .col-xs-3,
.flex > .col-4,
.flex > .col-xs-4,
.flex > .col-5,
.flex > .col-xs-5,
.flex > .col-6,
.flex > .col-xs-6,
.flex > .col-7,
.flex > .col-xs-7,
.flex > .col-8,
.flex > .col-xs-8,
.flex > .col-9,
.flex > .col-xs-9,
.flex > .col-10,
.flex > .col-xs-10,
.flex > .col-11,
.flex > .col-xs-11,
.flex > .col-12,
.flex > .col-xs-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col,
.col-xs {
    flex: 10000 1 0%;
  }

  .col-auto,
.col-xs-auto,
.col-0,
.col-xs-0,
.col-1,
.col-xs-1,
.col-2,
.col-xs-2,
.col-3,
.col-xs-3,
.col-4,
.col-xs-4,
.col-5,
.col-xs-5,
.col-6,
.col-xs-6,
.col-7,
.col-xs-7,
.col-8,
.col-xs-8,
.col-9,
.col-xs-9,
.col-10,
.col-xs-10,
.col-11,
.col-xs-11,
.col-12,
.col-xs-12 {
    flex: 0 0 auto;
  }

  .col-grow,
.col-xs-grow {
    flex: 1 0 auto;
  }

  .col-shrink,
.col-xs-shrink {
    flex: 0 1 auto;
  }

  .row > .col-0,
.row > .col-xs-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-0,
.row > .offset-xs-0 {
    margin-left: 0%;
  }

  .column > .col-0,
.column > .col-xs-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-1,
.row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-1,
.row > .offset-xs-1 {
    margin-left: 8.3333%;
  }

  .column > .col-1,
.column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-2,
.row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-2,
.row > .offset-xs-2 {
    margin-left: 16.6667%;
  }

  .column > .col-2,
.column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-3,
.row > .col-xs-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-3,
.row > .offset-xs-3 {
    margin-left: 25%;
  }

  .column > .col-3,
.column > .col-xs-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-4,
.row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-4,
.row > .offset-xs-4 {
    margin-left: 33.3333%;
  }

  .column > .col-4,
.column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-5,
.row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-5,
.row > .offset-xs-5 {
    margin-left: 41.6667%;
  }

  .column > .col-5,
.column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-6,
.row > .col-xs-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-6,
.row > .offset-xs-6 {
    margin-left: 50%;
  }

  .column > .col-6,
.column > .col-xs-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-7,
.row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-7,
.row > .offset-xs-7 {
    margin-left: 58.3333%;
  }

  .column > .col-7,
.column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-8,
.row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-8,
.row > .offset-xs-8 {
    margin-left: 66.6667%;
  }

  .column > .col-8,
.column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-9,
.row > .col-xs-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-9,
.row > .offset-xs-9 {
    margin-left: 75%;
  }

  .column > .col-9,
.column > .col-xs-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-10,
.row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-10,
.row > .offset-xs-10 {
    margin-left: 83.3333%;
  }

  .column > .col-10,
.column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-11,
.row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-11,
.row > .offset-xs-11 {
    margin-left: 91.6667%;
  }

  .column > .col-11,
.column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-12,
.row > .col-xs-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-12,
.row > .offset-xs-12 {
    margin-left: 100%;
  }

  .column > .col-12,
.column > .col-xs-12 {
    height: 100%;
    width: auto;
  }

  .row > .col-all {
    height: auto;
    flex: 0 0 100%;
  }
}
@container container-form (min-width: 600px) {
  .row > .col-sm,
.row > .col-sm-auto,
.row > .col-sm-grow,
.row > .col-sm-shrink,
.row > .col-sm-0,
.row > .col-sm-1,
.row > .col-sm-2,
.row > .col-sm-3,
.row > .col-sm-4,
.row > .col-sm-5,
.row > .col-sm-6,
.row > .col-sm-7,
.row > .col-sm-8,
.row > .col-sm-9,
.row > .col-sm-10,
.row > .col-sm-11,
.row > .col-sm-12,
.flex > .col-sm,
.flex > .col-sm-auto,
.flex > .col-sm-grow,
.flex > .col-sm-shrink,
.flex > .col-sm-0,
.flex > .col-sm-1,
.flex > .col-sm-2,
.flex > .col-sm-3,
.flex > .col-sm-4,
.flex > .col-sm-5,
.flex > .col-sm-6,
.flex > .col-sm-7,
.flex > .col-sm-8,
.flex > .col-sm-9,
.flex > .col-sm-10,
.flex > .col-sm-11,
.flex > .col-sm-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-sm,
.column > .col-sm-auto,
.column > .col-sm-grow,
.column > .col-sm-shrink,
.column > .col-sm-0,
.column > .col-sm-1,
.column > .col-sm-2,
.column > .col-sm-3,
.column > .col-sm-4,
.column > .col-sm-5,
.column > .col-sm-6,
.column > .col-sm-7,
.column > .col-sm-8,
.column > .col-sm-9,
.column > .col-sm-10,
.column > .col-sm-11,
.column > .col-sm-12,
.flex > .col-sm,
.flex > .col-sm-auto,
.flex > .col-sm-grow,
.flex > .col-sm-shrink,
.flex > .col-sm-0,
.flex > .col-sm-1,
.flex > .col-sm-2,
.flex > .col-sm-3,
.flex > .col-sm-4,
.flex > .col-sm-5,
.flex > .col-sm-6,
.flex > .col-sm-7,
.flex > .col-sm-8,
.flex > .col-sm-9,
.flex > .col-sm-10,
.flex > .col-sm-11,
.flex > .col-sm-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-sm {
    flex: 10000 1 0%;
  }

  .col-sm-auto,
.col-sm-0,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    flex: 0 0 auto;
  }

  .col-sm-grow {
    flex: 1 0 auto;
  }

  .col-sm-shrink {
    flex: 0 1 auto;
  }

  .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-sm-0 {
    margin-left: 0%;
  }

  .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }

  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-sm-3 {
    margin-left: 25%;
  }

  .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-sm-6 {
    margin-left: 50%;
  }

  .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-sm-9 {
    margin-left: 75%;
  }

  .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-sm-12 {
    margin-left: 100%;
  }

  .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@container container-form (min-width: 1024px) {
  .row > .col-md,
.row > .col-md-auto,
.row > .col-md-grow,
.row > .col-md-shrink,
.row > .col-md-0,
.row > .col-md-1,
.row > .col-md-2,
.row > .col-md-3,
.row > .col-md-4,
.row > .col-md-5,
.row > .col-md-6,
.row > .col-md-7,
.row > .col-md-8,
.row > .col-md-9,
.row > .col-md-10,
.row > .col-md-11,
.row > .col-md-12,
.flex > .col-md,
.flex > .col-md-auto,
.flex > .col-md-grow,
.flex > .col-md-shrink,
.flex > .col-md-0,
.flex > .col-md-1,
.flex > .col-md-2,
.flex > .col-md-3,
.flex > .col-md-4,
.flex > .col-md-5,
.flex > .col-md-6,
.flex > .col-md-7,
.flex > .col-md-8,
.flex > .col-md-9,
.flex > .col-md-10,
.flex > .col-md-11,
.flex > .col-md-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-md,
.column > .col-md-auto,
.column > .col-md-grow,
.column > .col-md-shrink,
.column > .col-md-0,
.column > .col-md-1,
.column > .col-md-2,
.column > .col-md-3,
.column > .col-md-4,
.column > .col-md-5,
.column > .col-md-6,
.column > .col-md-7,
.column > .col-md-8,
.column > .col-md-9,
.column > .col-md-10,
.column > .col-md-11,
.column > .col-md-12,
.flex > .col-md,
.flex > .col-md-auto,
.flex > .col-md-grow,
.flex > .col-md-shrink,
.flex > .col-md-0,
.flex > .col-md-1,
.flex > .col-md-2,
.flex > .col-md-3,
.flex > .col-md-4,
.flex > .col-md-5,
.flex > .col-md-6,
.flex > .col-md-7,
.flex > .col-md-8,
.flex > .col-md-9,
.flex > .col-md-10,
.flex > .col-md-11,
.flex > .col-md-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-md {
    flex: 10000 1 0%;
  }

  .col-md-auto,
.col-md-0,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    flex: 0 0 auto;
  }

  .col-md-grow {
    flex: 1 0 auto;
  }

  .col-md-shrink {
    flex: 0 1 auto;
  }

  .row > .col-md-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-md-0 {
    margin-left: 0%;
  }

  .column > .col-md-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }

  .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }

  .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-md-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-md-3 {
    margin-left: 25%;
  }

  .column > .col-md-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }

  .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }

  .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-md-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-md-6 {
    margin-left: 50%;
  }

  .column > .col-md-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }

  .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }

  .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-md-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-md-9 {
    margin-left: 75%;
  }

  .column > .col-md-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }

  .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }

  .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-md-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-md-12 {
    margin-left: 100%;
  }

  .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@container container-form (min-width: 1440px) {
  .row > .col-lg,
.row > .col-lg-auto,
.row > .col-lg-grow,
.row > .col-lg-shrink,
.row > .col-lg-0,
.row > .col-lg-1,
.row > .col-lg-2,
.row > .col-lg-3,
.row > .col-lg-4,
.row > .col-lg-5,
.row > .col-lg-6,
.row > .col-lg-7,
.row > .col-lg-8,
.row > .col-lg-9,
.row > .col-lg-10,
.row > .col-lg-11,
.row > .col-lg-12,
.flex > .col-lg,
.flex > .col-lg-auto,
.flex > .col-lg-grow,
.flex > .col-lg-shrink,
.flex > .col-lg-0,
.flex > .col-lg-1,
.flex > .col-lg-2,
.flex > .col-lg-3,
.flex > .col-lg-4,
.flex > .col-lg-5,
.flex > .col-lg-6,
.flex > .col-lg-7,
.flex > .col-lg-8,
.flex > .col-lg-9,
.flex > .col-lg-10,
.flex > .col-lg-11,
.flex > .col-lg-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-lg,
.column > .col-lg-auto,
.column > .col-lg-grow,
.column > .col-lg-shrink,
.column > .col-lg-0,
.column > .col-lg-1,
.column > .col-lg-2,
.column > .col-lg-3,
.column > .col-lg-4,
.column > .col-lg-5,
.column > .col-lg-6,
.column > .col-lg-7,
.column > .col-lg-8,
.column > .col-lg-9,
.column > .col-lg-10,
.column > .col-lg-11,
.column > .col-lg-12,
.flex > .col-lg,
.flex > .col-lg-auto,
.flex > .col-lg-grow,
.flex > .col-lg-shrink,
.flex > .col-lg-0,
.flex > .col-lg-1,
.flex > .col-lg-2,
.flex > .col-lg-3,
.flex > .col-lg-4,
.flex > .col-lg-5,
.flex > .col-lg-6,
.flex > .col-lg-7,
.flex > .col-lg-8,
.flex > .col-lg-9,
.flex > .col-lg-10,
.flex > .col-lg-11,
.flex > .col-lg-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-lg {
    flex: 10000 1 0%;
  }

  .col-lg-auto,
.col-lg-0,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    flex: 0 0 auto;
  }

  .col-lg-grow {
    flex: 1 0 auto;
  }

  .col-lg-shrink {
    flex: 0 1 auto;
  }

  .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-lg-0 {
    margin-left: 0%;
  }

  .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }

  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-lg-3 {
    margin-left: 25%;
  }

  .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-lg-6 {
    margin-left: 50%;
  }

  .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-lg-9 {
    margin-left: 75%;
  }

  .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-lg-12 {
    margin-left: 100%;
  }

  .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
@container container-form (min-width: 1920px) {
  .row > .col-xl,
.row > .col-xl-auto,
.row > .col-xl-grow,
.row > .col-xl-shrink,
.row > .col-xl-0,
.row > .col-xl-1,
.row > .col-xl-2,
.row > .col-xl-3,
.row > .col-xl-4,
.row > .col-xl-5,
.row > .col-xl-6,
.row > .col-xl-7,
.row > .col-xl-8,
.row > .col-xl-9,
.row > .col-xl-10,
.row > .col-xl-11,
.row > .col-xl-12,
.flex > .col-xl,
.flex > .col-xl-auto,
.flex > .col-xl-grow,
.flex > .col-xl-shrink,
.flex > .col-xl-0,
.flex > .col-xl-1,
.flex > .col-xl-2,
.flex > .col-xl-3,
.flex > .col-xl-4,
.flex > .col-xl-5,
.flex > .col-xl-6,
.flex > .col-xl-7,
.flex > .col-xl-8,
.flex > .col-xl-9,
.flex > .col-xl-10,
.flex > .col-xl-11,
.flex > .col-xl-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .column > .col-xl,
.column > .col-xl-auto,
.column > .col-xl-grow,
.column > .col-xl-shrink,
.column > .col-xl-0,
.column > .col-xl-1,
.column > .col-xl-2,
.column > .col-xl-3,
.column > .col-xl-4,
.column > .col-xl-5,
.column > .col-xl-6,
.column > .col-xl-7,
.column > .col-xl-8,
.column > .col-xl-9,
.column > .col-xl-10,
.column > .col-xl-11,
.column > .col-xl-12,
.flex > .col-xl,
.flex > .col-xl-auto,
.flex > .col-xl-grow,
.flex > .col-xl-shrink,
.flex > .col-xl-0,
.flex > .col-xl-1,
.flex > .col-xl-2,
.flex > .col-xl-3,
.flex > .col-xl-4,
.flex > .col-xl-5,
.flex > .col-xl-6,
.flex > .col-xl-7,
.flex > .col-xl-8,
.flex > .col-xl-9,
.flex > .col-xl-10,
.flex > .col-xl-11,
.flex > .col-xl-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }

  .col-xl {
    flex: 10000 1 0%;
  }

  .col-xl-auto,
.col-xl-0,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    flex: 0 0 auto;
  }

  .col-xl-grow {
    flex: 1 0 auto;
  }

  .col-xl-shrink {
    flex: 0 1 auto;
  }

  .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }

  .row > .offset-xl-0 {
    margin-left: 0%;
  }

  .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }

  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }

  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }

  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }

  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }

  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }

  .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }

  .row > .offset-xl-3 {
    margin-left: 25%;
  }

  .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }

  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }

  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }

  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }

  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }

  .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }

  .row > .offset-xl-6 {
    margin-left: 50%;
  }

  .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }

  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }

  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }

  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }

  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }

  .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }

  .row > .offset-xl-9 {
    margin-left: 75%;
  }

  .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }

  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }

  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }

  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }

  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }

  .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }

  .row > .offset-xl-12 {
    margin-left: 100%;
  }

  .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
.body--light .row-highlight {
  background-color: rgba(56, 142, 60, 0.18) !important;
  /* zielony */
}

.body--dark .row-highlight {
  background-color: rgba(56, 142, 60, 0.35) !important;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-Light.14500063.woff2) format("woff2"), url(../fonts/RobotoCondensed-Light.7ded8441.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-LightItalic.1cf3d6fa.woff2) format("woff2"), url(../fonts/RobotoCondensed-LightItalic.0af9629d.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-Italic.40f571b4.woff2) format("woff2"), url(../fonts/RobotoCondensed-Italic.0c811315.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-Regular.7b7301be.woff2) format("woff2"), url(../fonts/RobotoCondensed-Regular.362edd53.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-BoldItalic.c6eb10c8.woff2) format("woff2"), url(../fonts/RobotoCondensed-BoldItalic.5659a22f.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/RobotoCondensed-Bold.071f8dcb.woff2) format("woff2"), url(../fonts/RobotoCondensed-Bold.de314904.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto Condensed", "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
}

.text-black {
  color: black !important;
}

.body--dark .bg-white {
  background-color: var(--q-color-dark) !important;
}

.bg-red {
  background-color: #CB233E !important;
}

body.body--dark, body.body--dark .q-color-primary {
  color: #1D1E24 !important;
}

.q-dialog__inner > div {
  box-shadow: none !important;
}

body.body--dark {
  --q-color-secondary: #f8d480!important;
}
body.body--dark .text-h6 {
  color: #fff !important;
}
body.body--dark .resource-category-filter .q-item {
  color: #fff !important;
  background-color: var(--q-color-dark) !important;
}
body.body--dark .resource-category-filter .q-item__label {
  color: #fff !important;
  z-index: 9;
}
body.body--dark .deals-charts, body.body--dark .deals-dashboard {
  --q-color-secondary: #565966!important;
}
body.body--dark .deals-charts .q-table__control, body.body--dark .deals-dashboard .q-table__control {
  background-color: #1d1e24;
}
body.body--dark .deals-charts .q-table__middle, body.body--dark .deals-dashboard .q-table__middle {
  background: #2d2d2d;
}
body.body--dark .deals-charts .bg-grey-2, body.body--dark .deals-charts .sticky thead tr:first-child th, body.body--dark .deals-charts .sticky .q-table__top, body.body--dark .deals-charts .sticky .q-table__bottom, body.body--dark .deals-charts .sticky thead tr:first-child th, body.body--dark .deals-dashboard .bg-grey-2, body.body--dark .deals-dashboard .sticky thead tr:first-child th, body.body--dark .deals-dashboard .sticky .q-table__top, body.body--dark .deals-dashboard .sticky .q-table__bottom, body.body--dark .deals-dashboard .sticky thead tr:first-child th {
  background-color: #2d2d2d !important;
}
body.body--dark .deals-charts .apexcharts, body.body--dark .deals-charts .apexcharts-legend-text, body.body--dark .deals-dashboard .apexcharts, body.body--dark .deals-dashboard .apexcharts-legend-text {
  color: #fff !important;
  fill: #fff !important;
}
body.body--dark .deals-charts .apexcharts-menu-item, body.body--dark .deals-dashboard .apexcharts-menu-item {
  color: black;
  fill: black;
}
body.body--dark .deals-charts .apexcharts-text tspan, body.body--dark .deals-dashboard .apexcharts-text tspan {
  fill: #fff !important;
}
body.body--dark .q-tab {
  color: white !important;
}
body.body--dark .fc-event-main :not(.q-avatar__content) i.q-icon {
  color: #1d1e24;
}
body.body--dark .fc-event-main .mdi-checkbox-multiple-blank-outline, body.body--dark .fc-event-main .mdi-calendar-lock {
  color: #fff !important;
}
body.body--dark .bg-amber-1 {
  background-color: #f8d480 !important;
}
body.body--dark .bg-yellow {
  background-color: #0014c4 !important;
}
body.body--dark .bg-lime-1 {
  background-color: #060418 !important;
}
body.body--dark .bg-yellow-3 {
  background-color: #000a62 !important;
}
body.body--dark .text-primary {
  color: #F05252 !important;
}
body.body--dark .datatable-header {
  background-color: #2C2E36 !important;
}
body.body--dark .q-toolbar {
  background-color: #1D1E24;
}
body.body--dark .q-field--highlighted .q-field__label, body.body--dark .q-field--dark .q-field__marginal {
  color: white !important;
}
body.body--dark .q-field--filled .q-field__control:after, body.body--dark .q-field--dark .q-field__control:before {
  content: none;
}
body.body--dark .q-field__control.text-negative {
  border: 1px solid var(--material-vuetify-red-lighten-1-ef-5350, #EF5350) !important;
}
body.body--dark .q-field--error .q-field__bottom {
  color: #EF5350;
}
body.body--dark .bg-grey-4 {
  background-color: #131418 !important;
}
body.body--dark .q-field__native, body.body--dark .q-field__prefix, body.body--dark .q-field__suffix, body.body--dark .q-field__input {
  background-color: #3E414B !important;
}
body.body--dark .q-hoverable:hover > .q-focus-helper {
  background-color: #2C2E36 !important;
  opacity: 1;
}
body.body--dark .q-field--filled.q-field--dark .q-field__control, body.body--dark .q-field--filled.q-field--dark .q-field__control:before {
  background-color: #3E414B !important;
}
body.body--dark .q-field--filled.q-field--readonly .q-field__control:before {
  border: none;
}
body.body--dark .q-item.q-router-link--active, body.body--dark .q-item--active, body.body--dark .q-icon {
  color: white;
}
body.body--dark .smartwidget .widget-header {
  border-bottom: 1px solid #2C2E36 !important;
}
body.body--dark .smartwidget .widget-header__title {
  color: white !important;
}
body.body--dark .smartwidget .widget-header__icon {
  color: white !important;
}
body.body--dark .smartwidget .widget-header__icon:hover {
  color: white !important;
}
body.body--dark .smartwidget .widget-header__icon:active {
  color: white !important;
}
body.body--dark .smartwidget .widget-header__icon:focus {
  color: white !important;
}

.q-layout__section--marginal {
  background-color: #fff;
  color: black !important;
}

.text-subtitle1, .q-table__title {
  letter-spacing: 0px !important;
  font-weight: 700;
}

.q-table--dark tr {
  background-color: #1D1E24;
}

.q-table--dark tr:hover {
  background-color: #2C2E36;
}

.q-table--dark .q-table__bottom, .q-table--dark thead, .q-table--dark tr, .q-table--dark th, .q-table--dark td {
  border: 1px solid #2C2E36;
}

.q-list--dark, .q-item--dark, body.body--dark .q-header, body.body--dark .q-footer, body.body--dark .q-drawer,
.q-table--vertical-separator .q-table__top, .q-table--cell-separator .q-table__top,
.q-table--dark table {
  border-color: #2C2E36 !important;
}

.q-btn__wrapper:before {
  box-shadow: none !important;
}

table th {
  font-weight: 700 !important;
}

::-webkit-scrollbar {
  height: 12px;
  width: 14px;
  background: transparent;
  z-index: 12;
  overflow: visible;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #26a69a;
  border-radius: 10px;
  z-index: 12;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-transition: background-color 0.32s ease-in-out;
  transition: background-color 0.32s ease-in-out;
  margin: 4px;
  min-height: 32px;
  min-width: 32px;
}

::-webkit-scrollbar-thumb:hover {
  background: #26a69a;
}

.bg-primary {
  background-color: #CB233E !important;
}

.body--dark ::-webkit-scrollbar-track {
  scrollbar-color: #2C2E36 #1D1E24 !important;
}
.body--dark .q-tab__content--inline .q-tab__icon + .q-tab__label {
  color: #878A97;
}
.body--dark .bg-blue-grey-2 {
  background-color: #878A97;
}
.body--dark .q-tab__indicator.text-primary {
  color: #fff !important;
}
.body--dark .q-tab--active .q-tab__label {
  color: #fff !important;
}
.body--dark .bg-blue-grey-2, .body--dark .bg-green-1 {
  background-color: #263238 !important;
}
.body--dark .q-field--dark .q-field__control, .body--dark .q-field--dark .q-field__control:before {
  background-color: #3E414B !important;
  border-radius: 4px;
  border: 1.5px solid #565965;
}
.body--dark .q-checkbox__inner.text-primary {
  color: #26a69a !important;
}
.body--dark .q-checkbox__inner.text-primary .q-checkbox__svg {
  color: #1D1E24 !important;
}
.body--dark .q-checkbox--dark .q-checkbox__inner--truthy, .body--dark .q-checkbox--dark .q-checkbox__inner--indet {
  color: #26a69a !important;
}
.body--dark .q-checkbox--dark .q-checkbox__inner--truthy .q-checkbox__svg, .body--dark .q-checkbox--dark .q-checkbox__inner--indet .q-checkbox__svg {
  color: #1D1E24 !important;
}
.body--dark .q-table__control {
  background-color: #131418 !important;
  border-color: #2C2E36;
}
.body--dark .q-table__control .q-field__native {
  background-color: transparent !important;
}
.body--dark .q-table__container .q-field__control.text-grey-8 {
  border-color: currentColor !important;
}
.body--dark .q-table--vertical-separator .q-table__top, .body--dark .q-table--cell-separator .q-table__top {
  border-color: #565965 !important;
}
.body--dark .fc-theme-standard td, .body--dark .fc-theme-standard th, .body--dark .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #565965 !important;
}
.body--dark .q-separator--dark {
  background-color: #3E414B;
}
.body--dark .text-black {
  color: #fff !important;
}
.body--dark .q-avatar {
  background-color: #3E414B !important;
}
.body--dark .q-tree > .q-tree__node {
  margin-top: 10px;
}
.body--dark .q-tree__node {
  background-color: #2C2E36;
  border-radius: 10px;
  padding-right: 10px;
}

.q-field__control {
  padding: 0 12px;
}

.q-tab__label {
  font-weight: 700;
}

.q-layout__shadow:after {
  box-shadow: none !important;
}

.q-field__control {
  background-color: #F6F8FE !important;
  border-radius: 5px;
  border: 1.5px solid #BDBFCA;
  padding: 0 10px !important;
}

.q-table__control {
  background-color: #D9DBE4 !important;
  border-radius: 5px;
  border: 2px solid #BDBFCA;
  padding: 5px 10px;
  margin-left: 10px;
}

.q-table__bottom {
  font-size: 14px;
  letter-spacing: -0.5px;
}
.q-table__bottom .q-table__control {
  padding: 8px 12px 8px 12px;
  height: 44px;
}
.q-table__bottom .q-table__control .q-field__input {
  background-color: transparent !important;
}
.q-table__bottom .q-select--single {
  margin-right: -15px;
}
.q-table__bottom .q-table__control:last-child .q-table__bottom-item {
  margin-right: 0;
}

.q-table__container .q-field__control.text-grey-8 {
  background: none !important;
  border: none !important;
  border-left: 1px solid #BDBFCA !important;
  border-radius: 0px !important;
  padding-right: 0;
  padding-left: 15px !important;
  padding-top: -10px !important;
  height: 30px !important;
  min-height: 30px !important;
}

.q-table__container .q-field--dense .q-field__control, .q-table__container .q-field--dense .q-field__marginal {
  height: inherit !important;
}

.datatable-header {
  background-color: #fff;
}

.q-table--vertical-separator .q-table__top, .q-table--cell-separator .q-table__top {
  border-bottom: 1px solid #D9DBE4 !important;
}

.q-checkbox__inner.text-primary {
  color: #26a69a !important;
}
.q-checkbox__inner.text-primary .q-checkbox__svg {
  color: #fff !important;
}

.q-checkbox--dark .q-checkbox__inner--truthy, .q-checkbox--dark .q-checkbox__inner--indet {
  color: #26a69a !important;
}
.q-checkbox--dark .q-checkbox__inner--truthy .q-checkbox__svg, .q-checkbox--dark .q-checkbox__inner--indet .q-checkbox__svg {
  color: #fff !important;
}

.q-table__container {
  border-radius: 5px;
}

.q-tab-panel {
  padding: 16px 0px;
}

.q-table__card, .q-card {
  box-shadow: none !important;
}

.q-card {
  border-radius: 10px;
}

.text-h6 {
  letter-spacing: -1px;
}

.q-separator--dark {
  box-shadow: none !important;
}

.YL__toolbar-input-container input {
  height: 38px;
}

.q-timeline--dense--right .q-timeline__entry {
  margin-left: 11px;
}

.q-field__control {
  overflow: hidden;
}

.required .q-field__label:after {
  color: red;
  content: " *" !important;
}

.smartwidget .widget-body {
  overflow: auto !important;
}

.smartwidget .widget-body__content {
  padding: 0 !important;
}

.td-max-datatable {
  max-width: 300px;
}

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