.color-settings {
  width: 180px; }
  .color-settings .color-title {
    font-weight: bold;
    padding-left: 10px; }
/* ------------------------plan of care css--------------------------------- */

/* Container and Header Styles */
#poc .container {
  width: 80%;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#poc .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#poc .day {
  font-size: 18px;
  display: flex;
  align-items: center;
}
#pocForm .modify_all_related_tasks_field {
	margin-top:10px;
}
#pocForm #accordion .card-header {
	background-color: rgb(0, 172, 236);
	padding:0;
	 border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	 border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height:40px;
}
#pocForm #accordion .card-header a {
	color: #fff;
	 text-decoration: none;
    position: relative;
}

#pocForm #accordion .card-header a:hover::after {
    content: '';
    position: absolute;
    left: 26px;
    bottom: 8px;
    width: calc(100% - 37px);
    height: 1px;
    background-color: #fff;
}

#pocForm #accordion .card-body {
    padding: 26px;
	overflow:hidden;
	overflow-y:scroll;
   max-height:243px;
}
#pocForm .select2-search__field {
	border:none;
}
.accordion-section.card {
	margin-bottom:10px;
}
/* Cards Container */
#poc .cards {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
  /* width: 25%; */
}

/* Individual Card Styles */
#poc .card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* width: calc(33.333% - 20px); */
  min-width: 350px;
  display: flex;
  flex-direction: column;
  max-height: 330px;
  margin-bottom: 20px;
}

#poc .card-header {
  background-color: #6a0dad;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#poc .card-actions {
  display: flex;
  gap: 15px;
  font-size: 16px;
}

#poc .edit-icon,
#poc .delete-icon {
  cursor: pointer;
}

#poc .card-body {
  padding: 10px;
  flex-grow: 1;
  /* overflow-y: auto; */
  height:267px;
}

#poc .card-item {
  margin-bottom: 10px;
  border-bottom:1px solid #8080805e;
}
#poc .card-item:last-child {
 
  border-bottom: none;

}

#poc .card-item strong {
  display: block;
  font-weight: bold;
}

/* Add POC Button */
#poc .add-poc {
  margin-top: 20px;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  width: 15%;
  text-align: center;
}

#poc .add-poc:hover {
  background-color: #0056b3;
}

/* Specific styling for each card using unique IDs */
#card1 .card-header {
  background-color: #6a0dad; /* Unique color if needed */
}

#card1 .card-body {
  /* background-color: #f9f9f9;  */
}

#card2 .card-header {
  background-color: #ff4500; /* Unique color if needed */
}

#card2 .card-body {
  /* background-color: #f1f1f1;  */
}

#card3 .card-header {
  background-color: #1e90ff; /* Unique color if needed */
}

#card3 .card-body {
  /* background-color: #e0f7fa;  */
}

#card4 .card-header {
  background-color: #32cd32; /* Unique color if needed */
}

#card4 .card-body {
  /* background-color: #d0f8d7;  */
}

#card5 .card-header {
  background-color: #ff69b4; /* Unique color if needed */
}

#card5 .card-body {
  /* background-color: #ffe4e1; */
}
.day.gap-10 {
  gap: 10px;
}
/* ------------------ modal css----------------------- */


#exampleModalCenter.plan-of-care h2 {
  margin-top: 0;
}
#exampleModalCenter.days-selection {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
#exampleModalCenter.label {
  margin-right: 10px;
}
#exampleModalCenter.day {
  background-color: #F1F1F1;
  border: none;
  border-radius: 15px;
  padding: 5px 10px;
  margin-right: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#exampleModalCenter .day:hover {
  background-color: #00ACEC;
  border: 1px solid #00ACEC;
}
#exampleModalCenter.btn:active, .btn.active {
  -moz-box-shadow: inset 0 1px 1px #00ACEC, 0 1px 2px #00ACEC;
  -webkit-box-shadow: inset 0 1px 1px #00ACEC, 0 1px 2px #00ACEC;
  box-shadow: inset 0 1px 1px #00ACEC, 0 1px 0px #00ACEC;
  background-color: #00ACEC;
  color: white;
}
.modal-footer button.btn.btn-secondary {
  color: black!important;
}

