:root {
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --border-radius:6px;
  --primary-color:#00995D;
  --primary-color-text:#ffffff;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#E6F5EF;
  --primary-100:#B0DFCD;
  --primary-200:#8AD0B4;
  --primary-300:#54BB92;
  --primary-400:#33AD7D;
  --primary-500:#00995D;
  --primary-600:#008B55;
  --primary-700:#006D42;
  --primary-800:#005433;
  --primary-900:#004027;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  color-scheme: light;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #54BB92;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00995D;
}

*:not(.default, .defaultAll, .defaultAll *) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

svg {
  fill: currentColor;
}

[type=checkbox]:focus:invalid {
  background: rgba(255, 136, 136, 0.5333333333);
  outline: 1px solid #f00;
}

@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --border-radius:6px;
  --primary-color:#00995D;
  --primary-color-text:#ffffff;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#E6F5EF;
  --primary-100:#B0DFCD;
  --primary-200:#8AD0B4;
  --primary-300:#54BB92;
  --primary-400:#33AD7D;
  --primary-500:#00995D;
  --primary-600:#008B55;
  --primary-700:#006D42;
  --primary-800:#005433;
  --primary-900:#004027;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  color-scheme: light;
}

.form {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  user-select: none;
}
.form label {
  user-select: none;
  font-size: 12.5px;
  color: #222;
  margin-left: 10px;
}
.form input:not([type=checkbox], [type=radio]), .form textarea, .form select {
  outline: none;
  height: 40px;
  font-size: 16px;
  padding: 4px 10px;
  border: 1px solid #BEC2C4;
  border-radius: 4px;
  border-radius: 20px;
}
.form input:not([type=checkbox], [type=radio]):focus, .form textarea:focus, .form select:focus {
  border-color: #54BB92;
  background: #FEF2E9;
}
.form textarea {
  resize: vertical;
  min-height: 90px;
}
.form.center input:not([type=checkbox], [type=radio]), .form.center textarea, .form.center select {
  text-align: center;
}

@media screen and (max-width: 604px) {
  .form input:not([type=checkbox], [type=radio]), .form textarea, .form select {
    font-size: 14.5px;
  }
}
.sublista {
  position: relative;
}
.sublista > i {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 22px;
  right: 4px;
  cursor: pointer;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.sublista .lista {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  transition: all 0.3s ease;
  z-index: 5;
}
.sublista .lista.ocult {
  display: none;
}
.sublista .lista > i {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 4px;
  right: 4px;
  cursor: pointer;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.sublista .lista > div {
  padding: 0 4px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 3px;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.0666666667);
  overflow-y: auto;
  max-height: 195px;
}
.sublista .lista > div div {
  height: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
}
.sublista .lista > div div:last-child, .sublista .lista > div div:nth-last-child(2) {
  border: none;
}
.sublista .lista > div div:not(.out):hover {
  background: #05502A;
  color: white;
}
.sublista .lista > div div.out {
  justify-content: center;
  border-radius: 16px;
  background: #E6F3ED;
  margin: 8px;
  box-shadow: inset -1px -1px 0 1px rgba(0, 0, 0, 0.0666666667);
}

.popup {
  position: relative;
}
.popup input {
  cursor: pointer;
}
.popup svg {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #4B5563;
  background: white;
}

#modalSubConsulta > div {
  display: grid;
  grid-template-rows: auto 1fr;
}
#modalSubConsulta > div .consulta {
  position: relative;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#modalSubConsulta > div .consulta input {
  width: 100%;
}
#modalSubConsulta > div .consulta span {
  position: absolute;
  right: 4px;
  background: #088646;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: none;
}
#modalSubConsulta > div .listas {
  overflow-y: auto;
  padding: 12px 8px;
}
#modalSubConsulta > div .listas .item {
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0666666667);
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 4px;
  transition: all 0.5s ease;
  user-select: none;
}
#modalSubConsulta > div .listas .item:hover {
  transform: scale(1.01);
  background: rgba(0, 0, 0, 0.1333333333);
}
#modalSubConsulta > div .listas .item.digitado {
  background: #088646;
  color: white;
  border-radius: 12px;
  box-shadow: inset -1px -1px 2px 1px rgba(0, 0, 0, 0.2666666667);
}
#modalSubConsulta > div .listas .item.digitado:nth-child(1) {
  display: flex;
}

