.hill{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
}

.night .hill{
    border: 1px solid #444;
}

.hill h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.hill textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.hill select{
    height: 1.8rem;
    line-height: 1.8rem;
    width: 100%;
    border: 1px solid #e8e8fd;
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, .85);
}

.night .hill select{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;  
}

.hill input{
    height: 1.8rem;
    line-height: 1.8rem;
    width: 100%;
    border: 1px solid #e8e8fd;
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, .85);
}

.hilldivbut{
    margin-top: 0.5rem;
}

.hilldivbut button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.hilldivbut button:nth-child(1){
    background-color: #009688;
}

.hillalert{
    display: none;
    margin: 0.5rem 0.75rem 0.5rem 0.75rem;
    height: 11.3rem;
}

.hillalert select{
    height: 1.8rem;
    line-height: 1.8rem;
    width: 100%;
    border: 1px solid #e8e8fd;
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 0.5rem;
}

.night .hillalert select{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;  
}

.hillalert .a22{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.hillalert .a22 input{
    height: 1.8rem;
    line-height: 1.8rem;
    width: 100%;
    border: 1px solid #e8e8fd;
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, .85);
}

.night .hillalert .a22 input{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.hillalert .a33{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    display: none;
}

.hillalert .a33 input{
    height: 1.8rem;
    line-height: 1.8rem;
    width: 100%;
    border: 1px solid #e8e8fd;
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, .85);
}

.night .hillalert .a33 input{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #eee;
}

.hillalertbut{
    text-align: right;
    padding: 0.5rem 0;
    border-top: 1px solid #e8e8fd;
    margin-top: 0.5rem;
}

.night .hillalertbut{
    border-top: 1px solid #444;
}

.hillalertbut button{
    height: 1.4rem;
    line-height: 1.4rem;
    border: 0;
    padding: 0 1rem;
    background-color: #2196F3;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.hillalertbut button:nth-child(2){
    background-color: #607D8B;
}

.hillres{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

.night .hillres{
    border: 1px solid #444;
}

.hillres h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.hillres textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}