.btn-icon {
    pointer-events: none;
}

.btn-light {
    background-color: #cfcfcf !important;    
}
.btn-light:hover {
    background-color: rgb(182 204 223) !important;    
}

.g-2, .gy-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.g-3 {
    margin-top: 0rem !important;
    margin-bottom: -0.5rem !important;
}

#viewForm input {
    background-color: #FFF;
    border: none;
}

#viewForm .form-floating>label {
    padding: 1rem 0.6rem;
    color:rgb(83, 170, 173);
    opacity: 1;
}

#profitForm input {
    background-color: #FFF;
    border: none;
}

#profitForm .form-floating>label {
    padding: 1rem 0.6rem;
    color:rgb(83, 170, 173);
    opacity: 1;
}

#datatable {
    width:100%;
    border-top: 1px solid #e9e9e9;
    margin-top: 1rem;
}

#datatable_filter {
    margin-bottom: 0.5rem;
}

.navbar-nav {
    margin-bottom: -3px !important;
}

.dropdown-toggle::after {
    vertical-align: 0.155em !important;
}
