.full{
    width: 100%;
    margin-top: 3px;
}

.pulse-button {
  position: relative;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

a.menu-link.menu-toggle {
  align-items: center !important;
}

.menu-toggle .fa{
  color: #95a3a1;
}

.aside-minimize .fa-chevron-down{
  opacity: 0;
}

*::-webkit-scrollbar-track{
  background-color: #DADAE7;
}
*::-webkit-scrollbar{
  width: 6px;
  background-color: #DADAE7;
    height: 6px;
}
*::-webkit-scrollbar-thumb{
  background-color: #BCBEC5;
  border-radius: 20px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #009192;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader-cancelar{
  color: red;
  font-size: 5px;
}

.loader-correcao{
  color: blue;
  font-size: 5px;
}

.loader-pagamento{
  color: #52B99A;
  font-size: 8px;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

h3.card-title{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.card-header, .card-title{
  width: 100% !important;
}

.wizard-steps{
  max-width: 60%;
}

.wizard-nav{
  display: flex;
  flex-direction: row-reverse;
}

#kt_content .row{
  margin: 0 !important;
}

.scrolltop {
  right: 100px !important;
}

.register-form {
  background: white;

  border-radius: 6px;
}

.register-form .text-center img {
  margin-bottom: 40px !important;
}

@media (min-width: 768px)
{
  .register-form
   {
    padding: 60px !important;
    margin: 60px 0;
   }
}

/* .plan-card {
  background: rgb(2,0,36);
  background: linear-gradient(37deg, rgba(2,0,36,1) 0%, rgba(9,51,121,1) 35%, rgba(0,212,255,1) 100%);
}

.plan-card-button {
  display: flex !important;
  width: 100%;
  top: 93%;
  position: absolute;
}
*/

.plan-card-button a {
  border-radius: 20px !important;
}

.plan-price {
  font-size: 30px !important;
}

.plan-name, .plan-price {
  text-align: center !important;
}

.plan-features p {
  font-size: 14px;
}

.plan-button {
  transition: 0.2s !important;
}

.plan-button:hover {
  transform: scale(1.06);
}


#kt_login {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
}



#kt_content > div:nth-child(2) {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
  height: 100%;
}

#kt_content {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

#cadastroFormDegrade{
  background: linear-gradient(350deg, rgba(0,212,255,1) 0%, rgba(1,58,96,1) 28%, rgba(2,0,36,1) 53%, rgba(9,9,121,1) 78%, rgba(0,212,255,1) 100%);
  height: auto !important;
  /* background: linear-gradient(37deg, rgba(2,0,36,1) 0%, rgba(9,51,121,1) 35%, rgba(0,212,255,1) 100%); */
  /* background-image: url('imgs/banner-login.png'); */
}

.txtContato{
  color: #000;
}

.ctSuporte {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.subheader {
    flex-wrap: wrap;
    overflow: hidden;
}

.datepicker{
  z-index: 97 !important;
}


/*@media (max-width: 1194px){
  .cadastroFormDegrade{
    background: rgb(2,0,36);
    background: linear-gradient(37deg, rgba(2,0,36,1) 0%, rgba(9,51,121,1) 35%, rgba(0,212,255,1) 100%);
    width: 100vw !important;
  }
}*/


@media (min-width:320px) and (max-width: 767px){

    .scrolltop {
        right: 5px !important;
        margin-bottom: 10px !important;
    }

}
