@charset "UTF-8";

@font-face {
  font-family: "ralewaylight";
  src: url("../fonts/raleway-light-webfont.woff2") format("woff2"), url("../fonts/raleway-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "ralewayregular";
  src: url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ralewaysemibold";
  src: url("../fonts/raleway-semibold-webfont.woff2") format("woff2"), url("../fonts/raleway-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ralewaymedium";
  src: url("../fonts/raleway-medium-webfont.woff2") format("woff2"), url("../fonts/raleway-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "ralewaybold";
  src: url("../fonts/raleway-bold-webfont.woff2") format("woff2"), url("../fonts/raleway-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color: #344D4C;
}

img {
  max-width: 100%;
}

body {
  font-family: "ralewaymedium", sans-serif;
  font-size: 14px;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}

/******************************** Login-signup *****************************/
.login-signup-outer {
  display: flex;
  height: 100%;
  position: fixed;
  width: 100%;
}

.login-signup-outer section {
  flex: 1;
  padding: 50px 50px;
}

.login-signup-left {
  background-color: #333333;
  color: #ffffff;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  max-width: 40%;
}

.login-logo {
  display: inline-block;
  margin-bottom: 80px;
}

.login-signup-left h3 {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: "ralewaybold";
}

.login-signup-left p {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "ralewaylight";
}

.login-img {
  height: 240px;
  display: inline-block;
  margin: 70px 0px 5px;
}

.login-title {
  color: #27272E;
  font-size: 20px;
  font-family: "ralewaysemibold";
}

.login-form-outer {
  max-width: 382px;
  margin: auto;
  top: 50%;
  position: relative;
  margin-top: -209px;
}

.title-detail {
  font-size: 12px;
  color: #344D4C;
  font-family: "ralewaymedium";
}

.text-field {
  width: 100%;
  height: 28px;
  border: 1px solid #7B7B7B;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 10px;
  color: #344D4C;
  font-size: 12px;
}

.text-field:focus {
  box-shadow: 0px 0px 0px 2px #f7ecce;
}

input::-moz-placeholder {
  color: #87A09E;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-label {
  color: #525256;
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "ralewaysemibold";
}

.form-label span {
  color: #BE9B3E;
}

.term-condition {
  font-size: 12px;
  color: #373B56;
}

.term-condition a {
  font-weight: bold;
}

.login-button {
  background-color: #BE9B3E;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-family: "ralewaysemibold";
  display: block;
  text-align: center;
  border: none;
  width: 100%;
  height: 28px;
  color: #ffffff;
  padding: 5px 9px;
  margin-top: 30px;
}

.login-button:hover {
  background-color: #dfbc5a;
}

.or {
  border-bottom: 1px solid #BAC4CD;
  width: 345px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 14px;
  margin-bottom: 33px;
}

.or span {
  font-size: 14px;
  color: #C7CBCE;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  padding: 0px 10px;
  bottom: -11px;
}

.login-with {
  height: 50px;
  display: block;
  border: 1px solid #111113;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #111113;
  margin-bottom: 20px;
  padding-top: 10px;
}

.login-with img {
  display: inline-block;
  margin-right: 10px;
}

.already-account {
  font-size: 16px;
  color: #67717E;
  text-align: center;
  margin-bottom: 20px;
}

.already-account a {
  color: blue;
  font-weight: bold;
}

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

.keep-login {
  font-size: 16px;
  color: #676977;
}

.forgot-password {
  color: #BE9B3E;
  font-size: 12px;
  font-family: "ralewaysemibold";
  float: right;
}

.forgot-password:hover {
  text-decoration: underline;
}

.login-logo-mobile {
  display: none;
}

.login-main-text {
  position: relative;
  top: 25%;
  margin-top: -100px;
}

/******************************** Login-signup *****************************/
.sidebar {
  height: 80vh;
  padding: 20px 20px;
  position: fixed;
  left: 0px;
  top: 0px;
  overflow-y: hidden;
  transition: all 0.5s;
  z-index: 10;
  width: 250px;
  background-color: #333333;
}

.sidebar .sidebar-logo {
  padding-left: 0px;
  width: 60px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  width: 100%;
}

.sidebar .sidebar-logo img {
  height: 60px;
}

.sidebar ul.side-links {
  padding: 0px 0px;
  display: block;
  padding-top: 21px;
  margin-top: 21px;
  overflow-y: auto;
  height: 83%;
  overflow-x: hidden;
  border-top: 1px solid #DAD7C1;
}

.sidebar ul.side-links li {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.sidebar ul.side-links li a {
  color: #ffffff;
  display: flex;
  padding: 8px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  opacity: 0.75;
  align-items: center;
}

.sidebar ul.side-links li a i {
  font-size: 20px;
}

.sidebar ul.side-links li a label {
  color: #ffffff;
  font-size: 13px;
  padding-left: 15px;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}

.sidebar ul.side-links li a:hover,
.sidebar ul.side-links li a.active {
  background-color: #BE9B3E;
  color: #ffffff;
  opacity: 1;
  position: relative;
}

.sidebar ul.side-links li a:hover::after,
.sidebar ul.side-links li a.active::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  left: 3px;
}

.sidebar ul.side-links li a:hover i,
.sidebar ul.side-links li a.active i {
  color: #ffffff;
}

.sidebar ul.side-links li a:hover label,
.sidebar ul.side-links li a.active label {
  color: #ffffff;
}

header {
  padding: 10px 0px;
  min-height: 60px;
}

.header-user {
  display: inline-flex;
  align-items: center;
  border: 1px solid #BE9B3E;
  padding: 5px 10px 5px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}

.header-user span {
  font-size: 15px;
  margin-right: 10px;
  color: #ffffff;
}

.header-user i {
  color: #ffffff;
}

.drop-down-box {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  z-index: 1;
  width: 100%;
  right: 0px;
  min-width: 150px;
  padding: 8px 13px;
  display: none;
  background-color: #ffffff;
  border: 1px solid #DEDEDE;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 3px 3px #dddddd;
}

.drop-down-box a {
  color: #656575;
  font-size: 12px;
  font-family: "ralewaysemibold";
  display: block;
  padding: 3px 0px;
}

.drop-down-box a:hover {
  color: #BE9B3E;
}

.header-user:hover .drop-down-box {
  display: block;
}

.content {
  padding: 20px 15px;
}

.content .main-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "ralewaymedium";
  color: #555555;
}

.content .main-title a {
  color: #555555;
}

.card {
  border: 1px solid #DEDEDE;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.card .table-responsive {
  box-shadow: initial;
  border: none;
}

.navbar-toggler {
  display: none;
}

.sidebar.collapse:not(.show) {
  display: block;
}

.table-search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.search {
  width: 250px;
  height: 28px;
  border: none;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 6px;
  padding-left: 10px;
  padding-right: 35px;
  font-size: 12px;
  background-size: 15px;
  border: 1px solid #7B7B7B;
}

.button {
  height: 28px;
  background-color: #BE9B3E;
  -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";
}

.button i,
.button svg {
  font-size: 12px;
  margin-right: 4px;
}

.button:hover {
  background-color: #d7b34e;
}

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

.button-outline i,
.button-outline svg {
  font-size: 17px;
  margin-right: 7px;
}

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

.table-responsive {
  border: 1px solid #DEDEDE;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.custom-table {
  width: 100%;
  min-width: 700px;
  font-family: "ralewaymedium";
}

.custom-table thead th {
  font-size: 12px;
  color: #555555;
  padding: 10px;
  font-family: "ralewaybold";
  border-bottom: 1px solid #DEDEDE;
  white-space: nowrap;
}

.custom-table tbody tr:last-child td {
  border: none;
}

.custom-table tbody td {
  font-size: 12px;
  color: #656575;
  padding: 10px;
  border-bottom: 1px solid #DEDEDE;
  font-family: "ralewaymedium";
}

.custom-table tbody td .user-img {
  width: 24px;
  height: 24px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: -2px;
  display: inline-block;
}

.custom-table tbody td select.form-control {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 10px;
  font-size: 12px;
  padding-right: 22px;
  width: 130px;
  height: 28px;
}

.arrow-icon,
.arrow-icon-fac {
  background: #fff;
  border: 1px solid #be9b3e;
  border-radius: 40px;
  padding: 5px;
  width: 23px;
  height: 23px;
  display: flex;
  position: absolute;
  left: 48%;
  align-items: center;
  text-align: center;
  bottom: -12px;
  cursor: pointer;
}

.padding-cls-custom {
  padding-bottom: 12px !important;
}

select.form-control.form-select.facility_provider_id {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px !important;
  width: 210px;
}

.arrow-icon img,
.arrow-icon-fac img {
  width: 25px;

}

.position-relative-custom {
  position: relative;
  padding-bottom: 12px !important;
}

.mt-cus {
  margin-top: -1px;
}

.custom-table tbody td button,
.custom-table tbody td .button {
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #BE9B3E;
  color: #BE9B3E;
  white-space: nowrap;
  padding: 0px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

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

.form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.table-filters {
  display: flex !important;
  justify-content: space-between;
  padding: 10px 10px;
}

.table-filters-right {
  flex: 1;
  justify-content: end;
  display: flex;
}

.nav-tabs-custom {
  border-bottom: 1px solid #DFD3C5;
}

.nav-tabs-custom .nav-link {
  color: #525256;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  font-family: "ralewaysemibold";
  font-size: 15px;
}

.nav-tabs-custom .nav-link.active,
.nav-tabs-custom .nav-link:hover {
  background: none;
  border: none !important;
  border-bottom: 2px solid #BE9B3E !important;
}

.form-title {
  color: #525256;
  font-size: 13px;
  font-family: "ralewaysemibold";
  display: block;
  margin-bottom: 25px;
  display: block;
  border-left: 3px solid #BE9B3E;
  padding-left: 8px;
}

.accordion-button .form-title {
  border-left: none;
  padding-left: 0px;
}

.field-icon {
  position: relative;
}

.field-icon i {
  position: absolute;
  right: 9px;
  top: 4px;
  font-size: 14px;
}

.custom-btn-group .btn-check:checked+.btn {
  background-color: #BE9B3E;
  border-color: #BE9B3E;
}

.custom-btn-group .btn-outline-primary {
  border-color: #BE9B3E;
  color: #BE9B3E;
  font-size: 13px;
}

.npi-link {
  position: absolute;
  right: 0px;
  color: #BE9B3E;
  text-decoration: underline;
  font-size: 12px;
  top: 100%;
  margin-top: 2px;
}

.custom-checbox label {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}

.custom-checbox label:before {
  content: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #BE9B3E;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  left: 0px;
}

.custom-checbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
}

.custom-checbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #BE9B3E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.facility-provider {
  width: 400px;
  max-width: 100%;
  border: 1px solid #DFD3C5;
}

.facility-provider th {
  font-family: "ralewaysemibold";
  font-size: 12px;
}

.facility-provider th,
.facility-provider td {
  border-bottom: 1px solid #DFD3C5;
  padding: 5px 10px;
  font-size: 12px;
}

.simple-link {
  color: #BE9B3E;
}

.nowrap {
  white-space: nowrap;
}

.note-found {
  color: #E74337;
  font-size: 18px;
}

.note-not-found {
  color: #333333;
  font-size: 18px;
}

.enrollment-note {
  display: flex;
  clear: both;
  margin-bottom: 10px;
}

.enrollment-note>div {
  flex: 1;
}

.enrollment-note>div textarea {
  height: 80px;
  display: block;
  border: 1px solid #7B7B7B;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  resize: none;
  width: 100%;
}

.enrollment-note>div label {
  background-color: #F8F7F1;
  border: 1px solid #7B7B7B;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px;
  width: 100%;
  font-size: 12px;
}

.enrollment-note>span {
  padding-left: 10px;
  min-width: 91px;
}

.enrollment-note>span button {
  width: 100%;
}

.button-outline.remove-btn {
  border-color: #E74337;
  color: #E74337;
}

.button-outline.remove-btn:hover {
  background-color: #E74337;
  color: #ffffff;
}

textarea.form-control {
  height: 80px;
  display: block;
  border: 1px solid #7B7B7B;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  resize: none;
  width: 100%;
  font-size: 13px;
}

.enroll-steps {
  height: 150px !important;
}

.wave {
  height: 35px;
}

.navbar-brand img {
  height: 40px;
}

.navbar {
  background-color: #333333;
  padding: 0px;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-nav li a {
  color: #ffffff !important;
  font-size: 15px;
  padding: 0px 8px !important;
  margin: 0px 8px !important;
  display: block;
  position: relative;
}

.navbar-nav li a.active:after,
.navbar-nav li a:hover:after {
  width: 100%;
  height: 3px;
  background-color: #BE9B3E;
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0px;
}

.accordion-button {
  background-color: #ffffff;
  padding: 10px 20px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fbf9f5;
  border: none;
  box-shadow: initial;
}

.accordion-button::after {
  display: none;
}

.accordion-button {
  position: relative;
}

.accordion-button .bi-plus {
  position: absolute;
  right: 11px;
  top: 6px;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.facility-provider .form-group {
  margin-top: 0px;
}

.accordion-item {
  border-top: 1px solid #DEDEDE !important;
}

.accordion-item {
  margin-bottom: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

/****************************** 06/09/23 ****************************/
.new-accordion .nav-tabs .nav-link {
  background-color: #BE9B3E;
  color: #ffffff;
  margin-right: 5px;
  font-size: 13px;
  padding: 5px 14px;
}

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

.new-accordion .accordion-body {
  background-color: #ffffff;
  border: 1px solid #BE9B3E;
  -moz-border-radius: 2px 8px 8px 8px;
  -webkit-border-radius: 2px 8px 8px 8px;
  -ms-border-radius: 2px 8px 8px 8px;
  border-radius: 2px 8px 8px 8px;
}

.new-accordion .accordion-item,
.new-accordion .nav-tabs {
  border: none !important;
  margin-bottom: 0px;
}

.new-accordion .table-responsive {
  border: none;
}

.new-accordion .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "⌄";
  font-size: 40px;
  background-repeat: no-repeat;
  color: #ffffff !important;
  line-height: 10px;
}

.new-accordion .accordion-button:not(.note-line) {

  /* .new-accordion .accordion-button { */
  background-color: #BE9B3E;
  color: #ffffff;
}


.user-data {
  display: block;
  margin-bottom: 20px;
}

.user-data label {
  color: #656575;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

.user-data span {
  color: #555555;
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: bold;
}

.navbar-nav li a,
.header-user span {
  font-family: "ralewayregular";
}

.provider-credentials {
  border: none;
  border-left: 1px solid #DEDEDE;
  font-size: 12px;
  color: #656575;
  height: 100%;
  border-radius: initial;
  position: relative;
  z-index: 1;
}

.provider-credentials table {
  width: 100%;
}

.provider-credentials td,
.provider-credentials th {
  padding: 9px 5px;
  border-bottom: 1px dashed #DEDEDE;
}

.provider-credentials td strong,
.provider-credentials th strong {
  font-family: "ralewaysemibold";
}

.provider-credentials td i,
.provider-credentials th i {
  color: #BE9B3E;
}

.simple-link {
  color: #BE9B3E;
}

.date-input-field {
  width: 133px;
}

.custom-table tbody td select.form-control {
  border: 1px solid #7B7B7B;
}

.note-accordion .accordion-button .form-title {
  padding-right: 30px;
}

.note-accordion .accordion-button p {
  font-size: 12px;
  color: #656575;
  flex: 1;
}

.note-accordion .accordion-button span {
  font-size: 12px;
  color: #656575;
  flex: 1;
  font-family: sans-serif;
  max-width: 70px;
}

.add-note-btn {
  margin-bottom: 30px;
  margin-top: -44px;
}

.add-note-textarea {
  border: 1px solid #DFD3C5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  height: 127px;
  resize: none;
  width: 100%;
  font-size: 12px;
  color: #656575;
}

.provider-credential-textarea {
  border: 1px solid #DFD3C5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  height: 175px;
  resize: none;
  width: 100%;
  font-size: 12px;
  color: #656575;
}

.popup-overlay {
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}


.custom-popup {
  background-color: #ffffff;
  width: 575px;
  max-width: 100%;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.custom-popup .popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.custom-popup .popup-header span {
  font-size: 18px;
  font-weight: "ralewaymedium";
}

.custom-popup .popup-header .popup-cross {
  position: relative;
  z-index: 1;
}

.custom-popup .popup-header i {
  color: #BE9B3E;
  font-size: 20px;
}

.popup-search {
  width: 250px;
  height: 28px;
  display: inline-block;
  border: 1px solid #7B7B7B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-image: url("../images/search.png");
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 30px;
  font-size: 13px;
  color: #555555;
}

.enroll-payer-list {
  border: 1px solid #DEDEDE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 10px;
  overflow: auto;
  list-style: none;
  margin-top: 15px;
  max-height: 240px;
}

.custom-popup.proider-document-popup {
  width: 1000px;
}

.folder-name-outer .folder-name {
  position: relative;
  color: #555555;
  font-size: 13px;
  display: block;
  padding: 5px 10px 5px 35px;
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: "ralewaysemibold";
  cursor: pointer;
}

.folder-name-outer .folder-name i {
  color: #BE9B3E;
  font-size: 17px;
  position: absolute;
  left: 10px;
  top: 2px;
}

.folder-name-outer .folder-name:hover,
.folder-name-outer .folder-name.active {
  border-color: #BE9B3E;
  background-color: #FFFDF9;
}

.drag-drop {
  width: 100%;
  height: 80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #BE9B3E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ralewaybold";
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.popup-subtitle {
  font-size: 14px;
  font-family: "ralewaysemibold";
  color: #676767;
  display: block;
  margin-bottom: 10px;
}

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

.files-outer .files-action {
  position: absolute;
  right: 5px;
  top: 5px;
}

.files-outer .files-action a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.files-outer .files-action a i {
  font-size: 12px;
}

.files-outer .files-action a.delete-file {
  background-color: #FFF3F3;
  color: #E41D1D;
}

.files-outer .files-action a.download-file {
  background-color: #FAF6EA;
  color: #BE9B3E;
}

.popup-divider {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
  top: 0px;
}

.phone-field {
  width: 19.4%;
}

.video-stream {
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
}

.form-check-input:checked {
  background-color: #BE9B3E;
  border-color: #BE9B3E;
}

.hide {
  display: none;
}

.addresscloneSection {
  position: relative;
}

.disabled {
  background-color: gray;
}

/*# sourceMappingURL=common.css.map */

#address-main-div>div.addresscloneSection {
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

#address-main-div>div.addresscloneSection:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.welcome-div-outer {
  max-width: 585px;
  margin: auto;
  top: 50%;
  position: relative;
  margin-top: -290px;
}

.document-upload-outer {
  display: block;
}

.document-upload-outer label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}

.document-upload-outer span {
  color: #777777;
  padding: 4px;
  display: inline-block;
  font-size: 12px;
}

.doc-button-outer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  margin: 0px 5px;
  cursor: pointer;
}

.doc-button-outer * {
  cursor: pointer;
}

.doc-button-outer i {
  font-size: 16px;
  cursor: pointer;
}

.doc-button-outer input {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 23px;
}

.upload-icon {
  color: #BE9B3E;
  border: none;
  background: none;
}

.client-doc-upload-section .dropzone .dz-preview .dz-image {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 50px;
  height: 50px;
}

.client-doc-upload-section .dropzone .dz-preview {
  min-height: 50px;
  margin: 5px 5px 0px;
  overflow: hidden;
}

.client-doc-upload-section .dropzone .dz-preview .dz-details .dz-size {
  font-size: 11px;
  margin-bottom: 5px;
}

.client-doc-upload-section .dropzone .dz-preview .dz-details {
  padding: 0px;
}

.client-doc-upload-section .dropzone .dz-preview .dz-remove {
  font-size: 13px;
  color: #BE9B3E;
}

.client-doc-upload-section .drag-drop .dropzone {
  flex-wrap: wrap;
}

.client-doc-upload-section .drag-drop {
  min-height: 80px;
  height: auto;
}

.pointer {
  cursor: pointer;
}

/*# sourceMappingURL=common.css.map */

.pending-counts {
  background: #BE9B3E;
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  right: -4px;
  top: 1px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 12px;
}

.nav-tabs-custom a,
.nav-tabs-custom button {
  position: relative;
}

.assign-arrow-btn,
.assign-arrow-btn:hover {
  font-size: 21px !important;
  padding: 0px 6px !important;
  cursor: pointer;
  border: 0px !important;
  /*
    transform: rotate(-20deg);
*/
  background: none !important;
  color: #BE9B3E;
  display: inline-block;
  height: 20px;
}

.workflow-assign-arrow {
  min-width: 33px;
}

.note-text p {
  max-height: 100px;
  overflow: auto;
}

.col-lg-1-5 {
  flex: 0 0 auto;
  width: 12%;
}

.filter-right-section .table-filter {
  display: flex;
  flex-direction: inherit !important;
  align-items: center;
}

.filter-right-section .selectlabel {
  text-wrap: nowrap;
  margin: 0px;
  margin-right: 5px;
}

.filter-right-section .check-elemet-part {
  margin-bottom: 0px;
  margin-left: 1rem !important;
  margin-top: 3px;
}

.request-last-update {
  font-size: 13px;
  color: #BE9B3E;
  padding-right: 90px;
}

.date-td-colum .request-last-update {
  padding-right: 15px;
}

.td-height-fix {
  display: table-cell !important;
  width: auto !important;
}

.date-td-colum {
  text-align: right;
  width: 100px;
}

.badge-cirlc-th-width {
  width: 140px;
}

.request-group-field {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 100%;
}

.flex-remove {
  display: inherit;
}

.flex-remove label {
  margin-bottom: 10px;
}

.request-group-field .table-filters-right label {
  width: 100%;
  margin-right: 0px !important;
  text-align: right;
}

.request-group-field .table-filters-left {
  margin-left: 0px !important;
}

@media only screen and (max-width: 550px) {
  .tooltip-question .overflow-width-notes {
    right: -100px;
  }

}

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



  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 100%;
  }

  .after-class .col-sm-50 {
    width: 50%;

  }

  .after-class .zip-input::after {
    right: -6% !important;
  }

  .navtabs-scroll {
    margin-bottom: 12px;
  }
}

.after-class .zip-input {
  position: relative;

}

.after-class .zip-input::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
  top: 54%;
  right: -15%;
  background: #000000 !important;
}


.navtabs-scroll {
  display: flex;
  flex-wrap: wrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */

}

.navtabs-scroll::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.autosave-loader-overlay {

  bottom: 0px;
  right: 0px;
  /* background-color: rgba(255,255,255,0.8); */

  z-index: 99;
  position: fixed;
  padding: 20px;
  border-radius: 5px;
  width: auto;
  height: auto;

}

.autosave-loader-overlay span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}


