html {
    font-family: GillSans, Calibri, Trebuchet, sans-serif;
}
* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}
.loader h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
}
.loader {
    position: fixed;
    z-index: 999999;
    background: #000000a6;
    width: 100%;
    height: 100%;
    display: none;
}
a#logout {
    position: absolute;
    top: 2%;
    color: #fff;
    right: 2%;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px;
}
.row .ausland {
    display: none;
}
span#blinking {
    animation: 0.8s blinking infinite;
}
@keyframes blinking {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.login-image-container {
    width: 100%;
    height: 200px;
    position: relative;
}
.login_div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.employee-list-container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #f9fafb85;
    padding: 20px;
    display: none;
}
.employee-list-content {
    background: #fff;
    width: 100%;
    padding: 20px;
    position: relative;
    height: 95vh;
    overflow: hidden;
}
#all-employees {
    position: relative;
    overflow: auto;
    height: 85vh;
    padding: 2rem 0 2rem 0;
}
img#resigned {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
form#employee input {
    text-transform: capitalize;
}
.login_div .card {
    background-color: #212838 !important;
    box-shadow: 0px 0px 20px 0px #fff;
    color: #fff;
}
img#login-image {
    width: 40%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vesta_loader {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 99999;
}
.vesta_loader_content:nth-child(1) img {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 9;
    animation: 1s pulse infinite;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.vesta_loader_content:nth-child(1) {
    width: 50%;
    background: #212838;
    background-image: url(public/images/private/pattern1.png);
    height: 100%;
    position: absolute;
    left: 0;
}
.vesta_loader_content:nth-child(2) {
    width: 50%;
    background: #212838;
    background-image: url(public/images/private/pattern1.png);
    height: 100%;
    right: 0;
    position: absolute;
}
nav#menu {
    background: #2e3441 !important;
    box-shadow: 0px 0px 10px 0px #fff;
}

a.sidenav-trigger {
    top: 2%;
    left: 2%;
    position: absolute;
    background: #fff;
    padding: 10px 10px 5px 10px;
}
.card.home_page {
    background: #212838;
}
@keyframes pulse {
    from {
        box-shadow: 0px 0px 10px 0px #fff;
    }
    to {
        box-shadow: 0px 0px 100px 0px #fff;
    }
}

.datepicker-controls .select-month input {
    color: #000;
}
.datepicker-controls .select-year input {
    color: #000;
}
img#layout_img {
    position: absolute;
    width: 100%;
}
img#layout_img_content {
    position: absolute;
    z-index: 999;
    top: 33%;
    left: 23%;
    width: 216px;
    border-radius: 50%;
    height: 218px;
}
img#layout_img_content_ausland {
    position: absolute;
    z-index: 999;
    top: 29%;
    left: 26%;
    width: 189px;
    border-radius: 50%;
    height: 178px;
}
.profile_div {
    position: relative;
    width: 400px;
    height: 636px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #212838;
}
.profile_div_ausland {
    position: relative;
    width: 400px;
    height: 636px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #212838;
    display: none;
}
.profile_div_thumbnail {
    position: relative;
    width: 300px;
    height: 478px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #212838;
    cursor: pointer;
}
.profile_div_thumbnail_ausland {
    position: relative;
    width: 300px;
    height: 478px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #212838;
    cursor: pointer;
}
.profile_div_thumbnail img:nth-child(1) {
    position: absolute;
    width: 100%;
}
.profile_div_thumbnail img:nth-child(2) {
    position: absolute;
    z-index: 0;
    top: 35%;
    left: 24%;
    width: 155px;
    border-radius: 50%;
}
.profile_div_thumbnail_ausland img:nth-child(1) {
    position: absolute;
    width: 100%;
}
.profile_div_thumbnail_ausland img:nth-child(2) {
    position: absolute;
    z-index: 0;
    top: 27%;
    left: 26%;
    height: 142px;
    width: 142px;
    border-radius: 50%;
}
.profile_div p {
    position: absolute;
    top: 71%;
    left: 50%;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
.profile_div_ausland p {
    position: absolute;
    top: 65%;
    left: 50%;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
.profile_div_thumbnail p {
    position: absolute;
    top: 72%;
    left: 50%;
    font-size: 15px;
    font-weight: 900;
    width: 100%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align:center;
}
.profile_div_thumbnail_ausland p {
    position: absolute;
    top: 65%;
    left: 50%;
    font-size: 15px;
    font-weight: 900;
    width: 100%;
    text-align:center;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
.profile_div_thumbnail h5 {
    position: absolute;
    top: 76%;
    left: 50%;
    font-weight: 900;
    width:100%;
    text-align: center;
    font-size: 13px;
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(#eee, #009ddd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.profile_div_thumbnail_ausland h5 {
    position: absolute;
    top: 69%;
    left: 50%;
    font-weight: 900;
    width:100%;
    text-align: center;
    font-size: 13px;
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(#eee, #009ddd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.profile_div h5 {
    position: absolute;
    top: 76%;
    left: 50%;
    width:100%;
    text-align: center;
    font-weight: 900;
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(#eee, #009ddd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.profile_div_ausland h5 {
    position: absolute;
    top: 70%;
    left: 50%;
    font-weight: 900;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: -webkit-linear-gradient(#122e52, #0874b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.profile_div_thumbnail h6 {
    position: absolute;
    top: 85.2%;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.profile_div_thumbnail_ausland h6 {
    position: absolute;
    top: 81%;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.profile_div h6 {
    position: absolute;
    top: 85.2%;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.profile_div_ausland h6 {
    position: absolute;
    top: 83%;
    font-weight: 800;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #060606;
}
.card.home_layout {
    position: relative;
    overflow: hidden;
}
.card.home_layout .card-content {
    padding: 10px !important;
}
input#profile_pic {
    border: 1px solid #fff;
}
a#user-btn {
    position: absolute;
    color: #fff;
    top: 8%;
    right: 2%;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px;
}
.header {
    position: sticky;
    top: 0;
    background: #fff !important;
}
.logs-container {
    height: 400px;
    overflow: auto;
}
/* responsive */
@media only screen and (max-width: 1024px) {
    .row .col.s8 {
        width: 100% !important;
        margin: auto;
    }
    .row .col.s4 {
        width: 100% !important;
        margin: auto;
    }
    /* .col-sm-3 {
        flex: 0 0 auto;
        width: 33%;
    } */
    .profile_div {
        margin: auto;
    }
}
@media only screen and (max-width: 900px) {
    body {
        display: none;
    }
}
label {
    color: #ffffff5e;
    font-weight: 300;
}
