body{
    font-family: Avenir ;
}
.app{
    /* height : 700px; */
    padding-bottom: 100px;
    position: relative;
    font-family: Avenir;
}
/* Header */
.header{
    background-color: #CC0133;
    padding: 20px 20px;
    border-bottom-right-radius: 85px;
    font-family: Avenir;
}
.header-contents{
    display: flex;
    font-family: Avenir;
}
.profile-contents{
    padding: 10px;
    font-family: Avenir;
}
.profile-contents h3{
    font-size: 18px;
    font-weight: bold;
    font-family: Avenir;
}
.profile-contents h3, .profile-contents p{
    margin: 0px;
    color : white;
    font-family: Avenir;
}
.profile-contents a{
    padding: 7px 30px;
    text-align: center;
    background-color: gray;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-family: Avenir;
}
.profile{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 5px;
}
.profile img{
    width: 100%;
    padding: 10px;
    border-radius: 50px;
}
/* Attendance */
.attendance-contents{
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    font-family: Avenir;
}
.attendance{
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #0000004d;
    border-radius: 10px;
    font-family: Avenir;
}
.current-time{
    text-align: center;
    font-family: Avenir;
}
.current-time h2{
    font-size: 40px;
    padding: 0px 0px 30px 0px;
    font-weight: bold;
    font-family: Avenir;
}
.attendance .icon{
    font-size: 40px;
    padding: 10px;
}
.attendance-status{
    padding: 20px;
    font-family: Avenir;
}
.switcher{
    padding: 10px 10px;
    text-align: center;
    color : white;
}
.red{
    background-color: #CC0133;
    font-family: Avenir;
}
.green{
    background-color: green;
    font-family: Avenir;
}
.btn-attendance{
    width : 100%;
    aspect-ratio: 1;
    background-color: #CC0133;
    padding: 20px;
    border: 1px solid #CC0133;
    display: flex;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 100px;
    cursor: pointer;
    font-family: Avenir;
}
.attn-place{
    display: flex;
    justify-content: center;
}
.attn-btn{
    padding: 7px 15px;
    width: 100px;
    border-radius: 20px;
    margin: 0px 5px;
    font-family: Avenir;
}
.address{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1;
   -webkit-box-orient: vertical;
}
/* Dashboard */
.app-nav{
    background-color: #CC0133;
    height: 100px;
    width: 100%;
    border-radius: 10px;
    
}
.app-nav .contents{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: Avenir;
}

/* Footer */
.footer{
    background-color: #CC0133;
    padding: 20px 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    
}
.footer-contents{
    display: flex;
    justify-content: space-around;
    font-family: Avenir;
}
.footer-nav{
    text-align: center;
}
.active{
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.footer-nav p,i{
    color : white;
    font-family: Avenir;
}
a{
    text-decoration: none;
    font-family: Avenir;
}
.footer-nav a{
    text-decoration: none;
    font-family: Avenir;
}
.contents a{
    text-decoration: none;
    font-family: Avenir;
}
.tbl-attn p{
    display: flex;
    justify-content: right;
    font-family: Avenir;
    align-items: center;
}
.tbl-attn p span{
    width: 100px;
    text-align: center;
    border-radius: 5px;
    margin-left: 7px;
    font-family: Avenir;
}
.table h4,h5,p{
    /* padding: 0px 10px !important; */
    margin-bottom: 0px !important;
    font-family: Avenir;
}
.table tr td,th{
    padding : 10px 15px;
    font-family: Avenir;
}
.profile-contents p{
    margin-bottom: 1rem !important;
    font-family: Avenir;
}
.panel{
    /* height: 100px; */
    background: #cc0133;
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.panel h1,.panel p{
    color : white;
    font-size: 20px;
    font-family: Avenir;
}
.inp-field{
    border-radius: 30px !important;
    padding: 15px !important;
    text-align: center;
}
/* Profile */

.profile-panel{
    background: white;
    display: flex;
    justify-content: space-between;
    /* height: 35px; */
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid whitesmoke;
    margin : 10px 0px;
}
.profile-pic{
    position: relative;
}
.profile-pic i {
    position: absolute;
    top: 0;
    right: 7px;
    background: white;
    color: #cc0133;
    padding: 7px;
    border-radius: 100px;

}
/* Modal */
.react-confirm-alert-button-group{
    justify-content: center !important;
}
.react-confirm-alert-button-group button{
    padding: 10px 40px !important;
}
.react-confirm-alert-button-group button:nth-child(1){
    background-color: #CC0133;
}