.header{
    height: 75px;
}

.user-info-dropdown .dropdown-toggle{
    padding: 2px 0;
}

.user-info-dropdown .dropdown-toggle .user-icon{
    width: 49px;
    height: 60px;
}

.chat-box .chat-desc ul li .chat-img img {
    width: 49px;
    height: 60px;
}

.chat-footer .chat_text_area{
    width: calc(100% - 60px);
}

.fc-scrollgrid-section-header{
    position: sticky;
    top: 75px;
    z-index: 100;
}