@media screen and (max-width: 640px) {
  #modalSubConsulta > div .listas .item {
    font-size: 11.66px;
    height: 45px;
  }
}
.chips {
  display: none;
}
.chips + label {
  padding: 4px 28px;
  background: white;
  color: #54BB92;
  border: 1px solid #54BB92;
  font-size: 12px;
  border-radius: 16px;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  position: relative;
  transition: all 0.9s ease;
  font-weight: 600;
}
.chips + label:hover {
  box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.0666666667);
}
.chips + label svg {
  position: absolute;
  left: 8px;
  display: none;
}
.chips:checked + label {
  background: #54BB92;
  color: white;
}
.chips:checked + label svg {
  display: block;
}

:root {
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --border-radius:6px;
  --primary-color:#00995D;
  --primary-color-text:#ffffff;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#E6F5EF;
  --primary-100:#B0DFCD;
  --primary-200:#8AD0B4;
  --primary-300:#54BB92;
  --primary-400:#33AD7D;
  --primary-500:#00995D;
  --primary-600:#008B55;
  --primary-700:#006D42;
  --primary-800:#005433;
  --primary-900:#004027;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  color-scheme: light;
}

@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bt {
  border: none;
  padding: 4px 16px;
  border: none;
  border-radius: 0.2rem;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  height: 40px;
  transition: all 1s ease;
}
.bt:hover {
  box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.0666666667);
}
.bt:disabled {
  opacity: 0.2;
}

.bt-primary {
  background: #088646;
  color: white;
}

.bt-error {
  background: #D04F4F;
  color: white;
}

.bt-round {
  border-radius: 16px;
}

