@media screen and (max-height: 450px) {
    .maincard {
        border: none !important;
        margin: 0px !important;
    }
    .maincard_body {
        box-shadow: none !important;
        border: none !important;
    }
}

@media screen and (max-width: 768px) {
    .item-card {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-table {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .maincard {
        border: none !important;
        margin: 0px;
        box-shadow: none !important;
    }
    .maincard_body {
        border: none !important;
    }
    .profilecircle {
        width: 25px!important;
        height: 25px !important;
    }
    .navbar {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
        flex-wrap: unset;
    }
    /* .header img {
        width: 100px !important;
    } */
    .header nav span img {
        width: 30px!important;
    }
    header nav span {
        position: absolute;
        left: 10px;
        font-size: 30px;
    }
    #main {
        margin-left: 0px!important;
        padding: 40px 0 0 0 !important;
        top: 20px!important;
    }
    .box {
        padding: 0px !important;
    }
    .sidenav {
        width: 0px!important;
        align-items: start;
        overflow: hidden;
        z-index: 3;
    }
    .sidenav>div:first-child {
        display: none!important;
    }
    .width_100 {
        width: 100%!important;
    }
    .sidenav a {
        font-size: 14px;
        width: 100%;
    }
    .width_75 {
        width: 75%!important;
    }
    .side-text {
        display: block;
    }
    .table {
        width: 100%;
    }
    .font-14 {
        font-size: 14px;
    }
    .side-header {
        display: flex;
        height: 100px;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
    .side-header img {
        width: 150px;
    }
    .border-none {
        box-shadow: none !important;
        border: none !important;
    }
    .font-11 {
        font-size: 11.5px;
    }
    .closebtn-mob {
        position: absolute;
        right: 5px;
        top: -6px;
        font-size: 25px;
        color: #fff;
        display: block !important;
    }
    /* n-css */
    .user-name {
        display: none !important;
    }
    .profile-dropdown {
        font-size: 12px;
    }
    .profile-dropdown:after {
        content: '';
        width: 13px;
        height: 13px;
        background: #ffff;
        position: absolute;
        top: -6px;
        right: 16px !important;
        transform: rotate(45deg);
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
}

@media screen and (max-width:450px) {
    .d-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .item-card {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width:450px) and (max-width:768px) {
    .d-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width:768px) and (max-width:980px) {
    .d-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .item-card {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    .navbar {
        flex-wrap: unset;
    }
}

@media screen and (max-width:767px) {
    .responsive-image {
        display: none !important;
    }
}