/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/sass/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Fonte Open Sans */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url('OpenSans-Light.woff') format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url('OpenSans-Regular.woff') format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-SemiBold"), url('OpenSans-SemiBold.woff') format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Pague.la";
  font-style: normal;
  font-weight: 300;
  src: url('PagueLaRounded-Light.ttf') format("truetype");
}
strong {
  font-weight: 600;
}

.common-box strong {
  font-weight: 500;
}

a {
  transition: color 0.5s ease;
}

a:hover {
  text-decoration: none;
}

.text-primary,
a.text-primary:hover,
a.text-primary:focus {
  color: #6a5cff;
}

.text-purple,
a.text-purple:hover,
a.text-purple:focus {
  color: #8e42ff;
}

label.control-label {
  color: #999999;
  font-size: 12px;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  color: #777777;
  height: 40px;
}

.gray-bg .form-control {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.21);
}
.gray-bg .has-error .form-control {
  box-shadow: 0px 0px 15px -8px rgba(229, 115, 115, 0.6);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e57373;
}

.has-error .form-control {
  border-color: #e57373;
  box-shadow: none;
}

.has-error .form-control:focus {
  border: none;
  box-shadow: none;
}

.has-error .input-group-addon {
  color: #e57373;
  background-color: #f2dede;
  border-color: #e57373;
}

.has-error .form-control-feedback {
  color: #e57373;
}

#mainnav-profile .menu-title {
  opacity: 1;
  position: relative;
  top: -5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#page-title,
#container .table th {
  color: #777777;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.flex .card-flex {
  margin: 20px;
}

.btn {
  transition: 0.5s;
  font-family: "Pague.la", "Open-sans", sans-serif;
  color: #fff;
  padding: 5.5px 16px;
  font-size: 16px;
  letter-spacing: 0.8px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  color: #fff;
}
.btn.loading {
  padding: 0;
}
.btn.loading:before {
  background-color: #fff;
}

.btn-blue {
  background-color: #22b7ff;
}
.btn-blue:hover {
  background-color: #00caff;
}

.btn-grey {
  background-color: #999999;
}
.btn-grey:hover {
  transition: 0.5s;
  background-color: #777777;
}

.primary {
  color: #6a5cff;
}

/* magic check box */
@keyframes hover-color {
  from {
    border-color: #e2e2e2;
  }
  to {
    border-color: #22b7ff;
  }
}
.magic-radio,
.magic-checkbox {
  position: absolute;
  opacity: 0;
  left: -108px;
  height: 18px;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.input-group-addon > .magic-radio + label,
.input-group-addon > .magic-checkbox + label {
  display: block;
}

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #d9d9d9;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.magic-radio + label {
  min-width: 16px;
  min-height: 16px;
}

.magic-radio + label:not(:empty) {
  padding: 0 21px !important;
}

.magic-checkbox + label {
  min-width: 16px;
  min-height: 16px;
}

.magic-checkbox + label:not(:empty) {
  padding: 0 21px !important;
}

.btn-group .magic-radio + label,
.btn-group .magic-checkbox + label {
  vertical-align: baseline;
  min-height: 1em;
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  animation-name: none;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
  left: -0.01em;
}

.magic-radio + label:after {
  top: 2.5px;
  left: 2.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00CAFF;
}

.magic-radio:checked + label:before {
  border: 1px solid #00CAFF;
}

.magic-checkbox + label:before {
  border-radius: 0;
}

