@media screen and (max-width: 499px) {
    .personal-info {
        display: none;
    }

    .app-name {
        font-size: 15px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0.375rem 0.5rem !important;
    }


    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 9px;
        margin-left: 0.5rem;
    }


    .preload-image {
        width: 90% !important;
    }

    .nav-header {
        width: 2rem !important;
    }

    .copyright p {
        font-size: 10px !important;
    }

    .content-body .container-fluid {
        padding-top: 0.5rem !important;
    }

    .header-profile2 .dropdown-menu {
        width: fit-content !important;
    }

    .personal-info {
        display: none;
    }

    .mobile-view {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 5px;
    }

    .app-img {
        height: auto;
        width: 100px;
        padding-left: 20px;
    }

    .app-text {
        font-weight: bold;
        color: white !important;
        font-size: 40px;
        letter-spacing: 3px;
        margin-bottom: 0;
    }

    .header .header-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .brand-logo {
        display: none !important;
    }

    .name-div {
        display: block;
    }

    [data-sidebarbg="color_2"] .menu-toggle .deznav .metismenu li>ul {
        background-color: inherit !important;
    }

    .foothide {
        display: none !important;
    }

    .footer .copyright,
    .footer {
        padding: 0px !important;
    }



    .card-body:not(.no-cbs) {
        margin: 0.5rem !important;
        padding: 0.5rem !important;
    }

    .card:not(.no-cbs) {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .dashboard {
        margin-bottom: 0 !important;
    }

    .mob-page-title {
        display: block !important;
        background-color: white;
        color: #26387d;
        padding: 2px 10px;
        font-size: 18px;
        font-weight: 600;
        margin: -7px -8px 5px -8px;
        border-bottom: 1px solid lightgrey;
        letter-spacing: 1px;
        border-radius: 0 0 8px 8px;
        text-align: center;
    }

    #detail-view .no-image {
        padding: 45px;
    }

    #detail-view .no-image div {
        font-size: 1.5rem;
    }

    #detail-view .no-image .fas {
        font-size: 3rem;
    }

    #detail-view .log-day {
        width: 28px;
        height: 28px;
        line-height: 25px;
    }

    #detail-view .log-day span {
        font-size: 11px;
    }



    #detail-view .detail-label {
        width: 130px;
    }

    #detail-view .details-container {
        padding: 5px;
        padding-left: 10px;
    }

    #detail-view .log-day {
        width: 24px;
        height: 24px;
        line-height: 22px;
    }

    #detail-view .log-day span {
        font-size: 10px;
    }


    .form-control[type="file"] {
        line-height: 200% !important;
    }

    .form-control {
        padding: 0.25rem 0.5rem !important;
    }

    #filePreviewModal iframe {
        width: 90vw;
    }

    .customcsstable .table-responsive {
        max-height: 77vh !important;
    }

    .refresh-btn {
        right: -5rem
    }




}

@media screen and (max-width: 399px) {
    .copyright p {
        font-size: 9px !important;
    }
}