/* add styles for project controls here */

.intake-report-banner {
    white-space: normal;
    display: flex;
    padding: 4px;
    border-radius: 6px;
    font-family: "Inter", "Roboto", "Open Sans", sans-serif;
}

.intake-report-banner.stop {
    background-color: var(--red-700);
    color: white;
}

.sms-character-count {
    margin-left: 1rem;
}

.sms-combined {
    width: 100%;
    display: block;
}

.sms-text-box {
    width: 50%;
    display: inline-flex;
}

.sms-echo-box {
    background-color: antiquewhite;
    color: black;
}

.sms-echo-box-b {
    background-color: lightskyblue;
    color: black;
}

.heat-map-usa {
    min-height: 192px;
    height: 384px;
}
