.sticky {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}

.block-list {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 12px;
  background-color: #444444;
  border: solid 1px #222222;
}

.block-list:hover {
  background-color: #333333;
  /*border: solid 1px #F0FF42;*/
}

.block-list-1 {
  border-radius: 10px;
  padding: 10px;
  background-color: #444444;
  border: solid 1px #222222;
}

.block-list-1:hover {
  background-color: #333333;
  /*border: solid 1px #F0FF42;*/
}

.block-404040 {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 12px;
  background-color: #404040;
}

.block-333 {
  background-color: #555555;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 14px;
  /*border: solid 1px #A0A0A0;*/
}

.block-333-1 {
  background-color: #555555;
  padding: 16px 16px;
  margin-bottom: 16px;
  border-radius: 14px;
  /*border: solid 1px #A0A0A0;*/
}

.block-white {
  background-color: #333;
  padding: 6px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: solid 0px;
  border-color: #e1e1e1;
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.2);
  /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 99;
}

.line-in-block {
  background-color: #555;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.line-in-block-1 {
  background-color: #666;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 8px;
}

.line666 {
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 3px;
  margin-bottom: 8px;
}

.w3-animate-fading {
  animation: fading 10s infinite
}

@keyframes fading {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.w3-animate-opacity {
  animation: opac 0.8s
}

@keyframes opac {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.w3-animate-top {
  position: relative;
  animation: animatetop 0.60s
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.w3-animate-left {
  position: relative;
  animation: animateleft 0.8s
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

.w3-animate-right {
  position: relative;
  animation: animateright 0.8s
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0
  }

  to {
    right: 0;
    opacity: 1
  }
}

.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.60s
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

.w3-animate-zoom {
  animation: animatezoom 0.6s
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.w3-animate-input {
  transition: width 0.4s ease-in-out
}

.w3-animate-input:focus {
  width: 100% !important
}

.hve-1:hover {
  font-weight: bold;
  /*background-color:#f5f5f5;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius:5px;
    border:solid 1px #e1e1e1;
    margin-bottom: 6px;*/
}

.tab-head {
  animation: changeBackgroundColor 12s infinite;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #015c92;
  }

  25% {
    background-color: #DC5F00;
  }

  50% {
    background-color: #B000B9;
  }

  75% {
    background-color: #D2001A;
  }

  100% {
    background-color: #015c92;
  }
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #222222;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFFFF;
}

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

.fnt-15 {
  font-size: 15px;
  color: #666;
}

.center {
  text-align: center;
}

.rd-8 {
  border-radius: 8px;
}

.dsp-flx {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #666;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}

.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: red;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: red;
}

.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }

  5% {
    transform: scale(1.1);
  }

  39% {
    transform: scale(0.85);
  }

  45% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(0.9);
  }
}