.btn-old{
    background-color: rgb(203 203 203);
    border-radius: 10px;
    padding: 6px;
    width: 65px;
    background-color:  rgb(150, 150, 150);
    color: rgb(255, 255, 255);
    border: 1px solid white;
    margin-right:20px;
    padding:5px;
    text-align: center;
    width: 40%;
    max-width: 200px;
    min-width: 79px;
}

/* button.btn {}
#btn-sent{
    background-color:  rgb(150, 150, 150);
    color: rgb(255, 255, 255);
    border: 1px solid white;
    margin-right:20px;
    padding:5px;
    text-align: center;
    width: 40%;
    max-width: 200px;
    min-width: 79px;
} */
button{
    font-size: 20px;
}
.lable{
    color: white;
}  
body{
    background-image: url('../5.jpg');
    background-size: cover; 
}
.div1{
    background-color: rgba(0, 0, 0,0.4);
    height: 106px;
    direction: rtl;
    text-align: center;
    padding-top: 28px;
    /* text-shadow: 2px  2px rgb(204, 204, 204); */
    font-size: 25px;
    font-family: 'b titr';
    font-weight: bold;
    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 0px 2px 47px 17px rgb(255, 77, 77);
    color: white;
 }
 .div1:hover{
    background-color: rgba(134, 134, 134, 0.4);
    cursor: pointer;
    /* font-size: 200px; */

 }
 .img1{
    max-width:400px;
    width: 50%;
    opacity: 0.5;
    transition: 1s;
    border-radius: 10px;
    box-shadow: 0px 2px 37px 4px red;
 }
 .img1:hover{
    opacity: 1;
 }
 .bg-body-tertiary{
    background-color: #e9ecef7d !important;
    box-shadow: 0px 1px 20px 4px black;
 }
 .div2{

background-color: #ff3131;

height: 100px;

display: block;

}
.div-in{
    background-color: blue;
    height: 50px;
}
.input1{
    border: none;
    border-radius: 10px;
    height: 35px;
    padding: 10px;
}
.end{
    color:white;
}
/* .table1 th{
    background-color: rgba(0, 255, 255, 0);
}
.table1 td{
    background-color: rgba(255, 255, 255, 0.637);
} */
table{
    /* margin-left: 20px;
    margin-right: 20px; */
}
.div3{
    text-align: center;
}
.div_table{
    padding: 20px;
}
.div4{
    color: rgb(255, 255, 255);
}