@import "../styles/colors";

.container {
    overflow: scroll;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: $white;
    margin-bottom: 50px !important;
    margin-top: 1.5rem;
    position: relative;

    &::-webkit-scrollbar {
        display: none;
    }
}

.error {
    text-align: center;
    padding: 36px;
    font-size: 14px;
    line-height: 20px;
}
