@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

tr td{
    vertical-align: middle;
}

time.icon {
    font-size: 1em;
    /* change icon size */
    display: block;
    position: relative;
    width: 6em;
    height: 4em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

time.icon * {
    display: block;
    width: 100%;
    /* font-size: 1em; */
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    /* padding: 0.4em 0; */
    color: #fff;
    background-color: #fd9f1b;
    /* border-bottom: 1px dashed #f37302;
    box-shadow: 0 2px 0 #fd9f1b; */
}

time.icon em {
    position: absolute;
    bottom: 0.1em;
    color: #fd9f1b;
}

time.icon span {
    /* font-size: 1.1em; */
    letter-spacing: -0.05em;
    /* padding-top: 1em; */
    color: #2f2f2f;
}

.date_class{
    padding-top: 1.1em;
    font-size: 1.1em !important;
}


/* swalll */

/* .swal2-input {
    height: 0 !important;
    padding: 0 !important;
    background-color: red;
} */