﻿/*
* Sidebar Collapse
* Completely hide the left side nav
*/
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0 !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 0;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 250px;
}

/* NEWS PAGE */
/* Force image to adjust on mobile view */
@media (max-width: 576px) {
    .news-div img {
        height: auto;  /* Set height to auto */
        width: 100%;   /* Set width to 100% */
    }
}

.news-div hr {
    background-color: #6c757d; /* Set the background color to white */
    height: 1px;             /* Set the height of the hr element */
    border: none;            /* Remove the default border */
}

.dark-mode input:-webkit-autofill, 
.dark-mode input:-webkit-autofill:focus, 
.dark-mode input:-webkit-autofill:hover, 
.dark-mode select:-webkit-autofill, 
.dark-mode select:-webkit-autofill:focus, 
.dark-mode select:-webkit-autofill:hover, 
.dark-mode textarea:-webkit-autofill, 
.dark-mode textarea:-webkit-autofill:focus, 
.dark-mode textarea:-webkit-autofill:hover {
    background-color: #343a40 !important;
    -webkit-text-fill-color: #343a40;
} 