.img-responsive{
    width: 100%;
    height: auto;
}
.sidebar ul {
    list-style: none;   /* remove bullets */
    margin: 0;          /* remove outer margin */
    padding: 0;         /* remove extra padding */
}

.sidebar ul li {
    margin: 5px 0;      /* small space between items */
    padding: 8px 12px;  /* clickable area */
    display: block;
    color: #fff;        /* text color */
    cursor: pointer;
}

.sidebar ul li:hover {
    background: #2c3e50; /* hover effect */
}
.sidebar a {
    display: block;
    padding: 8px 12px;
    margin: 4px 0;
    text-decoration: none;
    color: #fff;
}

h2{
    font-size: 30px !important;
    font-weight: 700 !important;
}

.form-control
 {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    background-color: #fff !important;
    border-color: #6b7280 !important;
    border-width: 1px !important;
    border-radius: 0px !important;
    padding-top: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-shadow: 0 0 #0000 !important;
}
.logo_image{
    width: 100px;
}