.autosave-loader-overlay .spinner-border {
  border-color: #4F928E;
  border-right-color: transparent;
  margin-bottom: 8px;
}

.nav-item .nav-link .nav-button,
.nav-item .nav-link .copy-btn {
  padding: 0px !important;
  border: 0;
  margin: 0;
  font-size: 12px;
  background: none;
  color: white;

}

.nav-item .nav-link.active .nav-button,
.nav-item .nav-link.active .copy-btn {
  color: #BE9B3E;

}

.new-accordion .nav-tabs .nav-link.active .clipboard-icon-workflow i {
  color: #BE9B3E !important;


}



.nav-links-icons {
  margin: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links-icons>a {
  margin: 0 5px;
}

.clipboard-icon-workflow i {
  color: white;
  font-size: 12px;
}


.modal {
  z-index: 9999 !important;
}

.document-delete-cls {
  position: absolute !important;
  z-index: 999 !important;
}

.modal-popover-section .modal-body .custom-popup.proider-document-popup {
  width: 100% !important;
}

.modal-popover-section .modal-body .popup-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-popover-section .modal-content {
  border: 0 !important;
}

.swal2-container {
  z-index: 999999 !important;
}

.circle-show {
  width: 10px;
  /* Adjust size as needed */
  height: 10px;
  /* Adjust size as needed */
  margin-right: 5px;
}

.yellow-indicator-span {
  width: 10px;
  /* Adjust size as needed */
  height: 10px;
  /* Adjust size as needed */
  margin-right: 5px;
  background-color: yellow;
}

.green-indicator-span {
  width: 10px;
  /* Adjust size as needed */
  height: 10px;
  /* Adjust size as needed */
  margin-right: 5px;
  background-color: green;
}

.information-btn-div {
  background-color: green !important;
  color: white;
}

.request-info-btn {
  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";
  margin-right: 10px;

}

.setting_div_cls .folder-name {
  position: relative;
  color: #555555;
  font-size: 13px;
  display: block;
  padding: 5px 0 5px 0;
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: "ralewaysemibold";
  cursor: pointer;
  text-align: center;
}

.setting_div_cls .folder-name i {
  color: #BE9B3E;
  font-size: 17px;
  position: absolute;
  left: 10px;
  top: 2px;
}

.setting_div_cls .folder-name:hover,
.setting_div_cls .folder-name.active {
  border-color: #BE9B3E;
  background-color: #FFFDF9;
}

/*copy provider css start her*/
.copyClsProvider {
  cursor: pointer;
  color: #BE9B3E !important;
  font-size: 18px !important;
}

.input.form-check-input.checkbox-input-cls {
  cursor: pointer !important;
}

.postion-none-cus {
  top: inherit !important;
}

ul.zindex-cus input {
  z-index: 9;
}

ul.zindex-cus {
  list-style: none;
}

div#tooltip {
  font-size: 12px !important;
  color: #be9b3e;
}

