/* /Pages/Account/Login.razor.rz.scp.css */
body[b-p9bsve4e0w]{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Poor Richard', sans-serif;
}

html[b-p9bsve4e0w], body[b-p9bsve4e0w] {
  display: grid;
  height: 100%;
  width:100%;
  
  
}

.center-screen[b-p9bsve4e0w] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    flex-direction: column;
}

.login-container[b-p9bsve4e0w] {
  width: 100%;
  height: 100vh;
}
.wrapper[b-p9bsve4e0w] {
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1) !important;
  margin: auto;
}

.wrapper .title-text[b-p9bsve4e0w]{
  display:flex;
  width:100%;
}

.wrapper .title[b-p9bsve4e0w]{
  width:100%;
  font-size:35px;
  font-weight:600;
  text-align:center;
}

.wrapper .form-container[b-p9bsve4e0w]{
  width:100%;
}

.form-container .field[b-p9bsve4e0w]{
  height:50px;
  width: 100%;
  margin-top:20px;
}

.form-inner input[b-p9bsve4e0w],
.form-inner select[b-p9bsve4e0w] {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
}

.form-inner .pass-link[b-p9bsve4e0w]{
  margin-top:5px;
}

.form-inner a[b-p9bsve4e0w] {
  color: #fa4299;
  text-decoration: none;
}

.form-inner input:focus[b-p9bsve4e0w]{
  border-color: #fc83bb;
}

.form-inner a:hover[b-p9bsve4e0w]{
  text-decoration:underline;
}

.form input[type=submit][b-p9bsve4e0w]{
  background: -webkit-linear-gradient(left, #020024, #246370);
  color:#fff;
  font-size:20px;
  font-weight:500;
  padding-left:0px;
  border:none;
  cursor:pointer;
}

.form input[type=password][b-p9bsve4e0w] {
border-right: none;
border-radius: unset;
}

.password[b-p9bsve4e0w]{
  display:flex;
}




.passwordhide[b-p9bsve4e0w]{
  width:10% !important;
  height:100%;
  font-size:1rem !important;

}
/* /Pages/Account/NewAccount/AccountCodeEntry.razor.rz.scp.css */
/* /Pages/Account/NewAccount/AccountRequest.razor.rz.scp.css */
body[b-j054g25jrr] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poor Richard', sans-serif;
}

html[b-j054g25jrr], body[b-j054g25jrr] {
  display: grid;
  height: 100%;
  width: 100%;
}

.login-container[b-j054g25jrr] {
  width: 100%;
  height: 100vh;
}

.wrapper[b-j054g25jrr] {
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1) !important;
  margin: auto;
}

  .wrapper .title-text[b-j054g25jrr] {
    display: flex;
    width: 100%;
  }

  .wrapper .title[b-j054g25jrr] {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
  }

  .wrapper .form-container[b-j054g25jrr] {
    width: 100%;
  }

.form-container .field[b-j054g25jrr] {
  min-height: 50px;
  width: 100%;
  margin-top: 20px;
}

.form-inner input[b-j054g25jrr],
.form-inner select[b-j054g25jrr] {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
}

.form-inner input[type=radio][b-j054g25jrr]{
  height: auto !important;
  width: auto !important;
}

.form-inner .pass-link[b-j054g25jrr] {
  margin-top: 5px;
}

.form-inner a[b-j054g25jrr] {
  color: #fa4299;
  text-decoration: none;
}

.form-inner input:focus[b-j054g25jrr] {
  border-color: #fc83bb;
}

.form-inner a:hover[b-j054g25jrr] {
  text-decoration: underline;
}

.form input[type=submit][b-j054g25jrr] {
  background: -webkit-linear-gradient(left, #020024, #246370);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 0px;
  border: none;
  cursor: pointer;
}

.password[b-j054g25jrr] {
  display: flex;
}




.passwordhide[b-j054g25jrr] {
  width: 10% !important;
  height: 100%;
  font-size: 1rem !important;
}
/* /Pages/Account/PasswordReset/RequestPassword.razor.rz.scp.css */
body[b-eh8aoaldjm] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poor Richard', sans-serif;
}

html[b-eh8aoaldjm], body[b-eh8aoaldjm] {
  display: grid;
  height: 100%;
  width: 100%;
}

.login-container[b-eh8aoaldjm] {
  width: 100%;
  height: 100vh;
}

.wrapper[b-eh8aoaldjm] {
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1) !important;
  margin: auto;
}

  .wrapper .title-text[b-eh8aoaldjm] {
    display: flex;
    width: 100%;
  }

  .wrapper .title[b-eh8aoaldjm] {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
  }

  .wrapper .form-container[b-eh8aoaldjm] {
    width: 100%;
  }

