.simple li a.card.classic-scrollbar {
    overflow-y: scroll;
    height: 225px;
    /* border: 2px solid #333; */
    padding: 0px;
 
    scrollbar-width: thin;
    scrollbar-color:  #999; /* violet pour le thumb, gris pour la track */
    overflow-x: hidden;
  }
  .sales-scrollbar{
      overflow-y: scroll;
      height: 210px;
      /* border: 2px solid #333; */
      padding: 0px;
      scrollbar-width: thin;
      scrollbar-color: #999;
      overflow-x: hidden;
  }
  .classic-scrollbar::-webkit-scrollbar {
    width: 12px;
  }
  
  .classic-scrollbar::-webkit-scrollbar-thumb {
    background-color: #8a2be2; /* violet pour le thumb */
  }
  
  .classic-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #6a1d9b; /* violet légèrement plus foncé au survol */
  }
  
  .classic-scrollbar::-webkit-scrollbar-track {
    background-color: #999; /* gris pour la track */
  }
.classic-theme .call-section{
    padding: 3px 10px;
   font-size: 12px;
  }
  .fullpage-scrollbar {
    overflow-y: scroll;
    height: 500px;
    /* border: 2px solid #333; */
    padding: 10px;
    scrollbar-width: thin;
    scrollbar-color:  #999; /* violet pour le thumb, gris pour la track */
    overflow-x: hidden;
  }

  .compact-scrollbar {
    overflow-y: scroll;
    height: 445px;
    /* border: 2px solid #333; */
    padding: 10px;
    scrollbar-width: thin;
    scrollbar-color:  #999; /* violet pour le thumb, gris pour la track */
    overflow-x: hidden;
  }
  
  
  .compact-scrollbar::-webkit-scrollbar {
    width: 12px;
  }
  
  .compact-scrollbar::-webkit-scrollbar-thumb {
    background-color: #8a2be2; /* violet pour le thumb */
  }
  
  .compact-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #6a1d9b; /* violet légèrement plus foncé au survol */
  }
  
  .compact-scrollbar::-webkit-scrollbar-track {
    background-color: #999; /* gris pour la track */
  }
  .elegant-scrollbar{
    overflow-y: scroll;
    height: 445px;
    padding: 10px;
    scrollbar-width: inherit;
    scrollbar-color:  #999; /* violet pour le thumb, gris pour la track */
    overflow-x: hidden;
  }
  .elegant-scrollbar::-webkit-scrollbar {
    width: 12px;
  }
  
  .elegant-scrollbar::-webkit-scrollbar-thumb {
    background-color: #8a2be2; /* violet pour le thumb */
  }
  
  .elegant-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #6a1d9b; /* violet légèrement plus foncé au survol */
  }
  
  .elegant-scrollbar::-webkit-scrollbar-track {
    background-color: #999; /* gris pour la track */
  }
  .p .btn-call{
    padding: 3px 10px;
    background-color: yellow;
  }
 .classic-panel .card{
    min-width: 100px;
    min-height: 100px;
    width:100%;
    height:100%;
    border-radius: 5px;
    border-color: #999;
 }
 .sales-panel .card{
  max-width: 355px;
  /* max-height: 198px; */
  width:100%;
  /* height:100%; */
  border-radius: 5px;
  border-color: #999;
}

.simple-scrollbar{
  overflow-y: scroll;
    height: 210px;
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color:  var(--bs-link-color);
    overflow-x: hidden;
}
.simple-panel .card{
  min-width: 100px;
  min-height: 100px;
  width:100%;
  /* height:100%; */
  border-radius: 5px;
  border-color: #999;
} 
.compact-panel .card{
  max-width: 355px;
  /* max-height: 186px; */
  width:100%;
   height:100%; 
  border-radius: 5px;
  border-color: #999;
} 
.elegant-panel .card{
  max-width:400px;
  /* max-height: 186px; */
  width:100%;
  /* height:100%; */
  border-radius: 5px;
  border-color: #999;
}
.elegant-panel .a:hover{
  color: #000000;
}
.ultra-panel .card{
  min-width: 100px;
  min-height: 100px;
  width:100%;
  height:100%;
  border-radius: 5px;
  border-color: #999;
}
  .btn-call{
    /* color: #6a1d9b; */
    /* background-color: yellow; */
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
  }
  .i .btn-call{
    margin-left: 10px;
  }
  
  .msg-box{
    padding: 15px;
    width: auto;
    height: auto;
    min-width: 100px;
    min-height: 100px;
    bottom: 48px;
    left: 20px;
    right: 24px;
    word-wrap: break-word;
    background-color: var(--bs-body-color);
  border-radius: 6px;
}
  .hgt560{
    height: 605px;
    width: 100%;
  }

  .slotts-panel{
    width: 300px;
    min-height: fit-content;
  }

  .fixed-tel {
    
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  
  .fixed-tel:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--bs-link-color);
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
    z-index: 1;
  }
  
  .fixed-tel i {
    z-index: 3;
    position: absolute;
    color: #fff;
    font-size: 0.7rem;
    margin: 5px 6px 2px 5px;
  }
  .team-bg{
    border-radius: 10px 0px 0px 10px;
  }
  .bg-price{
    background-color: var(--bs-link-color);
  }
  .welcome-classic{
    margin: 10px 0px 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    height: 89px;
    min-width: 790px;
  }
  .new-box .li{
    width: 40px !important;
}

