
.bg-auth {
  background-color: #2a3042;
}
.text-white {
  color: #fff;
}
.bg-auth .card {
  border-radius: 10px;
}
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.chil .chil-1 {
  margin-left: 20px;
}
.chil .chil-2 {
  margin-left: 45px;
}
.chil .chil-3 {
  margin-left: 70px;
}
.chil .chil-4 {
  margin-left: 95px;
}
.border-no {
  border: none;
}
td .badge {
  font-size: 15px;
  border-radius: 10px;
}
.hidden {
  display: none;
}
.bounce-to-top {
  position: relative;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bounce-to-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.34);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.bounce-to-top:hover:before { 
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.box-hover {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 39%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.bounce-to-top:hover .box-hover {
  bottom: 5px;
  transform: scaleY(.9);
  transform: scaleY(.9);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.equal-height {
  display: flex;
  flex-direction: column;
}

.equal-height .card-title {
  height: 50px; /* Đặt chiều cao cố định, điều chỉnh theo nhu cầu */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