.magic-checkbox + label:after {
  top: 1px;
  left: 5px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked + label:before {
  border: #00CAFF;
  background: #00CAFF;
}

/* COMMON PAGE - BOXED */
#bg-overlay.bg-img {
  background: #a900ff;
  background: radial-gradient(ellipse at center, #16cbff 0%, #4378ff 25%, #6a5cff 50%, #8e42ff 75%, #a900ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#16cbff", endColorstr="#a900ff", GradientType=1);
  background-size: 200% 200%;
  background-position: top right;
  opacity: 1;
}

.bg-img ~ .cls-content .panel {
  background-color: #f7f7f7;
}

.common-box .magic-checkbox + label:not(:empty) {
  padding: 0 !important;
  padding-left: 20px !important;
}

.common-box a:hover {
  text-decoration: underline;
}

.common-box .panel {
  border-radius: 10px;
}

.common-box.cls-content {
  padding-top: 30px;
}

h3 {
  color: #777777;
  line-height: 1.4;
  font-weight: 100;
}

.common-box .subtitulo {
  margin-bottom: 0;
  text-align: left;
  margin-top: 20px;
  color: #777777;
  font-size: 13px;
}

.common-box hr {
  margin-top: 4px;
}

.common-box label,
.common-box .pad-all {
  color: #999999;
  font-size: 12px;
}

.common-box .pad-all {
  padding: 30px 0;
}

.common-box .panel-body {
  padding: 30px 20px 30px;
}

.common-box input,
.common-box select,
.common-box .adquirente .form-control {
  border-radius: 6px;
  border: none;
  height: 40px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.21);
}
.common-box input:focus, .common-box input:hover,
.common-box select:focus,
.common-box select:hover,
.common-box .adquirente .form-control:focus,
.common-box .adquirente .form-control:hover {
  border: none;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}

.common-box .has-error .form-control {
  box-shadow: 0px 0px 18px -4px rgba(229, 115, 115, 0.6);
}
.common-box .has-error .form-control:hover, .common-box .has-error .form-control:focus {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}

.common-box .logo-paguela {
  margin: 0 0 30px 0;
}

.common-box .logo-paguela svg {
  height: 40px;
}

.cls-container a {
  color: #777777;
}
.cls-container a:hover, .cls-container a:focus, .cls-container a:active {
  color: #00caff;
}

.card {
  background-color: #fff;
  padding: 20px;
  margin: 8px 0;
  border-radius: 9px;
  border: none;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.21);
  overflow: hidden;
}

.btn-default {
  border: 2px solid #e2e2e2;
  background-color: rgba(255, 255, 255, 0);
  font-family: "Pague.la", "Open Sans", sans-serif;
  height: 40px;
  font-size: 18px;
  padding: 7.5px 22px;
  color: #777777;
  line-height: 23px;
}
.btn-default:active, .btn-default:hover {
  color: #777777;
  background-color: #f7f7f7;
}

.btn-registrar,
.btn-primary {
  font-family: "Pague.la", "Open Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  padding: 7.5px 22px;
  border-radius: 5px;
  letter-spacing: 0.8px;
  background: #22b5ff;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #22b5ff), color-stop(25%, #4378ff), color-stop(50%, #6a5cff), color-stop(75%, #8e42ff), color-stop(100%, #a42cff));
  background: linear-gradient(45deg, #22b5ff 0%, #4378ff 25%, #6a5cff 50%, #8e42ff 75%, #a42cff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#22b5ff", endColorstr="#a42cff", GradientType=1);
  border: none;
}

.btn-registrar:active,
.btn-primary:active,
.btn-registrar:hover,
.btn-primary:hover,
.btn-registrar:focus,
.btn-primary:focus {
  color: #fff;
  background: #22b5ff;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #22b5ff), color-stop(25%, #4378ff), color-stop(50%, #6a5cff), color-stop(75%, #8e42ff), color-stop(100%, #a42cff));
  background: linear-gradient(45deg, #22b5ff 0%, #4378ff 25%, #6a5cff 50%, #8e42ff 75%, #a42cff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#22b5ff", endColorstr="#a42cff", GradientType=1);
}

.common-box a {
  color: #777777;
}

.common-box a:hover {
  color: #00CAFF;
}

.common-box a.btn {
  text-decoration: none;
  color: #fff;
}

.common-box .help-block {
  color: #e57373;
  margin: 10px 0 20px;
}

label {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.panel {
  border-radius: 10px;
}

.panel h3 {
  font-weight: 100;
}

.panel.panel-purple h3 {
  color: #ffffff;
  font-weight: 100;
}

.mh-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.font-pague-la {
  font-family: "Pague.la", "Open Sans", sans-serif;
}

.breadcrumb li,
.breadcrumb li a {
  color: #b3b3b3;
}

.breadcrumb > .active {
  color: #666666;
}

#page-title h1 {
  color: #7f47d1;
}

#page-content {
  margin-top: 20px;
}

body,
#content-container,
#navbar {
  background-color: #f7f7f7;
}