.providerDetailCopyPopup .popup-header span {
  font-size: 14px;
}

.providerDetailCopyPopup {
  padding: 0px 5px;
}

textarea#modal-textarea {
  height: 210px !important;
  padding: 10px 10px;
  color: #344D4C;
  border: 1px solid #dedede;
  font-size: 12px !important;
}

.top-0-popup {
  top: -110px !important;
  right: 15px !important;
  left: inherit !important;
}

.last-content-td {
  display: flex;
}

textarea#notes {
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 10px 10px;
  color: #344D4C;
}

/*copy provider css end here*/
.facility-list {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  margin: 0;
}

.facility-list li {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #DEDEDE;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #555555 !important;
}

.facility-list li:hover {
  border-color: #BE9B3E;
  background-color: #FFFDF9;
}


.facility-popup {
  max-height: 340px;
  font-size: 13px;
  height: auto;
  overflow: auto;
  scrollbar-width: none;
}

/* .facility_list_select{
  width: auto !important;
  max-width: 200px;
} */
.facility_list_select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px !important;
  width: 210px;
}

.facility_list_btn {
  padding: 0px;
  width: auto;
  margin: 23px 0px 5px 5px;
  padding: 0px 10px;
  width: 110px;
}

#screen-overlay {
  pointer-events: none;
}

.restricted {
  pointer-events: none;
}

/* .screen-overlay{
  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999;
} */
button.facility-submit-cls {
  position: relative;
  z-index: 9999;
  pointer-events: visible !important
}

label.facility-submit-cls {
  position: relative;
  z-index: 9999;
}

.allowed {
  pointer-events: auto;
  cursor: pointer;
}

.zindex-custom {
  z-index: 99999;
}

#inactive-message {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 25px;
  background: red;
  color: white;
  padding: 10px;
  z-index: 9999;
}

.bg-white-cus {
  background: #ffffff;
  z-index: 99999;
  position: relative;
  padding: 6px;
  border-radius: 4px;
  width: auto;
  display: inline-block;
}

.bg-white-cus .breadcrumb {
  margin: 0;
}

.bg-golden-cus {
  background: #BE9B3E !important;
  position: relative;
  z-index: 9999;
  color: white !important;
}

.position-relative-cus {
  position: relative !important;
  z-index: 9999;
}

.user-data span {
  word-wrap: break-word;
  white-space: normal;
}

.user-data span a {
  word-wrap: break-word;
  white-space: normal;
}

.table-user-data {
  margin-bottom: 0px !important;

}

.contact-popup-table {
  border: none !important;
}

.contact-popup-table tr {
  border: #DEDEDE !important;
}

#FacilityContactModalBody {
  padding-top: 0px !important;
}




