﻿/* CSS to wrap header text */
th {
    white-space: normal !important;
    word-wrap: break-word;
}

.btn-secondary-large {
    width: 180px !important;
    background-color: #999;
    color: white;
}

.btn-secondary-large:hover {
        color: white;
}

.placeholder-light-grey::placeholder {
    color: #d3d3d3; /* Light grey color */
}

.bill-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.control-label {
    color: black;
}

.form-control {
    color: black;
}

.navbar-brand {
    color:black !important;
}

.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
    color: black !important;
    font-size:large;
}

.btn, .btn-custom-large {
    margin: 2px;
}

    .btn btn-secondary-large {
        margin: 2px;
    }

    .btn btn-custom {
        margin: 2px;
    }

    .btn btn-secondary {
        margin: 2px;
    }

.bannerWarning{
    background-color: antiquewhite;
    color: red;
    font-size: 20px;
}