@charset "UTF-8";
/* BUDGET */
.input-budget {
  width: 30px; }

.table-budget {
  padding: 5px; }
  .table-budget table tr th {
    text-align: center;
    padding: 2px 6px; }
  .table-budget table tr td {
    text-align: center; }
  .table-budget .title {
    text-transform: uppercase; }

.total .handsontable tr:last-child td {
  font-weight: bold;
  background-color: #f3f3f3; }

.row .bottom-card {
  margin-top: 25px; }

.form-budget {
  margin-bottom: 22px; }

.handsontable textarea {
  box-shadow: 0 0 0 2px #5292f7 inset !important;
  text-align: center; }

.table-default {
  color: #444; }
  .table-default tbody tr td {
    cursor: auto; }

.table-default > tbody > tr > td, .table-default > tbody > tr > th, .table-default > tfoot > tr > td, .table-default > tfoot > tr > th, .table-default > thead > tr > td, .table-default > thead > tr > th, .table-default > tbody > tr > td:first-child, .table-default > tbody > tr > td:last-child {
  border: 1px solid #F0F0F0 !important;
  padding: 3px; }

.table-default thead {
  background: #dfdfdf;
  color: #222; }

.input-calculation::-webkit-inner-spin-button,
.input-calculation::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input-calculation {
  text-align: center;
  width: 75px;
  -moz-appearance: textfield !important;
  font-size: 13px !important; }

/* CALENDAR */
.month-container {
  height: 250px !important; }

.holiday {
  background-color: #45A597 !important;
  color: white !important; }

.day-content {
  transition: all ease 0.17s; }

.comment {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 7px;
  background-color: red;
  border-radius: 50%;
  color: white !important; }

.comparable {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 7px;
  background-color: #052796;
  border-radius: 50%;
  z-index: 1;
  color: white !important; }

.relative-position {
  position: relative; }

#calendar {
  height: auto;
  overflow: hidden; }
  #calendar .calendar-header.panel.panel-default {
    display: none; }

.calendarForm div div {
  font-size: 16px;
  text-align: left;
  padding-left: 0px; }

.labelModal {
  font-weight: 600;
  color: #2380b7; }

/* ESTIMATION */
.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #fff !important;
  cursor: default; }

.info-calc-estimation {
  cursor: pointer; }

.calculateOption {
  border-radius: 3px !important;
  transition: all ease 0.15s;
  box-shadow: 0px 0px 0px black;
  margin-bottom: 13px; }
  .calculateOption span translate {
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -8px;
    text-transform: uppercase; }
  .calculateOption p translate {
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    color: #f9f9f9; }
  .calculateOption:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px 2px #444; }

.calculateText {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 15px; }

.autocalculateHeader {
  padding: 5px 13px 0px 13px; }

.select-budget {
  padding: 0px 7px 0px 8px; }
  .select-budget div {
    min-height: 115px; }

.parentSelect-budget {
  padding: 0px 8px 0px 7px; }

.color-legend-tm {
  background-color: #ffab40;
  color: #ffffff;
  padding: 2px;
  border-radius: 3px; }

.color-legend-t {
  background-color: #2196F3;
  color: #ffffff;
  padding: 2px;
  border-radius: 3px; }

.color-legend-vn {
  background-color: #4CAF50;
  color: #ffffff;
  padding: 2px;
  border-radius: 3px; }

.color-legend-vb {
  background-color: #7E57C2;
  color: #ffffff;
  padding: 2px;
  border-radius: 3px; }

.hideTotalCheck input {
  display: none !important; }

.resetStyleCheckbox input {
  all: unset;
  display: inline-block !important;
  position: static !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  left: auto !important;
  visibility: visible !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  accent-color: initial !important;
  margin-right: 0.4em; }
  .resetStyleCheckbox input::before, .resetStyleCheckbox input::after, .resetStyleCheckbox input:before, .resetStyleCheckbox input:after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    width: 0 !important;
    height: 0 !important; }

.form-builder {
  margin-top: -25px;
  margin-bottom: -30px; }
  @media (min-width: 992px) {
    .form-builder {
      margin-left: -35px;
      margin-right: -35px; } }
  @media (min-width: 1200px) {
    .form-builder {
      margin-left: -35px;
      margin-right: -35px; } }

.block-panel {
  height: calc(100vh - 195px);
  min-height: 300px;
  display: flex;
  flex-direction: column; }
  .block-panel > .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden; }
  .block-panel .blocks-list-scroll {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px; }
    .block-panel .blocks-list-scroll::-webkit-scrollbar {
      width: 6px; }
    .block-panel .blocks-list-scroll::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px; }
    .block-panel .blocks-list-scroll::-webkit-scrollbar-thumb {
      background: #cbd5e0;
      border-radius: 10px; }
      .block-panel .blocks-list-scroll::-webkit-scrollbar-thumb:hover {
        background: #a0aec0; }
  .block-panel .blocks-footer {
    background: white;
    padding-top: 15px;
    border-top: 1px dotted #e2e8f0;
    margin-top: auto; }

.block-item {
  cursor: pointer;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: white; }
  .block-item:hover {
    background-color: #f8fbff;
    border-color: #e1ecff; }
  .block-item.active {
    background-color: #eef6ff !important;
    border: 1px solid #6ca5fc !important;
    box-shadow: 0 4px 12px rgba(108, 165, 252, 0.15);
    transform: translateY(-2px);
    z-index: 2; }
    .block-item.active::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 4px;
      background-color: #6ca5fc; }
  .block-item .card-content {
    padding: 12px; }

.add-block-card {
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
  margin-bottom: 10px; }
  .add-block-card:hover {
    background: #f1f5f9;
    border-color: #cbd5e0;
    color: #6ca5fc; }
  .add-block-card .card-content {
    padding: 15px; }

.config-panel {
  height: calc(100vh - 195px);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
  .config-panel > .card-content {
    padding: 20px;
    flex: 1;
    overflow-y: auto; }
  .config-panel .customTitle {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #2d3748; }
    .config-panel .customTitle strong {
      color: #6ca5fc; }
  .config-panel hr {
    margin: 15px 0;
    border-color: #edf2f7; }
  .config-panel .form-group {
    margin-bottom: 12px; }
    .config-panel .form-group label {
      font-weight: 600;
      font-size: 1.2rem;
      color: #4a5568;
      margin-bottom: 4px;
      display: block; }
  .config-panel .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    height: 42px;
    padding: 8px 12px;
    font-size: 1.2rem; }
    .config-panel .form-control:focus {
      border-color: #6ca5fc;
      box-shadow: 0 0 0 3px rgba(108, 165, 252, 0.1);
      outline: none; }
  .config-panel .list-group {
    margin-top: 8px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #edf2f7; }
    .config-panel .list-group .list-group-item {
      padding: 8px 12px;
      border: none;
      border-bottom: 1px solid #edf2f7;
      background: #fdfdfd; }
      .config-panel .list-group .list-group-item:last-child {
        border-bottom: none; }
      .config-panel .list-group .list-group-item .form-control.input-sm {
        height: 36px;
        font-size: 1.1rem; }
  .config-panel .input-group .btn {
    height: 42px;
    padding: 0 18px;
    font-size: 1.2rem; }
  .config-panel .options-config .form-group {
    margin-bottom: 0; }
  .config-panel .options-config label {
    margin-bottom: 2px !important; }
  .config-panel .options-config .input-group .btn {
    height: 36px !important;
    line-height: 1;
    padding: 0 14px;
    font-size: 1.1rem; }
  .config-panel .options-config .list-group {
    max-height: 115px;
    overflow-y: auto;
    margin-top: 5px !important;
    margin-bottom: 0; }
    .config-panel .options-config .list-group::-webkit-scrollbar {
      width: 4px; }
    .config-panel .options-config .list-group::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .config-panel .options-config .list-group::-webkit-scrollbar-thumb {
      background: #cbd5e0;
      border-radius: 10px; }
    .config-panel .options-config .list-group .list-group-item {
      padding: 5px 10px !important; }
      .config-panel .options-config .list-group .list-group-item .form-control.input-sm {
        height: 25px !important; }
      .config-panel .options-config .list-group .list-group-item .delete {
        line-height: 25px; }
  .config-panel .question-item {
    border-left: 3px solid transparent;
    border: 1px solid #edf2f7;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 12px 15px;
    overflow: hidden; }
    .config-panel .question-item:last-child {
      border-bottom: none; }
    .config-panel .question-item:hover {
      background: #f7fafc;
      border-left-color: #f8783dff; }
    .config-panel .question-item .question-title {
      font-size: 1.4rem;
      margin: 0;
      color: #2d3748;
      font-weight: 600;
      margin-bottom: 5px; }
    .config-panel .question-item .answers {
      margin: 5px 0 0 15px;
      padding: 0;
      list-style: none;
      font-size: 1.2rem;
      color: #718096; }
      .config-panel .question-item .answers li {
        margin-bottom: 2px; }
  .config-panel .question-actions {
    float: right;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap; }
    .config-panel .question-actions .label {
      font-size: 0.95rem;
      padding: 3px 8px;
      margin-right: 8px; }
    .config-panel .question-actions .switch {
      margin-right: 10px; }
      .config-panel .question-actions .switch label {
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        color: #718096; }
        .config-panel .question-actions .switch label .lever {
          width: 30px;
          height: 12px;
          margin: 0 8px; }
          .config-panel .question-actions .switch label .lever:after {
            width: 16px;
            height: 16px;
            top: -2px;
            left: -3px; }
      .config-panel .question-actions .switch input[type=checkbox]:checked + .lever:after {
        left: 17px; }
    .config-panel .question-actions a {
      margin-left: 10px;
      color: #a0aec0;
      cursor: pointer;
      font-size: 1.5rem;
      display: inline-flex;
      align-items: center; }
      .config-panel .question-actions a:hover.edit {
        color: #6ca5fc; }
      .config-panel .question-actions a:hover.delete {
        color: #e53e3e; }

.questions-scroll {
  padding-right: 5px;
  margin-right: -5px; }
  .questions-scroll::-webkit-scrollbar {
    width: 4px; }
  .questions-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .questions-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 10px; }

@media (max-width: 1366px) {
  .form-builder {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -35px; }
  .block-panel,
  .config-panel {
    height: calc(100vh - 175px); }
  .config-panel > .card-content {
    padding: 15px; }
  .config-panel .customTitle {
    font-size: 1.3rem; }
  .config-panel .question-item {
    padding: 10px 12px; }
  .config-panel .question-actions .label {
    font-size: 0.85rem;
    padding: 2px 6px;
    margin-right: 6px; }
  .config-panel .question-actions .switch {
    margin-right: 6px; }
    .config-panel .question-actions .switch label {
      font-size: 1rem;
      white-space: nowrap; }
      .config-panel .question-actions .switch label .lever {
        width: 26px;
        height: 10px;
        margin: 0 5px; }
        .config-panel .question-actions .switch label .lever:after {
          width: 14px;
          height: 14px;
          top: -2px; }
  .config-panel .question-actions a {
    margin-left: 6px;
    font-size: 1.3rem; }
  .config-panel .question-title {
    font-size: 1.25rem; }
  .block-item .card-content {
    padding: 10px; } }

@media (max-height: 800px) {
  .form-builder {
    margin-top: -30px;
    margin-bottom: -38px; }
  .block-panel,
  .config-panel {
    height: calc(100vh - 155px);
    min-height: 280px; }
  .block-panel .blocks-footer {
    padding-top: 8px; }
  .block-panel .add-block-card .card-content {
    padding: 8px; }
  .config-panel > .card-content {
    padding: 10px; }
  .config-panel .form-group {
    margin-bottom: 6px; }
  .new-question-section {
    padding: 8px;
    margin: 8px 12px !important; } }

.new-question-section {
  background: #f8fafc;
  border: 1px dashed #e1ecff;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px; }
  .new-question-section .section-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6ca5fc;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px; }
    .new-question-section .section-label i {
      font-size: 1.25rem; }

.config-panel .question-item {
  transition: all 0.25s ease; }
  .config-panel .question-item.ng-enter, .config-panel .question-item.ng-leave, .config-panel .question-item.ng-move {
    transition: none !important;
    animation: none !important; }
  .config-panel .question-item.ng-enter-active, .config-panel .question-item.ng-leave-active, .config-panel .question-item.ng-move-active {
    transition: none !important;
    animation: none !important; }
  .config-panel .question-item.editing {
    border-left: 3px solid #6ca5fc !important;
    background: #f8fbff !important;
    box-shadow: 0 2px 8px rgba(108, 165, 252, 0.1);
    padding: 14px 15px; }
  .config-panel .question-item.dimmed {
    opacity: 0.45;
    pointer-events: none; }

.config-panel .question-actions a.save {
  color: #38a169; }
  .config-panel .question-actions a.save:hover {
    color: #2f855a; }

.config-panel .question-actions a.cancel {
  color: #e53e3e; }
  .config-panel .question-actions a.cancel:hover {
    color: #c53030; }

.config-panel .inline-type-select {
  appearance: auto;
  border: 1px solid #e1ecff;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 1.1rem;
  color: #6ca5fc;
  background: #eef6ff;
  font-weight: 600;
  margin-right: 8px;
  height: 34px;
  cursor: pointer;
  outline: none; }
  .config-panel .inline-type-select:focus {
    border-color: #6ca5fc;
    box-shadow: 0 0 0 2px rgba(108, 165, 252, 0.15); }

.config-panel .inline-title-edit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 6px; }
  .config-panel .inline-title-edit .question-number {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6ca5fc;
    flex-shrink: 0; }
  .config-panel .inline-title-edit .inline-title-input {
    flex: 1;
    border: none;
    border-bottom: 2px solid #e1ecff;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    padding: 4px 2px;
    outline: none;
    transition: border-color 0.2s ease; }
    .config-panel .inline-title-edit .inline-title-input:focus {
      border-bottom-color: #6ca5fc; }
    .config-panel .inline-title-edit .inline-title-input::placeholder {
      color: #cbd5e0;
      font-weight: 400; }

.config-panel .inline-options-edit {
  margin-top: 8px;
  margin-left: 25px; }
  .config-panel .inline-options-edit .inline-option-add {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px; }
    .config-panel .inline-options-edit .inline-option-add .inline-option-input {
      flex: 1;
      border: 1px solid #e2e8f0;
      border-radius: 6px;
      padding: 5px 10px;
      font-size: 1.05rem;
      color: #4a5568;
      height: 34px;
      outline: none;
      transition: border-color 0.2s ease; }
      .config-panel .inline-options-edit .inline-option-add .inline-option-input:focus {
        border-color: #6ca5fc;
        box-shadow: 0 0 0 2px rgba(108, 165, 252, 0.1); }
      .config-panel .inline-options-edit .inline-option-add .inline-option-input::placeholder {
        color: #cbd5e0; }
    .config-panel .inline-options-edit .inline-option-add .add-option-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #6ca5fc;
      color: white;
      cursor: pointer;
      transition: all 0.2s ease;
      flex-shrink: 0; }
      .config-panel .inline-options-edit .inline-option-add .add-option-btn i {
        font-size: 0.8rem; }
      .config-panel .inline-options-edit .inline-option-add .add-option-btn:hover {
        background: #5494f0;
        box-shadow: 0 2px 6px rgba(108, 165, 252, 0.3);
        transform: scale(1.05); }
  .config-panel .inline-options-edit .answers.editable {
    margin: 0;
    padding: 0;
    list-style: none; }
    .config-panel .inline-options-edit .answers.editable li {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 4px; }
      .config-panel .inline-options-edit .answers.editable li .inline-option-value {
        flex: 1;
        border: 1px solid #edf2f7;
        border-radius: 5px;
        padding: 4px 8px;
        font-size: 1.05rem;
        color: #4a5568;
        height: 32px;
        background: white;
        outline: none;
        transition: border-color 0.2s ease; }
        .config-panel .inline-options-edit .answers.editable li .inline-option-value:focus {
          border-color: #6ca5fc; }
      .config-panel .inline-options-edit .answers.editable li .remove-option {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        color: #cbd5e0;
        cursor: pointer;
        transition: all 0.2s ease;
        flex-shrink: 0; }
        .config-panel .inline-options-edit .answers.editable li .remove-option i {
          font-size: 0.75rem; }
        .config-panel .inline-options-edit .answers.editable li .remove-option:hover {
          color: #e53e3e;
          background: #fff5f5; }

.switch-align {
  padding-top: 25px; }

.empty-selection {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
  padding: 40px; }
  .empty-selection i {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.3; }

.checklist-form-view .form-header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .checklist-form-view .form-header-row h1 {
    margin: 0; }
    @media (max-width: 767px) {
      .checklist-form-view .form-header-row h1 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        width: 100%; } }

@media (max-width: 767px) {
  .checklist-form-view .form-header-actions {
    text-align: left !important;
    width: 100%; } }

.checklist-form-view .form-header-actions .btn {
  margin-right: 5px;
  transition: all 0.2s ease; }
  .checklist-form-view .form-header-actions .btn:last-child {
    margin-right: 0; }
  @media (max-width: 1224px) {
    .checklist-form-view .form-header-actions .btn {
      padding: 6px 10px;
      font-size: 0.9rem; } }
  @media (max-width: 767px) {
    .checklist-form-view .form-header-actions .btn {
      padding: 5px 8px;
      font-size: 0.85rem;
      margin-bottom: 5px; } }

.checklist-form-view .block-wrapper {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease; }
  .checklist-form-view .block-wrapper:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .checklist-form-view .block-wrapper .block-header {
    margin: 0;
    border-bottom: 1px solid #edf2f7; }
  .checklist-form-view .block-wrapper .block-toggle-btn {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 15px 20px;
    background: #fff;
    color: #2d3748;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: background 0.2s ease; }
    .checklist-form-view .block-wrapper .block-toggle-btn i {
      transition: transform 0.3s ease;
      color: #6ca5fc; }
    .checklist-form-view .block-wrapper .block-toggle-btn:hover, .checklist-form-view .block-wrapper .block-toggle-btn:focus, .checklist-form-view .block-wrapper .block-toggle-btn:active {
      background: #f8fbff;
      color: #6ca5fc;
      outline: none;
      box-shadow: none; }
  .checklist-form-view .block-wrapper .block-content {
    margin-top: 0;
    padding: 20px;
    background: #f8fafc; }
    .checklist-form-view .block-wrapper .block-content .questions-scroll-area {
      max-height: 480px;
      overflow-y: auto;
      padding-right: 10px;
      margin-right: -10px; }
      .checklist-form-view .block-wrapper .block-content .questions-scroll-area::-webkit-scrollbar {
        width: 6px; }
      .checklist-form-view .block-wrapper .block-content .questions-scroll-area::-webkit-scrollbar-track {
        background: transparent; }
      .checklist-form-view .block-wrapper .block-content .questions-scroll-area::-webkit-scrollbar-thumb {
        background: #cbd5e0;
        border-radius: 10px; }
        .checklist-form-view .block-wrapper .block-content .questions-scroll-area::-webkit-scrollbar-thumb:hover {
          background: #a0aec0; }
    .checklist-form-view .block-wrapper .block-content .question-item {
      background: #ffffff;
      border-radius: 10px;
      border: 1px solid #edf2f7;
      margin-bottom: 10px;
      padding: 12px 15px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
      transition: transform 0.2s ease, box-shadow 0.2s ease; }
      .checklist-form-view .block-wrapper .block-content .question-item:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08); }
      .checklist-form-view .block-wrapper .block-content .question-item:last-child {
        margin-bottom: 0; }
      .checklist-form-view .block-wrapper .block-content .question-item .question-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 8px; }
        .checklist-form-view .block-wrapper .block-content .question-item .question-header h4 {
          margin: 0;
          font-size: 1.5rem;
          color: #2f3133c2;
          font-weight: 600;
          line-height: 1.4; }
      .checklist-form-view .block-wrapper .block-content .question-item .answer-radio {
        display: block;
        margin: 4px 0 4px 20px;
        padding: 6px 10px;
        background: #f9fafb;
        border-radius: 6px;
        border: 1px solid transparent;
        transition: all 0.2s ease;
        cursor: pointer;
        font-size: 0.95rem; }
        .checklist-form-view .block-wrapper .block-content .question-item .answer-radio:hover {
          background: #f3f4f6;
          border-color: #e5e7eb; }
        .checklist-form-view .block-wrapper .block-content .question-item .answer-radio input {
          margin-right: 8px; }
      .checklist-form-view .block-wrapper .block-content .question-item .answer-checkbox {
        display: block;
        margin: 4px 0 4px 20px;
        padding: 6px 10px;
        background: #f9fafb;
        border-radius: 6px;
        border: 1px solid transparent;
        transition: all 0.2s ease;
        cursor: pointer;
        font-size: 0.95rem; }
        .checklist-form-view .block-wrapper .block-content .question-item .answer-checkbox:hover {
          background: #f3f4f6;
          border-color: #e5e7eb; }
        .checklist-form-view .block-wrapper .block-content .question-item .answer-checkbox input {
          margin-right: 8px; }

.checklist-form-view .custom-file-upload {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #374151;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .checklist-form-view .custom-file-upload i {
    color: #6b7280;
    font-size: 0.9rem; }
  .checklist-form-view .custom-file-upload input[type="file"] {
    display: none; }
  .checklist-form-view .custom-file-upload:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
    .checklist-form-view .custom-file-upload:hover i {
      color: #6ca5fc; }
  .checklist-form-view .custom-file-upload:active {
    transform: scale(0.98);
    background: #f3f4f6; }
  .checklist-form-view .custom-file-upload.large {
    width: 100%;
    justify-content: center;
    padding: 8px;
    background: #f8fafc;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    flex-direction: column;
    gap: 4px; }
    .checklist-form-view .custom-file-upload.large i {
      font-size: 1.2rem;
      margin-bottom: 0; }
    .checklist-form-view .custom-file-upload.large span {
      font-size: 13px;
      color: #4b5563; }
    .checklist-form-view .custom-file-upload.large:hover {
      background: #f1f5f9;
      border-color: #6ca5fc; }
      .checklist-form-view .custom-file-upload.large:hover span {
        color: #1f2937; }

.checklist-form-view .block-image-section {
  margin-top: 10px;
  padding: 12px 15px;
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
  .checklist-form-view .block-image-section h4 {
    margin-bottom: 8px;
    color: #374151;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px; }
    .checklist-form-view .block-image-section h4::before {
      content: '';
      width: 4px;
      height: 18px;
      background: #6ca5fc;
      border-radius: 2px; }

.radio-option, .checkbox-option {
  transition: all 0.2s ease-in-out; }
  .radio-option:hover, .checkbox-option:hover {
    background: #eff6ff !important;
    border-color: #d4e5fc !important;
    transform: translateX(4px); }
  .radio-option.selected, .checkbox-option.selected {
    background: #ebf5ff !important;
    border-color: #6ca5fc !important;
    box-shadow: 0 2px 4px rgba(108, 165, 252, 0.1); }

.form-header-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); }

.form-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 25px; }

.form-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0; }

.form-header-label {
  font-size: 2rem;
  font-weight: 400;
  color: #2d3748;
  white-space: nowrap;
  flex-shrink: 0; }

.form-header-select-wrap {
  flex: 1;
  min-width: 160px;
  max-width: 260px; }
  .form-header-select-wrap .header-select.form-control {
    height: 38px;
    border-radius: 6px;
    border: 1px solid #cbd5e0;
    font-size: 1.3rem;
    color: #2d3748;
    font-weight: 500;
    background-color: #f8fafc;
    padding: 0 12px;
    cursor: pointer; }
    .form-header-select-wrap .header-select.form-control:focus {
      border-color: #6ca5fc;
      box-shadow: 0 0 0 3px rgba(108, 165, 252, 0.12);
      outline: none; }
    .form-header-select-wrap .header-select.form-control:disabled {
      background-color: #f1f5f9;
      cursor: default; }

.form-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0; }
  .form-header-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
    white-space: nowrap; }
    .form-header-actions .btn i {
      font-size: 0.9rem; }
  .form-header-actions .btn-outline-secondary {
    background: #f8fafc;
    border-color: #cbd5e0;
    color: #4a5568; }
    .form-header-actions .btn-outline-secondary:hover {
      background: #edf2f7;
      border-color: #b0bec5; }
  .form-header-actions .btn-draft {
    background: #eef6ff;
    border-color: #e1ecff;
    color: #6ca5fc; }
    .form-header-actions .btn-draft:hover {
      background: #e3f0ff;
      border-color: #6ca5fc; }
  .form-header-actions .btn-finish {
    background: #38a169;
    border-color: #2f8a58;
    color: #fff; }
    .form-header-actions .btn-finish:hover {
      background: #2f855a; }

.panel-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0px 10px 10px;
  font-size: 1.45rem;
  font-weight: 600;
  color: #2d3748;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0; }
  .panel-section-title i {
    color: #6ca5fc;
    font-size: 1.05rem; }

.block-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.block-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  line-height: 1.3; }

.block-item-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0; }

.block-question-count {
  font-size: 1.25rem;
  color: #718096;
  font-weight: 500; }

.chevron-icon {
  color: #cbd5e0;
  font-size: 0.8rem; }

.active-icon {
  color: #6ca5fc;
  font-size: 0.95rem; }

.block-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0; }

.block-header-left {
  display: flex;
  align-items: center;
  gap: 8px; }

.block-header-label {
  font-size: 1.5rem;
  color: #718096; }

.block-header-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #6ca5fc; }

.questions-badge {
  display: inline-block;
  background: #eef6ff;
  color: #6ca5fc;
  border: 1px solid #e1ecff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 20px; }

.questions-area {
  flex: 1;
  overflow-y: auto;
  padding: 18px 20px; }
  .questions-area::-webkit-scrollbar {
    width: 5px; }
  .questions-area::-webkit-scrollbar-track {
    background: transparent; }
  .questions-area::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 10px; }

.questions-list {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.question-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02); }
  .question-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px); }
  .question-card.invalid-question {
    border-color: #f56565 !important;
    background-color: #fffafa !important;
    box-shadow: 0 0 0 1px #fed7d7 inset !important; }
    .question-card.invalid-question .question-number {
      background: #f56565 !important;
      color: #fff !important; }

.question-card-inner {
  padding: 16px 25px; }

.question-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px; }

.question-title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1; }

.question-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef6ff;
  color: #6ca5fc;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px; }

.question-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2d3748;
  line-height: 1.8; }

.answer-section {
  padding-left: 36px; }

.answer-textarea {
  width: calc(100% + 30px);
  margin-left: -15px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  padding: 15px !important;
  min-height: 90px;
  resize: vertical;
  font-size: 1.15rem;
  color: #2d3748;
  background: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s; }
  .answer-textarea:focus {
    border-color: #6ca5fc;
    box-shadow: 0 0 0 3px rgba(108, 165, 252, 0.1);
    outline: none;
    background: #ffffff; }

.options-list {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.option-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  background: #f8fafc;
  user-select: none; }
  .option-item:hover {
    background: #eef6ff;
    border-color: #e1ecff;
    transform: translateX(3px); }
  .option-item.selected {
    background: #eef6ff;
    border-color: #6ca5fc;
    box-shadow: 0 2px 6px rgba(108, 165, 252, 0.12); }
    .option-item.selected .option-label {
      color: #6ca5fc;
      font-weight: 500; }

.state-detail .option-item {
  cursor: default !important; }
  .state-detail .option-item:hover {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    transform: none !important; }
  .state-detail .option-item.selected {
    background: #eef6ff !important;
    border-color: #6ca5fc !important; }
    .state-detail .option-item.selected .option-label {
      color: #6ca5fc !important; }

.option-label {
  font-size: 1.2rem;
  color: #4a5568; }

.custom-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #cbd5e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  flex-shrink: 0;
  transition: all 0.15s ease; }
  .custom-radio.checked {
    border-color: #6ca5fc; }

.radio-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6ca5fc; }

.custom-check {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #cbd5e0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  flex-shrink: 0;
  transition: all 0.15s ease;
  position: relative; }
  .custom-check.checked {
    border-color: #6ca5fc;
    background-color: #6ca5fc; }
    .custom-check.checked i {
      color: #ffffff;
      font-size: 0.85rem;
      display: block; }
  .custom-check i {
    display: none;
    font-size: 0.85rem; }

.sticky-header {
  position: sticky;
  top: 64px;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  transition: all 0.2s ease; }

.block-premium-item {
  background: transparent;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
  position: relative;
  border: none;
  border-radius: 0;
  transition: none; }

.block-accordion-item:hover {
  box-shadow: none;
  border-color: transparent !important; }

.block-accordion-header {
  position: sticky;
  top: 145px;
  z-index: 900;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  border-bottom: 2px solid #6ca5fc;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
  .block-accordion-header.expanded {
    border-radius: 12px 12px 0 0;
    background: #ffffff !important; }
  .block-accordion-header:hover {
    background: #fdfdfe !important; }
    .block-accordion-header:hover .block-title {
      color: #6ca5fc !important; }

.block-accordion-body {
  border-radius: 0 0 12px 12px;
  border: 1px solid #e2e8f0;
  border-top: none;
  overflow: hidden;
  background: #f4f7fb;
  padding: 25px;
  scroll-margin-top: 220px;
  max-height: 15000px;
  transition: max-height 0.5s ease, padding 0.5s ease; }
  .block-accordion-body.block-collapsed {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-left: none;
    border-right: none; }

.state-detail .block-accordion-header {
  border-bottom: 1px solid #e2e8f0;
  background: #fcfdfe !important; }
  .state-detail .block-accordion-header:hover .block-title {
    color: #2d3748 !important; }

.state-detail .upload-btn, .state-detail .block-image-upload {
  cursor: default !important;
  background: #f1f5f9 !important;
  border-color: #e2e8f0 !important; }

.checkbox-option input[type="checkbox"] {
  width: 17px;
  height: 17px;
  cursor: pointer;
  accent-color: #6ca5fc;
  flex-shrink: 0; }

.local-selection-modal {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }

.lsm-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #6ca5fc 0%, #5494f0 100%);
  border-bottom: none; }

.lsm-header-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .lsm-header-icon i {
    color: #ffffff;
    font-size: 1.4rem; }

.lsm-title {
  margin: 0 0 3px 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2; }

.lsm-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem; }

.lsm-body {
  padding: 28px 28px 20px; }

.lsm-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.35rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 10px; }
  .lsm-label i {
    color: #6ca5fc;
    font-size: 1rem; }

.lsm-select-container {
  position: relative; }

.lsm-select {
  width: 100%;
  height: 50px;
  padding: 0 44px 0 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1.45rem;
  color: #2d3748;
  background: #f8fafc;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  outline: none; }
  .lsm-select:focus {
    border-color: #6ca5fc;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(108, 165, 252, 0.12); }
  .lsm-select:hover:not(:focus) {
    border-color: #b0bec5;
    background: #ffffff; }

.lsm-select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #a0aec0;
  font-size: 0.85rem;
  pointer-events: none;
  transition: color 0.2s ease; }
  .lsm-select-container:focus-within .lsm-select-arrow {
    color: #6ca5fc; }

.lsm-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 28px 20px;
  background: #f8fafc;
  border-top: 1px solid #edf2f7; }

.lsm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease; }
  .lsm-btn i {
    font-size: 0.9rem; }

.lsm-btn-cancel {
  background: transparent;
  border: 1px solid #cbd5e0;
  color: #718096; }
  .lsm-btn-cancel:hover {
    background: #edf2f7;
    border-color: #b0bec5;
    color: #4a5568; }

.lsm-btn-confirm {
  background: linear-gradient(135deg, #6ca5fc 0%, #5494f0 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(108, 165, 252, 0.35); }
  .lsm-btn-confirm:hover:not([disabled]) {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(108, 165, 252, 0.45); }
  .lsm-btn-confirm:active:not([disabled]) {
    transform: translateY(0); }
  .lsm-btn-confirm[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none; }

.btn-new-form {
  font-weight: 700;
  border: 1px solid #6ca5fc;
  border-radius: 10px;
  padding: 10px 30px;
  background: #f8fbff;
  color: #6ca5fc;
  font-size: 1.2rem;
  transition: all 0.2s ease; }
  .btn-new-form:hover {
    background: #eef6ff;
    border-color: #5494f0;
    color: #5494f0;
    box-shadow: 0 4px 12px rgba(108, 165, 252, 0.15); }
  .btn-new-form:active {
    transform: scale(0.98); }

.form-header-fixed-local {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px; }

.form-local-badge {
  font-size: 1.7rem;
  font-weight: 400;
  color: #6ca5fc;
  background: #eef6ff;
  padding: 4px 15px;
  border-radius: 8px;
  border: 1px solid #e1ecff; }

.block-header-left-inner {
  display: flex;
  align-items: center;
  gap: 15px; }

.block-icon {
  color: #6ca5fc;
  font-size: 1.5rem; }

.block-title-text {
  font-size: 1.7rem;
  font-weight: 400;
  color: #2d3748; }

.block-error-icon {
  font-size: 1.4rem;
  color: #f56565 !important; }

.block-header-right-inner {
  display: flex;
  align-items: center;
  gap: 20px; }

.block-questions-badge {
  background: #eef6ff;
  color: #6ca5fc;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 1px solid #e1ecff; }

.block-chevron {
  color: #cbd5e0;
  font-size: 1.1rem;
  margin-left: 15px;
  transition: transform 0.3s ease; }
  .block-chevron.fa-rotate-180 {
    transform: rotate(180deg);
    color: #6ca5fc; }

.block-accordion-container {
  padding-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px; }

.question-upload-wrap {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 15px; }

.question-preview-thumb {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f7fafc;
  cursor: pointer;
  transition: transform 0.2s; }
  .question-preview-thumb:hover {
    transform: scale(1.08); }
  .question-preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  background: #f8fafc;
  color: #4a5568;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap; }
  .upload-btn i {
    color: #6ca5fc;
    font-size: 0.95rem; }
  .upload-btn:hover {
    background: #eef6ff;
    border-color: #e1ecff;
    color: #6ca5fc; }

.file-input-hidden {
  display: none !important; }

.upload-file-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #e2e8f0; }

.upload-filename {
  color: #6ca5fc;
  font-weight: 600;
  font-size: 1.1rem; }

.remove-image-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #ef4444;
  cursor: pointer;
  padding: 0;
  margin: 0; }
  .remove-image-btn i {
    font-size: 1rem; }
  .remove-image-btn:hover {
    background: #fee2e2;
    color: #b91c1c; }

.block-image-section {
  margin-top: 30px;
  padding: 25px;
  background: #fff;
  border: 2px dashed #e1ecff;
  border-radius: 12px;
  text-align: center; }

.block-image-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 20px; }
  .block-image-label i {
    color: #6ca5fc; }

.block-preview-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  margin: 0 auto 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s; }
  .block-preview-container:hover {
    transform: scale(1.02); }
  .block-preview-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.block-image-upload {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 100%; }

.block-upload-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eef6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }
  .block-upload-icon i {
    color: #6ca5fc; }
  .block-upload-icon .success-icon {
    color: #38a169; }

.upload-hint {
  font-size: 1.15rem;
  color: #718096; }
  .upload-hint i {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.4;
    display: block; }
  .upload-hint p {
    font-style: italic;
    font-size: 1.2rem;
    margin: 0; }

@media (max-width: 767px) {
  .form-header-inner {
    flex-direction: column;
    align-items: flex-start; }
  .form-header-left {
    width: 100%; }
  .form-header-select-wrap {
    max-width: 100%;
    width: 100%; }
  .form-header-actions {
    width: 100%;
    flex-wrap: wrap; }
    .form-header-actions .btn {
      flex: 1;
      justify-content: center; }
  .answer-section {
    padding-left: 0; } }

.delete-image-corner-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(229, 62, 62, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  padding: 0; }
  .delete-image-corner-btn:hover {
    background: #c53030;
    transform: scale(1.1); }
  .delete-image-corner-btn.block-corner {
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    font-size: 1rem; }

.dashboard {
  background-image: url("../app/assets/img/amoenushorizonta.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 84vh;
  background-size: contain;
  opacity: 0.5; }

.ranges .rzslider .rz-pointer {
  background-color: #f19219 !important; }

.ranges .rzslider .rz-pointer.rz-active:after {
  background-color: #b56500 !important; }

.ranges .rzslider .rz-selection {
  background: #f19219 !important; }

.rangesDelivery .rzslider .rz-pointer {
  background-color: #fcff10 !important; }

.rangesDelivery .rzslider .rz-pointer.rz-active:after {
  background-color: #fbec34 !important; }

.rangesDelivery .rzslider .rz-selection {
  background: #fcff10 !important; }

.label-time-slot {
  font-size: 16px; }

.card-time-slot {
  overflow: hidden; }
  .card-time-slot button {
    margin: 11px; }

.discard-view {
  /* Right column editable inputs */
  /* Checkbox filter dropdowns */ }
  .discard-view.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: calc(100vh - 94px);
    margin-top: -30px;
    margin-left: -35px;
    margin-right: -35px; }
  .discard-view > div[class*="col-"] {
    display: flex;
    flex-direction: column; }
  .discard-view .card {
    margin-bottom: 10px;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .discard-view .card-content {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0; }
  .discard-view .table-responsive {
    flex: 1;
    overflow-y: auto;
    min-height: 0; }
  .discard-view .discard-elements-panel {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
  .discard-view .discard-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #aaa; }
  .discard-view .form-group {
    margin-bottom: 10px; }
  .discard-view .control-label {
    margin-bottom: 2px; }
  .discard-view .card-title {
    margin-bottom: 10px;
    font-size: 18px;
    flex-shrink: 0; }
  .discard-view .table > tbody > tr > td,
  .discard-view .table > thead > tr > th {
    padding: 8px 8px !important;
    font-size: 13px; }
  .discard-view .btn-link {
    padding: 4px 8px; }
  .discard-view .pagination {
    margin: 5px 0; }
  .discard-view .radio-inline {
    margin-bottom: 0; }
  .discard-view .form-control {
    height: 32px;
    padding: 4px 10px;
    font-size: 13px; }
  .discard-view .discard-table-editable {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .discard-view .discard-table-editable .table > tbody > tr > td {
      font-size: 11px !important; }
    .discard-view .discard-table-editable .form-control {
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: #fff;
      padding: 4px 8px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease; }
      .discard-view .discard-table-editable .form-control:focus {
        border-color: #2196F3;
        box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.15);
        outline: none; }
      .discard-view .discard-table-editable .form-control::placeholder {
        color: #aaa;
        font-style: italic; }
  .discard-view .discard-search-wrapper {
    position: relative; }
    .discard-view .discard-search-wrapper .fa-search {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 13px;
      pointer-events: none;
      z-index: 2; }
  .discard-view .table > thead .form-control {
    height: 22px;
    padding: 2px 10px 2px 30px;
    border: none;
    background: transparent;
    box-shadow: none;
    font-weight: normal; }
  .discard-view .checkbox-filter {
    position: relative; }
  .discard-view .checkbox-filter-btn {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    position: relative;
    color: #555;
    transition: border-color 0.15s; }
    .discard-view .checkbox-filter-btn .filter-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      text-align: center;
      font-size: 13px; }
    .discard-view .checkbox-filter-btn:hover {
      border-color: #adadad; }
    .discard-view .checkbox-filter-btn .caret {
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -2px; }
  .discard-view .checkbox-filter-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 2px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none; }
    .discard-view .checkbox-filter-panel .checkbox-item {
      display: flex;
      align-items: center;
      padding: 6px 12px;
      margin: 0;
      font-weight: normal;
      font-size: 13px;
      cursor: pointer;
      color: #333; }
      .discard-view .checkbox-filter-panel .checkbox-item:hover {
        background-color: #f5f5f5; }
      .discard-view .checkbox-filter-panel .checkbox-item i {
        margin-right: 8px;
        font-size: 15px;
        width: 16px;
        text-align: center;
        flex-shrink: 0; }
        .discard-view .checkbox-filter-panel .checkbox-item i.fa-check-square-o {
          color: #2196F3; }
        .discard-view .checkbox-filter-panel .checkbox-item i.fa-square-o {
          color: #999; }
  .discard-view .open > .checkbox-filter-panel {
    display: block; }

.folder {
  transition: all ease 0.15s; }
  .folder img {
    max-width: 120px; }
  .folder img:hover {
    cursor: pointer; }

.document {
  transition: all ease 0.15s; }
  .document img {
    max-width: 120px; }
  .document img:hover {
    cursor: pointer; }

.doc-header {
  padding-bottom: 18px; }

.deleteItem {
  position: relative;
  left: 120px;
  top: 28px;
  cursor: pointer;
  z-index: 100;
  font-size: 22px; }

.container-folders {
  width: 120px; }

.container-files {
  width: 120px; }

.truncate-titles {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@keyframes spaceboots {
  17%, 50%, 82% {
    transform: translate3d(-2px, 0, 0); }
  0%, 33%, 65%, 100% {
    transform: translate3d(2px, 0, 0); } }

@-webkit-keyframes spaceboots {
  17%, 50%, 82% {
    transform: translate3d(-2px, 0, 0); }
  0%, 33%, 65%, 100% {
    transform: translate3d(2px, 0, 0); } }

@-moz-keyframes shakeIcon {
  17%, 50%, 82% {
    transform: translate3d(-2px, 0, 0); }
  0%, 33%, 65%, 100% {
    transform: translate3d(2px, 0, 0); } }

.deleteMode {
  -webkit-animation: spaceboots 0.85s infinite linear;
  -moz-animation: spaceboots 0.85s infinite linear;
  animation: spaceboots 0.85s infinite linear; }

.special-align-left {
  padding-left: 30px !important; }

.background-groups {
  background-color: #e4e4e4; }

.mark-groups {
  font-weight: bold;
  text-transform: uppercase; }

.kit-content {
  margin: 10% 10% 0% 10%; }

.main-title {
  margin-top: 90px;
  text-align: left;
  font-size: 3.5em; }

.explanation {
  padding: 20px;
  font-size: 2em; }

.div-features {
  font-size: 1.8em; }

.div-features li {
  padding-bottom: 20px; }

.logo-kit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 70%;
  margin-bottom: 20px; }

.footer-kit {
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center; }

.button-container {
  height: 200px;
  position: relative;
  text-align: center; }

.button-final-information {
  padding: 20px;
  background-color: #7aa63e;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.spinner {
  margin: auto;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.spinnerInside {
  margin: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.loader-background {
  z-index: 200;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7); }

.loader-take-too-long {
  z-index: 2001 !important;
  background-color: #efefef;
  position: absolute;
  width: 90%;
  height: 250px; }
  .loader-take-too-long span {
    font-size: 32px;
    margin-top: 70px;
    padding: 20px;
    vertical-align: middle;
    line-height: normal;
    display: inline-block; }

.windows8 {
  position: relative;
  width: 22px;
  height: 22px;
  margin: auto;
  margin-top: 8px;
  margin-left: 25px;
  float: right; }
  .windows8 .wBall {
    position: absolute;
    width: 21px;
    height: 21px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite; }
    .windows8 .wBall .wInnerBall {
      position: absolute;
      width: 3px;
      height: 3px;
      background: black;
      left: 0px;
      top: 0px;
      border-radius: 3px; }
  .windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s; }
  .windows8 #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  .windows8 #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s; }
  .windows8 #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s; }
  .windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s; }

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%; }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%; }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%; }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%; }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%; }
  76% {
    opacity: 0;
    transform: rotate(900deg); }
  100% {
    opacity: 0;
    transform: rotate(900deg); } }

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%; }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%; }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%; }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%; }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%; }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg); } }

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%; }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%; }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%; }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%; }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%; }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg); } }

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%; }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%; }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%; }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%; }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%; }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg); } }

.mosaic-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 35px !important;
  border-radius: 12px;
  width: 80%;
  margin: 5px 10%;
  background-color: white;
  color: black;
  cursor: pointer; }
  @media (max-width: 500px) {
    .mosaic-card {
      width: 90%;
      margin: 5% 10px; } }

.label-container {
  display: flex;
  width: 90%;
  justify-content: flex-start;
  align-items: center;
  margin: 0 !important;
  overflow: hidden; }

.label-content-container {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.pill-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 10px !important;
  padding: 5px 15px 5px 5px;
  width: 100%; }

.card-top {
  -webkit-animation: slideInDown 0.5s;
  -moz-animation: slideInDown 0.5s;
  -ms-animation: slideInDown 0.5s;
  animation: slideInDown 0.5s; }

.card-bottom {
  -webkit-animation: slideInBottom 0.5s;
  -moz-animation: slideInBottom 0.5s;
  -ms-animation: slideInBottom 0.5s;
  animation: slideInBottom 0.5s; }

.card-left {
  -webkit-animation: slideInLeft 0.5s;
  -moz-animation: slideInLeft 0.5s;
  -ms-animation: slideInLeft 0.5s;
  animation: slideInLeft 0.5s; }

.card-right {
  -webkit-animation: slideInRight 0.5s;
  -moz-animation: slideInRight 0.5s;
  -ms-animation: slideInRight 0.5s;
  animation: slideInRight 0.5s; }

.fade-element.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; }

.fade-element.ng-leave {
  -webkit-animation: fadeOut 0.5s;
  -moz-animation: fadeOut 0.5s;
  -ms-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s; }

.fade-card {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s; }

.orderManagementTitle {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: black;
  margin: 20px 30px;
  font-family: 'Poppins', sans-serif; }

.orangeFont {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #F26950;
  margin: 0;
  font-family: 'Poppins', sans-serif; }

.customDivider {
  background: #0B204C;
  height: 1px;
  width: 97%;
  margin: 0 auto;
  opacity: .70; }

.orderManagementCustomForm {
  background: white;
  border-radius: 25px;
  height: 200px; }
  @media (max-width: 320px) {
    .orderManagementCustomForm {
      height: 500px; } }
  @media (max-width: 720px) and (min-width: 321px) {
    .orderManagementCustomForm {
      height: 420px; } }
  @media (max-width: 1200px) and (min-width: 721px) {
    .orderManagementCustomForm {
      height: 200px; } }
  @media (max-width: 767px) and (min-width: 721px) {
    .orderManagementCustomForm {
      height: 350px; } }

.om-titleContainer {
  height: 55px; }
  @media (max-width: 720px) {
    .om-titleContainer {
      height: 75px; } }
  @media (max-width: 380px) {
    .om-titleContainer {
      height: 90px; } }

@media (max-width: 720px) {
  .s-on-mobile-column {
    flex-direction: column; } }

@media (max-width: 720px) and (min-width: 0px) {
  .om-flex-wrap {
    flex-wrap: wrap; } }

.left-bold-m-orange {
  border-left: solid 4px #F26950; }
  .left-bold-m-orange.blue {
    border-left: solid 4px DodgerBlue !important; }

.customFormCol {
  height: 25px;
  margin: 10px 0; }

.customSelectOrderManagement {
  position: relative !important;
  font-family: 'Poppins', sans-serif !important; }
  .customSelectOrderManagementselect {
    display: none !important; }

.select-selected {
  background: DodgerBlue !important; }
  .select-selected.select-selected:after {
    position: absolute !important;
    content: "" !important;
    top: 15px !important;
    right: 10px !important;
    width: 0 !important;
    height: 0 !important;
    border: 6px solid transparent !important;
    border-color: #fff transparent transparent transparent !important; }
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent !important;
    top: 7px !important; }

.select-items div, .select-selected {
  color: #ffffff !important;
  padding: 8px 16px !important;
  border: 1px solid transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent !important;
  cursor: pointer !important;
  user-select: none !important; }

.select-items {
  position: absolute !important;
  background-color: DodgerBlue !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99 !important; }

.select-hide {
  display: none !important; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1) !important; }

button.om-customBtn {
  border: none; }

button.om-custom-button {
  border: none; }

.om-customBtn {
  width: 150px;
  height: 40px;
  color: white;
  font-size: 1.875rem;
  line-height: 2.25rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 5px; }
  @media (max-width: 1200px) and (min-width: 721px) {
    .om-customBtn {
      width: 110px;
      font-size: 1.25rem;
      line-height: 1.75rem; } }
  .om-customBtn.primary {
    background: #2196F3; }
  .om-customBtn.disabled {
    opacity: .58; }
  .om-customBtn.success {
    background: #2CC09C; }
  .om-customBtn.danger {
    background: #F44336; }

.smoothShadowBox {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.008), 0 6.7px 5.3px rgba(0, 0, 0, 0.002), 0 12.5px 10px rgba(0, 0, 0, 0), 0 22.3px 17.9px rgba(0, 0, 0, 0.003), 0 41.8px 33.4px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.07); }

.filterText {
  color: #0B204C;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.25rem; }

.orderManagementPill {
  width: 170px !important;
  height: 40px;
  background: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px 10px; }
  .orderManagementPill:hover {
    background: #F26950;
    color: white; }
    .orderManagementPill:hover.blue {
      background: DodgerBlue !important; }
  .orderManagementPill.active {
    background: white;
    color: black;
    border: 1px solid #F26950; }
    .orderManagementPill.active.blue {
      border: 1px solid DodgerBlue !important; }

.disabledEvents {
  pointer-events: none; }

.timesIconOrderManagement {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #f69583;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
  .timesIconOrderManagement.blue {
    background: dodgerblue !important; }

.table-header-title {
  font-family: 'Poppins', sans-serif !important;
  color: #AAAAAA;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700; }
  .table-header-title.active {
    color: #0B204C; }

.table-content-font {
  font-family: 'Poppins', sans-serif !important;
  color: #0B204C;
  font-size: 1.1em;
  line-height: 1.25rem;
  font-weight: 400; }
  .table-content-font.bold {
    font-weight: 600;
    line-height: 1.5rem; }

.table-content {
  height: 60px;
  border-radius: 15px;
  background: white;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.height-inherit {
  height: inherit; }

.overflow-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

input input[type=number].om-custom-input {
  outline: none;
  appearance: none; }

.om-custom-input {
  font-family: 'Poppins', sans-serif !important;
  width: 50% !important;
  border: 0 !important;
  outline: 0;
  border-bottom: 2px solid #9b9b9b !important;
  font-size: 1.3rem;
  color: #0B204C;
  padding: 7px 0;
  transition: border-color 0.2s;
  text-align: center;
  font-weight: 400; }

.om-custom-button {
  background: transparent;
  margin: 0 5px; }

.customSvgIcon {
  width: 20px !important;
  height: 20px !important; }
  .customSvgIcon:hover {
    -webkit-filter: drop-shadow(0 0 0.75rem crimson);
    filter: drop-shadow(0 0 0.75rem crimson); }

.plusIcon {
  filter: brightness(0) invert(1); }

@media (max-width: 768px) {
  .col-xs-0 {
    visibility: hidden; } }

.om-mobile-container {
  height: 220px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0px 8.6px rgba(0, 0, 0, 0.025), 0 0px 20.6px rgba(0, 0, 0, 0.022), 0 0px 38.8px rgba(0, 0, 0, 0.016), 0 0px 69.2px rgba(0, 0, 0, 0.012), 0 0px 129.5px rgba(0, 0, 0, 0.017), 0 0px 310px rgba(0, 0, 0, 0.07);
  margin: 15px 0;
  padding: 10px; }

.om-mobile-table-title {
  color: #B2BAC9;
  font-weight: 400;
  padding-left: 5px; }

.mobile-title {
  font-size: 1.875rem;
  line-height: 2.25rem !important;
  font-weight: 600 !important;
  margin: 10px 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

select.om-report-custom-select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.om-report-custom-select {
  width: fit-content;
  border: 0;
  font-family: 'Poppins', sans-serif !important;
  color: #0B204C;
  font-weight: 600;
  box-shadow: none;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 0;
  background-image: url("../app/assets/img/down-arrow.svg");
  background-position: calc(100% - 20px) calc(1em + -2px), calc(100% - 15px) calc(1em + 5px), calc(100% - .5em) 0.5em;
  background-size: 12px;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .om-report-custom-select {
      width: 100%; } }
  .om-report-custom-select:focus {
    background-image: url("../app/assets/img/down-arrow.svg");
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) 0.5em;
    background-size: 10px;
    background-repeat: no-repeat;
    outline: 0;
    box-shadow: #0B204C; }

.om-report-custom-input {
  width: fit-content;
  border: 0;
  font-family: 'Poppins', sans-serif !important;
  color: #0B204C;
  font-weight: 600;
  box-shadow: none !important;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  text-align: right;
  padding-right: 25px !important; }
  @media (max-width: 768px) {
    .om-report-custom-input {
      width: 100%; } }

.om-custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }
  .om-custom-switch > input {
    opacity: 0;
    width: 0;
    height: 0; }

.om-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }
  .om-switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .om-switch-slider.round {
    border-radius: 34px; }
    .om-switch-slider.round:before {
      border-radius: 50%; }

input:checked + .om-switch-slider {
  background-color: #F26950; }
  input:checked + .om-switch-slider.blueSwitch {
    background: #2196F3; }

input:focus + .om-switch-slider {
  box-shadow: 0 0 1px #F26950; }

input:checked + .om-switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.om-inventory.enabled {
  border: 1px solid green; }

.om-inventory.disabled {
  border: 1px solid red; }

.om-hide-on-mobile {
  display: flex !important;
  position: static;
  visibility: unset !important; }
  @media (max-width: 768px) {
    .om-hide-on-mobile {
      display: none !important;
      position: absolute !important;
      visibility: hidden !important; } }

.om-hide-on-desktop {
  display: unset !important;
  position: unset !important;
  visibility: unset !important; }
  @media (min-width: 768px) {
    .om-hide-on-desktop {
      display: none !important;
      position: absolute !important;
      visibility: hidden !important; } }

@media (max-width: 768px) {
  .om-justify-center-on-mobile {
    justify-content: center !important; } }

@media (max-width: 768px) {
  .om-dropDown-on-mobile {
    width: 125px !important;
    display: -webkit-box !important;
    text-align: -webkit-center !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: fit-content !important;
    max-height: 60px !important; } }

.placeholder-red::placeholder {
  color: #F26950 !important;
  text-align: -webkit-center; }

.sweet-alert > p {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: black;
  margin: 20px 30px;
  font-family: 'Poppins', sans-serif; }

@media (max-width: 720px) {
  .custom-card-title {
    flex-direction: column; } }

.rankingTitle {
  margin-top: 5px !important; }

.groupExportButtons {
  float: right;
  margin: 5px 10px 0px 0px; }

.cardInformationExport {
  padding: 10px; }

.textInformationExport {
  color: #2196F3 !important;
  text-align: center; }

.formatRankingTitle {
  font-size: 15px !important; }

.sectionReport {
  padding-top: 10px !important;
  font-size: 15px;
  color: #2196f3; }

.lateral-reports {
  left: 260px;
  width: 245px;
  overflow: auto;
  height: 93%;
  top: 65px;
  position: fixed;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  z-index: 1; }
  .lateral-reports ul {
    width: 100%;
    list-style-type: none;
    padding-left: 0; }
    .lateral-reports ul li {
      padding: 8px 8px 8px 30px;
      cursor: pointer; }
      .lateral-reports ul li:hover {
        background-color: #999;
        color: #E7E7E7; }
    .lateral-reports ul li.active {
      background-color: #999;
      color: #E7E7E7; }
    .lateral-reports ul li.disabled {
      color: #c1c1c1;
      pointer-events: none;
      background: #ececec; }
    .lateral-reports ul li.temporarily-hide {
      color: #c1c1c1;
      background: #ececec; }

.lateral-reports.active {
  left: 0px; }

.button-show-reports {
  display: none;
  margin-bottom: 20px; }

.content-reports {
  margin-left: 245px;
  height: 72vh; }

.report {
  padding: 40px 0px 40px 0px;
  margin-top: 20px; }
  .report .alert {
    color: #222;
    background-color: #E57373; }
  .report .regular {
    color: #222;
    background-color: #FF8A65; }
  .report .progress {
    color: #222;
    background-color: #81C784;
    z-index: 0; }
  .report .alert-delivery {
    color: #222;
    background-color: rgba(229, 115, 115, 0.81); }
  .report .regular-delivery {
    color: #222;
    background-color: rgba(241, 255, 110, 0.66); }
  .report .progress-delivery {
    color: #222;
    background-color: rgba(129, 199, 132, 0.77); }
  .report .ignored-delivery {
    color: #222;
    background-color: rgba(175, 175, 175, 0.81); }
  .report .subtitle-report h4 {
    background-color: #03A9F4;
    padding: 13px;
    text-align: center;
    color: #FFFFFF;
    margin-top: -18px; }
  .report .navigation {
    cursor: pointer; }
    .report .navigation:hover {
      background-color: #dcdcdc; }

.report-container {
  margin: 25px; }

.report-container.absolute {
  position: absoulte; }

::-webkit-scrollbar-thumb:horizontal {
  background-color: #888888; }

::-webkit-scrollbar:horizontal {
  background-color: #c3c3c3; }

.table-default .align-left {
  padding-left: 15px !important;
  text-align: left; }

.table-default .align-left-small {
  padding-left: 9px !important;
  text-align: left; }

.table-default .lastYear {
  background-color: #B3E5FC; }

.table-default .totalLastYear {
  background-color: #4FC3F7; }

.table-default .total {
  background-color: #FFEE58; }

.table-default .group-border-right {
  border-right: 3px solid #F0F0F0; }

.table-default.small-font {
  font-size: 11px !important; }

.table-default thead tr td {
  vertical-align: inherit !important;
  white-space: nowrap; }

.table-default tbody tr td {
  white-space: nowrap; }

.table-responsive::-webkit-scrollbar {
  background-color: #c3c3c3; }

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #888888; }

.table-responsive.margin-bottom {
  margin-bottom: 35px; }

.table-sales-mix {
  margin-top: 25px; }

.total-week-saleVsBudget {
  background-color: #ddd; }

.total-week {
  background-color: #81D4FA; }

.total-daily-weekend {
  background-color: #FFD54F; }

.background-by-time-report {
  background-color: rgba(2, 136, 209, 0.23); }

.background-by-time-report2 {
  background-color: #FFFFFF; }

.export-buttons {
  padding-top: 10px;
  padding-bottom: 10px; }

.download-button {
  margin-top: 40px; }

.reportFullCalendar .fc-event {
  font-size: 1.1em; }

.modalFullCalendar .fc-event {
  font-size: 0.9em; }

.card-report-inputs {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  .card-report-inputs .table-responsive {
    margin: 10px; }

.popover-mix-with-cost {
  min-width: 700px; }
  .popover-mix-with-cost li {
    margin-bottom: 5px; }

@media (max-width: 992px) {
  .lateral-reports {
    left: 0px; }
  .table-delivery-statistics {
    margin-top: 10px;
    margin-bottom: 0px !important; }
  .graphic-bottom-margin-sm {
    margin-bottom: 30px !important; } }

@media (max-width: 600px) {
  .lateral-reports {
    left: -248px; }
  .content-reports {
    margin-left: 0px; }
  .button-show-reports {
    display: block; } }

@media screen and (max-width: 767px) {
  .responsive-special {
    width: auto !important; } }

@media screen and (max-width: 407px) {
  .responsive-special {
    width: 100% !important; } }

.responsive-full {
  width: auto !important; }

@media screen and (max-width: 407px) {
  .show-report-normal {
    display: block; }
  .show-report-fixed {
    display: none; } }

@media screen and (min-width: 407px) {
  .show-report-normal {
    display: none; }
  .show-report-fixed {
    display: block; } }

@media (min-width: 500px) and (max-width: 992px) {
  .circle-graphic-container {
    margin: auto !important;
    width: 420px !important; } }

.semi-bold {
  font-weight: 500; }

.custom-padding-general-sales-report {
  padding: 2.25rem; }

.tableFixHead {
  overflow: auto;
  max-height: 70vh; }

.tableHideGap {
  border-collapse: separate; }

.thFixed {
  position: sticky;
  top: -2px;
  z-index: 1;
  background-color: #dfdfdf; }

/* PIE FIJO */
.tableFixHead tfoot tr {
  position: sticky;
  bottom: 0;
  background: #FFEE58;
  z-index: 15; }

.tableFixHead tfoot td {
  position: sticky;
  bottom: 0;
  background: #FFEE58;
  z-index: 15; }

.reportFromInventory {
  border-bottom: 1px solid #ddd; }

.dropDown {
  width: 100%;
  height: 400px;
  background: white;
  animation-name: dropDownAnimation;
  animation-delay: 4s;
  position: absolute;
  top: 0;
  margin-top: 25px;
  overflow: auto;
  border: 1px solid #d9d4d9;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 999;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07); }

@keyframes dropDownAnimation {
  0% {
    height: 0px; }
  100% {
    height: 500px; } }

.dropDownContent {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 5px;
  width: 100%;
  height: 30px;
  background: #d7d7d7;
  border-radius: 10px;
  margin: 7px auto; }
  .dropDownContent:hover {
    background: #21b8f3;
    color: white; }

.dropDownContainer {
  width: 100%;
  height: 240px;
  background: white;
  margin-top: 5px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 999;
  margin-bottom: 10px; }
  @media (max-width: 500px) {
    .dropDownContainer {
      justify-content: space-around; } }

.theoricalConsumptionPill {
  width: 170px !important;
  height: 40px;
  background: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .theoricalConsumptionPill:hover {
    background: #2196F3;
    color: white; }
  .theoricalConsumptionPill.active {
    background: #2196F3;
    color: white; }

.disabledEvents {
  pointer-events: none; }

.timesIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #64b5f6;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

.custom-table-border-color > tbody > tr > td, .custom-table-border-color > tbody > tr > th, .custom-table-border-color > tfoot > tr > td, .custom-table-border-color > tfoot > tr > th, .custom-table-border-color > thead > tr > td, .custom-table-border-color > thead > tr > th, .custom-table-border-color > tbody > tr > td:first-child, .custom-table-border-color > tbody > tr > td:last-child {
  border: 1px solid #bfbfbf !important; }

.field-blue {
  background: #ACE7FF; }

.custom-header {
  background: #dfdfdf; }

.custom-border > div {
  border: 1px solid #F0F0F0 !important; }

.markRow:hover {
  background: rgba(255, 171, 64, 0.27); }

.markRow-wh {
  background: rgba(149, 255, 137, 0.27); }

.customFloatingButton {
  position: fixed;
  background: #dfdfdf;
  bottom: 25px;
  right: 25px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 1000; }
  .customFloatingButton:hover {
    background: #bcbcbc;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }

.ticket-row-color {
  background: rgba(176, 184, 246, 0.64); }

.shift-left {
  padding-left: 30px; }

.mg-top-tickets {
  margin-top: -1px; }

@media (min-width: 768px) {
  .set-Margin.modal > .modal-dialog.modal-lg {
    margin: 30px auto 30px 132px !important; } }

.set-Margin.modal + .modal-backdrop {
  background-color: transparent; }

.formatRankingTitle {
  text-align: center; }

.formatData {
  text-align: right;
  padding-right: 40px !important; }

.formatRanking {
  text-align: center; }

.selector:hover {
  background-color: #2196F3;
  color: white; }

.actived {
  background-color: #2195f37a;
  color: white; }

.add-transition {
  transition: all 1s ease; }

.rotate-icon-loop {
  animation: loading-icon 1.2s infinite; }

@keyframes loading-icon {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.showcase {
  width: 100%;
  height: 100%; }
  .showcase .homeLogo {
    margin-top: 30px; }
  .showcase .transparentHomeLayer {
    padding-top: 40px;
    padding-bottom: 40px; }
    .showcase .transparentHomeLayer h1 {
      margin-bottom: 0px !important;
      margin-top: 1em !important;
      font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
      font-weight: 500; }
  .showcase a {
    color: #fdcc52;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; }
    .showcase a:hover, .showcase a:focus {
      color: #fcbd20; }
  .showcase hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1); }
    .showcase hr.light {
      border-color: white; }
  .showcase h1, .showcase h2, .showcase h3, .showcase h4, .showcase h5, .showcase h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; }
  .showcase p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .showcase section {
    padding: 100px 0; }
    .showcase section h2 {
      font-size: 50px; }
  .showcase #mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; }
    .showcase #mainNav .navbar-brand {
      color: #fdcc52;
      font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
      font-weight: 200;
      letter-spacing: 1px; }
      .showcase #mainNav .navbar-brand:hover, .showcase #mainNav .navbar-brand:focus {
        color: #fcbd20; }
    .showcase #mainNav .navbar-toggler {
      font-size: 12px;
      padding: 8px 10px;
      color: #222222; }
    .showcase #mainNav .navbar-nav > li > a {
      font-size: 11px;
      font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      color: #222222; }
      .showcase #mainNav .navbar-nav > li > a::after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #ffffffaf;
        transition: width 0.2s ease 0s, left 0.2s ease 0s;
        width: 0; }
      .showcase #mainNav .navbar-nav > li > a:hover::after {
        width: 100%;
        left: 0; }
      .showcase #mainNav .navbar-nav > li > a.active {
        color: #fdcc52 !important;
        background-color: transparent; }
        .showcase #mainNav .navbar-nav > li > a.active:hover {
          background-color: transparent; }
      .showcase #mainNav .navbar-nav > li > a:focus {
        color: #222222; }
      .showcase #mainNav .navbar-nav > li > a:hover, .showcase #mainNav .navbar-nav > li > a:focus:hover {
        color: #fdcc52; }
  .showcase header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    background: linear-gradient(95deg, #BED95F 0%, #deb8eef5 100%);
    background-size: 100% 100%;
    background-attachment: fixed; }
    .showcase header.masthead .header-content {
      max-width: 500px;
      margin-bottom: 100px;
      text-align: center;
      filter: blur(0px) !important; }
      .showcase header.masthead .header-content h1 {
        font-size: 30px; }
    .showcase header.masthead .device-container {
      margin-right: auto;
      margin-left: auto;
      top: 93px;
      margin-top: 0px; }
      .showcase header.masthead .device-container .screen img {
        border-radius: 3px; }
  .showcase section.download {
    position: relative;
    padding: 150px 0; }
    .showcase section.download h2 {
      font-size: 50px;
      margin-top: 0; }
    .showcase section.download .badges .badge-link {
      display: block;
      margin-bottom: 25px; }
      .showcase section.download .badges .badge-link:last-child {
        margin-bottom: 0; }
      .showcase section.download .badges .badge-link img {
        height: 60px; }
  .showcase section.features {
    padding-bottom: 50px; }
    .showcase section.features .section-heading {
      margin-bottom: 100px; }
      .showcase section.features .section-heading h2 {
        margin-top: 0; }
      .showcase section.features .section-heading p {
        margin-bottom: 0; }
    .showcase section.features .device-container, .showcase section.features .feature-item {
      margin: 0 auto; }
    .showcase section.features .device-container {
      margin-bottom: 100px; }
    .showcase section.features .feature-item {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center; }

@media (min-width: 992px) {
  .showcase #mainNav {
    border-color: transparent;
    background-color: transparent; }
    .showcase #mainNav .navbar-brand {
      color: fade(white, 70%); }
      .showcase #mainNav .navbar-brand:hover, .showcase #mainNav .navbar-brand:focus {
        color: white; }
    .showcase #mainNav .navbar-nav > li > a {
      color: rgba(255, 255, 255, 0.7); }
      .showcase #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7); }
      .showcase #mainNav .navbar-nav > li > a:hover, .showcase #mainNav .navbar-nav > li > a:focus:hover {
        color: white; }
    .showcase #mainNav.navbar-shrink {
      border-color: rgba(34, 34, 34, 0.1);
      background-color: white; }
      .showcase #mainNav.navbar-shrink .navbar-brand {
        color: #222222; }
        .showcase #mainNav.navbar-shrink .navbar-brand:hover, .showcase #mainNav.navbar-shrink .navbar-brand:focus {
          color: #fdcc52; }
      .showcase #mainNav.navbar-shrink .navbar-nav > li > a {
        color: #222222; }
        .showcase #mainNav.navbar-shrink .navbar-nav > li > a:focus {
          color: #222222; }
        .showcase #mainNav.navbar-shrink .navbar-nav > li > a:hover, .showcase #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
          color: #fdcc52; } }

@media (min-width: 992px) {
  .showcase header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0; }
    .showcase header.masthead .header-content {
      margin-bottom: 0;
      text-align: left; }
      .showcase header.masthead .header-content h1 {
        font-size: 50px; } }

@media (min-width: 768px) {
  .showcase section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .showcase section.download h2 {
    font-size: 70px; } }

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0; } }

section.features .feature-item h3 {
  font-size: 30px; }

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px; }

section.features .feature-item1 i {
  background: linear-gradient(to left, #93ff28, #b3b3b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

section.features .feature-item2 i {
  background: linear-gradient(to left, #db28ff, #b3b3b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

section.features .feature-item3 i {
  background: linear-gradient(to left, #234bff, #b3b3b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 80px;
  display: block;
  margin-bottom: 12px; }

section.features .feature-item3 h3 {
  font-size: 30px; }

.advantage {
  background: linear-gradient(95deg, #BED95F 0%, #deb8eef5 100%);
  color: white;
  margin-bottom: 40px; }

.separatorSection {
  background: linear-gradient(90deg, #92ba69 0%, #90bcff 100%);
  color: white;
  overflow: hidden; }

.triangle {
  width: 100%;
  height: 11em;
  background: linear-gradient(90deg, #92ba69 0%, #90bcff 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0); }

section.features .circle1 {
  background: linear-gradient(90deg, #E1F4AA 0%, #CAF1B3 100%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  margin: auto; }

section.features .circle2 {
  background: linear-gradient(90deg, #5DF9AE 0%, #e9fcc1b7 100%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  margin: auto; }

section.features .circle3 {
  background: linear-gradient(90deg, #35f9d5 0%, #a8d8e8b6 100%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  margin: auto; }

section.features .circle4 {
  background: linear-gradient(90deg, #35d5f986 0%, #bbefffb9 100%);
  width: 6em;
  height: 6em;
  border-radius: 50%;
  margin: auto; }

.showcase section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .showcase section.cta .cta-content {
    position: relative;
    z-index: 1; }
    .showcase section.cta .cta-content h2 {
      font-size: 53px;
      max-width: 450px;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
  .showcase section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.showcase section.contact {
  text-align: center; }
  .showcase section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px; }
    .showcase section.contact h2 i {
      color: #dd4b39; }
  .showcase section.contact ul.list-social {
    margin-bottom: 0; }
    .showcase section.contact ul.list-social li a {
      font-size: 40px;
      line-height: 80px;
      display: block;
      width: 80px;
      height: 80px;
      color: white;
      border-radius: 100%; }
    .showcase section.contact ul.list-social li.social-twitter a {
      background-color: #1da1f2; }
      .showcase section.contact ul.list-social li.social-twitter a:hover {
        background-color: #0d95e8; }
    .showcase section.contact ul.list-social li.social-facebook a {
      background-color: #3b5998; }
      .showcase section.contact ul.list-social li.social-facebook a:hover {
        background-color: #344e86; }
    .showcase section.contact ul.list-social li.social-google-plus a {
      background-color: #dd4b39; }
      .showcase section.contact ul.list-social li.social-google-plus a:hover {
        background-color: #d73925; }

.showcase footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222; }
  .showcase footer p {
    font-size: 12px;
    margin: 0; }
  .showcase footer ul {
    margin-bottom: 0; }
    .showcase footer ul li a {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.3); }
      .showcase footer ul li a:hover {
        text-decoration: none; }

.module {
  opacity: 1; }

@media (min-width: 768px) {
  .showcase section.cta .cta-content h2 {
    font-size: 80px; }
  .module {
    opacity: 0; } }

footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none; }

.showcase .bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539); }

.showcase .text-primary {
  color: #fdcc52; }

.showcase .no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.showcase .btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .showcase .btn-outline:hover, .showcase .btn-outline:focus, .showcase .btn-outline:active, .showcase .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52; }

.showcase .btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase; }

.showcase .btn-xl {
  font-size: 11px;
  padding: 15px 45px; }

.device-mockup {
  position: relative;
  width: 100%;
  padding-bottom: 61.775701%;
  padding-bottom: 61.775701%; }
  .device-mockup > .device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../app/assets/img/iphone_6_plus_white_port.png"); }
    .device-mockup > .device > .screen {
      position: absolute;
      top: 11.0438729%;
      bottom: 14.6747352%;
      left: 13.364486%;
      right: 13.364486%;
      overflow: hidden; }
    .device-mockup > .device > .button {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      overflow: hidden;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      cursor: pointer; }
  .device-mockup.iphone6_plus {
    padding-bottom: 201.76%; }
    .device-mockup.iphone6_plus.portrait {
      padding-bottom: 201.76%; }
    .device-mockup.iphone6_plus.landscape {
      padding-bottom: 49.56%; }
    .device-mockup.iphone6_plus.white > .device, .device-mockup.iphone6_plus.portrait.white > .device {
      background-image: url("../app/assets/img/iphone_6_plus_white_port.png"); }
    .device-mockup.iphone6_plus.landscape.white > .device {
      background-image: url("../app/assets/img/iphone_6_plus_white_land.png"); }
    .device-mockup.iphone6_plus > .device > .screen, .device-mockup.iphone6_plus.portrait > .device > .screen {
      top: 11.58%;
      bottom: 11.58%;
      left: 5.97%;
      right: 5.97%; }
    .device-mockup.iphone6_plus.landscape > .device > .screen {
      top: 5.97%;
      bottom: 5.97%;
      left: 11.38%;
      right: 11.58%; }
    .device-mockup.iphone6_plus > .device > .button, .device-mockup.iphone6_plus.portrait > .device > .button {
      display: block;
      top: 89.9%;
      bottom: 3.2%;
      left: 43%;
      right: 43%; }
    .device-mockup.iphone6_plus.landscape > .device > .button {
      display: block;
      top: 43%;
      bottom: 43%;
      left: 89.9%;
      right: 3.2%; }
  .device-mockup > .device {
    background-image: url("../app/assets/img/macbook.png"); }
    .device-mockup > .device > .screen {
      top: 11.0438729%;
      bottom: 14.6747352%;
      left: 13.364486%;
      right: 13.364486%; }

/* Modify */
.advangeTitle {
  font-size: 22px;
  color: #555; }

.showcase {
  /*.sectionBackground
    background: radial-gradient(#ddd 1%, white 98%, white 1%)
    background-attachment: fixed*/ }
  .showcase .img-responsive--2 {
    width: 70%;
    display: block;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); }
  .showcase .banner {
    background-image: url("../app/assets/img/showcase/banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    margin-top: 3em; }
    .showcase .banner p {
      font-size: 4em; }
    .showcase .banner span {
      font-size: 9rem;
      font-weight: bold;
      background: -webkit-linear-gradient(45deg, #ff4a4ace, #A975FF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .showcase .mTop40 {
    margin-top: 45px; }
  .showcase h2.superTitle {
    font-weight: 500 !important;
    font-size: 55px !important; }
  .showcase .text-card {
    color: white;
    background-color: #3FB498;
    padding: 1.5em;
    border-radius: 0px 0px 29px 29px;
    border-top: 10px solid #41E295;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); }
    .showcase .text-card--2 {
      background-color: #F4F4F4;
      border-top: 10px solid #6a6a6a;
      color: black;
      padding: 1.5em;
      border-radius: 0px 0px 29px 29px;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); }
    .showcase .text-card--3 {
      background-color: #3E3E3E;
      border-top: 10px solid #E4A8BA;
      color: white;
      padding: 1.5em;
      border-radius: 0px 0px 29px 29px;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); }
  .showcase .imageblob {
    position: relative; }
    .showcase .imageblob .blob {
      position: absolute;
      width: 362px;
      height: 362px;
      left: -80px;
      top: -150px; }
    .showcase .imageblob .blob--2 {
      position: absolute;
      width: 362px;
      height: 362px;
      left: -80px;
      top: 150px; }
    .showcase .imageblob .blob--3 {
      position: absolute;
      width: 362px;
      height: 362px;
      left: -80px;
      top: -100px;
      z-index: -1; }
    .showcase .imageblob .blob1 {
      position: absolute;
      width: 362px;
      height: 362px;
      left: 300px;
      top: 100px; }
    .showcase .imageblob .blob1--2 {
      position: absolute;
      width: 362px;
      height: 362px;
      left: 300px;
      top: -100px; }
    .showcase .imageblob .blob1--3 {
      position: absolute;
      width: 362px;
      height: 362px;
      left: 300px;
      top: 50px; }
  .showcase .blackBox {
    padding: 1em;
    background-color: #2C2C2C;
    color: whiteSmoke; }
  .showcase .purpleBox {
    padding: 2em;
    background-color: #9CB2FF; }
  .showcase .gradient-text {
    background: linear-gradient(to right, #3246FF 0%, #8800c8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .showcase .purpleText h1 {
    font-size: 3em;
    color: #877EEC;
    font-weight: bold; }
  .showcase .purpleBall {
    background-color: #877EEC;
    padding: 3em;
    color: white;
    display: block;
    height: 30em;
    width: 30em;
    border-radius: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .showcase .purpleBall p {
      text-align: center;
      font-size: 1.6em; }
    .showcase .purpleBall--2 {
      background-color: #877EEC;
      padding: 3em;
      color: white;
      display: block;
      height: 20em;
      width: 20em;
      border-radius: 50%;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .showcase .purpleBall--2 p {
        text-align: center;
        font-size: 2em; }
  .showcase .circleBackgroundHolder {
    position: relative;
    overflow: hidden; }
  .showcase .circleBackground1 {
    position: absolute;
    height: 100em;
    width: 100%;
    left: -450px; }
  .showcase .frame-image {
    margin: 10px;
    border: solid 10px #424242;
    border-radius: 20px; }
  .showcase .backgroundSquare {
    position: absolute;
    right: -50px;
    top: -50px;
    height: 15em;
    width: 15em;
    background-color: #424242;
    z-index: -1; }
  .showcase .backgroundSquare2 {
    position: absolute;
    height: 20em;
    width: 20em;
    background-color: #424242;
    right: -50px;
    bottom: -50px;
    z-index: -1; }
  .showcase .circleBackground2 {
    position: absolute;
    height: 100em;
    width: 100%;
    right: -450px;
    top: 30em;
    overflow: hidden; }
  .showcase .minicard {
    border-radius: 10px;
    background: linear-gradient(to right, #fafafa 0%, #e8e8e8 100%);
    padding: 5px;
    margin: 10px; }
  .showcase .carousel-control, .showcase .carousel-indicators {
    display: none; }
  .showcase .submoduleTitle {
    font-size: 45px;
    font-weight: 500;
    color: #555; }
  .showcase .shadow-img {
    box-shadow: 15px 15px 22px -6px rgba(50, 50, 50, 0.5); }
  .showcase .text-content i {
    color: #7aa53e; }
  .showcase .text-content-left {
    padding-right: 25px; }
  .showcase .text-content-left {
    padding-left: 25px; }
  .showcase .navbar {
    box-shadow: none; }
  .showcase .navbar-nav > li > a {
    padding: 8px; }
  .showcase .navbar-brand {
    margin-left: 0px !important;
    float: none;
    padding: 0px;
    line-height: 0px;
    height: 0px; }
  .showcase .logo {
    width: 110px; }
  .showcase .bg-color2 {
    background: #457fca;
    background: -webkit-linear-gradient(to right, #5691c8, #457fca);
    background: linear-gradient(to right, #5691c8, #457fca); }
  .showcase .bg-color3 {
    background: #02AAB0;
    background: -webkit-linear-gradient(to right, #00CDAC, #02AAB0);
    background: linear-gradient(to right, #00CDAC, #02AAB0); }
  .showcase .bg-color4 {
    background: #8e9eab;
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    background: linear-gradient(to right, #eef2f3, #8e9eab); }
  .showcase .img-section {
    width: 400px;
    border-radius: 2px;
    box-shadow: 6px 8px 1px 0px rgba(0, 0, 0, 0.07), 5px 9px 5px 0 rgba(0, 0, 0, 0.06); }
  .showcase .section-iphone {
    margin-bottom: 415px; }
    .showcase .section-iphone .text-content {
      margin-left: 108px;
      margin-bottom: 272px;
      margin-top: 96px; }
  .showcase .section-macbook .text-content {
    margin-bottom: 80px; }
  .showcase .come-in {
    opacity: 0;
    transform: translateY(200px);
    animation: get-in 2s ease forwards, come-in 0.8s ease forwards; }
  .showcase .come-in-left {
    transform: translateX(-200px);
    animation: get-in 2s ease forwards, come-in-left 0.8s ease forwards; }
  .showcase .come-in-right {
    transform: translateX(200px);
    animation: get-in 2s ease forwards, come-in-right 0.8s ease forwards; }
  .showcase .come-in:nth-child(odd) {
    animation-duration: 0.8s; }
  .showcase .come-in-left:nth-child(odd) {
    animation-duration: 0.8s; }
  .showcase .come-in-right:nth-child(odd) {
    animation-duration: 0.8s; }
  .showcase .already-visible {
    transform: translateY(0) translateX(0);
    opacity: 1;
    animation: none; }

@keyframes get-in {
  to {
    opacity: 1; } }

@keyframes come-in {
  to {
    transform: translateY(0); } }

@keyframes come-in-left {
  to {
    transform: translateX(0); } }

@keyframes come-in-right {
  to {
    transform: translateX(0); } }
  .showcase .iphone {
    position: relative;
    top: 93px;
    margin-top: 0px;
    width: 322px; }
  .showcase .mac {
    position: relative;
    top: 0px;
    margin-top: 0px; }

@media (max-width: 767px) {
  .text-content {
    margin-left: 0px !important; }
  .banner p {
    font-size: 3.3em !important; }
  .banner span {
    font-size: 1.3em !important; } }

.icon-container {
  font-size: 40px;
  text-align: center;
  width: 72px;
  height: 72px;
  background-color: #bed960;
  border-radius: 200px;
  margin: 0 auto;
  margin-bottom: 1.5rem; }
  .icon-container i {
    color: black;
    margin-top: 16px; }

.icon-whatsapp {
  font-size: 40px !important;
  text-align: center;
  width: 72px;
  height: 72px;
  background-color: #25d366;
  border-radius: 200px;
  margin: 0 auto;
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 10; }
  .icon-whatsapp i {
    color: white;
    margin-top: 8px; }

.contenedor {
  margin-bottom: 20px; }

.advantage-container {
  margin: 40px 0; }
  @media (max-width: 1025px) and (min-width: 650px) {
    .advantage-container {
      height: 500px; } }

.advantages-subcontainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 340px; }

.advantages-title-container {
  margin: 10px 0; }

.advantage-text-container {
  height: 150px; }

.advantages-title {
  font-size: 3rem !important;
  line-height: 1 !important; }

.advantage-text {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  text-align: justify;
  text-overflow: ellipsis; }

.s-d-flex {
  display: flex !important; }

.s-flex-column {
  flex-direction: column; }

.s-flex-wrap {
  flex-wrap: wrap; }

.s-justify-content-center {
  justify-content: center !important; }

.s-justify-content-between {
  justify-content: space-between !important; }

.s-justify-content-around {
  justify-content: space-around !important; }

.s-justify-content-start {
  justify-content: flex-start !important; }

.s-justify-content-end {
  justify-content: flex-end !important; }

.s-align-items-center {
  align-items: center; }

.s-m-0 {
  margin: 0 !important; }

.s-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.s-mx-5 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.s-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.s-mt-0 {
  margin-top: 0 !important; }

.s-mt-5 {
  margin-top: 10px !important; }

.s-mr-5 {
  margin-right: 10px !important; }

.s-mb-1 {
  margin-bottom: 2px !important; }

.s-mb-2 {
  margin-bottom: 0.5rem !important; }

.s-mb-4 {
  margin-bottom: 1rem !important; }

.s-text-bold {
  font-weight: bold; }

.s-text-semi-bold {
  font-weight: 600; }

.s-time-slot-width {
  width: 80px !important; }

.s-bg-secondary {
  background: #F3F4F6; }

.s-icon:hover {
  color: #1F2937; }

.i-trash {
  color: red; }
  .i-trash:hover {
    color: darkred; }

.i-pencil {
  color: dodgerblue; }
  .i-pencil:hover {
    color: blue; }

.vacaciones {
  background-color: #2196f3 !important;
  color: white !important;
  position: relative; }

.vacaciones:hover::before {
  content: '';
  z-index: 10;
  position: absolute;
  bottom: -23px;
  padding: 10px;
  right: 2px;
  background-color: #cacaca;
  border-radius: 100%;
  opacity: 1; }

.vacaciones:hover::after {
  content: "Vacaciones";
  color: black;
  position: absolute;
  z-index: 10;
  padding: 5px;
  border-radius: 13px;
  background: #cacaca;
  opacity: 1;
  right: -24px;
  margin-top: 9px; }

.festivo {
  background-color: #45A597 !important;
  color: white !important;
  position: relative; }

.festivo:hover::before {
  content: '';
  z-index: 10;
  position: absolute;
  bottom: -23px;
  padding: 10px;
  right: 2px;
  background-color: #cacaca;
  border-radius: 100%;
  opacity: 1; }

.festivo:hover::after {
  content: "Festivo";
  color: black;
  position: absolute;
  z-index: 10;
  padding: 5px;
  border-radius: 13px;
  background: #cacaca;
  opacity: 1;
  right: -13px;
  margin-top: 9px; }

.libranza {
  background-color: #e91e63 !important;
  color: white !important;
  position: relative; }

.libranza:hover::before {
  content: '';
  z-index: 10;
  position: absolute;
  bottom: -23px;
  padding: 10px;
  right: 2px;
  background-color: #cacaca;
  border-radius: 100%;
  opacity: 1; }

.libranza:hover::after {
  content: "Libranza";
  color: black;
  position: absolute;
  z-index: 10;
  padding: 5px;
  border-radius: 13px;
  background: #cacaca;
  opacity: 1;
  right: -18px;
  margin-top: 9px; }

.otros-no-remunerados {
  background-color: #f44336 !important;
  color: white !important;
  position: relative; }

.otros-no-remunerados:hover::before {
  content: '';
  z-index: 10;
  position: absolute;
  bottom: -23px;
  padding: 10px;
  right: 2px;
  background-color: #cacaca;
  border-radius: 100%;
  opacity: 1; }

.otros-no-remunerados:hover::after {
  content: "Otros no remunerados";
  color: black;
  position: absolute;
  z-index: 10;
  padding: 5px;
  border-radius: 13px;
  background: #cacaca;
  opacity: 1;
  right: -29px;
  margin-top: 9px; }

.otros-remunerados {
  background-color: #ffab40 !important;
  color: white !important;
  position: relative; }

.otros-remunerados:hover::before {
  content: '';
  z-index: 10;
  position: absolute;
  bottom: -23px;
  padding: 10px;
  right: 2px;
  background-color: #cacaca;
  border-radius: 100%;
  opacity: 1; }

.otros-remunerados:hover::after {
  content: "Otros remunerados";
  color: black;
  position: absolute;
  z-index: 10;
  padding: 5px;
  border-radius: 13px;
  background: #cacaca;
  opacity: 1;
  right: -29px;
  margin-top: 9px; }

.dias-deshabilitados {
  background-color: rgba(46, 46, 46, 0.1);
  cursor: not-allowed !important; }
  .dias-deshabilitados > div {
    cursor: not-allowed !important; }

.dias-baja {
  background-color: rgba(239, 225, 232, 0.8);
  cursor: not-allowed !important; }
  .dias-baja > div {
    cursor: not-allowed !important; }

.modal-size .modal-dialog {
  width: 90% !important; }
  @media (max-width: 800px) {
    .modal-size .modal-dialog {
      width: auto !important; } }

.s-select-box-center {
  text-align-last: center; }

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

.s-w-90 {
  width: 90% !important; }

@media (min-width: 600px) {
  .schedulePill {
    color: blue; } }

.schedulePillPreferentialColor {
  background: #C7CEEA; }
  .schedulePillPreferentialColor.pointer:hover {
    filter: brightness(90%); }

.schedulePillImpossibleColor {
  background: #FF9AA2; }
  .schedulePillImpossibleColor.pointer:hover {
    filter: brightness(90%); }

.schedulePillPossibleColor {
  background: #B5EAD7; }
  .schedulePillPossibleColor.pointer:hover {
    filter: brightness(90%); }

.schedule-timeAvailability-legend {
  position: absolute;
  top: 25px;
  right: -300px;
  background: white;
  width: 200px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12); }
  @media (max-width: 1520px) {
    .schedule-timeAvailability-legend {
      position: absolute;
      width: 90%;
      height: 120px;
      bottom: calc( -120px - 25%);
      top: unset;
      left: 50%;
      transform: translate(-50%, -50%); } }

.legendContentContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: inherit;
  height: inherit; }
  @media (max-width: 600px) {
    .legendContentContainer {
      width: 100% !important; } }

.legendContent {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: inherit;
  height: inherit; }
  @media (max-width: 1520px) {
    .legendContent {
      flex-direction: row;
      width: 90%;
      margin: 0 auto 0; } }

.preferentialSquare {
  width: 40px;
  height: 40px;
  background: #C7CEEA; }
  @media (max-width: 600px) {
    .preferentialSquare {
      width: 20px !important;
      height: 20px !important; } }

.btn-success-workShift {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success-workShift:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.possibleSquare {
  width: 40px;
  height: 40px;
  background: #B5EAD7; }
  @media (max-width: 600px) {
    .possibleSquare {
      width: 20px !important;
      height: 20px !important; } }

.impossibleSquare {
  width: 40px;
  height: 40px;
  background: #FF9AA2; }
  @media (max-width: 600px) {
    .impossibleSquare {
      width: 20px !important;
      height: 20px !important; } }

.customDisplaySquares {
  justify-content: start; }
  @media (max-width: 1520px) {
    .customDisplaySquares {
      justify-content: center; } }

.saveButton {
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: calc(-50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 600px) {
    .saveButton {
      bottom: calc( -25% - 120px - 60px); } }

.justify-timeTablePills {
  justify-content: space-around; }
  @media (max-width: 600px) {
    .justify-timeTablePills {
      justify-content: center; } }

.employeeInput {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
  bottom: 0;
  background: transparent;
  color: transparent; }
  .employeeInput:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #6B7280; }

.custom-checkbox-height {
  height: 100px; }
  @media (max-width: 600px) {
    .custom-checkbox-height {
      height: 80px;
      margin-bottom: 10px; } }

.s-display-none {
  display: none; }

.colorInput {
  width: 35px;
  height: 35px; }

.employeeFormLeavingDateInputMargin {
  margin: 10px 0 10px 5px !important; }

.maxRowHeight {
  height: 100% !important; }

.maxRowHeightSchedule {
  height: 96% !important; }

.customTask {
  font-family: sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700; }

.customGanttClass {
  margin: 2.5px 0; }
  .customGanttClass:after {
    content: "Posible";
    color: black;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    height: 100%;
    align-content: center;
    align-items: center; }

.removeTask {
  width: inherit;
  height: inherit;
  position: absolute; }
  .removeTask:before {
    position: relative;
    content: ' ';
    width: inherit;
    height: inherit;
    background-color: rgba(46, 27, 0, 0.13); }

.om-custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }
  .om-custom-switch > input {
    opacity: 0;
    width: 0;
    height: 0; }

.om-switch-slider-preferential {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }
  .om-switch-slider-preferential:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .om-switch-slider-preferential.round {
    border-radius: 34px; }
    .om-switch-slider-preferential.round:before {
      border-radius: 50%; }

input:checked + .om-switch-slider-preferential {
  background-color: #C7CEEA; }
  input:checked + .om-switch-slider-preferential.blueSwitch {
    background: #2196F3; }

input:focus + .om-switch-slider-preferential {
  box-shadow: 0 0 1px #F26950; }

input:checked + .om-switch-slider-preferential:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

input:checked + .om-switch-slider.impossible {
  background-color: #FF9AA2; }

input:focus + .om-switch-slider {
  box-shadow: 0 0 1px #F26950; }

input:checked + .om-switch-slider + .impossible :before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.warning-alert-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF9AA2;
  border-radius: 10px;
  color: black; }

.popover-preferential {
  position: relative; }
  .popover-preferential::before {
    content: "";
    margin-left: -40px;
    background-color: #C7CEEA;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-left: 15px; }
  .popover-preferential::after {
    content: "Preferente:";
    position: absolute;
    top: -2px;
    left: 20px; }

.popover-possible {
  position: relative; }
  .popover-possible::before {
    content: "";
    margin-left: -40px;
    background-color: #B5EAD7;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-left: 15px; }
  .popover-possible::after {
    content: "Posible:";
    position: absolute;
    top: -2px;
    left: 20px; }

.popover-impossible {
  position: relative; }
  .popover-impossible::before {
    content: "";
    margin-left: -40px;
    background-color: #FF9AA2;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-left: 15px; }
  .popover-impossible::after {
    content: "Imposible:";
    position: absolute;
    top: -2px;
    left: 20px; }

.popover-timetable-content {
  width: 180px; }

.gantt-body-rows > .absence-1 {
  position: relative;
  cursor: not-allowed; }
  .gantt-body-rows > .absence-1:after {
    content: "Vacaciones";
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 150, 243, 0.4);
    cursor: not-allowed;
    pointer-events: none; }

.gantt-body-rows > .absence-2 {
  position: relative;
  cursor: not-allowed; }
  .gantt-body-rows > .absence-2:after {
    content: "Festivos";
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 165, 151, 0.4);
    cursor: not-allowed;
    pointer-events: none; }

.gantt-body-rows > .absence-3 {
  position: relative; }
  .gantt-body-rows > .absence-3:after {
    content: "Libranza";
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 30, 99, 0.4);
    cursor: not-allowed;
    pointer-events: none; }
  .gantt-body-rows > .absence-3:hover::after {
    content: none !important;
    display: none;
    width: 0;
    height: 0; }

.gantt-body-rows > .absence-4 {
  position: relative; }
  .gantt-body-rows > .absence-4:after {
    content: "Absentismo remunerado";
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 171, 64, 0.4);
    cursor: not-allowed;
    pointer-events: none; }
  .gantt-body-rows > .absence-4:hover::after {
    content: none !important;
    display: none;
    width: 0;
    height: 0; }

.gantt-body-rows > .absence-5 {
  position: relative; }
  .gantt-body-rows > .absence-5:after {
    content: "Absentismo no remunerado";
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 67, 54, 0.4);
    cursor: not-allowed;
    pointer-events: none; }
  .gantt-body-rows > .absence-5:hover::after {
    content: none !important;
    display: none;
    width: 0;
    height: 0; }

.gantt-body-rows > .leaving-date {
  position: relative;
  cursor: not-allowed; }
  .gantt-body-rows > .leaving-date:after {
    content: "Día de baja";
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(174, 174, 174, 0.4);
    cursor: not-allowed;
    pointer-events: none; }

.fixed-impossible-task {
  font-family: sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: black; }
  .fixed-impossible-task:hover {
    cursor: not-allowed; }

.custom-color.white > * {
  color: white !important; }

.custom-color.black > * {
  color: black !important; }

.gantt-task-info-content > * {
  color: black !important; }

.absences-selectors-animation {
  animation-name: selector-animation;
  animation-delay: .5s; }

.popover-shifts {
  position: relative; }
  .popover-shifts::before {
    content: "";
    margin-left: -40px;
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-left: 15px;
    background-color: #FCA311; }
  .popover-shifts::after {
    content: "Turno:";
    position: absolute;
    top: -2px;
    left: 20px; }

@keyframes selector-animation {
  0% {
    width: 100%; }
  100% {
    width: 33.3333%; } }

.text-red {
  color: tomato; }

.disabled-employee {
  background-color: rgba(174, 174, 174, 0.4); }

.dropdown-menu .active a {
  background-color: #0097a7; }

.dropdown-menu .active a:focus {
  background-color: #0097a7; }

.dropdown-menu .active a:hover {
  background-color: #0097a7; }

.pagination .active a {
  background-color: #0097a7;
  border-color: #0097a7; }
  .pagination .active a:hover {
    background-color: #00838f;
    border-color: #00838f; }

.card.large .card-title {
  padding-bottom: 15px;
  line-height: 34px; }

.dropdown-menu {
  margin-top: 0px !important; }

.page-login {
  position: absolute;
  background: radial-gradient(circle at 1.99% 43.04%, #e5f1bb, transparent 100%), radial-gradient(circle at 99.79% 73.72%, #e5f1bb, transparent 58%), radial-gradient(circle at 50% 50%, #e5f1bb, #e5f1bb 100%);
  display: table;
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important; }
  .page-login .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px; }

.brand-logo {
  min-height: 44px;
  color: #7aa63e;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
  font-size: 25px; }
  .brand-logo.div-logo {
    background-color: #ababab;
    padding: 8px; }

aside.sidebar {
  border-right: none !important; }
  @media (min-width: 1025px) {
    aside.sidebar {
      transition: left 0.3s, right 0.3s; } }

.imgLogo {
  max-height: 105px;
  width: 100%; }

.top10 {
  margin-top: 10px !important; }

.top20 {
  margin-top: 20px !important; }

.bottom50 {
  margin-bottom: 50px !important; }

.form-control option {
  padding: 5px !important;
  min-height: 1.2em; }

.menuDisabled {
  pointer-events: none; }
  .menuDisabled span {
    color: #696969; }

.breadElement.ng-animate {
  -webkit-animation: none 0s;
  animation: none 0s;
  transition: none; }

.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8); }

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.8) !important; }

.tooltip.left .tooltip-arrow {
  border-left-color: rgba(0, 0, 0, 0.8) !important; }

.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.8) !important; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.8) !important; }

.navbar .logo-amoenus {
  padding: 8px 15px;
  margin: 12px 0;
  float: left; }
  .navbar .logo-amoenus img {
    width: 67px; }

.closeModalButton {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  z-index: 100;
  font-size: 22px; }

.infoTextTable {
  margin-bottom: 10px;
  font-size: 14px;
  border: none; }
  .infoTextTable .infoIcon {
    width: 30px;
    vertical-align: middle !important;
    border: none; }
  .infoTextTable .infoParraf {
    width: 100%;
    vertical-align: middle !important;
    padding-left: 10px;
    border: none; }
    .infoTextTable .infoParraf p {
      margin: 0px !important;
      height: 43px; }
  .infoTextTable .fa {
    font-size: 28px;
    color: #2196F3; }

.vcenter {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important; }

.hidde-menu {
  padding-left: 0px !important; }
  .hidde-menu .ng-isolate-scope .sidebar {
    left: -270px !important; }
    @media (min-width: 1025px) {
      .hidde-menu .ng-isolate-scope .sidebar {
        transition: left 0.3s, right 0.3s; } }
  .hidde-menu .main-container .lateral-reports {
    left: 0px !important; }
  .hidde-menu .main-container .ng-isolate-scope .navbar-fixed-top {
    margin-left: 0px !important; }

.go-top-button {
  position: fixed;
  right: 4px;
  bottom: 14px;
  z-index: 1000; }

.iframe-business-intelligence {
  width: 103.2%;
  min-height: 700px;
  height: 90.7vh;
  margin: -30px; }

.container-power-bi {
  width: 103.2%;
  margin: -30px; }

.div-power-bi {
  min-height: 620px;
  height: 83.7vh; }

.div-power-bi iframe {
  border: none; }

.button-info {
  position: absolute;
  top: 112px;
  right: 34px;
  z-index: 1; }

.button-info2 {
  position: absolute;
  top: 0px;
  right: 26px;
  z-index: 1; }

.button-info3 {
  position: absolute;
  top: 112px;
  right: 50px;
  z-index: 1; }

.table-full-reduced thead tr th {
  vertical-align: bottom !important;
  border-bottom: 1px solid #F0F0F0 !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  text-transform: uppercase !important; }

.table-full-reduced-middled tbody tr td {
  vertical-align: middle !important; }

.table-full-reduced thead {
  background: #FAFAFA; }

.table-full-reduced thead tr th input[type=checkbox] {
  margin: 10px 0 0 -33px !important; }

.table-full-reduced td input[type=checkbox] {
  margin: 7px 0 0 -33px !important; }

.help-modal {
  left: auto !important;
  top: -31px !important; }
  .help-modal .modal-dialog {
    margin-bottom: 0px !important; }
    .help-modal .modal-dialog .modal-content {
      border-right: none !important; }
      .help-modal .modal-dialog .modal-content .modal-body {
        height: calc(100vh - 74px) !important;
        overflow-y: auto !important; }

.badge-customized {
  padding: 0 18px !important;
  font-size: 20px !important;
  line-height: 43px !important;
  border-radius: 30px !important; }

@media (min-width: 1400px) {
  .my-modal-xl .modal-lg {
    width: 1500px; } }

@media (max-width: 767px) {
  .button-info {
    position: absolute;
    top: 91px;
    right: 15px; } }

@media only screen and (max-width: 992px) {
  .arrow-menu {
    display: none; } }

.mainContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.videoCover {
  width: 65%;
  max-height: 250px;
  object-fit: cover;
  margin: 10px auto auto; }

.videoContainer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  margin: 20px auto;
  height: 220px;
  display: flex; }

.videoStyle {
  width: 90%;
  height: auto;
  max-height: 250px;
  margin: 20px auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12); }

.iconPlay {
  color: #bbb; }

.iconShadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  box-shadow: 0 0.8px 2.2px rgba(0, 0, 0, 0.062), 0 2px 5.3px rgba(0, 0, 0, 0.089), 0 3.8px 10px rgba(0, 0, 0, 0.11), 0 6.7px 17.9px rgba(0, 0, 0, 0.131), 0 12.5px 33.4px rgba(0, 0, 0, 0.158), 0 30px 80px rgba(0, 0, 0, 0.22); }

.fontTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  width: 100%;
  align-items: center;
  text-shadow: 2px 3px 5px #0006;
  margin: 0 0 20px 0; }

.dangercolor {
  color: #F44336 !important; }

.truncate {
  float: left;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.editInputButton {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #f1f1f1; }

.help-modal-style-card {
  float: right;
  margin-right: -10px;
  margin-top: 5px; }

.collapseCard {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(30, 136, 239, 0.4), 1px 2px 5px 0 rgba(30, 136, 239, 0.3) !important;
  box-shadow: 1px 1px 1px 0 rgba(30, 136, 239, 0.4), 1px 2px 5px 0 rgba(30, 136, 239, 0.3) !important; }
  .collapseCard .customTitle {
    padding-bottom: 0px !important;
    cursor: pointer; }
  .collapseCard .row {
    padding-top: 15px; }
  .collapseCard .customTitle i.fa {
    margin-left: -20px;
    margin-right: 10px;
    color: rgba(30, 136, 239, 0.7); }

.move-timeslot {
  background-color: #efefef !important; }

.selected-timeslot-group {
  background-color: #f3f3f3; }

.no-selected-timeslot-group {
  background-color: #fff; }

.analysisFinalClientsTbl input {
  display: inline;
  width: 50%;
  height: 28px;
  text-align: center; }

.analysisFinalClientsTbl .localTd {
  border-right: #f0f0f0 solid 1px; }

.analysisFinalClientsTbl tbody > tr > td:first-child, .analysisFinalClientsTbl thead tr > th:first-child {
  padding-left: 8px; }

.reports .text-muted {
  color: #00bcd4 !important; }

.body-mail-example {
  border: solid #ddd 1px;
  border-radius: 5px;
  padding: 10px; }

.imitate-label {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  font-size: 90%; }

.userViewFiltersDisplay {
  display: flex;
  justify-content: space-around;
  align-items: end;
  height: 80px;
  margin: 0 !important; }
  @media (max-width: 500px) {
    .userViewFiltersDisplay {
      align-items: center !important;
      margin-top: 0 !important; } }
  @media (max-width: 500px) {
    .userViewFiltersDisplay > div {
      margin-top: 0 !important; } }

.localComments ::placeholder {
  padding-top: 40px;
  font-size: 15px;
  color: #6666667a; }

.labels-count-units {
  text-align: center;
  margin-top: 32px !important; }

.have-recipe {
  font-weight: bold;
  color: #474747; }

.truncate-areas {
  float: center;
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.send-mail-check-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 65.18px; }

@media (max-width: 992px) {
  .send-mail-check-container {
    flex-direction: column !important; }
    .send-mail-check-container .col-xs-12 div {
      justify-content: center !important; } }

.select2-container {
  font-size: 13px !important; }

.hideElements {
  display: none; }

.suggestItemsModalBackground {
  background: #e0e0e0; }

.no-animate {
  -webkit-transition: none !important;
  transition: none !important; }

@media (max-width: 500px) {
  .rotate-image-on-mobile {
    transform: rotate(90deg); } }

.itemPillHover:hover {
  background: tomato !important;
  color: white;
  transition: 0.4s; }

.trashCursor {
  cursor: url("../app/assets/img/delete.svg"), auto; }

.customInputText {
  position: absolute;
  bottom: -20px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 1.25rem; }

.dangerColor {
  color: tomato; }

.areaWarehouseModalSize .modal-dialog {
  width: 90%;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px auto; }

.redPill {
  background: #b8b8b8; }

.bluePill {
  background: #287de5; }

.customPill.redColor {
  color: #1c1c1c; }

.customPill.blueColor {
  color: #9fed9f; }

.infoText {
  font-size: 1.875rem;
  line-height: 2.25rem; }

.areaWarehouseModalContainer {
  margin: 20px 5px;
  border: 1px #7a7a7a solid;
  height: fit-content;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 6px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04); }
  @media (max-width: 500px) {
    .areaWarehouseModalContainer {
      display: flex;
      flex-direction: column;
      padding: 20px; } }

.pillOnFocus:hover {
  cursor: pointer;
  filter: brightness(90%); }

.areaWarehouseModalPill {
  margin: 8px 5px;
  border-radius: 10px;
  width: 250px;
  height: 50px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgray; }

.areaWarehouseModalTextAreaPill {
  display: inline-block;
  width: 80%;
  margin: 0;
  margin-right: 5px;
  overflow: hidden;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis; }

.areaWarehouseModalLocalContainer {
  height: max-content;
  display: table-cell;
  justify-content: space-around;
  align-items: center;
  text-align: center; }

.areaWarehouseModalAreaLocalText {
  width: 80%;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.areaWarehousePillsContainer {
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 10px; }

.greenTab {
  color: rgba(129, 199, 132, 0.77) !important;
  box-shadow: inset 0 -2px 0 rgba(129, 199, 132, 0.77) !important; }

.redTab {
  color: rgba(229, 115, 115, 0.81) !important;
  box-shadow: inset 0 -2px 0 rgba(229, 115, 115, 0.81) !important; }

.yellowTab {
  color: #ffab40b8 !important;
  box-shadow: inset 0 -2px 0 #ffab40b8 !important; }

.messageHover:hover {
  background: rgba(0, 0, 0, 0.2); }

.pendingStatus:hover {
  background: #ffab4063; }

.aceptedStatus:hover {
  background: rgba(129, 199, 132, 0.45); }

.declinedStatus:hover {
  background: rgba(229, 115, 115, 0.45); }

.custom-file-input {
  opacity: 0;
  width: .1px;
  height: .1px;
  position: absolute; }

.custom-file-input-container label {
  display: block;
  position: relative;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  background: #2196F3;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform .2s ease-out; }
  .custom-file-input-container label:hover {
    transform: scale(1.02); }
  .custom-file-input-container label:focus {
    transform: scale(1.02);
    outline: 1px solid #000;
    outline: -webkit-focus-ring-color auto 2px; }

.delivery-notes-img-container {
  height: 175px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 15px 0; }
  .delivery-notes-img-container > .delivery-note-title {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .delivery-notes-img-container > .delivery-note-img:hover {
    animation: shake 0.2s;
    animation-iteration-count: infinite; }

@keyframes shake {
  0% {
    transform: rotate(-1deg); }
  50% {
    transform: rotate(1deg); } }

.delivery-notes-files-to-upload-container {
  position: relative;
  margin: 5px 30px;
  border-radius: 12px;
  background-color: lightgray; }

.image-delivery-note.remove {
  position: relative;
  animation: shake 0.4s;
  animation-iteration-count: infinite; }
  .image-delivery-note.remove::after {
    position: absolute;
    content: '\f00d';
    top: -2px;
    left: 79px;
    width: 20px;
    height: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    background: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid black; }

.pill-container-filters {
  width: auto;
  height: 32px;
  margin: 10px;
  text-align: center;
  border-radius: 12px;
  border: black 1px solid;
  background-color: lightgray;
  color: black;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer; }
  .pill-container-filters.active {
    background-color: #2196F3;
    color: white; }
    .pill-container-filters.active:hover {
      background-color: lightgray;
      color: black; }
  .pill-container-filters:hover {
    background-color: #2196F3; }

.pills-container {
  display: flex;
  flex-wrap: wrap;
  height: fit-content; }
  @media (max-width: 450px) {
    .pills-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-content: center; } }

.test {
  max-width: 100px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.custom-toggle {
  max-height: 1px !important;
  padding: 0 !important;
  background: darkgray !important;
  transition: all .25s ease-in; }

.open-custom-toggle {
  transition: all .25s ease-in; }

.custom-toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.25rem !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f01a";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: lightgray;
  color: black;
  top: -25px;
  right: 48.5%; }

.custom-sticky-table > thead th:first-child {
  position: sticky;
  top: -5px;
  left: 0;
  z-index: 3;
  padding: 5px 10px;
  background: #dfdfdf;
  text-align: center; }

.custom-sticky-table > thead th:not(:first-child) {
  position: sticky;
  top: -5px;
  z-index: 2;
  padding: 5px 10px;
  background: #dfdfdf;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.custom-sticky-table > tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  padding: 5px 10px;
  background: #dfdfdf; }

.custom-sticky-table > th, .custom-sticky-table td {
  border: solid; }

th.secondHeader {
  top: 25px !important; }

.scrollable {
  min-width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  max-height: 70vh;
  float: left;
  padding-right: .5em; }

@media (min-width: 995px) {
  .inputOrderTime {
    margin-top: 47px !important; } }

.pdf-float-button {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 5px;
  background: red;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: white; }

.hasPrice {
  background-color: #e2f2f8ce;
  font-weight: bold;
  padding-bottom: 10px; }

.modifiedBorder {
  border-top: 1px solid #00000015  !important; }

.supplierActive {
  background-color: white !important;
  border: 1px solid #2196F3 !important; }
  .supplierActive:hover {
    color: #000000;
    background-color: #2195f327 !important; }

.orderDraftIndicator {
  background: lightyellow;
  position: relative; }
  .orderDraftIndicator:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffab40;
    position: absolute;
    left: 10px;
    border-radius: 50%;
    top: 22px; }

.donation-item-container {
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin: 5px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }
  @media (max-width: 500px) {
    .donation-item-container {
      height: 250px;
      display: unset; }
      .donation-item-container.recipe {
        height: 150px; } }

.show-on-mobile {
  visibility: hidden;
  display: none; }
  @media (max-width: 500px) {
    .show-on-mobile {
      visibility: visible;
      display: unset; } }

.hide-on-mobile {
  visibility: visible;
  display: unset; }
  @media (max-width: 500px) {
    .hide-on-mobile {
      visibility: hidden;
      display: none; } }

.donation-item-container > .form-control {
  height: 25px;
  font-size: 12px; }

@media (max-width: 500px) {
  .donation-standar-item-height {
    height: 60px;
    margin: 10px 0; } }

@media (max-width: 500px) {
  .first-item-margin {
    margin: 18px 0 0 0;
    margin: 0; } }

.modal-border-rounded .modal-content {
  border-radius: 15px; }

@media (min-width: 992px) {
  .modal-xl .modal-dialog {
    width: 1200px; } }

@media (min-width: 700px) {
  .modal-xl .modal-dialog {
    width: 85%; } }

@media (max-width: 699px) {
  .modal-xl .modal-dialog {
    width: 100%; } }

.yellow-checkbox:checked {
  background-color: #ffefc5 !important;
  border-color: orange !important; }
  .yellow-checkbox:checked:after {
    background-color: #ffefc5 !important;
    border-color: orange !important;
    content: "" !important; }
  .yellow-checkbox:checked:before {
    background-color: #ffefc5 !important;
    border-color: #cf901c !important;
    content: "" !important; }

.blueFade-checkbox:checked {
  background-color: #d0ecfe !important;
  border-color: transparent !important; }
  .blueFade-checkbox:checked:after {
    background-color: #d0ecfe !important;
    border-color: #5bccfc !important;
    content: "" !important; }
  .blueFade-checkbox:checked:before {
    background-color: #d0ecfe !important;
    border-color: #128cbf !important;
    content: "" !important; }
  .blueFade-checkbox:checked.empty:before {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important; }
  .blueFade-checkbox:checked[disabled]:after {
    background-color: #e7e6e6 !important;
    border-color: lightgray !important; }
  .blueFade-checkbox:checked[disabled]:before {
    background-color: #e7e6e6 !important;
    border-color: lightgray !important; }

.gray-table-borders tr td {
  border: 3px solid #e5e5e5;
  border-collapse: collapse; }

.hide-scrollbar::-webkit-scrollbar {
  display: none; }

.hide-scrollbar.blur-bottom:after {
  content: "";
  display: block;
  width: 100%;
  position: sticky;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 35px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none; }

@media (max-width: 700px) {
  .rotate-270-on-mobile {
    rotate: 270deg; } }

@media (max-width: 700px) {
  .rotate-45-on-mobile {
    rotate: 45deg; } }

@media (max-width: 700px) {
  .rotate-90-on-mobile {
    rotate: 90deg; } }

.sign-cursor {
  cursor: url("../app/assets/img/draw.png"), auto; }

.grow-on-hover {
  transition: all 0.3s ease; }
  .grow-on-hover:hover {
    transform: scale(1.02); }

.list-tree:before {
  content: "";
  height: calc(100% + 10px);
  width: 18px;
  background-color: transparent;
  border-left: 2px #e5e5e5 solid;
  position: absolute;
  left: -20px;
  top: 0px; }

.list-tree.first:before {
  height: calc(100% + 20px);
  top: -10px; }

.list-tree.last:before {
  height: 20px;
  top: 0px; }

.list-tree-item:before {
  content: "";
  height: 2px;
  width: 18px;
  background-color: transparent;
  border-bottom: 2px #e5e5e5 solid;
  position: absolute;
  left: -18px;
  top: 55%; }

.filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start; }

.filter-input-wrapper {
  flex: 1;
  min-width: 200px; }

.filter-clear-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  flex-shrink: 0; }