/* width */
.more-state-tooltip-popup::-webkit-scrollbar {
  width: 5px;
}

/* Handle */
.more-state-tooltip-popup::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.more-state-tooltip-popup::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*Tooltip Css*/
.tooltip-question {
  position: relative;
  display: flex;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  justify-content: space-between;
}

.tooltip-question .outer-box-transparent {
  visibility: hidden;
  max-width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 12px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  width: auto;
  min-width: 360px;
  /* overflow: auto; */
  /* height: 130px; */
  scrollbar-width: none;
  padding: 20px 0px;
}

.tooltip-question-cus:hover+.outer-box-transparent,
.outer-box-transparent:hover {
  visibility: visible;
  opacity: 1;
}

.tooltip-question .tooltiptext-element {
  background-color: #ffffff;
  color: #696969;
  border-radius: 10px;
  font-size: 13px;
  text-align: left;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  font-size: 12px;
  /* z-index: 999999999999; */
  position: relative;
}

.tooltip-question-cus {
  width: 14px;
  cursor: pointer;

}

.mb-cus-tooltip {
  margin-bottom: 5px;
}

.link-tooltip-cus {
  color: #be9b3e;
}

.tooltiptext-element ul {
  margin-top: 5px;
}

.tooltiptext-element ul li {
  padding-top: 5px;
}

.tooltiptext-element ul strong {
  font-weight: bold;
}

.overflow-visible-tooltip {
  overflow: visible !important;
  position: relative;
}

.second-tooltip-drop-cu {
  display: flex;
  align-items: center;
}

.flex-custm-tooltip {
  display: flex;
  align-items: center;
}

/* .second-tooltip-drop-cu .tooltip-question .outer-box-transparent {
  top: 10px;
  left: 0;
} */
.flex-custm-tooltip label {
  margin: 0px;
}

.second-tooltip-drop-cu .flex-label-cus {
  padding-left: 7px;
  padding-right: 5px;
}

.tooltip-question .form-title {
  margin-right: 5px;
}

.tooltip-left-0 .outer-box-transparent {
  left: 0;
}

.flex-inline-tooltip {
  display: inline-flex;
}

.absule-tooltip-header-contact {
  position: absolute;
  top: 11px;
  left: 155px;
  z-index: 99;
}

.absule-tooltip-header-billing {
  position: absolute;
  top: 11px;
  left: 120px;
  z-index: 99;
}

.cus-focus-cls .accordion-button:focus {
  z-index: 0 !important;
}

.cus-space-cls {
  bottom: 5px !important;
}

.cus-space-cls p {
  line-height: 18px !important;
}

.absule-tooltip-header-caqh {
  position: absolute;
  top: 11px;
  left: 98px;
  z-index: 99;
}

.absule-tooltip-header-caqh-monitor {
  position: absolute;
  top: 11px;
  left: 122px;
  z-index: 99;
}

.custom-accordian-margin {
  margin-left: 35px !important;
}

/*facility required fields information portal css start*/
.btn-close-red {
  background-color: #FF655B !important;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 22px;
  height: 22px;
}

.btn-close-red:hover {
  background-color: darkred;
  /* Darker shade on hover */
  color: white;

}

.btn-tick-green {
  background-color: green !important;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 22px;
  height: 22px;
}

.btn-tick-green:hover {
  background-color: darkgreen;
  color: white;
}

.div-text-center {
  text-align: center !important;
  height: 70px;
  position: relative;
  top: 0;
}

/* Style the autocomplete dropdown css */
.ui-autocomplete {
  max-height: 150px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border: 1px solid #ccc !important;
  z-index: 99999 !important;
}

.ui-menu-item {
  padding: 3px;
  height: 26px;
}

.label-cls-cus {
  font-weight: bold !important;
}

.li-cls-cus:hover {
  background-color: transparent !important;
  cursor: default;
}

.ui-state-active {
  background-color: #bb983e !important;
  border-color: #bb983e !important;
}

.ui-menu-item-wrapper:hover {
  color: #fff !important;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 5px;
}

.ui-autocomplete::-webkit-scrollbar-track {
  background: #ddd;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #9d9d9d;
}

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

.searchbar-input {
  width: 300px;
  height: 28px;
  border: none;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 6px;
  padding-left: 10px;
  padding-right: 35px;
  font-size: 12px;
}

.add-note-div .searchbar-input {
  width: 300px;
  height: 37px !important;
  border: none;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 6px;
  padding-left: 10px;
  padding-right: 35px;
  font-size: 12px;
  background-size: 15px;
  border: 1px solid #7B7B7B;
}

.loader-search {
  width: 15px;
  position: absolute;
  right: 10px;
  top: 6px;
  background: #fff;
}

.search-mobile-custom {
  position: relative;
}

.search-desktop-custom {
  position: relative;
}

.search-mobile-custom .loader-search {
  width: 15px;
  position: absolute;
  right: 25px;
  top: 16px;
  background: #fff;
}

.workflow-btn-rp {
  display: flex;
  align-items: end;
  margin-bottom: 3px;
}

.tab-rp-element-workflow {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .searchbar-input {
    width: 100%;
  }
}

#requestModel .modal-dialog {
  pointer-events: inherit !important;
}

#requestModel .table-responsive {
  height: 315px;
  scrollbar-width: none;
}

.comment-td-padding div {
  padding: 10px !important;
}

.request-no-record {
  text-align: center;
  color: #525256;
  font-size: 13px;
  font-family: 'ralewaysemibold';
  border: 1px solid #e2e2e2;
  padding: 28px;
}

.account-owner-div {
  margin-right: 10px !important;
}

.account-owner-label {
  width: auto;
  text-wrap: nowrap;
  margin-right: 10px;
  margin-bottom: 0px;
  vertical-align: middle;
  align-items: center;
  display: flex;
}

.request_email-min-width table th:last-child {
  min-width: 450px !important;
}

.acc-owner-cls {
  min-width: 200px;
  max-width: 200px;
  padding-right: 12px;
}

.tooltip-question .overflow-width-notes {
  visibility: hidden;
  max-width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 12px;
  left: inherit !important;
  right: 0px !important;
  opacity: 0;
  transition: opacity 0.3s;
  width: auto;
  min-width: 360px;
  /* overflow: auto; */
  /* height: 130px; */
  scrollbar-width: none;
  padding: 20px 0px;
}

.tooltip-notes-cus:hover+.outer-box-transparent,
.outer-box-transparent:hover {
  visibility: visible;
  opacity: 1;
}

/**notes attachment css start**/
.drag-drop-notes {
  width: 100%;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #BE9B3E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ralewaybold";
  font-size: 14px;
  cursor: pointer;
}


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

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

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

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

.upload-note {
  font-size: 18px;
}

.upload-note i {
  cursor: pointer;
}

#noteDocumentModal .modal-content {
  border: none !important;
}

.tooltip-notes-cus:hover+.outer-box-transparent,
.outer-box-transparent:hover {
  visibility: visible;
  opacity: 1;
}

.tooltip-notes-cus {
  width: 14px;
  cursor: pointer;
  color: #BE9B3E;
}

.overflow-height-pop {
  max-height: 200px !important;
  overflow: auto;
  width: 100%;
}

.overflow-width-notes {
  min-width: 440px !important;
}

.drag-drop-note {
  height: 140px !important;
}

.tootip-files-outer .files-uploaded {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  padding: 10px !important;
}

.notes-tooltip-cls {
  position: absolute;
  right: 90px;
  z-index: 10;
  top: 7px;
}

#driver_license-error {
  color: red !important;
}

.error {
  color: red !important;
}

.request-last-update {
  cursor: pointer;
}

.filter-right-section .table-filter {
  display: flex;
  flex-direction: inherit !important;
  align-items: center;
}

.filter-right-section .selectlabel {
  text-wrap: nowrap;
  margin: 0px;
  margin-right: 5px;
}

.filter-right-section .check-elemet-part {
  margin-bottom: 0px;
  margin-left: 1rem !important;
  margin-top: 3px;
}

.request-last-update {
  font-size: 13px;
  color: #BE9B3E;
  padding-right: 90px;
}

.date-td-colum .request-last-update {
  padding-right: 10px;
}

.td-height-fix {
  display: table-cell !important;
  width: auto !important;
}

.owner-name-span-fac {
  cursor: pointer !important;
}

.zindex-loader {
  z-index: 9999 !important;
}

.serial-num-width-th {
  width: 5% !important;
}

.object-width-td {
  width: 100% !important;
}

.object-width-th {
  width: 25% !important;
}

.update-width-td {
  width: 100% !important;
  min-width: 65px !important;
}

.status-width-th {
  width: 18%;
}

.status-width-td {
  width: 100% !important;
}

.disabled-upload {
  pointer-events: none !important;
  cursor: none !important;
  background-color: gray !important;
}

.upload-del-a i {
  color: red !important;
}

.inactive-cls {
  background-color: gray !important;
  color: #ffffff !important;
  border: gray !important;
  pointer-events: none !important;
}

.content-center-popup {
  text-align: center;
}

.width-auto-popup {
  width: 400px !important;
}

.content-center-popup label.form-label {
  font-size: 13px;
}

.custom-popup .modal-footer {
  justify-content: center;
}

.flex-center-footer button {
  margin: 0px !important;
}

.flex-center-footer {
  display: flex;
  gap: 20px;
  width: 20;
  min-width: 50%;
  max-width: initial !important;
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
  justify-content: center;
}

.table-fix-layout table {
  width: auto !important;
  min-width: 100%;
  border: 0px !important;
}

