/* Media query for tablets in portrait mode */
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {

    .sidebar {
        width: 260px !important;
    }

    .nav li a i.icon,
    .sidebar .nav a i {
        margin-top: 10px;
    }

    .sidebar .nav li:first-child>a, .off-canvas-sidebar .nav li:first-child>a {
        margin-bottom: 10px;
    }

    #main-content {
        padding-top: 6rem;
    }

    #notification-list {
        top: 75px;
        left: unset !important;
        right: 20px !important;
    }

    .fab-button {
        left: unset !important;
        right: 40px !important;
    }

    .card-container {
        backdrop-filter: unset !important;
    }
}
  