html {
  -ms-overflow-style: none;       
  scrollbar-width: none;         
  overscroll-behavior: none; 
}
::-webkit-scrollbar {
  display: none;                
}
html, body {
  overflow: auto;                 
  overscroll-behavior: none; 
}


		 body {
		      margin: 0!important;
            padding: 0!important;
            overflow-x: hidden!important;
        }
    .profile{			
width: 15%;
    background-color: #fff;
    border-radius: 75px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
	}
	@media screen and (max-width: 1080px) {
.profile{		
width: 16%!important;
    background-color: #fff;
    border-radius: 75px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 2%!important;
    left: 50%;
    transform: translateX(-50%);
		}		
	}
.acr-box-in{
height:0px!important;
		}
		.acr-box{
		border: 1px solid #0f3174;
		}		
		.vb-rating {
    color: #df9403;
    color: #fff;
    position: absolute;
    padding: 5px 8px;
    background-color: #2450a6;
    top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    right: 10px;
}
.acr-bgd{
    top: 0px;
    position: absolute;
    opacity: 0.5;
    color: #000;
}
        .search-container {
            width: 40px;
            height: 40px; 
            overflow: hidden;
			color:#fff!important;
		   display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
			margin-right: 24px;
        }

        .search-icon {
            font-size: 20px; 
			color:#fff!important;
        }


        .search-input {
            width: 100%;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
		
		#sidebarrightbuttons{
			right: 1rem;
			background-color: transparent;
    padding: 5px 5px;
    font-size: 28px;
    line-height: 0px;
    position: absolute;
    font-size: 20px;
		}
		
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    height: 80vh;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;text-align: right;
}

 .buttons {
      width: 140px;
      height: 50px;
      margin: 5px;
      background-color: #f5f5f5;;
      border: none;
      cursor: pointer;
    }

.card {
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: 0.5rem;
  max-width: 290px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: black;
  border: 2px solid #D1D5DB;
  font-size: 1rem;
  font-weight: 300;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  transition: .3s ease;
}

.dismiss:hover {
  background-color: #ee0d0d;
  border: 2px solid #ee0d0d;
  color: #fff;
}

.header {
  padding: 1.25rem 1rem 1rem 1rem;
}

.image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #e2feee;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  animation: animate .6s linear alternate-reverse infinite;
  transition: .6s ease;
}

.image svg {
  color: #0afa2a;
  width: 2rem;
  height: 2rem;
}

.content {
  margin-top: 0.75rem;
  text-align: center;
}

.title {
  color: #066e29;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.message {
  margin-top: 0.5rem;
  color: #595b5f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.actions {
  margin: 0.75rem 1rem;
}

.history {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: #1aa06d;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.track {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  color: #242525;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #D1D5DB;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@keyframes animate {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.09);
  }
}

.cards {
      width: 227px;
	  margin-right:2px;
  height: 325px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #212121;
  border: 2px solid #ab4b38;
  transition: all .5s ease;
}

.icons {
  display: flex;
  flex-direction: row;
  gap: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.images {
  width: 300px;
  height: 148px;
  background: rgb(223,235,56);
  background: rgb(56,235,226);
  background: linear-gradient(163deg, rgba(56,235,226,1) 0%, rgba(134,221,245,1) 50%);
}



.card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 15px;
  gap: 3px;
}

.page {
  font-size: 13px;
  font-weight: 100;
}

.title {
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  color: black;
}

.content {
  font-size: 14px;
}

.cards:hover {
  box-shadow: 5px 5px 10px 0px #ab4b3866;
}

.cards:hover .icons {
  z-index: 1;
  opacity: 1;
}

.cards:hover .images {
  filter: brightness(.8);
}

.cards:hover .title {
  color: #ab4b38;
}

.HLbox-button {
			transform: translate(-50%, 125%);
			width: 75%;
			border-radius: 1rem;
			border: none;
			background-color: #abd3f7;
			color: #1060a7;
			font-weight:700;
			font-size: 1.9vw;
			padding: .5rem ;
			position: absolute;
			left: 50%;
			bottom: 0;
			opacity: 0;
			transition: 0.3s ease-out;
}
 .propdivider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 12px 0;
  }