body{
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";


}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}

.red-bar{
    height:2px;
    background-color: red ;
}
.eye-button{
    cursor: pointer;
}

.eye-button:hover{
    opacity:0.9;
}
table{
    font-size: small;
}

tbody, td, tfoot, th, thead, tr {
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-width: 0;
}

.bg-c{
    background-color: rgba(83, 97, 118,0.1);
}
.input-c{
border-left:3px solid #dc3545;
width:80%;

}

.input-nc{
    border-left:3px solid #e4e4e4;
    width:80%;
    
    }

    input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}