@media (min-width:100px) and (max-width: 991px) {
    .sidebar {
    border-right: 0px solid #ddd;
    padding: 0px 0px;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    width: 250px;
}

a.navbar-brand.ms-2 {
    font-size: 12px;
}


.login-section {
    align-items: baseline;
}
}

/* Fix for iPhone Safari dark mode */
@media (prefers-color-scheme: dark) {
  input[type="date"] {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}

@media (min-width:991px) and (max-width:1000px) {
 .offcanvas.show:not(.hiding), .offcanvas.showing {
    width: 250px;
}

    .sidebar {
    border-right: 0px solid #ddd;
    padding: 0px 0px;
}

    .d-lg-block {
    display: none!important;
}

.d-lg-none {
    display: block!important;
}


}

@media (min-width:1000px) and (max-width:1700px) {

    .offcanvas.show:not(.hiding), .offcanvas.showing {
    width: 250px;
}

    .sidebar {
    border-right: 0px solid #ddd;
    padding: 0px 0px;
}

    .d-lg-block {
    display: none!important;
}

.d-lg-none {
    display: block!important;
}
}

@media (min-width:1700px) and (max-width:1800px) {

    .offcanvas.show:not(.hiding), .offcanvas.showing {
    width: 250px;
}

    .sidebar {
    border-right: 0px solid #ddd;
    padding: 0px 0px;
}

    .d-lg-block {
    display: none!important;
}

.d-lg-none {
    display: block!important;
}
}