.provider-th-width {
  min-width: 150px !important;
  width: 150px !important;
  max-width: 150px !important;

}

.table-fix-layout table thead th {
  position: sticky;
  top: 0px;
  background-color: #F7F7F7;
  z-index: 9;
  border-bottom: 1px solid #DEDEDE;
}

.table-fix-layout {
  width: auto !important;
  min-width: 50% !important;
  max-width: initial !important;
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
  display: inline-block;
}

.table-inner-data {
  padding: 0 13px;
  list-style: none;
  margin: 0;
}

ul.table-inner-data li {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #eaeaea; */
  padding-bottom: 10px;
  padding-top: 10px;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
}

.first-td-colum {
  display: flex;
}

/* ul.table-inner-data li:last-child {
  border: none !important;
} */
.form-title-td {
  color: #525256;
  font-size: 13px;
  font-family: "ralewaysemibold";
  min-width: 100px;
  max-width: 150px;
  word-break: break-word;
}

/* .attach-hover-td {
  min-width: 50px;
} */
.last-content-td .tooltip-question {
  margin-right: 15px;
}

.inner-table-tr {
  background: #fbf9f3;
  padding: 0px !important;
}

.inner-table-tr h6 {
  color: #000;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 2px solid #BE9B3E;
  margin-left: 10px;
  width: 50px;
  font-size: inherit;
  margin-bottom: 0px;
  padding-left: 0px;
}

.description-data-table-inner {
  padding-left: 10px;
  padding-right: 10px;
  max-height: 60px;
  overflow: auto;
  width: 85%;
}

.table-th-bg-color {
  background-color: #f7f7f7;
}

.note-boxCAQH {
  font-size: 13px;
  margin-bottom: 15px;
  width: auto;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

.custom-checbox.border-radius-100 label:before {
  border-radius: 100px;
}

.custom-checbox.border-radius-100 label:before {
  border-radius: 100px;
}

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

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

.flex-tab-custom {
  display: flex;
  align-items: center;
}

.edit-icon-popup {
  cursor: pointer;
  margin-right: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.button-part-header-popup {
  display: flex;
  align-items: center;
}

.disable-click-cls {
  cursor: none !important;
  pointer-events: none;
}

.height-box-popup {
  bottom: 0px !important;
  left: 0px !important;
  min-width: 700px !important;
  top: auto;
  z-index: 999999999 !important;
}

.height-box-popup-scroll {
  top: 0 !important;
}

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

.facility_scope_of_work::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.facility_scope_of_work {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

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

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

#uploadedFileList span {
  background: rgb(190 155 62 / 7%) !important;
  border: 1px solid #dfc378;
  color: #be9b3e;
  font-weight: normal;
}

.right-upload-file-sec-rp {
  display: flex;
  gap: 10px;
}

.flex-nav-tab {
  display: flex;
  align-items: center;
  border: none !important;
  padding: 6px 5px !important;
  background: transparent !important;
}

.flex-nav-tab .tooltip-question-cus {
  /* color: #BE9B3E; */
  margin-left: 5px;
}

.click-cls-note {
  pointer-events: none !important;
}

li.nav-item.flex-tab-custom {
  border: 1px solid #BE9B3E;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0px 10px;
  margin-bottom: -2px;
}

.z-index-9999 {
  z-index: 999 !important;
}

.workflow_payer_tabs ul strong {
  font-weight: bold !important;
  font-family: "ralewaysemibold" !important;
}

.overflow-scroll-cls-editor {
  max-height: 300px !important;
  overflow: auto !important;
  border-top: 1px solid #ccced1 !important;
}

.ck.editor-focus-height {
  height: inherit !important;
}

.ck.editor-focus-position {
  position: inherit !important;
}

.archived-div-section {
  border-top: 1px solid #DFD3C5;
}

#restore_btn {
  width: 128px !important;
}

.archive-provider-select {
  width: 200px !important;
}

.border-none-cls {
  border: none !important;
}

.z-index-0 {
  z-index: 0 !important;
  position: relative;
}

.edit-provider-btn {
  pointer-events: visible;
}

#workflow-span {
  color: #BE9B3E !important;
}

.radio-card .resource_checkbox_div label:before {
  border-radius: 3px !important;

}

.sort-pro-div {
  display: flex !important;

}

.down-arrow-icon {
  float: left;
  padding: 9px 10px;
  color: #be9b3e;
  font-size: 14px;
  cursor: pointer;
}

.width100 {
  width: 100%;
}

.request-table {
  border: 1px solid #DEDEDE;
  max-height: 350px;
  overflow: auto;
  padding: 10px;
  border-radius: 5px;
}

.top-inherit {
  top: auto !important;
}

.min-width100 {
  min-width: inherit !important;
}

.min-width130 {
  min-width: 130px;
}

.request-table .comment-td-padding div {
  padding: 0px !important;
}

/*tab*/
.file-upload-view-list {
  margin-top: 40px;
}

.tab-title-rapid {
  font-size: 16px;
  font-weight: bold;
  font-family: 'ralewayregular';
}

.section-title-rapid {
  font-size: 16px;
  font-weight: bold;
  font-family: 'ralewayregular';
  margin-bottom: 20px;
}

.tab-list-rapid {
  padding-top: 0px;
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 0px;
}

.tab-list-rapid button {
  text-align: left;
  border-radius: 0px !important;
  color: #000 !important;
  font-size: 13px;
  margin-bottom: 0px;
  /* border-bottom: 1px solid #efefef; */
  box-shadow: none !important;
  outline: none !important;
}

.tab-list-rapid button.active {
  background: #BE9B3E !important;
  color: #fff !important;
  border: 1px solid #BE9B3E;
  width: 100%;
}

.tab-list-rapid button.activeNav {
  background: #BE9B3E !important;
  color: #fff !important;
  border: 1px solid #BE9B3E;
  width: 100%;
}

.tab-content-width {
  width: 100%;
}

.tab-content-width .tab-pane {
  padding: 20px;
  margin-left: 10px;
}

.tab-content-width .active {
  /* border: 1px solid #be9b3e; */
  border: 1px solid #DEDEDE;

}

.edit-icon-part {
  display: flex;
  justify-content: end;
}

.edit-icon-part i {
  font-size: 20px;
  color: #be9b3e;
}

.tab-content-details {
  font-size: 13px;
}

.file-upload-content {
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-colum-group img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border: 1px solid #efefef;
}

.first-colum-group {
  display: flex;
}

.first-colum-group {
  display: flex;
}

.img-name {
  font-weight: bold;
  font-size: 14px;
  font-family: 'ralewayregular';
}

.img-date {
  font-size: 12px;
  opacity: 0.7;
}

.file-upload-content-part {
  padding-left: 15px;
}

.file-upload-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

.delete-icon-file i {
  font-size: 16px;
  color: #ff5858;
}

.aution-btn-part {
  display: flex;
  width: 10%;
  justify-content: end;
}

.input-group-flex {
  display: flex;
  align-items: center;
}

.input-part-rapid {
  width: 100%;
}

.input-part-rapid input {
  height: 28px;
  border-radius: 4px;
  border: 1px solid #7B7B7B;
  padding: 0px 10px;
  width: 100%;
}

.input-group-rapid input {
  height: 28px;
  border: none !important;
  width: 100%;
  padding: 0px 10px;
}

.input-group-rapid {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #7B7B7B;
  padding: 0px 10px;
}

.select-input-part select {
  height: 28px;
  border-radius: 4px;
  border: 1px solid #7B7B7B;
  padding: 0px 10px;
  width: 100%;
  background-color: #fff;
}

.cross-btn-row i {
  background: #ff5858;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: normal;
  color: #fff;
}

.add-btn-row i {
  background: #49b54d;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  margin-left: 10px;
}

.file-upload-input-section {
  border: 1px solid #efefef;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
}

.upload-icon-part i {
  font-size: 54px;
  color: #be9b3e;
}

.upload-input-content p {
  font-size: 14px;
  margin-top: 10px;
}

.upload-input-content h4 {
  font-weight: bold;
  font-size: 30px;
}

.upload-input-content p {
  font-size: 14px;
  margin-top: 10px;
}

.upload-group-reltive {
  position: relative;
  width: 120px;
  margin: 0 auto;
  margin-top: 20px;
}

.browse-file-btn {
  border: 1px solid #be9b3e;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 5px;
}

.upload-group-reltive input {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 120px;
  opacity: 0;
}

.flex-colum-custom {
  flex-direction: column;
}

.cross-btn-row {
  width: 10%;
  display: flex;
  justify-content: end;
}

.aution-flex {
  display: flex;
}

.input-width input {
  width: 90%;
}

.input-width input {
  width: 90%;
}

.width90-rapid {
  width: 90%;
}

.input-width select {
  width: 90%;
}

