.loader-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  /* background-color: rgba(255,255,255,0.8);  */
  background-color: transparent;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loader-overlay .spinner-border {
  border-color: #4F928E;
  border-right-color: transparent;
}

.text-field.has-error,
.form-select.has-error,
.add-remove-facility.has-error {
  border: 1px solid #FF655B;
  color: #FF655B !important;
}

.pagination-div nav .flex {
  display: none;
}

.pagination-div nav .hidden svg {
  height: 20px;
}

.pagination-div nav .hidden a {
  color: #BE9B3E;
}

.pagination-div nav .hidden p {
  display: none;
}

.pagination-div nav .hidden span.relative {
  top: 10px;
}

.pagination-div {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: right;
}

.pagination-div span.px-2,
.pagination-div a.px-2,
.pagination-div span.px-4,
.pagination-div a.px-4 {
  padding: 5px 10px !important;
  display: inline-block;
  margin: 0px;
  margin-right: 0px;
  font-family: sans-serif;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border-color: #f1f1f1 !important;
}

.text-field-wrapper .bootstrap-tagsinput {
  border: 1px solid #d9dee3 !important;
  box-shadow: inherit !important;
  height: auto;
  min-height: 39px;
  width: 100%;
  padding: 7px;
}

.text-field-wrapper .bootstrap-tagsinput input {
  height: auto;
  min-height: 23px;
  width: 100%;
  left: initial !important;
  min-width: 100px;
}

.iti--show-flags {
  width: 100%;
}

.text-field-wrapper .bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background: #BE9B3E;
  padding: 0px 2px 0px 10px;
  border-radius: 4px;
  margin-bottom: 1px;
  display: inline-block;
  margin-top: 1px;
  height: 23px;
  padding-top: 1px;
}

.bootstrap-tagsinput {
  position: relative;
}

.twitter-typeahead {
  position: static !important;
  vertical-align: top;
}

.text-field-wrapper .bootstrap-tagsinput .tt-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 100%;
  right: 0px;
  top: 100% !important;
  margin-top: 1px;
  padding: 10px;
}

.text-field-wrapper .bootstrap-tagsinput .tt-menu .tt-suggestion {
  border-bottom: 1px solid #dddddd;
  padding: 5px 0px !important;
}

.text-field-wrapper .bootstrap-tagsinput .tt-menu .tt-dataset>div:last-child {
  border: none;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  padding-top: 2px;
}

input[type="number"] {
  font-family: sans-serif;
}

.text-field-wrapper .bootstrap-tagsinput {
  padding: 0px 7px;
  font-size: 11px;
  min-height: 28px;
  border: 1px solid #7B7B7B !important;
}

.navbar-nav li a,
.navbar-nav li a label {
  cursor: pointer;
}

.numaric-text {
  font-family: sans-serif !important;
}

.pagination-div span[aria-current="page"]>span {
  background-color: #BE9B3E !important;
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none !important;
}

.pagination-div nav svg {
  margin: -6px;
}

.hide {
  display: none !important;
}

.form-select {
  height: 28px;
  padding: 0px;
  padding-left: 12px;
  color: #344D4C;
  border-radius: 4px;
  border-color: #344D4C;
  font-size: 11px;
  background-position: calc(100% - 4px) center;
}

.view-password-icon-on-login {
  position: absolute;
  right: 10px;
  top: 6px;
  height: 16px;
}

