  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 11%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color:#DFE4E8;
    backdrop-filter: blur(17px);
    --webkit-backdrop-filter: blur(17px);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: width 0.3s ease;
    z-index: 1;
}

.sidebar:hover {
    width: 250px;
}

.sidebar .logo {
    color: #000;
    display: flex;
    align-items: center;
    padding: 25px 10px 15px;
}

.logo img {
    width: 43px;
    border-radius: 50%;
}

.logo h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-left: 15px;
    display: none;
}

.sidebar:hover .logo h2 {
    display: block;
}

.sidebar .links {
    list-style: none;
    margin-top: 20px;
    overflow-y: auto;
    scrollbar-width: none;
    height: calc(100% - 140px);
}

.sidebar .links::-webkit-scrollbar {
    display: none;
}

.links li {
    display: flex;
    border-radius: 4px;
    align-items: center;
}

.links li:hover {
    cursor: pointer;
    background: #fff;
}

.links h4 {
    color: #222;
    font-weight: 500;
    display: none;
    margin-bottom: 10px;
}

.sidebar:hover .links h4 {
    display: block;
}

.links hr {
    margin: 10px 8px;
    border: 1px solid #4c4c4c;
}

.sidebar:hover .links hr {
    border-color: transparent;
}

.links li span {
    padding: 12px 10px;
}

.links li a {
    padding: 10px;
    color: #000;
    display: none;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.sidebar:hover .links li a {
    display: block;
}

.links .logout-link {
    margin-top: 20px;
}






.sidebarar {
    position: fixed;
    top: 0;
    right: 0;
    width: 11%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color:#DFE4E8;
    backdrop-filter: blur(17px);
    --webkit-backdrop-filter: blur(17px);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: width 0.3s ease;
    z-index: 1;
    text-align: right;
}

.sidebarar:hover {
    width: 260px;
}
.sidebarar:hover .linksar li {
    float: right;
    margin-right: 5px;
}
.sidebarar:hover .linksar h4 {
    float: right;
}

.sidebarar .logo {
    color: #000;
    display: flex;
    align-items: center;
    padding: 25px 10px 15px;
}

.logo img {
    width: 43px;
    border-radius: 50%;
}

.logo h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-left: 15px;
    display: none;
}

.sidebarar:hover .logo h2 {
    display: block;
}
.sidebarar .linksar {
    list-style: none;
    margin-top: 20px;
    overflow-y: auto;
    scrollbar-width: none;
    height: calc(100% - 140px);
}

.sidebarar .linksar::-webkit-scrollbar {
    display: none;
    }

.linksar li {
    display: flex;
    border-radius: 4px;
   }

.linksar li:hover {
    cursor: pointer;
    background: #fff;
    right: 0;
}

.linksar h4 {
    color: #222;
    font-weight: 500;
    display: none;
    margin-bottom: 10px;
}

.sidebarar:hover .linksar h4 {
    display: block;
    margin-top: 20px;
    margin-bottom:20px ;
    margin-right: 7px;
}

.linksar hr {
    margin: 10px 8px;
    border: 1px solid #4c4c4c;
}

.sidebarar:hover .linksar hr {
    border-color: transparent;
}

.linksar li span {
    padding: 12px 10px;
    
}

.linksar li a {
    padding: 10px;
    color: #000;
    display: none;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.sidebarar:hover .linksar li a {
    display: block;
}

.linksar .logout-link {
    margin-top: 20px;
    
}





















  
  .myimage{
  
    width: 100%;
    height: auto;
    background:url('/../../carree pro.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;"
  }
  
  .nav{
  
    text-align: center;
  }
  
  .nav img{
  
    width: 80px;
    height: 50px;
    border: 1px solid #ddd;
    margin: 8px 2px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .nav img:hover{
  
    border-color: #fab327;
  }
  
  .price{
    border:solid 2px #851A50;font-size: 20px;
    background:#fff;
    position: absolute;
    margin:5px;
    top: 10px;
    color: #851A50;
    margin-right:0px;
    padding: 8px;
    animation-name: example;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: 200;
    right:0;
  }
  @keyframes example {
  0%   {right:0px; top:0px;}
  25%  {right:25px; top:0px;}
  50%  {right:25px; top:25px;}
  75%  {right:0px; top:25px;}
  100% {right:0px; top:0px;}
}
  .pricee{
  
    position: absolute;
    float:left;
    top: 10px;
    left: 20px;
    font-size: 16px;
    background:#fff;
  }
  
  .product-info{
  
    padding: 24px;
  }
  
  .button1 {
  
    background-color:#F0C353; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
  }
  
  .button1:hover{
  
   background-color:#F0C353; /* Green */
   border: 3px;
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  }
  
  .button2 {
  
    background-color:#F0C353; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
  
  .button2:hover{
      
   background-color:#F0C353; /* Green */
   border: 3px;
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  }
  
  .button3 {
      
    background-color:#00E676; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }

  .button3:hover{
      
   background-color:#00E676; /* Green */
   border: 3px;
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  
  }











.input-box {
  position: relative;
  height: 76px;
  max-width: 100%;
  width: 100%;
  background: #fff;
  margin: 0px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}
.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #4070f4;
  cursor: pointer;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}







