/* Style for Clock In/Out Plugin */

#clock-in-out-container {
/*    max-width: 600px;*/
    margin: 0 auto;
}

#clock-in-out-message {
    margin-bottom: 20px;
    color: #2ecc71; /* Green color for success messages */
}

#total-hours-earnings {
    background-color: #3498db; /* Blue color for the header background */
    color: #fff; /* White text color */
    padding: 10px;
    margin-bottom: 20px;
}

#total-hours-earnings p {
    margin: 0;
}

#clock-in-button,
#clock-out-button,
#submit-forgot-time,
.w-btn {
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
    background-color: #2ecc71; /* Green color for buttons */
    color: #fff; /* White text color */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s; /* Smooth transition for hover effect */
}

#clock-in-button:hover,
#clock-out-button:hover,
#submit-forgot-time:hover {
    background-color: #27ae60; /* Darker green color on hover */
}

#clock-in-button:disabled,
#clock-out-button:disabled,
#clock-out-forgot:disabled,
#submit-forgot-time:disabled {
    background-color: #e74c3c; /* Red color for disabled buttons */
    cursor: not-allowed;
    color: #fff; /* White text color */
}

#clock-history ,.clock-history{
    background-color: #ecf0f1; /* Light gray background color */
    padding: 20px;
}

#clock-history h2,.clock-history h2 {
    margin-bottom: 10px;
    color: #3498db; /* Blue color for the header text */
}

#clock-history-list,.clock-history-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#clock-history-list li,.clock-history-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #333; /* Dark text color */
}

/* Optional: Style disabled buttons differently */
#clock-in-button:disabled,
#clock-out-button:disabled,
#submit-forgot-time:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    color: #666; /* Gray text color */
}

.spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
 /* Style the button container */
    .paypal-style-button-container {
      text-align: center;
      margin: 20px;
    }

    /* Style the PayPal-style button */
    .paypal-style-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #00457c;
      color: #ffffff;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s;
      border: 1px solid #00457c;
    }

    /* Hover effect for the PayPal-style button */
    .paypal-style-button:hover {
      background-color: #003366;
      border: 1px solid #003366;
    }
/*//workeres container*/
.worker-list {
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                }

                .worker-li,.history-li {
                    display: flex;
                    justify-content: space-between;
                    border-bottom: 1px solid #ccc;
                    padding: 10px;
                }

                .worker-li div,.history-li div {
                    flex: 1;
/*                    text-align: center;*/
                }

                .worker-li .w-3 {
                    display: flex;
                    align-items: center;
                    gap:12px;
                }

               

                .w-btn:hover {
                    background-color: #003366;
                }
                .hrRate {
                    width: 50px; /* Adjust the width as needed */
                    padding: 5px;
                    font-size: 12px; /* Set the desired font size */
                }
.overlay {
  display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 1;
    }

    /* Styling for the popup form */
    .popup {
        position: relative;
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      max-width: 400px;
      width: 100%;
    }

    /* Close button styling */
    .close-btn {
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 18px;
      color: #555;
    }

    h2 {
      margin-bottom: 20px;
      color: #333;
    }

    p {
      margin-bottom: 15px;
      color: #555;
    }

    /* Styling for the datetime input */
    input[type="datetime-local"] {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }

    /* Styling for the submit button */
    button {
      background-color: #4CAF50;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
    }

    button:hover {
      background-color: #45a049;
    }
 .pagination {
      display: flex;
      list-style: none;
      padding: 0;
      justify-content: center;
    }

    .pagination a {
      display: inline-block;
      padding: 8px 16px;
      margin: 0 4px;
      text-decoration: none;
      color: #333;
      background-color: #f8f8f8;
      border: 1px solid #ddd;
      border-radius: 4px;
      transition: background-color 0.3s ease;
    }

    .pagination a:hover {
      background-color: #ddd;
    }
    .pagination a.current{
        background-color: gray;
        pointer-events: none;
    }

span.indicator{
        width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00ff0c;
    line-height: 1;
    display: inline-flex;
}


.tooltipp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
     color: #fff; 
    opacity: 0.9;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    padding: 3px 4px;
    position: absolute;
    z-index: 1;
}
.tooltipp {
    position: relative;
    display: inline-block;
}

.tooltipp:hover .tooltiptext {
  visibility: visible;
}

.c1,.c2{
    flex:0 0 20% !important;
}
.c1 input,.c2 input{
    width: 90%;
}
.c3{
    flex: 0 0 20%;
}
.c3{
    flex: 0 0 10%;
}
.c4{
    flex: 0 0 10%;
}
.c5{
    flex: 0 0 10%;
}
.c6{
    flex: 0 0 10%;
}
.c9{
  flex: 0 0 10%;
}
.c7{
    flex: 0 0 10%;
}
.c8{
    flex: 0 0 10%;
}
@media screen and (max-width: 767px) {
  .worker-li,.history-li {
    overflow: auto;
    gap: 8px;
}
.w-2 , .w-8{
  align-self: center;
}
.w-4 .paypal-style-button{
  font-size: 10px !important;
  padding-left: 0;
  padding-right: 0;
  
}
.workMe{
  width: 62px;
}

}


.item-status h3 {
  cursor: pointer;
  background-color: #f1f1f1;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0;
}

.collapsible-section {
  display: none;
  margin: 0;
  padding: 0;
}

.history-li {
  padding: 10px;
  border-bottom: 2px solid #ddd;
}