.modal-title {
  font-size: 18px !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-title i {
  color: #BE9B3E;
  font-size: 18px;
}

.modal-header {
  border: none !important;
}

.twitter-typeahead {
  height: 26px;
}

.twitter-typeahead .tt-hint {
  position: relative !important;
}

.twitter-typeahead .tt-input {
  margin-top: -23px !important;
}

.filter-select {
  width: auto;
  padding-right: 26px;
  padding-top: 1px;
  font-size: 12px;
  padding-left: 10px;
}

.filter-label {
  margin-right: 10px;
  margin-top: 5px;
}

.disabled {
  pointer-events: none;
}

.clipboard-icon {
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 66px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: -31px 0px 0px -31px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.no-bg {
  background: none;
}

.save-directory {
  margin-right: 5px;
}

.add-folder {
  display: flex;
}

.add-folder-input {
  flex: 1;
  padding-right: 10px;
}

.remove-parameter {
  cursor: pointer;
}

.drag-drop .dropzone {
  border: none;
  background: none;
  padding: 0px;
  min-height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag-drop .browse-btn {
  display: inline-block;
}

.drag-drop .browse-btn span {
  padding: 0px;
  color: #BE9B3E;
}

.drag-drop .dropzone .dz-message {
  margin: 0px;
}

.files-outer {
  max-height: 200px;
  overflow: auto;
}

.provider-folder.folder-name-outer {
  max-height: 323px;
  overflow: auto;
}

.no-files-uploaded {
  border: 1px solid #DEDEDE !important;
  color: #555555;
  font-size: 13px;
  display: block;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  font-family: "ralewaysemibold";
}

/* .no-files-uploaded:hover{
	    border-color: #BE9B3E!important;
} */
.swal2-confirm.swal2-styled {
  height: 28px !important;
  background-color: #BE9B3E !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  border: none !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px 10px !important;
  font-size: 12px !important;
  font-family: "ralewayregular" !important;
}

.swal2-cancel.swal2-styled {
  height: 28px !important;
  background-color: #ffffff !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #BE9B3E !important;
  color: #BE9B3E !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px 10px !important;
  font-size: 12px !important;
  font-family: "ralewayregular" !important;
}

.swal2-cancel.swal2-styled:hover {
  background-color: #BE9B3E !important;
  color: #ffff !important;
}

.modal-content {
  top: 100px;
}

.custom-textarea {
  height: 200px !important;
  border: 1px solid #DFD3C5 !important;
}

.swal2-popup {
  padding-bottom: 0px !important;
}

.swal2-title {
  color: #555555;
  font-size: 18px !important;
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 16px !important;
  height: 50px !important;
}

.swal2-html-container {
  display: block !important;
  text-align: left !important;
  padding: 16px !important;
  margin: 0px !important;
  font-family: "ralewaymedium", sans-serif;
  font-size: 14px !important;
  padding-bottom: 20px !important;
}

.swal2-actions {
  display: flex !important;
  width: 100% !important;
  justify-content: end !important;
  padding: 12px !important;
  border-top: 1px solid #dddd;
  margin-top: 0px !important;
}

.swal2-popup {
  top: -125px !important;
}

.custom-table tbody td button:hover,
.custom-table tbody td .button:hover {
  background-color: #BE9B3E;
  color: #ffffff;
}



/* body{
  font-family: "Roboto", sans-serif;
} */
.header-section-new-rp {
  background: #333333;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.logo-header img {
  width: 70px;
}

.header-menu-list {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-colum-left {
  display: flex;
  gap: 30px;
  align-items: center;
}

.sidebar-toogle-new-rp {
  cursor: pointer;
}

.sidebar-section-new-rp {
  width: 0px;
  overflow: hidden;
  position: fixed;
  top: 60px;
  left: 0;
  height: 100%;
  background: #333333;
  z-index: 99999999;
  transition: width 0.3s ease;
  color: #fff;
}

.sidebar-menu-list-part {
  list-style: none;
  padding: 10px;
  margin: 0;
  gap: 7px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.dropdown-sidebar-rp {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sidebar-menu-list-part a {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 35px;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}

.sidebar-active svg {
  stroke: #000;
}

.sidebar-img-part-rp svg {
  width: 16px;
}

.sidebar-active {
  background: #dfbc5a;
  color: #000 !important;
}

.search-header-input {
  background-color: #494949;
  padding: 5px 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: flex;
  gap: 10px;
}

.search-header-input input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
  font-size: 14px;
  padding: 2px 0px;
  width: 100%;
}

.search-header-input input::placeholder {
  color: #b0b0b0;
}

.header-colum-search {
  max-width: 400px;
  width: 100%;
}

.bg-light-round {
  background: #494949;
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.bg-header-profile-round {
  background: #494949;
  padding: 10px;
  border-radius: 50px;
  width: auto;
  height: 40px;
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.header-profile-text {
  font-size: 14px;
  color: #fff;
}

.header-profile-img {
  background: #6c6c6c;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 4px;
}

.sidebar-toogle-new-rp svg {
  width: 30px;
}

.search-header-input svg {
  width: 20px;
}

.header-menu-list svg {
  stroke: #fff;
  width: 20px;
}

.header-menu-list a {
  position: relative;
}

.header-notification-badge {
  background: #e23246;
  position: absolute;
  top: -3px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  right: -2px;
  line-height: normal;
}

.sub-sidebar-menu-part {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.sidebar-menu-list-part [aria-expanded="true"] .rp-sidebar-drop-arrow img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-menu-list-part .rp-sidebar-drop-arrow img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.drop-down-sidebar-rp {
  justify-content: space-between;
}

.disabled-link a {
  pointer-events: none;
  cursor: default;
}

/* Custom show animation */
@keyframes dropFromTop {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.swal2-show.custom-animation {
  animation: dropFromTop 0.3s ease-in-out;
}

#recurringModal {
  background: rgba(0, 0, 0, 0.5);
}

#workflowNoteModal .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100%;
}

#workflowNoteModal .modal-dialog {
  pointer-events: inherit;
}

.updates-button,
.updates-referral-button {
  position: absolute;
  right: 7px;
  z-index: 10;
  top: 3px;
}

.radio-bar {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.radio-bar .radion-range-block {
  flex: 1;
}

.radio-bar .radion-range-block label {
  border: 1px solid #7B7B7B;
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  margin-left: -1px;
}

.radio-bar .radion-range-block input {
  position: absolute;
  left: 0px;
  visibility: hidden;
}

.radio-bar input:checked+label {
  background-color: #BE9B3E;
  color: #FFFFFF;
}

#recurringModal .modal-dialog {
  max-width: 350px;
  min-width: initial;
}

.freq-field,
.freq-field-type {
  display: flex;
  align-items: center;
}

.freq-field label {
  padding-right: 5px;
}

.freq-field .field-icon {
  flex: 1;
}

.freq-field-type label,
.freq-field-type .field-icon {
  display: inline-block;
  padding-right: 5px;
}

.month-week .text-field,
.month-week .form-select {
  width: 55px;
}

.form-select.has-error:focus {
  border-color: red !important;
}

.has-error {
  border-color: red !important;
}

.has-date-error {
  border-color: red !important;
}

.radio-bar .has-error {
  border-color: red;
}

.btn-group {
  display: inline-flex;
  border: 1px solid #BE9B3E;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.table-filters-left button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border-top: initial;
  border-bottom: initial;
  border-right: initial;
}

.table-filters-left button:first-child {
  border-left: initial;
}

.table-filters-left button:last-child {
  border-right: initial;
}

.task-stats {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.stats-info {
  display: inline-flex;
  align-items: end;
  margin-left: 20px;
}

.stats-info span {
  font-size: 22px;
  color: #BE9B3E;
  font-family: sans-serif;
  line-height: 23px;
  margin-right: 3px;
}

.stats-info label {
  font-size: 13px;
  color: #555555;
}

.stats-info select {
  border: none;
  font-size: 13px;
  padding-right: 25px;
}

.view-recurring,
.view-recurring:hover {
  border: 1px solid #BE9B3E;
  background: #ffffff;
  color: #BE9B3E;
  height: 24px;
  padding: 7px;
  margin-left: 7px;
}

.view-recurring i {
  margin-right: 0px;
}

#payerModal .modal-content {
  top: 0px;
}

/* .custom-popup{
  width: 100%;
} */
.word-break {
  overflow-wrap: break-word;
}

.user-data span.word-break {
  line-height: 14px;
}

.provider-credentials tbody>tr:last-child td {
  border: none;
}

.custom-table .w-5 {
  width: 5%;
}

.custom-table .w-10 {
  width: 10%;
}

.custom-table .w-15 {
  width: 15%;
}

.custom-table .w-20 {
  width: 20%;
}

.custom-table .w-25 {
  width: 25%;
}

.custom-table .w-30 {
  width: 30%;
}

.custom-table .w-35 {
  width: 35%;
}

.custom-table .w-40 {
  width: 40%;
}

.custom-table .w-45 {
  width: 45%;
}

.custom-table .w-55 {
  width: 55%;
}

.custom-table .w-60 {
  width: 60%;
}

.custom-table .w-65 {
  width: 65%;
}

.custom-table .w-70 {
  width: 70%;
}

.custom-table .w-75 {
  width: 75%;
}

.custom-table .w-80 {
  width: 80%;
}

.custom-table .w-85 {
  width: 85%;
}

.custom-table .w-90 {
  width: 90%;
}

.custom-table .w-95 {
  width: 95%;
}

.new-accordion .nav-tabs .nav-link.active {
  border-bottom: 1px solid #ffffff;
}

#updateNoteModal .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100%;
}

#updateNoteModal .modal-dialog,
#updateReferralNoteModal .modal-dialog {
  pointer-events: inherit;
}

#emailModal .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100%;
}

#emailModal .modal-dialog,
#existingClientModal .modal-dialog,
#newClientModal .modal-dialog {
  pointer-events: inherit;
}

.richtexteditor {
  height: 200px;
}

.files-outer .files-uploaded {
  padding: 5px 10px 5px 10px;
}

.uploaded-file-new {
  padding-right: 56px !important;
}

.facility-note {
  position: relative;
  padding-left: 30px !important;
}

.facility-note a {
  position: absolute;
  left: 10px;
  top: 11px;
  color: #BE9B3E;
}

.modal-dialog.modal-large {
  width: 1000px;
  max-width: 96%;
}

.modal-dialog.modal-large .custom-popup {
  width: 100%;
  margin: auto;
}

.update-email-type {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}

#emailModal .richtexteditor,
#existingClientModal .richtexteditor,
#newClientModal .richtexteditor {
  height: 400px !important;
  overflow: auto;
}

.task-edit {
  width: 100%;
  display: block;
  color: #656575;
}

.table-hover tbody tr td {
  padding: 0px;
}

.table-hover tbody tr td a {
  padding: 10px;
}

.table-hover tbody tr:hover {
  background: #fbf9f3;
}

#addTaskModal .modal-dialog {
  max-width: 650px;
}

