/*@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600&display=swap");*/

body {
  background: #eceff1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.card {
  background-color: #eceff1;
  border-radius: 30px;
  text-align: center;
  padding: 15px;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 20px 20px 20px #e6eaed, -20px -20px 20px #f2f4f5;
}
.card .ilustration {
  margin: 30px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(../img/fallout.png); 
}
.card h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 2.8rem;
  line-height: 2.9rem;
  color: #1d2428;
  font-weight: bold;
  margin: 30px 0;
}
.card p {
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: black;
  margin: 30px auto;
  max-width: 80%;
}
.card button {
  font-family: "Fredoka", sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 15px 80px;
  border-radius: 25px;
  color: white;
  border: 0;
  margin: 30px 0;
  outline: none;
  background-color: #81c784;
  box-shadow: 10px 10px 10px rgba(122, 196, 125, 0.2), -10px -10px 10px rgba(136, 202, 139, 0.2);
  transition: ease all 0.3s;
  cursor: pointer;
  margin-bottom: 10px;
}
.card button:hover {
  box-shadow: 20px 20px 20px rgba(122, 196, 125, 0.1), -20px -20px 20px rgba(136, 202, 139, 0.1);
  transform: translateY(-3px);
}
.card button:active {
  transform: scale(0.9);
  box-shadow: inset -1px -1px 3px rgba(122, 196, 125, 0.3), -20px -20px 20px rgba(136, 202, 139, 0);
}
.employee{
	width: 30%;
	padding: 5px;
	border-radius: 3px;
	border: none;
	text-align: center;
}
.type_atten{
	width: 15%;
	padding: 5px;
	border-radius: 3px;
	border: none;
	text-align: center;
}
.todate{
	font-size: 1.8rem;
	font-weight: bold;
	color: #81c784;
}
.list-attendance{
	height:87vh;
}

.list-attendance table{
	font-weight: bold;
}
.table th{
    font-size: 2rem;
    font-weight: bold;
}
.table td{
	font-size: 1.4rem;
	border: none;
}

.weather-forecast{
	height: 25vh;
	background: #5dc1f2 !important;
  text-align: left;
}
.just-info{
	height: 87vh;
}
.just-info span{
	font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #5e7280;
  text-align: left;
  max-width: 90%;
}
.table-report{
  font-family: "Fredoka", sans-serif;
  font-size: 15px;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.table-report th{
  font-size: 9px;
  padding: 0px;
  text-align: center;
}
.table-report td{
  padding: 0px;
}
.table-report tr{
  border-bottom: 1px solid #333;
}
.table-report tr:nth-of-type(even) {
  background-color: #e0dede;
}
.lokasi-forecast{
    font-weight: bold;
    margin-left: 30px;
    color: white;
}
.temperature{
  font-size: 4rem;
  font-weight: bold;
  color: white;
}
.deskripsi-forecast{
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
input:invalid {
    border: 3px solid red;
}
#bukti{
  display: none;
}

.birthday-table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
}
.birthday-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.birthday-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.birthday-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.birthday-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.styled-table {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    display: none;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.styled-table tbody tr:first-child{
    background-color: #333;
    color: white;
}
#evidence img{
  margin-left: -140px;
}