@import url(https://fonts.googleapis.com/css?family=Rubik);

html,
body {
  font-family: Rubik, sans-serif !important;
}

/* LOGIN */
.bg-login {
  background-image: url(../img/bg-login.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-signin-style:before {
  /* background: linear-gradient(20deg, #192a56, #44bd32); */
  background: #fff;
  border-radius: 10px;
}

@media (min-width: 480px){
  .main-card-signin {
    max-width: 800px;
  }
}

/* END LOGIN */
/* PAGE */
.main-logo {
  height: 3rem;
  top: -8px
}

.main-content:after,
.main-header.side-header.fixed-header, .side-menu__item.active {
  background: linear-gradient(45deg, #3c40c6, #05c46b);
}

.app-sidebar .slide.active .side-menu__item,
.side-menu__item:hover,
.slide.is-expanded .side-menu__item,
.header-img {
  background: linear-gradient(45deg, #3c40c6, #05c46b);
}

#back-to-top {
  background: linear-gradient(45deg, #3c40c6, #05c46b);
}

.table thead th {
  background-color: #07bd6f;
  color: #fff;
}

.modal-title {
  font-size: 15px;
}

.select2-container--open {
  z-index: 99993;
}

.sweet-alert button.cancel {
  background-color: red !important;
}

.modal {
  overflow-y: auto;
}