#addTaskModal .modal-dialog .modal-content {
  top: 10px;
}

#addTaskModal .modal-dialog .modal-content #details {
  height: 180px;
}

.provider-credentials td,
.provider-credentials th {
  font-size: 12px;
}

.field-icon i {
  top: 6px;
  line-height: initial;
}

.custom-table tbody td select.form-control {
  line-height: 12px;
}

.update-no-record {
  text-align: center;
  color: #525256;
  font-size: 13px;
  font-family: 'ralewaysemibold';
  border: 1px solid #DFD3C5;
  padding: 50px !important;
  text-align: center;
}

.provider-footer-note {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  padding-left: 15px;
}

.provider-footer-note label {
  font-size: 12px;
  color: #656575;
  display: block;
  line-height: 13px;
  margin-bottom: 2px;
}

.provider-footer-note p {
  display: block;
  font-size: 12px;
  line-height: 15px;
}

.provider-doc-buttons-outer {
  display: flex;
}

rte-bottom rte-taglist,
rte-textcounter,
rte-bottom rte-powerby a,
rte-floatpanel,
rte-plusbtn {
  display: none !important;
}

/* .richtexteditor.rte-modern rte-bottom{
  position: absolute;
  z-index: -1;
  left: 0px;
} */
/* 
.richtexteditor.rte-modern rte-bottom {
  display: none!important;
} */
/* .richtexteditor rte-bottom *{
  display: none !important;;
} */


