body{
	padding: 20px;
	direction: rtl;
}
img{
	border-radius: 5px;
}
.btn-outline-info{
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
}
.continer{
	border: 1px solid #111;
	border-radius: 15px;
	padding: 5px;
}
.dark{
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.bodyd{
	display: flex;
    border: 1.6px solid black;
    margin: 11px;
    padding: 2.5px;
}
.form-product{
	width: 600px;
	min-height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 500px){
  .form-product{
  	width: 370px;
  	border-radius: 10px;
  	overflow: scroll;
  	height: 590px;

  }
  .bodyd{
	display: block;
	}
    .capability{
       display: none;
    }
}