.container-panel {
    margin-top: 10px;
}

.provider-component-container {
    height: 77vh;
    max-height: 80vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .provider-component-container {
        height: 85vh;
        max-height: 85vh;
    }
}

@media only screen and (min-width:1920px) {
    .provider-component-container {
        height: 80vh;
        max-height: 80vh;
    }
}