.accordion-with-edit .nav-item {
  position: relative;
}

.accordion-with-edit .nav-item a {
  position: absolute;
  top: 8px;
  right: 11px;
}

.accordion-with-edit .nav-item button {
  padding-right: 26px !important;
}

.accordion-with-edit .nav-item a i {
  color: #ffffff;
}

.accordion-with-edit .nav-item button.active+a i {
  color: #BE9B3E;
}

.selectize-input .item {
  background: #BE9B3E !important;
  color: #ffff !important;
  border-radius: 4px !important;
}

.selectize-input .item a {
  border-left: none !important;
}

.selectize-control.multi .selectize-input.has-items {
  padding: calc(4px - 2px - 0px) 8px calc(4px - 2px - 3px - 0px) !important;
}

.selectize-dropdown-content .option {
  border-bottom: 1px solid #dddddd !important;
  padding: 10px 5px 10px 10px !important;
}

.table-row-link td {
  padding: 0px !important;
}

.table-row-link a {
  display: block;
  padding: 10px;
  color: #656575;
  font-size: 12px;
}

.table-filter {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.table-filter label {
  margin-bottom: 2px;
}

.table-filter .form-select {
  min-width: 140px;
}

.table-filter-outer {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 0px;
  margin-bottom: 10px;
}

th.sort-order {
  cursor: pointer;
}

th.sort-order i {
  font-size: 11px;
}

.show-all {
  display: inline-flex;
  margin-top: 18px;
  margin-right: 10px;
}

.facility-payers-outer {
  max-height: 378px;
}

.facility-provider-outer {
  max-height: 395px;
}

.facility-payers,
.facility-provider {
  min-width: 100%;
}

.facility-payers-outer,
.facility-provider-outer {
  max-width: 500px;
}

.payer-table-action {
  width: 100px;
  padding: 5px !important;
}

.provider-table-action {
  width: 100px;
}

.simple-link {
  color: #BE9B3E;
}

.background-dark {
  background: #fdf7e7;
}

.upload-file-btn:hover .button-outline {
  background-color: #BE9B3E;
  color: #ffffff;
}

.upload-file-btn input {
  position: absolute;
  top: 0px;
  opacity: 0;
}

.view-attachment {
  font-size: 13px;
}

.view-attachment:hover {
  text-decoration: underline;
}

.upload-error-message {
  color: red;
  font-size: 13px;
}

.selected-file-name {
  font-size: 13px;
}

.remove-info-btn {
  position: absolute;
  right: 0px;
  bottom: 17px;
}

#form-main-div>div {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

#form-main-div>div:last-child {
  border: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#form-main-div>div:first-child .remove-info-btn {
  display: none;
}