.mainnav-profile,
.mainnav-profile .mnp-name,
.mainnav-profile .dropdown-caret,
.mainnav-profile .mnp-desc {
  color: #4d4d4d;
}

#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover,
#mainnav-menu > .active-link > a.boletos-nav:not(.collapsed),
#mainnav-menu > .active-link > a.boletos-nav:not(.collapsed):hover {
  color: #4379ff;
  box-shadow: inset 2px 0 0 0 #4379ff;
}

.btn {
  border-radius: 5px;
}

#container .table th {
  font-size: 1em;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
}

#container .table td {
  padding: 15px;
  vertical-align: middle;
  font-weight: 600;
}

body,
#content-container {
  color: #777777;
}

#dropdown-user .ic-user {
  font-size: 1em;
}

.searchbox .custom-search-form .input-group-btn:before,
.pace .pace-activity {
  background-color: #7f47d1;
}

.searchbox .custom-search-form .input-group-btn:before {
  height: 1px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #e2e2e2;
  transition: all 0.5s ease;
}
.styled-checkbox:hover + label:before {
  border-color: #cccccc;
}
.styled-checkbox:checked + label:before {
  background: #22b7ff;
  border-color: #22b7ff;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox + label svg {
  position: absolute;
  left: 0;
  top: 0;
}
.styled-checkbox:checked + label svg polyline {
  opacity: 0;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: animar-check 1s ease-in-out forwards;
}
@keyframes animar-check {
  0% {
    stroke-dasharray: 0, 100;
  }
  5% {
    opacity: 1;
  }
  100% {
    stroke-dasharray: 100, 100;
    opacity: 1;
  }
}

.styled-radio {
  position: absolute;
  opacity: 0;
}
.styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 17px;
  height: 17px;
  margin-bottom: 0;
}
.styled-radio + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #e2e2e2;
  transition: all 0.5s ease;
  border-radius: 50%;
}
.styled-radio:hover + label:before {
  border-color: #cccccc;
}
.styled-radio:checked + label:before {
  background: #22b7ff;
  border-color: #22b7ff;
}
.styled-radio:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-radio:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-radio + label svg {
  position: absolute;
  left: 0;
  top: 0;
}
.styled-radio:checked + label svg polyline {
  opacity: 0;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: animar-check 1s ease-in-out forwards;
}
@keyframes animar-check {
  0% {
    stroke-dasharray: 0, 100;
  }
  5% {
    opacity: 1;
  }
  100% {
    stroke-dasharray: 100, 100;
    opacity: 1;
  }
}

::placeholder {
  color: #cccccc;
}

table * {
  outline: none;
}

#mainnav-container,
#navbar {
  position: fixed;
}

@media (max-width: 767px) {
  #navbar {
    margin-left: 1px;
  }
}
::selection {
  background: rgba(34, 183, 255, 0.5);
}

::-moz-selection {
  background: rgba(34, 183, 255, 0.5);
}

#mainnav-menu a {
  color: #777777;
  align-items: center;
  transition: all 0.5s ease;
}

#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active {
  color: #80aaff;
}

.mainnav-sm .navbar-brand > svg {
  left: 13px !important;
}

.mainnav-sm .loader-container {
  padding: 220px 0 0 0 !important;
}

