
.wrapper::-webkit-scrollbar {
    width: 2px !important;
}

.wrapper::-webkit-scrollbar-track {
    background: #000000 !important;
}

.wrapper::-webkit-scrollbar-thumb {
    background: #000000 !important;
}

.wrapper::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

/* Para Firefox */
.wrapper {
    scrollbar-width: thin !important;
    scrollbar-color: #555 #000000 !important;
}
.text-center {
  text-align: center;
}
.scrolltop2 {
  position: fixed;
  cursor: pointer;
  z-index: 105;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px !important;
  bottom: 40px !important;
  right: 20px !important;
  background-color: #B61272;
  box-shadow: 0px 0px 3px 0px #9B1162 !important;
  opacity: 0.5;
  transition: color .2s ease;
  border-radius: 0.475rem;
  animation: animation-scrolltop 0.4s ease-out 1;
  padding: 0 !important;
}
.scrolltop2:hover {
  position: fixed;
  cursor: pointer;
  z-index: 105;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px !important;
  bottom: 40px !important;
  right: 20px !important;
  background-color: #B61272;
  box-shadow: 3px 0px 5px 0px #9B1162 !important;
  opacity: 1;
  transition: color .2s ease;
  border-radius: 0.475rem;
}
.scrolltop2:active {
  position: fixed;
  cursor: pointer;
  z-index: 105;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px !important;
  bottom: 40px !important;
  right: 20px !important;
  background-color: var(--bs-scrolltop-bg-color) !important;
  box-shadow: var(--bs-scrolltop-box-shadow);
  opacity: 1;
  transition: color .2s ease;
  border-radius: 0.475rem;
  padding: 0 !important;
}

.ki-arr .ki-arrow-up .path2:before {
    content: "\e9b0";
    position: absolute;
    left: 0;
    opacity: .3;
}

.ki-arr .ki-arrow-up {
    font-family: keenicons-duotone!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    display: inline-flex;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 !important;
}
.scrolltop2.animate {
    opacity: 1;
    visibility: visible;
    animation: animation-scrolltop 0.4s ease-out 1;
}

@keyframes animation-scrolltop {
    from { transform: translateY(20px); }
    to { transform: translateY(0); }
}
