﻿@media only screen and (max-width: 767px) {
    #namedis {
        display:none;
    }
    .disnone{
        display:none;
    }
   
    .d-flex.justify-content-end.me-3 {
        justify-content: flex-start;
    }

    .text-light.fs-3 {
        margin-top: 10px;
    }
    .text-truncate{
        font-size:12px;
    }
    .trutext {
        font-size: 10px;
    }
    .ts11{
        font-size:13px;
    }
    #logoimg {
        height: 50px;
        width: 100%;
    }
    /*#lout {

        display: none;
        
    }

    #alout {
        display: flex;
    }
    #btsignout {
        display: none;
    }
    #appbtsignout {
        display: flex;
    }*/
}


