* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#contenedor {
  display: none;
}

/* Loading Animations */
#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #395cad;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.spinner {
  width: 15px !important;
  height: 15px !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  position: absolute !important;
  margin: auto auto !important;
}

.double-bounce1,
.double-bounce2 {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  background-color: white !important;
  opacity: 0.6 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Helpers */
.font {
  font-family: "Rubik", sans-serif;
}

.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-21 {
  font-size: 21px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-23 {
  font-size: 23px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-300 {
  font-weight: 300;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.f-800 {
  font-weight: 800;
}

.f-900 {
  font-weight: 900;
}

.rounded {
  border-radius: 5px;
}

.bor {
  border: 1px solid red;
}

.bold {
  font-weight: bold !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-black {
  color: black;
}

.text-wrap {
  word-wrap: break-word;
}

.pointer {
  cursor: pointer;
}

.ab-badge {
  font-family: "Rubik", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  font-family: "Rubik", sans-serif;
}
.ab-badge.ab-badge--success {
  background-color: #1EE592;
}
.ab-badge.ab-badge--warning {
  background-color: #FCE354;
}
.ab-badge.ab-badge--danger {
  background-color: #FF8F8F;
}

.text-muted {
  opacity: 0.3 !important;
}

.ab-form {
  width: 100%;
  height: 4rem;
  padding: 5px 20px;
  box-sizing: border-box;
  outline: none !important;
  border: none;
  border: 1px solid rgba(207, 207, 207, 0.3);
  font-family: "Rubik", sans-serif;
  transition: all 0.2s ease-in-out;
  background-color: #FAFAFA;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ab-form:focus {
  border-bottom: 1.5px solid #395cad;
  transition: all 0.2s ease-in-out;
}
.ab-form::-moz-placeholder {
  opacity: 0.8;
  font-weight: 350;
  font-size: 14px;
}
.ab-form::placeholder {
  opacity: 0.8;
  font-weight: 350;
  font-size: 14px;
}

.c-primary {
  color: #395cad !important;
}

.b-primary {
  background-color: #395cad !important;
}

.b-primary-50 {
  background-color: rgba(150, 62, 255, 0.5) !important;
}

.b-primary-muted {
  background-color: rgba(150, 62, 255, 0.2) !important;
}

.c-secondary {
  color: #000000 !important;
}

.b-secondary {
  background-color: #000000 !important;
}

.b-background {
  background-color: #F9FAFF !important;
}

.shadow-primary {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.shadow-secondary {
  transition: all 0.8s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}

.hide {
  display: none !important;
}

/* type Bottons */
button,
button:active {
  border: none !important;
  outline: none !important;
}
button:disabled,
button:active:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.ab-btn {
  width: 150px;
  height: 45px;
  background-color: #395cad;
  border: none;
  color: white;
  outline: none !important;
  cursor: pointer;
  transition: all 0.1s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab-btn:active {
  transform: scale(0.95, 0.95);
  transition: all 0.1s;
}
.ab-btn:disabled {
  background-color: #395cad !important;
  cursor: not-allowed;
  pointer-events: all !important;
}

.ab-btn-float {
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #395cad;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 40px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.ab-btn-float:hover {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.ab-btn-ir {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.modal {
  border-color: #edf2f9 !important;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.031372549) !important;
  border: 1px solid rgba(207, 207, 207, 0.3) !important;
  border-radius: 0.5rem !important;
}
.modal .close {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.2s ease-in-out !important;
}
.modal .close:hover {
  background-color: #EFECE8 !important;
  transition: all 0.2s ease-in-out !important;
}
.modal .btn {
  position: relative !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: none !important;
}
.modal .btn-cerrar {
  background-color: #F9FAFF !important;
}
.modal .btn-submit {
  width: 100px !important;
  height: 40px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #395cad !important;
  color: white !important;
  position: relative !important;
}
.modal .modal-footer {
  background-color: #F9FAFF !important;
}

.iziToast-texts {
  margin-top: 13px !important;
  word-wrap: break-word !important;
}

/* Parsley validations */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
  font-family: "Rubik", sans-serif;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
  font-family: "Rubik", sans-serif;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48 !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required {
  font-family: "Rubik", sans-serif;
  margin-top: 2px;
}

/* Modal */
.ab-modal {
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
  z-index: 10000 !important;
  justify-content: center;
  align-items: center;
  display: none;
}
.ab-modal .seguimiento {
  height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  box-sizing: border-box !important;
}
.ab-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 10px;
}
.ab-modal .close:hover {
  background-color: #395cad;
  transition: all 0.2s ease-in-out;
}
.ab-modal .close:hover.close i {
  color: white !important;
  border: none;
}
.ab-modal.open {
  display: flex;
  animation-name: backdrop;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.ab-modal.open .ab__modal__box {
  width: 550px;
  height: auto;
  background-color: white;
  padding: 40px 25px;
  box-sizing: border-box;
  margin: 15px;
  position: relative;
  border-radius: 10px;
  animation-name: modal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.ab__modal__last__notificaciones {
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
}
.ab__modal__last__notificaciones .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 10px;
}
.ab__modal__last__notificaciones .close:hover {
  background-color: #395cad;
  transition: all 0.2s ease-in-out;
}
.ab__modal__last__notificaciones .close:hover.close_ i {
  color: white !important;
  border: none;
}
.ab__modal__last__notificaciones.open {
  display: flex;
  animation-name: backdrop;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.ab__modal__last__notificaciones.open .ab__modal__box {
  width: 550px;
  max-height: 100vh;
  background-color: white;
  padding: 40px 25px;
  box-sizing: border-box;
  margin: 15px;
  position: relative;
  border-radius: 10px;
  animation-name: modal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.b-nuevo {
  background-color: #33CCFF !important;
}

.c-nuevo {
  color: #33CCFF !important;
}

.b-proceso {
  background-color: #FCE354 !important;
}

.c-proceso {
  color: #FCE354 !important;
}

.b-resuelto {
  background-color: #395cad !important;
}

.c-resuelto {
  color: #395cad !important;
}

.b-concluido {
  background-color: #1EE592 !important;
}

.c-concluido {
  color: #1EE592 !important;
}

.b-cancelado {
  background-color: #FF8F8F !important;
}

.c-cancelado {
  color: #FF8F8F !important;
}

/* ------------------------ */
.b-1 {
  background-color: #33CCFF !important;
}

.b-2 {
  background-color: #F4B75B !important;
}

.b-3 {
  background-color: #1EE592 !important;
}

.b-4 {
  background-color: #E18F8F !important;
}

.b-5 {
  background-color: #B195FD !important;
}

.b-9 {
  background-color: #1EE592 !important;
}

.b-10 {
  background-color: #E18F8F !important;
}

.c-1 {
  color: #33CCFF !important;
}

.c-2 {
  color: #F4B75B !important;
}

.c-3 {
  color: #1EE592 !important;
}

.c-4 {
  color: #E18F8F !important;
}

.c-5 {
  color: #B195FD !important;
}

/* Datatable style */
.dataTables_length select {
  background-color: #FAFAFA !important;
  border: 1px solid rgba(207, 207, 207, 0.3) !important;
  outline: none !important;
}

#table_id_filter input[type=search] {
  background-color: #FAFAFA !important;
  border: 1px solid rgba(207, 207, 207, 0.3) !important;
  outline: none !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  margin-left: 10px !important;
}

.current {
  background: #FAFAFA !important;
  border: 1px solid rgba(207, 207, 207, 0.3) !important;
}

.notificacion__container {
  width: 100%;
  height: 300px !important;
  overflow-y: auto !important;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.notificacion__container::-webkit-scrollbar {
  width: 10px;
}
.notificacion__container::-webkit-scrollbar-thumb {
  background: #FAFAFA;
}
.notificacion__container .msg {
  padding: 15px;
  margin-top: 20px;
}
.notificacion__container .msg.msg__you {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Animations */
@keyframes title {
  from {
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes backdrop {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes modal {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .ab__modal__box {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .ab-modal .seguimiento {
    min-height: 80%;
  }
}/*# sourceMappingURL=app.css.map */