.form-container .field[b-eh8aoaldjm] {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.form-inner input[b-eh8aoaldjm],
.form-inner select[b-eh8aoaldjm] {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  font-size: 17px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
}

.form-inner .pass-link[b-eh8aoaldjm] {
  margin-top: 5px;
}

.form-inner a[b-eh8aoaldjm] {
  color: #fa4299;
  text-decoration: none;
}

.form-inner input:focus[b-eh8aoaldjm] {
  border-color: #fc83bb;
}

.form-inner a:hover[b-eh8aoaldjm] {
  text-decoration: underline;
}

.form input[type=submit][b-eh8aoaldjm] {
  background: -webkit-linear-gradient(left, #020024, #246370);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 0px;
  border: none;
  cursor: pointer;
}

.form input[type=password][b-eh8aoaldjm] {
  border-right: none;
  border-radius: unset;
}

.password[b-eh8aoaldjm] {
  display: flex;
}




.passwordhide[b-eh8aoaldjm] {
  width: 10% !important;
  height: 100%;
  font-size: 1rem !important;
}
/* /Pages/DocumentCenter/DocumentCenterHome.razor.rz.scp.css */
/* /Pages/EmployeeRecord/EmployeeDetail/EmployeeContactInfoView.razor.rz.scp.css */
form[b-4xfsuauzyk] {
  display: table;
}

form p[b-4xfsuauzyk] {
  display: table-row;
  margin: 0 0 20px 0;
}

form label[b-4xfsuauzyk] {
  display: table-cell;
}

form input[b-4xfsuauzyk] {
  display: table-cell;
  margin: 0 20px 0 0;
}

/*button {
  display: table-cell;
  margin: 0 20px 0 0;
}*/

#Email input[b-4xfsuauzyk]{
  width:100%!important;
}
/* /Pages/EmployeeRecord/EmployeeReview.razor.rz.scp.css */
.card-main[b-snwjgn2tga] {
    border-radius: 0.5rem;
}

.card-header[b-snwjgn2tga] {
    border-bottom: none;
}

.badge[b-snwjgn2tga] {
    font-size: 0.85rem;
}

dl.row dt[b-snwjgn2tga] {
    font-weight: 500;
}


.circle-button[b-snwjgn2tga] {
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: pink;
    margin-left: 8px;
}


/* File: Components/CompanyGrowthDashboard.razor.css */

.growth-dashboard-card[b-snwjgn2tga] {
    background-color: rgb(0, 66, 100); /* Dark background as in the image */
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    max-width: 900px;
    margin: 30px auto; /* Center on page for demo */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.card-header[b-snwjgn2tga] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.counters-grid[b-snwjgn2tga] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid */
    gap: 20px; /* Space between counter items */
}
/* /Pages/Schedule/Schedule.razor.rz.scp.css */
/* /Shared/Foot.razor.rz.scp.css */
.app-footer[b-6pjea3wym2] {
  color: #fff;
  padding: 0px;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;  
  position: fixed;
  bottom: 0;
  width: 100%;
}

  .app-footer ul[b-6pjea3wym2] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    background-color: rgb(0, 66, 100);
    height:100px;
  }

    .app-footer ul li[b-6pjea3wym2] {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-right: 1px solid lightslategrey;
      padding: 0px 5px 0px 5px;
      width:100%;
    }

.app-footer ul li i[b-6pjea3wym2]{
  font-size:22px;
  color:white;
}