#container.mainnav-sm #mainnav-menu > .active-link > a,
#container.mainnav-sm #mainnav-menu > .active-sub > a,
#container.mainnav-sm #mainnav-menu > .active-link a:hover,
#container.mainnav-sm #mainnav-menu > .active-sub a:hover {
  background-color: #4379ff;
  box-shadow: none;
}

#container.mainnav-sm #mainnav-menu a:hover {
  box-shadow: inset 2px 0 0 0 #25acff;
}

#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active,
#mainnav-menu > li a.boletos-nav:not(.collapsed) {
  color: #29b2ee;
  box-shadow: inset 2px 0 0 0 #29b2ee;
}

@media (max-width: 767px) {
  body #content-container {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .pagamentos .panel {
    min-height: 182px;
  }
}
#container.mainnav-sm #mainnav-menu .active-link > a svg *,
#container.mainnav-sm #mainnav-menu .active-sub > a svg * {
  fill: #fff !important;
}

.dropdown-menu-md {
  min-width: 100%;
}

.btn.loading {
  color: transparent;
  height: 35px;
  width: 35px;
  padding: 0;
  border-radius: 50%;
  position: relative;
  animation: loadBotao 0.25s ease, spin 0.75s linear infinite 0.25s;
}

.btn.loading:before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: relative;
  display: block;
  margin: 1px;
}

