.statsContainer { border: 0.3rem solid #E67E22; border-radius: 0.8rem; /*border-radius: 0rem 0rem 0.8rem 0.8rem;*/ /*margin: 0px 10px 20px 10px;*/ padding-bottom: 10px; } .baseBtn { height: 2.5rem; border: none; border-radius: 0.8rem; color: #fff; } .btnReset { height: 2.5rem; border: none; border-radius: 0.8rem; color: #fff; background-color: #1AB7EA; } .btnGiorno { height: 2.5rem; border: none; border-radius: 0.8rem; color: #fff; background-color: #E67E22; } .btnTemp { height: 2.5rem; border: none; border-radius: 0.8rem; color: #fff; background-color: #1ABC9C; } .timeContainer { width: 100%; height: 100%; display: flex; justify-content: center; } .timeContainer input { border: none; border-radius: 0.8rem; padding-left: 0.5rem; padding-right: 0.5rem; margin: 2rem; background-color: #d9d9d9; font-size: 3rem; } input[type="time"]::-webkit-calendar-picker-indicator { color: #fff; } .text-entrata { color: #38CF60; } .text-uscita { color: #40C4FF; }