.file-upload-payers .dropzone {
  border: 1px dashed #be9b3e;
  margin-top: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.file-upload-payers .dz-default.dz-message {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  font-family: 'ralewaysemibold';
}

.file-upload-payers .dropzone .dz-preview .dz-image {
  border-radius: 5px;
  width: 70px;
  height: 40px;
}

.file-upload-payers .dropzone .dz-preview {
  margin: 10px;
  min-height: auto !important;
}

.file-upload-payers .dropzone .dz-preview .dz-details {
  opacity: 0;
  font-size: 12px;
  padding: 5px;
}


.file-upload-payers .dropzone .dz-preview:hover .dz-details {
  opacity: 1;
  display: none;
}

.file-upload-payers .dropzone .dz-preview:hover .dz-image img {
  filter: inherit !important;
}

.file-upload-payers .dropzone .dz-preview .dz-remove {
  font-size: 13px !important;
  color: #be9b3e;
}

.form-btn-part {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.content-area {
  padding: 20px;
}

.payer_doc_div .files-uploaded {
  width: 90% !important;
}

/**css of file**/

.tab-content {
  margin-top: 10px;
}

.draggable {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 5px;
  background: #fff;
  cursor: grab;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page {
  border: 2px dashed #007bff;
  padding: 20px;
  min-height: 300px;
  background: #f8f9fa;
}

.delete-field {
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  padding: 3px 6px;
  font-size: 14px;
  margin-left: 10px;
}

body {
  font-family: Arial, sans-serif;
  /* margin: 20px; */
}

.editor-container {
  /* display: flex; */
}

.toolbar {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#editor {
  position: relative;
  /* Ensures absolute children are positioned relative to it */
  width: 100%;
  height: 90vh;
  border: 1px solid #ccc;
  overflow: auto;
  background: #f9f9f9;
}

.sidebar {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
}

.draggable {
  padding: 10px;
  margin: 5px;
  border: 1px solid #ddd;
  cursor: grab;
  background: #f4f4f4;
  margin-bottom: 5px;
  background: #fff;
  cursor: grab;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.draggable-element {
  position: absolute;
  padding: 0px;
  cursor: move;
  display: inline-block;
}

.delete-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 12px;
  display: none;
  /* Initially hidden */
}

.draggable-element:hover .delete-btn {
  display: block;
  /* Show only on hover */
}

.select2-container {
  z-index: 9999;
  /* Ensure this is higher than modal backdrop */
}

.custom-select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {

  height: 40px;
  overflow: auto;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #BE9B3E !important;
  color: white !important;
  padding: 2px 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: white !important;
  border: 1px solid #648F8A !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  border: 1px solid #7B7B7B;
  border-radius: 5px;
  font-size: 13px;
  color: #373B56;
  height: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #648F8A !important;
  outline: 0;
}

.select2-container--default .select2-selection--multiple::-webkit-scrollbar {
  display: none;
}


.select2-container--default .select2-selection--multiple {
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: 1px solid #648F8A !important;
}

.select2-search__field {
  cursor: pointer;
  /* width: 250px !important; */
}

.select2-search__field::placeholder {
  color: #373B56;
  padding-top: 2px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 7px !important;
}

.select-width-size {
  width: 90%;
}

.select-width-size .selectize-input {
  border: 1px solid #7B7B7B !important;
  box-shadow: none !important;
}

.selectize-dropdown-content:hover {
  border: none !important;
}

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.pointer-event-visible {
  pointer-events: visible;
}

.select-width-colum {
  width: 100%;
}

.select-width-colum .select2-container--default .select2-selection--multiple {
  height: 30px !important;
  overflow: auto;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 80px !important;
  overflow-y: auto;
  margin-bottom: 0px !important;
  font-size: 14px !important;
  height: 80px !important;
  overflow-x: hidden !important;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 12px !important;
}

span.image-inline.ck-widget.ck-widget_selected {
  width: 195px;
}

.select-dropdown-width {
  width: auto;
}

.completeEmailModalLabel {
  z-index: 0;
}

.checkbox-style-two input[type=checkbox] {
  position: relative;
  border: 1px solid #be9b3e;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  margin: 0 auto;
}

.checkbox-style-two input[type=checkbox]:hover {
  opacity: 1;
}

.checkbox-style-two input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #be9b3e;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}


.checkbox-style-two {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.checkbox-style-two label {
  color: #525256;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "ralewaysemibold";
}

span.select2-dropdown.select2-dropdown--below {
  display: none !important;
}

button.select2-selection__choice__remove {
  display: none;
}

.show-email-outer-comp {
  border: 1px solid #344D4C;
  color: #656575 !important;
  padding: 4px;
  width: 80px;
}

.ck-content ul {
  list-style-type: auto !important;
  color: #344D4C;
  font-size: 14px;
}

.ck.complete-email-div-height {
  position: relative;
  max-height: 400px !important;
}

span.image-inline.ck-widget {
  width: 195px !important;
}

/* .complete-email-div-height p {
  font-size: 14px !important;
} */


/*pdf payer css start */
.top-pdf-0 {
  top: 0px !important;
}

iframe#pdfViewerFrame {
  display: none;
  height: 100vh !important;
}

.padding-left-close {
  padding-right: 60px !important;
}

.modal-close-focus {
  box-shadow: none !important;
}

.modal-close-focus:focus {
  box-shadow: none !important;
}

.group-flex-element {
  display: flex;
  gap: 10px;
  width: 30%;
  margin-bottom: 10px;
}

.group-flex-element .custom-checbox {
  width: 100%;
}

.file-preview {
  position: relative;
  width: 120px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.file-preview img {
  max-width: 100%;
  max-height: 60px;
  object-fit: cover;
}

.file-preview span {
  margin-top: 5px;
  font-size: 11px;
  word-break: break-word;
}

.remove-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.drag-drop-style-two {
  width: 40%;
  min-height: 100px;
  max-height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #BE9B3E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ralewaybold";
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.request-drag-drop .attachment-preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  gap: 10px;
  margin-left: 20px;
  margin-top: 15px;
  overflow: auto;
  max-height: 100px;
  width: 60%;
}

.request-drag-drop {
  display: flex;
  align-items: start;
}

.file-preview {
  position: relative;
  min-width: 120px;
  /* width:auto; */
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  background: #F9F9F9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.request-drag-drop .file-preview a {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 130px;
}

.theme-color {
  color: #BE9B3E;
}

.attachment-preview-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 20px;
}

.attachment-preview-container .file-preview {
  height: 60px;
}

.attachment-preview-container .file-preview {
  height: 60px;
  display: inline-block;
  line-height: normal;
}

.attachment-preview-container .file-preview img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  height: 30px;
}

.accordion-border-radius {
  border-radius: 0px !important;
}



.follow-up-height {
  height: 300px !important;
  overflow: auto;
}

.custom-follow-height .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  height: 300px;
  overflow: auto;
}

.custom-follow-height .ck-focused {
  height: 300px;
  overflow: auto;
}

.provider-credential-followup {
  overflow: auto;
}

.form-control.editable-div a {
  padding: 0px 5px;
  color: #BE9B3E;
}

.editable-wrapper {
  width: 700px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #7B7B7B !important;
  padding: 0px 9px !important;
  margin: 10px;
  border-radius: 4px;
  background: #fff;
}

.comment-width-th {
  width: 650px !important;
}

.form-control.editable-div {
  font-size: 12px;
  color: #344D4C;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  border: none;
  border-radius: 4px !important;
  height: 28px;
  align-items: center;
  display: inline-block;
  padding: 0px;
  width: 100% !important;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.form-control.editable-div::-webkit-scrollbar {
  display: none;
}

.requestDetailPopup {
  width: 2000px;
}


.editable-wrapper-popup {
  width: 385px !important;
  margin: 0px;
}

.workflow-dashboard tbody td select.form-control {

  width: 135px !important;
}


/*pdf payer css start */
.top-pdf-0 {
  top: 0px !important;
}

iframe#pdfViewerFrame {
  display: none;
  height: 100vh !important;
}

.padding-left-close {
  padding-right: 60px !important;
}

.modal-close-focus {
  box-shadow: none !important;
}

.modal-close-focus:focus {
  box-shadow: none !important;
}

/* .payer-page-layout {
  border: 1px solid #DEDEDE;
} */
/*tab switch toggle*/
.switch-toggle-header-left {
  background: #f9f9f9;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #DEDEDE;
  border-right: 0px;
}

.header-section-tab-right {
  background: #fff;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #DEDEDE;
  padding: 0px 20px;
  border-bottom: 00px;
}



.center-title-header h6 {
  font-size: 16px;
  font-family: "ralewaybold";
}

.center-title-header span {
  font-size: 13px;
  color: #656575;
}

.center-title-header {
  display: flex;
  gap: 5px;
}

.header-section-tab-right span {
  color: #be9b3e;
  font-size: 16px;
}

.header-section-tab-right i {
  color: #be9b3e;
  font-size: 16px;
}

.switch-toggle-header-left .toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.switch-toggle-header-left .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch-toggle-header-left .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-toggle-header-left .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BE9B3E;
  transition: 0.4s;
  border-radius: 24px;
}

.switch-toggle-header-left .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.switch-toggle-header-left input:checked+.slider {
  background-color: #BE9B3E;
}

.switch-toggle-header-left input:checked+.slider:before {
  transform: translateX(26px);
}

/* 
#toggle:checked ~ .provider-tab-list {
  display: none;
} */

.provider-tab-list {
  margin-top: 20px;
}

.group-tab-list {
  border-bottom: 2px solid #dddd;
}

/*26 april 2025*/
.header-section-tab-right button {
  box-shadow: none;
  border: none;
  background: transparent;
  font-size: 14px;
}

.header-section-tab-right .dropdown-toggle::after {
  display: none;
}

.header-section-tab-right ul.dropdown-menu.show {
  font-size: 13px;
}

.header-section-tab-right .dropdown-item.active,
.dropdown-item:active {
  background-color: #be9b3e !important;
}

.outer-card-border {
  border: 1px solid #DEDEDE;
  padding: 10px;
  border-radius: 5px;
}

.label-state {
  color: #525256;
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "ralewaysemibold";
}

.state-data-colum {
  border: 1px solid #DEDEDE;
  padding-top: 10px;
  padding: 15px;
  border-radius: 5px;
}

