body {
    font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir,helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #ffffff;
    color: #000000;
}

.container {
    background-color: #ffffff;
    padding: 2rem;
    max-width: 30rem;
    width: 100%;
    margin: 2rem;
    border: 1px solid #000000;
}

h1 {
    margin-bottom: 0.5rem;
}

.description {
    margin-bottom: 2rem;
}

.date-inputs {
    margin-bottom: 2rem;
}

input[type="text"] {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir,helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial,sans-serif;
    webkit-webkit-appearnce: none;
    border-radius: 0;
}

.results {
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 1rem;
}

.results p {
    margin: 0.5rem 0;
}

.results span {
    font-weight: bold;
}

/* DateRangePicker Overrides */
.daterangepicker {
    font-family: 'Inter', sans-serif;
    border: 1px solid #000000;
    box-shadow: none;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #000000;
}

.daterangepicker .drp-buttons .btn {
    border: 1px solid #000000;
    color: #000000;
}

.daterangepicker .drp-buttons .btn-primary {
    background-color: #000000;
    color: #ffffff;
}