.container-shortcuts__overlay{
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  bottom: 0;
  display: none;
  z-index: 999;
}

.container-shortcuts button.btn-shortcut{
  background: #19d6d5;
  width: 62px;
  height: 62px;
  position: fixed;
  right: 50%;
  bottom: 24px;
  border: 0;
  border-radius: 50%;
  z-index: 2000;
  margin-right: -31px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.container-shortcuts button.btn-shortcut:focus,
.container-shortcuts button.btn-shortcut:active,
.container-shortcuts .btn-default:focus,
.container-shortcuts .btn-default:active,
.container-shortcuts__games-btn-add:focus,
.container-shortcuts__games-btn-add:active{
  outline: none;
}

.container-shortcuts button.btn-shortcut:focus,
.container-shortcuts button.btn-shortcut:active,
.container-shortcuts button.btn-shortcut:hover{
  background: #19d6d5;
}

.container-shortcuts__menu{
  display: none;
  position: fixed;
  background: #000000;
  width: 100%;
  height: 140px;
  bottom: 0;
  border: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.container-shortcuts__games-menu{
  display: none;
  background: #14805e;
  width: 100%;
  position: fixed;
  bottom: 120px;
  top: 0;
  z-index: 1000;
}
.container-shortcuts__top-menu{
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
}
.container-shortcuts__bottom-menu{
  background: #1a1a1a;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
}
.container-shortcuts__bottom-menu-item{
  padding: 30px 60px;
}

.container-shortcuts .btn-default{
  border-color: #ececec;
}
.container-shortcuts__top-menu-item{
  padding: 10px 0 0 0;
  background-color: #2b2b2b;
}
.container-shortcuts__top-menu-item ul{
  white-space: nowrap;
  overflow-x: auto;
  margin: 0;
  position: relative;
  z-index: 0;
  height: 127px;
  left: 80%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.custom-ui-placeholder,
.container-shortcuts__top-menu-item  li {
  position: relative;
  text-align: center;
  width: 85px;
  height: 56px;
  padding: 0;
}

.container-shortcuts__top-menu-item li a {
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #ececec;
}

.container-shortcuts__top-menu-itemlist {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  color: #999999;
}

.container-shortcuts__close-item{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  background: #14805e;
  border: #14805e 1px solid;
  border-radius: 3px;
  color: #ffffff;
}

.btn-list{
  background: #361a1a;
  border: #5f0808 1px solid;
  color: #e4ab4a;
}

.container-shortcuts__games-menu-header{
  position: fixed;
  background: #14805e;
  text-align: center;
  z-index: 999;
  top: 0;
  padding: 10px 15px;
}
.container-shortcuts__games-menu-hide{
  position: absolute;
  right: 11px;
  top: -2px;
  font-size: 35px;
  color: #ffffff;
  opacity: 0.6;
}

.container-shortcuts__games-menu-edit{
  top: 17px;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.container-shortcuts__games-menu-edit.check{
  color: #e4ab4a;
}

.games-menu__main-container{
  padding: 0 10px 25px 10px;
  background: #1a1a1a;
  width: 100%;
  position: fixed;
  bottom: 120px;
  top: 59px;
  z-index: 1000;
  overflow-x: auto;
}

.overlay-disable{
  padding: 0 10px 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  bottom: 120px;
  top: 59px;
  z-index: 1000;
  overflow-x: auto;
  margin-left: -10px;
}

.container-shortcuts__games-menu-item{
  background: #14805e;
  padding: 10px;
  border-bottom: 0;
  height: 43px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 49%;
  text-transform: uppercase;
}
.container-shortcuts__games-menu-item:nth-child(odd){
  border-left: 1px solid #14805e;
}
.container-shortcuts__games-menu-item:nth-child(even) {
  margin-right: 0;
}
.container-shortcuts__games-menu-item .item-icon-add{
  color: #ffe418;
  justify-content: right;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 22px;
}

.container-shortcuts__games-menu-itemname{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  display: flex;
  gap: 5px;
  align-items: center;
}

.no-padding{
  padding: 0;
}

.position-unset{
  position: unset !important;
}

.container-shortcuts__top-menu-item-image{
  background-size: 8rem !important;
  width: 8rem;
  height: 9.6rem;
  margin: 0 auto;
}

.text-white{
  color: #555555;
}
h4.text-white{
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.no-fave-text{
  position: absolute;
  color: #999999;
  width: 100%;
  bottom: 30px;
  font-weight: 700;
}

.disable-scroll{
  overflow: hidden;
  height: 100%;
}


/*PULSE ANIMATION*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.pulse-div{
  -webkit-animation: pulse 1s linear;
  animation: pulse 1s linear;
}

/*SHAKE ANIMATION*/

@keyframes shake {
  10%, 90% {
    transform: rotate(0deg););
  }

  20%, 80% {
    transform: rotate(5deg);;
  }

  30%, 50%, 70% {
    transform: rotate(0deg););
  }

  40%, 60% {
    transform: rotate(5deg);;
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: rotate(0deg););
  }

  20%, 80% {
    transform: rotate(5deg);;
  }

  30%, 50%, 70% {
    transform: rotate(0deg););
  }

  40%, 60% {
    transform: rotate(5deg);;
  }
}

.shake-div{
  animation: shake 1s infinite;
}


/*ZOOM OUT ANIMATION*/
@-webkit-keyframes zoom_out {
  0% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(.1, .1);
  }
}

@keyframes zoom_out {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.1, .1);
  }
}

.zoom-out-div{
  -webkit-animation: zoom_out .3s linear;
  animation: zoom_out .3s linear;
}


/*ZOOM IN ANIMATION*/
@-webkit-keyframes zoom_in {
  0% {
    -webkit-transform: scale(.1, .1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom_in {
  0% {
    transform: scale(.1, .1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.zoom-in-div{
  -webkit-animation: zoom_in .3s linear;
  animation: zoom_in .3s linear;
}
.container-shortcuts__games-menu-edit h4{
  font-size: 16px;
  font-weight: 700;
}

/*MATERIAL BUTTON EFFECT*/
.material-click{
  overflow:hidden;
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
  animation: rippleDrop .5s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.ngdialog-flyin-div{
  -webkit-animation: ngdialog-flyin .3s linear;
  animation: ngdialog-flyin .3s linear;
}
.ngdialog-flyout-div{
  -webkit-animation: ngdialog-flyout .3s linear;
  animation: ngdialog-flyout .3s linear;
}
