/* .item-tag-bg {
    background-color: #ffffff;
    font-size: 0.9rem;
    border-radius: 3px;
    color: #0a0a0a;
} */

.item-tag-bg {
  background-color: #3bb6f8;
  font-size: 0.9rem;
  border-radius: 3px;
  color: var(--tblr-gray-100);
}

.tag-bg-numchok {
  background-color: #ffffffb0;
  font-size: 0.9rem;
  border-radius: 3px;
  color: #0a0a0a;
  padding: 2px 5px 2px 5px;
}

.card-shadown {
  box-shadow: 0 0 8px 4px rgba(1, 41, 112, 0.1) !important;
  border: 0px solid !important;
}

.badge-theme-primary {
  color: #fff;
  background-color: #08a2a8;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.navbar-toggler {
  border: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-shadown-top-nav {
  box-shadow: 0 0 5px 5px rgba(1, 41, 112, 0.1) !important;
  /* --tblr-navbar-bg: #002441; */
}

.owl-dots {
  display: none;
}

.pp {
  /* background: linear-gradient(45deg, rgb(0 0 0 / 0%) 0%, transparent 70%), url(../images/Artboard.png) right center; */
  background-size: cover !important;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

#layers,
#layers .layer {
  height: 200px;
  position: absolute;
  top: 200px;
  left: -10px;
}

#layers,
#layers .layer {
  height: 200px;
  position: absolute;
  top: 200px;
  left: -10px;
}

#layers {
  overflow: hidden;
  top: 45%;
  width: 100%;
  z-index: 0;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

#layers .layer:first-child {
  -webkit-animation: twinkle 8s ease-in -5s infinite alternate,
    layer-1 60s linear infinite;
  animation: twinkle 8s ease-in -5s infinite alternate,
    layer-1 60s linear infinite;
}

#layers .layer {
  background-size: auto 100%;
  background-position: 50% 0;
  background-repeat: repeat-x;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 200vw;
}

#layers,
#layers .layer {
  height: 200px;
  position: absolute;
  top: 200px;
  left: -10px;
}

#layers .-falling-star {
  content: "";
  position: absolute;
  top: -50px;
  z-index: 100;
  width: 72px;
  height: 50px;
  background-image: url(images/icon/downstar.png);
  background-size: 72px 50px;
}

#layers .-falling-star:nth-child(6) {
  -webkit-animation: x-shooting-star-1 10s infinite;
  animation: x-shooting-star-1 10s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  left: 70%;
}

#layers .-falling-star {
  content: "";
  position: absolute;
  top: -50px;
  z-index: 100;
  width: 72px;
  height: 50px;
  background-image: url(images/icon/downstar.png);
  background-size: 72px 50px;
}

#layers .-falling-star:nth-child(7) {
  -webkit-animation: x-shooting-star-2 10s infinite;
  animation: x-shooting-star-2 10s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  left: 40%;
}

#layers .-falling-star:nth-child(8) {
  -webkit-animation: x-shooting-star-2 10s infinite;
  animation: x-shooting-star-2 10s infinite;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  left: 90%;
}

#layers .-falling-star:nth-child(9) {
  -webkit-animation: x-shooting-star-1 10s infinite;
  animation: x-shooting-star-1 10s infinite;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  left: 55%;
}

#layers .-falling-star:nth-child(10) {
  -webkit-animation: x-shooting-star-1 10s infinite;
  animation: x-shooting-star-1 10s infinite;
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
  left: 20%;
}

#layers,
#layers .layer {
  height: 200px;
  position: absolute;
  top: 200px;
  left: -10px;
}

#layers .layer {
  background-size: auto 100%;
  background-position: 50% 0;
  background-repeat: repeat-x;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 200vw;
}

.background-card {
  background-image: url(../images/bg-card2.png);
  background-repeat: round;
  z-index: 1;
}

.border-input-search {
  border: 1px solid #9ad5f5;
}

.btn-top-flow {
  background: linear-gradient(180deg, #f52867 30%, #bf001d);
  color: #ffffff;
  border: 0px !important;
}

.background-body {
  background-image: url(../images/back/backgroup.png);
  background-repeat: round;
}
.navbar {
  --tblr-navbar-bg: #ffffff61 !important;
}
.dtab {
  background-color: #d8dfea;
  color: #6f8699;
  border: none !important;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  /* padding: 3px; */
  /* font-size: 1.1em; */
  border-radius: 13px;
}
.corsor {
  cursor: pointer;
}