#contact-main-div>div {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}

#contact-main-div>div:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.show-emails {
  background: #f9efd2;
  padding: 3px 10px 5px;
  border-radius: 31px;
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

.show-email-outer {
  display: inline-block;
}

/* .hospital-note-outer{
  max-width:200px;
} */
.hospital-note {
  display: flex;
  position: relative;
  margin: 10px 0px;
  min-height: 15px;
}

.hospital-note a {
  position: static;
  left: 0px;
}

.hospital-note .updatenote {
  position: absolute;
  left: 0px;
  top: 0px;
}

.workflow-date-picker-filter {
  display: flex;
}

.workflow-date-picker-filter select {
  min-width: 120px !important;

}

.workflow-date-picker-filter input {
  height: 28px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #000;
  margin-left: 8px;
  font-size: 11px;
  font-family: arial;
  padding: 0px 9px;
  width: 107px;
}

.provider-title {
  cursor: pointer;
}

.update-send {
  display: flex;
  padding-right: 60px;
}

.update-send-field {
  display: flex;
}

.update-send .show-emails {
  margin-bottom: 3px;
  margin-top: 3px;
}

.linked-facility-actions {
  display: block;
  width: 100%;
}

.linked-facility-actions .custom-checbox {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px;
}

.linked-facility-actions .custom-checbox label {
  white-space: nowrap;
}

.facility-provider .td-facility-name {
  width: 25%;
}

.facility-provider .facility-npi-table-select {
  width: 15%;
}

.min-w-700 {
  min-width: 700px;
}

.has-value {
  border: 1px solid #FF655B;
  color: #FF655B !important;
}

input.has-value+label:before {
  border: 1px solid red;
}

input.has-value+a.button-outline {
  border: 1px solid red;
  color: red !important;
}

input.has-value[type="file"]+a:hover {
  background: none;
}

.doc-button-outer.has-value {
  border: 1px solid red;
  padding: 0px 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.doc-button-outer.has-value button {
  color: red;
}

.thankyou-div-outer .login-button {
  display: inline-block;
  width: auto;
  margin: auto;
}

.thankyou-div-outer .title-detail {
  width: 100%;
}

.thankyou-div-outer .login-title {
  font-size: 24px;
}

.thankyou-div-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* .workflow-section{
  border: 1px solid #BE9B3E;
  border-radius:8px;
  -webkit-border-radius:8px;
  padding:15px;  
  padding-bottom:0px;
  margin-bottom:30px;
} */
.workflow-facility-provider .accordion-body {
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  min-height: 77px;
}

.workflow-facility-provider .tab-pane {
  border-top: initial !important;
  display: block;
}

.workflow-facility-provider button {
  display: none;
}

.workflow-facility-provider .accordion-collapse {
  display: block;
}

.workflow-facility-provider .workflow-section-title {
  background-color: #BE9B3E;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;

}

.accordion-header-custom .workflow-section-title {
  background-color: #BE9B3E;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
}

.provider-credential-followup {
  /* min-width: 1323px;
  height: 200px;
  padding: 10px; */
}

.provider-credential-textarea-title {
  color: #000000;
  font-size: 15px;
  display: block;
  font-family: "ralewaysemibold";
  margin-bottom: 5px;
}

.updates_record_list .accordion-item h2 {
  display: flex;
  align-items: center;
  background-color: #fbf9f5;
}

.updates_record_list .accordion-item .accordion-button {
  background-color: #fbf9f5;
  outline: initial !important;
  box-shadow: initial !important;
}

.record_list .accordion-item h2 {
  display: flex;
  align-items: center;
  background-color: #fbf9f5;
}

.record_list .accordion-item .accordion-button {
  background-color: #fbf9f5;
  outline: initial !important;
  box-shadow: initial !important;
}

.record_list .last_update_facility_popup {
  font-size: 13px;
  color: #BE9B3E;
  padding-right: 90px;
}

.updates_record_list .last_update_facility_popup {
  font-size: 13px;
  color: #BE9B3E;
  padding-right: 90px;
}

.last_update_popup .modal-dialog {
  pointer-events: initial !important;
}

.sort-order-update {
  cursor: pointer;
}

.last-update-popup .table-responsive {
  margin-top: 15px;
  margin-bottom: -24px;
  overflow-y: auto;
  max-height: 275px;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: bolder;
  margin: -1px;
  color: #ffff;
  font-size: 12px;
  font-family: sans-serif;
}

.facility-user-names span,
.facility-name-span {
  float: left;
}

#diff-address-div,
#diff-contact-div {
  color: #BE9B3E;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

th.sort-cls-th {
  cursor: pointer;
}


/* #lastUpdatePopup .get_update_last_content ,#emailModal .ck.ck-editor__main {
    display: flex;
    flex-direction: column;
    flex: 99 1 0%;
    position: relative;
    overflow-y: auto;
    height: 480px;
} */

#emailModal .table {
  display: flex;
  flex-direction: column;
  flex: 99 1 0%;
  position: relative;
  overflow-y: auto;

}

