/* line 1, /app/spa/app/assets/stylesheets/shared.scss */
.badge-notification {
  z-index: 1;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0px 6px;
  border-radius: 50%;
  background-color: red;
}

/* line 11, /app/spa/app/assets/stylesheets/shared.scss */
.avatar-sm {
  width: 2rem !important;
  height: 2rem !important;
}

/* line 16, /app/spa/app/assets/stylesheets/shared.scss */
.font-size-1 {
  font-size: 1rem !important;
}

/* line 20, /app/spa/app/assets/stylesheets/shared.scss */
.font-size-10 {
  font-size: 10rem !important;
}

/* line 24, /app/spa/app/assets/stylesheets/shared.scss */
.panel-text {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* line 29, /app/spa/app/assets/stylesheets/shared.scss */
span.panel {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 33, /app/spa/app/assets/stylesheets/shared.scss */
.bg-gradient-blank {
  background-image: linear-gradient(#fff, #ebebe0) !important;
}

/* line 37, /app/spa/app/assets/stylesheets/shared.scss */
.text-light-grey {
  color: #333;
}

/* line 41, /app/spa/app/assets/stylesheets/shared.scss */
.bg-light-grey {
  background-color: #e9ecef !important;
}

/* line 45, /app/spa/app/assets/stylesheets/shared.scss */
.font-weight-very-bold {
  font-weight: 700 !important;
}

/* line 49, /app/spa/app/assets/stylesheets/shared.scss */
.icon-toggle--brown input[type="checkbox"]:checked ~ .zmdi {
  color: #795548 !important;
}

@media (max-width: 576px) {
  /* line 54, /app/spa/app/assets/stylesheets/shared.scss */
  .btn-esm-block {
    width: 100% !important;
  }

  /* line 58, /app/spa/app/assets/stylesheets/shared.scss */
  .listview__attrs {
    display: block !important;
  }
}
/* line 63, /app/spa/app/assets/stylesheets/shared.scss */
.toggle-switch__helper-modified:before {
  top: 3px !important;
}

/* line 67, /app/spa/app/assets/stylesheets/shared.scss */
.massive .toggle-switch__checkbox {
  display: none !important;
}

/* line 71, /app/spa/app/assets/stylesheets/shared.scss */
.toggle-switch__checkbox:checked ~ .toggle-switch__helper-modified:after {
  left: calc(100% - 13px) !important;
}

/* line 75, /app/spa/app/assets/stylesheets/shared.scss */
.toggle-switch__helper-modified:after {
  width: 15px !important;
  height: 15px !important;
}

/* line 80, /app/spa/app/assets/stylesheets/shared.scss */
.toggle-switch__helper-modified {
  height: 10px !important;
  width: 28px !important;
}

/* line 85, /app/spa/app/assets/stylesheets/shared.scss */
.dropdown-menu-modified {
  min-width: 17rem !important;
  padding: 0.8rem 1rem !important;
}

/* line 90, /app/spa/app/assets/stylesheets/shared.scss */
.dropdown-checkbox-label {
  position: relative !important;
  bottom: 7px !important;
}

/* line 95, /app/spa/app/assets/stylesheets/shared.scss */
.zmdi-mrg-left {
  margin-left: 8px;
}

/* line 99, /app/spa/app/assets/stylesheets/shared.scss */
.zmdi-2x {
  font-size: 1.4rem !important;
}

/* line 103, /app/spa/app/assets/stylesheets/shared.scss */
.bottom-1 {
  bottom: 1rem !important;
}

/* line 107, /app/spa/app/assets/stylesheets/shared.scss */
.modal-subtitle {
  color: #9c9c9c;
  font-size: 1rem;
  font-weight: 400;
}

/* line 113, /app/spa/app/assets/stylesheets/shared.scss */
.active-tab-pane {
  font-weight: bold !important;
  color: #2196f3 !important;
  text-shadow: 3px 3px 3px #6f90a73b;
}

/* line 119, /app/spa/app/assets/stylesheets/shared.scss */
.cursor-initial {
  cursor: initial !important;
}

/* line 123, /app/spa/app/assets/stylesheets/shared.scss */
td.procedure-data {
  cursor: pointer !important;
}

/* line 127, /app/spa/app/assets/stylesheets/shared.scss */
.copyButton {
  visibility: hidden;
}

/* line 131, /app/spa/app/assets/stylesheets/shared.scss */
.copyElement:hover .copyButton {
  visibility: visible;
}

/* line 135, /app/spa/app/assets/stylesheets/shared.scss */
i.zmdi-tag {
  font-size: 0.1rem !important;
  background-color: currentColor;
  border-radius: 27px;
  padding: 3px 6px 5px 6px;
  font-family: Roboto, sans-serif;
  -moz-padding-start: 0px;
  -moz-padding-end: 10px;
  text-align: center;
}

/* line 146, /app/spa/app/assets/stylesheets/shared.scss */
.text-marker,
.procedure-total {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

/* line 152, /app/spa/app/assets/stylesheets/shared.scss */
.text-marker {
  color: white;
}

/* line 156, /app/spa/app/assets/stylesheets/shared.scss */
.procedure-total {
  margin-left: 3px;
  color: white;
}

/* line 161, /app/spa/app/assets/stylesheets/shared.scss */
div.listview__content {
  word-break: break-all;
}

/* line 165, /app/spa/app/assets/stylesheets/shared.scss */
i.icon-marker-style {
  padding: 3px;
}

/* line 169, /app/spa/app/assets/stylesheets/shared.scss */
.marker-blank {
  padding: 10px 10px !important;
  margin-left: 3px;
  min-width: 1px !important;
}

/* line 175, /app/spa/app/assets/stylesheets/shared.scss */
.span-marker-name {
  display: none;
}

/* line 179, /app/spa/app/assets/stylesheets/shared.scss */
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -47px;
  position: relative;
  z-index: 2;
}

/* line 187, /app/spa/app/assets/stylesheets/shared.scss */
.circle-notify {
  background: #ff4642;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  /* line 187, /app/spa/app/assets/stylesheets/shared.scss */
  .circle-notify {
    right: unset;
  }
}

/* line 206, /app/spa/app/assets/stylesheets/shared.scss */
.narging-top-label-or-login {
  margin-top: 16px;
  font-weight: bold;
}

/* line 211, /app/spa/app/assets/stylesheets/shared.scss */
tr.group:not(.odd, .even),
tr.group:hover:not(.odd, .even) {
  background-color: #868e96 !important;
  color: #fff !important;
}

/* line 217, /app/spa/app/assets/stylesheets/shared.scss */
tr.group td {
  padding: 0.4rem;
}

/* line 221, /app/spa/app/assets/stylesheets/shared.scss */
.center-boolean {
  display: flex;
  align-items: center;
}

/* line 226, /app/spa/app/assets/stylesheets/shared.scss */
.follows-counter {
  display: -webkit-inline-box;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 50%;
  background: #fff;
  color: black;
}

/* line 238, /app/spa/app/assets/stylesheets/shared.scss */
.folder-container, .file-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 246, /app/spa/app/assets/stylesheets/shared.scss */
.document-template-modal-dialog {
  overflow-y: initial !important;
}

/* line 249, /app/spa/app/assets/stylesheets/shared.scss */
.document-template-modal-body {
  height: 70vh;
  overflow-y: auto;
}

/* line 254, /app/spa/app/assets/stylesheets/shared.scss */
.document-template-modal-button {
  color: #747a80 !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 262, /app/spa/app/assets/stylesheets/shared.scss */
.tree-folder {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

/* line 270, /app/spa/app/assets/stylesheets/shared.scss */
.tree-folder[aria-expanded=true] .zmdi-chevron-right {
  display: none;
}

/* line 274, /app/spa/app/assets/stylesheets/shared.scss */
.tree-folder[aria-expanded=false] .zmdi-chevron-down {
  display: none;
}

/* line 278, /app/spa/app/assets/stylesheets/shared.scss */
#variable-card-body {
  overflow-y: initial !important;
  background-color: #F4F2F2;
}

/* line 283, /app/spa/app/assets/stylesheets/shared.scss */
#variables-section {
  height: 50vh;
  overflow-y: auto;
}

/* line 288, /app/spa/app/assets/stylesheets/shared.scss */
.copy-variable {
  color: #2196F3;
  cursor: pointer;
}

/* line 293, /app/spa/app/assets/stylesheets/shared.scss */
.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 300, /app/spa/app/assets/stylesheets/shared.scss */
#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 3.0rem;
  font-size: 1rem;
}

/* line 311, /app/spa/app/assets/stylesheets/shared.scss */
#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

/* line 320, /app/spa/app/assets/stylesheets/shared.scss */
#searchQuerySubmit:hover {
  cursor: pointer;
}

/* line 324, /app/spa/app/assets/stylesheets/shared.scss */
.manage-document-modal {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 330, /app/spa/app/assets/stylesheets/shared.scss */
.modal-file {
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 80%;
}

/* line 337, /app/spa/app/assets/stylesheets/shared.scss */
.user-progress-icon {
  display: flex;
  justify-content: end;
}

/* line 342, /app/spa/app/assets/stylesheets/shared.scss */
.flow-procedure-dropdown:hover {
  font-weight: bold !important;
}

/* line 346, /app/spa/app/assets/stylesheets/shared.scss */
body.modal-open .api-documentation-grid {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

/* line 355, /app/spa/app/assets/stylesheets/shared.scss */
#search-variable {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f59f;
  padding: 0 3.5rem 0 1.5rem;
  border: 1px solid grey;
  border-radius: 6px;
  font-size: 1rem;
}

/* line 365, /app/spa/app/assets/stylesheets/shared.scss */
.undo-progress {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  padding: 10px;
  color: white;
  background-color: #202124;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 750px;
  height: 70px;
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

/* line 382, /app/spa/app/assets/stylesheets/shared.scss */
.undo-info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 389, /app/spa/app/assets/stylesheets/shared.scss */
.title-and-close-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* line 397, /app/spa/app/assets/stylesheets/shared.scss */
.timer-and-undo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

/* line 405, /app/spa/app/assets/stylesheets/shared.scss */
.undo-progress-countdown {
  font-size: 12px;
}

/* line 409, /app/spa/app/assets/stylesheets/shared.scss */
.undo-info-title {
  font-size: 16px;
}

/* line 413, /app/spa/app/assets/stylesheets/shared.scss */
.undo-progress-link {
  color: #2196F3;
}

/* line 417, /app/spa/app/assets/stylesheets/shared.scss */
.popover-priority-container:hover {
  cursor: pointer;
  font-weight: bold;
}

/* line 422, /app/spa/app/assets/stylesheets/shared.scss */
.no-priority-option {
  display: flex;
  align-items: center;
  width: 100%;
  color: #03A9F4;
}

/* line 429, /app/spa/app/assets/stylesheets/shared.scss */
.no-priority-option:hover {
  cursor: pointer;
  font-weight: bold;
}

/* line 434, /app/spa/app/assets/stylesheets/shared.scss */
.undo-progress-close-link {
  color: #e72626;
}

/* line 438, /app/spa/app/assets/stylesheets/shared.scss */
.undo-progress-close-link:hover {
  color: #e72626;
}

/* line 442, /app/spa/app/assets/stylesheets/shared.scss */
.variable-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid grey;
  border-radius: 8px;
  padding: 4px 8px;
  margin-top: 10px;
  background-color: #FDFDFD;
}

/* line 454, /app/spa/app/assets/stylesheets/shared.scss */
.variable-label {
  font-weight: bold !important;
  color: black;
}

/* line 459, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-navigation {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

/* line 466, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-navigation .zmdi {
  font-size: 18px;
}

/* line 470, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-navigation-button {
  border: 1px solid #cfcfcf;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  border-radius: 6px;
  font-size: 15px;
  width: 292px;
  cursor: pointer;
}

/* line 483, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

/* line 490, /app/spa/app/assets/stylesheets/shared.scss */
.search-documents {
  flex: 2;
}

/* line 494, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-search-bar {
  position: relative;
  width: 100%;
  flex: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 503, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-search-bar > .zmdi-search {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 510, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-search-input {
  width: 100%;
  height: 2.8rem;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding-left: 40px;
  padding-right: 50px;
  font-size: 1rem;
  border: 1px solid #cfcfcf;
}

/* line 522, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-view-option-button {
  display: flex;
  align-items: center;
  border: 1px solid #cfcfcf;
  padding: 14px;
  cursor: pointer;
  color: black;
}

/* line 531, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 25px;
  align-items: center;
  margin-left: 10px;
}

/* line 540, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-breadcrumb a:nth-child(odd) {
  color: #a9adb1;
  font-size: 20px;
}

/* line 545, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-breadcrumb span:nth-child(even) {
  color: #a9adb1;
  font-size: 16px;
}

/* line 550, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-breadcrumb a:last-child {
  color: #03A9F4;
  font-size: 20px;
}

/* line 555, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-grid-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 25px;
}

/* line 563, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-grid-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 6px 12px;
  gap: 8px;
  width: 260px;
  margin-top: 20px;
  background-color: #f8f8f8;
  justify-content: space-between;
}

/* line 575, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-grid-container .zmdi-folder {
  width: 20px;
  font-size: 24px;
}

/* line 580, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-grid-container .zmdi-folder-star {
  width: 20px;
  font-size: 24px;
}

/* line 585, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-grid-container .zmdi-file-text {
  width: 20px;
  font-size: 24px;
}

/* line 590, /app/spa/app/assets/stylesheets/shared.scss */
.new-element {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
}

/* line 597, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-grid-container .zmdi-plus-circle {
  font-size: 24px;
  color: #03A9F4;
}

/* line 602, /app/spa/app/assets/stylesheets/shared.scss */
.model-permission {
  padding: 0px 15px;
}

/* line 606, /app/spa/app/assets/stylesheets/shared.scss */
.model-permission-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

/* line 613, /app/spa/app/assets/stylesheets/shared.scss */
.circle-zmdi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #03A9F4;
}

/* line 623, /app/spa/app/assets/stylesheets/shared.scss */
.permission-zmdi-icon {
  color: white;
  font-size: 24px !important;
}

/* line 629, /app/spa/app/assets/stylesheets/shared.scss */
.model-permission-header p {
  color: #344563;
  font-weight: bold;
}

/* line 634, /app/spa/app/assets/stylesheets/shared.scss */
.model-permission-registered-section {
  margin-top: 20px;
  color: black;
}

/* line 639, /app/spa/app/assets/stylesheets/shared.scss */
.model-permission-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  max-height: 200px;
  overflow: auto;
}

