
table {
  font-family: arial, sans-serif;
  width: 100%;
}
td {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 8px;
}
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}


@keyframes backBtn-694dde3e {
from {
          opacity: 0;
          transform: translateY(-25px);
}
to {
          opacity: 1;
          transform: translateY(0px);
}
}
@keyframes animationBackground-694dde3e {
from {
          opacity: 0;
}
to {
          opacity: 1;
}
}
@keyframes animationBackgroundOut-694dde3e {
from {
          opacity: 0.5;
}
to {
          opacity: 0;
}
}
@keyframes backBtnOut-694dde3e {
from {
          transform: translateY(0px);
          opacity: 1;
}
to {
          transform: translateY(-25px);
          opacity: 0;
}
}
.container_modal[data-v-694dde3e]{
  position: fixed;
  /* display: flex; */
  top: 0;
  left: 0;
  /* justify-content: center; */
  /* align-items: center; */
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  animation: animationBackground-694dde3e 0.3s ease-out;
  padding: 1rem;
}
#buttonCloseModal[data-v-694dde3e] {
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 1.5rem;
    color: #B5B5C3;
}
.container_modalOut[data-v-694dde3e]{
  position: fixed;
  /* display: flex; */
  top: 0;
  left: 0;
  /* justify-content: center; */
  /* align-items: center; */
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  animation: animationBackgroundOut-694dde3e 0.3s ease-out;
  padding: 1rem;
}
.container_modal[data-v-694dde3e],.container_modalOut[data-v-694dde3e] {
  overflow: auto;
}
#headerModal[data-v-694dde3e] {
      width: 100%;
      background-color: white !important;
      border-radius: 8px 8px 0px 0px;
      border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
#title[data-v-694dde3e]{
        font-size: 1.5rem;
        white-space: nowrap;
        width: 50%
}
h2[data-v-694dde3e] {
        margin: 0 0 0 0.3125rem;
        font-size: 1.0625rem;
        animation-name: name;
        animation-duration: 1s linear infinite;
        animation-direction: alternate;
        animation-iteration-count: infinite;
}
.heade-div[data-v-694dde3e] :hover {

        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        background-image: linear-gradient(-225deg, #ff1361 0%, gray 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: name 1s linear infinite;
}
button[data-v-694dde3e] :hover {
          cursor: pointer;
}
.InfoUser[data-v-694dde3e] {
    display: flex;
    align-items: center;
    width: 92%;
    margin-top: 0.625rem;
img[data-v-694dde3e] {
      width: 3.75rem;
      height: 3.75rem;
      border-radius: 100%;
      margin-left: 0.3125rem;
      -o-object-fit: cover;
         object-fit: cover;
}
h2[data-v-694dde3e] {
      font-size: 1.125rem;
      margin: 0 0 0 1.25rem;
      color: #000;
}
}
form[data-v-694dde3e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.625rem;
    max-width: 28.0625rem;
    max-height: 15rem;
    width: 100%;
    height: 100%;
textarea[data-v-694dde3e] {
      resize: none;
      background: #f1f1f1;
      border-radius: 0 0 0.625rem 0.625rem;
      border: 0.0625rem solid gray;
      max-width: 28.0625rem;
      max-height: 12.8125rem;
      width: 100%;
      height: 100%;
      padding: 0.3125rem;
      transition: 0.2s;
      color: #000;
&[data-v-694dde3e]:hover {
        border: 0.0625rem solid gray;
        transition: 0.2s;
}
}
span[data-v-694dde3e] {
      color: red;
      font-size: 0.75rem;
      font-weight: bold;
}
button[data-v-694dde3e] {
      background-color: #f20171;
      border-radius: 0.3125rem;
      max-width: 9.375rem;
      width: 100%;
      height: 1.875rem;
      margin-top: 0.625rem;
      border: 0.125rem solid transparent;
      color: white;
}
button[data-v-694dde3e]:hover {
        cursor: pointer;
        animation: backBtn-694dde3e 0.5s linear infinite alternate;
        animation-iteration-count: infinite;
}
}

