﻿/*@media (min-width: 1920px) and (max-width: 2560px) {
    div#mapContainer {
        height: 84vh;
    }

    div#chatContainer {
        height: 84vh !important;
    }

    .all_forms_grey {
        max-height: 80vh;
        overflow-y: scroll;
    }

    .card-box-main {
        max-height: 80vh;
        overflow-y: scroll;
    }

    .defaultclass {
        right: 110px;
    }
}
*/