@media (max-width: 768px) {
    .app-footer ul[b-6pjea3wym2]{
        height: 5vh;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fqcdjgni9n] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.main[b-fqcdjgni9n] {
  flex: 1;

}

.sidebar[b-fqcdjgni9n] {
  /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
*/
  background-color: rgb(0, 66, 100);
  min-height: 0vh;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 30;
}

.top-row[b-fqcdjgni9n] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

  .top-row[b-fqcdjgni9n]  a, .top-row .btn-link[b-fqcdjgni9n] {
    white-space: nowrap;
    margin-left: 1.5rem;
  }

  .top-row a:first-child[b-fqcdjgni9n] {
    overflow: hidden;
    text-overflow: ellipsis;
  }

@media (max-width: 767.98px) {
  .top-row:not(.auth)[b-fqcdjgni9n] {
    display: none;
  }

  .top-row.auth[b-fqcdjgni9n] {
    justify-content: space-between;
  }

  .top-row a[b-fqcdjgni9n], .top-row .btn-link[b-fqcdjgni9n] {
    margin-left: 0;
  }

  .main[b-fqcdjgni9n] {
    min-height: calc(100vh - 11vh);
    max-height: calc(100vh - 11vh);
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .page[b-fqcdjgni9n] {
    flex-direction: row;
  }

  .sidebar[b-fqcdjgni9n] {
    width: 300px;
    min-height: 100vh;
    position: sticky;
    top: 0;
    height: auto;
    border-right: 1px black solid;
  }

  .top-row[b-fqcdjgni9n] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .main > div[b-fqcdjgni9n] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }

  th[b-fqcdjgni9n] {
    font-size: 9px;
  }

  tr[b-fqcdjgni9n] {
    font-size: 9px;
  }
}
/* /UserControls/CalendarControl.razor.rz.scp.css */
/* Container for the month header (Prev, Month Year, Next) */
.calendar-header[b-w3ujmvjyz4] {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .calendar-header h5[b-w3ujmvjyz4] {
        display: inline;
        margin: 0;
    }

/* The main calendar table */
.calendar-table[b-w3ujmvjyz4] {
    table-layout: fixed;
}

/* A single day cell in the calendar */
.calendar-day[b-w3ujmvjyz4] {
    overflow: auto;
    padding: 2px 4px;
    vertical-align: top;
    height: 100px; /* Or whatever height you prefer */
}

/* A day that is not in the currently selected month */
.calendar-day-faded[b-w3ujmvjyz4] {
    opacity: 0.4;
    background-color: #f9f9f9;
}

/* The day number (e.g., 23) */
.calendar-day-number[b-w3ujmvjyz4] {
    float: right;
    font-size: 0.9em;
    font-weight: bold;
}

/* A single event block in the calendar */
.calendar-event[b-w3ujmvjyz4] {
    font-size: 0.8em;
    padding: 2px 4px;
    margin-bottom: 3px;
    border-radius: 4px;
    background-color: #eef;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .calendar-event:hover[b-w3ujmvjyz4] {
        background-color: #ddf;
    }

    .calendar-event h6[b-w3ujmvjyz4] {
        margin: 0;
        padding: 0;
    }
     
.event-time[b-w3ujmvjyz4] {
    font-size: 1em;
    line-height: 2;
    white-space: break-spaces;
}
/* /UserControls/ContactInfoControl.razor.rz.scp.css */
form[b-migx0vywp9] {
  display: table;
}

  form p[b-migx0vywp9] {
    display: table-row;
    margin: 0 0 20px 0;
  }

  form label[b-migx0vywp9] {
    display: table-cell;
  }

  form input[b-migx0vywp9] {
    display: table-cell;
    margin: 0 20px 0 0;
  }

/*button {
  display: table-cell;
  margin: 0 20px 0 0;
}*/

#Email input[b-migx0vywp9] {
  width: 100% !important;
}
/* /UserControls/Gauge.razor.rz.scp.css */

*[b-p2oby3nk05] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', sans-serif;
}

/* /UserControls/ProgressBarOverlay.razor.rz.scp.css */
.overlay[b-v2agr574g7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progressbar[b-v2agr574g7] {
    width: 300px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
/* /UserControls/ProgressIndicator.razor.rz.scp.css */
/*body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
*/
.progress-container[b-tcje5qklvs] {
    width: 100px;
    height: 100px;
    position: relative;
}

.progress[b-tcje5qklvs] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

.left-half[b-tcje5qklvs], .right-half[b-tcje5qklvs] {
    width: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0 / 50%;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    position: absolute;
    top: 0;
    background-color: #3498db;
}

.left-half[b-tcje5qklvs] {
    z-index: 1;
    transform: rotate(0deg);
    transform-origin: 100% 50%;
}

.right-half[b-tcje5qklvs] {
    transform: rotate(0deg);
    transform-origin: 0 50%;
}
/* /UserControls/ReviewControls/AnimatedCounter.razor.rz.scp.css */
/* File: Shared/AnimatedCounter.razor.css */

.modern-counter-item[b-9bzgo3w18l] {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between icon and text */
    padding: 10px 0;
    min-width: 220px;
    color: var(--item-color);
}

.icon-container[b-9bzgo3w18l] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

    /* This ::deep selector will style the SVG rendered inside the icon container */
    .icon-container[b-9bzgo3w18l]  svg {
        width: 30px;
        height: 30px;
        color: #ffffff; /* Sets the icon color */
    }

.text-content[b-9bzgo3w18l] {
    display: flex;
    flex-direction: column;
}

.counter-value[b-9bzgo3w18l] {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.counter-label[b-9bzgo3w18l] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7); /* Lighter label color */
    font-weight: 400;
    line-height: 1.2;
}
/* /UserControls/StatusCardControl.razor.rz.scp.css */
.result-card[b-iqwjqtnd9d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

    .result-card.Success span[b-iqwjqtnd9d] {
        color: #b1ffa1;
    }

    .result-card.Failure span[b-iqwjqtnd9d] {
        color: #ffa1a1;
    }

.result-icon[b-iqwjqtnd9d] {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}

.result-text[b-iqwjqtnd9d] {
    margin: 0;
}
