@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: 60% !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: auto;
    }

    .personal-info {
        display: none;
    }

    .mobile-view {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 5px;
    }

    .app-img {
        height: auto;
        width: 12%;
        filter: brightness(0) invert(1);
    }

    .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-img {
        display: none;
    }

    .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: #0055ab;
        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 .detail-label {
        width: 100px;
    }

    #detail-view .details-container {
        padding: 5px;
    }

    #detail-view .detail-value,
    #detail-view .detail-label {
        font-size: 12px;
    }





    .form-control[type="file"] {
        line-height: 200% !important;
    }

    .form-control {
        padding: 0.25rem 0.5rem !important;
    }


    .refresh-btn {
        right: -5rem
    }

    .carousel-caption h5 {
        font-size: 0.65rem;
    }

    .overlay-image-container .overlay-image {
        height: 100px;
    }

    .carousel-caption {
        display: block !important;
    }
}