.scrollbar
{
  padding:15px;
  height: 350px;
  scrollbar-width: thin;
  overflow-x: hidden;
  overflow-y: scroll;

}
.force-overflow
{
  min-height: 500px;
}
#style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb
{
  background-color: #000000;
}
.footer-sec .back-icon {
  bottom: 49px;
  left: 5%;
}
.footer-logo{
  bottom: 75px;
  left: 46%;
}
.hover-fx {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 300ms;
}
.box {
	/* border: 1px solid #CCC; */
	padding: 40px 25px;
	/* background: #FFF; */
	max-width: 400px;
	position: relative;
	border-radius: 3px;
  /* margin: 30px auto; */
  bottom: 8rem;
  left: 51rem;
}
.box.ofh {
  overflow: hidden;
}
/* Ribbon 2*/
.arrow-ribbon {
  background: #359fea;
  color: #FFF;
  padding: 5px 36px;
  position: absolute;
  bottom: 34rem;
  right: 9px;
}
.arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: -12px;
    border-top: 15px solid transparent;
    border-right: 12px solid #359fea;
    border-bottom: 15px solid transparent;
    width: 0;
}

/* Ribbon 6 */
.cover-ribbon {
  height: 115px;
  width: 115px;
  position: absolute;
  right: -8px;
  top: -8px;
  overflow: hidden;
}
.cover-ribbon .cover-ribbon-inside {
  background: #EA4335;
  color: #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: -35px;
  top: 15px;
  padding: 10px;
  min-width: 127px;
  text-align: center;
}
.cover-ribbon .cover-ribbon-inside:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #992C23;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  top: 35px;
  transform: rotate(-45deg);
}
.cover-ribbon .cover-ribbon-inside:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #992C23;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 95%;
  right: 0;
  top: 34px;
  bottom: 0;
  content: "";
  transform: rotate(-45deg);
}
.ribbon-edge {
  margin-left: 20px;
  margin-right: -20px;
  margin-bottom: 40px;
  background: #53d1ef;
  position: relative;
  padding: 10px 20px 10px 20px;
  box-shadow: 8px 6px 10px #e7e7e7;
}
/* .ribbon-edge:before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  right: -20px;
  width: 20px;
  background: #53d1ef;
  height: 100%;
} */
.ribbon-edge:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: 0;
  border: solid 10px transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-bottom-color: #47b2cc;
  border-left-color: #47b2cc;
}

.team{
    border-radius: 0.75rem 0 0 0.75rem;
  }

 .hgt-540{height: 570px !important;}
  
 .scrollbox { 
    /* width: 240px; */
    height: 18em;
    overflow-y: scroll;
    overflow-x: hidden;
    /* background-color: #F6F6F6; */
  }
  .compact-panel.scrollbox  { 
    /* width: 240px; */
    height: 525px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* background-color: #F6F6F6; */
  }
  .elegant-panel.scrollbox  { 
    /* width: 240px; */
    height: 525px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* background-color: #F6F6F6; */
  }
  
  .scrollbox::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
  }
  .scrollbox:hover::-webkit-scrollbar {
    width: 4px;
  }
  .scrollbox:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
  @media (hover: none) {
    .scrollbox::-webkit-scrollbar {
      width: 4px;
    }
    .scrollbox::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
    }
  }
  
.invitee{
  background-color: rgba(231, 234, 243, 0.7);
}

.fullpage.scrollbox{
    height: 34em !important;
  }
  
  .ultra-panel .carousel-item{
    width: 99% !important;
  }
  

.simple-panel.scrollbox{
  height: 17em;
}
.card.w-1000{
  width: 100%;
  max-width: 976px;
}

#content .container, #content .container-lg, #content .container-md {
  max-width: 1000px;
}

/* 24APR24 */
.opacity-mask .bg-white {
  border-radius: 12px !important;
}

.compact .scrollbox1 {
  height: 30rem;
}

.sales.scrollbox1{
  overflow-y: scroll;
  height: 200px;
}

.elegant .scrollbox1 {
  height: 29.5rem;
}

.simple.scrollbox1 {
  /*height: 27rem;*/
  height: 13rem;
}
.simple li a.card{
   width: 280px;
  /*width:100%;*/
}
.fullpage .scrollbox1 {
  height: 27rem;
}

.fullpage li a.card{
  min-width: 332px;
  width:100%;
}
.footer-sec .footer-logo {
  font-size: 11px;
  font-weight: 600;
}

/* Price Tag */
.price-tag {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  height: 20px;
  margin-left: 10px;
  padding: 0 5px 0 10px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background-color: var(--bs-link-color);
  line-height: 1;
  justify-content: center;
}
  .price-tag::before, .price-tag::after {
  position: absolute;
  content: "";
  }
  .price-tag::before {
  left: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border-radius: 0 0 0 4px;
  background-color: var(--bs-link-color);
  }
  .price-tag::after {
  z-index: 1;
  top: 50%;
  left: -10px;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) translateX(10px);
  border-radius: 3px;
  background-color: #fff;
  }
  .price-tag span {
  position: relative;
  z-index: 1;
  }
  .new-page-theme .scrollbox1{
       height: 19rem;
  }
  