.data-colum a {
  color: #be9b3e;
  margin-left: 5px;
}

.data-colum i {
  color: #525256;
}

.data-colum {
  /* text-align: center; */
  padding: 5px 0px 0px 10px;
}

.state-data-colum ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.state-data-colum li {
  background: #be9b3e;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}

.colum-card-clickable {
  border: 1px solid #DEDEDE;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-family: "ralewaybold";
}

.bg-color-tab-left {
  background: #f9f9f9;
}

.payer-state-div {
  border: 1px solid #DEDEDE;
}

.disable-payer-usage {
  color: #9b9999 !important;
  pointer-events: none !important;

}

#group-tab-list .nav-link a {
  text-decoration: none !important;
  color: #000 !important;
}

.action-step-btn {
  width: 250px;
}

.action-header {
  text-align: left;
  padding: 16px;
  color: #000;
  padding-left: 0;
  font-family: "ralewaybold";
}

.nav-btn-div:hover {
  background: #fff !important;
}

.nav-btn-div .active {
  background: #be9b3e;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;

}

button.btn.btn-sm.btn-primary.me-2.edit-step-btn {
  background: #be9b3e;
  border: none;
}

.focus-highlight {
  box-shadow: 0 0 10px 2px #007bff;
  transition: box-shadow 0.3s ease-in-out;
}

img#edit-img {
  width: 20px;
  height: 20px;
  font-weight: 700;
}

.edit-action-icon {
  color: #be9b3e !important;
  font-size: 18px !important;
}

.span-color-payer {
  color: #555555;
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  /* font-weight: bold; */
  margin-left: 6px !important;

}

.text-icon-color {
  color: #be9b3e;
}

.span-color-payer a {
  color: #555555 !important;
  display: block;
  font-size: 13px;
  font-family: sans-serif;
}

input.input-payer.text-field {
  margin-left: 6px !important;
}

.disable-nav-group {
  pointer-events: none !important;
}

.header-left-align {
  justify-content: normal;

}

.z-index-payer {
  z-index: 1 !important;
}

.save-btn-top {
  height: 30px;
  width: 90px;
  font-weight: 800;
  background-color: #BE9B3E;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 0px 10px;
  font-size: 12px !important;
  /* margin: 10px; */
}

.overflow-outer-hidden {
  overflow: hidden !important;
}

.add-note-div .outer-card-border {
  border: 1px solid #DEDEDE;
  padding: 10px;
  border-radius: 5px;
  /* margin-right: 0; */
  /* justify-content: center; */
  /* text-align: center; */
  /* width: 100%; */
  /* height: 100%; */
  /* display: flex; */
  /* flex-direction: column;
  justify-content: center;
  align-items: center; */
  padding-bottom: 20px !important;
}

/* input#prequisite_search {
  width: 230px !important;
} */
.select-payer {
  width: 100% !important;
  height: 37px !important;
}

.add-note-div .selectize-input {
  width: 100%;
  /* overflow-x: auto; */
  overflow-y: auto !important;
  height: 37px !important;
}

.form-control.editable-div a {
  padding: 0px 5px;
  color: #BE9B3E;
}

.editable-wrapper {
  width: 700px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #7B7B7B !important;
  padding: 0px 9px !important;
  margin: 10px;
  border-radius: 4px;
  background: #fff;
}

.comment-width-th {
  width: 650px !important;
}

.form-control.editable-div {
  font-size: 12px;
  color: #344D4C;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  border: none;
  border-radius: 4px !important;
  height: 28px;
  align-items: center;
  display: inline-block;
  padding: 0px;
  width: 100% !important;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.form-control.editable-div::-webkit-scrollbar {
  display: none;
}

.requestDetailPopup {
  width: 2000px;
}


.editable-wrapper-popup {
  width: 385px !important;
  margin: 0px;
}

.workflow-dashboard tbody td select.form-control {
  width: 135px !important;
}

.state-columns {
  column-count: 7;
  /* You can change to 4 if needed */
  column-gap: 2rem;
  /* Adjust spacing between columns */
  list-style: none;
  padding-left: 0;
  padding: 10px;
}

.state-colum-checkbox .enroll-payer-list {
  max-height: inherit !important;
}

.state-columns li {
  break-inside: avoid;
  /* Prevents breaking checkbox group between columns */
  margin-bottom: 0.5rem;
}

.state-columns {
  column-count: 1;
}

.top0 {
  top: 0 !important;
}

.close-popup-header {
  color: #BE9B3E;
  font-size: 20px;
}

.modal-title-header {
  font-size: 14px;
}

/*New Theme CSS V1 (26-06-2025)*/
.tab-rp-element {
  display: flex;
  justify-content: space-between;
}

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

.rp-outline-btn-style:hover {
  background-color: #BE9B3E;
  color: #fff;
}

.bb-rp {
  border-bottom: 1px solid #DFD3C5;

}

.rp-margin0 {
  margin: 0px !important;
}

.rp-border-none {
  border: none !important;
}

/* 


.rp-tab-ul-element button {
    border-bottom: none !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
 */

@media (min-width: 576px) {
  .state-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .state-columns {
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .state-columns {
    column-count: 7;
  }
}

.plus-icon-top-right {
  font-size: 1.3rem;
  color: #BE9B3E;
  cursor: pointer;
  text-align: right;
}

.plus-icon-top-right:hover {
  color: #BE9B3E;
}

.removeCloneIcon {
  font-size: 1.3rem;
  color: #f74343;
  cursor: pointer;
  top: 10px;
  text-align: right;
  z-index: 10;
}

.width-input-100 {
  width: 100% !important;
}

/* .prerequisite-section {
  position: relative;
  padding-right: 30px;
} */


.file-preview {
  position: relative;
  width: 120px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.file-preview img {
  max-width: 100%;
  max-height: 60px;
  object-fit: cover;
}

.file-preview span {
  margin-top: 5px;
  font-size: 11px;
  word-break: break-word;
}

.remove-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.drag-drop-style-two {
  width: 40%;
  min-height: 100px;
  max-height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #BE9B3E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ralewaybold";
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.request-drag-drop .attachment-preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  gap: 10px;
  margin-left: 20px;
  margin-top: 15px;
  overflow: auto;
  max-height: 100px;
  width: 60%;
}

.request-drag-drop {
  display: flex;
  align-items: start;
}

.file-preview {
  position: relative;
  min-width: 120px;
  /* width:auto; */
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  background: #F9F9F9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.request-drag-drop .file-preview a {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 130px;
}

.theme-color {
  color: #BE9B3E;
}

.attachment-preview-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 20px;
}

.attachment-preview-container .file-preview {
  height: 60px;
}

.attachment-preview-container .file-preview {
  height: 60px;
  display: inline-block;
  line-height: normal;
}

.attachment-preview-container .file-preview img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  height: 30px;
}

.accordion-border-radius {
  border-radius: 0px !important;
}



.follow-up-height {
  height: 300px !important;
  overflow: auto;
}

.custom-follow-height .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  height: 300px;
  overflow: auto;
}

.custom-follow-height .ck-focused {
  height: 300px;
  overflow: auto;
}

.provider-credential-followup {
  overflow: auto;
}

.form-control.editable-div a {
  padding: 0px 5px;
  color: #BE9B3E;
}

.editable-wrapper {
  width: 700px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #7B7B7B !important;
  padding: 0px 9px !important;
  margin: 10px;
  border-radius: 4px;
  background: #fff;
}

.comment-width-th {
  width: 650px !important;
}

