@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
}

.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
    font-family: "Public Sans", sans-serif;
}
 
.form-signin {
    max-width: 330px;
    padding: 1rem;
}
.header{
   background-color:  rgb(255 226 192 / 90%) !important;
}
.btn-login{
    background-color: #ffe5c6 !important;
    border-color: #ffe5c6 !important;
    color: black;
}
.btn-primary{
    background: #6b5b4b;
    border: #6b5b4b;
    color: white;
}
.text-brown{
    color:  #6b5b4b;
}
.btn-primary:hover{
    color: black;
    background-color: #ffe5c6 !important;
    border-color: #ffe5c6 !important;
}
.form-signin .form-control:focus {
   
    border-color: #ffe5c6;
    outline: 0;
    box-shadow: inset 0 0 5px 0rem rgb(255 229 198);
}
.form-signin  .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #ffe5c659;
}
.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px 3px rgba(0, 0, 0, 0.24);
}
#users thead a, #patientDrugs thead a {
    color: #000  !important
}
 .bg-dark{
    background-color: #004b24 !important;
 }

/* Flash messages */
.message.error {
    background: #ffffff;
    color: red;
}
.message {
    padding: 1rem 0 0 0;
    background: #eff8ff;
    color: #2779bd;
    border-color: #6cb2eb;
    text-align: center;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
 .nav-item.active{
    background-color: #ffe5c6;
 }
 .error-message{
    background-color: red;
    color: wheat;
    padding: 0 5px;
    margin: 10px 0;
    width: max-content;
 }
 
 .input-container {
    position: relative;
    width: 100%;
}

.input-container input {
    width: 100%;
    padding-right: 30px;
    /* Adjust padding to make room for the icon */
}

.input-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    /* Position the icon to the right inside the input */
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.form-select, .form-control {
 
    font-size: inherit;
   
}