.attendance-container{
    width: 100%;
    height: auto;
    display: block;
}
.attendance-container .attendance-header{
    width: 100%;
    height: 110px;
    display: block;
    border-bottom: 1px solid #d7adad;
}
.attendance-container .attendance-header .attendance-header-sub-title{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 1.8em;
    color: #0c0c0c;
}
.attendance-container .attendance-header .attendance-header-section{
    width: 40%;
    height: 70px;
    display: block;
    float: left;
}
.attendance-container .attendance-header .attendance-header-section:last-child{
    width: 60%;
    height: 70px;
    display: block;
    float: left;
    text-align: right;
    line-height: 70px;
    font-size: 1.5em;
    color: #5d4a4a;
}
.attendance-container .attendance-header .attendance-header-section:last-child div{
    width: 20%;
    height: 70px;
    display: block;
    float: right;
    margin-left: 3px;
}
.attendance-container .attendance-header .attendance-header-section:last-child div:first-child{
    width: 35%;
    height: 70px;
    display: block;
    float: right;
}
.attendance-container .attendance-header .attendance-header-section:last-child div button{
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
}
.attendance-container .attendance-header .attendance-header-section .input-group{
    margin-top: 17px;
}
.attendance-container .attendance-header .attendance-header-section .input-group input:first-child{
    border-radius: 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-color: #604f4f;
}
.attendance-container .attendance-header .attendance-header-section .input-group input:nth-child(2){
    border-color: #604f4f;
    border-right: unset;
    border-left: unset;
}
.attendance-container .attendance-header .attendance-header-section .input-group button{
    border-radius: 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.attendance-container .attendance-body{
    width: 100%;
    height: auto;
    overflow-y: auto;
    display: block;
    margin-top: 20px;
    scrollbar-width: thin !important;
    scrollbar-color: #f5f5f5;
    -ms-scrollbar-width: thin !important;
    scrollbar-color: #464c54 white;
}
.attendance-container .attendance-body th{
    text-align: left !important;
}
.attendance-container .attendance-body td{
    text-align: center !important;
    height: 10px !important;
}
.attendance-container .attendance-body td:first-child{
    text-align: left !important;
}
.attendance-container .attendance-body td:first-child{
    color: #392448;
    font-weight: 700;
}
.attendance-container .attendance-body .create-calendar{
    width: 50%;
    height: 200px;
    margin: auto;
    text-align: center;
}
.attendance-container .attendance-body .create-calendar .attendancy-calendar-icon{
    width: 80%;
    margin: auto;
    height: 140px;
    border-radius: 50px;
}
.attendance-container .attendance-body .create-calendar .attendancy-calendar-icon img{
    width: 80%;
    height: 120px;
    object-fit: contain;
}
.attendance-container .attendance-body .create-calendar .attendacy-calendar-button{
    width: 80%;
    margin: auto;
    height: 50px;
    border-radius: 50px;
}
.attendance-date{
    font-size: 1.4em;
    color: black;
    font-weight: 700;
    text-align: center;
    /*transform: rotate(-50deg);*/
    color: #445673;
    font-style: italic;
    font-weight: 300;
}
.manualCheckIn{
    cursor: pointer;
}
.manualCheck{
    cursor: pointer;
}
.table-border-bottom{
    border-bottom: 1px solid #e0cccc !important;
}
.manualCheck:hover{
    transform: scale(1.5,1.5);
    transition: .2s ease-in-out;
}
.manualCheck:hover{
    transform: scale(1.5,1.5);
    transition: .2s ease-in-out;
}

.attendance-overlay-wrapper{
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
.attendance-modal{
    position: fixed;
    height: 170px;
    width: 20%;
    top: 40%;
    right: 28%;
    background-color: #fff;
    border-radius: 12px;
    z-index: 99999;
    transform: scale(.3,.3);
    transition: .3s ease-in-out;
    visibility: hidden;
}
.attendance-modal .attendance-modal-header{
    width: 90%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 1.8em;
    color: black;
}
.attendance-modal .attendance-modal-body{
    width: 90%;
    height: 70px;
    display: block;
    margin: auto;
}
.attendance-modal .attendance-modal-body input{
    width: 90%;
    height: 70px;
    display: block;
    margin: auto !important;
    font-size: 2em;
    text-align: center;
}
.attendance-modal .attendance-modal-footer{
    width: 90%;
    height: 50px;
    display: block;
    margin: auto;
}
.attendance-modal .attendance-modal-footer div{
    width: 40%;
    height: 70px;
    float: right;
    display: block;
}
.attendance-modal .attendance-modal-footer div button{
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 10px;
    border-radius: 50px;
}




.attendancy-create-container{
    width: 30%;
    height: 290px;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 20%;
    border-radius: 12px;
    opacity: 0;
    right: 15%;
    z-index: 99999;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.attendancy-create-container .attendancy-create-header{
    width: 90%;
    height: 70px;
    line-height: 70px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 2em;
    overflow: hidden;
    color: black;
}
.attendancy-create-container .attendancy-create-body{
    width: 90%;
    height: 150px;
    display: block;
    margin: auto;
    color: black;
}
.attendancy-create-container .attendancy-create-body input{
    border-radius: 50px;
    color: black;
    border: 1px solid #544949;
}
.attendancy-create-container .attendancy-create-footer{
    width: 90%;
    height: 70px;
    display: block;
    margin: auto;
}
.attendancy-create-container .attendancy-create-footer div{
    width: 50%;
    height: 70px;
    display: block;
    margin: auto;
    float:left;
}
.attendancy-create-container .attendancy-create-footer div button{
    width: 90%;
    margin-top: 30px;
    display: block;
    border-radius: 50px;
    margin: auto;
    margin-top: 15px;
}

.register-new-employee{
    width: 28%;
    height: 300px;
    display: block;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    top: 10%;
    right: 2%;
    border-radius: 12px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.register-new-employee .register-new-employee-header{
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 1.8em;
    overflow: hidden;
    color: black;
}
.register-new-employee .register-new-employee-body{
    width: 100%;
    height: 150px;
    display: block;
    font-size: 1.1em;
}
.register-new-employee .register-new-employee-body input{
    border-radius: 50px;
    border: 1px solid black;
}
.register-new-employee .register-new-employee-body select{
    border-radius: 50px;
    border: 1px solid black;
}
.register-new-employee .register-new-employee-footer{
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 1.1em;
}
.register-new-employee .register-new-employee-footer div{
    width: 30%;
    height: 70px;
    display: block;
    float: right;
}
.register-new-employee .register-new-employee-footer div button{
    border-radius: 50px;
    width: 96%;
}

.table-wrapper{
    overflow-y: auto;
    border: none;
    height: 100%;
    scrollbar-width: thin !important;
    scrollbar-color: #f5f5f5;
    -ms-scrollbar-width: thin !important;
    scrollbar-color: #464c54 white;
}

.attendance-body thead th{
    position: sticky;
    top: 0;
    background: #fff;
    padding: 10px;
    color: #000 !important;
    font-weight: bolder;
    z-index: 99;
}

.attendance-fab{
    position: fixed;
    right: 1%;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #313762;
    display: block;
    bottom: 6%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transform: scale(.8,.8);
    transition: .3s ease-in-out;
}
.attendance-fab:hover{
    transform: scale(1,1);
    cursor: pointer;
}
.attendance-fab .attendance-icon{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 52px;
    text-align: center;
    font-size: 2em;
    color: white;
}
.attendance-menu{
    width: 20%;
    height: 200px;
    display: block;
    position: fixed;
    bottom: 12%;
    background-color: #fff;
    z-index: 99999;
    right: -19%;
    border-radius: 12px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}
.attendance-menu .attendance-menu-title{
    width: 90%;
    height: 40px;
    display: block;
    margin: auto;
    line-height: 40px;
}
.attendance-menu .attendance-menu-contents{
    width: 90%;
    height: 110px;
    display: block;
    margin: auto;
    color: black;
}
.attendance-menu .attendance-menu-contents div{
    width: 100%;
    height: 55px;
    display: block;
}
.attendance-menu .attendance-menu-contents div button{
    width: 100%;
    border-radius: 50px;
}
.attendance-menu .attendance-menu-footer{
    width: 90%;
    height: 40px;
    display: block;
    margin: auto;
}
.attendance-menu .attendance-menu-footer button{
    border-radius: 50px;
    width: 100%;
    float: right;
}
.add{
    opacity: 0;
    visibility: hidden;
    right: 10%;
}
.change{
    opacity: 0;
    visibility: hidden;
    right: 10%;
}
.attendance-working-time{
    width: 20%;
    height: 290px;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 20%;
    z-index: 9999;
    border-radius: 12px;
    transition: .3s ease-in-out;
}
.attendance-working-time .attendance-working-time-header{
    width: 90%;
    margin: auto;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    font-size: 1.3em;
    color: black;
}
.attendance-working-time .attendance-working-time-body{
    width: 90%;
    margin: auto;
    height: 140px;
    display: block;
}
.attendance-working-time .attendance-working-time-body .work-time-row{
    width: 100%;
    margin: auto;
    height: 70px;
    display: block;
}
.attendance-working-time .attendance-working-time-body .work-time-row div{
    width: 40%;
    height: 70px;
    line-height: 70px;
    float: left;
    display: block;
}
.attendance-working-time .attendance-working-time-body .work-time-row div:last-child{
    width: 60%;
}
.attendance-working-time .attendance-working-time-body .work-time-row div input{
    border-radius: 50px;
    margin-top: 14px;
    border:1px solid black;
}
.attendance-working-time .attendance-working-time-footer{
    width: 90%;
    margin: auto;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
}
.attendance-working-time .attendance-working-time-footer div{
    width: 50%;
    height: 70px;
    float: right;
}
.attendance-working-time .attendance-working-time-footer div button{
    border-radius: 50px;
    width: 97%;
    margin: auto;
}
