.employee-name {
    max-width: 100%;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
}
.project-name {
    max-width: 100%;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
}
.current-datetime {
    max-width: 100%;
}

.project-selection {
    max-width: 100% !important;
}

.projects-grid {
    display: block;
    list-style: none; /* Remove default list styling */
    padding: 0; 
    flex-wrap: wrap;
}

a.start-timer-button {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 105, 0, 1);
    padding: 6px 15px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.project-details-grid {
    margin-bottom: 10px;
}

.detail-row {
    display: flex;
    align-items: center; 
}

.detail-cell {
    flex: 1; 
    text-align: center; 
    
    
}

.detail-row.header {
    font-weight: bold; 
    max-width: 100%;
}

.project-item {
    border: 1px solid #ddd; /* Add a border to each project item */
    padding: 15px;
    border-radius: 5px;
}

li.project-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30%;
    flex: 1;
}

.project-details {
    margin-bottom: 10px;
}

.google-maps-link {
    display: inline-flex; /* Use inline-flex to align icon and text */
    align-items: center;
}

.google-maps-link i {
    margin-right: 5px; 
}
td.inprogress {
    background: yellowgreen;
}
.ring-container {
    position: relative;
}

.inprogress {
    width: 15px;
    height: 15px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 23px;
}

.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 15px;
    top: -4px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}

.small-employee-id,
th.small-employee-id{
    width: 70px; /* Adjust this value as necessary */
    text-align: center;
    overflow: hidden;
    text-align: center;
}

.employeename{
    font-weight: bold;
}

.employeename span{
    font-weight: 200;
}

.ust td{
    padding: 25px;
}
.ust th{
    text-transform: uppercase;
    font-weight: bold;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.form-container {
                display: flex;
                justify-content: space-between;
            }
            .form-projects {
                width: 96%;
            }
            .form-projects label {
                display: inline-block;
                width: 150px;
                text-align: right;
                margin-right: 10px;
            }
            .form-projects input, .form-projects select {
                width: calc(100% - 170px);
                height: 40px;
            }
            .form-projects input[type="checkbox"] {
                width: auto;
                height: 15px;
            }
            .form-projects br {
                display: none;
            }
            .form-row {
                margin-bottom: 25px;
            }
            .assigned-employees {
                width: 28%;
                padding: 10px;
                border-left: 1px solid #ccc;
            }
            ul {
                list-style-type: none;
                padding-left: 0;
            }
            ul li {
                margin-bottom: 10px;
            }
            .assigned-employees h3, .form-projects h3 {
                margin-bottom: 15px;
            }
            #assigned-employees-list {
  padding-left: 0; 
  margin-bottom: 40px;
}

#assigned-employees-list li {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#assigned-employees-list li input[type="checkbox"] {
  float: left;
  margin-right: 10px; 
}

#assigned-employees-list li label {
  float: left; 
}
            .button-container {
                display: flex;
                justify-content: space-between;
                margin-top: 20px;
            }
            
            .clients .form-row {
            display: inline-block; 
            margin-right: 20px; 
            width: 200px; 
        }

        .clients .screen-reader-text {
            clip: rect(1px, 1px, 1px, 1px);
            position: absolute !important;
            height: 1px;
            width: 1px;
            overflow: hidden;
        }

        @media (max-width: 768px)
 { 
            .clients .form-row {
                display: block;    
                margin-right: 0;
                margin-bottom: 10px;
            }
        }
        
        /* Modal styles */
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  padding: 50px;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  rgba(219, 213, 179, 0.24); 
}

.modal-content {
  margin: 5% auto; 
  padding: 20px;
  color:#454545;
  position: relative;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  width: 40%; 
}

.modal-content::after{
content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 5px;
  pointer-events: none;
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%
  );
}

#add-employee-form input,
#add-client-form input,
#add-project-form input,
#add-project-form select{
    outline: none;
      border: none;
      border: 1px solid rgba(150, 146, 146, 0.2);
      background: rgba(255, 255, 255, 0.5);
      padding: 8px 10px;
      padding-left: 40px;
      border-radius: 15px;
      color: #282828;
      font-size: 16px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
          width: 80%;
}

    #add-employee-form button[type="submit"]:hover,
    #add-client-form button[type="submit"]:hover,
    #add-project-form button[type="submit"]:hover{
      background: linear-gradient(115deg, 
        rgba(0,0,0,0.10), 
        rgba(255,255,255,0.25));
      color: #fff;
      transition: .5s;
    }
    
    #add-employee-form input::placeholder,
    #add-client-form input::placeholder,
    #add-project-form input::placeholder{
      color: #454545;
    }
    
    #add-employee-form span,
    #add-client-form span,
    #add-project-form span{
        position: absolute;
        left: 60px;
        padding: 15px;
        display: inline-block;
        color: #454545;
        transition: .5s;
        pointer-events: none;
        font-size: 14;
      }
     
    #add-employee-form input:focus ~ span,
    #add-employee-form input:valid ~ span,
    #add-client-form input:focus ~ span,
    #add-client-form input:valid ~ span,
    #add-project-form input:focus ~ span,
    #add-project-form infput:valid ~ span{
      transform: translateX(-60px) translateY(-35px);
      font-size: 12px;
    }
