
/* .card-body{
    background-color: rgb(230, 222, 222);
} */
.input-group-addon{
    padding:4px;
    border:1px solid grey;
    font-size:18px;
    width:40px;
    height:38px;
    text-align:center;
    border-right:0px;
    border-top:0px;
    border-left:0px;

}
input[type="text" i],input[type="url" i],input[type="tel" i],
input[type="number" i],input[type="file" i],select[type="text" ],input[type="email" i],
input[type="password" i]{
    /* background-color: rgb(216, 206, 206); */
    /* border:1px solid grey; */
    border-left:0px ;
    border-right:0px ;
    border-top:0px ;
    border-radius:0px;
    height:38px;


}
input[type="text" i]::placeholder,input[type="url" i]::placeholder ,input[type="tel" i]::placeholder ,
input[type="number" i]::placeholder ,input[type="file" ]::placeholder ,
select[type="text" i]::placeholder ,input[type="email" i]::placeholder ,
input[type="password" ]::placeholder {
    /* color:black; */
}
.headinger{
    display:none;
}
.tabledata{
    height:100px;
}

.fa,.fas{
    /* color:black; */
}
/* input[type="text" i]:focus,input[type="url" i]:focus,input[type="tel" i]:focus,
input[type="number" i]:focus,input[type="file" i]:focus,input[type="email" i]:focus,
input[type="password" i]:focus,.input-group-addon{
    border-color:green;
    background-color: rgba(236, 236, 236, 0.678);
    box-shadow:0px 2px 0px green;
} */
/* select[type="text" i]:focus{
    border-color:green;
    background-color: rgba(221, 214, 214, 0.932);
    box-shadow:0px 2px 0px green;
} */
/* body{
    background-color: rgb(18, 89, 194);
} */
