.error{
  color: red;
  margin-bottom: 0px;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #e3342f;
}
.is-invalid .form-control{
  border-color: #e3342f !important;
}
.is-invalid .invalid-feedback {
  display: block;
}
.is-invalid .invalid-feedback strong{
  font-size: 12px;
  color: #e3342f;
}
.is-invalid .form-control:focus{
  border-color: #e3342f !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227,52,47,.25);
  box-shadow: 0 0 0 0.2rem rgba(227,52,47,.25);
}
#stop-custom-day, .custom-day, .custom-dopt, .appointment-spinner, #successMessage{
  display: none;
}


.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #28a745;
}
.styled-checkbox:hover + label:before {
  background: #28a745;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #28a745;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-amount {
  background-color: #28a745;
  color: white;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  font-size: 20px;
}
.customCard span {
  width: 96%;
  white-space: normal;
}
.optout-count-tab{
	background-color: #1fc3d9;
}

.popup-overlay{	display:none; position:absolute;	width:100%;	height:100%; left:0; top:0;	bottom:0;	z-index:9999999999999;	box-sizing:border-box;}
.popup-overlay::before{	content:'';	position:fixed;	top:0;	bottom:0;	width:100%;	left:0;	right:0;	background:rgba(0, 0, 0, 0.78) !important;	z-index:-1;}
.popup-div{width:50%; height: auto; display: block; left:50%; top:50%;	-webkit-transform:translate(-50%,-50%);	transform:translate(-50%,-50%);	float:left;	position:fixed;	padding:0px; margin-top:8px; box-sizing:border-box;	background:#FFFFFF;}
.popup-close{position: absolute;	font-weight: bold;	z-index: -1;	right: -39px;	top: 0;	cursor: pointer;	box-sizing: border-box;	background: #ffffff;	padding: 7px;	width: 40px;	border: 2px solid #fff;}
.popup-close p{color: #fff;} 
.popup-body{float:left;	width:100%;}
.popup-body video{border:10px solid #fff;	width:100%;	max-height: 400px; min-height: 400px;	margin:0 auto;	display:block;} 

nav.side-navbar .title { 
  width: 100%;
}

table.dataTable.nowrap#outreach-schedule-table th, table.dataTable.nowrap#outreach-schedule-table td {
  white-space: normal !important;
}
.card.userCard{
  margin-bottom: 0;
}

/* .userCard:has(button.collapsed) {
  border: none;
  padding: 10px;
}

.userCard:not(:has(button.collapsed)) {
  border: 1px solid #000;
  padding: 10px;
border-radius: 6px;
} */

/* .card.userCard:has(h2.plus-icon:has(.collapsed) > button) {
  border: none;
} */


/* .card.userCard:has(h2.plus-icon:has(button.collapsed)) {
  border: 1px solid #000 !important;

} */
/* 
.card.userCard:has( h2.plus-icon:not(:has(.collapsed)) > button) {
  border: 1px solid #000 !important;
} */

ul#sideTab > li:has(a.active) .subMenu{
  display: block;
}

ul#sideTab > li:not(:has(a.active)) .subMenu{
  display: none;
}


#add-new-patient-lead-body label.error, #edit-patient-lead-body label.error {
  padding-left: 5px;
}