#exampleModalCenter .dropdowns {
  margin-bottom: 20px;
}
#exampleModalCenter select  {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top: none;
  border-left: none;
  border-right: none;
}
#exampleModalCenter select:focus {
  border-color: #aaaaaa;
  -moz-box-shadow: 0 0 8px #dce1e500;
  -webkit-box-shadow: 0 0 8px #dce1e500;
  box-shadow: 0 0 8px #dce1e500;
}

#exampleModalCenter input  {
  /* width: 100%; */
  padding: 1px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top: none;
  border-left: none;
  border-right: none;
}
#exampleModalCenter input:focus {
  border-color: #aaaaaa;
  -moz-box-shadow: 0 0 8px #dce1e500;
  -webkit-box-shadow: 0 0 8px #dce1e500;
  box-shadow: 0 0 8px #dce1e500;
}

#exampleModalCenter.add-plan-btn {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#exampleModalCenter.add-plan-btn:hover {
  background-color: #0056B3;
}
.modal-dialog.modal-dialog-centered.modal-center{
  top: 12px;
  width: 50%;
}
.blue-color{
  color: #1945ec;
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border: 1px solid gray;
  border: 1px solid black;
  margin: 10px;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.w-auto{
  width: 95%;
  margin: auto;
}
.pr-10{
  padding-right: 13px;
}

#exampleModalCenter .form-control{
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
}
#exampleModalCenter .inline-flex{
  display: inline-flex;
}
#exampleModalCenter .inline-flex label {
  font-weight: 100;
  padding-left: 8px;
}
#exampleModalCenter .modal-content {
  max-height: 700px;
  overflow-x: hidden;
}

#exampleModalCenter  input[type="radio"], input[type="checkbox"] {
  margin: 0px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  height: 15px;
}

.modify_all_related_tasks {
	position:relative;
	top:3px;
}

#exampleModalCenter .label-10{
  padding-left: 12px;
}
select .p-4{
  padding: 4px;
}
select#task {
  padding: 0px;
}
select#service {
  padding: 0px;
}
.dark_gray{
  background-color: #00ACEC !important;
  color: white;
  border: 1px solid #00ACEC;
}
span.asterisk-error {
  color: #f00404;
  font-weight: 800;
  font-size: 15px;
}
.signature-pad{
  border: 1px solid gray;
}
.update-signature{
  color: #1010FE;
  position: relative;
    top: 10px;
}
.signature-image{
  max-width: 520px;
  max-height: 250px;
  border: 1px solid gray;
  padding: 3px;
}
.d-flexp{
  display: flex;
  gap: 10px;
}
.table-striped tbody > tr:nth-child(odd) td.bg-color {
  background-color: #f9f9f9;
}
#exampleModalCenter button.close {
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity = 20);
  top: -23px;
  position: relative;
}
#exampleModalCenter .days_selected.disabled{
  background-color: grey;
  cursor: not-allowed;
  color: white;
  border: 1px solid grey;
  box-shadow: inset 0 1px 1px #808080, 0 1px 0px #808080;
}
#exampleModalCenter .days_selected.disabled:hover{
  background-color: grey!important;
  cursor: not-allowed;
  color: white;
  border: 1px solid grey!important;
  box-shadow: inset 0 1px 1px #808080, 0 1px 0px #808080 !important;
}
.card-design p{
  padding-top: 10px;
}
.yellow-background{
  background-color: #f8a326;
}
.yellow-background .title{
  color: white !important;
}
.light-red-background{
  background-color: #c44a83;
}
.light-red-background .title{
  color: white!important;
}
.yellow-background-btn{
  background-color: #f8a326 !important;
}
.yellow-background-btn:hover{
  background-color: #AF6D0D !important;
}
.box .box-header .actions .btn-link {
  color: white!important;
  position: relative;
  top: 10px;

}
.box .box-header .actions .btn-link:hover {
  color: #c4c4c4!important;
  background-color: white !important;

}
.p-01{
  margin: 0px 7px 8px 0px;
}

/*header .navbar .navbar-brand img {
  margin-top: 6px!important;
}*/