@keyframes loadBotao {
  from {
    height: initial;
    width: initial;
  }
  to {
    height: 35px;
    width: 35px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cls-content .cls-content-lg {
  margin-bottom: 20px;
}

.app-loader {
  top: 0;
  position: fixed;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  display: flex;
  justify-content: center;
}

.app-loader .loader-container {
  animation: waves 2s ease-in-out infinite;
  padding: 220px 0 0 220px;
  transition: 1s ease;
}

.app-loader svg {
  transition: all 0.5s ease-in;
  height: 50px;
  animation: waverotation 2s linear infinite;
}

.app-loader svg * {
  fill: url(#etapa1) !important;
}

@media (min-width: 768px) {
  .cls-content .cls-content-lg {
    width: 500px;
  }
}
@keyframes waves {
  0%, 100% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes waverotation {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
}
.icone {
  position: relative;
  background-image: url('bg-icones.svg');
  background-repeat: no-repeat;
  width: 87px;
  height: 83px;
  margin: 0 auto 15px;
}
.icone .objeto-icone {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@keyframes bg-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.icone {
  animation: bg-fade-in 1s ease forwards 0.5s;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.icone-avatar .path-1 {
  opacity: 0;
  animation: fade-avatar 0.5s ease-in-out forwards 1s;
}
@keyframes fade-avatar {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  66% {
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
  }
}
.icone-avatar .path-2 {
  opacity: 0;
  animation: fade-avatar-2 0.5s ease-in-out forwards 1.01s;
}
@keyframes fade-avatar-2 {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  66% {
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
  }
}
.icone-avatar .path-3 {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  opacity: 0;
  animation: dash-avatar 3s ease-out forwards 1s;
}
@keyframes dash-avatar {
  0% {
    stroke-dasharray: 0, 1100;
  }
  5% {
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1100, 1100;
    opacity: 1;
  }
}

.not-animated {
  animation: none;
}

table .bandeira-cartao {
  margin-top: 4px;
  width: 50px;
}

.bandeira-cartao {
  width: 50px;
  height: 27px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 7px 0 0 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  right: 8px;
  top: 3px;
}

.default {
  opacity: 0;
}

.master,
.visa,
.elo,
.diners,
.aura,
.jcb,
.hipercard,
.discover,
.amex {
  opacity: 1;
}

.aura {
  background-image: url('aura.png');
}

.master {
  background-image: url('mastercard.svg');
}

.hipercard {
  background-image: url('hipercard.png');
}

.visa {
  background-image: url('visa.svg');
}

.amex {
  background-image: url('american-express.svg');
}

.diners {
  background-image: url('diners.svg');
}

.discover {
  background-image: url('discover.svg');
}

.elo {
  background-image: url('elo.svg');
}

.jcb {
  background-image: url('jbc.png');
}

table.dataTable, table.dataTable * {
  border-collapse: separate;
}
table.dataTable thead,
table.dataTable thead tr {
  background-color: transparent;
}
table.dataTable thead tr th.details-control {
  background-image: none;
}
table.dataTable thead .sorting {
  background-image: none;
}
table.dataTable thead .sorting_asc:first-child {
  background-image: none;
}
table.dataTable thead th,
table.dataTable thead td, table.dataTable.no-footer {
  border-bottom: none;
  font-weight: 400;
  color: #999999;
}
table.dataTable > tbody {
  border-radius: 9px;
}
table.dataTable > tbody > tr th.details-control,
table.dataTable > tbody > tr td.details-control.sorting_1 {
  width: 8px !important;
  cursor: pointer;
}
table.dataTable > tbody > tr > td {
  height: 39px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  color: #777777;
  padding: 7.5px 15px;
  transition: background-color 0.25s ease, border 0.25s ease;
}
table.dataTable > tbody > tr > td .details-control {
  background: url("/assets/img/details_open.png") no-repeat center center;
  cursor: pointer;
}
table.dataTable > tbody > tr > td button {
  margin: 0 0 0 5px;
}
table.dataTable > tbody > tr svg line:nth-last-child(-n+2) {
  transform: scale(1, 1);
  transition: transform 0.2s ease;
  transform-origin: center center;
}
table.dataTable > tbody > tr.details td,
table.dataTable > tbody > tr.details td:hover {
  border-bottom: 1px solid #fff;
  background-color: #f7f7f7;
}
table.dataTable > tbody > tr.details svg line:nth-last-child(-n+2) {
  transform: scale(0, 0);
}
table.dataTable > tbody > tr table th {
  border-bottom: solid 1px #e2e2e2;
}
table.dataTable > tbody > tr table tbody tr {
  transition: color 0.2s ease;
}
table.dataTable > tbody > tr table tbody tr:hover {
  color: #22b7ff;
}
table.dataTable > tbody > tr .loading {
  left: calc(50% - 17.5px);
  margin: 20px 0;
}
table.dataTable > tbody > tr .loading::before {
  background-color: #fff;
}
table.dataTable > tbody > tr.even,
table.dataTable > tbody > tr.odd {
  background-color: #fff;
}
table.dataTable > tbody > tr.even:hover td,
table.dataTable > tbody > tr.odd:hover td {
  background-color: rgba(247, 247, 247, 0.5);
}
table.dataTable > tbody > tr.even:first-child td:first-child,
table.dataTable > tbody > tr.odd:first-child td:first-child {
  border-top-left-radius: 9px;
}
table.dataTable > tbody > tr.even:first-child td:last-child,
table.dataTable > tbody > tr.odd:first-child td:last-child {
  border-top-right-radius: 9px;
}
table.dataTable > tbody > tr.even:last-child td:first-child,
table.dataTable > tbody > tr.odd:last-child td:first-child {
  border-bottom-left-radius: 9px;
}
table.dataTable > tbody > tr.even:last-child td:last-child,
table.dataTable > tbody > tr.odd:last-child td:last-child {
  border-bottom-right-radius: 9px;
}
table.dataTable > tbody > tr.even .details td.details-control,
table.dataTable > tbody > tr.odd .details td.details-control {
  background: url("/assets/img/details_close.png") no-repeat center center;
}

.dataTables_wrapper tr {
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  transition: 0.3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #fff;
  border: solid 1px #e6e6e6;
  transition: 0.3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 7px;
  transition: 0.3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 7px;
  color: #777777 !important;
  transition: 0.3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: none;
  transition: 0.3s;
}
.dataTables_wrapper .dataTables_scrollBody {
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.21);
  border-radius: 9px;
  border-bottom: none !important;
}

div.slider {
  display: none;
}

.status span {
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  color: #999999;
  font-weight: 600;
}

.status .status-aprovado, .status .status-recebida {
  background-color: rgba(34, 183, 255, 0.25);
  color: #22b7ff;
}

.status .status-agendada {
  background-color: rgba(67, 121, 255, 0.25);
  color: #4379ff;
}

.status .status-reprovado, .status .status-cancelada {
  background-color: rgba(229, 115, 115, 0.25);
  color: #e57373;
}

.status .status-estornado, .status .status-aberta {
  background-color: rgba(204, 204, 204, 0.25);
}

.status .status-ativa {
  background-color: rgba(164, 44, 255, 0.1);
  color: #a42cff;
}

.bandeira-cartao {
  float: left;
}

.numero-cartao {
  margin: 0 10px 0 10px;
  line-height: 27px;
}

.textarea {
  width: 100%;
  background-color: #fff;
  height: 40px;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.21);
  border-radius: 7px;
  margin-bottom: 20px;
}

.taggle_text {
  margin-right: 10px;
}

.taggle_list {
  float: right;
  padding: 0;
  margin: 0 50px 0 0;
}

.taggle_input {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  display: none !important;
}

.taggle_list li {
  float: right;
  display: block;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 2px;
}

.taggle_list .taggle {
  margin-right: 8px;
  margin-top: 6px;
  color: #999999;
  background: rgba(204, 204, 204, 0.2);
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  position: relative;
  transition: 0.5s;
  cursor: default;
}

.taggle_list .taggle:hover {
  background: rgba(204, 204, 204, 0.3);
  transition: 0.5s;
}

.taggle_list .taggle_hot {
  background: #cac8c4;
}

.taggle_list .taggle .close {
  font-size: 1.8rem;
  position: absolute;
  top: 10px;
  right: 7px;
  text-decoration: none;
  padding: 0;
  line-height: 0.5;
  padding-bottom: 4px;
  display: block;
  border: 0;
  background: none;
  color: #cccccc;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.taggle_list .taggle .close:hover {
  color: #cccccc;
  opacity: 1;
}

.taggle_placeholder {
  position: absolute;
  color: #CCC;
  top: 12px;
  left: 55px;
  transition: opacity, 0.25s;
  -webkit-user-select: none;
  user-select: none;
}

.taggle_input {
  padding: 8px;
  padding-left: 0;
  float: left;
  margin-top: 1px;
  background: none;
  width: 100%;
  max-width: 100%;
}

.taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}

.taggle_list .duplicated {
  animation-name: shake;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
  100% {
    background-color: #F00;
  }
}
.ui-autocomplete {
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  width: 200px !important;
  padding: 20px;
  list-style: none;
}
.ui-autocomplete li {
  border-bottom: solid 1px #e6e6e6;
  padding: 10px;
}
.swal2-popup.swal2-modal {
  width: 54em;
  margin: 20px;
  padding: 70px;
}
.swal2-popup.swal2-modal .swal2-icon {
  height: 5em;
  width: 5em;
  line-height: 5em;
  margin-top: 0px;
  margin-bottom: 30px;
}
.swal2-popup.swal2-modal h2 {
  font-size: 40px;
}
.swal2-popup.swal2-modal .swal2-content {
  font-size: 16px;
}
.swal2-popup.swal2-modal button {
  padding: 7.5px 22px;
  margin-top: 15px;
}
.swal2-popup.swal2-modal button.swal2-styled {
  font-size: 18px;
}
.swal2-popup.swal2-modal button.swal2-styled:focus {
  box-shadow: none;
}

.btn-eye,
.btn-eye:hover {
  color: #999;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/animate.css/animate.min.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}

/*# sourceMappingURL=styles.css.map*/