
.bottom-board {
  /* position: fixed; */
  bottom: 0%;
  left: 0%;
  right:0%;
  width: 100%;
}
.last_seen{
  margin-top: 5px;
}
.last_seen,
.tradeValue {
  font-size: 10px;
}
.card-icon {
  position: absolute;
  bottom: 17%;
  left: 38%;
  transform: rotate(-90deg) translate(-50%, 0)
}
.small-card,
.small-card:hover~.small-card {
  position: relative;
  transition: .4s ease-out
}

.small-card {
  opacity: 1;
  left: 0;
}

.small-card:not(:first-child) {
  margin-left: -10px
}

.small-card:hover.small-card:not(:first-child){
  left: 10px;
  z-index: 100
}
.small-card:first-child .tooltip {
  left: 5px
}
.small-card .tooltip {
  opacity: 0;
  pointer-events: none;
  display: none
}

.small-card .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%
}

.small-card .tooltip .arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 16%;
  margin-left: -13px;
  position: absolute;
  width: 0
}

.small-card:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block
}
/* Colors */
.arrow-lime{
  border-top: 10px solid #DEDB00;
  left: 11% !important
}
.arrow-green {
  border-top: 10px solid #89C237;
}
.arrow-deep-green {
  border-top: 10px solid #018F43;
}
.arrow-light-green {
  border-top: 10px solid #22B147;
}
.arrow-sky-blue {
  border-top: 10px solid #44CCF2;
}
.arrow-blue{
  border-top: 10px solid #01ACE2;
}
.arrow-purple {
  border-top: 10px solid #95358F;
}

.arrow-deep-pink {
  border-top: 10px solid #F53477;
}

.arrow-baby-pink {
  border-top: 10px solid #FF80AB;
}

.arrow-orange {
  border-top: 10px solid #FF9201;
}

.arrow-yellow {
  border-top: 10px solid #FFCB01;
}
.arrow-beige {
  border-top: 10px solid #D9BB9B;
}
.arrow-violet{
  border-top: 10px solid #C683D7;
}


.detailTable tr:last-child{
  border-bottom: 0;
}
@media screen and (max-width:1200px) {
  .small-card {
    width: 35px !important;
  }
}
/* For desktop swiper slider */
@media screen and (min-width:640px) {
  .mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next{
  position: absolute;
  left: unset;
  right: 0%; 
  height: 25px;
  z-index: 5;
}
.mySwiper .swiper-button-prev {
  top: 32px;
}

.mySwiper .swiper-button-next {
  top: 73px;
}
.mySwiper .swiper-button-next.swiper-button-disabled,
.mySwiper .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  cursor: not-allowed;
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 18px;
  padding: 15px;
  background-color:#EFEFEF;
}
}
/* For mobile slider  */
@media screen and (max-width:639px) {

  .mySwiper .swiper-button-prev,
  .mySwiper .swiper-button-next {
    position: absolute;
    left: unset;
    height: 28px;
  }

  .mySwiper .swiper-button-prev {
    top: 22px;
    left:0;
    background-color: #EFEFEF;
    width: 100%;
  }

  .mySwiper .swiper-button-next {
    top: 100%;
    background-color: #EFEFEF;
    width: 100%;
    padding-bottom: 5px;
    left:0;
  }
  .mySwiper .swiper-button-next::after,
  .mySwiper .swiper-button-prev::after{
    transform: rotate(90deg);
  }
  .mySwiper .swiper-button-next.swiper-button-disabled,
  .mySwiper .swiper-button-prev.swiper-button-disabled,
  .mySwiper .swiper-button-next::after,
  .mySwiper .swiper-button-prev::after {
    font-size: 14px;                      
    opacity: 1;
  }
  .mySwiper .swiper-button-next.swiper-button-disabled,
  .mySwiper .swiper-button-prev.swiper-button-disabled{
cursor: not-allowed;
  }
}



.sliderBtn:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
}