/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.forecast_form {
    max-width: 700px;
    min-width: 450px;
    border-radius: 10px;
    background-color: aliceblue;
    margin: 10px 5px;
    padding: 20px;
}


.mobile_forecast_form {
    max-width: 375px;
    min-width: 375px;
    border-radius: 10px;
    background-color: aliceblue;
    margin: 10px 5px;
    padding: 10px;
}


.dual_forecast_form {
    max-width: 740px;
    min-width: 450px;
    border-radius: 10px;
    background-color: aliceblue;
    margin: 10px 5px;
    padding: 20px;
}

.footer_tag{
    margin-top: 30px;
    margin-left: 25px;
}

.weather_input {
    width: 500px;
    padding: 8px;
    border-radius: 8px;
}

.mobile_weather_input {
    width: 300px;
    padding: 8px;
    border-radius: 8px;
}

.text-left {
    padding-left: 50px;
    padding-bottom: 10px;
}

.weather_div {
    padding: 20px;
    min-width: 500px;
    max-width: 100%;
    border-radius: 8px;
}

.mobile_weather_div {
    padding: 10px;
    min-width: 400px;
    max-width: 400px;
    border-radius: 8px;
}

.result_div {
    padding: 20px;
    min-width: 400px;
    max-width: 95%;
    border-radius: 8px;
}

.dual_result_div {
    padding: 0px;
    min-width: 400px;
    max-width: 95%;
    border-radius: 8px;
}

.geo_formatted {
    margin-top: 10px;
}

.recent_locations {
    margin-top: 30px;
}

.text_only{
    margin-left: 30px;
}
.table_aliceblue{
    background-color: aliceblue;
}

.table_daily_container{
    width: 100%;
    overflow-x: auto;
    margin-left: 30px;
}

.mobile_daily_container{
    width: 100%;
    overflow-x: auto;
    margin-left: 5px;
}

.table_weekly_container{
    width: 100%;
    overflow-y: auto;
    margin-left: 30px;
    max-height: 500px;
}

.table_recent_container{
    width: 100%;
    overflow-y: auto;
    margin-left: 0;
    max-height: 200px;
}

.table_geo_container{
    width: 100%;
    overflow-y: auto;
    max-height: 500px;
}

.table_mobile_geo_container{
    margin: 0 5px;
    width: 370px;
    overflow-y: auto;
    max-height: 350px;
}

.link-button {
    background: none;
    border: none;
    padding: 0;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.table_daily{
    min-height: 150px;
    vertical-align: top;
    line-height: 15px;
    column-width: 100px;
    max-width: 500px;
    overflow-x: auto;
    border-collapse: collapse;
}

.mobile_daily{
    min-height: 150px;
    vertical-align: top;
    line-height: 15px;
    column-width: 100px;
    max-width: 375px;
    overflow-x: auto;
    border-collapse: collapse;
}

.summary_div {
    max-width: 700px;
    min-width: 450px;
    border-radius: 10px;
    background-color: aliceblue;
    margin: 10px 10px;
    padding: 20px;
}

.mobile_summary_div {
    max-width: 350px;
    min-width: 350px;
    border-radius: 10px;
    background-color: aliceblue;
    margin: 10px 10px;
    padding: 20px;
}

.dual_div {
    max-width: 700px;
    min-width: 450px;
    border-radius: 10px;
    background-color: aliceblue;
    margin: 10px 0;
    padding: 20px;
}

.summary_table {
    max-width: 600px;
    min-width: 550px;
    background-color: rgb(11, 94, 215);
    padding: 10px;
    color: white;
}

.forecast_btns_table {
    max-width: 300px;
    min-width: 300px;
    margin-top: 20px;
    background-color: white;
    padding: 10px;
    color: white;
}

.summary_table td {
    padding: 20px;
}