.tooltip-inner {
  background-color: #ff7f50 !important;
  color: white; /* Replace with your desired color */
}
.img_pod{
  height: 75px;
  width: 75px !important;
  background: linear-gradient(90deg, #ff9966, #ff5e62);
  z-index: 10;
  box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  position: relative;
  left: 2%;
  top: -15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_pod img{
     height: 4.3rem;
    width: 4.3rem;
    position: relative;
    border-radius: 100%;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.show-all-active .bi-chevron-down {
  display: none;
}

.show-all-active .bi-chevron-up {
  display: inline-block;
}

.bageicon {
  color: #fd7e14;
  transition: color 0.3s, transform 0.3s;
}

.bageicon:hover {
  color: rgb(248, 106, 5);
  transform: scale(1.2);
  /* color: linear-gradient(to right, #fd7e14, chocolate); */
  animation: heartBeat 0.1s;
}
.cardho {
  border-radius: 10px;
  transition: transform 0.3s;
}

.cardho:hover {
  transform: scale(1.05);
  cursor: pointer;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.cardbage{
  background-color: #cccccc;
  color: white;
  padding: 0.2rem 0.5rem;
  font-size: 11px !important;
  border-radius: 20px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.img_pode {
  height:160px; 
  width: 160px !important;
}

.img_podee img {
  height: 100%;
  width: 100%;
}


.deviceflex {
  display: flex;
  position: relative;
  top:50%;
}

.firstbox {
  width: 100%;
  order: 1;
}

.device {
  max-width:320px;
  background-color:rgb(255, 252, 252);
  height: 100%;
  border: 1px solid rgb(231, 231, 231);
  display: block;
  order: 2;
  
}
.device2{
  position: sticky;
  top: 200px;
  /* z-index:1; */
}

.active {
  display: block;
}

/* inputcheckbox */
.cat{
  /* margin: 4px; */
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #104068;
  overflow: hidden;
  float: left;
  /* width: 4.0em; height: 2.0em; */
}
.cat label {
  float: left; 
}
.cat label span {
  text-align: center;
  padding:0.2rem 0.6rem;
  display: block;
}
.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
/* selects all of the text within the input element and changes the color of the text */
.cat label input + span{
  color: #2e2b2b;
}
.cat input:checked + span {
    color: #ffffff;
    text-shadow: 0 0  6px rgba(0, 0, 0, 0.3);
}

.action input:checked + span{background-color: #fd7e14;}


.cat.action label:hover {
  background-image: linear-gradient(to left, #ffa07a, #fd7e14 );
  color: white;
  /* Replace the color values with your desired gradient colors */
}


@media (max-width: 500px) {
  .deviceflex {
    display: block;
  }

  .firstbox {
    width: 100%;
    order: 2 !important;
  }

  .device {
    min-width:100% !important;
    background-color: white;
    order: 1 !important;
    display: none;
  }

  .active {
    display: block;
  }
}

.scrollfix{
  position: sticky;
  top: 70px;
  z-index:99;
}

.marpad{
  margin-top:4rem !important;
}
.filter-icon{
  display: none;
}

.card-grid {
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 10px;
  
}
/* .gridactive{
  grid-template-columns: repeat(4, minmax(230px, 1fr));
} */

.card {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}

@media (max-width: 500px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
  .device2{
    position:static;
  }
  .scrollfix{
    position: sticky;
    /* top: 45px; */
    z-index:99;
  }
  .device {
    width:300px;
    background-color:rgb(255, 252, 252);
    height: 100%;
    border: 1px solid rgb(231, 231, 231);
    display: none;
    order: 2;
    
  }
  .active {
    display: block;
  }
  .filter-icon{
    display: block;
  }
  .cardbage{
    background-color: #cccccc;
    color: white;
    padding: 0.2rem 0.5rem;
    font-size: 9px !important;
    border-radius: 20px;
    display: flex;
      align-items: center;
      justify-content: center;
  }
  .card-body{
    padding: 1px;
  }
  .img_pode {
    height:100px; 
    width: 100px !important;
  }
}
@media (max-width: 390px) {
  .card-grid {
    grid-template-columns:  1fr;
  }
   
}
@media (min-width: 500px) and (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .device2{
    position: sticky;
    top: 170px;
    /* z-index:1; */
  }
  /* .gridactive{
    grid-template-columns: repeat(3, minmax(230px, 1fr));
  } */
  .marpad{
    /* margin-top:10rem !important; */
  }
 
  
}

@media (min-width: 1025px) {
  .card-grid {
    grid-template-columns: repeat(4, minmax(230px, 1fr));
  }
  /* .gridactive{
    grid-template-columns: repeat(4, minmax(230px, 1fr));
  }
  .marpad{
    /* margin-top:8rem !important; 
  } */
  .scrollfix{
    position: sticky;
    top: 50px;
    z-index:99;
  }
  
}

