.human-resource-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;
}
.human-resource-add-employee-container{
    width: 100%;
    display: inline-block;
    min-height: 600px;
}
.human-resource-add-employee-container .human-resource-add-card{
    width: 47%;
    height: auto;
    display: block;
    float: left;
    margin-left: 3%;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-header{
    width: 100%;
    height: 100px;
    display: block;
    margin: auto;
    border-bottom: 2px solid #392222;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-header .human-resource-add-icon{
    width: 20%;
    height: 100px;
    display: block;
    float: left;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-header .human-resource-add-icon img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-header .human-resource-add-text{
    width: 80%;
    height: 100px;
    display: block;
    float: left;
    line-height: 100px;
    font-size: 2em;
    color: #2e5067;
}



.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    display: block;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-row{
    width: 100%;
    height: 60px;
    display: block;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-row:first-child{
    margin-top: 40px;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-row .info-label{
    width: 30%;
    height: 60px;
    display: block;
    float: left;
    line-height: 60px;
    text-align: left;
    font-size: 1.3em;
    font-stretch: ultra-condensed;
    color: #623636;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-row .info-input{
    width: 63%;
    margin-left: 3%;
    height: 60px;
    display: block;
    float: right;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-row .info-input input{
    border: 1px solid #b77d7d;
    margin-top: 8px;
    border-radius: 12px;
}

.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-row textarea{
    height: 100%;
    border: 1px solid #b77d7d;
    border-radius: 12px;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-row select{
    border: 1px solid #b77d7d;
    border-radius: 12px;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-button{
    width: 100%;
    height: 100px;
    display: block;
    margin-top: 60px;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-button div{
    width: 40%;
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 60px;
}
.human-resource-add-employee-container .human-resource-add-card .human-resource-add-body .information-input-button div button{
    margin-top: 20px;
    width: 100%;
    border-radius: 50px;
}
.attachments-container{
    width: 80%;
    margin: auto;
    height: 200px;
    display: block;
}
.attachments-container .attachment-card{
    width: 30%;
    height: 200px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 12px;
    border: 1px solid #98addb;
}
.attachments-container .attachment-card:hover{
    transform: scale(.98,.98);
    transition: .2s ease-in-out;
    cursor: pointer;
}
.attachments-container .attachment-card .attachment-file{
    width: 95%;
    height: 150px;
    display: block;
    margin: auto;
}
.attachments-container .attachments-card-text{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.attachments-container .attachment-card .attachment-file img{
    width: 95%;
    height: 140px;
    margin-top: 10px;
    object-fit: contain;
}
.attachments-container .attachment-card .attachment-title{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}
.human-resource-add-employee-footer-row{
    width: 100%;
    height: 50px;
    display: inline-flex;
}
.human-resource-add-employee-footer-row .human-resource-btns{
    width: 60%;
    height: 50px;
    display: block;
    margin-top: 40px;
}
.human-resource-add-employee-footer-row .human-resource-btns div{
    width: 40%;
    height: 50px;
    display: block;
    float: left;
}
.human-resource-add-employee-footer-row .human-resource-btns div button{
    width: 100%;
    margin-top: 30px;
    border-radius: 0;
}



.manage-employees-container{
    width: 100%;
    height: auto;
    display: block;
}
.manage-employees-container .manage-employees-header{
    width: 100%;
    height: 150px;
    display: block;
}
.manage-employees-container .manage-employees-header .manage-employees-card{
    width: 16%;
    height: 150px;
    display: block;
    margin-left: .6%;
    float: left;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #7a8c9d;
}
.manage-employees-container .manage-employees-header .manage-employees-card .manage-employees-icon{
    width: 98%;
    height: 70px;
    line-height: 70px;
    display: block;
    margin: auto;
}
.manage-employees-container .manage-employees-header .manage-employees-card .manage-employees-icon img{
    width: 98%;
    height: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    object-fit: contain;
}

.manage-employees-container .manage-employees-header .manage-employees-card .manage-employees-counter{
    width: 98%;
    height: 40px;
    display: block;
    margin: auto;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    color: black;
    font-weight: 700;
}
.manage-employees-container .manage-employees-header .manage-employees-card .manage-employees-text{
    width: 98%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: auto;
    text-align: center;
    color: black;
}
.manage-employees-container .manage-employee-sub-header{
    width: 100%;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.manage-employees-container .manage-employee-sub-header .manage-employee-sub-header-section{
    width: 40%;
    height: 80px;
    display: block;
    float: left;
}
.manage-employees-container .manage-employee-sub-header .manage-employee-sub-header-section:last-child{
    width: 40%;
    float: right;
}
.manage-employees-container .manage-employee-sub-header .manage-employee-sub-header-section:last-child button{
    float: right;
    border-radius: 50px;
    margin-top: 30px;
    margin-left: 5px;
}
.manage-employees-container .manage-employee-sub-header .manage-employee-sub-header-section .input-group{
    margin-top: 10px;
}
.manage-employees-container .manage-employee-sub-header .manage-employee-sub-header-section .input-group button{
    border-radius: 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.manage-employees-container .manage-employee-sub-header .manage-employee-sub-header-section .input-group input{
    border-radius: 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border: 1px solid cadetblue;
    border-right: none;
}
.manage-employees-container .manage-employee-body{
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 30px;
}
.manage-employees-container .manage-employee-body td{
    color: black;
}
.header-page-div:last-child{
    width: 50%;
    height: 40px;
    display: block;
    float: right;
}
.header-page-div:last-child button{
    border-radius: 50px;
    float: right;
    margin-top: 20px;
}

.manage-employee-more-container{
    width: 100%;
    height:700px;
    display: block;
}
.manage-employee-more-container .manage-employee-more-header{
    width: 100%;
    height: 50px;
    display: block;
    color: black;
    margin-bottom: 40px;
    border-bottom: 2px solid #b57777;
}
.manage-employee-more-container .manage-employee-more-header .manage-employee-header-more{
    width: 50%;
    height: 60px;
    display: block;
    float: left;
}
.manage-employee-more-container .manage-employee-more-header .manage-employee-header-more:last-child{
    width: 50%;
    height: 60px;
    display: block;
    float: left;
}
.manage-employee-more-container .manage-employee-more-header .manage-employee-header-more div:first-child{
    width: 40%;
    height: 60px;
    display: block;
    float: left;
    line-height: 60px;
    font-size: 1.3em;
}
.manage-employee-more-container .manage-employee-more-header .manage-employee-header-more div:last-child{
    width: 60%;
    height: 60px;
    display: block;
    float: left;
    line-height: 60px;
    font-size: 1.2em;
}
.manage-employee-more-container .manage-employee-more-header .manage-employee-header-more:last-child div:first-child{
    float: right;
    width: 30%;
}
.manage-employee-more-container .manage-employee-more-header .manage-employee-header-more:last-child div:last-child{
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 5px;
}
.manage-employee-more-container .manage-employee-body-more{
    width: 100%;
    height: 600px;
    display: block;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-1{
    width: 40%;
    height:100%;
    display: block;
    float: left;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-2{
    width: 30%;
    height:100%;
    display: block;
    float: left;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-2 .manage-employee-section-img{
    width: 80%;
    height: 155px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #9d4444;
    overflow: hidden;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-2 .manage-employee-section-img img{
    width: 100%;
    height: 140px;
    margin-top: 10px !important;
    object-fit: contain;
    margin: auto;

}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3{
    width: 30%;
    height: 600px;
    display: block;
    float: left;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row{
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
    color: #0c0c0c;
    margin-top: 10px;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button{
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    border-radius: 12px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 1.3em;
    color: whitesmoke;
    background-color: #5d8388;
}
/*.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button:first-child{*/
/*    background-color: #761d8f;*/
/*}*/
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button:nth-child(2){
    background-color: #31b34e;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button:nth-child(4){
    background-color: #dc3545;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button:nth-child(6){
    background-color: #5873fe;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button:nth-child(7){
    background-color: #deb4e9;
}



.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button div:first-child{
    width: 25%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    float: left;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-3 .custom-employee-button-row .custom-employee-button div:last-child{
    width: 75%;
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;

}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-1 .manage-employee-section-info{
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-1 .manage-employee-section-info .manage-employee-title{
    width: 30%;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    font-size: 1.2em;
    color: black;
}
.manage-employee-more-container .manage-employee-body-more .manage-employee-section-1 .manage-employee-section-info .manage-employee-text{
    width: 70%;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    font-size: 1.2em;
    border-bottom: 1px solid #e0bbbb;
    color: black;
    font-weight: bold;
}

.payroll-container{
    width: 40%;
    height: auto;
    display: block;
    position: fixed;
    top: 2%;
    right: 20%;
    z-index: 99999;
    background-color: #fff;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.payroll-container .payroll-inner-container{
    width: 97%;
    height: auto;
    display: block;
    border-radius: 12px;
    margin: auto;
}
.payroll-container .payroll-inner-container .payroll-header{
    width: 97%;
    height: 50px;
    display: block;
    line-height: 60px;
    margin : auto;
    text-align: left;
    font-size: 1.5em;
    font-weight: 700;
    border-bottom: 1px solid silver;
}
.payroll-container .payroll-inner-container .payroll-header div{
    width: 50%;
    height: 50px;
    display: block;
    float: left;
}
.payroll-container .payroll-inner-container .payroll-header div:last-child{
    text-align: right;
    font-style: italic;
    font-weight: 100;
    font-size: .8em;
    color: black;
}
.payroll-container .payroll-inner-container .payroll-body{
    width: 97%;
    height: auto;
    display: block;
    line-height: 50px;
    margin : auto;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-main-row{
    width: 95%;
    height: 110px;
    display: block;
    margin:auto;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    color: brown;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-main-row input{
    border-radius: 12px;
    border: 1px solid brown;
    text-align: center;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row{
    width: 95%;
    height: 60px;
    display: block;
    margin:auto;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(2){
    color: red;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(2) input{
    border: 1px solid #f6a83e;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(3){
    color: red;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(3) input{
    border: 1px solid #f6a83e;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(4){
    color: red;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(4) input{
    border: 1px solid #f6a83e;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(6){
    color: #5f5fe9;
    font-weight: 700;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row:nth-child(6) input{
    border:1px solid #5f5fe9;
    font-weight: 700;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row div{
    width: 50%;
    height: 60px;
    display: block;
    float: left;
    line-height: 60px;
}
.payroll-container .payroll-inner-container .payroll-body .payroll-body-sub-row div input{
    margin-top: 10px;
    border-radius: 12px;
}
.payroll-container .payroll-inner-container .payroll-footer{
    width: 70%;
    height: 60px;
    display: block;
    line-height: 50px;
    margin : auto;
    text-align: center;
    font-size: 2em;
}
.payroll-container .payroll-inner-container .payroll-footer div{
    width: 48%;
    height: 100%;
    display: block;
    float: left;
    margin-left: 2%;
}
.payroll-container .payroll-inner-container .payroll-footer div button{
    width: 100%;
    border-radius: 50px;
}

.suspension-container{
    width: 30%;
    height: auto;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    right: 10%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    z-index: 99999;
}
.suspension-container .suspension-inner-container{
    width: 98%;
    height: 100%;
    display: block;
    margin: auto;
}
.suspension-container .suspension-inner-container .suspension-header{
    width: 90%;
    height: 100px;
    display: block;
    margin: auto;
    line-height: 100px;
    font-size: 2em;
    font-weight: 700;
    color: black;
}
.suspension-container .suspension-inner-container .suspend-body{
    width: 90%;
    height: 270px;
    display: block;
    margin: auto;
    color: black;
}
.suspension-container .suspension-inner-container .suspend-body textarea{
    height: 60px;
    display: block;
    resize: unset;
    border-radius: 12px;
    border: 1px solid #564949;
}
.suspension-container .suspension-inner-container .suspend-body input{
    border: 1px solid #564949;
    border-radius: 12px;
}
.suspension-container .suspension-inner-container .suspend-footer{
    width: 90%;
    height: 70px;
    display: block;
    margin: auto;
}
.suspension-container .suspension-inner-container .suspend-footer div{
    width: 40%;
    height: 50px;
    display: block;
    float: right;
    margin: auto;
    margin-left: 2%;
}
.suspension-container .suspension-inner-container .suspend-footer div button{
    width: 100%;
    display: block;
    border-radius: 50px;
    margin-top: 15px;
}

.work-history-container{
    width: 30%;
    height: auto;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    right: 10%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    z-index: 99999;
    border-radius: 12px;
}
.work-history-container .work-history-inner-container{
    width: 90%;
    height: 400px;
    display: block;
    margin: auto;
    background-color: #fff;
}
.work-history-container .work-history-inner-container .work-history-header{
    width: 90%;
    height: 70px;
    display: block;
    margin: auto;
    line-height: 70px;
    text-align: center;
    font-size: 1.4em;
    color: black;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #723f3f;
}
.work-history-container .work-history-inner-container .work-history-body{
    width: 90%;
    height: 260px;
    display: block;
    margin: auto;
    color: #583939;
}
.work-history-container .work-history-inner-container .work-history-body .work-history-body-row{
    width: 100%;
    height: 52px;
    display: block;
    font-size: 1.2em;
}
.work-history-container .work-history-inner-container .work-history-body .work-history-body-row div:first-child{
    width: 30%;
    height: 52px;
    display: block;
    float: left;
    line-height: 52px;
    overflow: hidden;
}
.work-history-container .work-history-inner-container .work-history-body .work-history-body-row div:last-child{
    width: 70%;
    height: 52px;
    display: block;
    line-height: 52px;
    border-bottom: 1px solid silver;
    float: right;
    overflow: hidden;
    font-weight: 600;
}
.work-history-container .work-history-inner-container .work-history-footer{
    width: 90%;
    height: 70px;
    display: block;
    margin: auto;
}
.work-history-container .work-history-inner-container .work-history-footer div{
    width: 40%;
    height: 70px;
    float: right;
    margin-left: 10px;
}
.work-history-container .work-history-inner-container .work-history-footer div button{
    margin-top: 15px;
    border-radius: 50px;
    width: 100%;
}

.employee-bank-account-info-container{
    width: 30%;
    height: auto;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    right: 10%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    z-index: 99999;
    border-radius: 12px;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container {
    width: 100%;
    height: auto;
    display: block;
    color: #795f5f;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-header{
    width: 97%;
    margin: auto;
    height: 60px;
    line-height: 70px;
    display: block;
    font-size: 1.5em;
    text-align: center;
    color: black;
    font-size: 1.8em;
    font-stretch: ultra-condensed;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-body{
    width: 90%;
    margin: auto;
    height: 250px;
    display: block;
    margin-top: 20px;
    text-align: left;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-body input{
    border-radius: 50px;
    border: 1px solid #caabab;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-body input:disabled{
    border-radius: 12px;
    border: unset;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-body select{
    border-radius: 50px;
    border: 1px solid brown;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-footer{
    width: 90%;
    margin: auto;
    height: 70px;
    display: block;
    text-align: left;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-footer div{
    width: 40%;
    float: right;
    height: 70px;
    margin-right: 10px;
}
.employee-bank-account-info-container .employee-bank-account-info-inner-container .employee-bank-account-info-container-footer div button{
    width: 100%;
    margin-top: 10px;
    border-radius: 50px;
}




























.employee-info-container{
    width: 100%;
    height: auto;
    display: block;
}
.employee-info-container .employee-info-header{
    width: 100%;
    height: 60px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.employee-info-container .employee-info-header .employee-info-header-section{
    width: 40%;
    height: 60px;
    display: block;
    float: left;
    line-height: 50px;
    margin-bottom: 5px;
}
.employee-info-container .employee-info-header .employee-info-header-section:first-child{
    width: 60%;
    font-size: 2em;
    font-stretch: ultra-condensed;
    color: black;
    font-weight: 700;
    letter-spacing: 5px;
}
.employee-info-container .employee-info-header .employee-header-buttons{
    width: 45%;
    height: 60px;
    display: block;
    float: right;
}
.employee-info-container .employee-info-header .employee-header-buttons button{
    width: 98%;
    margin: auto;
    border-radius: 50px;
}
.employee-info-container .employee-more-info-body{
    width: 100%;
    min-height: 400px;
    display: inline-block;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-a{
    width: 40%;
    min-height: 600px;
    display: block;
    float: left;
}

.employee-info-container .employee-more-info-body .employee-more-info-section-a .employee-more-info-card{
    width: 100%;
    min-height: 200px;
    display: block;
    margin-bottom: 5px;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-a .employee-more-info-card .employee-more-info-card-header{
    width: 100%;
    height: 70px;
    display: block;
    line-height: 70px;
    font-size: 1.7em;
    color: black;
    border-bottom: 2px solid #869486;
}

.employee-info-container .employee-more-info-body .employee-more-info-section-a .employee-more-info-card .employee-more-info-card-body{
    width: 100%;
    height: auto;
    display: block;
    line-height: 70px;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-a .employee-more-info-card .employee-more-info-card-body .employee-more-info-card-row{
    width: 100%;
    min-height: 50px;
    display: block;
    line-height: 50px;
    margin-top: 5px;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-a .employee-more-info-card .employee-more-info-card-body .employee-more-info-card-row .employee-more-info-card-col-1{
    width: 30%;
    height: 50px;
    display: block;
    line-height: 50px;
    float: left;
    overflow: hidden;
    font-size: 1.1em;
    color: black;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-a .employee-more-info-card .employee-more-info-card-body .employee-more-info-card-row .employee-more-info-card-col-2{
    width: 70%;
    height: 50px;
    display: block;
    line-height: 50px;
    float: left;
    font-weight: 700;
    color: black;
    border-bottom: 1px solid #d7d0d0;
    font-size: 1.1em;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b{
    width: 20%;
    height: 600px;
    display: block;
    float: left;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card{
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
    background-color: #f2f2f2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card:first-child{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card:last-child{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card .employee-attachment-inner-card-title{
    width: 90%;
    height: 70px;
    line-height: 70px;
    font-size: 1.2em;
    display: block;
    margin: auto;
    overflow: hidden;
    color: black;
    text-align: center;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card .employee-attachment-inner-card-icon{
    width: 90%;
    margin: auto;
    height: 150px;
    line-height: 50px;
    display: block;
    overflow: hidden;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card .employee-attachment-inner-card-icon img{
    width: 150px;
    height: 150px;
    overflow: hidden;
    object-fit: contain;
    margin: auto;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card .employee-attachment-inner-card-icon img:hover{
    transform: scale(.9,.9);
    cursor: pointer;
    transition: .3s ease-in-out;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-b .employee-attachment-card:first-child .employee-attachment-inner-card-icon img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #b18787;
    object-fit: cover;
    margin: auto;
}
.employee-info-container .employee-more-info-body .employee-more-info-section-c{
    width: 40%;
    height: 600px;
    display: block;
    float: left;
}

.workInfo{
    visibility: hidden;
    left: 24%;
    opacity: 0;
    top: 5%;
    border-radius: 12px;
}
.employeeInfo{
    visibility: hidden;
    left: 24%;
    opacity: 0;
    top: -2%;
    bottom: 0;
}
.addPaymentInfo{
    visibility: hidden;
    right: 5%;
    top: 15%;
    border-radius: 12px;
    opacity: 0;
}
.editPaymentInfo{
    visibility: hidden;
    right: 5%;
    top: 15%;
    border-radius: 12px;
    opacity: 0;
    transform: scale(.3,.3);
}
.editBankPaymentInfo{
    visibility: hidden;
    right: -15%;
    top: 15%;
    border-radius: 12px;
    opacity: 0;
}
.employee-info-edit-personal-info-container{
    width: 30%;
    height: auto;
    display: block;
    position: fixed;
    overflow: auto;
    transition: .3s ease-in-out;
    z-index: 99999;
    background-color: #fff;
    padding: 20px;
    scrollbar-width: thin !important;
    scrollbar-color: black;
    -ms-scrollbar-width: thin !important;
    scrollbar-color: #1e1a2d white;
}
.employee-info-edit-personal-info-container .employee-info-edit-header{
    width: 96%;
    height: 70px;
    display: block;
    line-height: 70px;
    font-size: 30px;
    margin: auto;
    color: #000000;
    overflow: hidden;
}
.employee-info-edit-personal-info-container .employee-info-edit-body{
    width: 96%;
    height: auto;
    display: block;
    margin: auto;
}
.employee-info-edit-personal-info-container .employee-info-edit-body .edit-row{
    width: 100%;
    min-height: 50px;
    display: block;
    margin: auto;
    margin-top: 10px;
    color: black;
}
.employee-info-edit-personal-info-container .employee-info-edit-body .edit-row div{
    width: 70%;
    height: 50px;
    display: block;
    line-height: 50px;
    float: left;
}
.employee-info-edit-personal-info-container .employee-info-edit-body .edit-row div input{
    margin-top: 4px;
    border-radius: 12px;
    border: 1px solid #837979;
}
.employee-info-edit-personal-info-container .employee-info-edit-body .edit-row div select{
    margin-top: 4px;
    border-radius: 12px;
    border: 1px solid #837979;
}
.employee-info-edit-personal-info-container .employee-info-edit-body .edit-row div textarea{
    margin-top: 4px;
    border-radius: 12px;
    border: 1px solid #837979;
    resize: unset;
}
.employee-info-edit-personal-info-container .employee-info-edit-body .
div textarea{
    margin-top: 4px;
    border-radius: 12px;
    border: 1px solid #837979;
    resize: unset;
    height: 60px;
}
.employee-info-edit-personal-info-container .employee-info-edit-body .edit-row div:first-child{
    width: 30%;
    font-size: 1.2em;
}
.employee-info-edit-personal-info-container .employee-info-edit-footer{
    width: 96%;
    height: 70px;
    display: block;
    margin: auto;
}
.employee-info-edit-personal-info-container .employee-info-edit-footer div{
    width: 40%;
    height: 70px;
    display: block;
    margin: auto;
    float: right;
}
.employee-info-edit-personal-info-container .employee-info-edit-footer div button{
    width: 90%;
    margin: auto;
    border-radius: 50px;
    margin-top: 20px;
}
.manage-designation-container{
    width: 100%;
    height: auto;
    display: block;
}
.manage-designation-container .manage-designation-header{
    width: 100%;
    height: 70px;
    display: block;
}
.manage-designation-container .manage-designation-header .manage-designation-header-section{
    width: 40%;
    height: 70px;
    display: block;
    float: left;
}
.manage-designation-container .manage-designation-header .manage-designation-header-section:last-child{
    width: 40%;
    float: right;
}
.manage-designation-container .manage-designation-header .manage-designation-header-section:last-child button{
    float: right;
}
.manage-designation-container .manage-designation-header .manage-designation-header-section .input-group{
    margin-top: 12px;
}
.manage-designation-container .manage-designation-header .manage-designation-header-section input{
    border: 1px solid #965c5c;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.manage-designation-container .manage-designation-header .manage-designation-header-section button{
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.manage-designation-container .manage-designation-body{
    margin-bottom: 12px;
    width: 70%;
    height: auto;
}
.manage-designation-container .manage-designation-body table th{
    margin-bottom: 12px;
    width: 50%;
    height: auto;
    color: black;
    font-size: 1.3em;
}
.manage-designation-container .manage-designation-body table td{
    color: black;
    font-size: 1.2em;
}
.addDesignation{
    visibility: hidden;
    right: -15%;
    top: 15%;
    border-radius: 12px;
    opacity: 0;
}
.editDesignation{
    visibility: hidden;
    right: -15%;
    top: 15%;
    border-radius: 12px;
    opacity: 0;
}
