.fixed-left {
    zoom: 0.7;
    position: fixed;
    z-index: 99;
    bottom: 73px;
    left: -14px;
    width: 205px;
    height: 520px;
    padding: 30px 15px 30px 15px;
    background-color: #3b3b3bce;
    border-radius: 10px;
    border: 3px solid rgba(255, 0, 0, 0);
    transition: .5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gif-columns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.gif-column {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.fixed-left a,
main {
  display: block;
}

.fixed-img-100 {
    width: 100%;
    height: auto;
    min-width: 80px;
    max-width: 100px;
    margin-bottom: 15px;
    object-fit: contain;
}

.fixed-rtp {
  margin-top: -15px;
  margin-bottom: 15px;
}

.fixed-rtp .animated,
.fixed-wa .animated {
  -webkit-animation: 1s ease-in-out infinite alternate zoom;
  animation: 1s ease-in-out infinite alternate zoom;
}

.fixed-arrow {
  position: absolute;
  right: -25px;
  top: 10px;
  bottom: 10px;
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #a54e07, #bc881b, #a54e07);
  width: 25px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}

.vertical-align-center {
  align-items: center;
}

.dflex {
  display: flex !important;
}

.fixed-arrow img {
  transform: rotate(270deg);
  filter: invert(1);
}

.img-xxs {
  height: 20px;
}

@media (max-width: 1366px) {
  .img-xxs {
    height: 15px;
  }
}

.fixed-left.nganu {
  left: -205px;
}

.justify-content-center {
    display: flex !important; 
    justify-content: center !important;
    align-items: center !important;
}

.fixed-left section {
    display: flex !important;
}
