.zoom {
  position: fixed;
  bottom: 0px;
  right: 15px;
  height: 70px;
  color: #fff;
  z-index: 9;
}

.zoom i {
  font-size: 18px;
}

.zoom .collapse, .zoom .collapsing {
  position: absolute;
  right: 0px;
  bottom: 80px;
}

.zoom .card {
  margin-bottom: 0;
  height: 600px;
  width: 600px;
  max-width: 90vw;
  max-height: 60vh;
}

.zoom .card .card-body {
  overflow-y: auto;
}

.zoom .view .view-filters {
  display: none;
}

.zoom .badge {
  position: absolute;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #5e72e4;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab .badge .material-icons-outlined {
  font-size: 12px;
}

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.zoom-btn-task {
  background-color: #00bcd4;
}

.zoom-btn-task:hover {
  background-color: #00aec5;
}

.zoom-btn-score {
  background-color: #4caf50;
}

.zoom-btn-score:hover {
  background-color: #47a44b;
}

.zoom-btn-invitation {
  background-color: #ff9800;
}

.zoom-btn-invitation:hover {
  background-color: #f08f00;
}

.zoom-btn-payment {
  background-color: #9c27b0;
}

.zoom-btn-payment:hover {
  background-color: #9124a3;
}

.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-menu li a {
  position: relative;
}

.zoom-menu li a .badge {
  position: absolute;
  top: -10px;
  left: 15px;
  padding: 3px;
  font-size: 8px !important;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #5e72e4;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s !important;
  transition: -webkit-transform 0.2s !important;
  transition: transform 0.2s !important;
  transition: transform 0.2s, -webkit-transform 0.2s !important;
}

.scale-transition.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}