.bt-icon {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

label.button {
  border: none;
  background: #00A991;
  padding: 0.5rem;
  color: #ddd;
  border-radius: 0.2rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  font-family: Helvetica;
}
label.button:hover {
  background: #006557;
  box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.2rem #006557;
  color: #fff;
}

.ok {
  border: none;
  border-radius: 0.3rem;
  padding: 0.5rem;
  trasition: background 0.5s;
}

button:disabled {
  background: rgba(42, 63, 84, 0.1882352941);
  cursor: no-drop;
}

.option {
  font-weight: 600;
  width: 25%;
  border-radius: 0.2rem;
  color: #FFF;
}

.yes {
  background: #094214;
}
.yes:hover {
  background: #00995D;
  box-shadow: rgba(0, 153, 93, 0.0980392157) 0px 10px 20px, rgba(0, 153, 93, 0.137254902) 0px 6px 6px;
}

button.not {
  background: #830202;
}
button.not:hover {
  box-shadow: rgba(236, 20, 20, 0.0980392157) 0px 10px 20px, rgba(236, 20, 20, 0.137254902) 0px 6px 6px;
  background: #EC1414;
}

.decision {
  background: #cbd629 !important;
  color: #000 !important;
}
.decision:hover {
  box-shadow: rgba(225, 238, 44, 0.0980392157) 0px 10px 20px, rgba(225, 238, 44, 0.137254902) 0px 6px 6px !important;
  background: #e1ee2c !important;
}

.close {
  background: #e15252;
  color: #FFF;
}
.close:hover {
  background: #de1717;
}

.open {
  background: #55ce55;
  color: #FFF;
}
.open:hover {
  background: #19ae19;
}

:root {
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --border-radius:6px;
  --primary-color:#00995D;
  --primary-color-text:#ffffff;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#E6F5EF;
  --primary-100:#B0DFCD;
  --primary-200:#8AD0B4;
  --primary-300:#54BB92;
  --primary-400:#33AD7D;
  --primary-500:#00995D;
  --primary-600:#008B55;
  --primary-700:#006D42;
  --primary-800:#005433;
  --primary-900:#004027;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  color-scheme: light;
}

section.mensagem {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 16;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
section.mensagem > div {
  width: 25%;
  padding: 14px;
  background: white;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2), 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
section.mensagem > div h3 {
  margin-bottom: 14px;
  font-weight: 100;
  color: #111827;
}
section.mensagem > div p {
  color: #4B5563;
  font-size: 17.5px;
}
section.mensagem > div button {
  width: 150px;
  margin: 16px calc(50% - 75px) 8px;
}
section.mensagem > div.error button {
  background: #D04F4F;
}
section.mensagem > div.alerta button {
  background: #F47920;
}

@media screen and (max-width: 1007px) {
  section.mensagem > div {
    width: 50%;
  }
  section.mensagem > div h3 {
    font-weight: 600;
    color: #4B5563;
  }
}
@media screen and (max-width: 604px) {
  section.mensagem > div {
    width: 90%;
  }
}
@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 17;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#load div {
  width: 35px;
  height: 35px;
  background-image: url("/image/solicitacao.png");
  background-repeat: no-repeat;
  background-position-y: -140px;
  animation-name: load;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.divLoad {
  width: 35px;
  height: 35px;
  background-image: url("/image/solicitacao.png");
  background-repeat: no-repeat;
  background-position-y: -140px;
  animation-name: load;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.mini-load {
  display: none;
  position: absolute;
  left: calc(50% - 21px);
  top: 80px;
  width: 35px;
  height: 35px;
  background-image: url("/image/solicitacao.png");
  background-repeat: no-repeat;
  background-position-x: -500px;
  background-position-y: -74.18px;
  animation-name: load;
  animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

:root {
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --border-radius:6px;
  --primary-color:#00995D;
  --primary-color-text:#ffffff;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#E6F5EF;
  --primary-100:#B0DFCD;
  --primary-200:#8AD0B4;
  --primary-300:#54BB92;
  --primary-400:#33AD7D;
  --primary-500:#00995D;
  --primary-600:#008B55;
  --primary-700:#006D42;
  --primary-800:#005433;
  --primary-900:#004027;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  color-scheme: light;
}

#menu {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
}
#menu div.avatar {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#menu div.avatar span:first-child {
  width: 46px;
  height: 46px;
  background: #E6F3ED;
  border-radius: 50%;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #088646;
  border: 4px solid #B2D9C6;
  position: relative;
}
#menu div.avatar span:first-child i {
  position: absolute;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #B2D9C6;
  color: #088646;
  display: none;
}
#menu div.avatar span:first-child.logado {
  cursor: pointer;
}
#menu div.avatar span:first-child.logado i {
  display: flex;
}
#menu div.avatar span:last-child {
  color: rgba(255, 255, 255, 0.8666666667);
  font-size: 14px;
}
#menu > a {
  color: rgba(255, 255, 255, 0.8666666667);
  margin-left: auto;
  margin-right: 8px;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8666666667);
  width: 45px;
  height: 45px;
}
#menu input {
  display: none;
}
#menu label {
  display: none;
}
#menu ul {
  list-style: none;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 80%;
  height: 46px;
}
#menu ul li {
  height: 46px;
  transition: all 0.5s ease;
  position: relative;
}
#menu ul li a {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8666666667);
  height: 46px;
  text-decoration: none;
}
#menu ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8666666667);
  transition: all 0.5s ease;
}
#menu ul li:hover::before {
  width: 100%;
}

