/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 select.form-value-select{
    width: 43px;
    font-size: 12px;
 }
 .toggle-btn{
    width: 20px;
    height: 20px;
    padding: 1px;
    margin: 1px;
 }

 #entries-table-add-part td{
    padding: 3px;
    min-width: 77px;
    /* max-width: 180px; */
    /* font-size: 12px; */
 }

 .table-responsive::-webkit-scrollbar {
   -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
   width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
   height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
   background-color: rgba(0, 0, 0, .5);
   border-radius: 10px;
   border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
   border-radius: 10px;  
   background-color: #ffffff; 
}