@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Sora:wght@100..800&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
}

.main_login_container{
   height: 100vh;
   text-align: center;
}

.login{
    margin: 0 auto;
    background-color: aliceblue;
    max-width: 40%;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.top{
    width: 100%;
    background-color: aliceblue;
    height: 50px;
}

table{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.login_form{
    text-align: center;
}

.text-align{
    text-align: center;
}

.login_items{
    margin: 20px 0;
}

#toast-align{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: block;
}

.center{
    margin: 0 auto;
}

.add-employee-card{
    max-width: 40rem;
    box-shadow: 0 5px 5px rgb(71, 67, 67);
    background-color: whitesmoke;
    padding: 10px;
}

.apertura{
    width: 50rem;
    box-shadow: 0 5px 5px rgb(71, 67, 67);
    background-color: aliceblue;
    padding: 10px;
}

.tasks{
    background-color: aliceblue;
    padding: 10px;
    border-radius: 20px;
    display: none;
    left: 50%;
    right: 50%;
    margin:0 auto;
    position: relative;
    top: 50px;
    font-weight: bolder;
}
.task_emails{
    padding: 20px;
    background-color: aliceblue;
    
}

a{
    text-decoration: none !important;
}

.task-card{
    max-width: 40rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: whitesmoke;
    padding: 10px;
}

.task_image{
    max-width: 50px;
}

.timing{
    border-right: 1px solid grey;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: bolder;
}

.pass{
    display: flex;
    align-items: center;
    gap: 5px;
}

label{
    font-weight: bolder;
}

.black{
    color:black;
}

.none{
    display: none !important;
}

.row{
    max-width: 100%;
    justify-content: center;
}


.footer{
    position: sticky;
    top:100%;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

@media only screen and (max-width:800px) {
    .item1,.item2{
        max-width:100% !important;
    }
    .login{
        max-width: 70%;
    }
}

.client_profile{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modal-body,.modal-title{
    color: black;
}

.layover{
    opacity:    0.5; 
    background: #000; 
    width:      100%;
    height:     100%; 
    z-index:    10;
    top:        0; 
    left:       0; 
    position:   fixed; 
}

h2{
    font-size: calc(1.5rem + 1.5vw);
    color: #2a4cb3;
    text-shadow: 2px 2px 0px #b0b7c7, 2px 2px 0px rgba(0,0,0,0.25);
}