.error-form{
    color: rgb(255, 0, 0) !important;
    font-size: 12px !important;
    font-family: "muliregular" !important;
    display: none;
    margin: 0 !important;
    font-style:italic;
}
.info-textbox {
    background: #ecf3f9;
    color: #6b6b6b;
    font-family: "mulisemibold";
    border: 0;
    box-shadow: none;
    outline: unset;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 25px 10px 15px;
    display: block;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: unset;
    background-position: calc(100% - 10px);
}
.btn_remove_Ins {
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  float: right;
  margin-bottom: 20px;
}
.removePaddingtop{
	padding-top: 0px;;
}

.bootstrap-datetimepicker-widget .table-condensed .prev {
	font-size: 0px !important;
  visibility: visible !important;
}
.bootstrap-datetimepicker-widget .table-condensed .next {
	font-size:0px !important;
}
.day.today.active {
  color: #fff;
  background: rgb(225, 110, 116);
  background: radial-gradient( circle, rgba(71, 128, 194, 1) 38%, rgba(232, 245, 244, 0) 42% ) !important;
}
.old.day.today{
  background: none !important;
}
.day.today:hover {
  color: #fff;
  background: rgb(225, 110, 116);
  background: radial-gradient( circle, rgba(71, 128, 194, 1) 38%, rgba(232, 245, 244, 0) 42% ) !important;
}
.old.day.today.selected-appointment {
  color: #fff !important;
  background: rgb(225, 110, 116);
  background: radial-gradient(
    circle,
    rgb(225, 110, 116) 40%,
    rgb(236, 243, 249) 42%
  );
}
.day.selected-appointment {
  color: #fff;
  background: rgb(225, 110, 116);
  background: radial-gradient( circle, rgb(225, 110, 116) 40%, rgb(236, 243, 249,0) 42% );
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: rgb(71, 128, 194);
  background: radial-gradient( circle, rgba(71, 128, 194, 1) 38%, rgba(232, 245, 244, 0) 42% ) !important;
}
.file-upload-pop {
  display: block !important;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#half-stars-example .disabled_label .rating__icon--star {
  color: #ddd !important;
} 
#half-stars-example
  .rating-hover
  .rating__input:hover
  ~ .rating__label
  .rating__icon--star,
#half-stars-example
  .rating-hover
  .rating__input:hover
  ~ .rating__label--half
  .rating__icon--star {
  color: #fcbc73;
}
.patients .sub_sec_details .section-title {
  margin-bottom: 30px;
}
.providers .sub_sec_details .section-title {
  margin-bottom: 30px;
}
.p-details ul, .p-details ol {
  color: #656666;
  font-size: 18px;
  font-family: "muliregular";
}
.p-details .disc-ul li{
  list-style-type: disc;
}
.p-details .decimal-ul li{
  list-style-type: decimal;
}
.p-details h5 {
  font-family: "poppinssemibold";
  color: #656666;
}
.p-details table {
  color: #656666;
  margin: 0px;
}
.p-details table th, .p-details table td {
  padding: 5px;
}
.datepicker th.next {
  visibility: visible !important;
}
.no-slot-available {
    margin: 0 auto;
    font-size: 18px;
    color: #e16e73;
    font-family: "muliextrabold";
}
.insurance-block .t-dropdown-list{
	max-height: 320px;
}
img.img-fluid.edit-icon {
  max-width: 15px;
}


/* MS Word Paste Overrides *****************************************************
*******************************************************************************/
.p-policey * {
    font-family: 'muliregular', serif !important;
}
.p-policey span[style*="font-size: 18pt;"] {
    font-size: 28px !important;
    font-family: "poppinssemibold", serif !important;
    color: #1d6aab !important;
    margin-bottom: 5px !important;
    margin-top:10px !important;
}
.MsoNormalTable {
    width: 100% !important;
}
p.MsoNormal,ul[style*="margin-bottom: 0in"] {
    margin-bottom: 16px !important;
}

@media (min-width:768px)
{

    body.provider-subscription .form-btn {
      display: flex;
      justify-content: space-between;
    }

    .provider-subscription .form-btn a,.provider-subscription .form-btn button
    { 
      max-width: 48%;
    
    } 
  
}

.pink-btn.status {
    background-color: #F3F8FC;
    color: #336AAB;
}

.pink-btn.status-1:hover,
.pink-btn.status-1.active {
    background-color: #4e9d70;
    color: #F3F8FC;
}

.pink-btn.status-2:hover,
.pink-btn.status-2.active {
    background-color: #E16E73;
    color: #F3F8FC;
}

.pink-btn.status-3:hover,
.pink-btn.status-3.active {
    background-color: #fc9138;
    color: #F3F8FC;
}

.notification .content-details {
    width:70%;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
}
.notification .content-details span {
    display:block;
}
.notification .content-details img {
    width: 1rem;
    margin-right:0.5rem;
}
.notification .content-block {
    margin-bottom: 2rem;
}

.notification .buttons {
    width:30%;
    display:flex;
    flex-direction:row;
    gap:1rem;
    justify-content: flex-end;
    align-items: flex-start;
}

.buttons[disabled] {
    opacity:0.5;
    pointer-events:none;
}

.notification .buttons .inner {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    background-color:#B6D8F2;
    gap:0.75rem;
    padding:0.75rem 1.75rem;
}

.notification h4 {
    margin-bottom:0.5rem;
    font-size:1rem;
    display:block;
    font-weight:bold;
    color:#4581C3;
}

.notification .content-container {
    border-radius: 0.25rem;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: flex-start;
}

.notification .buttons label {
    cursor:pointer;
    display:flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.notification .buttons label span {
    font-size: 1rem;
    font-weight: bold;
    color: #4581C3;
}

.cal-icon {
    width: 2.5rem;
    margin-right:0.5rem;
}


/* we need to create a cross browser custom checkbox with blue border and white background.
    when it is checked it should have a blue background and a white checkbox
 */
.notification .buttons input[type="checkbox"] {
    cursor: pointer;
    display: grid;
    place-content: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #386FAC;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}

.notification .buttons input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #fff;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.notification .buttons input[type="checkbox"]:checked {
    color: #fff;
    background-color: #386FAC;
    box-shadow: inset 1em 1em #386FAC;
}

.notification .buttons input[type="checkbox"]:checked::before {
    transform: scale(1);
}

@media screen and (max-width: 768px) {
    .notification .content-container {
        flex-direction: column;
    }
    .notification .content-details {
        width:100%;
    }
    .notification .buttons {
        justify-content: center;
        width:100%;
    }
}

.dashboard-box-top svg, .dashboard-box-top i, .dashboard-box-top i::before {
    color:white;
    /* filter to ensure white */
    filter: invert(100%);
    position:relative;
    top:-1px;
}