#emailModal .table {
  height: 120px !important;
}

#emailModal .table:first-child {
  height: auto !important;
}

#lastUpdatePopup img,
#emailModal span.image-inline.ck-widget {
  width: 195px;
}


#lastUpdatePopup .table td,
#emailModal .table tbody td {
  font-size: 12px;
  color: #656575;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

#lastUpdatePopup .table,
#emailModal .table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  width: 100%;
  background: #ffffff;
}

#lastUpdatePopup .table thead th,
#emailModal .table thead th {
  font-size: 12px;
  color: #555555;
  padding: 10px;
  font-family: "ralewaybold";
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}


.last-update-popup .table {
  margin-top: 15px;
  margin-bottom: -24px;
  overflow-y: auto;
  max-height: 230px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 767px) {
  .last-update-popup .table {
    overflow-x: hidden;
  }
}

.last-update-popup table {
  width: 100%;
}

.ck-mass {
  width: 100% !important;
  display: flex !important;
  justify-items: center !important;
}

.portal-div .ck-blurred a,
.portal-div .ck-content a {
  height: 28px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  font-size: 12px !important;
  font-family: "ralewayregular";
  background: #198754;
  margin: 10px 0;

}


.portal-div .ck-blurred p:nth-child(2),
.portal-div .ck-content p:nth-child(2) {
  text-align: center !important;
}

#monitoring_setting {
  cursor: pointer;
  color: #BE9B3E;
  font-size: 24px;

}

.form-container {
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.form-container h1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.form-container #add_task_btn {
  background-color: #BE9B3E !important;
}

.ck-editor__editable.has-error {
  border-color: #a94442 !important;
}


.resources_task_ul {
  margin: 10px 0;
  border: 1px solid #DEDEDE;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}

.resources_task_ul li {
  cursor: pointer !important;
  padding: 5px 10px;
  border-bottom: 1px solid #DEDEDE;
}

.resources_task_ul li:last-child {
  border-bottom: 0;
}



.resources_task_ul .task-item i {
  font-size: 12px;
}

.resources_task_ul .task-item-tasks i {
  font-size: 12px;
}


.resources_task_ul .list-icon i {
  font-size: 12px !important;
  cursor: pointer;

}

.resources_task_ul .list-icon i {
  color: #BE9B3E !important;
}

.resources_task_ul .task-text {

  color: #656575;
  font-size: 12px;
}


.ashlik-text {
  padding: 5px 15px;
  border: 1px solid #7B7B7B;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}

.popup-header-link-text span a {
  color: #BE9B3E !important;
  margin-bottom: 10px !important;
}

.form-full-height {
  /* min-height: 180px; */
  min-height: 121px;
}

/* 
.bg{
  color:#fff5db
} */

.reset-days-width {
  max-width: 70px;
}


.optOut-card {
  border: 1px solid #BE9B3E !important;
}

.provider-mon table th,
.provider-mon table td {
  border: none;
}


.provider-mon .table-responsive {
  border: none !important;
}


.radio-card p {

  color: #656575;
  font-size: 12px;
}

.radio-card h6 {

  color: #656575;
  /* font-size: 14px; */
}


.radio-card h6,
.radio-card p,
.radio-card .row {
  padding: 10px;
}


.radio-card .custom-checbox label:before {

  border-radius: 25px;
}

/* .faciity-monitering-table{
  width: 60% !important;
} */
#updateMoniteringTasks,
#updateMoniteringNotes {
  height: 28px;
  background-color: rgb(25, 135, 84);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  font-size: 12px !important;
  font-family: "ralewayregular";
}

#updateMoniteringNotes {
  background-color: #BE9B3E;
}

