@media screen and (max-width: 499px) {
    .personal-info {
        display: none;
    }

    .app-name {
        font-size: 15px !important;
    }



    .preload-image {
        width: 80% !important;
    }

    .nav-header {
        width: 2rem !important;
    }


.refresh-btn {
    right: -5rem
}



    .copyright p {
        font-size: 10px !important;
    }

    .content-body .container-fluid {
        padding-top: 0.5rem !important;
    }

    .snaplinkr-text {
        font-size: 35px !important;
    }

    .header-profile2 .dropdown-menu {
        width: auto;
    }

    .personal-info {
        display: none;
    }

    .mobile-view {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .app-img {
        height: auto;
        width: 14%;
        filter: brightness(0) invert(1);
        margin-left: 40px;
    }

    .app-text {
        font-weight: bold;
        color: white !important;
        font-size: 22px;
        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;
    }

    .fill-btn {
        margin-top: 10px;
    }

    .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;
    }

 


    #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 .detail-label {
        width: 125px;
    }

    #detail-view .details-container {
        padding: 5px;
        padding-left: 10px;
    }

      .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 0.5rem !important;
    }

    #modal-camera .modal-md {
        width: 300px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: none !important;
        animation: none !important;
    }

    .mob-page-title{
        display: block !important;
        background-color: white;
        color: #410445;
        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;
    }

    
    .form-control[type="file"] {
        line-height: 200% !important;
    }

    .form-control {
        padding: 0.25rem 0.5rem !important;
    }
}