.projects .modal-content {
    width: 100%;
}

.form.modal {
  width: 100%;
  height: 100%;

   .modal h2 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
.modal-content {
    position: relative;
    margin-bottom: 20px;
    
     input,
     select{
      width: 80%;
      outline: none;
      border: none;
      border: 1px solid rgba(150, 146, 146, 0.2);
      background: rgba(255, 255, 255, 0.5);
      padding: 8px 10px;
      padding-left: 40px;
      border-radius: 15px;
      color: #282828;
      font-size: 16px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }
    
    .password-control {
      position: absolute;
      right: 26%;
      margin-top: 8px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url(https://snipp.ru/demo/495/view.svg) 0 0 no-repeat;
      transition: 0.5s;
}
        
      .view {
         background: url(https://snipp.ru/demo/495/no-view.svg) 0 0 no-repeat;
        transition: 0.5s;
  }

    
  
    .fas {
            position: absolute;
            left: 30px;
            color: #434343;
            margin-top: 12px;
    }
    
    button[type="submit"] {
      background: #fff;
      color: #111;
      max-width: 100px;
      padding: 8px 10px;
      box-shadow: none;
      letter-spacing: 1px;
      cursor: pointer;
      transition: 1.5s;
      border: 0.5px solid #454545;;
      border-radius: 8px;
    }
    
    button[type="submit"]:hover {
      background: linear-gradient(115deg, 
        rgba(0,0,0,0.10), 
        rgba(255,255,255,0.25));
      color: #fff;
      transition: .5s;
    }
    
    input::placeholder {
      color: #454545;
    }
    
     span {
        position: absolute;
        left: 60px;
        padding: 15px;
        display: inline-block;
        color: #454545;
        transition: .5s;
        pointer-events: none;
        font-size: 14;
      }
     
    input:focus ~ span,
    input:valid ~ span {
      transform: translateX(-60px) translateY(-35px);
      font-size: 12px;
    }
  }
  p {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
  
    a {
      color: #fff;
    }
    
    a:hover {
      background-color: #000;
      background-image: linear-gradient(to right, #434343 0%, black 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
}
.form.modal span {
    margin-top: -10px;
}
.form.modal input:focus ~ span,
.form.modal input:valid ~ span {
    transform: translateX(-60px) translateY(-35px) ;
    font-size: 12px;
}
.close-modal {
  color: #282828;
  float: right !important;
  font-size: 28px;
  font-weight: bold;
  position: static;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.box {
  position: relative;
  
  .square {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    animation: squares 10s ease infinite;
    animation-delay: calc(-1s * var(--i));

  }
  
  @keyframes squares {
    0%,100%{
      transform: translateY(-20px);
    }
    
    50% {
      transform: translateY(20px);
    }
    
  }
  
  .square:nth-child(1) {
    width: 100px;
    height: 100px;
    top: -15px;
    right: -45px;
  }
  
  .square:nth-child(2) {
    width: 150px;
    height: 150px;
    top: 105px;
    left: -125px;
    z-index: 2;
  }
  
  .square:nth-child(3) {
    width: 60px;
    height: 60px;
    bottom: 85px;
    right: -45px;
    z-index: 2;
  }
  
  .square:nth-child(4) {
    width: 50px;
    height: 50px;
    bottom: 35px;
    left: -95px;
  }
  
  .square:nth-child(5) {
    width: 50px;
    height: 50px;
    top: -15px;
    left: -25px;
  }
  
  .square:nth-child(6) {
    width: 85px;
    height: 85px;
    top: 165px;
    right: -155px;
    z-index: 2;
  }
}
.csfront{
  position: relative;
  padding: 20px;
  width:100%;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}
.csfront::after{
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 5px;
  pointer-events: none;
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%
  );
}
.csfront .ust th {
    text-align: center;
    padding: 10px 15px;
}
.csfront .ust tr{
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); 
}
.csfront .ringring {
     left: 10px;
    top: -14px;
  border:3px solid #73ff02;
}
.csfront .inprogress {
    top: -9px;
    left: 15px;
      background-color: #81ff1c;

}
.csfront .ust td.tasks {
    max-width: 400px;
}