.task-edit-monitering:hover {
  color: #BE9B3E;
  text-decoration: underline;
  /* add underline on hover */
}


/* #taskNotificationBadge {
  position: absolute;
  bottom: 11px;
  left: 15px;
  display: none;
  color: white;
  background: red;
  border-color: white;
  font-size: 9px;
} */

#taskNotificationBadge {
  background: #e23246;
  position: absolute;
  top: -3px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  right: -2px;
  line-height: normal;
}

input.has-error+label:before {
  border: 1px solid red;
}

.ck-body-wrapper {
  z-index: 99999;
  position: relative;
}

.ck-link-form__url {
  pointer-events: auto !important;
  opacity: 1 !important;
  z-index: auto !important;
}

#addTaskModelBody .custom-popup {
  width: 535px;
}

.setting_div_cls {
  max-height: 340px !important;
}

.task-text {
  margin-left: 10px;
}

.ck.ck-editor__editable_inline {
  font-family: Arial, sans-serif !important;
}

#resourceSettingModelBody .custom-popup {
  width: 540px !important;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;

}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


#ProviderMoniteringSection thead tr th,
.faciity-monitering-table thead tr th {
  color: #525256;
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "ralewaysemibold";

}

.nav-item .dropdown-content {
  padding: 15px 15px 33px 15px;
  min-width: 250px;
  border-radius: 12px;


}

.nav-item .dropdown-content::after {
  display: none;
  content: '';
  position: absolute;
  top: -7px;
  right: 17px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  transition-duration: 2ms;
}

.nav-item .dropdown-content:hover:after {
  display: block;
}


.nav-item .dropdown-content .see-all-btn {
  position: absolute;
  bottom: -32px;
  right: 50%;
  transform: translateX(53%);

  color: #BE9B3E !important;
  font-weight: 600;

  padding: 0px 10px;
  font-size: 13px !important;
  font-family: "ralewayregular";
}


.nav-item .dropdown-content .see-all-btn:hover:after {
  border: 0 !important;
  height: 0 !important;
}

.nav-item .dropdown-content .notification-heading {
  color: #000;
  padding-left: 0;

  margin: 10px 0 15px 0;

  font-size: 18px;
  font-family: "ralewaymedium";
  color: #555555;
}

.nav-item .dropdown-content .notification-body {
  overflow-y: auto;
  max-height: 350px;
  margin-bottom: 10px;

}

.nav-item .dropdown-content .notification-body a h6 {
  color: #000;
  padding-left: 0;
  padding: 12px 0px;
  font-size: 13px;
  margin-bottom: 5px;
  font-family: "ralewaysemibold";

}

.nav-item .dropdown-content .notification-body a {
  margin: 5px 0 15px 0 !important;
}

.nav-item .dropdown-content .notification-body a p {
  color: #656575;
  padding-left: 0;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: "ralewaysemibold";

}

.nav-item .dropdown-content .no-notification {
  font-size: 13px;
  color: #000;
  position: absolute;


}

.radio-card .form-label {

  font-family: 'ralewaymedium';
}





.dropdown-Wrapper {
  height: 35px;
  width: 50px;
  top: 35px;
  position: absolute;
}

.w-10 {
  width: 10% !important
}

.w-15 {
  width: 15% !important
}

.w-20 {
  width: 20% !important
}

.w-35 {
  width: 35% !important
}


#facilityMoniteringSection .comment-field {
  max-width: 360px;
}



@media only screen and (max-width: 997px) {

  .nav-item .dropdown-content {
    left: -7px !important;
    top: -4px;
    width: 98vw;

  }

  .nav-item .dropdown-content::after {
    left: 9px;
  }

  .search-mobile-custom {
    padding: 10px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    display: block;
    background: #333333;
  }

  .search-desktop-custom {
    display: none;
  }
}





.custom-popup-header-center .popup-cross {
  position: absolute !important;
  right: -2px !important;
  top: -2px !important;


}

.npi-div-cls i.bi.bi-clipboard {
  font-size: 13px !important;
}

.npi-div-cls i {
  color: #BE9B3E !important;
}

.npi-div-cls span.tooltiptext {
  color: #fff !important;
  font-size: 13px !important;
}

.npi-div-cls .detail-span {
  font-size: 12px !important;
}

.npi-div-cls p {
  font-size: 12px !important;
}

.has-error-date {
  border: 1px solid #FF655B;
  color: #FF655B !important;
}

/* .updateproperty-cus .popup-overlay {
  height: auto !important;
}
.updateproperty-cus .custom-popup {
  height: 95vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.updateproperty-cus .modal-dialog.modal-large {
  width: auto !important;
  max-width: 100% !important;
}
.updateproperty-cus  #emailModal .table {
  overflow-y: hidden !important;
} */

