.bi-lightning-charge::before{
  margin-right: 1rem;
  font-size: 1.9rem;
}


/* SIDEBAR */
.sidebar{
  width: 280px;
  transition: 0.3s;
}

.small-sidebar{
  width: 77px;
}

.small-sidebar .sidebar-text{
  display: none;
}


/* Logo */
.bi-lightning-charge{
  rotate: 30deg;
  transition: 1s;
  margin-top: 1.1rem;
}

.small-sidebar .bi-lightning-charge{
 
  margin-top: 2.5rem;
}


.small-sidebar .bi-x-circle::before {
  content: "\F134";
  transition: 1s;
}


.small-sidebar .bi-lightning-charge::before {
  content: "\F46C";
  transform: rotateY(360deg);
  transition: 1s;
  margin-left: 0.55rem;
}



.bi-x-circle{
  font-size: 1.4rem;
  transition: 0.25s;
  color: #adb5bd;
}


.bi-x-circle:hover{
  font-size: 1.5rem;
 
  color: #fff;
}




/* ==============خاص بأضهر الون الأحمر على القياسات الممسوحة=============== */


/* deleted-style.css */
.strikethrough {
  position: relative;
  color: red;
  text-decoration: line-through;
}

.strikethrough::after {
  content: "Deleted";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.1); /* اللون الأحمر الشفاف */
  color: red;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
}


/* //==============خاص بأضهر الون الأحمر على القياسات الممسوحة=============== */





/* ستايل والتحكم في حجم الصورة حقت القياس */

.custom-image {
  background-color: aliceblue;
  width: 100px;
  height: 100px;
  max-width: 200px; /* الحد الأقصى للعرض */
  max-height: 200px; /* الحد الأقصى للارتفاع */
  object-fit: cover;
}