@media screen and (max-width: 1007px) {
  #menu {
    position: relative;
    flex-wrap: wrap;
  }
  #menu label {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #E6F3ED;
    cursor: pointer;
  }
  #menu ul {
    list-style: none;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 30%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    background: #E6F3ED;
    margin-top: 8px;
    position: absolute;
    top: 56px;
    right: 4px;
    z-index: 8;
  }
  #menu ul li a {
    justify-content: flex-start;
    padding: 0 8px;
    background: #088646;
  }
  #menu input:checked + label {
    background: rgba(255, 255, 255, 0.1333333333);
  }
  #menu input:checked + label + ul {
    height: 138px;
  }
}
@media screen and (max-width: 640px) {
  #menu {
    padding: 8px;
  }
  #menu div.avatar {
    width: 50%;
  }
  #menu div.avatar span:first-child {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  #menu ul {
    width: calc(100% - 8px);
  }
}
section.titulo {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 14px;
}
section.titulo h1 {
  font-size: 20px;
  color: white;
  font-weight: 100;
}
section.titulo p {
  color: rgba(255, 255, 255, 0.8666666667);
}

@media screen and (max-width: 640px) {
  section.titulo {
    padding: 6px 14px 14px;
  }
  section.titulo h1 {
    font-size: 14.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8666666667);
  }
  section.titulo p {
    font-size: 12px;
  }
}
:root {
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --border-radius:6px;
  --primary-color:#00995D;
  --primary-color-text:#ffffff;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#E6F5EF;
  --primary-100:#B0DFCD;
  --primary-200:#8AD0B4;
  --primary-300:#54BB92;
  --primary-400:#33AD7D;
  --primary-500:#00995D;
  --primary-600:#008B55;
  --primary-700:#006D42;
  --primary-800:#005433;
  --primary-900:#004027;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  color-scheme: light;
}

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  z-index: 15;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transform: translate(-100%);
}
#modal form {
  min-width: 30%;
  background: white;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2666666667);
  border-radius: 8px;
  position: relative;
  max-height: 100%;
  padding: 14px;
}
#modal form > svg {
  position: absolute;
  top: 4px;
  right: 4px;
  color: rgba(0, 0, 0, 0.2666666667);
  cursor: pointer;
  border-radius: 50%;
}
#modal form > svg:hover {
  color: #BB4747;
}
#modal form h2 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 14px;
  color: #4B5563;
  user-select: none;
}
#modal form > div {
  max-height: 50vh;
  overflow-y: auto;
}
#modal form button.close {
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 11px;
  cursor: pointer;
  outline: none;
  color: #111827;
  font-size: 16.5px;
  margin-top: 28px;
}
#modal form button.save {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 17.5px;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  padding: 4px 8px;
  border-radius: 16px;
  min-width: 110px;
  background: #088646;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.5s ease;
}
#modal form button.save:hover {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.0666666667);
}

@media screen and (max-width: 640px) {
  #modal form {
    width: 92%;
  }
  #modal form h2 {
    font-weight: 600;
    color: #4B5563;
  }
  #modal form > div {
    max-height: 70vh;
  }
}
#modal-reopen {
  width: 500px;
}

section#solicitar {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #088646 10%, #066535 90%);
  display: grid;
  grid-template-rows: auto auto 1fr;
}

#beneficiario {
  overflow-y: auto;
  position: relative;
  background: #fff;
  border-radius: 36px 36px 0 0;
  padding: 16px 35%;
}
#beneficiario .carregarPage {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: none;
}
#beneficiario .carregarPage div {
  width: 35px;
  height: 35px;
  background: url("/image/solicitacao.png");
  background-position-y: -140px;
  animation-name: load;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#beneficiario .containerpassos {
  overflow: hidden;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1070px) {
  #beneficiario {
    padding: 16px 28%;
  }
  #beneficiario .carregarPage {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: none;
  }
  #beneficiario .carregarPage div {
    width: 35px;
    height: 35px;
    background: url("/image/solicitacao.png");
    background-position-y: -140px;
    animation-name: load;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