.updateproperty-cus #emailModal .table:first-child {
  height: 100px !important;
  margin-top: 10px;
}

.updateproperty-cus .custom-popup .popup-header {
  margin-bottom: 10px !important;
}

#monitering_notes_form {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

form#monitering_notes_form label {
  font-size: 13px !important;
}

.resource-tasks-div input#resetDays {
  height: 24px;
  font-size: 14px;
}

.resource-tasks-div .popup-header {
  margin: 0px;
  padding-bottom: 15px;
}

.resource-tasks-div .modal-body {
  padding: 0px;
}

.monitoring_tasks_div u {
  width: 90%;
  display: inline-block;
}

.custom-cls-dialog {
  min-width: 600px !important;
}

#lastUpdatePopup img,
.completeEmailModal span.image-inline.ck-widget {
  width: 195px;
}

.include-opt-out {
  margin-top: 6px !important;
}
.td-padding-rp-services td {
    padding: 0px 10px !important;
}


.arrow-rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.td-sub-content-drop {
    background-color: #fff;
    padding: 0;
    margin: 10px 0px;
    list-style: none;
    padding: 12px;
}
.bg-light-color-td {
    background: #fbf9f3;
}


/* accordion css */

.rp-accordian-content {
    overflow: hidden;
    transition: height 0.4s ease;
    margin: 0px;
    background: #fbf9f3;
}

  .rp-table-data {
    border: 1px solid #D7D9F1;
    border-radius: 10px;
  }

.rp-table-style-custom {
    font-size: 12px;
    font-weight: 500;
    height: auto;
    margin-bottom: 0px;
    width: 100%;
    background: #fff;
    width: 99%;
    margin: 5px auto;
    border-radius: 10px;
}

  .document-table-ui tr {
    background-color: rgb(33 47 184 / 5%);
  }

  .table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
  }

  .table-head th:first-child {
    border-left: 0px !important;
  }

  .document-table-ui th {
    background-color: #fff !important;
    color: rgb(13 18 28 / 60%);
    font-size: 12px;
    border: none;
    text-transform: uppercase;
  }

  .table-head th {
    border: none;
    line-height: normal;
    vertical-align: middle;
    /* min-width: 140px; */
    font-weight: 500;
    height: 40px;
    border-left: 1px solid #ced2f5;
    border-right: 1px solid #ced2f5;
    font-size: 12px;
    width: max-content;
  }

  .rp-table-th {
    position: relative;
  }

  .document-table-ui tr {
    background-color: rgb(33 47 184 / 5%);
  }

  .table-last-td-border-visible tr:nth-last-child(2) td {
    border-bottom: none;
  }

  .rp-table-style-custom tbody td {
    padding: 0px;
  }

  .rp-table-style-custom a {
    text-decoration: none;
    color: rgb(13 18 28 / 70%);
    display: inline-block;
    font-size: 12px;
    /* background-color: #dac1c1; */
    width: 100%;
    padding: 0px !important;
  }

  .td-content-cell {
    display: inline-flex;
    align-items: center;
    height: 40px;
    min-height: fit-content;
    max-height: unset;
    padding: 0.5rem 0.5rem;
  }

  .main-collaspe-title {
    display: flex;
  }

.rp-accordation-icon img {
    padding: 17px 12px;
    position: absolute;
    top: 0px;
    filter: invert(1);
    width: 33px;
    left: 0px;
}

.position-realtive-rp{
  position: relative;
}
.pl-25{
  padding-left: 25px;
}
  .doc-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 10px;
    padding-left: 26px;
  }
.sub-tr-according-rp-head {
    background: #f0ebdf;
}
.sub-tr-according-rp-head tr:hover {
    background: #f0ebdf !important;
}
.fix-colum-with-popup {
    width: 80%;
}
.golden-color{
  color: #BE9B3E;
  cursor: pointer;
}
.delete-red {
    color: #ff4d4d;
    cursor: pointer;
}
.button-outline-popup {
    border: 1px solid #BE9B3E;
    background-color: #fff !important;
    color: #BE9B3E !important;
}
.cursor-auto a{
  cursor: auto;
}
.red-color-btn {
    border: 1px solid #ffb8b8 !important;
    background-color: #ffecec !important;
    color: #fe2626 !important;
}
.tr-bg-active
{
  background-color: #fbf9f3;
}
div#updatePayerModal {
    background: rgb(0 0 0 / 50%);
}
  /* end accordion css */
