@font-face {
    font-family: "bootstrap-icons";
    src: 
        url(/css/fonts/bootstrap-icons.woff2?dfd0ea122577eb61795f175e0347fa2c) format("woff2"),
        url(/css/fonts/bootstrap-icons.woff?94eeade15e6b7fbed35b18ff32f0c112) format("woff");
}

body {
    background-color: #333;
}

#mobile-container {
    background-color:cornflowerblue;
    width: auto;
    min-height: 100vh;
    padding: 0 16px;
}

#seletor-data {
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
}

.setas-datepicker {
    font-size: 1.6rem;
    color: #555;
}

@media screen and (min-width: 412px) { /* Tablet / Desktop */
    #mobile-container {
        width: 412px;
        margin-right: auto;
        margin-left: auto;
    }
}