@media screen and (max-width: 640px) {
  #beneficiario {
    padding: 16px 5%;
    grid-template-columns: 100%;
  }
  #beneficiario .carregarPage {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: none;
  }
  #beneficiario .carregarPage div {
    width: 35px;
    height: 35px;
    background: url("/image/solicitacao.png");
    background-position-y: -140px;
    animation-name: load;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #beneficiario .containerpassos {
    overflow: hidden;
  }
}
@keyframes alerta {
  0% {
    color: #F88;
    font-weight: 600;
  }
  100% {
    color: #F00;
    font-weight: 600;
  }
}
.containerpassos {
  overflow: hidden;
}
.containerpassos .passos {
  width: 200%;
  height: 100%;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.5s ease;
}
.containerpassos .passos > * {
  width: 50% !important;
  margin: 1px !important;
}

.historico {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
.historico .listas {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow-y: auto;
  padding: 0 4px;
  align-self: flex-start;
  max-height: 100%;
}
.historico .listas > p {
  text-align: center;
}
.historico .listas .cards {
  border-radius: 8px;
  border: 1px solid #3FA9FF;
  border-left-width: 8px;
  position: relative;
  padding: 14px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.historico .listas .cards h2 {
  font-size: 17.5px;
  color: #111827;
  font-weight: 100;
  width: 100%;
}
.historico .listas .cards > span:not(.status) {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 2px 14px;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #3FA9FF;
  height: 30px;
  cursor: pointer;
  user-select: none;
}
.historico .listas .cards > span:not(.status) i {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.historico .listas .cards .status {
  padding: 6px 8px;
  background: #3FA9FF;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.historico .listas .cards p {
  color: #111827;
  font-size: 14.5px;
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.historico .listas .cards p:nth-child(3) {
  color: #4B5563;
  font-size: 12px;
}
.historico .listas .cards > svg {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: rgba(63, 169, 255, 0.1882352941);
  user-select: none;
}
.historico .listas .cards.concluido {
  border-color: #3DA;
}
.historico .listas .cards.concluido > span:not(.status) {
  color: #3DA;
}
.historico .listas .cards.concluido .status {
  background: #3DA;
}
.historico .listas .cards.concluido > svg {
  color: rgba(51, 221, 170, 0.2);
}
.historico .listas .cards.cancelado {
  border-color: #F88;
}
.historico .listas .cards.cancelado > span:not(.status) {
  color: #F88;
}
.historico .listas .cards.cancelado .status {
  background: #F88;
}
.historico .listas .cards.cancelado > svg {
  color: rgba(255, 136, 136, 0.2);
}
.historico .listas .cards.pendente {
  border-color: #Fc8;
}
.historico .listas .cards.pendente > span:not(.status) {
  color: #F88;
  animation-name: alerta;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.historico .listas .cards.pendente .status {
  background: #Fc8;
  color: #4B5563;
}
.historico .listas .cards.pendente > svg {
  color: rgba(255, 204, 136, 0.5333333333);
}
.historico .outroBeneficiairo {
  padding: 16px 15%;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.historico .outroBeneficiairo button {
  background: #3FA9FF;
  color: #fff;
  padding: 4px 16px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .historico .listas .cards h2 {
    font-weight: 600;
  }
}
@keyframes alerta {
  0% {
    background: #fff;
    color: #3aA;
  }
  100% {
    background: #f00;
    color: #fff;
  }
}
div.detalhe {
  position: relative;
  height: 100%;
}
div.detalhe h2 {
  font-size: 17.5px;
  color: #111827;
  font-weight: 100;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
div.detalhe section.detalhe .dadosSolicitacao {
  padding-top: 20px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
div.detalhe section.detalhe .dadosSolicitacao > span {
  border: 1px solid #3FA9FF;
  border-left-width: 4px;
  color: #111827;
  height: 35px;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 20px;
}
div.detalhe section.detalhe .dadosSolicitacao h3 {
  font-size: 17.5px;
  color: #111827;
  font-weight: 100;
  padding-top: 8px;
}
div.detalhe section.detalhe .dadosSolicitacao h4 {
  font-size: 12.5px;
  color: #4B5563;
  font-weight: 100;
  padding-bottom: 8px;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
div.detalhe section.detalhe .dadosSolicitacao p {
  border-bottom: 1px solid #3FA9FF;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  font-size: 12px;
  color: #4B5563;
  padding: 4px 8px;
}
div.detalhe section.detalhe .dadosSolicitacao p span {
  font-size: 14.5px;
  color: #111827;
}
div.detalhe section.detalhe .dadosSolicitacao .a {
  display: none;
}
div.detalhe section.detalhe .dadosSolicitacao.concluido > span {
  border-color: #3DA;
}
div.detalhe section.detalhe .dadosSolicitacao.concluido p {
  border-color: #3DA;
}
div.detalhe section.detalhe .dadosSolicitacao.pendente > span {
  border-color: #Fc8;
}
div.detalhe section.detalhe .dadosSolicitacao.pendente p {
  border-color: #Fc8;
}
div.detalhe section.detalhe .dadosSolicitacao.cancelado > span {
  border-color: #F88;
}
div.detalhe section.detalhe .dadosSolicitacao.cancelado p {
  border-color: #F88;
}
div.detalhe .responder {
  padding: 16px 0;
}
div.detalhe .responder button {
  border: none;
  background: #3DA;
  padding: 3px 12px 3px 3px;
  border-radius: 16px;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}
div.detalhe .responder button span {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #3aA;
  border-radius: 50%;
}
div.detalhe .responder button:hover {
  box-shadow: inset 0 0 0 36px rgba(0, 0, 0, 0.0666666667);
}
div.detalhe .responder.pendente span {
  animation-name: alerta;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
div.detalhe section.chat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  transform: translate(101%);
  transition: all 0.4s ease;
}
div.detalhe section.chat > h2 button {
  margin-left: auto;
  background: var(--green-500);
  color: #fff;
  border: none;
  padding: 4px 8px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}
div.detalhe section.chat > h2 button:hover {
  background: var(--green-600);
}
div.detalhe section.chat .retornoChat {
  padding: 8px;
  display: none;
}
div.detalhe section.chat div.chat {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 100%;
}
div.detalhe section.chat div.chat .cardchat {
  display: grid;
  grid-template-columns: 75px 30px 1fr;
  gap: 4px;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(1) {
  font-size: 12px;
  color: var(--surface-800);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(2) {
  display: grid;
  grid-template-rows: 1fr 28px 1fr;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(2) span:nth-child(1),
div.detalhe section.chat div.chat .cardchat > div:nth-child(2) span:nth-child(3) {
  background: var(--primary-500);
  width: 4px;
  margin: 0 12px;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(2) span:nth-child(2) {
  outline: 2px solid var(--primary-500);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: var(--primary-500);
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(3) {
  margin: 8px 4px;
  border: 1px solid var(--primary-color);
  border-radius: 6px 6px 0 6px;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(3) section {
  padding: 4px;
  font-size: 13px;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(3) div {
  display: flex;
  gap: 3px;
  padding: 4px;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(3) div span {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange-500);
  cursor: pointer;
  border-radius: 50%;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(3) div span:hover {
  background: var(--orange-500);
  color: #000;
}
div.detalhe section.chat div.chat .cardchat > div:nth-child(3) div:empty {
  padding: 0;
}
div.detalhe section.chat div.chat .cardchat:first-child > div:nth-child(2) span:nth-child(1), div.detalhe section.chat div.chat .cardchat:last-child > div:nth-child(2) span:nth-child(3) {
  width: 0;
}
div.detalhe section.chat div.chat .cardchat.beneficiario > div:nth-child(1) {
  color: var(--cyan-800);
}
div.detalhe section.chat div.chat .cardchat.beneficiario > div:nth-child(2) span:nth-child(1),
div.detalhe section.chat div.chat .cardchat.beneficiario > div:nth-child(2) span:nth-child(3) {
  background: var(--cyan-500);
}
div.detalhe section.chat div.chat .cardchat.beneficiario > div:nth-child(2) span:nth-child(2) {
  outline: 2px solid var(--cyan-500);
  color: var(--cyan-500);
}
div.detalhe section.chat div.chat .cardchat.beneficiario > div:nth-child(3) {
  border: 1px solid var(--cyan-500);
}
div.detalhe section.chat div.chat .cardchat.pendente > div:nth-child(1) {
  color: var(--red-800);
}
div.detalhe section.chat div.chat .cardchat.pendente > div:nth-child(2) span:nth-child(1),
div.detalhe section.chat div.chat .cardchat.pendente > div:nth-child(2) span:nth-child(3) {
  background: var(--red-500);
}
div.detalhe section.chat div.chat .cardchat.pendente > div:nth-child(2) span:nth-child(2) {
  outline: 2px solid var(--red-500);
  color: var(--red-500);
}
div.detalhe section.chat div.chat .cardchat.pendente > div:nth-child(3) {
  border: 1px solid var(--red-500);
}
div.detalhe section.chat div.chat .cardchat.alert > div:nth-child(1) {
  color: var(--orange-800);
}
div.detalhe section.chat div.chat .cardchat.alert > div:nth-child(2) span:nth-child(1),
div.detalhe section.chat div.chat .cardchat.alert > div:nth-child(2) span:nth-child(3) {
  background: var(--orange-500);
}
div.detalhe section.chat div.chat .cardchat.alert > div:nth-child(2) span:nth-child(2) {
  outline: 2px solid var(--orange-500);
  color: var(--orange-500);
}
div.detalhe section.chat div.chat .cardchat.alert > div:nth-child(3) {
  border: 1px solid var(--orange-500);
}
div.detalhe section.chat .texto {
  width: 100%;
  max-height: 600px;
  display: grid;
  grid-template-columns: 1fr 45px;
  gap: 4px;
  align-items: flex-end;
  padding: 20px 0 4px;
  position: relative;
  user-select: none;
}
div.detalhe section.chat .texto .arquivos {
  grid-column: 1/span 3;
}
div.detalhe section.chat .texto .arquivos .arquivo {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
}
div.detalhe section.chat .texto .arquivos .arquivo span:nth-child(2) {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
div.detalhe section.chat .texto .arquivos .arquivo span:last-child {
  color: #f22;
  cursor: pointer;
}
div.detalhe section.chat .texto .arquivos .arquivo span:first-child, div.detalhe section.chat .texto .arquivos .arquivo span:last-child {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
div.detalhe section.chat .texto .novaArea {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 36px 4px 10px;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
div.detalhe section.chat .texto .novaArea textarea {
  max-height: 160px;
  width: 100%;
  min-height: 20px;
  font-size: 16px;
  resize: none;
  overflow: none;
  outline: none;
  background: none;
  border: none;
}
div.detalhe section.chat .texto button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #088646;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
div.detalhe section.chat .texto button:hover {
  box-shadow: inset 0 0 0 45px rgba(0, 0, 0, 0.0666666667);
}
div.detalhe section.chat .texto label {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 52px;
  cursor: pointer;
  bottom: 9.5px;
}

@media screen and (max-width: 640px) {
  div.detalhe h2 {
    font-weight: 600;
  }
  div.detalhe section.detalhe .dadosSolicitacao h3 {
    font-weight: 600;
  }
  div.detalhe section.detalhe .dadosSolicitacao h4 {
    color: #111827;
  }
}