
.text-red {
  color: #e74c3c;
  font-weight: 600;
}
.text-blue {
  color: #2980b9;
  font-weight: 600;
}
.text-green {
  color: #0aaa4d;
  font-weight: 600;
}
.text-orange {
  color: #f39c12;
  font-weight: 600;
}
.text-purple {
  color: #b33771;
  font-weight: 600;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* 2.0 */
* {
  font-family: "Poppins";
}
::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 25px;
}
::-webkit-scrollbar {
  width: 6px;
  background: #f4f4f4;
}
::-webkit-scrollbar:horizontal {
  width: 6px;
  height: 7px;
  background: #f4f4f4;
}
::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: #dad7d7;
}
.v-dialog {
  border-radius: 15px !important;
}
.borderRadius10 {
  border-radius: 10px !important;
}
.borderRadius15 {
  border-radius: 15px !important;
}
.borderRadius20 {
  border-radius: 20px !important;
}
.borderRadius25 {
  border-radius: 25px !important;
}
.mousePointer {
  cursor: pointer !important;
}

/* BTNS SISTEMA */
.btnSuccessText {
  border-radius: 10px !important;
  background: #e2ffde !important;
  color: #0b8b07 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* LOGIN */
.btnLightBlue {
  border-radius: 15px !important;
  background: #e2eeff !important;
  color: #1969e2 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.btnBlue {
  border-radius: 15px !important;
  background: #1969e2 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}


.container[data-v-6b3aeb0e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  height: 100%;
  padding: 25px;
}
.informations[data-v-6b3aeb0e] {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.informations > .system[data-v-6b3aeb0e] {
  display: flex;
  flex-direction: column;
  color: #000000;
}
.informations > .system > span[data-v-6b3aeb0e] {
  font-size: 18px;
}
.informations > h1[data-v-6b3aeb0e] {
  font-size: 76px;
  color: #1969e2;
}
.page_not_found > h2[data-v-6b3aeb0e] {
  font-size: 30px;
}
.informations > span[data-v-6b3aeb0e] {
  font-size: 18px;
  font-weight: 300;
  color: #817d7d;
}
.actions[data-v-6b3aeb0e] {
  display: flex;
  gap: 7px;
  margin-top: 25px;
}
.btn_404[data-v-6b3aeb0e] {
  border-radius: 10px;
  text-transform: math-auto;
}
.footer[data-v-6b3aeb0e] {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 15px;
}

