
.footer[data-v-a611e662] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-a611e662] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-a611e662] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-a611e662]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-a611e662] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-a611e662]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-a611e662] {
  max-width: 500px;
}
.inputSelected[data-v-a611e662] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 40.19px;
  font-size: 14px;
  padding: 0.5rem;
}
.formItem[data-v-a611e662] {
  width: 100%;
}
.cancel[data-v-a611e662] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.add[data-v-a611e662] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.add[data-v-a611e662]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.footer[data-v-8511c72f] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-8511c72f] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-8511c72f] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-8511c72f]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-8511c72f] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-8511c72f]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-8511c72f] {
  max-width: 500px;
}
.inputSelected[data-v-8511c72f] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 40.19px;
  font-size: 14px;
  padding: 0.5rem;
}
.formItem[data-v-8511c72f] {
  width: 100%;
}
.cancel[data-v-8511c72f] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.add[data-v-8511c72f] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.add[data-v-8511c72f]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.formItem[data-v-da21b0da] {
  width: calc(50% - 0.5rem);
  display: flex;
  flex-direction: column;
}
.formItem > span[data-v-da21b0da] {
  font-weight: 500;
}
.labelStyle[data-v-da21b0da] {
  font-size: 13px;
  margin-top: 5px;
  padding-left: 2px;
}
.input-field[data-v-da21b0da] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);
  height: 36.55px;
  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-da21b0da]:focus {
  border: 1px solid #919191;
}
.modalInitialFilterTitle[data-v-da21b0da] {
  gap: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modalInitialFilterTitle button[data-v-da21b0da] {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(107 114 128 / 0.2);
}
.modalInitialFilterBody[data-v-da21b0da] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.modalInitialFilterBody .Input[data-v-da21b0da] {
  flex: 1 1 0%;
}
.select-field[data-v-da21b0da] {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.inputSelected[data-v-da21b0da] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 37.19px;
  font-size: 14px;
  padding: 0.5rem;
}
.inputSelected[data-v-da21b0da]:focus {
  border: 1px solid #919191;
}
.cancelFilter[data-v-da21b0da] {
  border: 1px solid #91919180;
}
.applyFilter[data-v-da21b0da] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.applyFilter[data-v-da21b0da]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.modalInitialFilterFooter[data-v-da21b0da] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.modalInitialFilterFooter button[data-v-da21b0da] {
  border-radius: var(--radius);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.modalInitialFilterFooter button[data-v-da21b0da]:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
