.loading {
  cursor: progress !important; }

.has-action {
  cursor: pointer; }

.center-text {
  text-align: center; }

input.file-input-cloaked {
  height: 0;
  opacity: 0; }

.clearfix {
  clear: both; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-abs-y {
  top: 4px;
  left: 2px;
  position: relative; }

.center-abs-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.center-y {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.center-x {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.two-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.container__analytics {
  display: flex;
  flex-wrap: wrap; }
  .container__analytics #chart-card__analytics {
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 white;
    margin: auto;
    margin-top: 10px;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    user-select: none;
    position: relative;
    cursor: pointer;
    height: 350px;
    padding: 15px 20px;
    float: left;
    /*@include respond-to(medium){
            margin-left:10%;
           
        }*/ }
  .container__analytics #table-card {
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 white;
    margin: auto;
    margin-top: 10px;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    user-select: none;
    position: relative;
    cursor: pointer;
    height: 350px;
    padding: 15px 20px;
    float: left; }
  .container__analytics .card-calendar__info {
    height: 140px; }
