@media (max-width: 991.98px) {
    .container-modal-screen {
        height: calc(100vh - 50px) !important;
        height: calc(100dvh - 50px) !important;
    }
}

@media (max-width: 767.98px) {
    .container-modal-screen {
        height: calc(100vh - 210px) !important;
        height: calc(100dvh - 210px) !important;
    }
}

.isMobile .priceboard-content {
    /* height: calc(100vh - 160px) !important;
    height: calc(100dvh - 160px) !important; */
}

.isMobile .priceboard-content-login {
    height: calc(100vh - 210px) !important;
    height: calc(100dvh - 210px) !important;
}


.isMobile .ProSidebar {
    /* height: calc(100vh - 50px) !important;
    height: calc(100dvh - 50px) !important; */
    height: 100vh !important;
    height: 100dvh !important;
}