.form-control.editable-div {
  font-size: 12px;
  color: #344D4C;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  border: none;
  border-radius: 4px !important;
  height: 28px;
  align-items: center;
  display: inline-block;
  padding: 0px;
  width: 100% !important;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.form-control.editable-div::-webkit-scrollbar {
  display: none;
}

.requestDetailPopup {
  width: 2000px;
}


.editable-wrapper-popup {
  width: 385px !important;
  margin: 0px;
}

.workflow-dashboard tbody td select.form-control {

  width: 135px !important;
}

.tab-btn-ul-style .nav-link {
  background-color: #fff !important;
  color: #BE9B3E !important;
  border-color: #BE9B3E !important;
}

.tab-btn-ul-style .nav-link.active {
  background-color: #BE9B3E !important;
  color: #fff !important;
  border-color: #BE9B3E !important;
}

.tab-btn-ul-style .nav-link.activeNav {
  background-color: #BE9B3E !important;
  color: #fff !important;
  border-color: #BE9B3E !important;
}

.whie-bg-color {
  background: #fff;
  padding: 15px;
  border-left: 1px solid #DEDEDE;
  height: 100%;
}

.disabled-dropdown {
  pointer-events: none;
  background: #ddd !important;
  border-color: #857f7f !important;
}

.popupcard-state-tooltip .tooltiptext-element {
  width: fit-content;
  min-width: 130px !important;
}

.popupcard-state-tooltip {
  min-width: 400px !important;
}

.more-state-tooltip {
  line-height: normal;
  width: auto !important;
  color: #fff !important;
}

.more-state-tooltip-popup {
  max-height: 130px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0px !important;
  padding-right: 10px !important;
  cursor: auto;
}

.last-update-label {
  font-size: 12px;
}

.height-remove-custom {
  min-height: inherit !important;
}

.group-enroll-accordion-header {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  justify-content: space-between;
}

.left-partheader {
  width: 100%;
  text-align: left;
  padding: 10px;
}

.right-partheader {
  width: auto;
  text-align: right;
  display: flex;
  padding: 10px;
}

.border-top-accordion {
  border-top: 1px solid #cccccc;
}

.group-enrollment-body {
  text-align: left;
}

.group-enrollment-body strong {
  font-family: "ralewaybold";
  color: #000;
}

.group-enrollment-body p {
  margin-bottom: 5px;
}

.box-shadow-none {
  box-shadow: none !important;
  border: 1px solid #dedede !important;
  border-radius: 5px;
}

.communication-alert-msg {
  padding: 5px 10px !important;
  border-radius: 5px;
  margin-top: 5px !important;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.communication-alert-msg .dismiss-alert-btn {
  border: 1px solid #bf5b66;
  color: #bf5b66;
  padding: 2px 7px;
  font-size: 13px;
}

.inline-flex-sec {
  display: flex;
  justify-content: space-between;
}

.min-width100 {
  min-width: 100px !important;
}

.communication-placeholder {
  border: 1px solid #DEDEDE;
  text-align: center;
  padding: 10px;
  color: #656575;
  font-size: 12px;
}

.select-box-width {
  width: 300;
}

.placeholder-primary-part {
  padding: 10px;
  color: #656575;
  font-size: 12px;
  text-align: center;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

#Group-Enrollment .accordion-item {
  border: 1px solid #DEDEDE !important;
  margin-bottom: 5px;
}

.group-enrollment-body {
  border: none !important;
  border-radius: 0px 0px 5px 5px !important;
}

.flex-element {
  display: flex;
  gap: 30px;
}

.rp-justify-content-between {
  justify-content: space-between;
}

.rp-right-side-btn button {
  width: 150px;
}

.alert-left-align-text {
  display: flex;
  gap: 30px;
}

.user-alert-text {
  font-size: 13px;
  font-family: "ralewaysemibold";
}

.note-alert-text {
  font-weight: normal;
  font-size: 13px;
}

.time-alert-text {
  font-size: 12px;
}

.alert-right-align-text {
  display: flex;
  align-items: center;
  gap: 20px;

}

.select-flex-element {
  display: flex;
  align-items: center;
  gap: 10px;
}

.select-flex-element label {
  font-size: 13px;
  font-family: 'ralewaysemibold';
  color: #525256;
}

.select-flex-element select {
  font-size: 11px;
  color: #344D4C;
  height: 28px;
  border-color: #344D4C;
  min-width: 165px;
  padding-left: 5px;
}

/* select:focus{
  box-shadow: none !important;
  border-color: #344D4C !important;
} */
.accordion-button-grey-normal {
  background-color: #fbf9f5;
  border: 1px solid #dedede !important;
}

.accordion-button-grey-normal .user-alert-text {
  color: #525256;
}

.accordion-button-grey-normal .note-alert-text {
  color: #656575;
}

.accordion-button-grey-normal .time-alert-text {
  color: #656575;
}

.label-flex-element {
  display: flex;
  justify-content: space-between;
}

.td-spacing td {
  padding: 10px 0px;
  line-height: 0px;
}

.height-auto-rp {
  height: auto !important;
}

.background-fade-color {
  background-color: rgb(0 0 0 / 20%);
}

.table-new-layout th {
  background: #F2F3F4;
  padding: 10px 5px;
  font-size: 12px;
  opacity: 0.8;

}

.blue-text-color-rp {
  color: #477DE3;
  font-weight: 600;
}

.green-text-color-rp {
  color: #447945;
  font-weight: 600;
}

.black-text-color-rp {
  color: #232323;
}

.grey-text-color-rp {
  color: #74767B;
}

.td-new-layout {
  font-size: 12px;
  padding: 10px 5px;
}

.table-status-light-badge-rp {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-status-light-badge-rp span {
  background: transparent;
  padding: 3px 10px;
  font-size: 12px;
  color: #000;
  border-radius: 50px;
}

.table-status-light-badge-rp .blue-badge-part-rp {
  background: rgb(65 122 226 / 7%);
  color: #417AE2;
}

.table-status-light-badge-rp .purple-badge-part-rp {
  background: rgb(125 82 231 / 7%);
  color: #7D52E7;
}

.table-round-short-name-rp {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-round-short-name-rp span {
  background: #e5e5e5;
  width: 28px;
  display: inline-flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 12px;
  color: #000;
}

.table-round-short-name-rp .green-circl-part-rp {
  background: #93C58A;
  color: #fff;
}

.table-round-short-name-rp .blue-circl-part-rp {
  background: #7AB4F1;
  color: #fff;
}

.table-round-short-name-rp .orange-circl-part-rp {
  background: #F3B961;
  color: #fff;
}

.table-round-short-name-rp .red-circl-part-rp {
  background: #DD6C92;
  color: #fff;
}

.table-status-dark-badge-rp {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-status-dark-badge-rp .yellow-badge-part-rp {
  background: #FDF3D1;
  color: #8f7d41;
}

.table-new-layout {
  width: 100%;

}

.table-new-layout tr:nth-child(even) {
  background-color: #F8F9FA;
}

.table-new-layout tbody tr {
  border-top: 1px solid #F0F0F0;
}



.table-status-dark-badge-rp span {
  padding: 4px 12px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
}

.table-status-dark-badge-rp .red-badge-part-rp {
  background: #f8d7da;
  color: #721c24;
}

.table-status-dark-badge-rp .yellow-badge-part-rp {
  background: #fff3cd;
  color: #856404;
}

.table-status-dark-badge-rp .grey-badge-part-rp {
  background: #e2e3e5;
  color: #383d41;
}

.table-status-dark-badge-rp .sky-blue-badge-part-rp {
  background: #d1ecf1;
  color: #0c5460;
}

.table-status-dark-badge-rp .green-badge-part-rp {
  background: #d4edda !important;
  color: #155724 !important;
}

.table-status-dark-badge-rp .blue-badge-part-rp {
  background: #dbeafe;
  color: #1e40af;
}

.table-status-dark-badge-rp .purple-badge-part-rp {
  background: #ede7f6;
  color: #4a148c;
}

.row-border-b-r-l {
  border-bottom: 1px solid #c9c9c9;
}

.row-border-t-r-l {
  border-top: 1px solid #c9c9c9 !important;
}

.dark-border-card {
  border: 1px solid #c9c9c9 !important;
}

.flex-inline-rp-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multiple-select-part-rp .selectize-input {
  border: 1px solid #000;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  right: 0;
  background-position: right 10px top 15px;
  background-size: 11px;
}

.multiple-select-part-rp .selectize-dropdown-content {
  background: #fff !important;
  padding: 10px;
}

.send-commination-upload-file .upload-file-send-com {
  border: 1px dashed #be9b3e !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 60px;
  padding: 20px 20px;
}

.drop-bold-text-rp {
  font-size: 14px;
  font-family: 'ralewaysemibold';
}

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

.file-show-send-com {
  margin-top: 10px;
}

.file-show-send-com .d-flex {
  padding: 3px 8px !important;
  font-size: 12px;
}

.flex-element-gap-rp {
  display: flex;
  gap: 10px;
  align-items: center;
}

.email-heading-rp {
  font-size: 14px;
  /* font-family: "ralewaymedium"; */
  color: #000;
  margin-bottom: 14px;
  font-weight: bold;
}

.email-view-template-ui-rp strong,
p {
  color: #000;
}

.email-file-attch-rp {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 30px;
  flex-direction: column;
  width: 100%;
}

.email-file-attch-rp a {
  border: 1px solid #be9b3e;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
  color: #be9b3e;
}

.check-box-right-rp input:disabled+label::before {
  border-color: #999 !important;
  background-color: #f5f5f5 !important;
  cursor: not-allowed;
}

.col-flex-inherit {
  flex: inherit !important;
  width: 15%;
}

.popup-content-part ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  margin-bottom: 20px;
}

.popup-first-space:first-child {
  margin-top: 0;
}

.popup-first-space {
  margin-top: 20px;
  margin-bottom: 15px;
}

.popup-first-space strong {
  font-family: "ralewaysemibold";
  font-weight: normal;
  font-size: 12px;
  color: #525256;
}

.temprary-application-bg {
  background-color: #fff8c4;
}

.owner-toggle {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-block;
  width: 100%;
}

.normal-owner {
  background: rgb(255 197 66 / 15%);
  border: 1px solid #ffc542;
}

.primary-owner {
  background: rgb(77 190 113 / 15%);
  border: 1px solid #4DBE71;
}

/* width */
.popup-colorful-label-part::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.popup-colorful-label-part::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.popup-colorful-label-part::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.popup-colorful-label-part::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.popup-colorful-label-part {
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.rp-font-18 {
  font-size: 18px !important;
}

.flex-align-pp {
  gap: 10px;
  align-items: center;
  justify-content: start;
  align-self: end;
  height: 100%;
}

.right-checkbox-width-pp {
  width: 110px;
}

.tab-flex-justify-between-pp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-flex-justify-between-pp nav {
  width: 100%;
}

.border-b-pp-0 {
  border-bottom: 0px !important;
}

.bg-red-light-pp {
  background-color: rgb(255 0 0 / 10%) !important;
}

.bg-none-pp {
  background-color: transparent !important;
}

.table-bg-red-color-pp {
  background-color: rgb(255 0 0 / 10%) !important;
}



.width-90-pp {
  width: 90px !important;
}

.bg-light-color-rp {
  background-color: rgb(188 153 62 / 10%);
  padding: 15px;
  border-radius: 5px;
}

.section-heading-label {
  font-size: 16px;
}

.remove-from-queue {
  font-size: 12px;
  background: #ff00002e;
  color: #b02a37;
  border-color: #b02a3747;
  margin-left: 7px;
}
