
body {
    /*background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(121,32,153,1) 86%);
    background-attachment: fixed;
    margin: 0;*/
    font-family:   Verdana,Arial,sans-serif;
    font-size:14px;

   
} 


.navbar h5 {
    color:rgb(255,255,255);
    display: inline;
}

.nav-link{
    color: #ffffff;
    cursor: pointer;
}


.input-group input{
    font-size: 14px;
    height: 30px;
    border: 1px solid rgb(34, 193, 195);
    
}

.form-group input{
    font-size: 14px;
    height: 30px;
    border: 1px solid rgb(34, 193, 195);
}

.form-group label{
   font-size: 14px;
}


.form-select {
    
    font-size: 14px;
    height: 30px;
    border: 1px solid rgb(34, 193, 195);
}

.table_items {
    height: 380px;
    overflow-x:auto
}

.pve_items {
    height: 325px;
    overflow-x:auto
}

.nve_items {
    height: 325px;
    overflow-x:auto
}

.it_items {
    height: 325px;
    overflow-x:auto
}

.bar_items {
    height: 475px;
    overflow-x:auto
}

.table_scroll {
    height: 625px;
    overflow-x:auto
}

.sa_scroll {
    height: 480px;
    overflow-x:auto
}
.ito_items {
    height: 350px;
    overflow-x:auto
}

.vew_scroll{
    height: 540px;
    overflow-x:auto;
    overflow-y:auto
}

.card{
  border: 1px solid;
  
}


.modal-title {
    color: blue;
}


.sae_a_cu_scroll {
    height: 350px;
    overflow-x:auto
}

.modal-content {
    background-color: #f8f9fa; /* Match your page background */
    box-shadow: none; /* Remove extra brightness effect */
}

.modal-header, .modal-body, .modal-footer {
    border: none; /* Remove borders if you want a cleaner look */
}





  