/* line 647, /app/spa/app/assets/stylesheets/shared.scss */
.model-permission-element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cfcfcf;
  padding: 3px 10px;
}

/* line 656, /app/spa/app/assets/stylesheets/shared.scss */
.model-permission-left-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* line 662, /app/spa/app/assets/stylesheets/shared.scss */
.details-popover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

/* line 669, /app/spa/app/assets/stylesheets/shared.scss */
.details-popover-element {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 675, /app/spa/app/assets/stylesheets/shared.scss */
.details-popover-element .zmdi {
  width: 12px;
}

/* line 679, /app/spa/app/assets/stylesheets/shared.scss */
.details-popover-element span {
  color: black;
}

/* line 683, /app/spa/app/assets/stylesheets/shared.scss */
.table-actions {
  visibility: hidden;
}

/* line 687, /app/spa/app/assets/stylesheets/shared.scss */
tr:hover .table-actions {
  visibility: visible;
}

/* line 691, /app/spa/app/assets/stylesheets/shared.scss */
.alert-info-default {
  background-color: #d9edf7 !important;
  border-color: #bcdff1 !important;
  color: #31708f !important;
}

/* line 697, /app/spa/app/assets/stylesheets/shared.scss */
.sticky-procedure-notification {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 100px;
  margin-bottom: 25px;
  color: #ffffff;
  z-index: 10;
  width: 550px;
}

/* line 708, /app/spa/app/assets/stylesheets/shared.scss */
.sticky-procedure-header {
  background-color: #3c3b3b15;
  padding: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 719, /app/spa/app/assets/stylesheets/shared.scss */
.sticky-procedure-body {
  background-color: rgba(68, 65, 65, 0.28);
  color: black;
  padding-top: 20px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 15px;
}

/* line 729, /app/spa/app/assets/stylesheets/shared.scss */
.sticky-procedure-footer {
  background-color: rgba(68, 65, 65, 0.28);
  display: flex;
  gap: 20px;
  padding-top: 10px;
  justify-content: flex-end;
  padding-right: 20px;
  padding-bottom: 15px;
}

/* line 739, /app/spa/app/assets/stylesheets/shared.scss */
.loader {
  border: 5px solid #EAF0F6;
  border-radius: 50%;
  border-top: 5px solid #2196F3;
  width: 25px;
  height: 25px;
  animation: spinner 4s linear infinite;
}

/* line 748, /app/spa/app/assets/stylesheets/shared.scss */
.loader-inside-button {
  border: 3px solid #EAF0F6;
  border-radius: 50%;
  border-top: 3px solid #2196F3;
  width: 20px;
  height: 20px;
  animation: spinner 4s linear infinite;
  margin-right: 10px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 763, /app/spa/app/assets/stylesheets/shared.scss */
.skeleton-loader {
  width: 100%;
  height: 150px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* line 781, /app/spa/app/assets/stylesheets/shared.scss */
.table-work-leaves {
  border-collapse: collapse !important;
}

/* line 785, /app/spa/app/assets/stylesheets/shared.scss */
.table-work-leaves th {
  border: 1px solid #000000 !important;
  padding: 8px !important;
  border-bottom: 2px solid #000000 !important;
}

/* line 791, /app/spa/app/assets/stylesheets/shared.scss */
.table-work-leaves td {
  border: 1px solid #000000 !important;
  padding: 8px !important;
}

/* line 796, /app/spa/app/assets/stylesheets/shared.scss */
.after-scheduling-input::after {
  content: "Texto ao final";
  display: block;
}

/* line 801, /app/spa/app/assets/stylesheets/shared.scss */
.circle-notify-procedure {
  background: #ff4642;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  /* line 801, /app/spa/app/assets/stylesheets/shared.scss */
  .circle-notify-procedure {
    right: unset;
  }
}

/* line 820, /app/spa/app/assets/stylesheets/shared.scss */
.header-filter {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1.7rem !important;
  cursor: pointer;
}

/* line 828, /app/spa/app/assets/stylesheets/shared.scss */
.manage-documents-filter {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
}

/* line 837, /app/spa/app/assets/stylesheets/shared.scss */
.header-search-input {
  border: 0;
  border-radius: 2px;
  height: 2.9rem;
  padding: 0 1rem 0 3rem;
  width: 100%;
  transition: background-color 300ms, color 300ms;
}

@media (min-width: 992px) {
  /* line 845, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
  }

  /* line 848, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
  }

  /* line 851, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
  }

  /* line 854, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input::placeholder {
    color: #FFFFFF;
    opacity: 1;
  }

  /* line 857, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input:focus {
    background-color: #FFFFFF;
    color: #495057;
  }

  /* line 860, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input:focus::-webkit-input-placeholder {
    color: #606a73;
    opacity: 1;
  }

  /* line 863, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input:focus:-ms-input-placeholder {
    color: #606a73;
    opacity: 1;
  }

  /* line 866, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input:focus::placeholder {
    color: #606a73;
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  /* line 870, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input {
    background-color: #f6f6f6;
    color: #495057;
  }

  /* line 873, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input::-webkit-input-placeholder {
    color: #606a73;
    opacity: 1;
  }

  /* line 876, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input:-ms-input-placeholder {
    color: #606a73;
    opacity: 1;
  }

  /* line 879, /app/spa/app/assets/stylesheets/shared.scss */
  .header-search-input::placeholder {
    color: #606a73;
    opacity: 1;
  }
}
/* line 882, /app/spa/app/assets/stylesheets/shared.scss */
.no-autofill-highlight:-webkit-autofill,
.no-autofill-highlight:-webkit-autofill:hover,
.no-autofill-highlight:-webkit-autofill:focus,
.no-autofill-highlight:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #555 !important;
}

/* line 890, /app/spa/app/assets/stylesheets/shared.scss */
.narrow-tab {
  width: 30px;
}

/* line 894, /app/spa/app/assets/stylesheets/shared.scss */
.content__inner-people {
  margin: auto;
}

/* line 896, /app/spa/app/assets/stylesheets/shared.scss */
.content__inner:not(.content__inner--sm) {
  max-width: 2280px;
}

/* line 899, /app/spa/app/assets/stylesheets/shared.scss */
.content__inner-people--sm {
  max-width: 1300px;
}

/* line 902, /app/spa/app/assets/stylesheets/shared.scss */
.new-contact__header-people {
  background-color: #f3f3f3;
  text-align: center;
  padding: 5.5rem 0;
  border-radius: 2px 2px 0 0;
  border: 2.2rem solid #FFFFFF;
  position: relative;
}

/* line 911, /app/spa/app/assets/stylesheets/shared.scss */
.select2-option-red {
  color: red;
}

/* line 915, /app/spa/app/assets/stylesheets/shared.scss */
.select2-option-green {
  color: green;
}

/* line 919, /app/spa/app/assets/stylesheets/shared.scss */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field[placeholder] {
  width: auto !important;
  min-width: 250px;
}

/* line 924, /app/spa/app/assets/stylesheets/shared.scss */
.radio-buttons-inline .inline-radio {
  display: inline-block;
  margin-right: 50px;
}

/* line 929, /app/spa/app/assets/stylesheets/shared.scss */
.icon-list-contributor {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 937, /app/spa/app/assets/stylesheets/shared.scss */
.icon-list-contributor li {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

/* line 943, /app/spa/app/assets/stylesheets/shared.scss */
.icon-list-contributor .icon-spacing {
  margin-right: 10px;
}

/* line 947, /app/spa/app/assets/stylesheets/shared.scss */
.small-text-contributor-header {
  font-size: 0.875rem;
}

/* line 951, /app/spa/app/assets/stylesheets/shared.scss */
.modal-bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 50%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

/* line 966, /app/spa/app/assets/stylesheets/shared.scss */
.modal.show .modal-bottom-sheet {
  transform: translateY(0);
}

/* line 970, /app/spa/app/assets/stylesheets/shared.scss */
.modal-bottom-sheet .modal-content {
  border-radius: 12px 12px 0 0;
  border: none;
  height: 100%;
}

/* line 976, /app/spa/app/assets/stylesheets/shared.scss */
.modal-bottom-sheet .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem;
}

/* line 982, /app/spa/app/assets/stylesheets/shared.scss */
.modal-bottom-sheet .modal-body {
  padding: 1.5rem;
  overflow-y: auto;
}

/* line 987, /app/spa/app/assets/stylesheets/shared.scss */
.modal-bottom-sheet {
  transition: transform 0.3s ease-out;
  transform: translateY(100%);
}

/* line 992, /app/spa/app/assets/stylesheets/shared.scss */
.modal.fade.show .modal-bottom-sheet {
  transform: translateY(0%);
}

/* line 996, /app/spa/app/assets/stylesheets/shared.scss */
.modal-generator-factor {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 1009, /app/spa/app/assets/stylesheets/shared.scss */
.modal-content-generator-factor {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* line 1017, /app/spa/app/assets/stylesheets/shared.scss */
.close-generator-factor {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #ff0000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 1028, /app/spa/app/assets/stylesheets/shared.scss */
.close-generator-factor:hover,
.close-generator-factor:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 1035, /app/spa/app/assets/stylesheets/shared.scss */
.clickable-generator-factor {
  cursor: pointer;
}

/* line 1039, /app/spa/app/assets/stylesheets/shared.scss */
.address-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: 0.5px solid #EDE9E9;
  padding: 5px;
  border-radius: 4px;
}

/* line 1048, /app/spa/app/assets/stylesheets/shared.scss */
.address-box i {
  margin-right: 10px;
}
