/* Add User */
.addUserSectionBox{
    width: 100%;
    height: 500px;
    background-color: transparent;
    display: grid;
    grid-template-columns: 45%;
    justify-content: center;
}
.userRegBox{
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}



.roles {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.role {
  flex: 1;
  margin: 0 5px;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-align: center;
  height: 100px;
  padding: 10px;
  cursor: pointer;
  display: grid;
  align-content: center;
    font-family: "Poppins", sans-serif;
}

.role.selected {
  background-color: #6CB049;
  color: rgb(0, 0, 0);
  border-color: #355C23;
  display: grid;
  align-content: center;
}

.role input {
  display: none;
}

.role label {
  display: block;
  font-size: 14px;
  cursor: pointer;
}

.role span {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}.modal-title{
  font-size: 15px;
}

.cancel-btn, .add-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}

.cancel-btn {
  background: white;
  border: 1px solid #ccc;
  color: #333;
  font-size: 15px;
}
.addClientSectionBox .add-btn {
  background: #6CB049;
  color: white;
}

.add-btn {
  background: #6CB049;
  color: white;
}



/* Add Client Page */
.addClientSectionBox{
    width: 100%;
    height: auto;
    background-color: transparent;
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
}
.SectionLabel{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.hrBox{
  width: 100%;
  height: 1px;
  background-color: #E8EBE3;
  margin-bottom:25px;
  border-radius: 50px;
}
.sideBar_hrBox{
  width: 100%;
  height: 0.5px;
  background-color: #355C23;
  margin-bottom:10px;
  border-radius: 50px;
}





/* clientViewPageBox */
/* ------------------------------------------------------ */

.clientViewPageBox{
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.clientDetailsBox{
  display: grid;
  grid-template-columns:40% 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
.clientDetailsBoxA{
  background-color:#F3F4EE;
  border-radius: 10px;
  padding: 20px;
}
.clientDetailsBoxB{
  background-color:transparent;
  border-radius: 10px;
  padding: 20px;
}
.clientDetailsBoxA h2{
  font-size: 15px;
  color: #1F2E31;
}
.clientDetailsBoxB h2{
  font-size: 15px;
  color: #000000;
}
.clientDetailsBoxA p{
  font-size: 14px;
  color: #000000;
  padding-bottom: 10px;
}
.clientDetailsBoxA .fa-solid{
  color: #6CB049;
}
.clientDetailsBoxB p{
  font-size: 14px;
  color: #000000;
  padding-bottom: 10px;
}
.clientDetailsBoxB .fa-solid{
  color: #6CB049;
}


.ClientVisitStatistics{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}
.ClientVisitStatistics .ClientViH2{
  font-size: 15px;
  margin-bottom: 20px;
}
.ClientVisitStatistics .tabsSecBox{
    width: 100%;
    height: 120px;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    margin-bottom: 0rem;
}
.ClientVisitStatistics .tabs{ 
    background-color: #F3F4EE;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #E9E9E4;
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
}
.ClientVisitStatistics .tabs:hover{
   box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
}
.ClientVisitStatistics .hrBox{
  width: 100%;
  height: 1px;
  background-color: #E8EBE3;
  margin-bottom:15px;
  border-radius: 50px;
}










/* view_visits.php */
/* --------------------------------------------- */

.VisitTabsBox{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 15px;
}
.visitab{
  background-color: #F3F4EE;
  border-radius: 10px;
  padding: 20px;
}
.visitab h2{
  font-size: 16px;
  color: #355C23;
}
.visitab p{
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
.visitab .statusP {
  padding: 5px 8px;
  border-radius:50px;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

.VisitTabsBoxLongDetails{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 15px;
  margin-top: 15px;
}
.VisitTabsBoxCaregiver{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 15px;
  margin-top: 15px;
}


.tabsSecBoxview_caregiver{
    width: 100%;
    height: auto;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    margin-bottom: 0rem;
}





/* noteBoxRecord */
/* ------------------------------------------------------ */
.noteBoxRecord{
  width: 100%;
  height: auto;
  background-color: #d1fae529;
  border: 1px solid #E8EBE3;
  border-radius: 10px;
  padding: 1rem;
}
.noteBoxRecord h2{
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
.noteBoxRecord p{
  font-size: 13px;
}
.noteBoxRecord button{
  text-transform: capitalize;
}
.noteBoxRecord_All{
    width: 100%;
  height: auto;
  background-color: #F3F4EE;
  border: 1px solid #E8EBE3;
  border-radius: 10px;
  padding: 1rem;
}
.noteBoxRecord_All h2{
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
.noteBoxRecord_All p{
  font-size: 13px;
}




.userRegBox input[type="file"] {
  font-size: 13px;
  border:0px;
  padding: 0px;
  border-radius: 0px;
}