@media (max-width: 991px) {
    /* .logout-btn {
        display: block;
        background-color: salmon;
    } */
}

.bg-black {
    background-color: black;
}

.tbl-input,
.tbl-select {
    min-width: 168px;
}

.tbl-yr{
    max-width:64px;
    min-width:64px;
}

.hno-input {
    min-width: 90px;
}

#footer {
    padding:5px 0 5px 0;
    color: white;
}

.footer-container{
    margin-top:20px;
}


.Img_Custom {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-card{
    min-height: 162px;
}
.img-container {
    margin: 10px auto 5px auto;
    width: 140px;
    height: 160px;
    border: solid #8080803d 1px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.file-form-group {
    text-align: center;
    margin: auto auto 5px auto;
}

.file-in-w{
    width: 100px;
}
 
.head-btn{
    margin-right: 0px;
    margin-top: -34px;
    float: right;
}    
    @media (max-width: 500px){
        .head-text{
            text-align: left!important;
        }
    }

            .text-responsive {
                text-align:left!important;
            }
                @media (max-width:991px){
                    .text-responsive {
                        text-align:center!important;
                    }
                }


.nav-link:hover {
    font-weight:bolder;
    color:#FFF!important;
}

.card{
   background-color: #fff;
}

.cursor-pointer
{
    cursor:pointer;
}



#dynamic_Filter, #lbl_Filter{
    display:inline-block;
}

.multiselect-container.dropdown-menu{
/*    top:208px!important; */
    overflow-y:scroll;
    height:200px;
    width:max-content;
    max-width:225px;
}


.circular_image {
    float: left;
    margin-left: 115px;
    margin-top: 20px;
    width: 150px;
    height: 150px;
    border-radius: 69%;
    overflow: hidden;
    background-color: white;
}