

#goToTopBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 7px;
    z-index: 9999;
}

.form-label {
    color: #1531c7 !important;
}

.card-text {
    line-height: 25px;
}

.card {
    cursor: pointer;
}

h5 {
    line-height: 35px;
}

.swal2-container {
    z-index: 2147483648 !important;
}

/* width */
::-webkit-scrollbar {
    width: 1px;
}

.kpay {
    color: #0054a5;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.swal2-title {
    line-height: 27px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: white;
}

.translate-middle {
    transform: translate(0%, 0%) !important;
}

.right-0 {
    right: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#swal2-title {
    padding-bottom: 12px;
}

.btn-success {
    background: #009e4d !important;
}

.loyalty{
    z-index: 3000 !important;
}

.logo {
    color: #2d2c6c;
}

.logo_img {
    width: 55px;
    border-radius: 50%;
}

.tooltip{
    width: 100% !important;
    opacity: 100% !important;
}
.tooltip-img{
    width: 100% !important;
    opacity: 100% !important;
}
.tlp{
    line-height: 1;
    border: 0;
}

    /* background: url(https://i.ibb.co/P9gz50m/mobile-legends-s-t-u-n-chou-4k-png-by-divoras-deimbcy-pre-1.png) no-repeat center; */

.animation {
    margin-bottom: -20px !important;
    width: 100%;
    /* height: 700px; */
    background: url(https://i.ibb.co/t468PTp/Granger-exorcist-mlbb-png-by-dechunf-dg5j2o6-pre-1.png) no-repeat center;
    background-size: contain;
    transform: translate(0, 0);
    opacity: 0;
    -webkit-animation: blink 2s infinite 2s none, vertical 1s ease-in-out infinite 2s alternate;
    animation: blink 2s infinite 2s none, vertical 1s ease-in-out infinite 2s alternate;
    margin: 0 auto;
}

@-webkit-keyframes blink {
    0% {
        opacity: .2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-webkit-keyframes vertical {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Google Fonts - Poppins */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} */
body {
  min-height: 100%;
  background: #e3f2fd;
}
.offcanvas-start{
    width: 275px !important;
}

/* nav .logo {
  display: flex;
  align-items: center;
  margin: 0 24px;
} */
.logo .menu-icon {
  color: #333;
  font-size: 24px;
  margin-right: 14px;
  cursor: pointer;
}
.logo .logo-name {
  color: #333;
  font-size: 22px;
  font-weight: 500;
}
#offcanvasRight{
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
}
.sidebar {
  /* padding: 20px 0; */
  background-color: #fff;
  transition: all 0.4s ease;
}
nav.open .sidebar {
  left: 0;
}
.sidebar .sidebar-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 30px 16px; */
}
.sidebar-content .list {
  list-style: none;
}
.list .nav-link {
  display: flex;
  align-items: center;
  margin: 8px 0;
  /* padding: 14px 12px; */
  border-radius: 8px;
  text-decoration: none;
}
.lists .nav-link:hover {
  background-color: #4070f4;
}
.lists .active {
    background-color: #4070f4;
}
.lists .active .icon,.lists .active .link{
    color: #fff;
}
.nav-link .icon {
  margin-right: 14px;
  font-size: 20px;
  color: #707070;
}
.nav-link .link {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
}
.lists .nav-link:hover .icon,
.lists .nav-link:hover .link {
  color: #fff;
}

nav.open ~ .overlay {
  opacity: 1;
  left: 260px;
  pointer-events: auto;
}

/* ------------------------------------------------------ */


.fnbar{
    position: fixed;
    bottom: 0;
    left: 0;

}


