/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
@charset "UTF-8";

/* ------------------------------------------------------------------- */
/* Table of Contents
----------------------------------------------------------------------

    Note: as of 12/01/2023 this file is deprecated and any changes must go through the
    @tq-design-engineering team on Github. Please avoid contributing to this files at
    all costs.

	01. Import Section ...................... Imported variables.

	02. Layout Components According To Page ................... Generic layout elements.
        # Header
        # Home
        # Consumer Home
        # Browse
        # Cost Estimate
        # Search Results
        # Verify Estimate
        # Procedure Info
        # Procedure Providers
        # Blog
        # Single Post
        # Product Page
        # Submit Page
        # Lead Page
        # Hospital Info
        # Non-Transparent Hospital
        # Procedure City
        # Login, Signup, Create Account
        # Career Page
        # Dashboard
        # Footer

	03. Media Queries ....................... Mobile style sheets.

*/

/* ------------------------------------------------------------------- */
/* 01. Import Section
---------------------------------------------------------------------- */
@font-face {
    font-family: 'HK Grotesk Regular';
    font-style: normal;
    font-weight: normal;
    src: local('HK Grotesk Regular'), url("../fonts/HKGrotesk-Regular.5737c302d3ff.woff") format('woff');
}
@font-face {
    font-family: 'HK Grotesk Medium';
    font-style: normal;
    font-weight: normal;
    src: local('HK Grotesk Medium'), url("../fonts/HKGrotesk-Medium.3087376f152e.woff") format('woff');
}
@font-face {
    font-family: 'HK Grotesk SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('HK Grotesk SemiBold'), url("../fonts/HKGrotesk-SemiBold.0fd4fa85e14e.woff") format('woff');
}
@font-face {
    font-family: 'HK Grotesk Bold';
    font-style: normal;
    font-weight: normal;
    src: local('HK Grotesk Bold'), url("../fonts/HKGrotesk-Bold.31b3bc10df42.woff") format('woff');
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url("../fonts/tiempos-headline-web-semibold.8cc6f207f11b.woff") format('woff');
}

/* ------------------------------------------------------------------- */
/*  02. Layout Components
---------------------------------------------------------------------- */

/* Common Styles */
*{
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}
:root {
    --turquoise: #176F6F;
    --cool-grey-30: #C5CAD2;
}
body{font-family: 'HK Grotesk Regular';}
h1,h2,h3,h4,h5,h6{
    font-family: 'Tiempos Headline';
}
a {
color: #36C5BA;
}
a:hover {
    color: #36C5BA;
}
.alert {
    border-radius: 22px;
}
.alert-circle-salmon {
    padding: 0 5px;
}
#locationNearbyMap.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale, #locationMap.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 8px;
}

#locationNearbyMap.leaflet-container a, #locationMap.leaflet-container a {
    color: #36C5BA;
    font-size: 8px;
}
#locationMap > div.leaflet-control-container > div.leaflet-top.leaflet-left > div > a, #locationNearbyMap > div.leaflet-control-container > div.leaflet-top.leaflet-left > div > a, #locationNearbyMap.leaflet-container .leaflet-popup-content a {
    font-size: 11px;
    line-height: 2.0;
}

#locationNearbyMap.leaflet-container .leaflet-popup-content a h1 {
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.leaflet-popup-content {
    font-size: 11px;
    line-height: 2.0;
    font-family: 'HK Grotesk Regular';
}

.leaflet-popup-content b {
    font-size: 11px;
    line-height: 2.0;
    font-family: 'HK Grotesk Bold';
}
.m--0{
    margin: 0 !important;
}
.blur-30 {
    filter: blur(30px);
}
.blur-5 {
    filter: blur(5px);
}

.autocomplete-suggestions {
    margin: .3rem;
    padding: .3rem .5rem;
    list-style: none;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    transition: all .1s ease-in-out;
    border-radius: .35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
    transition: all .2s ease;
    box-shadow: 0px 10px 30px #00000014;
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-family: 'HK Grotesk Bold';
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
.flash-messages {
    margin: 25px 25px;
}

/* ---------------------------------- */
/* Header
------------------------------------- */
.turquoise-homepage header{
    background: #D5EEED;
}
.header-blue-bg {
    background: #02363D;
    position: relative;
    z-index: 3;
}
.header-blue-bg .navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.header-blue-bg .navbar-light .navbar-nav svg .b {
    fill: #FFF;
}
header {
    padding: 20px 0;
}
.navbar.navbar-light.navbar-expand-md {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #02363D;
    line-height: 21px;
    font-size: 16px;
    padding: 0;
    font-family: 'HK Grotesk Medium';
    position: relative;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../images/navbar.e74da9d676e2.svg");
}
#navbarCollapse .navbar-nav .navbar-item {
    padding: 10px 50px 10px 0;
    position: relative;
    cursor: pointer;
}
.navbar-item.header-search-section .nav-link{
    padding-right:0;
}
.navbar-brand {
    margin: 0 50px 0 0;
}
#navbarCollapse {
    justify-content: flex-end;
}
#navbarCollapse ul {
    margin: 0 !important;
}
#navbarCollapse ul li:last-child a{
    padding-right: 0;
}
.signupLogin-btns .signUp::before {
    content: " ";
    width: 1px;
    height: 24px;
    background: #02363D;
    opacity: 0.5;
    display: block;
    position: absolute;
    left: -16px;
}
.signupLogin-btns .signUp {
    color: #02363D;
    line-height: 21px;
    font-size: 16px;
    display: inline-block;
    margin: 0 28px 0 0;
    text-decoration: none;
    font-family: 'HK Grotesk Medium';
    position: relative;
}
.signupLogin-btns .signUp:hover{
    color: rgba(0,0,0,.7);
}
.signupLogin-btns .enterpriseLogin {
    background: #36C5BA;
    border-radius: 50px;
    display: inline-flex;
    padding: 10px 20px 10px 20px;
    color: #fff;
    align-items: center;
    text-decoration: none;
    font-family: 'HK Grotesk Medium';
}
.signupLogin-btns .enterpriseLogin img {
    margin: 0 4px 0 0;
}
.signupLogin-btns {
    display: flex;
    align-items: center;
}
.signupLogin-btns .enterpriseLogin:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
#navbarCollapse .navbar-item.has-menu > a::after {
    position: absolute;
    content: url("../images/angle-down.0a66c03bed5c.svg");
    right: -17px;
    transition: 0.3s;
}
.sub-menu {
    position: absolute;
    border-radius: 10px;
    display: block;
    transform: scale(0);
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 99;
    min-width: 175px;
    top: 40px;
}

#navbarCollapse .navbar-item.has-menu .small-menu li {
    border-bottom: 1px solid #E3E6EB;
}
#navbarCollapse .navbar-item.has-menu .small-menu li:last-child{
    border: 0;
}
#navbarCollapse .navbar-item.has-menu .small-menu li a {
    display: block;
    padding: 8px 15px;
}
.sub-menu li a{
    color: #02363D;
    font-size: 16px;
}
.navbar-item.has-menu.resourcesNavitem .sub-menu.small-menu{
    width: 175px;
}
.sub-menu.mega-menu {
    width: 990px;
    left: -500%;
    padding: 28px 32px;
}
.megaMenu-block {
    display: flex;
    justify-content: space-between;
}
.megaMenu-block-section {
    width: 48%;
}
.megaMenu-row {
    display: flex;
    align-items: flex-start;
    margin: 0 0 23px 0;
}
.megaMenu-block-section .megaMenu-row:last-child {
    margin: 0;
}
.megaMenu-row img {
    margin: 0 12px 0 0;
}
.megaMenu-row a span {
    display: block;
    color: #8A95A5;
    font-size: 14px;
}
/* ---------------------------------- */
/* Home
------------------------------------- */
.home-banner-section{
    background: #D5EEED;
    padding: 45px 0 55px 0;
}
.hm-banner-info h1 {
    font-family: 'Tiempos Headline';
    font-size: 64px;
    color: #02363D;
    letter-spacing: 0.5px;
    margin: 0 0 32px 0;
    line-height: 74px;
}
.hm-banner-img img {
    width: 560px;
    margin-right: -27px;
}
.hm-banner-img {
    text-align: right;
}
.hm-banner-info p {
    color: #02363D;
    line-height: 24px;
    margin: 0 0 22px 0;
}
.hm-banner-info ul {
    margin: 30px 0 0 0;
    display: flex;
}
.hm-banner-info ul li {
    margin: 0 16px 0 0;
}
.home-solid-drk-btn {
    width: 150px;
    color: #fff !important;
    border-radius: 25px;
    background: #36C5BA;
    padding: 11px 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
}
.home-solid-drk-btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.home-trns-drk-btn{
    width: 150px;
    color: #36C5BA;
    border-radius: 25px;
    background: transparent;
    padding: 11px 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #36C5BA;
}
.home-trns-drk-btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    background: #36C5BA;
    color: #fff;
}
.home-feature-section {
    padding: 160px 0;
    background: #F7FBFB;
}
.home-feature-block {
    text-align: center;
}
.home-feature-block p {
    margin: 0;
    color: #02363D;
    font-size: 16px;
    line-height: 22px;
}
.home-feature-block h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
    color: #02363D;
    margin: 32px 0 16px 0;
}
.home-info-img-sec{
    background: #36C5BA;
}
.home-custm-brand .home-info-img-sec{
    padding: 65px 0 0 0;
}
.home-information-section .col-md-6 {
    padding: 0;
}
.home-info-img-sec img {
    width: 100%;
}
.home-info-cntnt-sec {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.home-custm-brand .home-info-cntnt-sec{
    padding-left: 119px;
}
.home-info-cntnt-sec span {
    font-family: 'HK Grotesk Bold';
    letter-spacing: 1.96px;
    color: #36C5BA;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
.home-info-cntnt-sec h2 {
    letter-spacing: 0.96px;
    color: #02363D;
    opacity: 1;
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 32px 0;
}
.home-info-cntnt-sec p{
    color: #02363D;
    margin: 0;
    line-height: 24px;
}
.home-patient-insight .home-info-img-sec {
    padding: 0 0 28px 0;
}
.home-patient-insight .home-info-cntnt-sec {
    align-items: flex-start;
    padding: 0 0 0 119px;
}
.home-patient-insight .home-info-cntnt-sec span{
    margin: 0 166px 0 0;
}
.home-admin-interface .home-info-img-sec {
    padding: 48px 0 0 0;
}
.home-admin-interface .home-info-cntnt-sec {
    padding-left: 119px;
}
.home-quote-section h3 {
    margin: 0;
    text-align: center;
    color: #02363D;
    letter-spacing: 0.8px;
    font-size: 40px;
    line-height: 54px;
}
.home-quote-section {
    padding: 160px 0;
    text-align: center;
    background: #F7FBFB;
}
.home-quote-section img {
    margin: 0 0 10px 0;
}
.home-whady-product-section {
    background: #02363D;
}
.home-whady-product-section {
    background: #02363D;
    padding: 96px 0;
}
.home-whaddya-section h2 {
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 48px 0;
}
.home-whaddya-section p{
    color: #FFFFFF;
    margin: 0 0 62px 0;
}
.home-whaddya-section ul {
    margin: 0;
    display: flex;
    justify-content: center;
}
.home-whaddya-section ul li{
    margin: 0 8px;
}
.home-whaddya-section {
    text-align: center;
    padding: 0 0 92px 0;
    border-bottom: 2px solid rgba(255,255,255,0.25);
}
.home-moreprd-row {
    display: flex;
    justify-content: space-between;
}
.moreproduct-section {
    width: 32%;
    border: 2px solid rgba(255,255,255,0.25);
    text-align: center;
    padding: 51px 0 48px 0;
}
.home-more-product-section {
    padding: 90px 0 0 0;
}
.home-more-product-section h2 {
    text-align: center;
    letter-spacing: 0.96px;
    color: #FFFFFF;
    margin: 0 0 62px 0;
    font-size: 48px;
    line-height: 48px;
}
.moreproduct-section h3{
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px 0;
}
.moreproduct-section p{
    color: #FFFFFF;
    margin: 0 0 30px 0;
    line-height: 22px;
}

/* ---------------------------------- */
/* Consumer Home
------------------------------------- */
.consum-home-banner-sec {
    position: relative;
    z-index: 1;
}
.consum-home-banner-sec .hm-banner-info span{
    text-decoration: underline;
    color:#36C5BA;
    font-family: 'Tiempos Headline';
    font-size: 64px;
    line-height: 74px;
}
.consum-home-banner-sec .banner-form{
    margin:60px 0 0 0;
}
.banner-form form,
.banner-form fieldset {
    display: flex;
    padding: 0;
    width: 73%;
    box-shadow: 0px 10px 30px #00000014;
    border-radius: 44px;
}
.banner-form form .form-group,
.banner-form fieldset .form-group {
    margin: 0;
    width: 40%;
    position: relative;
}
.banner-form form .form-group-submit,
.banner-form fieldset .form-group-submit {
    margin: 0;
    width: 20%;
}
.banner-form .form-group input {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 30px 20px 30px 55px !important;
    height: auto;
    width: 100%;
    box-shadow: unset !important;
}
.banner-form .form-group .enter_procedure {
    border-top-left-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
    border-right: 1px solid #DBDDE0 !important;
}
.banner-form form .form-group-submit .banner-submit-btn,
.banner-form fieldset .form-group-submit .banner-submit-btn {
    padding: 28.5px 20px !important;
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
    width: 100%;
    background: #36C5BA;
    color: #fff;
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    transition: 0.3s;
}
.banner-form form .form-group-submit .banner-submit-btn:hover,
.banner-form fieldset .form-group-submit .banner-submit-btn:hover {
    background: #40B2A9;
}
.banner-form form .form-group img,
.banner-form fieldset .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left:23px;
}
.banner-form .form-group input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.banner-form .form-group input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.banner-form .form-group input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: #02363D;
    border-color: #02363D;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    opacity: 0.5;
}
.custom-switch .custom-control-label::after {
    top: 6px;
    left: -34px;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
    border-color: #02363D !important;
}
.beta-message {
    padding-top: 60px;
}
.beta-message strong {
    font-family: 'HK Grotesk Bold';
}
.beta-message a {
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
    color: #02363D;
}
.beta-message a:hover {
    color: #36C5BA;
    text-decoration: none;
}
.beta-message .new-feature {
    padding: 4px 8px;
    background: #02363D;
    align-items: center;
    width: max-content;
    display: flex;
    margin: 4px 0px;
}
.beta-message .new-feature h4 {
    font-family: 'HK Grotesk Bold';
    text-transform: uppercase;
    color: #D5EEED;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: 2px 0 0 0;
}
.hm-banner-info .beta-message-bottom-url {
    margin: 22px 0 0 0;
    font-family: 'HK Grotesk Bold';
}
.hm-banner-info .beta-message-bottom-url a {
    font-family: 'HK Grotesk Bold';
}

.home-browse-section {
    padding: 160px 0 0;
    background: #F7FBFB;
}
.home-browse-section h2{
    color: #02363D;
    letter-spacing: 0.96px;
    font-size: 48px;
    margin: 0;
}
.view-all-btn {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.trns-small-btn{
    width: 110px;
    color: #36C5BA;
    border-radius: 25px;
    background: transparent;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #36C5BA;
}
.trns-small-btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    background: #36C5BA;
    color: #fff;
}
.trns-btn{
    color: #36C5BA !important;
    border-radius: 25px;
    background: transparent !important;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #36C5BA !important;
}
.trns-btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
    transform: scale(1.03) !important;
    background: #36C5BA !important;
    color: #fff !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.home-browse-blocks {
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    padding: 64px 20px 80px;
}
.home-browse-blocks .swiper-slide {
    flex-direction: column;
    padding: 32px;
}
.home-browse-blocks .swiper-slide:hover{
    box-shadow: 0px 10px 30px #00000014;
}
.home-browse-blocks .swiper-container{
    overflow: visible;
}
.home-browse-blocks .swiper-slide p{
    color: #02363D;
    line-height: 20px;
    margin: 0 0 23px 0;
    font-family: 'HK Grotesk SemiBold';
}
.home-browse-blocks .swiper-slide p.procedure-title {
    display: block;
    min-height: 35px;
}

.home-browse-blocks .swiper-slide h4{
    color: #36C5BA;
    font-size: 40px;
    margin: 0 0 24px 0;
}
.home-browse-blocks .swiper-slide h4 span{
    display: block;
    margin: 12px 0 0px 0;
    font-family: 'HK Grotesk Regular';
    font-size: 16px;
    line-height: 20px;
    color: #8A95A5;
}
.swiper-button-next{
    right:0 !important;
}
.swiper-button-prev{
    left:0 !important;
}
.browse_buttons {
    width: 200px;
    color: #fff !important;
    border-radius: 25px;
    background: #36C5BA;
    padding: 8px 0 8px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
}
.browse_buttons:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    box-shadow: 0px 2px 6px #00000029 !important;
    border-radius: 50px;
    background: #fff !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 10px !important;
    color: #36c5ba;
    font-weight: bold;
}
.browse-by-provider{
    padding: 0;
}
.browse-by-provider .home-browse-blocks .swiper-slide p{
    min-height: unset;
    margin: 0;
}
.browse-by-provider .home-browse-blocks .swiper-slide img {
    margin:0 0 14px 0;
    vertical-align: top;
}
.browse-by-provider .home-browse-blocks .swiper-slide img.verified {
    height: 18px;
    width: 18px;
    margin:0 0 2px 0;
    display: inline-block;
}
.browse-by-provider .home-browse-blocks .swiper-slide .hospital-icon,
.browse-by-provider .home-browse-blocks .swiper-slide .hospital-logo {
    position: relative;
}
.browse-by-provider .home-browse-blocks .swiper-slide .hospital-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
}
.browse-by-provider .home-browse-blocks .swiper-slide .hospital-icon p {
    color: #E29578;
    font-family: 'HK Grotesk Bold';
    font-size: 36px;
    line-height: 36px;
}
.browse-by-provider .home-browse-blocks .swiper-slide .hospital-logo img {
    border-radius: 50px;
    display: inline-block;
}
.browse-by-provider .home-browse-blocks .swiper-slide span{
    display:block;
    margin: 0 0 22px 0;
    font-family: 'HK Grotesk Regular';
    font-size: 16px;
    line-height: 20px;
    color: #8A95A5;
}
.how-turquoise-work {
    background: #02363D;
    padding: 140px 0;
}
.how-turquoise-work .row .col-md-12 > h3{
    text-align: center;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 95px 0;
}
.how-turquoise-work .home-feature-block h2{
    color: #fff;
}
.how-turquoise-work .home-feature-block p{
    color: #fff;
}
.consumer-home-info-sec .home-patient-insight .home-info-cntnt-sec span{
    margin: 0 151px 0 0;
}
.consumer-home-info-sec .home-patient-insight .home-info-cntnt-sec h2{
    margin-right: 37px;
}
.home-quote-section .container .person-img {
    margin: 48px 0 0 0;
}
.testimonial-section .container{
    position: relative;
}
.masonary-testi-images {
    margin: 0;
}
.masonary-testi-images li img {
    position: absolute;
    margin: 0;
}
.testi-image-one {
    top: 0;
    left: 0;
}
.testi-image-two {
    top: -10px;
    right: 0;
}
.testi-image-three {
    bottom: -70px;
    left: 142px;
}
.testi-image-four {
    top: 63%;
    right: 100px;
}
.site-cta-section{
    background: #02363D;
    padding: 64px 0;
    text-align: center;
}
.site-cta-section h2{
    color: #fff;
    font-size: 32px;
    line-height: 24px;
    margin: 0 0 24px 0;
}
.site-cta-section p{
    color: #fff;
    margin: 0 0 32px 0;
}
.site-cta-button{
    width: 180px;
    color: #fff !important;
    border-radius: 25px;
    background: #36C5BA;
    padding: 8px 0 8px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
}
.site-cta-button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.mob-banner-img{
    display: none;
}


/* ---------------------------------- */
/* Browse
------------------------------------- */
.inner-banner-section {
    padding: 45px 0 137px 0;
    background: #02363D;
    position: relative;
}
.inner-banner-section::after{
    position: absolute;
    height: 100%;
    content: url("../images/Deco.f440bdec433d.png");
    right:0;
    top:-87px;
    z-index: -1;
}
.page-title h1 {
    margin: 0;
    letter-spacing: 0.72px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 50px;
}

.page-title img.verified {
    display: inline;
    width: 36px;
    height: 36px;
    margin: 0 0 4px 8px;
    vertical-align: bottom;
    margin-inline: auto;
}
.title-button-sec {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.title-button {
    width: 200px;
    color: #fff !important;
    border-radius: 25px;
    background: #36C5BA;
    padding: 8px 0 8px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: flex;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
    align-items: center;
    justify-content: center;
}
.title-button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.title-button img {
    margin: 0 10px 0 0;
}
.main-content-section > .container {
    position: relative;
    top: -95px;
    z-index: 1;
    background: #fff;
}
.hospital-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hospital-name {
    margin: 0 0 0 23px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    line-height: 23px;
    width: 55%;
}
.hospital-icon p {
    margin: 0;
    color: #E29578;
    font-family: 'HK Grotesk Bold';
    font-size: 30px;
    line-height: 40px;
}
.hospital-icon {
    width: 77px;
    height: 77px;
    background: #FFDDD2;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hospital-icon img {
    border-radius: 50px;
}
.sidebar-content {
    padding: 28px 9px;
}
.main-sidebar {
    border-right: 1px solid #E3E6EB;
}
.turquoise-verification {
    padding:28px 0;
    border-bottom: 1px solid #E3E6EB;
}
.turquoise-verification h3{
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
    color: #02363D;
    letter-spacing: 1.44px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.turquoise-verification h3 img.verified {
    display: inline;
    margin: 0 0 2px 0;
}
.turquoise-verification p {
    color: #02363D;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    display: flex;
    align-items: center;
}
.turquoise-verification p img{
    margin:0 0 0 5px;
}
.turquoise-verification a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
}

.follows-cms-letter-spacing, .follows-cms-letter-spacing a {
  font-family: 'HK Grotesk';
  letter-spacing: 1.8px;
  line-height: 16px;
}
.follows-cms svg.icon-14 {
    width: 14px;
}

.sidebar-location{
    padding:24px 0;
    border-bottom: 1px solid #E3E6EB;
}
.sidebar-location h3{
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
    color: #02363D;
    letter-spacing: 1.44px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.sidebar-location p {
    color: #02363D;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.sidebar-location a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
    margin:0 0 22px 0;
}
.sidebar-contact{
    padding:28px 0;
}
.sidebar-contact h3{
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
    color: #02363D;
    letter-spacing: 1.44px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.sidebar-contact p {
    color: #02363D;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.sidebar-contact a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
    margin:0 0 22px 0;
}
.browse-main-cont {
    padding: 0;
}
.browse-searchbar-section {
    padding: 28px;
}
.browse-searchbar-section .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 23px;
}
.browse-searchbar-section .form-group {
    margin: 0;
    position: relative;
}
.browse-searchbar-section .form-group {
    width: 100%;
}
.browse-searchbar-section .form-group input {
    width: 100%;
    border: 2px solid #E3E6EB;
    border-radius: 44px;
    padding: 9px 15px 9px 50px;
}
.browse-searchbar-section .select-dropdown{
    width:16%
}
.browse-searchbar-section form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.browse-searchbar-section .form-group input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.browse-searchbar-section .form-group input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.browse-searchbar-section .form-group input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.select-dropdown {
    position: relative;
    background-color: #e6e6e6;
    max-width: 100%;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.select-dropdown .select-dropdown-disabled {
    cursor: default;
}
.select-dropdown select {
    max-width: 100%;
    padding: 10px 24px 10px 42px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
    cursor: pointer;
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    color: #02363D;
    transition: 0.3s;
}
.select-dropdown:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.select-dropdown select:active, .select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}
.select-dropdown::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 14px;
}
.select-dropdown img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
}
.browse-titie_sec {
    padding: 28px;
}
.browse-titie_sec .suggested-search a {
    font-size: 18px;
    padding: 10px 0;
}
.browse-titie_sec h2{
    color: #02363D;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}
.browse-services p.truncated {
    margin: 10px;
    text-align: center;
    font-style: italic;
}
.browse-services ul {
    margin: 0;
}
.browse-services ul li {
    border-top: 1px solid #E3E6EB;
    position: relative;
}
.browse-services ul li::after {
    position: absolute;
    content: url("../images/angle-right.8c764f023dab.svg");
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.browse-services a {
    text-decoration: none !important;
    display: block;
    padding: 28px;
    transition: 0.3s;
}
.browse-services li p {
    margin: 0;
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 21px;
}
.browse-services li span{
    color: #02363D;
    font-size: 13px;
    line-height: 16px;
    display: block;
}
.browse-services a:hover{
    background:#efefef;
}
.browse-services ul li:last-child {
    border-bottom: 1px solid #E3E6EB;
}
.browse-services .servive-location-address a {
    color: #36C5BA !important;
    text-decoration: none !important;
    font-size: 13px;
    display: block;
    padding: 0px;
    transition: none;
}
.browse-services .servive-location-address img.verified {
    margin: 0 0 1px 0;
}

.browse-services .servive-location-address a:hover {
    background: none;
    text-decoration: underline !important;
}
.browse-filter-buttons {
    margin: 15px 0 0 0;
}
.browse-filter-buttons ul li button {
    border: 2px solid #02363D;
    border-radius: 50px;
    background: transparent;
    color: #02363D;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
    padding: 6px 18px;
    display: flex;
    align-items: center;
}
.browse-filter-buttons ul li button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.browse-filter-buttons ul li button img {
    margin: 0 0 0 11px;
}
.browse-filter-buttons ul {
    margin: 0;
    display: flex;
}
.browse-filter-buttons ul li {
    margin: 0 15px 0 0;
}
.browse-filter-buttons {
    display: flex;
    align-items: center;
}
.filter-clr a{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Bold';
    text-decoration: underline;
}
.browse-titie_sec.browse-breadcrumb-sec h2 {
    width: 70%;
}
.browse-titie_sec.browse-breadcrumb-sec .price-sort-filter {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.browse-breadcrumb-sec{
    display:flex;
}
.browse-titie_sec.browse-breadcrumb-sec h2 a{
    color: #36C5BA;
    letter-spacing: 0.48px;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Tiempos Headline';
}
.price-sort-filter select {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    color: #02363D;
    transition: 0.3s;
    padding: 0 20px 0 0;
}
.price-sort-filter {
    position: relative;
    max-width: 100%;
    cursor: pointer;
    transition: 0.3s;
}
.browse-services.estimated-service-price ul li::after {
    display:none;
}
.price-sort-filter::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}
.service-code{
    font-size: 14px !important;
}
.service-info-cont{
    padding: 28px;
    display: flex;
}

.service-info-sec {
    width: 65%;
}
.service-cost-sec {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.service-cost-sec h5{
    margin:0 15px 0 0;
    color: #36C5BA;
    letter-spacing: 0.48px;
    font-size: 24px;
    line-height: 34px;
}
.service-cost-sec a {
    padding: 6px 20px;
    color: #36C5BA;
    border-radius: 25px;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #36C5BA;
    max-width: 190px;
}
.service-cost-sec a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #36C5BA !important;
    color: #fff;
}
.service-cost-sec-rate span.sec-rate {
    color: #8A95A5;
    float: right;
    margin: 0 15px 0 0;
}
.service-cost-sec a.rate-button {
    flex: 1;
}
.servic-location-cont .service-info-cont {
    padding: 0;
}
.servic-location-cont ul li {
    padding: 28px;
}
.servive-location-address ul li {
    padding: 0;
    border: 0 !important;
}
.service-locations {
    border: 1px solid #E3E6EB;
    display: flex;
    margin: 12px 0 0 0;
    padding:14px;
}
.servive-location-address {
    width: 70%;
    display: flex;
}
.service-location-distance {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.service-location-distance p{
    color: #36C5BA !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'HK Grotesk Bold' !important;
}
.servive-location-address img {
    margin: 0 12px 0 0;
}
.servive-location-address ul li p{
    color: #02363D;
    font-size: 13px;
    line-height: 17px;
    font-family: 'HK Grotesk Bold';
}
.servive-location-address ul li span{
    color: #02363D;
    font-size: 13px;
    line-height: 17px;
}
.sidebar-location-lists {
    margin: 0;
}
.sidebar-location-lists li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 0 15px 0;
}
.sidebar-location-lists a {
    margin: 0;
}
.sidebar-location-lists h3 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-weight: unset;
    letter-spacing: 0;
    text-transform: unset;
}
.sidebar-location-lists h3 span {
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: #02363D;
    font-weight: unset;
    letter-spacing: 0;
    text-transform: unset;
}


/* ---------------------------------- */
/* Cost Estimate
------------------------------------- */
.cost-estimate{
    background: #F7FBFB;
}
.cost-estimate-info h1{
    letter-spacing: 0.72px;
    color: #02363D;
    font-size: 36px;
    margin:0 0 26px 0;
}
.cost-estimate-info h5{
    font-family: 'HK Grotesk Bold';
    letter-spacing: 1.44px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    margin:0 0 11px 0;
}
.cost-estimate-info h5 a {
    font-family: 'HK Grotesk Bold';
    letter-spacing: 1.44px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    margin:0 0 11px 0;
}
.cost-estimate-info p{
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
}
.cost-estimate-info p a {
    font-size: 14px;
    line-height: 22px;
}
.cost-estimate-info p b {
    font-size: 14px;
}
.cost-estimate-mainsec {
    padding: 30px 0 120px;
}
.cost-estimate-info form .form-group{
    margin:0;
}
.need-to-get-started .card-header{
    padding:0;
    border:0;
    background: transparent;
    border-radius: 0;
}
.need-to-get-started .card{
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.need-to-get-started .card-header button {
    width: 100%;
    box-shadow: unset !important;
    border-radius: 0;
    position: relative;
    text-align: left;
    border: 0;
    padding: 10px 20px;
    color: #36C5BA;
    font-size: 14px;
    text-decoration: none !important;
    font-family: 'HK Grotesk SemiBold';
}
.need-to-get-started{
    background: #36C5BA1A;
    position: relative;
    margin: 0 0 50px 0 !important;
}
.need-to-get-started .card-header button.collapsed::after {
    content: url("../images/angle-down-green.3262d5d8eaad.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 20px;
    transition: 0.3s;
}
.need-to-get-started .card-header button::after {
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    transition: 0.3s;
    content: url("../images/angle-down-green.3262d5d8eaad.svg");
    position: absolute;
    top: 48%;
    right: 20px;
}
.need-to-get-started .card-body {
    color: #02363D;
    font-size: 14px;
    line-height: 21px;
    padding: 7px 20px 20px;
}
.need-to-get-started:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.cost-estimate-info form ul label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}
.cost-estimate-info form ul{
    display:flex;
    justify-content: space-between;
    margin: 0 0 29px 0;
}
.cost-estimate-info form ul li{
    width: 48%;
}
.cost-estimate-info form ul li input{
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size:14px;
}
.cost-estimate-info form ul li input#remaining-deductable {
    padding: 9px 25px 9px 35px;
}
.cost-estimate-info form ul li input#copay-amount {
    padding: 9px 25px 9px 35px;
}
.cost-estimate-info form ul li input#coinsurance-percentage {
    padding: 9px 45px 9px 25px;
}
.cost-estimate-info form .field-annotation-wrapper {
    position: relative;
}
.cost-estimate-info form .dollar-annotation {
    position: absolute;
    top: 37px;
    left: 18px;
    width: 20px;
    font-size: 14px;
    color: #8A95A5;
}
.cost-estimate-info form .percent-annotation {
    position: absolute;
    top: 37px;
    right: 18px;
    width: 20px;
    font-size: 14px;
    color: #8A95A5;
}
.cost-estimate-info form ul li input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.cost-estimate-info form ul li input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.cost-estimate-info form ul li input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.cost-estimate-info form ul li select{
    max-width: 100%;
    padding: 9px 25px;
    border: none;
    background-color: #FFF;
    border-radius: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}
.insurance-plan-selectbox{
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    width:100%;
    position: relative;
}
.insurance-plan-selectbox::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 20px;
}
.cost-estimate-info form ul label img{
    margin:0 0 0 15px;
}
.procedure-information {
    margin: 80px 0 0 0;
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
    list-style: disc;
}
.procedure-information h3 {
    letter-spacing: 0.48px;
    color: #02363D;
    font-size: 18px;
    line-height: 24px;
}
.procedure-information ul {
    list-style: disc;
}
.procedure-information li {
    list-style: disc;
    margin-left: 30px;
}
.procedure-information .read{
    overflow: hidden;
    font-size: 16px !important;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.procedure-information .read-less{
    height: 220px !important;
}

.pricing-disclaimer {
    margin: 0px 0 0 0;
}
.hospital-quality {
    margin: 60px 0 0 0;
}
.cost-estimate-mainsec h2{
    letter-spacing: 0.48px;
    color: #02363D;
    font-size: 24px;
    line-height: 34px;
}
.cost-estimate-info {
    padding: 0 50px 0 0;
}
.estimation-calculator{
    width:75%;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px #02363D14;
    padding: 35px;
}
.cost-estimation-calculator .rate-help {
    font-size: 10px;
    margin: 30px 0 0 0;
    color: #02363D;
}
.cost-estimation-calculator .rate-help img {
    margin-right: 5px;
}
.cash-price-calculator, .no-rate-listed {
    width: 75%;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px #02363D14;
    padding: 35px;
}
.cash-price-calculator, .no-rate-listed li {
    list-style: disc;
    margin-left: 30px;
    font-size: 14px;
}
.cost-estimation-calculator {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.cost-estimation-calculator .no-rate-listed p {
    margin-bottom: 10px;
    font-size: 14px;
}
.estimation-calculator ul {
    margin: 0;
}
.estimation-calculator p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
}
.estimation-calculator span {
    margin: 0;
    color: #02363D;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}
.estimation-calculator ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E6EB;
    padding: 6px;
}
.estimation-calculator h2{
    letter-spacing: 0.48px;
    color: #02363D;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
}
.estimation-calculator button, .estimation-calculator .button {
    width: 100%;
    margin: 15px 0 0 0;
    background: #36C5BA;
    border-radius: 22px;
    color: #FFFFFF;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    padding:11px 0;
    transition: 0.3s;
}
.estimation-calculator button:hover, .estimation-calculator .button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.you-pay {
    background: #36C5BA1A;
    border: 0 !important;
}
.you-pay p{
    font-family: 'HK Grotesk Bold';
    color: #36C5BA;
}
.you-pay span{
    color: #36C5BA;
}
.calculator-info {
    width: 75%;
    margin:30px 0 0 0;
}
.calculator-info p{
    color: #8A95A5;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 16px;
}
.more-information-tabs {
    border: 1px solid #E3E6EB;
    padding: 28px;
    background: #fff;
}
.more-information-tabs .description {
    text-align: justify;
    width: 100%;
}
.more-information-tabs .description * {
    color: #212529;
}
.more-information-tabs > h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
    line-height: 36px;
}
.more-information-tabs .nav-link {
    font-family: 'HK Grotesk Bold';
    color: #02363D !important;
    font-size: 16px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 14px 0 !important;
    margin: 0 28px 0 0;
    border-bottom: 2px solid transparent !important;
}
.more-information-tabs .tab-content {
    margin: 25px 0 0 0;
}
.more-information-tabs .nav-link.active{
    border-bottom: 2px solid #36C5BA !important;
    color: #36C5BA !important;
}
.more-information-tabs .tab-pane{
    padding: 0 !important;
}
.more-information-tabs .hospital-quality {
    margin: 35px 0 0 0;
}
.more-information-tabs .nav-link:hover{
    color: #36C5BA !important;
}
.more-information-tabs .hospital--information{
    padding: 20px 0;
    border:0;
}
.more-information-tabs .hospital-info-title > h2 {
    letter-spacing: 0.48px;
    color: #02363D;
    font-size: 24px;
    line-height: 34px;
}
.more-information-tabs .hospital-info-title h2 a {
    font-family: 'Tiempos Headline';
    letter-spacing: 0.48px;
    font-size: 24px;
    line-height: 34px;
}
.more-information-tabs .hospital-info-title{
    padding: 0;
}
.more-information-tabs .hospital-detail-map {
    margin: 12px 0 0 0;
    display: block;
}
.more-information-tabs .hospital-detail-map .hospital-all-detail {
    width: 100%;
}
.more-information-tabs .hospital-all-detail ul li{
    display: block;
}
.more-information-tabs .hospital-all-detail ul {
    display: flex;
    justify-content: space-between;
}
.more-information-tabs .hospital-all-detail ul li {
    width: 47%;
}
.more-information-tabs .hospital-all-detail ul li p {
    width: 100%;
}
.more-information-tabs .hospital-all-detail ul li span {
    width: 100%;
    display: block;
    line-height: 22px;
}
.tab-carequality-note {
    border: 1px solid #E3E6EB;
    background: #F7FBFB 0% 0% no-repeat padding-box;
    padding: 12px;
    color: #8A95A5 !important;
}
.more-information-tabs .hospital-price-transparency {
    padding: 40px 0 0 0;
    display: block;
}
.more-information-tabs .price-transparency-left {
    width: 100%;
}
.more-information-tabs .price-transparency-left h2 {
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 32px;
}
.more-information-tabs .price-transparency-left ul li {
    display: block;
}
.more-information-tabs .transparency-disclaimer {
    margin: 14px 0 0 0;
    border: 1px solid #E3E6EB;
    padding: 12px;
}
.more-information-tabs .pricing-comp-title h4 {
    margin: 0 0 8px 0;
}
.more-information-tabs .pricing-comp-descp p,
.more-information-tabs .pricing-comp-descp p a {
    font-size: 14px;
    line-height: 20px;
}
.more-information-tabs .hospital-info-cont .send-us-feedback {
    padding: 28px 0 0 0;
    text-align: left;
}
.send-us-feedback.order-payer-report a {
    width: 260px;
    padding: 10px 0;
    background: #36C5BA;
    color: #fff;
}






/* ---------------------------------- */
/* Search Results
------------------------------------- */
.search-results {
    background: #F7FBFB;
}
.search-results .main-content-section > .container {
    position: unset;
}
.search-results .main-content-section {
    padding: 0 0 120px 0;
}
.sidebar-filter-section h2{
    color: #02363D;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px 0;
}
.sidebar-filter-section .select-dropdown select {
    padding: 10px 24px 10px 14px;
}
.sidebar-filter-section ul li {
    margin: 0 0 15px 0;
}
.sidebar-filter-section ul {
    margin: 0;
}
.search-result-searchbar {
    width: 100%;
    margin: 32px 0;
}
.search-result-searchbar .banner-form form{
    width:100%;
}
.search-result-cont{
    background: transparent !important;
}
.search-result-searchbar .banner-form .form-group input{
    padding: 20px 20px 20px 55px !important;
}
.search-result-searchbar .banner-form form .form-group-submit .banner-submit-btn {
    padding: 18.5px 20px !important;
}
.search-result-searchbar .banner-form form .form-group {
    width: 42%;
}
.search-result-searchbar .banner-form form .form-group-submit {
    width: 16%;
}
.looking-for-section {
    display: flex;
    align-items: center;
    background: #36C5BA1A;
    margin: 0 28px 28px;
    padding: 20px;
}
.looking-for-left {
    width: 80%;
    display: flex;
    align-items: center;
}
.looking-for-right {
    width: 20%;
    text-align: right;
}
.looking-for-left img {
    margin: 0 6px 0 0;
}
.looking-for-left h3 {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    color: #02363D;
    margin: 0;
    line-height: 16px;
}
.looking-for-left h3 span {
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
}
.looking-for-right a {
    font-size: 14px;
    color: #36C5BA;
    font-family: 'HK Grotesk Bold';
}
/*Search results filter*/
.mobile--filter-icon{
    display: none;
}
.cancel--filter-btn{
    display: none;
}
.mobile-show-results{
    display: none;
}


/* ---------------------------------- */
/* Verify Estimate
------------------------------------- */
.verify-estimate-sec {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.verify-estimate-block-unverified {
    box-shadow: 0px 10px 30px #00000029;
    padding: 35px 24px;
    position: relative;
}
.verify-estimate-block-unverified ul {
    list-style: disc;
}
.verify-estimate-block-unverified li {
    list-style: disc;
    margin-left: 30px;
}
.verify-estimate-block-unverified li, verify-estimate-block-unverified a {
    font-size: 14px;
    line-height: 20px;
}
.verify-estimate-block-unverified h4 {
    font-size: 16px;
    line-height: 26px;
}
.verify-estimate-block {
    width: 360px;
    box-shadow: 0px 10px 30px #00000029;
    padding: 35px 24px;
    position: relative;
}
.verify-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.verify-estimate-block form ul label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}
.verify-estimate-block ul{
    margin:0;
}
.verify-estimate-block ul li{
    margin:0 0 20px 0;
}
.verify-estimate-block ul li:last-child{
    margin:0;
}
.verify-estimate-block form ul li input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
}
.verify-estimate-block form ul li input[type="date"]{
    color: #8A95A5;
}
.verify-estimate-block form ul li input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.verify-estimate-block form ul li input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.verify-estimate-block form ul li input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.verify-estimate-block, .verify-estimate-block-unverified h2{
    letter-spacing: 0.48px;
    color: #02363D;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 14px 0;
}
.verify-estimate-block, .verify-estimate-block-unverified p{
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
}
.verify-estimate-btn {
    background: #36C5BA;
    color: #FFFFFF;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    padding: 11px 0 !important;
    transition: 0.3s;
    border: 0 !important;
}
.verify-estimate-btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}


/* ---------------------------------- */
/* Procedure Info
------------------------------------- */
.procedure-info .procedure-information {
    margin: 55px 0 0 0;
}
.procedure-info .hospital-quality {
    margin: 55px 0 0 0;
}
.find-provider h2 {
    text-align: center;
}
.find-provider .form-group {
    margin: 0;
    position: relative;
}
.find-provider .form-group input {
    width: 100%;
    border: 2px solid #E3E6EB;
    border-radius: 44px;
    padding: 9px 15px 9px 50px;
}
.find-provider .form-group input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.find-provider .form-group input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.find-provider .form-group input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.find-provider .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 23px;
}
.find-provider .average-cost {
    margin: 45px 0 0 0;
}
.find-provider .average-cost h3 {
    text-align: center;
    margin: 0;
    letter-spacing: 0.72px;
    color: #36C5BA;
    font-size: 36px;
}
.find-provider .average-cost h2{
    margin: 0 0 14px 0;
}
.how-turquoise-work-grey {
    background: #D5EEED;
}
.how-turquoise-work-grey .row .col-md-12 > h3 {
    color: #02363D;
}
.how-turquoise-work-grey .home-feature-block h2 {
    color: #02363D;
}
.how-turquoise-work-grey .home-feature-block p {
    color: #02363D;
}


/* ---------------------------------- */
/* Procedure Providers
------------------------------------- */
.procedure-providers {
    background: #F7FBFB;
}
.procedures-providers-network {
    padding: 30px 0 150px 0;
}
.pro-provd-net-block {
    width: 100%;
}
.pro-provd-net-block h1 {
    margin: 0 0 25px 0;
}
.pro-provd-net-block h1 span{
    letter-spacing: 0.72px;
    color: #02363D;
    opacity: 0.3;
    font-size: 36px;
    display: inline-block;
    font-family: 'Tiempos Headline';
    margin: 0 16px 0 0;
}
.pro-provd-net-block h1 .grey-wrd{
    color: #36C5BA !important;
    opacity: 1 !important;
}
.pro-provd-net-block form {
    display: flex;
    justify-content: space-between;
}
.pro-provd-net-block .form-group {
    margin: 0;
    position: relative;
    width: 73%;
}
.pro-provd-net-block .form-group input {
    width: 100%;
    border: 2px solid #E3E6EB;
    border-radius: 44px;
    padding: 9px 15px 9px 50px;
}
.pro-provd-net-block .form-group input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.pro-provd-net-block .form-group input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.pro-provd-net-block .form-group input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.pro-provd-net-block .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 23px;
}
.pro-provd-net-block .select-dropdown select {
    padding: 12px 24px 10px 14px;
}
.pro-provd-net-block .select-dropdown{
    width:24%;
}
.alphabets {
    display: flex;
    margin: 0;
}
.albhabet-network {
    margin: 45px 0 0 0;
}
.alphabets li a{
    letter-spacing: 0.6px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    font-family: 'HK Grotesk SemiBold';
}
.alphabets li{
    margin:0 6px 0 0;
}
.alphabets li a.current-alphabet{
    font-family: 'HK Grotesk Bold';
    color: #36C5BA;
}
.alphabet-wise-names {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.alphabet-wise-names ul {
    margin: 0;
    width: 31%;
}
.alphabet-wise-names ul li a {
    color: #02363D;
    font-size: 16px;
    line-height: 22px;
    font-family: 'HK Grotesk Medium';
    display: inline-block;
}
.alphabet-wise-names ul li{
    margin:0 0 5px 0;
}
.alphabet-pagination ul{
    display: flex;
    margin: 0;
}
.alphabet-pagination li a{
    letter-spacing: 0.6px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    font-family: 'HK Grotesk SemiBold';
}
.alphabet-pagination li{
    margin:0 6px 0 0;
}
.alphabet-pagination a.current-pagination{
    font-family: 'HK Grotesk Bold';
    color: #36C5BA;
}
.alphabet-pagination {
    margin: 45px 0 0 0;
}
.provider-send-proposal {
    max-width: 600px;
    overflow-y: hidden;
    text-align: left;
    padding: 24px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 30%);
}
.provider-send-proposal .popup-heading{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.46px;
    margin: 0 0 24px 0;
    color: #02363d;
}
.provider-send-proposal .main-proposal p {
    color: #02363d;
    margin: 0 0 23px 0;
}
.provider-send-proposal .main-proposal .proposal-btn a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 0 32px;
    text-decoration: none;
}
.provider-send-proposal .main-proposal .proposal-btn a:hover{
    text-decoration: underline;
}
.provider-send-proposal .main-proposal p.prpopsal-para {
    margin: 0 0 52px 0;
}
.provider-send-proposal .main-proposal .proposal-btn {
    text-align: right;
}
.provider-send-proposal .main-proposal a.getInTouch-btn {
    background: #36C5BA;
    color: #fff;
    padding: 12px 20px;
    border-radius: 51px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #36C5BA;
    text-decoration: none !important;
    transition: 0.3s;
}
.provider-send-proposal .main-proposal a.getInTouch-btn:hover {
    background: transparent;
    color: #36C5BA;
}
.provider-send-proposal .message-sent {
    overflow-y: hidden;
    padding: 30px;
}
.provider-send-proposal .message-sent h2{
    margin: 27px 0 16px;
}
.provider-send-proposal .message-sent p{
    margin: 0 0 16px 0;
    color: #02363d;
}
.provider-send-proposal .return-btn a {
    background: #36C5BA;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    display: inline-block;
    text-decoration: none;
    border: 1px solid #36C5BA;
    transition: 0.3s;
}
.provider-send-proposal .return-btn a:hover {
    background: transparent;
    color: #36C5BA;
}
.provider-send-proposal .inner-proposal {
    display: none;
    text-align: center;
}

/* ---------------------------------- */
/* Blog Page
------------------------------------- */
.blog-page {
    background: #F7FBFB;
}
.blog-page-section {
    padding: 0 0 150px 0;
}
.blog-featured-image img {
    width: 100%;
}
.blog-featured-section{
    display:flex;
}
.blog-featued-info {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 0 32px;
}
.blog-featured-image{
    width:68%;
}
.blog-featued-info span{
    letter-spacing: 1.44px;
    color: #36C5BA;
    font-size: 13px;
    line-height: 17px;
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
}
.blog-featued-info h1{
    letter-spacing: 0.6px;
    color: #02363D;
    font-size: 30px;
    line-height: 36px;
    margin:0 0 30px 0;
}
.blog-featued-info p{
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    margin:0 0 30px 0;
}
.blog-featued-info a{
    letter-spacing: 1.44px;
    color: #36C5BA;
    font-size: 13px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
}
.blog-grid-section {
    display: flex;
    justify-content: space-between;
    margin: 28px 0 0 0;
}
.blog-grid {
    width: 32%;
}
.blog-grid img{
    width:100%;
}
.blog-grid p{
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    margin:0 0 30px 0;
}
.blog-grid a{
    letter-spacing: 1.44px;
    color: #36C5BA;
    font-size: 13px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
}
.blog-grid span{
    letter-spacing: 1.44px;
    color: #36C5BA;
    font-size: 13px;
    line-height: 17px;
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
}
.blog-grid h2{
    letter-spacing: 0.48px;
    color: #02363D;
    font-size: 24px;
    line-height: 32px;
    margin:0 0 20px 0;
}
.blog-grid-content {
    padding: 32px;
    background: #fff;
}


/* ---------------------------------- */
/* Single Post
------------------------------------- */
.single-post{
    background: #F7FBFB;
}
.post-page-section{
    padding:0 0 150px 0;
}
.post-page-feature-img img {
    width: 100%;
}
.post-page-content {
    background: #fff;
    padding: 45px 32px;
    width: 89%;
    margin: 0 auto;
    position: relative;
    top: -150px;
}
.post-page-content span{
    letter-spacing: 1.44px;
    color: #36C5BA;
    font-size: 13px;
    line-height: 17px;
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
}
.post-page-content h1{
    letter-spacing: 0.72px;
    color: #02363D;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 30px 0;
}
.post-page-content p{
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 22px 0;
}


/* ---------------------------------- */
/* Product Page
------------------------------------- */
.product-page header{
    background: #D5EEED;
}
.product-banner-info {
    text-align: center;
}
.product-banner-info h1{
    letter-spacing: 1px;
    color: #02363D;
    font-size: 64px;
    line-height: 74px;
    margin: 0 auto 45px auto;
    max-width: 812px;
}
.product-banner-info p{
    color: #02363D;
    line-height: 24px;
    margin: 0 auto 45px auto;
    max-width: 602px;
}
.request-demo-btn{
    width: 182px;
    color: #fff !important;
    border-radius: 25px;
    background: #36C5BA;
    padding: 11px 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
}
.request-demo-btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.request-demo-btn.request-demo-btn-academic-dataset {
    width: 270px;
}
.product-banner-section {
    background: #D5EEED;
    padding: 100px 0 200px 0;
}
.product-browse-section {
    background: #F7FBFB;
    padding: 150px 0;
}
.product-browse-sec {
    width: 69%;
    margin: 0 auto 80px;
}

.product-browse-map-iframe {
    position: relative;
    padding-bottom: 60%;
}
.product-browse-map-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-browse-sec h2{
    letter-spacing: 0.96px;
    color: #02363D;
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 24px 0;
}
.product-browse-sec h3{
    color: #02363D;
    font-size: 28px;
    margin: 0 0 24px 0;
}
.product-browse-sec p:last-child {
    margin: 0;
}
.product-browse-sec p{
    color: #02363D;
    line-height: 24px;
}

.product-browse-sec ul li{
    color: #02363D;
    line-height: 32px;
    position: relative;
    padding:0 0 0 30px;
}
.product-browse-sec ul li::before {
    position: absolute;
    background: #36C5BA;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    top: 14px;
    left: 17px;
    transform: translateY(-50%);
}
.product-patient-insight{
    background: #02363D;
    padding: 130px 0;
}
.patient-insight-info {
    text-align: center;
}
.patient-insight-info h2{
    letter-spacing: 0.96px;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 56px;
    margin: 0 auto 45px auto;
    max-width: 812px;
}
.patient-insight-info p {
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 auto 45px auto;
    max-width: 602px;
}
.product-browse-sec-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 45px 0 0 0;
}
.product-browse-equalsec {
    width: 47%;
    margin: 0 0 45px 0;
}
.product-browse-equalsec h5{
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
}
.product-browse-equalsec p{
    line-height: 24px;
    color: #02363D;
}
.product-testi-section{
    background: #fff !important;
}


/* ---------------------------------- */
/* Submit Page
------------------------------------- */
.submit-page{
    background: #F7FBFB;
}
.submit-page-mainsec {
    padding: 100px 0;
}
.submit-page-info h1 {
    letter-spacing: 0.05px;
    color: #02363D;
    font-size: 48px;
    line-height: 56px;
    width: 690px;
    margin: 0 0 24px 0;
}
.submit-page-info p {
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 18px 0;
    width: 600px;
}
.submit-page-info p a{
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
    font-size: 20px;
}
.submit-page-info-link a{
    width: 200px;
    color: #fff;
    border-radius: 25px;
    background: #36C5BA;
    padding: 8px 0 8px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
    margin: 35px 0 0 0;
}
.submit-page-info-link a:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    color: #fff;
}


/* ---------------------------------- */
/* Lead Page
------------------------------------- */
.lead-page {
    background: #F7FBFB;
}
.lead-page-mainsec{
    padding: 100px 0;
}
.lead-page-info h1{
    letter-spacing: 0.05px;
    color: #02363D;
    font-size: 48px;
    line-height: 56px;
    margin:0 0 24px 0;
}
.lead-page-info p {
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 18px 0;
}
.lead-page-info p a {
    font-size: 20px;
    line-height: 24px;
}
.lead-page-info p b {
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 18px 0;
    font-family: 'HK Grotesk Bold';
}
.lead-page-info p:last-child{
    margin:0;
}
.lead-page-info ul {
    margin: 0;
    padding: 0 0 0 40px;
}
.lead-page-info ul li {
    display: list-item;
    list-style-type: disc;
    padding: 0 0 0 10px;
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 18px 0;
}
.lead-page-mainsec .google-sign-in {
    max-width: 448px;
    margin: 28px auto;
}
.lead-page-mainsec .google-sign-in .spacer-line {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #dbdbdb;
   line-height: 0.1em;
   margin: 48px 0 48px;
}
.lead-page-mainsec .google-sign-in .spacer-line span {
    background: #FFF;
    padding: 0 10px;
}
.lead-page-mainsec .google-sign-in a {
    width: 260px;
    margin: 0 auto;
    line-height: 27px;
    padding: 11px 0;
    background: #36C5BA;
    border-radius: 28px;
    color: #FFFFFF;
    font-family: 'HK Grotesk SemiBold';
    font-size: 18px;
    text-align: center;
    transition: 0.3s;
    border: 0;
    display: block;
    text-decoration: none !important;
}
.lead-page-mainsec .google-sign-in a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
}
.lead-page-form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #02363D14;
    width: 93%;
    margin: 0 0 0 auto;
    padding: 30px;
}
.lead-page-form h2 {
    text-align: center;
}
.lead-page-form form ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.lead-page-form form ul label {
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.lead-page-form form ul li {
    width: 48%;
    position: relative;
}
.lead-page-form form ul li input, .lead-page-form form ul li select {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: auto;
}
.lead-page-form form ul li input:focus, .lead-page-form form ul li select:focus{
    border:1px solid #02363D;
    box-shadow: none;
}
.lead-page-form form ul li textarea {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 13px 50px 13px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: 88px;
}
.lead-page-form form ul li textarea:focus{
    border:1px solid #02363D;
}
.lead-page-form h2{
    letter-spacing: 0.03px;
    color: #02363D;
    font-size: 36px;
    line-height: 55px;
    margin: 0 0 24px 0;
}
.error-message {
    color: #36C5BA;
    font-size: 12px;
    margin: 0 0 0 15px;
    font-family: 'HK Grotesk SemiBold';
    position: absolute;
    left: 5px;
    bottom: -19px;
    display: none;
}
.errorlist {
    color: #EE7B5C;
    font-size: 12px;
    font-family: 'HK Grotesk SemiBold';
    width: 100%;
    display: inline-block !important;
}
.errorlist li {
    width: 100% !important;
}
.required-field label {
    position: relative;
}
.required-field label::after {
    content: "*";
    color: #36C5BA;
    font-size: 18px;
    position: absolute;
    right: -10px;
    top: 1px;
    font-family: 'HK Grotesk Bold';
}
.lead-page-form form ul li input::-webkit-input-placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.lead-page-form form ul li input:-ms-input-placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.lead-page-form form ul li input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}

.lead-page-form form ul li textarea::-webkit-input-placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.lead-page-form form ul li textarea:-ms-input-placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.lead-page-form form ul li textarea::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.lead-page-form form .form-single-column li {
    width: 100%;
}
.lead-page-form form .lead-submit-button {
    width: 190px;
    color: #fff !important;
    border-radius: 35px;
    background: #36C5BA;
    padding: 12px 0 12px;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
    margin: 13px 0 0 0;
}
.lead-page-form form .lead-submit-button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.lead-submit-row {
    text-align: center;
}

/* ---------------------------------- */
/* Hospital Info
------------------------------------- */
.inner-banner-section.hospital-info-innerbanner::after{
    display:none;
}
.hospital-info-innerbanner .title-button {
    width: 250px;
}
.main-content-section.hospital-info-maincontent{
    background: #F7FBFB;
}
.hospital-info-cont {
    padding: 0;
}
.rating {
    border: none;
    display: inline-block;
}
.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 42px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f006";
    color: #36C5BA;
    cursor: pointer;
    line-height: 43px;
}
.rating > label:hover::before{
    content: "\f005";
}
.rating > .half:before {
    position: absolute;
    content: "\f089";
    opacity: 0;
}
.rating > .half:hover::before{
    content: "\f089";
    opacity: 1;
}
.rating > label {
    color: #36C5BA;
    float: right;
    margin:0;
}
.rating > input:checked ~ .full::before{
    content: "\f005";
}
.rating  input:checked ~ .half::before{
    opacity: 1;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {color: #FFD700; }

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
    opacity: 1;
}
.financialAssistance-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.financial-assistance p {
    color: #02363d;
    margin: 5px 0
}
.financial-assistance a {
    color: #02363d;
    font-family: 'Hk Grotesk Bold';
}
.financial-assistance {
    border-top: 1px solid #E3E6EB;
    border-bottom: 1px solid #E3E6EB;
    padding: 28px;
    background: linear-gradient(to right, rgba(54,197,186,.08), transparent);
}
.financial-assistance .financialAssistance-title h4 {
    font-size: 24px;
    line-height: 32px;
    color: #02363D;
    letter-spacing: 0.46px;
    margin: 0;
}
.hospital--information{
    padding:40px;
    border-bottom: 1px solid #E3E6EB;
}
.hospital-info-title {
    display: flex;
}
.hospital-info-title-sec {
    width: 50%;
}
.hospital-info-title-sec h2{
    letter-spacing: 0.01px;
    color: #02363D;
    font-size: 32px;
    margin:0 0 5px 0;
}
.rating-stars-section {
    height: 53px;
    width: max-content;
}

.hospital-info-title-sec.hospital-info-title-left p{
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin:0 15px 0 0;
}
.hospital-info-title-sec.hospital-info-title-left ul li {
    display: flex;
    align-items: center;
}
.hospital-info-title-sec ul{
    margin:0;
}
.hospital-info-title-sec.hospital-info-title-left ul li a{
    color: #36C5BA;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
}
.hospital-info-title-sec.hospital-info-title-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.hospital-info-title-sec.hospital-info-title-right a {
    display: inline-block;
}
.claim-this-provider{
    width: 184px;
    color: #fff !important;
    border-radius: 35px;
    background: #36C5BA;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
    margin: 0 0 5px 0;
}
.claim-this-provider:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.report-feedback{
    width: 184px;
    color: #36C5BA;
    border-radius: 35px;
    background:transparent;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #36C5BA;
    margin:0;
}
.report-feedback:hover{
    background: #36C5BA;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.hospital-detail-map{
    display: flex;
    margin: 20px 0 0 0;
}
.hospital-all-detail{
    width:40%;
}
.hospital--map {
    width: 60%;
    padding: 0 0 0 50px;
}
.hospital-all-detail ul {
    margin: 0;
}
.hospital-all-detail ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px 0;
}
.hospital-all-detail ul li p {
    margin: 0;
    letter-spacing: 0.02px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HK Grotesk Bold';
    width: 55%;
}
.hospital-all-detail ul li span{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    width: 45%;
    display: block;
}
.hospital-all-detail ul li span a {
    font-size: 14px;
    line-height: 18px;
}

.light_clr {
    color: #36C5BA !important;
    font-family: 'HK Grotesk SemiBold';
}
.hospital-all-detail ul li:last-child{
    margin:0;
}
.map-nearby-section {
    display: flex;
}
.map-nearby-section p{
    margin:0;
}
.map-nearby-section .nearby-hospital-title {
    width: 32%;
    letter-spacing: 0.02px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.map-nearby-section .nearby-hospital-places {
    width: 68%;
    line-height: 18px;
}
.map-nearby-section .nearby-hospital-places a{
    color: #36C5BA;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
}
.map-nearby-section .nearby-hospital-places a span{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
}
.hospital-price-transparency{
    padding: 40px;
    display: flex;
}
.price-transparency-left{
    width:50%;
}
.price-transparency-right {
    width: 50%;
    padding: 0 0 0 40px;
}
.hospital-care-quality-header {
    padding: 40px 40px 0 40px;
    display: flex;
}
.hospital-care-quality-header-left {
    width:50%;
}
.hospital-care-quality-header-right {
    width: 50%;
    padding: 0 0 0 40px;
}

.price-transparency-left h2{
    letter-spacing: 0.01px;
    color: #02363D;
    font-size: 32px;
    margin: 0 0 112px 0;
}
.price-transparency-left ul{
    margin:0;
}
.price-transparency-left ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px 0;
}
.price-transparency-left ul li p {
    margin: 0;
    letter-spacing: 0.02px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HK Grotesk Bold';
    width: 55%;
}
.price-transparency-left ul li a {
    font-size: 12px;
}
.price-transparency-left ul li span{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    width: 45%;
    display: block;
}
.light_clr {
    color: #36C5BA !important;
    font-family: 'HK Grotesk SemiBold';
}
.price-transparency-left ul li:last-child{
    margin:0;
}
.transparency-disclaimer h3 {
    letter-spacing: 0.02px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 4px 0;
}
.transparency-disclaimer {
    margin: 20px 0 0 0;
}
.transparency-disclaimer-procedure {
    background: #F7FBFB 0% 0% no-repeat padding-box;
}
.transparency-disclaimer p{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.transparency-disclaimer a{
    font-size: 14px;
    line-height: 18px;
}

.transparency-disclaimer ul {
    margin: 0px 0 10px 0;
    list-style: disc;
    font-size: 14px;
}
.transparency-disclaimer ul li {
    margin: 0;
    font-size: 14px;
}
.price-transparency-right ul {
    margin: 15px 0 30px 0;
}
.price-transparency-right ul li p {
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.pros-cons-mainsec.cons-section {
    margin: 22px 0 0 0;
}
.price-transparency-right ul li a {
    color: #36C5BA;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
}
.pros-cons-mainsec {
    display: flex;
    box-shadow: 0px 3px 8px #02363D14;
    background: #F7FBFB;
    padding: 15px;
}
.pros-cons-mainsec ul{
    margin:0;
    padding: 0 0 0 30px;
}
.pros-cons-mainsec p{
    letter-spacing: 0.02px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin:0;
}
.pros-cons-mainsec ul li {
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 10px;
}
.pros-cons-mainsec ul li:last-child{
    margin:0;
}
.pros-cons-mainsec ul li::before {
    position: absolute;
    content: "";
    background: #02363D;
    width: 4px;
    height: 4px;
    left: -7px;
    border-radius: 50px;
    top: 7px;
}
.hospital-pricing-comparison {
    padding: 40px 40px 40px;
}
.hospital-pricing-comparison h2{
    letter-spacing: 0.01px;
    color: #02363D;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 22px 0;
}
.pricing-comp-title{
    width:20%;
}
.pricing-comp-descp{
    width:80%;
    padding: 0 80px 0 0;
    align-self: flex-end;
}
.hospital-pricing-comparison ul {
    display: flex;
    padding: 0 50px;
    margin: 0 0 24px 0;
}
.hospital-pricing-comparison ul:last-child{
    margin:0;
}
.pricing-comp-title h3{
    letter-spacing: 0.02px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 4px 0;
}
.pricing-comp-title h4{
    letter-spacing: 0.03px;
    font-size: 20px;
    margin: 0;
}
.pricing-comp-descp p{
    letter-spacing: 0px;
    color: #02363D;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}
.price--higher{
    color: #D83E3E !important;
}
.pricing-comparison-cohort{
    padding: 0 40px 40px;
}
.pricing-comparison-cohort ul {
    display: table;
}
.pricing-comparison-cohort ul li {
    margin: 0 0 5px 0;
    width: 50%;
    display: inline-table;
}
.pricing-comparison-cohort ul li a {
    color: #36c5ba;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.pricing-comparison-cohort a.view-all {
    color: #36c5ba;
    font-size: 12px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    float: right;
    text-transform: uppercase;
}
.pricing-comparison-cohort h2,
.pricing-comparison-service h2 {
    letter-spacing: 0.01px;
    color: #02363D;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 10px 0;
}
.pricing-comparison-service{
    padding: 0 40px 40px;
    border-bottom: 1px solid #E3E6EB;
}
.pricing-comparison-servc-titlesec{
    display: flex;
}
.pricing-comparison-servc-left{
    width:50%;
}
.pricing-comparison-servc-right{
    width:50%;
}
.pricing-comparison-servc-left h2{
    letter-spacing: 0.01px;
    color: #02363D;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 5px 0;
}
.pricing-comparison-servc-left p{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.pricing-comparison-servc-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.order-depth-reports{
    width: 300px;
    color: #fff !important;
    border-radius: 35px;
    background: #36C5BA;
    padding: 9px 0;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
    margin: 0 0 7px 0;
}
.order-depth-reports:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.order-depth-reports-bottom{
    width: 350px;
    color: #fff !important;
    border-radius: 35px;
    background: #36C5BA;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid transparent;
    margin: 0 0 7px 0;
}
.order-depth-reports-bottom:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.pricing-comparison-servc-right .select-dropdown{
    width: 220px;
}
.pricing-comparison-servc-right .select-dropdown select {
    text-align: center;
    padding: 10px 20px;
}
table p {
    margin: 0;
}
.provider-network-results-table  {
    margin: 24px 0 0 0;
    min-height: 200px;
}
.provider-network-results-table h2 {
    font-size: 36px;
    line-height: 44px;
    color: #02363D;
    letter-spacing: 0.23px;
    margin: 0 0 28px 0;
}
.provider-network-results-table-header {
    display: flex;
}
.provider-network-results-table-header .action-button {
    text-align: right;
}
.provider-network-example-npi {
    margin: 40px 0 -68px 0 !important;
}
.pricing-compariosn-servc-table {
    margin: 24px 0 0 0;
}
.pricing-compariosn-servc-table .thead-dark{
    background: #02363D;
}
.pricing-compariosn-servc-table .thead-dark th p {
    letter-spacing: 0.02px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-family: 'HK Grotesk Bold';
    display: inline-block;
    text-align: center;
}
.pricing-compariosn-servc-table .thead-dark th span{
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.02px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    font-family: 'HK Grotesk Bold';
}
.pricing-compariosn-servc-table .service-name p{
    letter-spacing: 0.02px;
    color: #02363D;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
    line-height: 15px;
}
.pricing-compariosn-servc-table .service-name span{
    font-size: 12px;
    letter-spacing: 0.02px;
    color: #02363D;
    display: block;
    padding: 0 0 0 10px;
    line-height: 13px;
}
.table td {
    padding: 9px 20px;
    vertical-align: middle !important;
    border-top: 1px solid #E3E6EB;
}
.table .thead-dark th{
    padding: 12px 20px;
    background: #02363D;
    vertical-align: middle;
    border:0;
}
table {
    border: 1px solid #E3E6EB;
}
.scorecard-attributes .table th {
    font-family: 'HK Grotesk SemiBold';
}
.pricing-compariosn-servc-table .cash-price p{
    letter-spacing: 0.02px;
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Medium';
}
.pricing-compariosn-servc-table .below_market{
    letter-spacing: 0.02px;
    font-size: 14px;
    font-family: 'HK Grotesk Medium';
}
.pricing-compariosn-servc-table .above_market{
    letter-spacing: 0.02px;
    color: #D83E3E;
    font-size: 14px;
    font-family: 'HK Grotesk Medium';
}
.table tbody tr:nth-child(2n+1) {
    background: #F7FBFB;
}
.compariosn-servc-see-more {
    text-align: right;
}
.compariosn-servc-see-more a{
    letter-spacing: 0.02px;
    color: #36C5BA;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.care-quality-titlesec {
    display: flex;
}
.care-quality-title-left{
    width:70%;
}
.care-quality-title-right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 15px;
}
.hospital-care-quality {
    padding: 0 40px 40px 40px;
    border-bottom: 1px solid #E3E6EB;
}
.care-quality-title-left h2{
    letter-spacing: 0.01px;
    color: #02363D;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 9px 0;
}
.care-quality-title-left p{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.care-quality-title-left p a{
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
}
.overall-rating-cms{
    color: #02363D !important;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'HK Grotesk Bold';
    margin: 0 !important;
}
.visit-hospital-compare {
    width: 210px;
    color: #36C5BA;
    border-radius: 35px;
    background: transparent;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #36C5BA;
    margin: 0;
}
.visit-hospital-compare:hover {
    background: #36C5BA;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.care-quality-table {
    margin: 24px 0 0 0;
}
.care-quality-table .thead-dark th p {
    letter-spacing: 0.02px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-family: 'HK Grotesk Bold';
    display: inline-block;
    text-align: center;
}
.care-quality-table .thead-dark th span{
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.02px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    font-family: 'HK Grotesk Bold';
}
.care-quality-table .service-name p{
    letter-spacing: 0.02px;
    color: #02363D;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
    line-height: 15px;
}
.care-quality-table .service-name span{
    font-size: 12px;
    letter-spacing: 0.02px;
    color: #02363D;
    display: block;
    padding: 0 0 0 10px;
    line-height: 13px;
}
.care-quality-table .hospital--score p{
    letter-spacing: 0.02px;
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Medium';
    text-align: center;
}
.hospital-score-title {
    text-align: center;
}
.statewide-text p{
    letter-spacing: 0.02px;
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Medium';
}
.nation-text p{
    letter-spacing: 0.02px;
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Medium';
}
.care-quality-see-more {
    text-align: right;
}
.care-quality-see-more a{
    letter-spacing: 0.02px;
    color: #36C5BA;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.hospital-clinical-services {
    padding: 40px;
}
.hospital-clinical-services h2 {
    letter-spacing: 0.01px;
    color: #02363D;
    font-size: 32px;
    margin: 0 0 20px 0;
}
.hospital-clinical-services h3{
    letter-spacing: 0.02px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.hospital-clinical-services li {
    color: #02363D;
    font-size: 14px;
    line-height: 30px;
}
.send-us-feedback {
    text-align: right;
    padding: 80px 0 56px;
}
.send-us-feedback-order-reports {
    padding-top: 29px;
}
.send-us-feedback a{
    width: 210px;
    color: #36C5BA;
    border-radius: 35px;
    background: transparent;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #36C5BA;
    margin: 0;
}
.send-us-feedback a:hover {
    background: #36C5BA;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.sidebar-jumpto-section{
    padding: 28px 0;
}
.sidebar-jumpto-section h3 {
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
    color: #02363D;
    letter-spacing: 1.44px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.sidebar-jumpto-section ul li a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
}

/* ---------------------------------- */
/* Non-Transparent Hospital
------------------------------------- */
.non-transparent-hosp-cont {
    padding: 0;
}
.nt-hospt-title {
    padding: 28px;
}
.nt-hospt-title h2 {
    color: #02363D;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 17px 0;
}
.nt-hospt-title p {
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 12px 0;
}
.nt-hospt-title p:last-child{
    margin:0;
}
.nt-contact-sec {
    padding: 17px 28px 28px;
    display: flex;
    justify-content: space-between;
}
.contact-the-hospital {
    width: 48.5%;
    height: 210px;
    border: 1px solid #02363D;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact-the-government {
    width: 48.5%;
    height: 210px;
    border: 1px solid #02363D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
}
.nt-contact-sec h3 {
    letter-spacing: 0.4px;
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 13px 0;
}
.nt-contact-sec p{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.contact-the-hospital a {
    display: inline-block;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
    font-size: 16px;
    line-height: 21px;
}
.contact-the-government a {
    display: inline-block;
    margin: 20px 0 0 0;
    border-radius: 22px;
    background: #36C5BA;
    font-size: 16px;
    color: #fff;
    font-family: 'HK Grotesk SemiBold';
    width: 100%;
    padding: 12px 0;
    text-decoration: none;
    transition: 0.3s;
}
.contact-the-government a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.nt-complaint-title{
    width:70%;
}
.nt-complaint-btn{
    width:30%;
    text-align: right;
}
.nt-complaint-section {
    display: flex;
    align-items: center;
    margin: 0 28px;
    border: 1px solid #E3E6EB;
    padding: 16px;
}
.nt-complaint-title h3 {
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 3px 0;
}
.nt-complaint-title p {
    color: #02363D;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}
.nt-complaint-btn a {
    border: 2px solid #36C5BA;
    border-radius: 22px;
    padding: 10px 20px;
    font-family: 'HK Grotesk Bold';
    text-decoration: none;
    font-size: 14px;
    color: #36C5BA;
    transition: 0.3s;
    display: inline-block;
    line-height: 18px;
}
.nt-complaint-btn a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    background: #36C5BA;
    color: #fff;
}

.cd-popup,.cd-popup-user, .cd-popup-user-invite, .cd-popup-profile, .cd-popup-aggrement, .cd-popup-aggrement-reject, .cd-popup-add-organization, .cd-popup-edit-organization,
.cd-popup-addedit-business, .cd-popup-export-results, .cd-popup-storefront, .cd-popup-emailmanage, .cd-popup-msf-welcome, .cd-popup-edit-logo, .cd-popup-cch-logo, .cd-popup-intro-left-block,
.cd-popup-intro-right-block, .cd-popup-add-affiliation, .cd-popup-edit-affiliation, .cd-popup-unsaved-changes, .cd-popup-extract-stateModal, .cd-popup-se-submit-success,
.cd-popup-add-criteria, .cd-popup-payers-add-criteria, .cd-popup-states-add-criteria, .cd-popup-providers-add-criteria, .cd-popup-drgCodes-criteria{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    display: flex;
    align-items: center;
    z-index: 999999;
}
.cd-popup.is-visible, .cd-popup-user.is-visible, .cd-popup-user-invite.is-visible, .cd-popup-profile.is-visible, .cd-popup-aggrement.is-visible,
.cd-popup-aggrement-reject.is-visible, .cd-popup-add-organization.is-visible, .cd-popup-edit-organization.is-visible, .cd-popup-addedit-business.is-visible, .cd-popup-export-results.is-visible, .cd-popup-se-submit-success.is-visible,
.cd-popup-storefront.is-visible, .cd-popup-emailmanage.is-visible, .cd-popup-msf-welcome.is-visible, .cd-popup-edit-logo.is-visible, .cd-popup-cch-logo.is-visible, .cd-popup-intro-left-block.is-visible, .cd-popup-intro-right-block.is-visible, .cd-popup-add-affiliation.is-visible,
.cd-popup-edit-affiliation.is-visible, .cd-popup-unsaved-changes.is-visible, .cd-popup-extract-stateModal.is-visible, .cd-popup-add-criteria.is-visible, .cd-popup-payers-add-criteria.is-visible, .cd-popup-states-add-criteria.is-visible, .cd-popup-providers-add-criteria.is-visible, .cd-popup-drgCodes-criteria.is-visible{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    max-height: 700px;
    overflow-y: scroll;
}
.modal .cd-popup-close,
.modal a.close,
.modal button.close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    z-index: 2;
}
.modal .cd-popup-close::before,
.modal .cd-popup-close::after,
.modal button.close::before,
.modal button.close::after,
.modal a.close::before,
.modal a.close::after {
    content: "";
    position: absolute;
    top: 16px;
    width: 30px;
    height: 3px;
    background-color: #8A95A5;
}
.modal .cd-popup-close::before,
.modal button.close::before,
.modal a.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
}
.modal .cd-popup-close::after,
.modal button.close::after,
.modal a.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
}
.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.nt-hospitals-popup-inner {
    padding: 40px 24px 24px;
}
.nt-hospital-popup-title {
    text-align: left;
}
.nt-hospital-popup-title h2 {
    font-size: 24px;
    letter-spacing: 0.48px;
    color: #02363D;
    line-height: 30px;
    margin: 0 0 14px 0;
}
.nt-hospital-popup-title p {
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
}
.nt-hospital-popup-title a {
    font-size: 14px;
    line-height: 20px;
}
.nt-hospital-popup-title p span{
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}
.what-can-ido-help {
    background: #36C5BA1A;
    padding: 20px;
    margin: 24px 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.do-to-help-header {
    display: flex;
    justify-content: space-between;
}
.do-to-help-header h3 {
    margin: 0;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
    color: #02363D;
}
.do-to-help-header h3 > img{
    margin:0 6px 0 0;
}
.do-to-help-body .nt-contact-sec {
    padding: 17px 0 0 0;
}
.do-to-help-body .contact-the-hospital{
    background:#fff;
}
.do-to-help-body .contact-the-government{
    background:#fff;
}
.do-to-help-body {
    display: none;
}
.doto-help-body-appear{
    display: block;
}
.doto-help-arrow-icon{
    transition: 0.3s;
}
.doto-help-arrow-icon.doto-help-arrow-icon-rotate {
    transform: rotate(180deg);
}
.nt-hospital--location-cont ul {
    margin: 0;
    border: 1px solid #E3E6EB;
}
.nt-hospital--location-cont ul li {
    padding: 16px;
    border-bottom: 1px solid #E3E6EB;
}
.nt-location-section {
    display: flex;
    align-items: center;
}
.nt-location-address {
    width: 60%;
    text-align: left;
}
.nt-location-address h3 {
    margin: 0 0 3px 0;
    line-height: 11px;
}
.nt-location-address p {
    margin: 0;
    font-size: 13px;
    color: #02363D;
    line-height: 17px;
}
.nt-location-address h3 a {
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    color: #36C5BA;
    margin: 0;
}
.nt-location-distance {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.nt-location-distance p {
    margin: 0 30px 0 0;
    color: #02363D;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
}
.nt-location-distance a {
    display: flex;
    align-items: center;
    color: #36C5BA;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
    width: 70px;
}
.nt-location-distance div.not-available {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'HK Grotesk';
    width: 70px;
}
.nt-location-distance a img {
    width: 14px;
    margin: 0 0 0 5px;
}
.nt-hospital--location-cont ul li:last-child{
    border-bottom: 0;
}

/* ------------------------------------------------------------------- */
/* Procedure City
---------------------------------------------------------------------- */
.map-with_price {
    max-width: 400px;
    margin: 0 0 0 auto;
    padding: 28px;
    box-shadow: 0px 10px 30px #02363D14;
    background: #FFF;
}
.main-content-section.compare-optn-near-you > .container {
    top: unset;
}
.compare-near-you-title-cont {
    background: transparent !important;
}
.container.compare-near-you-title-cont h2 {
    margin: 0 0 20px 0;
    letter-spacing: 0.48px;
    color: #02363D;
}
.map-with_price .estimation-calculator {
    width: 100%;
    padding: 0;
    background: transparent !important;
    box-shadow: unset;
    margin: 24px 0 0 0;
}
.map-with_price h2{
    color: #02363D;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 16px 0;
}
.map-with_calc .estimate-amount{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Tiempos Headline';
}
.map-with_calc .low__price{
    color: #36C5BA;
}
.map-with_calc .high__price{
    color: #D83E3E;
}
.map-with_calc ul li:last-child{
    border:0;
}



/* ---------------------------------- */
/* Login, Sign Up, Create Account
------------------------------------- */
.create-account-mainsec {
    padding: 50px 0 120px;
}
.create-account-mainsec .google-sign-in {
    max-width: 448px;
    margin: 28px auto;
}
.create-account-mainsec .google-sign-in .spacer-line {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #dbdbdb;
   line-height: 0.1em;
   margin: 28px 0 28px;
}
.create-account-mainsec .google-sign-in .spacer-line span {
    background: #F7FBFB;
    padding: 0 10px;
}
.create-account-mainsec .google-sign-in a {
    margin: 0 16px;
    line-height: 24px;
    padding: 11px 0;
    background: #36C5BA;
    border-radius: 28px;
    color: #FFFFFF;
    font-family: 'HK Grotesk SemiBold';
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    border: 0;
    display: block;
    text-decoration: none !important;
}
.create-account-mainsec .google-sign-in a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
}
.create-account-titlesec h1 {
    color: #02363D;
    font-size: 48px;
    margin: 0 0 12px 0;
    line-height: 56px;
    letter-spacing: 0.96px;
    text-align: center;
}
.create-account-titlesec .promo-message {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
    color: #02363D;
    margin: 32px 0 32px 0;
    text-align: center;
}
.create-account-titlesec .promo-message b {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.52px;
    color: #02363D;
    margin: 32px 0 32px 0;
    font-family: 'HK Grotesk SemiBold';
}
.create-account-titlesec p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 23px 0;
}
.create-account-titlesec a{
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'HK Grotesk SemiBold';
}
.create-account-formsec {
    max-width: 448px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #E3E6EB;
}
.create-account-formhead {
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E6EB;
}
.create-account-formhead h2 {
    font-family: 'HK Grotesk Bold';
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
}
.create-account-formhead a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.create-account-formsec label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    align-items: center;
}
.create-account-formsec input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 16px;
}
.create-account-formsec label.connection-choice {
    text-transform: none !important;
}
.create-account-formsec form {
    padding: 28px;
}
.create-account-formsec .form-column-two .form--row{
    width:48%;
}
.create-account-formsec .form-column-two{
    display: flex;
    justify-content: space-between;
}
.create-account-formsec ul {
    margin: 0;
}
.create-account-formsec ul li {
    margin: 0 0 20px 0;
}
.create-account-formsec ul li.select-button {
    margin: 0 0 0 0;
}
.minimum-characters {
    color: #8A95A5;
    font-size: 12px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.form-password--field {
    position: relative;
}
.form-password--field img {
    width: 20px;
    display: block;
    position: absolute;
    top: 21px;
    transform: translateY(-50%);
    right: 24px;
    cursor: pointer;
}
.create-account-formsec select {
    max-width: 100%;
    padding: 9px 25px;
    border: 1px solid #E3E6EB;
    border-radius: 5px;
    padding: 9px 15px;
    background-color: transparent;
    border-radius: 22px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #8A95A5;
    transition: 0.3s;
}
.insurance-plan-selectbox.provider-type-selectbox {
    background: #E8EAED;
}
.create-account-formsec ul li input[type="submit"] {
    width: 100%;
    margin: 0;
    background: #36C5BA;
    border-radius: 28px;
    color: #FFFFFF;
    font-family: 'HK Grotesk SemiBold';
    font-size: 16px;
    padding: 11px 0;
    transition: 0.3s;
    border: 0;
    height: unset;
}
.create-account-formsec ul li input[type="submit"]:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.signup-as-patient {
    text-align: center;
}
.signup-as-patient a{
    font-family: 'HK Grotesk SemiBold';
    font-size: 16px;
    line-height: 24px;
}
.nav-link.menu-signup {
    background: #36C5BA;
    padding: 6px 16px !important;
    border-radius: 20px;
    color: #fff !important;
    margin: 0 34px 0 0;
    transition: 0.3s;
}
.nav-link.menu-signup:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.create-account-type select {
    color: #02363D;
}
.signup-type-cont {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}
.signup-type-sec {
    width: 392px;
    margin: 0 14px;
    border: 1px solid #E3E6EB;
    background: #fff;
    padding: 30px;
    text-align: center;
}
.signup-type-sec img {
    width: 56px;
}
.signup-type-sec h2 {
    font-size: 26px;
    line-height: 36px;
    color: #02363D;
    margin: 28px 0 6px 0;
}
.signup-type-sec p {
    font-size: 16px;
    line-height: 22px;
    color: #02363D;
    margin: 0 0 30px 0;
}
.signup-type-sec a {
    max-width: 198px;
    margin: 0 auto;
    background: #36C5BA;
    border-radius: 28px;
    color: #FFFFFF;
    font-family: 'HK Grotesk SemiBold';
    font-size: 16px;
    padding: 15px 0;
    transition: 0.3s;
    border: 0;
    display: block;
}
.signup-type-sec a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.remember--me {
    display: flex;
}
.remember--me input {
    width: unset;
    margin: 0 8px 0 0;
}
.form--row.remember--me label {
    margin: 0;
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'HK Grotesk Regular';
}
.forgot-pswd-link {
    text-align: right;
}
.forgot-pswd-link a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk SemiBold';
}
.form-password--field::before {
    position: absolute;
    background: #36C5BA;
    width: 26px;
    height: 3.5px;
    content: "";
    right: 21px;
    top: 45%;
    z-index: 9;
    transform: rotate(38deg);
    border: 0.3px solid #fff;
    display: none;
}
.form-password--field.show_password::before{
    display: block;
}
.confirmation--box{
    max-width: 448px;
    margin: 50px auto 0;
    background: #fff;
    border: 1px solid #E3E6EB;
    padding: 28px;
}
.confirmation--box h2 {
    font-size: 24px;
    color: #02363D;
    margin: 0 0 13px 0;
    letter-spacing: 0.48px;
}
.confirmation--box p {
    color:  #02363D;
    margin: 0;
}
.confirmation--box a {
    width: 100%;
    margin: 0;
    background: #36C5BA;
    border-radius: 28px;
    color: #FFFFFF;
    font-family: 'HK Grotesk SemiBold';
    font-size: 16px;
    padding: 11px 0;
    transition: 0.3s;
    border: 0;
    display: block;
    margin: 15px 0 0 0;
    text-align: center;
    text-decoration: none;
}
.confirmation--box a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}


/* ---------------------------------- */
/* Career Page
------------------------------------- */
.turquoise-careerpage header {
    background: #D5EEED;
}
.career-timeisnow-section{
    padding: 100px 0;
}
.career-timeisnow-section .col-md-12 {
    text-align: center;
}
.career-timeisnow-section .col-md-12 h3{
    color: #02363D;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 35px 0;
}
.career-timeisnow-section .col-md-12 p {
    max-width: 560px;
    font-size: 20px;
    line-height: 26px;
    color: #02363D;
    margin: 0 auto 20px;
}
.career-timeisnow-section .col-md-12 a{
    background: #36C5BA;
    border-radius: 40px;
    display: inline-block;
    color: #fff;
    padding: 13px 30px;
    font-family: 'HK Grotesk SemiBold';
    transition: 0.3s;
    margin: 20px 0 0 0;
    transition: 0.3s;
    text-decoration: none;
}
.career-timeisnow-section .col-md-12 a:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.career-testimonial-section {
    background: #F6FAFA;
    padding: 100px 0;
}
.career-testimonial-section .swiper-slide{
    background: transparent;
}
.career-testimonial-section .swiper-slide p {
    color: #02363D;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Tiempos Headline';
    max-width: 936px;
}
.career-testimonial-inner{
    overflow: hidden;
    padding: 4px;
}
.career-testimonial-inner .swiper-container {
    overflow: visible;
    padding: 85px 0 0 0;
}
.career-testimonial-inner .swiper-container::before{
    content: url("../images/quote.b56eb245daf5.svg");
    position:absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.career-testimonial-inner .testimonial-nameimage img {
    max-width: 65px;
    margin: 0 12px 0 0;
}
.career-testimonial-inner .testimonial-nameimage {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.career-testimonial-inner .testimonial-nameimage p{
    font-size: 20px !important;
    line-height: 26px;
    font-family: 'HK Grotesk Medium';
    margin: 0;
}
.career-testimonial-inner .testimonial-nameimage p span{
    display: block;
    text-align: left;
}
.career-value-section{
    background: #02363D;
    padding: 100px 0;
}
.career-value-section h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 60px 0;
}
.career-value-section .row .col-md-4{
    text-align: center;
}
.career-value-section .row .col-md-4 span{
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background: #36C5BA;
    color: #fff;
    font-size: 36px;
    font-family: 'HK Grotesk Bold';
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.career-value-section .row .col-md-4 h3{
    color: #FFFFFF;
    font-size: 26px;
    margin: 20px 0 16px 0;
}
.career-value-section .row .col-md-4 p{
    color: #FFFFFF;
    margin: 0;
    padding: 0 20px;
}
.career-value-section .row:last-child{
    margin: 50px 0 0 0;
}
.career-benefits-section{
    background: #F6FAFA;
    padding: 100px 0;
}
.career-benefits-section .col-md-12 h2{
    color: #02363D;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 16px 0;
}
.career-benefits-section .col-md-12 p{
    color: #02363D;
    max-width: 480px;
    margin: 0 0 40px 0;
}
.career-benefits-blocks {
    text-align: center;
    padding: 34px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 30px;
    min-height: 345px;
}
.career-benefits-blocks h3 {
    font-size: 16px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 25px 0 12px 0;
}
.career-benefits-blocks p {
    color: #8A95A5;
    font-family: 'HK Grotesk Medium';
    margin: 0;
    font-size: 15px;
}
.career-team-section {
    padding: 100px 0;
}
.career-team-section .col-md-12 h2 {
    color: #02363D;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 60px 0;
    text-align: center;
}
.career-team-section .career-team-blocks {
    text-align: center;
    background: #F6FAFA;
    border-radius: 8px;
    padding: 30px;
    width: 95%;
    margin: 0 auto;
}
.career-team-blocks img {
    max-width: 200px;
}
.career-team-blocks h3 {
    font-size: 23px;
    line-height: 28px;
    margin: 15px 0 0 0;
    color: #02363D;
}
.career-team-blocks p {
    margin: 0;
}
.career-team-blocks p {
    color: #02363D;
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0 0 0;
    font-family: 'HK Grotesk Bold';
}
.career-team-section .row:last-child {
    margin-top: 45px;
}
.career-curentopng-section {
    background: #D5EEED;
    padding: 100px 0;
}
.career-crntopng-title {
    text-align: center;
}
.career-crntopng-title span {
    color: #36C5BA;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
}
.career-crntopng-title p {
    font-size: 24px;
    color: #02363D;
    line-height: 31px;
    margin: 0 0 55px 0;
    font-family: 'HK Grotesk Medium';
    padding: 0 118px;
}
.career-crntopng-title h2 {
    color: #02363D;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 20px 0;
}
.career-crntopng-footer p {
    font-size: 20px;
    text-align: center;
    color: #02363D;
    line-height: 31px;
    margin: 20px 0 0 0;
    font-family: 'HK Grotesk Medium';
    padding: 0 118px;
}
.career-crntopng-footer p a {
    font-size: 20px;
    line-height: 31px;
    font-family: 'HK Grotesk Medium';
}
.career-crntopng-mainsec {
    border: 1px solid #36C5BA;
    border-radius: 4px;
    background: #fff;
    padding: 55px 100px;
}
.career-crntopng-mainsec h3 {
    text-align: center;
    color: #11beb1;
    margin: 0 0 30px 0;
}
.career-crntopng-mainsec .form-group input {
    width: 100%;
    border: 1px solid #E3E6EB;
    border-radius: 5px;
    padding: 11px 15px 11px 50px;
    transition: 0.3s;
}
.career-crntopng-mainsec .form-group input:focus{
    border: 1px solid #02363D;
}
.career-crntopng-mainsec .form-group {
    margin: 0 0 15px 0;
    position: relative;
}
.career-crntopng-mainsec .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 23px;
}
.career-crntopng-mainsec .dropdown-filters {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career-crntopng-mainsec .dropdown-filters li {
    width: 26%;
}
.career-crntopng-mainsec .select-dropdown {
    background: transparent;
    border-radius: 0;
    box-shadow: unset !important;
}
.career-crntopng-mainsec .select-dropdown select {
    border: 1px solid #E3E6EB;
    border-radius: 5px;
    padding: 9px 15px;
    transition: 0.3s;
    box-shadow: unset !important;
}
.career-crntopng-mainsec .select-dropdown select:focus{
    border: 1px solid #02363D;
}
.career-crntopng-mainsec .dropdown-filters li:last-child {
    width: 15%;
}
.career-crntopng-mainsec .remote-only input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
  }
  .career-crntopng-mainsec .remote-only label {
    width: 43px;
    height: 20px;
    background-color: #bcc9d8;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: unset;
    margin: 0;
    display: block;
}
.career-crntopng-mainsec .remote-only label::after {
    content: "";
    width: 15px !important;
    height: 15px !important;
    background-color: #e8f5f7;
    position: absolute;
    border-radius: 70px;
    top: 3px;
    left: 3px;
    transition: 0.3s;
}
.career-crntopng-mainsec .remote-only input:checked + label::after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}
.career-crntopng-mainsec .remote-only input:checked + label {
    background-color: #02363D;
}
.career-crntopng-mainsec .remote-only p {
    margin: 0 0 0 7px;
    font-size: 15px;
}
.career-crntopng-mainsec .remote-only {
    display: flex;
    align-items: center;
}
.career-crntopng-mainsec .whr-date {
    display: none;
}
.career-crntopng-mainsec .whr-dept {
    width: 70%;
}
.career-crntopng-mainsec .whr-location {
    width: 30%;
    visibility: hidden;
    font-size: 0px;

}
.career-crntopng-mainsec .whr-items .whr-item{
    border-bottom: 1px solid #E3E6EB;
    padding: 20px 0;
    display: flex;
}
.career-crntopng-mainsec .whr-items .whr-info {
    width: 63%;
    display: flex;
}
.career-crntopng-mainsec .whr-items .whr-info li{
    padding: 0 10px;
}
.career-crntopng-mainsec .whr-items .whr-item h3 {
    margin: 0;
    width: 37%;
    text-align: left;
}
.career-crntopng-mainsec .whr-items .whr-item h3 a {
    font-size: 18px;
    font-family: 'HK Grotesk Bold';
    position: relative;
}
.career-crntopng-mainsec .whr-items .whr-item .whr-location:before {
    content: "Remote";
    background: #f0f2f3;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'HK Grotesk SemiBold';
    color: #02363D;
    padding: 4px 8px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    visibility: visible;
}
.career-crntopng-list ul li {
    display: flex;
    border-bottom: 1px solid #E3E6EB;
    padding: 20px 0;
}
.career-crntopng-list ul li .career-crntopng-block{
    width: 20%;
}
.career-crntopng-list ul li .career-crntopng-block:first-child{
    width: 40%;
}
.career-crntopng-block h3 {
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
}
.career-crntopng-block p {
    margin: 0;
    color: #02363D;
}
.career-crntopng-list ul li .career-crntopng-block:last-child{
    text-align: center;
}
.career-crntopng-list {
    margin: 10px 0 0 0;
}
.career-crntopng-block h3 span {
    display: inline-block;
    background: #f0f2f3;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'HK Grotesk SemiBold';
    color: #02363D;
    padding: 4px 8px;
    border-radius: 50px;
    position: absolute;
    margin-left: 6px;
    letter-spacing: 0.5px;
}
.career-crntopng-list .hidden-list {
    display: none;
}
.crntopng-listloadmore {
    text-align: center;
}
.crntopng-listloadmore p {
    background: #36C5BA;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    padding: 12px 29px;
    font-family: 'HK Grotesk SemiBold';
    transition: 0.3s;
    margin: 20px 0 0 0;
    text-decoration: none;
    cursor: pointer;
}
.crntopng-listloadmore p:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.crntopng-listloadmore.hide-me{
    display: none;
}
.career-crntopng-list .hidden-list.show-me{
    display: block;
}
.career-crntopng-list ul{
    margin: 0;
}




/* ---------------------------------- */
/* Dashboard
------------------------------------- */
.dashboard--sidebar {
    position: relative;

}
.dashboard--sidebar-scroll {
    width: 280px;
    background: #02363D;
    position: fixed;
    padding: 20px 16px;
    top: 0;
    bottom: 79px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dashboard--container {
    display: flex;
    flex-direction: column;
}
.dashboard-logo-area img {
    width: 24px;
    margin-left: 21px;
}
.dashboard-content-area {
    margin: 0 0 0 280px;
    padding: 32px;
    background: #F7FBFB;
    min-height: 100vh;
}
.dashboard--tabs {
    margin: 48px 0 0 0;
}
.dashboard--tabs li a {
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.dashboard--tabs li .disabled-link {
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.dashboard--tabs li a:hover{
    text-decoration: none;
}
.dashboard--tabs li a:hover h3{
    color: #36C5BA;
}
.dashboard--tabs li img {
    width: 18px;
    margin: 0 13px 0 0;
    display: block;
}
.dashboard--tabs li h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Regular';
}
.dashboard--tabs li.dash-tab-active h3 {
    font-family: 'HK Grotesk Bold';
}
.dash-tab-active a {
    background: rgba(0,0,0,0.25);
    border-radius: 27px;
    padding: 13px 25px !important;
    margin: -13px 0;
}
.dash-tab-active a:hover{
    text-decoration: none;
}
.dashboard--tabs li {
    margin: 0 0 25px 0;
}
.dashboard--tabs li:last-child{
    margin: 0;
}
.dashboard-clinic-name img {
    width: 48px;
    margin: 0 12px 0 0;
    display: block;
}
.dashboard-clinic-name h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    line-height: 20px;
    margin: 0;
}
.dashboard-clinic-name {
    display: flex;
    align-items: center;
}
.dashboard-clinic-name p {
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.dashboard-clinic-name .username-icon p {
    margin: 0;
    color: #E29578;
    font-family: 'HK Grotesk Bold';
    font-size: 30px;
    line-height: 40px;
}
.dashboard-clinic-name .username-icon {
    width: 48px;
    height: 48px;
    background: #FFDDD2;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px 0 0;
}
.dashboard-clinic-name .username-data {
    overflow-wrap: anywhere;
    max-width: calc(100% - 60px);
}
.dashboard-clinic-name img.username-icon-img {
    margin: 0 0 0 0;
    width: 48px;
    height: 48px;
    background: #FFDDD2;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard-info-box {
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.25);
    padding: 6px;
        border-radius: 27px;
}
.dashboard-info-box img {
    width: 16px;
    margin: 0 8px 0 0;
}
.dashboard-info-box p {
    margin: 0;
    color: #8A95A5;
    font-size: 14px;
    line-height: 18px;
}
.dashboard--bottom {
    position: fixed;
    padding: 15px 24px;
    bottom: 0px;
    left: 0;
    height: 79px;
    width: 280px;
    border-top: 1px solid #0d5256;
    background: #02363D;
}
.dashboard-head-sections .click-to-minimize img {
    width: 20px;
}
.dashboard-head-sections .click-to-minimize{
    display: block;
}
.dashboard-content-head {
    display: flex;
}
.dashboard-content-head img:hover{
    transform: rotate(360deg);
}
.dashboard-head-sections {
    width: 50%;
}
.dashboard-notf-prof-section {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.dashboard-notf-prof-section li {
    position: relative;
    margin: 0 0 0 16px;
}
.dashboard-notf-prof-section li:last-child {
    border: 0
}
.dashboard-notf-prof-section a {
    line-height: 21px;
    font-size: 16px;
    padding-right: 0;
    font-family: 'HK Grotesk Medium';
}
.dashboard-notf-prof-section a img {
    margin-top: 7px;
    width: 20px;
}
.dashboard-content-body {
    margin: 50px 0 0 0;
}
.dashboard-body-title {
    display: flex;
    justify-content: space-between;
}
.dashboard-body-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    color: #02363D;
}
.dashboard-body-title ul {
    margin: 0;
}
.dashboard-body-title p {
    margin: 0;
}
.dashboard-body-title h3 {
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
    line-height: 20px;
    color: #02363D;
    margin: 0;
}
.dashboard-body-title p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
}
.content-mainbody-left {
    width: 69%;
    height: 500px;
    border: 1px solid #E3E6EB;
}
.content-mainbody-right {
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dashboard-content-mainbody {
    display: flex;
    margin: 24px 0 0 0;
    justify-content: space-between;
}
.mainbody-right-blocks {
    height: 153px;
    background: #36C5BA;
    width: 100%;
}
.dashboard--sidebar.sidebar-minimize {
    width: 100px;
}
.sidebar-minimize .dashboard--sidebar-scroll {
    width: 100px;
}
.sidebar-minimize .dashboard--bottom {
    width: 100px;
}
.sidebar-minimize .dashboard--tabs li h3{
    display: none;
}
.dashboard-content-area.sidebar-minimize {
    margin: 0 0 0 100px;
}
.sidebar-minimize .dashboard-info-box{
    display: none;
}
.sidebar-minimize .dashboard-clinic-name div{
    display: none;
}
.sidebar-minimize .dashboard-clinic-name div.username-icon {
    display: flex;
}
.sidebar-minimize .dash-tab-active a {
    padding: 14px !important;
    border-radius: 50px;
}
.sidebar-minimize .dashboard--tabs li a{
    padding: 0;
}
.sidebar-minimize .dashboard--tabs li .disabled-link{
    padding: 0;
}
.sidebar-minimize .dashboard--tabs li img {
    margin: 0 auto;
}
.sidebar-minimize .dashboard-clinic-name div.username-icon {
    width: 48px;
    margin: 0 auto;
}
.provider-rate-search-section {
    text-align: center;
}
.provider-rate-search-section h2 {
    color: #02363D;
    font-size: 44px;
    line-height: 57px;
    font-family: 'HK Grotesk Bold';
}
.provider-rate-search-section p{
    font-family: 'HK Grotesk Medium';
    color: #8A95A5;
    font-size: 16px;
    line-height: 21px;
}
.rate-sense-search-menu {
    text-align: left;
    padding: 0;
    margin-top: 52px;
    max-width: 850px !important;
}
.rate-sense-search-menu h5 {
    font-size: 1.25rem;
}
.rate-sense-search-menu a {
    font-size: 16px;
}
.rate-sense-search-menu-tabs .nav.nav-tabs {
    border-bottom: none;
}
.rate-sense-search-menu-tabs {
    margin-top: 24px;
}
.rate-sense-search-menu-tabs .nav-link {
    font-family: 'HK Grotesk Bold';
    opacity: 0.7;
    color: #02363D;
    font-size: 16px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 12px 10px !important;
    border-bottom: 3px solid transparent !important;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.rate-sense-search-menu-tabs .nav.nav-tabs .nav-item{
    margin: 0 13px;
}
.rate-sense-search-menu-tabs .nav-link img {
    margin: 0 6px 0 0;
}
.rate-sense-search-menu-tabs .nav-link.active {
    border-bottom: 4px solid var(--turquoise) !important;
    color: var(--turquoise) !important;
    opacity: 1.0 !important;
}
.rate-sense-search-menu-tabs .card {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
    border-right: none;
}
.rate-sense-search-menu-tabs .card-header {
    border: none;
    background: none;
    padding: 0;
}
.rate-sense-search-menu-tabs .card-header button::after {
    position: absolute;
    content: url("../images/minus-icon.5a7a6a374e02.jpg");
    right: 22px;
    top: 29px;
    transform: translateY(-50%);
}
.rate-sense-search-menu-tabs .card-header button.collapsed::after {
    content: url("../images/plus-icon.ac8fbc2a0e77.jpg");
}
.rate-sense-search-menu-tabs .card-body {
    padding: 0 24px 4px;
}
.rate-sense-search-menu-tabs .card-body .search-link {
    padding: 0 0 12px;
}
.rate-sense-search-menu-tabs .card-body .search-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--turquoise);
}
.rate-sense-search-menu-tabs .card-body .search-link a:hover {
    text-decoration: none;
}
.rate-sense-search-menu-tabs .card-header h2 button {
    font-family: 'HK Grotesk Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    border: none !important;
    /* Turquoise / 90 */
    color: #02363D;
    padding: 16px 24px;
}
.rate-sense-search-menu-tabs .card-header h2 button.btn:focus {
    outline: 0;
    box-shadow: none;
}
.rate-sense-search-menu-tabs .card-header h2 button.btn-link:focus {
    text-decoration: none;
}
.rate-sense-search-menu-tabs .card-header h2 button.btn-link:hover {
    text-decoration: none;
}
.provider-rate-search-section .search-result-searchbar .banner-form form .form-group,
.provider-rate-search-section .search-result-searchbar .banner-form fieldset .form-group {
    width: 80%;
}
.provider-rate-search-section .search-result-searchbar .banner-form form .form-group-submit,
.provider-rate-search-section .search-result-searchbar .banner-form fieldset .form-group-submit {
    width: 20%;
}
.provider-rate-search-section  .search-result-searchbar .banner-form form .form-group-submit .banner-submit-btn,
.provider-rate-search-section  .search-result-searchbar .banner-form fieldset .form-group-submit .banner-submit-btn {
    padding: 28.5px 20px !important;
}
.provider-rate-search-section .search-result-searchbar .banner-form .form-group input{
    padding: 30px 30px 30px 55px !important;
}
.provider-rate-search-section .search-result-searchbar {
    max-width: 914px;
    margin: 40px auto 0;
}
.provider-rate-search-cont {
    position: relative;
}
.provider-rate-search-cont::before {
    position: absolute;
    content: url("../images/provider-rate-research-bg.53a18b508bad.png");
    bottom: 0;
    left: 0;
}
.mid-section {
    position: relative;
    z-index: 100;
    margin: 0 0 0 0;
}
.mid-section a{
    font-size: 16px;
    line-height: 21px;
}
.mid-section a img{
    margin: 0 0 0 5px;

}
#content-filter.loading {
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}
#content-filter .loading-content ,
#loading-modal .loading-content {
    text-align: center;
    align-self: center;
    width: 100%;
    z-index: 1050;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-family: 'HK Grotesk Bold';
}
.dashboard-content-area.enterprise-admin-search {
    padding: 32px 0;
}
.dashboard-content-area.enterprise-admin-search .dashboard-content-head {
    padding: 0 32px;
}
.enterprise-search-headersec {
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 17px 0 0 0;
}
.enterprise-breadcrumbs p {
    font-size: 11px;
    line-height: 14px;
    color: #8A95A5;
    text-transform: uppercase;
    font-family: 'HK Grotesk SemiBold';
    margin: 0;
}
.enterprise-breadcrumbs p a{
    font-size: 11px;
    line-height: 14px;
    color: #36C5BA;
    text-transform: uppercase;
    font-family: 'HK Grotesk SemiBold';

}
.enterprise-headersec-left h3,
.enterprise-headersec-left h5{
    color: #02363D;
    font-size: 28px;
    line-height: 36px;
    font-family: 'HK Grotesk SemiBold';
    margin: 5px 0 0 0;
}
.enterprise-headersec-left h3 .verified {
    width: 24px;
    margin-top: -5px;
}
.enterprise-headersec-left h3 .assured {
    height: 24px;
    margin-top: -5px;
}
.enterprise-headersec-right .remaining-credits {
    margin: 0 10px;
    color: #8A95A5;
}
.enterprise-headersec-right {
    display: flex;
}
.enterprise-headersec-right a,
.enterprise-search-filter-section a.btn {
    background: #36C5BA;
    color: #FFFFFF;
    border-radius: 22px;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
    display: inline-block;
}
.enterprise-headersec-right a.top-button{
    font-size: 16px;
    font-family: 'HK Grotesk SemiBold';
    margin-right: 10px;
    color: #36c5ba !important;
    background: transparent !important;
    border: 2px solid #36c5ba !important;

}
.enterprise-headersec-right a.top-button:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    background: #36c5ba !important;
    color: #fff !important;
}
.cd-popup-export-results div.export-disabled {
    background: #E8EAED;
    border-radius: 22px;
    padding: 10px 24px;
    color: #8A95A5;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
    display: inline-block;
}
.enterprise-headersec-right a:hover,
.enterprise-search-filter-section a.btn {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    text-decoration: none;
    color: #FFF;
}
.dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right a{
    margin: 0 0 0 12px;
}
.enterprise-search-mainarea {
    border-top: 1px solid #e3e6eb;
    margin: 20px 0 0 0;
    display: flex;
    background: #fff;
}
.enterprise-search-filter-section {
    width: 20%;
    border-right: 1px solid #e3e6eb;
    padding: 24px 32px 84px 32px;
}
.enterprise-search-filter-section > h3{
    color: #02363D;
    font-size: 20px;
    line-height: 26px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
}
.enterprise-search-filter-section > h3 .reset-btn{
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
    transition: 0.3s;
}

.enterprise-search-filter-section > h3 .reset-btn:hover{
    text-decoration: underline;
}
.enterprise-search-filter-section .card {
    border:0;
}
.enterprise-search-filter-section .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 13px 0;
    border-bottom: 0;
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
    position: relative;
    text-decoration: none !important;
    border-radius: 0;
}
.enterprise-search-filter-section .card-header button.collapsed{
    border-bottom: 1px solid #e3e6eb;
}

.enterprise-search-filter-section .card-header button::after {
    position: absolute;
    content: url("../images/minus-icon.5a7a6a374e02.jpg");
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.enterprise-search-filter-section .card-header button.collapsed::after {
    content: url("../images/plus-icon.ac8fbc2a0e77.jpg");
}

.enterprise-search-filter-section .card-header button:focus {
    box-shadow: unset;
}
.enterprise-search-filter-section .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}
.enterprise-search-filter-section .card-body{
    border-bottom: 1px solid #e3e6eb;
    padding: 0 0 12px 0;
}
.enterprise-search-filter-section .accordion{
    margin: 0;
    border-top: 1px solid #e3e6eb;
}
.enterprise-search-filter-section .card-body ul li {
    color: #36C5BA;
    font-size: 14px;
    line-height: 24px;
    font-family: 'HK Grotesk Medium';
    display: flex;
    align-items: flex-start;
    margin: 0 0 9px 0;
}
#rate-sense-filter-options-rate_validation li > label > svg {
    vertical-align: baseline;
    display: inline;
}
.enterprise-search-filter-section .card-body ul li label{
    line-height: 18px;
    margin: 0;
}
.enterprise-search-filter-section .card-body ul li input{
    margin: 2px 4px 0 0;
}
.enterprise-search-filter-section .apply-filters-fixed {
    width: calc((100% - 298px) * 0.2);
    padding: 10px 32px 10px 32px;
    position: fixed;
    bottom: 0;
    margin-left: -32px;
    border-top: 1px solid #e3e6eb;
    border-radius: 0;
}
.sidebar-minimize .enterprise-search-filter-section .apply-filters-fixed {
    width: calc((100% - 120px) * 0.2);
}
.enterprise-search-filter-section .apply-filters-fixed .card-body {
    border: none;
}
.enterprise-search-filter-section .card-body button.mt-2 {
    border-radius: 50px;
    background: transparent;
    padding: 7px 24px;
    color: #36C5BA;
    font-size: 14px;
    transition: 0.3s;
    margin: 13px 0 0 0 !important;
    width: 100%;
    border: 2px solid #36C5BA;
    font-family: 'HK Grotesk Bold';
}
.enterprise-search-filter-section .card-body button.btn-disabled {
    background: #E8EAED;
    border-radius: 22px;
    padding: 10px 24px;
    color: #8A95A5;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
    display: inline-block;
}

.enterprise-search-filter-section .card-body button.mt-2:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #36C5BA;
    color: #fff;
}
.enterprise-search-filter-section .card-body  ul li a{
    color: #02363D !important;
    font-size: 13px;
    line-height: 24px;
    font-family: 'HK Grotesk Medium';
}
.filter-sec_readmore {
    width: 100%;
    text-align: center;
    padding: 13px;
    font-family: 'HK Grotesk Bold';
}
.filter-sec_readmore a {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    font-family: 'HK Grotesk Medium';
    color: #02363D;
}
.filter-sec_readmore img {
    margin-left: 4px;
    transition: 0.3s;
    transform: rotate(180deg);
    transform-origin: 50% 37%;
}
.filter-sec_readmore a.collapsed img {
    transform: rotate(360deg);
    transition: 0.3s;
}
.enterprise-search-listing-section {
    width: 80%;
    padding: 24px 0;
}
.enterprise-listing-searchbar .banner-form form .form-group,
.enterprise-listing-searchbar .banner-form fieldset .form-group {
    width: 80%;
}
.enterprise-listing-searchbar .banner-form form .form-group-submit,
.enterprise-listing-searchbar .banner-form fieldset .form-group-submit {
    width: 20%;
}
.enterprise-listing-searchbar .banner-form form,
.enterprise-listing-searchbar .banner-form fieldset {
    width:100%;
}
.enterprise-listing-searchbar {
    padding: 0 32px;
}
.enterprise-listing-searchbar .banner-form .form-group .enter_procedure{
    border: 1px solid #E3E6EB !important;
    padding: 10px 20px 10px 55px !important;
}
.enterprise-listing-searchbar .banner-form form .form-group-submit .banner-submit-btn,
.enterprise-listing-searchbar .banner-form fieldset .form-group-submit .banner-submit-btn {
    border: 1px solid #36C5BA;
    padding: 8.5px 20px !important;
}
.enterprise-main__listings .more-information-tabs {
    border: 0;
    padding: 0;
    background: transparent;
    margin-top: 10px;
}
.enterprise-main__listings .more-information-tabs .nav.nav-tabs{
    padding: 0 32px;
}
.enterprise-main__listings .more-information-tabs .tab-content {
    margin: 0;
}
.enterprise-main__listings .table thead th {
    border: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.32px;
    color: #02363D;
    text-transform: uppercase;
    font-family: 'HK Grotesk Bold';
}
.enterprise-main__listings .table {
    border: 0;
    margin: 0;
}
.enterprise-main__listings .table th {
    padding: 13px 0;
}
.enterprise-main__listings .table td{
    padding: 16px 0;
}
.enterprise-main__listings .table td.rateCol{
    min-width: 133px;
}
.enterprise-main__listings .table thead th:first-child{
    padding-left: 32px;
}
.enterprise-main__listings .table thead th a img{
    margin-left: 4px;
}
.enterprise-main__listings .table thead th a img.sort-arrow {
    transform: rotate(270deg);
}
.enterprise-main__listings .table thead th a img.sort-arrow.sort-active {
    transform: rotate(0deg);
}
.enterprise-main__listings .table thead th a img.sort-arrow.sort-active-reverse {
    transform: rotate(180deg);
}
.enterprise-main__listings .table thead th:last-child{
    padding-right: 32px;
}
.enterprise-main__listings .table tbody td:first-child{
    padding-left: 32px;
    padding-right: 32px;
}
.enterprise-main__listings .table tr{
    background: none !important;
}
.ent-tabletd-descp h3{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.ent-tabletd-descp p{
    color: #02363D;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'HK Grotesk Medium';
}
.ent-tabletd-provider h3{
    color: #36C5BA;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.ent-tabletd-provider h3 a{
    color: #36C5BA;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.ent-tabletd-provider p{
    color: #02363D;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'HK Grotesk Medium';
}
.ent-tabletd-code p {
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
}
.ent-tabletd-code div {
    width: max-content;
}
.ent-tabletd-listprice p{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
}
.ent-tabletd-listprice-cell-with-icon {
    margin: 0;
}
.ent-tabletd-listprice-cell-with-icon div > svg {
    display: inline;
}
.ent-tabletd-listprice-cell-with-icon div:hover > svg *,
.ent-tabletd-listprice-cell-with-icon div:hover {
    color: var(--turquoise); /* Turquoise */
    fill: var(--turquoise); /* Turquoise */
}
.ent-tabletd-listprice-cell-with-icon div:focus > svg *,
.ent-tabletd-listprice-cell-with-icon div:focus {
    color: var(--turquoise); /* Turquoise */
    fill: var(--turquoise); /* Turquoise */
}
.ent-tabletd-allrates p {
    color: #36C5BA;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
    position: relative;
    display: inline-block;
}
.ent-tabletd-allrates.accordion-toggle.expandable.collapsed p::after {
    content: url("../images/angle-down-green.3262d5d8eaad.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: -19px;
    transition: 0.3s;
}
.ent-tabletd-allrates.accordion-toggle.expandable p::after {
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    transition: 0.3s;
    content: url("../images/angle-down-green.3262d5d8eaad.svg");
    position: absolute;
    top: 47%;
    right: -19px;
}
.enterprise-main__listings .hiddenRow {
    padding: 0 !important;
    border: 0 !important;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable {
    border: 0 !important;
    width: 100%;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td {
    padding: 16px !important;
    text-align: center;
    border-right: 1px solid #E3E6EB;
    background: #F7FBFB;
    /* width: 14.2%; */
    transition: 0.3s
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td:hover{
    background: #36C5BA;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td:hover p{
    color:#fff;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td:hover h5{
    color:#fff;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0%) invert(100%);
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td h5{
    font-size: 16px;
    line-height: 21px;
    color: #36C5BA;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td p{
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: 'HK Grotesk Medium';
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td:last-child{
    border-right: 0;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable td img{
    margin:0 0 3px 0;
}
.enterprise-main__listings .hiddenRow .innerExpandedTable .outliers {
    padding: 0 0 !important;
    display: none;
    border-top: 0;
}

.ent-tabletd-allrates{
    cursor: pointer;
}
.carelocations-listing-sections .ent-tabletd-allrates{
    cursor: auto;
}
.enterprise-search-headersec.ratemngmnt-headersec {
    margin: 30px 0 0 0;
    align-items: center;
}
.ratemngmnt-headersec .enterprise-headersec-right a {
    background: var(--turquoise);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
}
.ratemngmnt-headersec .enterprise-headersec-right button img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.ratemngmnt-headersec .enterprise-headersec-right button:hover img{
    transform: rotate(360deg);
}
.ratemngmnt-mainarea {
    border-top: 1px solid #e3e6eb;
    margin: 20px 0 0 0;
    background: #fff;
    height: 100%;
}
.rate-mngmnt-filters ul li {
    margin: 0 8px 0 0;
    padding: 0;
    cursor: pointer;
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    color: #02363D;
    transition: 0.3s;
    background: #E8EAED;
    position: relative;
}
.rate-mngmnt-filters ul li p{
    margin: 0;
    padding: 8px 50px 8px 20px;
    cursor: pointer;
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    color: #02363D;
    transition: 0.3s;
    background: #E8EAED;
    border-radius: 50px;
    position: relative;
    white-space: nowrap;
}
.rate-mngmnt-filters ul li span{
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    background: #E8EAED;
}
.ratemngmnt-filterarea {
    padding: 16px 32px;
    border-bottom: 1px solid #e3e6eb;
}
.rate-mngmnt-filters {
    width: 70%;
}
.rate-mngmnt-search {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.rate-mngmnt-filters ul {
    display: flex;
    margin: 0;
}
.ratemngmnt-filterarea form {
    display: flex;
    align-items: center;
}
.rate-mngmnt-search .form-group{
    margin: 0;
    position: relative;
}
.rate-mngmnt-search .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 14px;
}
.rate-mngmnt-search .form-group input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 14px;
}
.rate-mngmnt-search .form-group input{
    border: 1px solid #E3E6EB;
    border-radius: 50px;
    background: #FFFFFF;
    max-width: 220px;
    padding: 9px 20px 9px 40px;
    line-height: 18px;
    font-size: 14px;
    transition: 0.3s;
}
.rate-mngmnt-search .form-group input:focus{
    border: 1px solid #ccc;
}
.rate-mngmnt-filters .reset-btn {
    background: transparent;
    padding: 10px 0px 10px 16px;
}
.rate-mngmnt-filters .reset-btn a {
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';

}
.rate-mngmnt-filters ul li ul.has-options {
    position: absolute;
    left: 0;
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    min-width: 158px;
    width: max-content;
    padding: 13px;
    display: none;
    z-index: 99;
}
.rate-mngmnt-filters ul li ul.has-options li {
    background: transparent;
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
}
.rate-mngmnt-filters ul li ul.has-options li:last-child {
    margin: 0;
}
.rate-mngmnt-filters ul li ul.has-options li label{
    margin: 0;
}
.rate-mngmnt-filters ul li .open--hasmenu ~ .has-options{
    display: block !important;
}
.rate-mngmnt-filters .select-dropdown p::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 14px;
    transition: 0.3s;
}
.rate-mngmnt-filters .select-dropdown::after {
    display: none;
}
.rate-mngmnt-filters .select-dropdown p.open--hasmenu::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 44%;
}
.ratemngmnt-tablearea table {
    margin: 0;
    border: 0;
}
.ratemngmnt-tablearea .table th {
    border: 0;
}
.ratemngmnt-tablearea table tr{
    background: #fff !important;
}
.ratemngmnt-tablearea .table .actions ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.ratemngmnt-tablearea .table .actions ul li{
    margin: 0 14px 0 0;
}
.ratemngmnt-tablearea .table .actions ul li a{
    color: #36C5BA !important;
    font-family: 'HK Grotesk Regular';
    font-size: 16px;
}
.ratemngmnt-tablearea .table .actions ul img {
    display: block;
}
.ratemngmnt-tablearea .table th {
    padding: 13px 0;
}
.ratemngmnt-tablearea .table th:first-child,
.ratemngmnt-tablearea .table td:first-child {
    padding: 13px 10px 13px 32px;
}
.ratemngmnt-tablearea .table thead th {
    border: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.32px;
    color: #02363D;
    text-transform: uppercase;
    font-family: 'HK Grotesk Bold';
}
.ratemngmnt-tablearea .table td {
    padding: 16px 0;
}
.ratemngmnt-tablearea .table tbody td:first-child {
    padding-left: 32px;
}
.ratemngmnt-tablearea .table h5 {
    color: #36C5BA;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.ratemngmnt-tablearea .table h5 a {
    color: #36C5BA;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.ratemngmnt-tablearea .table .contract p{
    color: #02363D;
    font-size: 12px;
    line-height: 16px;
    font-family: 'HK Grotesk Medium';
}
.ratemngmnt-tablearea .table td{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
}
.sc-sidebar-db-status p,
.ratemngmnt-tablearea .table .status p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
    display: inline-block;
    color: #02363D;
    position: relative;
    padding: 0 0 0 14px;
}
.sc-sidebar-db-status p {
    font-family: 'HK Grotesk Regular';
    font-size: 16px;
}
.sc-sidebar-db-status p::before,
.ratemngmnt-tablearea .table .status p::before {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #D73D3D;
    content: "";
    left: 0;
    top: 49%;
    transform: translateY(-50%);
}
.sc-sidebar-db-status p.draft::before,
.ratemngmnt-tablearea .table .status p.draft::before {
    background: #F7C443;
}
.sc-sidebar-db-status p.ready::before,
.sc-sidebar-db-status p.finalized::before,
.ratemngmnt-tablearea .table .status p.negotiating::before,
.ratemngmnt-tablearea .table .status p.finalized::before,
.ratemngmnt-tablearea .table .status p.negotiating::before,
.ratemngmnt-tablearea .table .status p.public::before,
.ratemngmnt-tablearea .table .status p.ready::before {
    background: #36C5BA;
}
.sc-sidebar-db-status p.refreshing::before,
.ratemngmnt-tablearea .table .status p.signing::before,
.ratemngmnt-tablearea .table .status p.refreshing::before{
    background: #6AD1EE;
}
.ratemngmnt-tablearea .table .status p.signed::before {
    background: #4E8FF8;
}
.ratemngmnt-tablearea .table .status p.effective::before {
    background: #A070EF;
}
.sc-sidebar-db-status p.re-opened::before,
.ratemngmnt-tablearea .table .status p.re-opened::before,
.ratemngmnt-tablearea .table .status p.termed::before {
    background: #7F8898;
}
.ratemngmnt-tablearea .table .status p.cancelled::before,
.ratemngmnt-tablearea .table .status p.private::before {
    background: #EE7B5C;
}
.sc-sidebar-db-status p.pending::before,
.ratemngmnt-tablearea .table .status p.pending::before {
    background: #E5A000;
}
.cd-popup-container.create-contract-popup {
    max-width: 480px;
    text-align: left;
}
.create-contract-popup-title h2 {
    font-size: 24px;
    letter-spacing: 0.48px;
    color: #02363D;
    line-height: 24px;
    margin: 0 0 10px 0;
    font-family: 'HK Grotesk Bold';
}
.create-contract-popup-title p {
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    margin: 10px 0;
}
.create-contract-popup-title {
    padding: 30px 24px 24px 24px;
}
.create-contract-popup-form form ul label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}
.create-contract-popup-form form ul input{
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 14px;
}
.create-contract-popup-form ul {
    margin: 0;
    padding: 24px;
    border-top: 1px solid #e3e6eb;
    border-bottom: 1px solid #e3e6eb;
}
.create-contract-popup-form li {
    margin: 0 0 20px 0;
}
.create-contract-popup-form li:last-child{
    margin: 0;
}
.create-contract-popup-form .column-half {
    width: 48%;
}
.create-contract-popup-form .two-column {
    display: flex;
    justify-content: space-between;
}
.create-contract-popup-form .select-dropdown{
    text-align: left;
    background: #E8EAED;
}
.create-contract-popup-form  .select-dropdown select{
    padding: 10px 24px 10px 24px;
}
.create-contract-popup-form .facilities-row input {
    width: unset ;
    margin: 0 3px 0 0;
}
.create-contract-popup-form .facilities-row label {
    display: unset;
    font-size: 14px;
    line-height: 29px;
    margin: 0;
    text-transform: unset;
    letter-spacing: unset ;
    font-family: 'HK Grotesk Medium' ;
}
.create-viewRates-popup .create-contract-popup-title {
    padding: 24px 32px;
    border-bottom: 1px solid #E3E6EB;
}
.create-viewRates-popup .create-contract-popup-title h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}
.create-viewRates-popup .create-contract-popup-title p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.create-viewRates-popup .rateSense-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px 24px 32px;
}
.create-viewRates-popup .rateSense-detail span {
    font-size: 14px;
    line-height: 20px;
    color: #02363d;
}
.create-viewRates-popup .rateSense-detail h4 {
    font-size: 20px;
    margin: 0;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.create-viewRates-popup .rateSense-btn a {
    font-size: 16px;
    color: #36C5BA;
    line-height: 20px;
    border: 2px solid #E3E6EB;
    padding: 12px 20px;
    border-radius: 35px;
    text-decoration: none;
    font-family: 'Hk Grotesk Bold';
    display: inline-block;
    transition: .3s;
    text-align: center;
}
.create-contract-btn {
    padding: 24px;
    background: #F7FBFB;
    text-align: center;
}
.create-contract-btn button {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 12px 0;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50px;
    background: #36C5BA;
    width: 100%;
    font-family: 'HK Grotesk Bold';
}
.create-contract-btn button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.create-contract-btn .confirm-rejection {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 12px 0;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50px;
    background: #D83E3E;
    width: 100%;
    font-family: 'HK Grotesk Bold';
}
.create-contract-btn .confirm-rejection:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.contract-edit-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    padding: 9px 16px;
    background: #E3E6EB;
    border-radius: 50px;
    transition: 0.3s;
}
.contract-edit-btn:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ratemngmnt-filterarea.single-contract-detailarea {
    background: #F7FBFB;
    display: flex;
    align-items: center;
}
.single-contract-details {
    width: 80%;
}
.single-contract-version {
    width: 20%;
}
.single-contract-details table {
    border: 0;
}
.single-contract-version ul {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}
.single-contract-version ul li{
    margin: 0 0 0 8px;
    flex-shrink: 0;
}
.single-contract-version ul li p{
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'HK Grotesk Bold';
    border-radius: 20px;
}
.single-contract-version ul li p.draft{
    background-color: #f2dfdf;
    color: #D83E3E;
}
.single-contract-version ul li p.version{
    background: #e7ecef;
    color: #8A95A5;
}
.single-contract-details table h5{
    letter-spacing: 1.32px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.single-contract-details table p{
    font-size: 14px;
    line-height: 18px;
    color: #02363D;
}
.single-contract-details table td{
    padding: 0 15px;
}
.single-contract-details table td:first-child{
    padding-left: 0;
}
.more-information-tabs.single-contract-tabs {
    border: 0;
    padding: 0;
}
.single-contract-tabarea {
    padding: 8px 0 0 0;
    background: #fff;
}
.single-contract-tabs ul {
    padding: 0 0 0 32px;
}
.single-contract-tabs .tab-content {
    margin:0;
}
.sc-cont-sidebar {
    display: flex;
}
.single-contract-form_btn{
    width: 70%;
}
.sc--sidebar {
    width: 30%;
    border-left: 1px solid #dee2e6;
}
.sc--sidebar .nav-item img {
    max-width: 24px;
}
.sc-sidebar-detailblock {
    padding: 32px;
}
.sc-sidebar-db-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    padding: 0 0 24px 0;
}
.sc-sidebar-db-head h3 {
    color: #02363D;
    font-size: 20px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.sc-sidebar-db-head a {
    color: #36C5BA;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
}
.sc-sidebar-db-head button.sc-sidebar-db-edit {
    color: #36C5BA;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    background: none;
}
.sc-sidebar-db-contracttype,.sc-sidebar-db-contractfor, .sc-sidebar-db-organizations, .sc-sidebar-db-status {
    padding: 24px 0;
    border-bottom: 1px solid #dee2e6;
}
.sc-sidebar-db-contracttype h3, .sc-sidebar-db-contractfor h3, .sc-sidebar-db-organizations h3, .sc-sidebar-db-status h3{
    letter-spacing: 1.32px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.sc-sidebar-db-contracttype p, .sc-sidebar-db-contractfor p, .sc-sidebar-db-organizations p, .sc-sidebar-db-status p{
    color: #02363D;
    margin: 0;
}
.sc-sidebar-db-organizations p{
    margin: 0 0 5px 0;
}
.sc-sidebar-db-organizations p:last-child{
    margin: 0;
}
.sc-sidebar-db-dv {
    padding: 24px 0 0 0;
    display: flex;
}
.sc-sidebar-db-dv p {
    margin: 0 10px 0 0;
    padding: 5px 13px;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
    border-radius: 50px;
}
.sc-sidebar-db-dv .draft{
    background: #f9e2e2;
    color: #D83E3E;
}
.sc-sidebar-db-dv .version{
    background: #eeeff2;
    color: #8A95A5;
}
.sc--sidebar .nav-item .nav-link i {
    font-size: 24px;
}
.sc--sidebar .nav-item .nav-link{
    padding: 20px 0 14px 0 !important;
}
.sc-sidebar-cmnt-notify {
    position: relative;
}
.sc-sidebar-cmnt-notify::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d83e3e;
    content: "";
    border-radius: 50px;
    right: -4px;
    border: 1px solid #fff;
    top: 16px;
}
.sc-sidebar-commentblock{
    padding: 32px;
    overflow-y: scroll;
}
.sc-sidebar-commentblock form {
    padding: 0 10px 0 0;
}
.sc-sidebar-comment-input input[type="text"], .sc-sidebar-comment-input .comment-input{
    border: 1px solid #E3E6EB !important;
    border-radius: 26px;
    padding: 12px 45px 12px 15px;
    width: 100%;
    font-size: 14px;
    min-height: 46px;
    overflow-y: hidden;
    resize: none;
    box-sizing: border-box;
    outline: none;
    cursor: text;
}
.sc-sidebar-comment-input input[type="text"]:focus, .sc-sidebar-comment-input .comment-input:focus {
    border: 1px solid #02363D;
    outline: none !important;
    box-shadow: unset;
}
.sc-sidebar-comment-input input[type="text"]::-webkit-input-placeholder, .sc-sidebar-comment-input .comment-input::-webkit-input-placeholder {
    color: #8A95A5;
    opacity: 1;
}
.sc-sidebar-comment-input input[type="text"]:-ms-input-placeholder, .sc-sidebar-comment-input .comment-input:-ms-input-placeholder {
    color: #8A95A5;
    opacity: 1;
}
.sc-sidebar-comment-input input[type="text"]::placeholder, .sc-sidebar-comment-input .comment-input::placeholder {
    color: #8A95A5;
    opacity: 1;
}
.sc-sidebar-comment-input .comment-input .tribute-mention {
    font-size: 14px;
    color: #36C5BA;
}
.tribute-container {
    left: 45px !important;
    bottom: 68px !important;
    top: auto !important;
    width: calc(100% - 125px) !important;
}
.tribute-container ul {
    border: 1px solid #E3E6EB !important;
    border-radius: 6px;
}
.tribute-container ul li {
    padding: 10px;
}
.sc-sidebar-comment-input-stickybar {
    position: fixed;
    bottom: 0;
    z-index: 999;

    background: #FFFFFF;
    padding: 16px 32px;
    width: 25%;

    align-items: center;
}
.sc-sidebar-comment-input::before {
    position: absolute;
    content: "";
    /* background: rgba(255, 255, 255,0.8); */
    width: 100%;
    top: -30px;
    height: 27px;
}
.sc-sidebar-comment-input button {
    position: absolute;
    right: 38px;
    background: #36C5BA;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    bottom: 37px;
    outline: none !important;
}
.sc-sidebar-comment-input button:hover{
    opacity: 0.8;
}
.sc-sidebar-comment-input button img {
    width: 16px;
}
.sc-sidebar-commentblock h3{
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 12px 0;
}
.sc-sidebar-commentblock .main-comments{
    padding: 0;
}
.gfe-patient .sc-sidebar-commentblock .main-comments .user-name-photo {
    padding: 0 0 0 48px;
    position: relative;
}
.gfe-patient .sc-sidebar-commentblock .main-comments h4.initial,
.gfe-patient .sc-sidebar-versionhistoryblock .sc-sidebar-vh-list h4.initial {
    font-family: 'HK Grotesk Bold';
    height: 40px;
    background: #ffddd2;
    color: #e29578;
    display: inline;
    position: absolute;
    top: -5px;
    left: 0;
    text-align: center;
    padding: 11px 13px;
    box-sizing: border-box;
    width: 40px;
    margin: 0 12px 0 0;
    font-size: 16px;
    border-radius: 40px;
}

.gfe-patient .sc-sidebar-versionhistoryblock .sc-sidebar-vh-list h4.initial {
    top: auto;
    left: -54px;
}
.sc-sidebar-commentblock .main-comments li{
    margin: 24px 0 0 0;
}
.sc-sidebar-commentblock .main-comments li.unread-comment .user-name-photo::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #D83E3E;
    border-radius: 50px;
    left: 26px;
    top: -5px;
    z-index: 9;
    border: 1px #fff solid;
}
.sc-sidebar-commentblock .user-name-photo img {
    width: 40px;
    margin: 0 12px 0 0;
    border-radius: 40px;
}
.sc-sidebar-commentblock .user-name-photo {
    display: flex;
    align-items: center;
}
.sc-sidebar-commentblock .user-name-photo h4 {
    margin: 0;
    color: #02363D;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}
.sc-sidebar-commentblock .user-name-photo h4 span{
    display: block;
    color: #02363D;
    font-size: 12px;
}
.sc-sidebar-commentblock .user-comment {
    margin: 12px 0 0 0;
}
.sc-sidebar-commentblock .user-comment p{
    color: #02363D;
    margin: 0;
}
.sc-sidebar-commentblock .user-date-time {
    margin: 8px 0 0 0;
    display: flex;
}
.sc-sidebar-commentblock .user-date-time p{
    color: #8A95A5;
    font-size: 12px;
    margin: 0 8px 0 0;
}
.sc-sidebar-versionhistoryblock{
    padding: 32px;
    max-height: 55vh;
    overflow: scroll;
}
.sc-sidebar-versionhistoryblock h3 {
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 12px 0;
}
.sc-sidebar-vh-list {
    padding: 0 0 0 50px !important;
    margin: 20px 0 0 0;
    position: relative;
}
.sc-sidebar-vh-list::before {
    position: absolute;
    left: 15px;
    width: 2px;
    height: 100%;
    content: "";
    background: #FFDDD2;
}
.sc-sidebar-vh-list .name h3 {
    color: #02363D;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.sc-sidebar-vh-list .name h3 span {
    display: block;
    font-size: 12px;
    line-height: 13px;
}
.sc-sidebar-vh-list .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.sc-sidebar-vh-list .name a{
    font-family: 'HK Grotesk Bold';
}
.sc-sidebar-vh-list .date-time p{
    color: #8A95A5;
    font-size: 12px;
    margin: 0;
}
.sc-sidebar-vh-list .date-time{
    margin: 0 0 8px 0;
}
.sc-sidebar-vh-list .descprition p {
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.sc-sidebar-vh-list .descprition{
    margin: 0 0 4px 0;
}
.sc-sidebar-vh-list .changes p img {
    width: 11px;
    margin: 0 5px 0 0;
    transition: 0.3s;
}
.changes.show-dropdown p img {
    transform: rotate(90deg);
}
.sc-sidebar-vh-list .changes p {
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    color: #02363D;
    display: flex;
    align-items: center;
}
.sc-sidebar-vh-list .changes .dropdown {
    padding: 0 0 0 12px;
    display: none;
}
.sc-sidebar-vh-list .changes .dropdown li{
    font-size: 14px;
    color: #02363D;
    margin: 4px 0 0 0;
}
.sc-sidebar-vh-list > li {
    position: relative;
    padding: 23px 0 0 0;
}
.sc-sidebar-vh-list > li:first-child{
    padding: 0;
}
.sc-sidebar-vh-list img.profile-picture {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #FFDDD2;
    box-sizing: border-box;
    left: -54px;
    border-radius: 50px;
    background: url("../images/p3.2588c9176ded.png");
    background-size: cover;
}
.changes.show-dropdown .dropdown{
    display: block !important;
}
.sc-viewing-olderversion {
    border: 1px solid #E29578;
    margin: 0 0 24px 0;
    padding: 20px;
    background: #D83E3E0D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc-viewing-olderversion h4 {
    margin: 0;
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 0 0;
    font-family: 'HK Grotesk Medium';
    display: flex;
    align-items: center;
}
.sc-viewing-olderversion h4 img{
    margin: 0 6px 0 0;
}
.sc-viewing-olderversion h4 span {
    display: block;
    font-size: 14px;
    color: #02363D;
    line-height: 20px;
}
.sc-viewing-olderversion ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.sc-viewing-olderversion ul li {
    margin: 0 0 0 15px;
}
.sc-viewing-olderversion ul li a {
    font-family: 'HK Grotesk Bold';
    color: #E29578;
}
.single-contract-coversheet{
    padding: 32px 32px 100px 32px;
}
.single-contract-coversheet h2 {
    color: #02363D;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 5px 0;
    font-family: 'HK Grotesk Bold';
}
.single-contract-coversheet p{
    font-size: 16px;
    line-height: 22px;
    color: #02363D;
    margin: 0 0 32px 0;
}
.more-information-tabs.single-contract-tabs .nav-link.active {
    border-bottom: 3px solid #36C5BA !important;
    color: #02363D !important;
}
.more-information-tabs.single-contract-tabs .nav-link{
    border-bottom: 3px solid transparent !important;
    color: #8A95A5 !important;
}
.more-information-tabs.single-contract-tabs .nav-link:hover {
    color: #02363D !important;
}
form .single-contract-coversheet ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0;
}
form .single-contract-coversheet ul li {
    width: 48%;
    position: relative;
}
form .single-contract-coversheet ul li.select2-search {
    width: 100%;
}
form .single-contract-coversheet ul li.select2-selection__choice {
    width: auto;
}
form .single-contract-coversheet ul label {
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
form .single-contract-coversheet ul li input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
}
form .single-contract-coversheet ul li input:focus {
    border: 1px solid #02363D;
}
.single-contract-coversheet .form-single-column li {
    width: 100%;
}
.single-contract-coversheet .form-single-column li.select2-selection__choice{
    width: auto;
}
.single-contract-coversheet .form-single-column.inline {
    margin: 0;
}
.single-contract-coversheet .form-single-column .in-network label {
    float: left;
    text-transform: unset;
    letter-spacing: unset;
    font-size: 16px;
    font-family: "HK Grotesk Regular";
}
.single-contract-coversheet .form-single-column .in-network ul {
    float: left;
}
.single-contract-coversheet .form-single-column .in-network ul li {
    margin: 0 15px;
}
.single-contract-coversheet .form-single-column .in-network ul li label {
    font-family: 'HK Grotesk Bold';
    text-transform: uppercase;
    font-size: 12px;
    display: inline-flex;
    min-width: 50px;
    align-items: center;
}
.cs-member-information {
    margin: 48px 0 0 0;
}
.cs-member-information p b{
    font-family: 'HK Grotesk Bold';
}
.single-contract-coversheet .choice-section {
    display: flex;
    align-items: center;
}
.single-contract-coversheet .choice-section input {
    padding: 0 ;
    width: unset;
    border:0;
    margin: 0 10px 0 0;
    display: none;
}
.single-contract-coversheet .choice-section label {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'HK Grotesk Medium';
    display: block;
    padding: 9px 20px 9px 24px;
    width: 100%;
    position: relative;
}
.single-contract-coversheet .choice-section label::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #02363D;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}
.single-contract-coversheet .choice-section input:checked ~ label::before {
    width: 16px;
    height: 16px;
    border: 5px solid #02363D;
}
.single-contract-coversheet .choice-section-row li {
    padding: 28px 0 0 0;
}
.choice-section-row li > label {
    position: absolute;
    top: 0;
}
.choice-section-row {
    display: block;
    width: 100%;
}
.choice-section-row #id_share_member_information {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.single-contract-coversheet .choice-section-row li {
    padding: 28px 0 0 0;
}
.choice-section-row li > label {
    position: absolute;
    top: 0;
}

.single-contract-coversheet textarea{
    border: 1px solid #E3E6EB;
    border-radius: 20px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    display: block;
    height: 80px;
}
form .single-contract-coversheet ul li textarea:focus {
    border: 1px solid #02363D;
}
.single-contract-savebar{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 999;
}
.single-contract-savebar-inner {
    background: #F7FBFB;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dee2e6;
    align-items: center;
}
.single-contract-savebar .save-exit-btn button,
.single-contract-savebar .save-exit-btn a{
    border-radius: 50px;
    background: #02363D;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
}
.single-contract-savebar .save-exit-btn button:hover,
.single-contract-savebar .save-exit-btn a:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.single-contract-savebar .save-exit-btn button img,
.single-contract-savebar .save-exit-btn a img{
    width:16px;
    margin: -2px 8px 0 0;
}
.single-contract-savebar .next-previous-btn .reject{
    background-color: #D73D3D;
    border: 1px solid #D73D3D;
    border-radius: 50px;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
}
.single-contract-savebar .next-previous-btn .next, .single-contract-savebar .next-previous-btn .accept{
    border-radius: 50px;
    background: #36C5BA;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
}
.single-contract-savebar .next-previous-btn form{
    display: inline;
}
.single-contract-savebar .next-previous-btn .not-ready{
    border-radius: 50px;
    background: #8A95A5;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
    margin: 0 15px 0 0;
}
.single-contract-savebar .next-previous-btn .reject{
    border-radius: 50px;
    background: #D83E3E;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
    margin: 0 15px 0 0;
}
.single-contract-savebar .next-previous-btn .next:hover, .single-contract-savebar .next-previous-btn .accept:hover,
.single-contract-savebar .next-previous-btn .reject:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.single-contract-savebar .next-previous-btn .next img, .single-contract-savebar .next-previous-btn .accept img,
.single-contract-savebar .next-previous-btn .reject img{
    width:20px;
    margin: -2px 0 0 8px;
}
.dashboard-content-area.enterprise-admin-search.single-contract-page {
    height: unset;
    padding-bottom: 0;
}
.dashboard-content-area.enterprise-admin-search.single-contract-page.embedded-signature-page {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
#contract-embedded-display-area {
    flex-grow: 1;
    height: 100vh;
}
#contract-embedded-display-area-inner {
    height: 100vh;
}
.single-contract-language{
    padding: 32px 32px 100px 32px;
    min-height: 70vh;
}
.single-contract-language strong{
    font-family: 'HK Grotesk SemiBold';
}
.single-contract-language h2{
    font-size: 20px;
    color: #02363D;
    margin: 0 0 15px 0;
    font-family: 'HK Grotesk Bold';
}
.l-latest-version h2 {
    margin: 0;
    margin: 0 0 4px 0;
}
.l-latest-version > p{
    color: #02363D;
    font-size: 16px;
    margin: 0 0 24px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e6eb;
}
.l-contract-detail-left {
    width: 65%;
}
.l-latest-version .l-contract-detail-left {
    padding: 0 0 0 80px;
    position: relative;
}
.l-latest-version .l-contract-detail-left::before {
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
    content: "";
    background: url("../images/document-small.566a050fcd21.png");
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
.l-contract-detail-btns .upload-new {
    border: 2px solid #E3E6EB;
    padding: 11px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.l-version-history > h2 {
    margin: 0;
    margin: 0 0 4px 0;
}
.l-version-history > p {
    color: #02363D;
    font-size: 16px;
    margin: 0 0 24px 0;
}
.l-contract-detail-btns .upload-new img{
    margin: 0 10px 0 0;
}
.l-contract-detail-btns {
    width: 35%;
    display: flex;
    justify-content: flex-end;
}
.l-contract-detail-old-version-btns {
    width: 35%;
    text-align: end;
}
.l-contract-detail-old-version-btns h3 {
    margin: 0;
}
.l-contract-detail-old-version-btns .date-time{
    color: #8A95A5;
    font-size: 14px;
    margin: 0;
}
.l-contract-detail-old-version-btns a.view-file-link {
    color: #36C5BA;
    margin: 12px 0 0 20px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
}
.l-contract-details {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.l-latest-version .l-contract-details{
    border: 1px solid #dee2e6;
    padding: 24px;
}
.l-contract-detail-left h3{
    color: #02363D;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    line-height: 30px;
    margin: 0;
}
.single-contract-language-empty .l-contract-detail-left h3{
    color: #8A95A5;
    font-size: 20px;
}
.single-contract-language-empty .l-contract-detail-left p{
    font-size: 16px;
}
.l-versions-list .no-previous-versions {
    color: #8A95A5;
    margin: 35px 0 80px;
}
.l-contract-detail-left p{
    color: #8A95A5;
    font-size: 14px;
    margin: 0;
}
.l-contract-detail-btns .date-time{
    color: #8A95A5;
    font-size: 14px;
    margin: 0;
}
.l-contract-detail-btns button,
.l-contract-detail-btns a.button {
    background: transparent;
    color: #36C5BA;
    margin: 0 0 0 20px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
}
.sc-rs-listings a.edit-link {
    color: #36C5BA;
    font-family: 'HK Grotesk Bold';
}
.l-contract-detail-btns a.view-file-link {
    color: #36C5BA;
    margin: 12px 0 0 20px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
}
.l-contract-detail-btns button:hover,
.l-contract-detail-btns a.button:hover {
    text-decoration: underline;
}
.l-latest-version {
    padding: 0 0 16px 0;
}
.l-version-history {
    padding: 32px 0 0 0;
}
.l-version-history .l-contract-details{
    margin: 0 0 24px 0;
    padding: 0 20px 0 0;
}
.l-version-history .l-contract-details:last-child{
    margin: 0;
}
.single-contract-rates{
    padding:32px 32px 100px 32px;
    min-height: 70vh;
}
.single-contract-rates h2{
    color: #02363D;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 5px 0;
    font-family: 'HK Grotesk Bold';
}
.single-contract-rates p{
    font-size: 16px;
    line-height: 22px;
    color: #02363D;
    margin: 0;
}
form .single-contract-rates ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0;
    align-items: flex-start;
}
form .single-contract-rates ul li {
    width: 25%;
    position: relative;
}
form .single-contract-rates ul li:last-child {
    width: 21%;
    position: relative;
}
form .single-contract-rates ul label {
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.gfe_addition_add form .single-contract-rates ul li textarea {
    border: 1px solid #8A95A5;
    border-radius: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px;
    height: 72px;
    width: 100%;
}
form .single-contract-rates ul li input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: unset;
}
form .single-contract-rates ul li input:focus {
    border: 1px solid #02363D;
    box-shadow: unset;
}
form .single-contract-rates ul li button {
    border-radius: 22px;
    background: #36C5BA;
    transition: 0.5s;
    padding: 9px 25px;
    width: 100%;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'HK Grotesk Bold';
}
form .single-contract-rates ul li button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.r-noservice-added {
    border: 1px solid #E3E6EB;
    padding: 20px;
    display: flex;
    align-items: center;
    margin: 32px 0 200px 0;
    justify-content: space-between;
}
.r-noservice-added ul li {
    width: unset !important;
}
.r-noservice-added ul {
    margin: 0 !important;
    align-items: center !important;
    width: 55%;
    justify-content: flex-end !important;
}
.r-noservice-added ul .from-storefront{
    margin: 0 12px 0 0 !important;
}
.r-noservice-added h3 {
    margin: 0;
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    padding-right: 10px;
    width: 45%;
}
.r-noservice-added h3 span {
    display: block;
    color: #8A95A5;
}
.r-noservice-added a {
    display: flex;
    align-items: center;
    padding: 10px 21px;
    border: 2px solid #E3E6EB;
    border-radius: 50px;
    transition: 0.3s;
    font-family: 'HK Grotesk Bold';
    text-decoration: none;
}
.r-noservice-added a:hover{
    background: #E3E6EB;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.r-noservice-added a img {
    width: 18px;
    margin: 0 7px 0 0;
}
.delete-icon {
    position: absolute;
    right: -53px;
    top: 0;
    padding: 0;
}
.delete-icon button{
    padding: 0 !important;
    background: #E3E6EB !important;
    width: 41px !important;
    height: 41px;
    text-align: center;
}
.delete-icon img{
    width: 20px;
}
.r-singlecase-rates {
    margin: 20px 0 0 0;
    border: 1px solid #e3e6eb;
    padding: 16px;
    background: #F7FBFB;
    display: flex;
    align-items: center;
    width: 100%;
}
.singlecase-input, .singlecase-select {
    position: relative;
    text-align: right;
}
.singlecase-input .help-block {
    color: #D83E3E;
    font-size: 12px;
    margin-top: 10px;
}
.singlecase-input img {
    width: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.singlecase-input span {
    font-size: 18px;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid #E3E6EB;
    width: 100%;
    padding: 8px 25px;
    transition: 0.3s;
    background: transparent;
}
.singlecase-select span {
    font-size: 18px;
    font-weight: bold;
    border: 0;
    width: 100%;
    padding: 8px 0px;
    transition: 0.3s;
    background: transparent;
}

.singlecase-input button {
    border: 2px solid #E3E6EB;
    color: #36C5BA;
    background: #FFF;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.3s;
    text-align: center;
}
.r-singlecase-rate-type[data-field="case rate"] .singlecase-input span::before {
    content: "$";
}
.r-singlecase-rate-type[data-field^="percent"] .singlecase-input span::after {
    content: "%";
}
.r-singlecase-rate-type[data-field^="percent"] .singlecase-input input {
    text-align: right;
}
.singlecase-input input:focus{
    border: 0;
}
.singlecase-input input::-webkit-input-placeholder {
    color: #E3E6EB;
    font-size: 24px;
    opacity: 1;
}
.singlecase-input input:-ms-input-placeholder {
    color: #E3E6EB;
    font-size: 24px;
    opacity: 1;
}
.singlecase-input input::placeholder {
    color: #E3E6EB;
    font-size: 24px;
    opacity: 1;
    font-family: 'HK Grotesk Bold';
}
.next-previous-btn .previous {
    width: 45px;
    height: 45px;
    background: #02363D;
    transition: 0.3s;
    border-radius: 50px;
    margin: 0 15px 0 0;
}
.next-previous-btn .previous img{
    width: 20px;
    transform: rotate(-180deg);
}
.next-previous-btn .previous:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.single-contract-recipients{
    padding:32px 32px 100px 32px;
    min-height: 70vh;
}
.single-contract-recipients .payer-contributer-section .send-invite ul.errorlist {
    margin: 0;
}
.single-contract-recipients .payer-contributer-section .send-invite ul.errorlist li {
    margin: 12px 8px 0;
}
.single-contract-recipients h2 {
    color: #02363D;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 5px 0;
    font-family: 'HK Grotesk Bold';
}
.single-contract-recipients p {
    font-size: 16px;
    line-height: 22px;
    color: #02363D;
    margin: 0 0 32px 0;
}
.single-contract-recipients form ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0;
    align-items: flex-end;
}
.single-contract-recipients form ul li:first-child {
    width: 80%;
    position: relative;
}
.single-contract-recipients form ul li:last-child {
    width: 19%;
    position: relative;
}
.single-contract-recipients form ul label {
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.single-contract-recipients form ul li input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
}
.single-contract-recipients form ul li input:focus {
    border: 1px solid #02363D;
}
.single-contract-recipients form ul li:last-child input{
    border-radius: 20px;
    border: 0;
    background: #36C5BA;
    padding: 9px;
    transition: 0.3s;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
}
.single-contract-recipients form ul li:last-child input:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.single-contract-recipients .single-contract-review_send ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0;
    align-items: flex-end;
}
.single-contract-recipients .single-contract-review_send ul li:first-child {
    width: 80%;
    position: relative;
}
.single-contract-recipients .single-contract-review_send ul li:last-child {
    width: 19%;
    position: relative;
}
.single-contract-recipients .single-contract-review_send ul label {
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.single-contract-recipients .single-contract-review_send ul li input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
}
.single-contract-recipients .single-contract-review_send ul li input:focus {
    border: 1px solid #02363D;
}
.single-contract-recipients .single-contract-review_send ul li:last-child input{
    border-radius: 20px;
    border: 0;
    background: #36C5BA;
    padding: 9px;
    transition: 0.3s;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
}
.single-contract-recipients .single-contract-review_send ul li:last-child input:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.single-contract-recipients .help-block {
    padding: 0 6px;
    color: #D83E3E;
    font-size: 12px;
    font-family: 'HK Grotesk SemiBold';
}
.single-contract-page .recipients-list > h3{
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.single-contract-page .recipients-list ul {
    display: block;
}
.single-contract-page .recipients-list ul li {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px 0;
}
.recipients-list .recipient-detail h4{
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    display: inline-block;
}
.recipients-list .recipient-detail h4.initial {
    width: 40px;
    height: 40px;
    background: #ffddd2;
    color: #e29578;
    display: inline;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
    border-radius: 40px;
    margin: 0 10px 0 0;
    padding: 11px 13px;
    box-sizing: border-box;
}
.recipients-list .recipient-detail p{
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.recipient-detail {
    padding: 0 0 0 53px;
    position: relative;
}
.recipient-detail img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    left: 0;
    color: #E29578;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recpt-approved{
    position: relative;
}
.recpt-approved::after {
    position: absolute;
    background: url("../images/rcpt-approve.c37a50fa8810.png");
    width: 17px;
    height: 17px;
    background-size: cover;
    right: -26px;
    content: "";
    top: 2px;
}
.recipient-action-status p {
    margin: 0;
    color: #8A95A5;
    font-size: 14px;
    line-height: 24px;
    font-family: 'HK Grotesk SemiBold';
}
.recipient-action-status .remove{
    color: #D83E3E;
    font-size: 14px;
    line-height: 24px;
    font-family: 'HK Grotesk SemiBold';
    background: none;
}

.single-contract-page .recipients-list ul.signatory-options {
    padding: 0 0 0 0;
    margin-top: 6px;
}
.single-contract-page .recipients-list ul.signatory-options li {
    margin: 0 0 0 0;
}
.recipients-list .recipient-detail .signatory {
    color: #36C5BA;
    text-decoration: underline;
    background: none;
    color: #02363D;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    cursor: pointer;
}
.recipients-list .recipient-detail .signatory-selected {
    color: #02363D;
    background: none;
    color: #02363D;
    font-size: 12px;
    line-height: 24px;
    font-family: 'HK Grotesk SemiBold';
    margin: 0;
}
.single-contract-comments{
    max-width: 850px;
    padding:32px;
}
.single-contract-comments form > h2{
    color: #02363D;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 5px 0;
    font-family: 'HK Grotesk Bold';
}
.single-contract-comments form ul{
    display: flex;
    justify-content: space-between;
    margin: 24px 0 20px 0;
    padding: 0;
    align-items: center;
}
.single-contract-comments form ul li:first-child {
    width: 82%;
    position: relative;
}
.single-contract-comments form ul li:last-child {
    width: 17%;
    position: relative;
}
.single-contract-comments form ul li input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
}
.single-contract-comments form ul li input:focus {
    border: 1px solid #02363D;
}
.single-contract-comments form ul li:last-child input {
    border-radius: 20px;
    border: 0;
    background: #36C5BA;
    padding: 9px;
    transition: 0.3s;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
}
.single-contract-comments form ul li:last-child input:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.single-contract-comments .comments--listing ul{
    display: block;
    margin: 30px 0 20px 0;
}
.single-contract-comments .comments--listing ul li{
    width: 100% !important;
    margin: 0 0 32px 0;
    position: relative;
}
.single-contract-comments .comments--listing ul li:last-child{
    margin: 0;
}
.comments--listing .name-with-cmnt h3{
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.comments--listing .name-with-cmnt span{
    color: #02363D;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    display: block;
}
.comments--listing .name-with-cmnt p{
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 0 0;
}
.comments--listing .name-with-cmnt{
    padding: 0 0 0 53px;
    position: relative;
}
.comments--listing .name-with-cmnt::before{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    left: 0;
    color: #E29578;
    background: #FFDDD2;
    font-size: 18px;
    font-family: 'HK Grotesk Bold';
    content: "F";
    display: flex;
    align-items: center;
    justify-content: center;
}
.comments--listing .comment-date {
    position: absolute;
    right: 0;
    top: 0;
}
.comments--listing .comment-date p{
    color: #8A95A5;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.single-contract-review_send .recipients-list{
    margin: 0;
}
.single-contract-review_send .r-manage-recipients .recipients-list ul {
    padding: 0;
    margin: 0 0 32px 0;
}
.single-contract-review_send .listing-title-area h3 {
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.single-contract-review_send .listing-title-area a{
    font-family: 'HK Grotesk Bold';
}
.single-contract-review_send .listing-title-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px 0;
}
.sc-review_send-provider, .sc-review_send-member, .sc-review_send-language, .sc-review_send-rates, .sc-review_toggle-files {
    padding: 32px 0;
    border-top: 1px solid #dee2e6;
}
.single-contract-review_send .recipients-list .listing-title-area h3 {
    float: left;
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.single-contract-review_send .recipients-list .listing-title-area a {
    float: right;
    font-family: 'HK Grotesk Bold';
}
.single-contract-review_send .recipients-list ul{
    margin: 0 0 32px 0;
}
.single-contract-review_send .sc-rs-listings th {
    width: 20% !important;
}
.single-contract-review_send .sc-rs-listings tr.extra-row th {
    padding-top: 10px;
}
.single-contract-review_send table.sc-rs-listings {
    margin: 0 !important;
    border: none;
    width: 100%;
}
.single-contract-review_send table.sc-rs-listings .tags {
    background: #02363D;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 7px 4px;
    border-radius: 50px;
}
.single-contract-review_send table.sc-rs-listings td {
    padding: 3px 0;
}
.single-contract-review_send  .sc-rs-listings li{
    width: 25% !important;
}
.single-contract-review_send .sc-rs-listings {
    margin: 0 !important;
    align-items: unset !important;
}
.single-contract-review_send .sc-rs-listings li h5,
.single-contract-review_send .sc-rs-listings tbody h5 {
    letter-spacing: 1.32px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 5px 0;
}
.single-contract-review_send .sc-rs-listings tbody p {
    margin: 0;
}
.single-contract-review_send .sc-rs-member-descp {
    margin: 15px 0 15px 0;
}
.single-contract-review_send .sc-rs-member-descp h4 {
    letter-spacing: 1.32px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 5px 0;
}
.single-contract-review_send .sc-rs-member-descp p {
    margin: 0;
    padding: 3px 0;
}
.single-contract-review_send .l-contract-detail-left p {
    color: #8A95A5;
    font-size: 14px;
    margin: 0;
}
.single-contract-review_send .sc-rs-listings li h5.empty-tag{
    visibility: hidden;
}
.single-contract-recipients.single-contract-review_send {
    padding: 32px 32px 100px 32px;
}
.contract-ac-details img {
    margin: 0 0 20px 0;
}
.contract-ac-details {
    text-align: center;
    padding: 32px 30px;
}
.contract-ac-details h2 {
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.contract-ac-details h5{
    font-size: 16px;
    color: #02363D;
    font-family: 'HK Grotesk Regular';
    margin: 5px 0 0 0;
}
.contract-ac-details p{
    margin: 16px 0 0 0;
}
.contract-aggrement-confirmation {
    border-top: 1px solid #e3e6eb;
}
.contract-aggrement-confirmation .create-contract-btn {
    border-top: 1px solid #e3e6eb;
    display: flex;
    justify-content: space-between;
}
.contract-aggrement-confirmation .create-contract-btn button {
    width: 48%;
}
.contract-aggrement-confirmation .create-contract-btn .cancel{
    background: #02363D
}
.contract-ac-details p {
    margin: 16px 0 0 0;
    display: inline-block;
    background: #eeeff2;
    color: #8A95A5;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 50px;
    font-family: 'HK Grotesk Bold';
}
.contract-ac-details input {
    display: block;
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    margin: 30px 0 0 0;
}
.contract-ac-details input:focus{
    border: 1px solid #02363D;
}
.dashboard-content-area.enterprise-admin-search.rate-management-section {
    height: unset;
}
.dashboard-content-area.enterprise-admin-search.enterprise-dashboard {
    min-height: unset;
}
.contract-successfully-sent {
    position: fixed;
    bottom: 0;
    left: 40%;
    background: rgba(2,54,61,0.9);
    padding: 20px;
    width: 440px;
}
.contract-successfully-sent-inner {
    display: flex;
    align-items: center;
}
.contract-successfully-sent-inner img {
    width: 24px;
    margin: 0 16px 0 0;
}
.contract-successfully-sent-inner p {
    margin: 0;
    color: #FFFFFF;
}


.notifications-mainarea {
    margin: 17px 0 0 0;
    position: relative;
}
.notification-lists {
    margin: 0;
}

.notification-lists .user-name-photo {
    padding: 0 0 0 48px;
    position: relative;
    min-height: 40px;
    z-index: 8;
}

.notification-lists .user-name-photo h4 {
    margin: 0;
    color: #02363D;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}
.notification-lists .user-name-photo h4 span {
    display: block;
    color: #02363D;
    font-size: 12px;
}
.notification-lists .user-name-photo .initial {
    font-family: 'HK Grotesk Bold';
    height: 40px;
    background: #ffddd2;
    color: #e29578;
    display: inline;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    padding: 11px 13px;
    box-sizing: border-box;
    width: 40px;
    margin: 0 12px 0 0;
    font-size: 16px;
    border-radius: 40px;
}
.notification-lists .user-name-photo img {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #FFDDD2;
    box-sizing: border-box;
    top: 0px;
    left: 0;
    border-radius: 50px;
    background: url("../images/p3.2588c9176ded.png");
    background-size: cover;
}
.notification-lists .notification-content {
    margin: 0 0 0 48px;
}
.notification-lists::before {
    position: absolute;
    left: 51px;
    width: 2px;
    height: calc(100% - 20px);
    content: "";
    background: #FFDDD2;
    top: 20px;
    z-index: 7;
}
.notification-lists li {
    padding: 16px 32px;
    align-items: center;
    background: #fff;
    position: relative;
}
.notification-lists li.non-read-notifications {
    background: #F3F4F6;
}
.dashboard-notf-prof-section .non-read-notifications{
    background: #D83E3E;
    border-radius: 50px;
    top: 0px;
    left: 12px;
    position: absolute;
    padding: 2px 3px;
    width: 16px;
    height: 16px;
    font-size: 8px;
    color: #fff;
    font-family: 'HK Grotesk Bold';
    border: 1px #fff solid;
    text-align: center;
}

.notification-lists li.non-read-notifications::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #D83E3E;
    border-radius: 50px;
    left: 60px;
    top: 15px;
    z-index: 9;
    border: 1px #fff solid;
}
.notification-lists li h4 {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Regular';
    padding: 0 20px 10px 0;
}
.notification-lists li h4 span {
    display: block;
    color: #8A95A5;
    font-size: 14px;
}
.notification-lists li a{
    font-size: 16px;
    color: #36C5BA;
    font-family: 'HK Grotesk Bold';
    line-height: 21px;
}
.accountmanagement-mainarea {
    border-top: 1px solid #dee2e6;
    margin: 15px 0 0 0;
}
.accountmanagement-mainarea .tab-content {
    padding: 32px 32px 0;
}
.organization-name-block {
    background: #02363D;
    padding: 32px 32px 32px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.organization-name-block h2.initial {
    width: 96px;
    height: 96px;
    background: #ffddd2;
    color: #e29578;
    font-size: 80px;
    text-align: center;
    border-radius: 61px;
    padding: 6px 0 0 0;
    box-sizing: border-box;
}
.organization-name-block::after {
    position: absolute;
    background: url("../images/plus-pattern.e1dd67281dfb.png");
    right: 0;
    width: 123px;
    height: 100%;
    z-index: -1;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.organization-name-block h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-family: 'HK Grotesk SemiBold';
    margin: 0;
    position: relative;
}
organization-name-block img {
    position: absolute;
    left: 37px;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.organization-name-block h2 span{
    font-size: 16px;
    color: #8A95A5;
    display: block;
}
.organization-name-block button {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 22px;
    background: #36C5BA;
    color: #fff;
    font-size: 16px;
    font-family: 'HK Grotesk SemiBold';
    transition: 0.3s;
    text-decoration: none;
}
.top-create-button {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 22px;
    background: #36C5BA;
    color: #fff;
    font-size: 16px;
    font-family: 'HK Grotesk SemiBold';
    transition: 0.3s;
    text-decoration: none;
}
#create-provider-button {
    background: none;
}
.organization-name-block button:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}

.organization-business-listing {
    margin: 32px 0 0 0;
    display: flex;
    justify-content: space-between;
    padding: 0 0 115px 0;
}
.organizations-list.business-list li h4::before {
    position: absolute;
    content: url("../images/business-icon.4928b179c8d5.png");
}
.organizations-list {
    margin: 32px 0 0 0;
}
.organizations-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.organizations-list-head img {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.organizations-list-head a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
}
.organizations-list-head a:hover img{
    transform: rotate(360deg);
}
.empty-business-organizations {
    border-top: 1px solid #E3E6EB;
    padding: 16px 0 0 0;
}
.empty-business-organizations h4 {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.empty-business-organizations p {
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
}
.empty-business-organizations a {
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}
.organizations-list-head h3 {
    font-size: 20px;
    margin: 0;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.organizations-list ul {
    padding: 0;
    margin: 0;
}
.organizations-list ul li {
    border-top: 1px solid #dee2e6;
    padding: 13px 0 13px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.organizations-list ul li:last-child{
    border-bottom: 1px solid #dee2e6;
}
.organizations-list ul li h4{
    font-size: 14px;
    line-height: 24px;
    color: #02363D;
    margin: 0;
    font-family: 'HK Grotesk Bold';
    position: relative;
}
.organizations-list ul li h4::before {
    position: absolute;
    content: "C";
    color: #E29578;
    font-size: 18px;
    font-family: 'HK Grotesk Bold';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #FFDDD2;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}
.organizations-list ul li h4 span{
    display: block;
    font-size: 12px;
    color: #8A95A5;
    line-height: 24px;
}
.organizations-list ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #36C5BA;
    font-family: 'HK Grotesk Bold';
}
.user-profile--block {
    position: absolute;
    right: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    background: #fff;
    width: 220px;
    padding-bottom: 12px;
    overflow-wrap: anywhere;
    display: none;
}
.user-profile-dropdown:hover .user-profile--block {
    display: block;
    z-index: 1000;
}
.user-profile-dropdown {
    position: relative;
}
.user-profile--block h3 {
    font-size: 14px;
    color: #02363D;
    font-family: 'HK Grotesk SemiBold';
    padding: 14px 16px 8px;
    margin: 0;
    line-height: 20px;
}
.user-profile--block h3 span {
    display: block;
    color: #8A95A5;
    font-size: 12px;
}
.user-profile--block ul li {
    display: block;
    margin: 0;
    padding: 8px 16px;
}
.user-profile--block ul {
    border-bottom: 1px solid #dee2e6;
}
.user-profile--block ul:last-child {
    border-bottom: none;
}
.user-profile--block ul.organization-block {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.user-profile--block ul li a {
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Regular';
    display: block;
    color: #02363D;
}
.user-profile--block ul li.organization {
    align-items: center;
}
.user-profile--block ul li.organization.selected a:first-child {
    font-family: 'HK Grotesk Bold';
}
.user-profile--block ul li.organization .more-organizations {
    color: #8A95A5;
}
.user-profile--block ul li a.button {
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #8A95A5;
    border-radius: 50px;
    background: #8A95A5;
    color: white;
    align-self: flex-start;
    padding: 4px 8px;
}
.user-profile--block a.signout{
    color: #D83E3E;
}
.admin-search-pricing-header {
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
}
.admin-search-pricing-header h3 {
    color: #02363D;
    font-size: 28px;
    line-height: 36px;
    font-family: 'HK Grotesk SemiBold';
    margin: 5px 0 0 0;
}
.billed-annually-monthly .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin: 0 8px;
}
.billed-annually-monthly .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.billed-annually-monthly .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #02363D;
    -webkit-transition: .4s;
    transition: .4s;
}
.billed-annually-monthly .slider.round {
    border-radius: 40px;
}
.billed-annually-monthly .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    top:2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.billed-annually-monthly .slider.round::before {
    border-radius: 50%;
}
.billed-annually-monthly input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.billed-annually-monthly {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 0 0;
}
.billed-annually-monthly p {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    color: #02363D;
    font-family: 'HK Grotesk SemiBold';
}
.billed-monthly{
    color: #8A95A5 !important;
}
.billed-monthly.toggle--activated{
    color: #02363D !important;
}
.billed-annually.toggle--activated {
    color: #8A95A5;
}
.admin-search-pricing-plans {
    padding: 0 32px;
    margin: 26px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.pricing-plans-blocks {
    border: 1px solid #E3E6EB;
    width: 24%;
    padding: 24px;
    background: #fff;
}
.pricing-plans-blocks h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.pricing-plans-blocks p{
    color: #02363D;
    margin: 0 0 16px 0;
}
.pricing-plans-blocks .price {
    font-size: 55px;
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    margin: 0 0 16px 0;
    min-height: 81px;
}
.pro-plan-block .price,
.plus-plan-block .price{
    margin-bottom: 41px;
}
.free-plan-block .price{
    color: #8A95A5;
    margin-bottom: 51px;
}
.contact-plan-block .price{
    color: #02363D;
    margin-bottom: 51px;
}
.pricing-plans-blocks a{
    border: 2px solid #36C5BA;
    border-radius: 50px;
    display: block;
    padding: 12px;
    font-size: 16px;
    transition: 0.3s;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
    text-align: center;
    line-height: 18px;
    text-decoration: none;
}
.pricing-plans-blocks a:hover{
    background: #36C5BA;
    color: #fff;
}
.pricing-plans-blocks.free-plan-block a{
    border: 2px solid #E3E6EB;
}
.pricing-plans-blocks.free-plan-block a:hover{
    background: #E3E6EB;
    color: #02363D;
}
.pricing-plans-blocks.contact-plan-block a{
    border: 2px solid #36C5BA;
}
.pricing-plans-blocks.contact-plan-block a:hover{
    background: #36C5BA;
    color: #fff;
}
.pricing-plans-blocks h3{
    margin: 24px 0 0 0;
    color: #02363D;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
}
.pricing-plans-blocks ul{
    margin: 12px 0 0 0;
}
.pricing-plans-blocks ul li{
    padding: 0 0 0 30px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    margin: 0 0 12px 0;
}
.pricing-plans-blocks ul li::before{
    position: absolute;
    width: 18px;
    height: 18px;
    content: "";
    background: url("../images/choice-checkbox.3b882f4a0bb3.png");
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 2px;
}
.pricing-plans-blocks ul li:last-child{
    margin: 0;
}
.pricing-plans-blocks .billed-season {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #8A95A5;
}
.pricing-plans-blocks .price span{
    color: #8A95A5;
    font-size: 14px;
    margin-top: 10px;
}
.admin-search-comparision-table {
    padding: 0 32px;
    margin: 80px 0 0 0;
}
.enterprise-admin-searchpricing-container {
    height: unset;
    padding: 32px 0 70px 0 !important;
}
.admin-search-comparision-table table {
    width: 100%;
    border: 0;
}
.admin-search-comparision-table thead th {
    width: 16%;
    text-align: center;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #E3E6EB;
    font-size: 16px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    line-height: 20px;
}
.admin-search-comparision-table thead th:first-child {
    width: 36%;
    text-align: left;
    background: transparent;
    border-top: 0;
    border-left: 0;
}

.admin-search-comparision-table tbody tr td {
    width: 16%;
    text-align: center;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #E3E6EB;
    line-height: 20px;
    font-size: 16px;
    color: #02363D;
}
.admin-search-comparision-table tbody tr td:first-child {
    width: 36%;
    text-align: left;
    background: transparent;
    border-top: 0;
    border-left: 0;
    font-size: 16px;
    color: #02363D;
    font-family: 'HK Grotesk SemiBold';
}
.admin-search-comparision-table thead th.compare-plans{
    font-size: 20px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.admin-search-comparision-table tbody tr td img{
    width: 21px;
}
.cd-popup-container.edit-organization-popup{
    max-width: 480px;
    overflow-y: hidden;
    text-align: left;
}
.edit-organization-popup-inner .create-contract-popup-title h2{
    margin: 0;
}
.organization-logo-section {
    border-top: 1px solid #e3e6eb;
    padding: 24px;
    display: flex;
    align-items: center;
}
.organization-logo {
    margin: 0 16px 0 0;
}
.organization-logo img {
    max-width: 72px;
}
.organization-title h3 {
    font-size: 16px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.organization-title p{
    color: #8A95A5;
    font-size: 13px;
    margin: 0 0 8px 0;
}
.organization-title a{
    color: #36C5BA;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}
.organization-formfield-section .with-3-columns{
    display: flex;
    justify-content: space-between;
}
.organization-formfield-section .with-3-columns > div:first-child {
    width: 45%;
}
.organization-formfield-section .with-3-columns > div:nth-child(2){
    width: 25%;
}
.organization-formfield-section .with-3-columns > div:nth-child(3){
    width: 25%;
}
.organization-formfield-section {
    padding: 0 24px 24px 24px;
}
.organization-formfield-section ul {
    margin: 0;
}
.organization-formfield-section ul li.invalid input {
    border: 1px solid #D73D3D;
}
.access-permission-area.invalid ul li p.help-block,
.organization-formfield-section ul li.invalid .help-block {
    color: #D73D3D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 22px;
}
.organization-formfield-section ul label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}
.organization-formfield-section .field-legacy_type #id_legacy_type li,
.organization-formfield-section .field-originating_role #id_originating_role li {
    margin: 0 6px;
    display: inline-block;
}
.organization-formfield-section .field-legacy_type label,
.organization-formfield-section .field-originating_role label {
    display: flex;
}
.organization-formfield-section .field-legacy_type input,
.organization-formfield-section .field-originating_role input {
    width: auto !important;
    align-self: center;
    margin-right: 6px;
}
.organization-formfield-section blockquote {
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 20px;
    width: 493px;
    border-left: 4px solid #e3e6eb;
}
.access-permission-area ul .checkbox-widget,
.organization-formfield-section ul .checkbox-widget {
    display: flex;
    align-items: center;
}
.access-permission-area ul .checkbox-widget label,
.organization-formfield-section ul .checkbox-widget label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    display: block;
}
.access-permission-area ul .checkbox-widget input,
.organization-formfield-section ul .checkbox-widget input {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.organization-formfield-section ul select,
.cs-member-information ul select {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: url("../images/angle-down.0a66c03bed5c.svg") no-repeat right;
    background-position: right 20px top 18px;
}

.organization-formfield-section ul input,
.organization-formfield-section ul textarea {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 14px;
}
.credentials-details .form-password--field img.copy-link {
    right: 16px;
}
.credentials-details .form-password--field img.switch-field-visibility {
    right: 46px;
}
.credentials-details .form-password--field.show_password::before {
    right: 44px;
}
.organization-formfield-section li {
    margin: 0 0 20px 0;
}
.organization-formfield-section .select-dropdown {
    text-align: left;
    background: #E8EAED;
}
.organization-formfield-section .select-dropdown select {
    padding: 10px 24px 10px 24px;
}
.organization-formsubmit-section {
    padding: 24px;
    background: #F7FBFB;
    border-top: 1px solid #e3e6eb;
    display: flex;
    justify-content: space-between;
}
.organization-formsubmit-section a,
.organization-formsubmit-section button {
    width: 47%;
    padding: 10px 10px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'HK Grotesk Bold';
    color: #fff;
    text-align: center;
}
.organization-formsubmit-section a.cncl-btn,
.organization-formsubmit-section button.cncl-btn{
    background: #02363D;
    border:1px solid #02363D;
}
.organization-formsubmit-section a.cncl-btn:hover,
.organization-formsubmit-section button.cncl-btn:hover{
    color: #02363D;
    background: transparent;
}
.organization-formsubmit-section a.save-chgs,
.organization-formsubmit-section button.save-chgs{
    background: #36C5BA;
    border:1px solid #36C5BA;
}
.organization-formsubmit-section a.save-chgs:hover,
.organization-formsubmit-section button.save-chgs:hover{
    color: #36C5BA;
    background: transparent;
}
.organization-formsubmit-section button.delete{
    background: #D73D3D;
    border:1px solid #D73D3D;
}
.organization-formsubmit-section button.delete:hover{
    color: #D83E3E;
    background: transparent;
}
.edit-organization-popup-title {
    display: block;
    justify-content: space-between;
}
#service-upload-popup .edit-organization-popup-title a{
    color: #36C5BA;
}
.edit-organization-popup-title a{
    color: #D83E3E;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    margin: 0 25px 0 0;
}
.edit-organization-popup-title button {
    border: 1px solid #D73D3D;
    border-radius: 50px;
    background-color: #D73D3D;
    color: #FFF;
    padding: 5px 10px;
    font-size: 75%;
    font-family: 'HK Grotesk Bold';
}
.edit-organization-popup-title button:hover {
    background-color: transparent;
    color: #D73D3D;
}
.am-users-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.am-users-title-block h3{
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.am-users-title-block button img {
    width: 18px;
    margin: 0 5px 0 0;
    transition: 0.3s;
}
.am-users-title-block button {
    background: none;
    align-items: center;
    display: flex;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
}
.am-users-title-block button:hover img{
    transform: rotate(360deg);
}
.am-users-table {
    margin: 16px 0 0 0;
}
.am-users-table table {
    width: 100%;
    border: 0;
    white-space: nowrap;
}
.am-users-table table tr{
    border-top: 1px solid #dee2e6;
}
.am-users-table table th {
    padding: 13px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.am-users-table table td {
    padding: 15px 0;
}
.am-users-table table td h4.initial {
    width: 40px;
    height: 40px;
    background: #ffddd2;
    color: #e29578;
    font-family: 'HK Grotesk Bold';
    display: inline-block;
    position: relative;
    top: 2px;
    text-align: center;
    border-radius: 40px;
    margin: 0 10px 0 0;
    padding: 6px 13px;
    box-sizing: border-box;
}
.am-users-table table tr td:first-child img {
    width: 40px;
    border-radius: 40px;
    margin: 0 10px 0 0;
}
.am-users-table table tr .user-name{
    width: 50%;
    font-size: 16px;
    color: #36C5BA;
    font-family: 'HK Grotesk Bold';
}
.am-users-table table tr .access {
    padding-right: 25px;
}
.am-users-table table tr td{
    font-size: 14px;
    color: #02363D;
    vertical-align: middle;
}
.am-users-table table tr .access p{
    font-size: 14px;
    color: #8A95A5;
    font-family: 'HK Grotesk Bold';
    padding: 6px 12px;
    background: #F3F4F6;
    border-radius: 50px;
    display: inline-block;
}
.am-users-table table tr .edit{
    font-size: 16px;
    color: #36C5BA;
    background: none;
    font-family: 'HK Grotesk Bold';
}
.am-users-table table tr .delete{
    font-size: 16px;
    color: #D83E3E;
    background: none;
    font-family: 'HK Grotesk Bold';
}
.uploadcare--widget__button, .uploadcare--widget__button:hover {
    font-size: 16px;
    color: #36C5BA;
    background: none;
    font-family: 'HK Grotesk Bold';
    padding: 0;
}
.am-users-table {
    overflow-y: auto;
    min-width: 640px;
}
.user-name-img {
    padding: 24px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e6eb;
    position: relative;
}
.user-name-img img.profile-picture {
    border-radius: 50%;
    margin-right: 24px;
}
.user-name-img .user-name-icon p {
    width: 96px;
    height: 96px;
    background: #FFDDD2;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 12px 0 0;
    color: #e29578;
    font-family: 'HK Grotesk Bold';
    font-size: 32px;
    line-height: 32px;
}
.user-name-img .remove-user {
    position: absolute;
    right: 50px;
    top: 34px;
}
.user-name-img .remove-user a{
    color: #D83E3E;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
}
.cd-popup-userimg img {
    max-width: 96px;
    margin: 0 24px 0 0;
}
.cd-popup-username h2{
    font-size: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.cd-popup-username h2 span {
    display: block;
    color: #8A95A5;
    font-size: 14px;
    margin: 4px 0 0 0;
}
.cd-popup-username p {
    margin: 0;
    color: #8A95A5;
    font-size: 14px;
}
.user-permission-access-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}
.user-permission-access-title h3{
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.user-permission-access-title a{
    color: #36C5BA;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
}
.access-permission-area {
    margin: 0;
    padding: 0 24px;
}
.access-permission-area > ul {
    height: 300px;
    overflow-y: auto;
}
.access-permission-area ul label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}
.access-permission-area ul .select-dropdown {
    text-align: left;
    background: #E8EAED;
}
.access-permission-area ul .select-dropdown select {
    padding: 10px 24px 10px 24px;
}
.access-permission-area ul h4{
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}
.access-permission-area .contain-inputcheckbox label {
    display: inline-block !important;
    margin: 0;
}
.access-permission-area input[type="checkbox" i]:disabled + label {
    background-color: initial;
    color: rgb(170, 170, 170)
}
.access-permission-area ul {
    margin: 0;
}
.access-permission-area .mt-24 {
    margin: 24px 0 0 0;
}
.contain-inputcheckbox li label {
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'HK Grotesk SemiBold';
}
.contain-inputcheckbox li {
    margin: 0 0 8px 0;
}
.user-permission-access .organization-formfield-section {
    padding: 24px;
}
.user-permission-access .contain-inputcheckbox li label {
    display: inline-block !important;
    margin: 0;
}
.user-permission-access .contain-inputcheckbox li input {
    width: auto !important;
}
.inviteuser-inner-popup .invite-user-title {
    padding: 24px;
    border-bottom: 1px solid #e3e6eb;
}
div .invite-user-title {
    padding: 24px;
    border-bottom: 1px solid #e3e6eb;
}
.inviteuser-inner-popup .invite-user-title h2{
    font-size: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 4px 0;
}
.inviteuser-inner-popup .invite-user-title p{
    color: #02363D;
    font-size: 14px;
    margin: 0;
}
.invite-user-title .zendesk-link {
    font-size: 14px;
}
.inviteuser-inner-popup .invite-user-form .form--row{
    padding: 24px;
}
.inviteuser-inner-popup .invite-user-form label {
    letter-spacing: 1.44px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}
.inviteuser-inner-popup .invite-user-form input {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 16px;
}
.inviteuser-inner-popup .invite-user-form input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.inviteuser-inner-popup .invite-user-form input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.inviteuser-inner-popup .invite-user-form input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.inviteuser-inner-popup .invite-user-form .form--row span{
    color: #8A95A5;
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
}
.am-pl-block-head {
    background: #02363D;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pl-block-head-left img {
    max-width: 96px;
    margin: 0 20px 0 0;
}
.pl-block-head-left {
    display: flex;
    align-items: center;
}
.pl-block-head-left h3{
    color: #FFFFFF;
    font-size: 36px;
    margin: 0;
    font-family: 'HK Grotesk SemiBold';
}
.pl-block-head-left h3 span{
    display: block;
    color: #8A95A5;
    font-size: 16px;
}
.pl-block-head-right p img {
    width: 20px;
    margin: 0 5px 0 0;
}
.pl-block-head-right p{
    margin: 0;
    color: #36C5BA;
    font-size: 16px;
    font-family: 'HK Grotesk SemiBold';
}
.am-pl-blocks {
    border: 1px solid #02363D;
}
.am-pl-block-info {
    padding: 32px;
    display: flex;
}
.pl-block-info-left {
    width: 50%;
}
.pl-block-info-right {
    width: 50%;
    padding: 0 0 0 40px;
}
.pl-block-info-left p {
    color: #02363D;
    margin: 0 0 10px 0;
    font-size: 16px;
    max-width: 400px;
    font-family: 'HK Grotesk Bold';
}
.pl-block-info-left h5 {
    color: #02363D;
    font-size: 20px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.pl-block-info-left h5 a{
    margin: 0 0 0 12px;
    color: #36C5BA;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
}
.pl-block-info-right ul {
    margin: 0;
    padding: 0;
}
.pl-block-info-right ul li {
    margin: 0 0 7px 0;
    position: relative;
    color: #02363D;
    padding: 0 0 0 26px;
}
.pl-block-info-right ul li::before{
    position: absolute;
    left: 0;
    content: "";
    background: url("../images/check.cb8a16d40e4d.png");
    width: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.pl-block-info-right ul li:last-child{
    margin: 0;
}
.am-pl-blocks.mt-32 {
    margin: 32px 0 0 0;
}
.am-planslicenses-tab {
    padding-bottom: 70px;
}
.am-billing-title h2{
    color: #02363D;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-family: 'HK Grotesk Bold';
}
.am-billing-title p{
    color: #02363D;
}
.am-billing-card {
    display: flex;
    align-items: center;
}
.am-billing-card div {
    display: flex;
    align-items: center;
}
.am-billing-card div img {
    width: 30px;
    margin: 0 20px 0 0;
}
.am-billing-card div h5 {
    margin: 0;
    font-size: 16px;
    color: #02363D;
    font-family: 'HK Grotesk Medium';
}
.am-billing-card div h5 span {
    display: block;
    font-size: 12px;
}
.am-billing-card a {
    margin: 0 0 0 147px;
    transition: 0.3s;
    font-family: 'HK Grotesk Bold';
}
.am-billing-card a:hover{
    text-decoration: underline;
}
.am-billing-receipts-block {
    padding: 65px 0;
}
.am-billing-receipts-block h3 {
    color: #02363D;
    font-size: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 16px 0;
}
.am-billing-receipts-block table {
    width: 100%;
    border: 0;
}
.am-billing-receipts-block table thead tr th{
    width: 30%;
}
.am-billing-receipts-block table thead tr th:last-child{
    width: 10%;
}
.am-billing-receipts-block table thead tr th{
    padding: 13px 0;
    letter-spacing: 1.32px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'HK Grotesk Bold';
}
.am-billing-receipts-block table tr {
    border-top: 1px solid #dee2e6;
}
.am-billing-receipts-block table tbody tr:last-child{
    border-bottom: 1px solid #dee2e6;
}
.am-billing-receipts-block table tbody td{
    padding: 22px 0 ;
    font-size: 14px;
    color: #02363D;
}
.am-billing-receipts-block table tbody tr td:first-child{
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
}
.am-billing-receipts-block table tbody td a{
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
}
.am-billing-receipts-block table tbody td a:hover{
    text-decoration: underline;
}
.am-profile-head {
    background: #02363D;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.am-profile-head::after {
    position: absolute;
    background: url("../images/plus-pattern.e1dd67281dfb.png");
    right: 0;
    width: 123px;
    height: 100%;
    z-index: -1;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.am-profile-head-userinfo {
    display: flex;
    align-items: center;
}
.am-profile-head-userinfo img {
    max-width: 96px;
    margin: 0 24px 0 0;
    border-radius: 96px;
}
.am-profile-head-userinfo h2 span {
    display: block;
    color: #8A95A5;
    font-size: 16px;
}
.am-profile-head-userinfo h2 {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-family: 'HK Grotesk SemiBold';
}
.am-profile-head-userinfo p {
    margin: 0;
    color: #8A95A5;
}
.am-profile-head-btn a {
    font-family: 'HK Grotesk Bold';
    margin: 0 32px 0 0;
}
.am-profile-head-btn button,
.am-profile-head-btn a.button {
    color: #FFFFFF;
    font-family: 'HK Grotesk Bold';
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50px;
    background: #36C5BA;
    border: 1px solid #36C5BA;
    transition: 0.3s;
    text-decoration: none;
}
.am-profile-head-btn button:hover,
.am-profile-head-btn a.button:hover{
    background: transparent;
    color: #36C5BA;
}
.am-profile-permissionaccess-block .user-permission-access-title {
    padding: 30px 0 16px 0;
    border-bottom: 1px solid #dee2e6;
}
.am-profile-permissionaccess-block .access-permission-area {
    padding: 0;
}
.am-profile-permissionaccess-block .access-permission-area ul{
    padding: 0;
    height: unset;
    overflow: unset;
}
.am-profile-permissionaccess-block .access-permission-area > ul > li {
    margin: 0 !important;
    padding: 16px 0;
    border-bottom: 1px solid #dee2e6;
}
.am-profile-tab {
    padding: 0 0 60px 0;
}
.cd-popup-container.edit-profile-popup {
    max-width: 480px;
    overflow-y: hidden;
    text-align: left;
}
.edit-profile-popup .organization-formfield-section .two-column div {
    width: 48%;
}
.edit-profile-popup .organization-formfield-section .two-column {
    display: flex;
    justify-content: space-between;
}
.sc-addservice-btns button, .sc-addservice-btns a.button-cancel {
    padding: 8px 20px;
    color: #FFF;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'HK Grotesk Regular';
    cursor: pointer;
    transition: 0.3s;
    height: max-content;
    width: max-content;
}
.sc-addservice-btns button.save-exit{
    margin: 0 0 0 8px;
    background: #36C5BA;
    border: 1px solid #36C5BA;
}
.sc-addservice-btns button.save-exit:hover{
    background: transparent;
    color: #36C5BA;
}
.sc-addservice-btns button,
.sc-addservice-btns a.button-cancel {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    padding: 10px 16px;
}
.sc-addservice-btns a.button-cancel,
.sc-addservice-btns button.cancel {
    background: #02363D;
    border: 1px solid #02363D;
}
.sc-addservice-btns a.button-cancel:hover,
.sc-addservice-btns button.cancel:hover{
    background: transparent;
    color: #02363D;
}
.sc-addservice-mainsec .r-included-services p {
    padding: 32px 32px 18px 32px;
    margin: 0;
}
.fee-schedule .sc-addservice-mainsec .r-included-services p {
    padding: 32px 0px 18px 0px;
}
.fee-schedule .sc-addservice-mainsec .r-included-services .name-field {
    padding: 0 0 32px 0;
}
.sc-addservice-mainsec .r-included-services .public-field .switch{
    margin-left: 15px;
}
.sc-addservice-mainsec .r-included-services .public-field label{
    line-height: 27px;
}
.sc-addservice-mainsec .r-included-services .public-field{
    width: 100%;
    display: inline-flex;
}
.sc-addservice-mainsec .r-included-services .name-field{
    padding: 0 32px 32px 32px;
}
.sc-addservice-mainsec .r-included-services .name-field label,
.sc-addservice-mainsec .r-included-services .cash_price-field label {
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}
.sc-addservice-mainsec .r-included-services .name-field input,
.sc-addservice-mainsec .r-included-services .cash_price-field input{
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
}
.sc-addservice-mainsec .r-included-services .cash_price-field select {
    display: none;
}
.sc-addservice-mainsec .r-included-services .name-field input:focus,
.sc-addservice-mainsec .r-included-services .cash_price-field input:focus {
    border: 1px solid #02363D;
}
.sc-addservice-mainsec .service-addsection .help-block {
    padding: 0 6px;
    color: #D83E3E;
    font-size: 12px;
    font-family: 'HK Grotesk SemiBold';
}
.sc-addservice-mainsec .service-addsection ul.feeschedule li {
    width: 15%;
}
.sc-addservice-mainsec .service-addsection ul.feeschedule li.benchmark_rates {
    width: 140px;
}
.sc-addservice-mainsec .service-addsection ul.feeschedule li.benchmark_rates label {
    display: block;
}
.sc-addservice-mainsec .service-addsection ul li {
    width: 23%;
}
.sc-addservice-mainsec .service-addsection ul li:last-child {
    width: 28px;
}
.listing-with-deletion::after:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.listing-with-deletion {
    position: relative;
}
.sc-addservice-mainsec .listing-with-deletion .deleting-element {
    position: absolute !important;
    background: #D83E3E;
    color: #fff;
    width: 24px !important;
    height: 24px;
    text-align: center;
    border-radius: 50px;
    right: -42px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.listing-with-deletion.listing-with-deletion-hide{
    display: none;
}
.sc-addservice-mainsec .service-addsection .delete-row::after {
    position: absolute !important;
    display: block;
    content: "";
    background-image: url("../images/remove-white.81e235a4a017.png");
    background-repeat:no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.sc-addservice-mainsec .service-addsection .delete-row {
    position: relative !important;
    background: #D83E3E;
    color: #fff;
    width: 24px !important;
    height: 24px;
    text-align: center;
    border-radius: 50px;
    bottom: -30px;
    right: -5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.sc-addservice-mainsec .service-addsection .add-row {
    border-radius: 50px;
    background: #02363D;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
}
.sc-addservice-mainsec .service-addsection .add-row:hover {
    background: transparent;
    color: #02363D;
    text-decoration: none;
    border: 1px solid #02363D;
}
.listing-with-deletion.listing-with-deletion-hide{
    display: none;
}
.service-addsection .tags-container {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    word-wrap: break-word;
    border: 1px solid #8A95A5 !important;
    border-radius: 22px;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: 41px;
}
.service-addsection .tags-container .tag-input{
    border: 0 !important;
    padding: 0 10px !important;
    border-radius: 0 !important;
    flex: 3;
}
.service-addsection .tags-container .tag {
    position: relative;
    margin: 0 4px 0 0;
    padding: 4px 20px 4px 10px;
    font-size: inherit;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: #02363D;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    cursor: default;
}
.service-addsection .tags-container .tag .tag__remove{
    background: unset;
}
.service-addsection .tags-container .tag:first-child {
    margin-left: 0;
}
.service-addsection .tags-container .tag__name {
    margin-right: 3px;
    font-size: 14px;
}
.service-addsection .tag__remove {
    position: absolute;
    right: 4px;
    bottom: 0;
    height: 100%;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s ease;
    opacity: 0.5;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color: #fff;
    width: unset;
    opacity: 1;
}
.gfe_add_services .autocomplete-suggestion {
    white-space: break-spaces !important;
}
.gfe_add_services .service-addsection .s-addsection-title p {
    margin: 0;
}
.service-addsection .tags-container .tag .tag__remove{
    background: unset;
}
.service-addsection .tags-container .tag:first-child {
    margin-left: 0;
}
.r-addedservive-tablehead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7FBFB;
    padding: 12px 16px;
}
.r-addedservive-tablehead h2 {
    margin: 0;
    color: #02363D;
    font-size: 20px;
}
.r-addedservive-tablehead a{
    font-family: 'HK Grotesk Bold';
}
.sc-rs-listings a.delete-link,
.r-addedservive-tablehead a.delete-link{
    color: #D73D3D !important
}
.r-addedservice-table {
    border: 1px solid #e3e6eb;
    margin: 24px 0 0 0;
}
.r-addedservice-table table {
    border: 0;
    width: 100%;
}
.r-addedservice-table table tbody tr td {
    padding: 22px 16px;
    color: #02363D;
    line-height: 20px;
}
.r-addedservice-table table tr td, .r-addedservice-table table tr th{
    border-top: 1px solid #e3e6eb;
}
.r-addedservice-table table thead tr th {
    padding: 10px 16px;
    letter-spacing: 1.2px;
    color: #02363D;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'HK Grotesk Bold';
}
.r-addedservice-table table thead tr th:last-child{
    text-align: right;
}
.r-addedservice-table table tbody tr td .tags {
    background: #02363D;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 7px 4px;
    border-radius: 50px;
}
.benchmark_rates a.ratesModalForm-lg,
.claims-table table tbody tr td a.ratesModalForm-lg,
.r-addedservice-table table tbody tr td a {
    border: 2px solid #E3E6EB;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.3s;
    text-align: center;
}

.benchmark_rates a.ratesModalForm-lg:hover,
.claims-table table tbody tr td a.ratesModalForm-lg:hover,
.r-addedservice-table table tbody tr td a:hover{
    background: #36C5BA;
    color: #fff;
}
.r-addedservice-table table tbody tr td:last-child{
    text-align: right;
}
.r-singlecase-rates .r-singlecase-ratetext, .r-singlecase-rate-type .r-singlecase-ratetext {
    width: 60%;
    padding: 0 15px 0 0;
}
.r-singlecase-rate-type {
    background: white;
    width: 100%;
    display: flex;
    border: 1px solid #e3e6eb;
    padding: 16px;
}
.r-singlecase-rates .singlecase-input, .r-singlecase-rate-type .singlecase-input {
    width: 40%;
}
.r-singlecase-rates .singlecase-select {
    width: 40%;
}
.r-singlecase-rates .singlecase-select select {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 10px 50px 10px 25px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/angle-down.0a66c03bed5c.svg") no-repeat right white;
    background-position: right 20px top 18px;
}
.single-contract-rates .r-singlecase-rates .r-singlecase-ratetext label h2 {
    margin: 0px;
}
.sc-sidebarcommentblock-empty, .sc-sidebarversionhistory-empty {
    padding: 46px 0 46px 0;
    text-align: center;
}
.sc-sidebarcommentblock-empty img, .sc-sidebarversionhistory-empty img{
    margin: 0 0 16px 0;
}
.sc-sidebarcommentblock-empty h4, .sc-sidebarversionhistory-empty h4{
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 4px 0;
}
.sc-sidebarcommentblock-empty p, .sc-sidebarversionhistory-empty p{
    color: #8A95A5;
    margin: 0;
    line-height: 20px;
}
.cd-popup-export-results {
    display: flex;
    justify-content: center;
}
.cd-popup-export-results .cd-popup-container{
    margin: 0 50px;
}
.cd-popup-export-results .create-contract-popup-title p {
    margin: 5px 0 0 0;
}
.cd-popup-export-results .create-contract-popup-title{
    background: #F7FBFB;
}
.charges-credit-section{
    border-top: 1px solid #e3e6eb;
    padding: 32px;
    display: flex;
    justify-content: center;
}
.charges-exported {
    width: 50%;
    text-align: center;
    border-right: 1px solid #E3E6EB;
}
.credits--remaning {
    width: 50%;
    text-align: center;
}
.charges-exported h5, .credits--remaning h5 {
    margin: 0;
    color: #36C5BA;
    font-size: 20px;
    line-height: 26px;
    font-family: 'HK Grotesk Bold';
}
.charges-exported p, .credits--remaning p {
    color: #02363D;
    text-transform: uppercase;
    letter-spacing: 1.44px;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.cannot--export .charges-exported h5{
    color: #D83E3E;
}
.cd-popup-storefront .create-contract-popup-title h2{
    margin: 0;
}
.storefront-popup-form {
    border-top: 1px solid #e3e6eb;
}
.storefront-popup-search .form-group {
    margin: 0;
    position: relative;
    width: 70%;
}
.storefront-popup-search .select-dropdown {
    width: 29%;
}
.storefront-popup-search {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
}
.storefront-popup-search .form-group input {
    width: 100%;
    border: 1px solid #E3E6EB;
    border-radius: 44px;
    padding: 9px 15px 9px 50px;
}
.storefront-popup-search .form-group input:focus {
    border: 1px solid #02363D;
}
.cd-popup-storefront .cd-popup-container {
    max-width: 540px;
    text-align: left;
    overflow-y: hidden;
}
.cd-popup-storefront .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 23px;
}
.storefront-popup-search .select-dropdown select {
    padding: 12px 24px 10px 14px;
}
.storefront-category-title {
    border-top: 1px solid #E3E6EB;
}
.storefront-category-title {
    border-top: 1px solid #E3E6EB;
    background: #F7FBFB;
    padding: 8px 16px;
}
.storefront-category-title h3 {
    margin: 0;
    color: #02363D;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    line-height: 24px;
}
.storefront-listing ul {
    margin: 0;
}
.storefront-details .name {
    width: 60%;
}
.storefront-details .add-bundle {
    width: 40%;
    text-align: right;
}
.storefront-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-top: 1px solid #E3E6EB;
}
.storefront-details .name h3 {
    font-size: 16px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0;
    line-height: 24px;
}
.storefront-details .name p{
    margin: 0;
    color: #02363D;
}
.storefront-details .add-bundle .add {
    color: #36C5BA;
    border: 2px solid #36C5BA;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
    padding: 7px 15px;
    border-radius: 50px;
    background: transparent;
    transition: 0.3s;
    margin: 0 10px 0 0;
}
.storefront-details .add-bundle .add:hover {
    background: #36C5BA;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.storefront-details .add-bundle .bundle{
    font-size: 16px;
    color: #36C5BA;
    background: transparent;
    border: 0;
    font-family: 'HK Grotesk Bold';
}
.storefront-popup-table {
    border-top: 1px solid #E3E6EB;
    background: #F7FBFB;
    padding: 16px;
    display: none;
}
.storefront-popup-table table {
    width: 100%;
    border: 0;
}
.storefront-details.isVisible ~ .storefront-popup-table{
    display: block !important;
}
.storefront-details .bundle img{
    transition: 0.3s;
}
.storefront-details.isVisible .bundle img{
    transform: rotate(180deg);
}
.storefront-details.isVisible {
    background: #F7FBFB;
}
.storefront-popup-table tr td{
    color: #02363D;
    font-size: 14px;
    border-bottom: 1px solid #E3E6EB;
    padding: 8px 0;
}
.storefront-popup-table tr:first-child td{
    padding-top: 0;
}
.storefront-popup-table tr:last-child td{
    border-bottom: 0;
    padding-bottom: 0;
}
.storefront-listing {
    max-height: 350px;
    overflow-y: scroll;
}
.dashboard-mainsearch-section {
    padding: 100px 32px 0;
    text-align: center;
}
.dashboard-search-tabs .nav.nav-tabs {
    border: 0;
    justify-content: center;
}
.dashboard-search-tabs {
    margin: 40px 0 0 0;
}
.dashboard-search-tabs .nav-link {
    font-family: 'HK Grotesk Bold';
    color: #02363D !important;
    font-size: 16px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 12px 10px !important;
    border-bottom: 3px solid transparent !important;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.dashboard-search-tabs .nav.nav-tabs .nav-item{
    margin: 0 13px;
}
.dashboard-search-tabs .nav-link img{
    margin: 0 6px 0 0;
}
.dashboard-search-tabs .nav-link.active {
    border-bottom: 3px solid #36C5BA !important;
}
.dashboard-search-tabs .search-result-searchbar{
    max-width: 850px;
    margin: 24px auto 0;
}
.dashboard-search-tabs .search-result-searchbar .banner-form form .form-group,
.dashboard-search-tabs .search-result-searchbar .banner-form fieldset .form-group {
    width: 82%;
}
.dashboard-search-tabs .search-result-searchbar .banner-form form .form-group-submit,
.dashboard-search-tabs .search-result-searchbar .banner-form fieldset .form-group-submit {
    width: 18%;
}
.dashboard-search-tabs .search-result-searchbar .banner-form .form-group input {
    padding: 30px 30px 30px 55px !important;
}
.dashboard-search-tabs .search-result-searchbar .banner-form form .form-group-submit .banner-submit-btn,
.dashboard-search-tabs .search-result-searchbar .banner-form fieldset .form-group-submit .banner-submit-btn {
    padding: 28.5px 20px !important;
}
.dashboard-search-tabs .search-result-searchbar .banner-form form,
.dashboard-search-tabs .search-result-searchbar .banner-form fieldset {
    border: 1px solid #E3E6EB;
}
.dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right {
    display: flex;
    align-items: center;
}
.dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
}
.dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right a{
    margin: 0 0 0 12px;
}
.dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right a.export-results{
    color: #36C5BA;
    border: 1.5px solid #36C5BA;
    background: transparent;
}
.dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right a.export-results:hover{
    background: #36C5BA;
    color: #fff;
}
.enterprise-search-filter-section .card #collapseturquoise label img{
    width: 14px;
    display: block;
    margin: 0 3px 0 0;
}
.enterprise-search-filter-section .card #collapseturquoise label{
    display: flex;
    align-items: center;
}
.dashboard-main--search .banner-form .select-dropdown .has-options {
    position: absolute;
    left: 0;
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    min-width: 158px;
    padding: 13px;
    display: none;
    z-index: 99;
}
.dashboard-main--search .enterprise-listing-searchbar .select-dropdown {
    background: #E3E6EB;
    width: max-content;
    padding-right: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    box-shadow: unset !important;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset {
    box-shadow: unset;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group {
    width: inherit;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection {
    width: 50%;
    max-width: 200px;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-submit,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-submit {
    width: 16%;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection .provider-rate-search-index-selection,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection .provider-rate-search-index-selection {
    border-top-left-radius: 44px !important;
    border-bottom-left-radius: 44px !important;
    border-right: 1px solid #DBDDE0 !important;
    background: #FFF;
    position: relative;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection .provider-rate-search-index-selection::after,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection .provider-rate-search-index-selection::after {
    content: url("../images/search.c03fd0e2cd46.svg");
    position:absolute;
    top: 22%;
    left: 28px;
    transform: translateX(-50%);
    scale: 0.9;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection .provider-rate-search-index-selection select,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection .provider-rate-search-index-selection select {
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
    transition: 0.3s;
    padding: 11px 10px 11px 50px !important;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection .provider-rate-search-index-selection-container,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection .provider-rate-search-index-selection-container {
    position: relative;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection .provider-rate-search-index-selection-container::after,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection .provider-rate-search-index-selection-container::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 12px;
    transition: 0.3s;
    pointer-events: none;
}


.dashboard-main--search .enterprise-listing-searchbar .banner-form .form-group .enter_procedure {
    border: 0 !important;
    border-radius: 44px;
    padding: 11px 20px 11px 20px !important;
}
.dashboard-main--search .enterprise-listing-searchbar .select-dropdown p {
    margin: 0;
    display: flex;
    font-size: 14px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    padding: 0 0 0 25px;
}
.dashboard-main--search .enterprise-listing-searchbar .select-dropdown p img{
    position: unset;
    transform: unset;
    margin: 0 8px 0 0;
}
.dashboard-main--search .enterprise-listing-searchbar .banner-form form,
.dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset {
    width: 100%;
    border: 1px solid #E3E6EB;
}
.dashboard-main--search .enterprise-listing-searchbar .select-dropdown.open--hasmenu .has-options {
    display: block;
    margin: 0;
    top: 46px;
}
.dashboard-main--search .enterprise-listing-searchbar .select-dropdown.open--hasmenu .has-options .dropdown-item{
    background: transparent;
}
.dashboard-main--search .enterprise-listing-searchbar .select-dropdown.open--hasmenu .has-options li:last-child label{
    margin: 0;
}
.dashboard-main--search .enterprise-main__listings .table thead th span{
    position: relative;
}
.dashboard-main--search .enterprise-main__listings .table thead th span img{
    position: absolute;
}
.dashboard-main--search .enterprise-main__listings .table thead th span img.angle-down {
    bottom: 1px;
    width: 9px;
}
.dashboard-main--search .enterprise-main__listings .table thead th span img.angle-up {
    transform: rotate(-180deg);
    width: 9px;
    top: 1px;
}
.dashboard-main--search .enterprise-main__listings .table thead th img.angle-up,
.compliance-health-profile-page .enterprise-main__listings .table thead th a img.angle-up {
    transform: rotate(-180deg);
}
.dashboard-main--search .enterprise-main__listings .table thead th a img {
    margin-left: 6px;
}
.dashboard-mainsearch--listings table .ent-tabletd-code p {
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    position: unset;
    font-family: 'HK Grotesk Bold';
}
.dashboard-mainsearch--listings table .ent-tabletd-code span.codeSubDetail {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
}
.dashboard-mainsearch--listings table span.pricetype {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
}

.dashboard-mainsearch--listings table .ent-tabletd-code p > img {
    margin: -4px 0 0 0;
}
.tool-tip {
    display: none;
    position: absolute;
    background: #02363D;
    color: #fff;
    width: 100%;
    top: -58px;
    min-width: 213px;
    text-align: center;
    padding: 12px;
    left: 50%;
    font-size: 14px;
    line-height: 20px;
}
.tool-tip::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #02363D;
    position: absolute;
    content: "";
    left: 14px;
    bottom: -9px;
}
.dashboard-mainsearch--listings table .ent-tabletd-code p .tool-tip {
    display: none;
    position: absolute;
    background: #02363D;
    color: #fff;
    width: 100%;
    top: -58px;
    min-width: 213px;
    text-align: center;
    padding: 12px;
    left: 50%;
    font-size: 14px;
    line-height: 20px;
}
.dashboard-mainsearch--listings table .ent-tabletd-code p .tool-tip::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #02363D;
    position: absolute;
    content: "";
    left: 14px;
    bottom: -9px;
}
.dashboard-mainsearch--listings table .ent-tabletd-code p:hover span{
    display: block;
}
.dashboard-mainsearch--listings table .ent-tabletd-code p::after{
    display: none;
}
.dashboard-mainsearch--listings .ent-tabletd-descp h3{
    font-size: 16px;
    line-height: 20px;
}
.dashboard-mainsearch--listings .ent-tabletd-provider a,
.dashboard-mainsearch--listings .ent-tabletd-provider span {
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    align-items: center;
}
.dashboard-mainsearch--listings .ent-tabletd-provider h3 {
    color: #02363D;
    font-family: 'HK Grotesk Regular';
}
.dashboard-mainsearch--listings .ent-tabletd-listprice{
    font-size: 16px;
    line-height: 24px;
}
.dashboard-mainsearch--listings .allrates-tab{
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.dashboard-mainsearch--listings .ent-tabletd-provider a .nowrap {
    white-space: nowrap;
}
.dashboard-mainsearch--listings .ent-tabletd-provider a .nowrap:before {
    content: " ";
    font-size: 1px;
}
.dashboard-mainsearch--listings .ent-tabletd-provider a img {
    display: inline;
    width: 15px;
    margin: -4px 0 0 4px;
}
.dashboard-mainsearch--listings  .table tr.verifiedassured-list td:first-child{
    position: relative;
}
.dashboard-mainsearch--listings  .table .verifiedassured-list td:first-child:before {
    position: absolute;
    background: #36C5BA;
    width: 4px;
    height: 100%;
    content: "";
    left: 0;
    top:0;
}
.dashboard-mainsearch--listings table .hiddenRow .accordion-body {
    padding: 16px 24px !important;
    border-top: 1px solid #E3E6EB;
}
.dashboard-mainsearch--listings table .hiddenRow{
    background: #F7FBFB;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable{
    border: 1px solid #E3E6EB !important;
}
.dashboard-mainsearch--listings .hiddenRow .innerExpandedTable td{
    background: #fff !important;
    border-right: 0 !important;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .upgrade-access td {
    background: #F7FBFB !important;
    position: relative;
    background-clip: padding-box !important;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .upgrade-access td::before {
    position: absolute;
    width: 100%;
    height: 100px;
    content: "";
    background: rgba(247, 251, 251, 0.7);
    left: 0;
    top: -100px;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable h3{
    font-size: 16px;
    line-height: 20px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td{
    text-align: left;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td:hover p {
    color: #8A95A5;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .upgrade-access td h3 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td:hover img {
    filter: none !important;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .upgrade-access td:first-child div{
    display: flex;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .upgrade-access td img {
    margin: 0 10px 0 0;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td:last-child {
    text-align: right;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td p{
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
    text-transform: unset;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td .show-all-plans {
    font-size: 14px;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td:last-child a,
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td:last-child p{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td .price{
    font-size: 16px;
    line-height: 20px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 0 10px;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td:hover .price{
    color: #02363D;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable td .feedback {
    min-width: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable tr .feedback .feedback-button  {
    visibility: hidden;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable tr:hover .feedback .feedback-button  {
    visibility: visible;
}
#rate-sense-app > section > form > div.enterprise-search-listing-section > div.tabs-nav > div.swiper-container,
#rate-sense-app > section > form > div.enterprise-search-listing-section > div.tabs-nav > div .swiper-wrapper {
    position: unset;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .like-button {
    content: url("../images/dislike.e5b0fd9cfe6e.svg");
    transform: rotate(180deg);
    cursor: pointer;
    width: 28px;
    height: 28px;
    top: 4px;
    color: #02363D;
    margin: -8px 0 0 0;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .dislike-button {
    content: url("../images/dislike.e5b0fd9cfe6e.svg");
    cursor: pointer;
    width: 28px;
    height: 28px;
    top: 4px;
    color: #02363D;
    margin: 0px 14px -8px 14px;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .liked{
    content: url("../images/dislike-filled.417ffc3f0f30.svg");
    transform: rotate(180deg);
    width: 28px;
    height: 28px;
    top: 4px;
    color: #02363D;
    margin: -8px 14px 0 0;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .disliked {
    content: url("../images/dislike-filled.417ffc3f0f30.svg");
    width: 28px;
    height: 28px;
    top: 4px;
    color: #02363D;
    margin: 0px 14px -8px 0px;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
 }

.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal {
    background: #FFFFFF;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    max-width: 580px;
 }
 .dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal p {
     font-family: 'HK Grotesk Regular';
     margin: 0 0 24px 0;
     font-size: 16px;
     line-height: 22px;
     color: #212529;
     display: block;
 }
 .dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal p strong {
     font-family: 'HK Grotesk Medium';
 }
 .dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback span {
    position: relative;
    margin-left: 6px;
 }
 .dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal .positive-feedback::before {
    content: url("../images/dislike-filled.417ffc3f0f30.svg");
    transform: rotate(180deg);
    width: 28px;
    height: 28px;
    color: #02363D;
    position: absolute;
    top: -10px;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal .negative-feedback::before {
    content: url("../images/dislike-filled.417ffc3f0f30.svg");
    width: 28px;
    height: 28px;
    color: #02363D;
    position: absolute;
}
 .dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal textarea {
    border: 1px solid #E3E6EB;
    border-radius: 20px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    display: block;
    height: 80px;
}

 .dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal label {
    letter-spacing: 1px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal-header,
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal-footer {
    display: flex;
    background: #F7FBFB;
  }

.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal-header {
    padding: 30px 24px 24px 24px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-between;
    font-size: 24px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
  }

.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal-footer {
    padding: 24px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .feedback-modal-body {
    position: relative;
    padding: 32px;
    text-align: left;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .btn-close-feedback {
    padding: 10px 10px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'HK Grotesk Bold';
    color: #fff;
    text-align: center;
    background: #02363D;
    border: 1px solid #02363D;
    width: 47%;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .feedback .btn-submit-feedback {
    padding: 10px 10px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'HK Grotesk Bold';
    color: #fff;
    text-align: center;
    background: #36C5BA;
    border: 1px solid #36C5BA;
    width: 47%;
}

.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .upgrade-access td a {
    font-size: 14px;
    line-height: 16px;
    border: 2px solid #36C5BA;
    padding: 10px 15px;
    text-decoration: unset;
    border-radius: 50px;
    transition: 0.3s;
    text-align: center;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .upgrade-access td a:hover{
    background: #36C5BA;
    color: #fff;
}
.dashboard-mainsearch--listings .tab-pane > .table{
    border-bottom: 1px solid #E3E6EB;
}
.browse-pagination {
    padding: 0 32px;
    margin: 0 0 50px 0;
}
.browse-pagination .alphabet-pagination ul {
    display: inline-flex;
    border: 1px solid #E3E6EB;
}
.browse-pagination .alphabet-pagination ul li {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #E3E6EB;
}
.browse-pagination .alphabet-pagination ul li a{
    padding: 5px 11px;
    display: inline-block;
}
.browse-pagination .alphabet-pagination ul li:last-child{
    border: 0;
}
.alphabet-pagination a.current-pagination{
    background: #36C5BA;
    color: #fff;
}
.dashboard-mainsearch--listings .tab-pane > table th, .dashboard-mainsearch--listings .tab-pane > table .accordion-toggle td{
    padding: 13px 10px !important;
}
.enterprise-main__listings .table tbody td:last-child{
    padding-right: 32px !important;
}
.dashboard-mainsearch--listings .table thead th:first-child,  .dashboard-mainsearch--listings .tab-pane > table .accordion-toggle td:first-child{
    padding-left: 32px !important;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .row-selected td{
    border: 1px solid #E5A000;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .row-selected td:first-child{
    border-left: 4px solid #E5A000;
    border-right: 0;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .row-selected td:not(:first-child):not(:last-child) {
    border-right: 0;
    border-left: 0;
}
.dashboard-mainsearch--listings table .hiddenRow .innerExpandedTable .row-selected td:last-child {
    border-right: 1px solid #E5A000 !important;
    border-left: 0;
}
.dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group.form-group-city input,
.dashboard-search-tabs .carelocation-searchbar .banner-form fieldset .form-group.form-group-city input {
    border-radius: 0 !important;
}
.dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group.form-group-city::before,
.dashboard-search-tabs .carelocation-searchbar .banner-form fieldset .form-group.form-group-city::before {
    position: absolute;
    left: 0;
    background: #E3E6EB;
    width: 1px;
    height: 75%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group input,
.dashboard-search-tabs .carelocation-searchbar .banner-form fieldset .form-group input {
    border: 0 !important;
}
.dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group,
.dashboard-search-tabs .carelocation-searchbar .banner-form fieldset .form-group {
    width: 45%;
    border:0 !important;
}
.dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group.form-group-city,
.dashboard-search-tabs .carelocation-searchbar .banner-form fieldset .form-group.form-group-city {
    width:35%;
}
.dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group-submit,
.dashboard-search-tabs .carelocation-searchbar .banner-form fieldset .form-group-submit {
    width:20%;
}
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .select-dropdown{
    width: 20%;
}
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form .form-group ,
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset .form-group {
    width: 35%;
}
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form  .form-group.form-group-city,
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset  .form-group.form-group-city{
    width: 30%;
}
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form .form-group-submit ,
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset .form-group-submit {
    width: 15%;
}
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form  .form-group.form-group-city::before ,
.dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset  .form-group.form-group-city::before {
    position: absolute;
    background:#E3E6EB;
    width: 1px;
    height: 75%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.enterprise-search-filter-section #value__raw ul li label span{
    width: 16px;
    height: 16px;
    display: inline-block;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 4px;
    background: #36C5BA;
}
.enterprise-search-filter-section #value__raw ul li.valuegood-list label span{
    background: #5AA9EE;
}
.enterprise-search-filter-section #value__raw ul li.valueokay-list label span{
    background: #E5A000;
}
.enterprise-search-filter-section #value__raw ul li.valuepoor-list label span{
    background: #D73D3D;
}
.filter-ratings__listing label ul, .filter-ratings__listing label {
    display: flex;
}
.filter-ratings__listing label ul li{
    margin: 0 4px 0 0 !important;
}
.filter-ratings__listing label ul li:last-child{
    margin: 0 6px 0 0 !important;
}
.carelocations-listing-sections .ent-tabletd-location h3 {
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.carelocations-listing-sections .ent-tabletd-location p {
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.carelocations-listing-sections .ent-tabletd-location p::after{
    display: none;
}
.comparerates-tab span{
    background: #36C5BA;
    border-radius: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    color:#fff;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
    text-align: center;
    margin: 0 7px 0 0;
}
.comparerates-tab span.b-grade{
    background: #5AA9EE;
}
.comparerates-tab span.d-grade{
    background: #D73D3D;
}
.comparerates-tab span.c-grade{
    background: #E5A000;
}
.ent-tabletd-ratings ul {
    margin: 0;
    display: flex;
}
.ent-tabletd-ratings ul li{
    margin: 0 2px;
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable td:first-child{
    border-right: 1px solid #E3E6EB !important;
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable td h5{
    font-size: 20px;
    line-height: 28px;
    color: #36C5BA !important;
    font-family: 'Tiempos Headline';
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable td h5.higher{
    color: #D73D3D !important;
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable td:last-child{
    text-align: left !important;
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable td:last-child p{
    font-size: 16px;
    line-height: 24px;
    color: #02363D !important;
    font-family: 'HK Grotesk Regular';
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable td .ratings{
    margin: 0;
    display: flex;
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable td .ratings li{
    margin: 0 2px 0 0;
}
.carelocations-listing-sections .hiddenRow .innerExpandedTable .view-care-location-profile td{
    text-align: center !important;
}
.providersearch-listing-sections .ent-tabletd-provider .exclamation-icon{
    position: relative;
}
.providersearch-listing-sections .ent-tabletd-provider .exclamation-icon:hover .tool-tip{
    display: block;
}
.sort-filter-icon {
    margin: 0 30px 0 0;
    cursor: pointer;
    position: relative;
}
.sort-filter{
    position: absolute;
    left: 0;
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    min-width: 158px;
    padding: 0;
    display: none;
    z-index: 99;
}
.sort-filter-icon.open--hasmenu .sort-filter{
    display: block !important;
    top: 23px;
}
.sort-filter .has-options{
    margin: 0;
}
.sort-filter .has-options li label{
    margin: 0;
    text-transform: capitalize;
}
.sort-filter-icon.open--hasmenu .sort-filter h4{
    color: #02363D;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: 'HK Grotesk Bold';
    margin: 0;
    padding: 12px;
}
.sort-filter .has-options li{
    padding: 12px;
    border-top: 1px solid #E3E6EB;;
}
.start-your-bundle h3 {
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.start-your-bundle h3 span{
    font-size: 16px;
    line-height: 22px;
    color: #02363D;
    display: block;
}
.start-your-bundle {
    padding: 32px 32px 18px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.start-your-bundle .from-storefront{
    display: flex;
    align-items: center;
    padding: 10px 21px;
    border: 2px solid #E3E6EB;
    border-radius: 50px;
    transition: 0.3s;
    font-family: 'HK Grotesk Bold';
    text-decoration: none;
    color: #36C5BA;
    background: transparent;
}
.start-your-bundle .from-storefront:hover{
    background: #E3E6EB;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.start-your-bundle .from-storefront img {
    width: 18px;
    margin: 0 7px 0 0;
}
.s-addsection-title h3{
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.service-addsection .s-addsection-title p{
    padding: 0;
    margin: 0 0 24px 0;
}
.single-contract-page-qty  .sc-addservice-mainsec .service-addsection ul li.qty,
.single-contract-page-qty  .sc-addservice-mainsec .service-addsection ul li.main_service {
    text-align: center;
    width: 10% !important;
}
.single-contract-page-qty  .sc-addservice-mainsec .service-addsection ul li.main_service input {
    vertical-align: bottom;
}
.single-contract-page-qty .sc-addservice-mainsec .listing-with-deletion ul.items-fieldset li:last-child{
    width: 24px !important;
}
.profilepage-search-mainarea {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    box-sizing: border-box;
}
.pp-hospital-info {
    width: 64%;
}
.pp-sidebar {
    width: 33%;
}
.pp-hospital-info .hospital-care-quality-header {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.hospital-name-with-logo {
    display: flex;
    align-items: center;
}
.hospital-name-with-logo h3 span {
    display: block;
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
}
.hospital-name-with-logo span.logo {
    width: 96px;
    height: 96px;
    background: #FFDDD2;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E29578;
    font-size: 40px;
    line-height: 36px;
    font-family: 'HK Grotesk Bold';
    margin: 0 16px 0 0;
}
.hospital-name-with-logo h3{
    margin: 0;
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.static-tabs ul {
    padding: 16px 0;
    border-top: 1px solid #E3E6EB;
    border-bottom: 1px solid #E3E6EB;
    display: flex;
    margin: 0;
}
.static-tabs ul li{
    margin: 0 24px 0 0;
}
.static-tabs ul li a{
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
}
.pp-hospital-info .static-tabs{
    margin: 24px 0 0 0;
}
.pp-hospital-info .about-hospital-info, .pp-hospital-info .hospital-affiliations, .pp-hospital-info .hospital-contact-locations,
.pp-hospital-info .hospital-carequality-main, .pp-hospital-info .hospital-price-transparency-mainblock, .hospital-clinical-services-mainblock, .pp-hospital-info .network-enrollment{
    padding: 32px 0;
    border-bottom: 1px solid #E3E6EB;
}
.pp-hospital-info .about-hospital-info .hospital-description {
    margin-bottom: 25px;
}
.pp-hospital-info .about-hospital-info .hospital-description p {
    margin: 0px;
}
.pp-hospital-info h2{
    color: #02363D;
    font-size: 32px;
    margin: 0 0 24px 0;
}
.about-hospital-info > h5 {
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 24px 0;
}
.about-hospital-info ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-hospital-info ul li {
    display: flex;
    align-items: flex-start;
    width: 47%;
    margin: 0 0 32px 0;
}
.about-hospital-info ul li:last-child{
    margin: 0;
}
.about-hospital-info ul li h6 span{
    display: block;
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
}
.about-hospital-info ul li img{
    margin: 0 12px 0 0;
}
.about-hospital-info ul li h6 {
    margin: 0;
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.affiliation-sections {
    display: flex;
    justify-content: space-between;
}
.affiliation-section {
    width: 48%;
}
.affiliation-section h3 {
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 18px 0;
}
.affiliation-section ul li a{
    color: #36C5BA;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.affiliation-section ul{
    margin: 0;
}
.affiliation-section ul li{
    margin: 0 0 5px 0;
}
.affiliation-section ul li:last-child{
    margin: 0;
}
.hospital-cl-mainsec {
    display: flex;
    justify-content: space-between;
}
.hospital-cl-map {
    width: 65%;
}
.hospital-cl-address {
    width: 32%;
}
.hospital-cl-map img {
    width: 100%;
}
.hospital-cl-address-sec h4 {
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.hospital-cl-address-sec p {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.hospital-cl-address-sec a {
    font-family: 'HK Grotesk Bold';
    display: block;
}
.hospital-cl-address-sec {
    padding: 24px 0;
    border-bottom: 1px solid #E3E6EB;
}
.hospital-cl-address .hospital-cl-address-sec:first-child{
    padding-top: 0;
}
.hospital-cl-address .hospital-cl-address-sec:last-child{
    padding-bottom: 0;
    border: 0;
}
.pp-hospital-info .hospital-care-quality-header .care-quality-title-right {
    width: 60%;
}
.hospital-care-quality-header .tab-carequality-note{
    margin: 0;
    color: #02363D !important;
    font-size: 14px;
    line-height: 20px;
}
.tab-carequality-note a{
    font-family: 'HK Grotesk Bold';
}
.hospital-price-transparency-mainblock .hospital-price-transparency{
    padding: 0;
    justify-content: space-around;
    align-items: center;
}
.pp-hospital-info .hospital-care-quality-header .hospital-care-quality-header-left p{
    margin: 0;
}
.hospital-price-transparency-mainblock .hospital-price-transparency .price-transparency-left p{
    margin: 0;
}
.hospital-price-transparency-mainblock .price-transparency-left{
    width: 100%;
}
.hospital-price-transparency-mainblock .hospital-price-transparency .price-transparency-right{
    width: 60%;
    padding: 0;
}
.hospital-price-transparency-mainblock .hospital-price-transparency .price-transparency-right p{
    margin: 0;
    color: #02363D !important;
    font-size: 14px;
    line-height: 20px;
}
.hospital-price-transparency-mainblock .hospital-pricing-comparison{
    padding: 16px 0 0 0;
}
.hospital-price-transparency-mainblock .hospital-pricing-comparison  h2{
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
}
.hospital-price-transparency-mainblock .hospital-pricing-comparison ul {
    padding: 16px 0;
    margin: 0;
    border-bottom: 1px solid #E3E6EB;
}
.hospital-price-transparency-mainblock .hospital-pricing-comparison ul:first-child{
    padding: 0;
}
.hospital-price-transparency-mainblock .hospital-pricing-comparison ul:last-child{
    border: 0;
}
.price--lower{
    color: #36C5BA !important;
}
.hospital-price-transparency-mainblock .pricing-comparison-service{
    padding: 32px 0 0 0;
    border: 0;
}
.hospital-price-transparency-mainblock .pricing-comparison-servc-left h2{
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.hospital-price-transparency-mainblock .pricing-comparison-servc-titlesec{
    align-items: center;
}
.hospital-price-transparency-mainblock .pricing-comparison-servc-right a{
    margin: 0;
    width: 170px;
}
.hospital-price-transparency-mainblock .transparency-disclaimer{
    border: 1px solid #E3E6EB;
    background: #F7FBFB;
    padding: 12px;
}
.hospital-clinical-services-mainblock ul{
    margin: 0;
}
.hospital-clinical-services-mainblock ul li{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
}
.hospital-clinical-services-mainblock .view-all{
    font-family: 'HK Grotesk Bold';
}
.pp-hospital-info .hospital-contact-locations.hospital-nearby-carelocations{
    border: 0;
}
.hospital-cl-address.nearby-locations-list h4{
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.hospital-cl-address.nearby-locations-list ul li a{
    color: #36C5BA;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.hospital-cl-address.nearby-locations-list ul li a span{
    color: #02363D;
}
.hospital-cl-address.nearby-locations-list ul li{
    margin: 0 0 5px 0;
}
.hospital-cl-address.nearby-locations-list ul li:last-child{
    margin: 0;
}
.featured-service-block {
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 3px rgba(0, 0, 0, 0.1);
    padding: 24px 32px;
}
.featured-service-block h3 {
    color: #02363D;
    letter-spacing: 0.02em;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 4px 0;
}
.featured-service-block p{
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px 0;
}
.no-service-offering p {
    margin: 0;
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    display: flex;
    align-items: center;
}
.no-service-offering p img{
    margin: 0 0 0 10px;
}
.no-service-offering {
    border: 1px solid #E3E6EB;
    background: #E3E6EB;
    padding: 20px;
}
.featured-service-block .centered-text {
    text-align: center;
    margin: 0;
    padding: 24px 0;
    font-size: 14px;
    line-height: 20px;
}
.featured-service-block .centered-text a {
    font-size: 14px;
}
.featured-service-block button, .featured-service-block a.button {
    display: block;
    text-align: center;
    padding: 12px;
    background: #36C5BA;
    color: #fff;
    border-radius: 51px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #36C5BA;
    text-decoration: none !important;
    transition: 0.3s;
    width: 100%;
}
.featured-service-block button:hover, .featured-service-block a.button:hover {
    background: transparent;
    color: #36C5BA;
}
.pp-hospital-info .rating-stars-section > i{
    font-size: 33px;
}
.rating-stars-section > i.empty{
    font-size: 33px;
}
.enterprise-headersec-left .verified img {
    width: 24px;
}
.hospital-name-with-logo h3 .badges {
    display: inline-block !important;
    background: #E3E6EB;
    padding: 4px 12px;
    margin: 8px 0 0 0;
    border-radius: 50px;
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
}
.hospital-name-with-logo h3 .badges img{
    margin: 0 2px 0 0;
}
.pp-hospital-info .our-mission h5{
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 8px 0;
}
.pp-hospital-info .our-mission p a{
    font-family: 'HK Grotesk Bold';
}
.pp-hospital-info .recognitions h5{
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 8px 0;
}
.pp-hospital-info .recognitions{
    margin: 0 0 24px 0;
}
.pp-hospital-info .recognitions ul{
    display: block;
}
.pp-hospital-info .recognitions ul li{
    margin: 0 0 5px 0;
}
.pp-hospital-info .recognitions ul li:last-child{
    margin: 0;
}
.pp-hospital-info .recognitions ul li a{
    font-family: 'HK Grotesk Bold';
}
.hospital-name-with-logo h3 .badges{
    position: relative;
}
.hospital-name-with-logo h3 .badges .tool-tip{
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    max-width: unset;
    width: 476px;
}
.hospital-name-with-logo h3 .badges:hover .tool-tip{
    display: block;
}
.featured-service-block .servives-list ul{
    margin: 0;
    border: 1px solid #E3E6EB;
}
.featured-service-block .servives-list ul li a {
    background: transparent;
    border: 0;
    text-align: left;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
}
.featured-service-block .servives-list ul li a h4{
    margin: 0;
    color: #36C5BA;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.featured-service-block .servives-list ul li {
    padding: 0;
    border-bottom: 1px solid #E3E6EB;
    transition: 0.3s;
}
.featured-service-block .servives-list ul li:hover{
    background: #F7FBFB;
}
.featured-service-block .servives-list ul li:last-child{
    border: 0;
}
.featured-service-block .servives-list ul li a h4 span{
    display: block;
    color: #02363D;
}
.featured-service-block .form-group {
    margin: 0 0 16px 0;
    position: relative;
}
.featured-service-block .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 23px;
}
.featured-service-block .form-group input {
    width: 100%;
    border: 1px solid #E3E6EB;
    border-radius: 44px;
    padding: 9px 15px 9px 50px;
}
.featured-service-block .form-group input::-webkit-input-placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.featured-service-block .form-group input:-ms-input-placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.featured-service-block .form-group input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 16px;
}
.featured-service-block.stick {
    position: -webkit-sticky;
    position: sticky;
    top: 27px;
}
.service-detail-list {
    display: none;
    border: 1px solid #E3E6EB;
}
.servives-list.hide-listing {
    display: none;
}
.service-detail-list.show-listing {
    display: block;
}
.featured-service-block .service-detail-list .service_detail p a {
    border-radius: 0;
    background: transparent;
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    text-align: left;
    display: flex;
    align-items: center;
    font-family: 'HK Grotesk Bold';
    padding: 12px 24px;
}
.featured-service-block .service-detail-list .service_detail p a img{
    margin: 0 10px 0 0;
}
.featured-service-block .service-detail-list .service_detail p{
    margin: 0;
}
.featured-service-block .service-detail-list .service_detail .service_title{
    margin: 0;
    background: #02363D;
    padding: 8px 20px;
    color: #FFFFFF;
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
}
.featured-service-block .service-detail-list .service_detail ul li{
    padding: 0;
    border-bottom: 1px solid #E3E6EB;
    transition: 0.3s;
}
.featured-service-block .service-detail-list .service_detail ul li:hover{
    background: #F7FBFB;
}
.featured-service-block .service-detail-list .service_detail ul li:last-child{
    border: 0;
}
.featured-service-block .service-detail-list .service_detail ul li a {
    background: transparent;
    border: 0;
    text-align: left;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
}
.featured-service-block .service-detail-list .service_detail ul li a h4 {
    margin: 0;
    color: #36C5BA;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.featured-service-block .service-detail-list .service_detail ul li a h4 span {
    display: block;
    color: #02363D;
}
.featured-service-block .service-detail-list .service_detail ul{
    margin: 0;
}
.service-bundle-detailblock {
    display: none;
    margin: 24px 0 0 0;
}
.service-bundle-detailblock.show-listing{
    display: block;
}
.service-bundle-detailblock .single-service-detail-block > h4{
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Regular';
}
.service-bundle-detailblock .single-service-detail-block table tr th {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    background: #02363D;
    color: #fff;
    font-family: 'HK Grotesk Medium';
}
.service-bundle-detailblock .single-service-detail-block table{
    width: 100%;
}
.service-bundle-detailblock .single-service-detail-block table tr td{
    padding: 10px;
    border-top: 1px solid #E4E6EA;
    font-size: 14px;
    line-height: 18px;
}
.service-bundle-detailblock .single-service-detail-block table tr:nth-child(odd) td{
    background: #F6FAFA;
}
.featured-service-block .selected_service {
    display: none;
    border: 1px solid #E3E6EB;
    padding: 8px 20px;
    margin: 0 0 16px 0;
}
.featured-service-block .selected_service.show-listing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-service-block .selected_service h3{
    color: #02363D;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.featured-service-block .selected_service h3 span{
    display: block;
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
}
.featured-service-block .selected_service a {
    background: transparent !important;
    border: 0 !important;
    padding: 0;
}
.pp-hospital-info .network-enrollment table{
    width: 100%;
}
.pp-hospital-info .network-enrollment table th{
    background: #02363D;
    font-size: 12px;
    line-height: 16px;
    font-family: 'HK Grotesk Medium';
    color: #fff;
}
.pp-hospital-info .network-enrollment table td{
    color: #02363D;
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Bold';
}
.pp-hospital-info .network-enrollment table th, .pp-hospital-info .network-enrollment table td{
    padding: 11px 24px;
}
.pp-hospital-info .network-enrollment table tbody tr:nth-child(odd) td{
    background: #F7FBFB;
}
.pp-hospital-info .network-enrollment table td.enrolled{
    color: #36C5BA;
}
.pp-hospital-info .network-enrollment table td.pending{
    color: #D83E3E;
}
.pp-hospital-info .care-breakdown li .description{
    width: 65%;
    position: relative;
    padding-left: 15px;
}
.pp-hospital-info .care-breakdown li .description p a:hover .tool-tip {
    display: block !important;
    width: 500px;
    text-align: left;
    top: -150px;
    z-index: 9;
}
.pp-hospital-info .care-breakdown li {
    display: flex;
    align-items: center;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #E3E6EB;
    justify-content: space-between;
}
.pp-hospital-info .care-breakdown li:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.pp-hospital-info .care-breakdown li h5{
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.pp-hospital-info .care-breakdown > h3{
    color: #02363D;
    letter-spacing: 0.02px;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
}
.pp-hospital-info .care-breakdown{
    margin: 32px 0 0 0;
}
.pp-hospital-info .care-breakdown li .description p{
    margin: 0;
}
.pp-hospital-info .care-breakdown li .description p a{
    font-family: 'HK Grotesk Bold';
    position: relative;
}
.pp-hospital-info .care-breakdown ul{
    margin: 0;
}
.ri-results-block-heading {
    background: #F7FBFB;
    padding: 10px 16px;
    border-bottom: 1px solid #E3E6EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ri-benchmark-section {
    border: 1px solid #E3E6EB;
}
.ri-results-block-heading h3{
    margin: 0;
    color: #02363D;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.ri-results-block-heading button {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 16px;
    background: #36C5BA;
    border-radius: 50px;
    font-family: 'HK Grotesk Bold';
    border: 1px solid #36C5BA;
    transition: 0.3s;
}
.ri-results-block-heading button:hover{
    background: transparent;
    color: #36C5BA;
}
.ri-benchmark-inner {
    display: flex;
}
.ri-benchmark-inner-blocks {
    width: 33.3%;
    border-right: 1px solid #E3E6EB;
}
.ri-benchmark-inner-blocks-large {
    width: 50% !important;
}
.ri-benchmark-inner .ri-benchmark-inner-blocks:last-child{
    border: 0;
}
.ri-benchmark-inner-blocks ul li {
    border-top: 1px solid #E3E6EB;
    background: #F7FBFB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px 10px 28px;
}
.ri-benchmark-inner-blocks ul li h4{
    margin: 0;
}
.ri-benchmark-inner-blocks ul{
    margin: 0;
}
.ri-benchmark-ib-head {
    padding: 16px;
}
.ri-benchmark-ib-head p {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px 0;
    font-family: 'HK Grotesk Bold';
}
.ri-benchmark-ib-head h3 span{
    display: block;
}
.ri-benchmark-ib-head h3{
    margin: 0;
}
.ri-benchmark-ib-head h3{
    color: #36C5BA;
    font-size: 28px;
    line-height: 32px;
    font-family: 'HK Grotesk Bold';
}
.ri-benchmark-ib-head h3 span{
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.ri-benchmark-inner-blocks ul li p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
.ri-benchmark-inner-blocks ul li p::before{
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #E5A000;
    border-radius: 50px;
    content: "";
}
.ri-benchmark-inner-blocks ul li h4{
    color: #02363D;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Regular';
}
.ri-benchmark-inner-blocks ul li p.median-dotted{
    border-bottom: 1px #8A95A5 dotted;
}
.ri-benchmark-inner-blocks ul li p.median-dotted:hover{
    border-bottom: 1px #36C5BA dotted;
}
.ri-benchmark-inner-blocks ul li p.median::before{
    background: #8A95A5;
}
.ri-benchmark-inner-blocks ul li p.maximum::before{
    background: #D73D3D;
}
.ri-analysis-section {
    margin: 32px 0 0 0;
    border: 1px solid #E3E6EB;
}
.ri-analysis-inner li {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #E3E6EB;
}
.ri-analysis-inner li:last-child{
    border: 0;
}
.ri-analysis-inner-left {
    width: 50%;
}
.ri-analysis-inner-right {
    width: 50%;
    text-align: right;
}
.ri-analysis-inner li h3 {
    margin: 0;
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.ri-analysis-inner li p {
    margin: 0;
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.ri-analysis-inner{
    margin: 0;
}
.ri-analysis-inner-right h4{
    color: #36C5BA;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.ri-analysis-inner li .process-bar {
    background: #E3E6EB;
    width: 70px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
}
.ri-analysis-inner li .process-bar span {
    display: block;
    background: #36C5BA;
    width: 48%;
    border-radius: 4px;
    height: 8px;
}
.ri-ratesquartiles-section {
    margin: 32px 0 0 0;
    border: 1px solid #E3E6EB;
}
.ri-ratesquartiles-section table, .ri-dataanalysis-section table{
    width: 100%;
    border: 0;
}
.ri-ratesquartiles-section table th, .ri-dataanalysis-section th{
    padding: 12px 16px;
    color: #02363D;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 12px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
}
.ri-ratesquartiles-section table td, .ri-dataanalysis-section td{
    padding: 12px 16px;
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #E3E6EB;
}
.ri-dataanalysis-section{
    margin: 32px 0 0 0;
    border: 1px solid #E3E6EB;
}
.error-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 200px);
}
.error-section-inner h2 {
    color: #02363D;
    letter-spacing: 0.02em;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 10px 0;
}
.error-section-inner p {
    text-align: center;
    color: #8A95A5;
    font-size: 20px;
    line-height: 30px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
}
.error-section-inner a {
    display: inline-block;
    background: #36C5BA;
    border-radius: 48px;
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #36C5BA;
    font-family: 'HK Grotesk Bold';
    text-decoration: none;
}
.error-section-inner a:hover{
    background: transparent;
    color: #36C5BA;
}
.error-pages{
    background: #F7FBFB;
}
.payer-contributers-list {
    display: block !important;
    margin: 0 !important;
}
.payer-contributers-list li {
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #E3E6EB;
    margin: 0 !important;
}
.payer-contributers-list li .name {
    width: 50%;
    display: flex;
    align-items: center;
}
.payer-contributers-list li .name h3 {
    margin: 0;
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.payer-contributers-list li .name h3 span {
    display: block;
    font-size: 14px;
    color: #02363D;
}
.payer-contributers-list li .signatory {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.payer-contributers-list li .name img{
    margin: 0 8px 0 0;
}
.payer-contributers-list .choice-section {
    display: flex;
    align-items: center;
}
.payer-contributers-list .choice-section input {
    display: none;
}
.payer-contributers-list .choice-section label {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'HK Grotesk Medium';
    display: block;
    padding: 9px 20px 9px 24px;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.payer-contributers-list .choice-section label::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #02363D;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}
.payer-contributers-list .choice-section input:checked ~ label::before {
    width: 16px;
    height: 16px;
    border: 5px solid #02363D;
}
.payer-contributers-list .deleting-element {
    background: #D83E3E;
    color: #fff;
    width: 23px !important;
    height: 23px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.payer-contributers-list .deleting-element-blank {
    color: #fff;
    width: 23px !important;
    height: 23px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.payer-contributers-list .deleting-element button {
    background: none;
}
.payer-contributers-list .listing-with-deletion-hide{
    display: none !important;
}
.single-contract-contributers ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0;
    align-items: flex-end;
}
.single-contract-contributers ul li .profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.single-contract-contributers .send-invite {
    padding: 14px 16px;
    background: #F7FBFB;
    border-top: 1px solid #E3E6EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-contract-contributers .send-invite input[type="email"] {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    font-size: 14px;
    transition: 0.5s;
    width: 80%;
}
.single-contract-contributers .send-invite form {
    width: 100%
}
.single-contract-contributers .send-invite input:focus {
    border: 1px solid #02363D;
}
.single-contract-contributers .send-invite input[type="submit"] {
    border-radius: 20px;
    border: 0;
    background: #36C5BA;
    padding: 9px;
    transition: 0.3s;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
    width: 18%;
}
.single-contract-contributers .send-invite input[type="submit"]:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.single-contract-contributers .no-invites {
    padding: 20px 16px;
    border-top: 1px solid #E3E6EB;
}
.single-contract-contributers .no-invites p{
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.invite-sentsuccessfully-popup {
    position: fixed;
    background: rgba(2, 54, 61, 0.9);
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 480px;
    padding: 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
}
.invite-sentsuccessfully-popup p {
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}
.invite-sentsuccessfully-popup p img{
    margin: 0 14px 0 0;
}
.invite-sentsuccessfully-popup .close-popup{
    cursor: pointer;
}
.invite-sentsuccessfully-popup.is-visible {
    visibility: visible;
    display: flex;
}
.email-about-comment {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    padding: 9px 0;
    justify-content: space-between;
}
.email-about-comment::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255,0.8);
    width: 100%;
    top: -20px;
    height: 20px;
}
.email-about-comment p {
    margin: 0;
    font-size: 14px;
    padding: 0 14px 0 0;
    line-height: 20px;
    color: #02363D;
}
.email-about-comment a {
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.email-recepients .has-options li {
    background: transparent;
    padding: 0;
    margin: 0 0 12px 0;
    font-family: 'HK Grotesk SemiBold';
    transition: 0.3s;
    position: relative;
}
.email-recepients .has-options li:last-child{
    margin: 0;
}
.email-recepients .has-options li input {
    width: unset;
    vertical-align: top;
    margin: 4px 4px 0 0;
}
.email-recepients ul.has-options li label {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
    color: #02363D;
}
.email-recepients .has-options {
    border: 0;
    padding: 24px;
}
.email-recepients ul.has-options li label span{
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.cd-popup-emailmanage .confirm-send.disable {
    background: #E3E6EB;
    color: #8A95A5;
    pointer-events: none;
}
body.turquoise-hm-common-engine section.home-information-section .home-info-img-sec img{
    width: 90%;
    display: block;
}
body.turquoise-hm-common-engine section.home-information-section .hm-align-right-img img {
    margin: 0 0 0 auto;
}
.hm-banner-info span{
    font-family: 'HK Grotesk Bold';
    letter-spacing: 1.96px;
    color: #36C5BA;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
a.home-solid-drk-btn.hm-single-drk-btn{
    padding: 12px 24px;
    font-size: 18px;
    line-height: 24px;
    width: unset;
}
body.turquoise-hm-common-engine section .home-patient-insight .home-info-cntnt-sec span {
    margin: 0;
}
body.hm-price-transparency-suit .home-patient-insight .home-info-cntnt-sec span{
    margin:0;
}
.compliance-scorecard .dashboard-mainsearch--listings .table thead th{
    vertical-align: middle;
}
.th-title-two {
    display: flex;
    align-items: center;
}
.th-title-two span {
    display: inline-block;
    height: 19px;
    margin: 0 0 0 6px;
}
.compliance-scorecard .sidebar-filter-section h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compliance-scorecard button.reset--filter-btn {
    background: none;
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.compliance-scorecard button.reset--filter-btn:hover{
    text-decoration: underline;
}
.compliance-scorecard .banner-form h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.46px;
    font-family: 'Tiempos Headline';
    margin: 32px 0px 20px 0;
}
.compliance-scorecard .search-result-searchbar{
    margin:40px 0;
}
.compliance-scorecard .enterprise-search-listing-section {
    width: unset;
    padding: 0;
}
.compliance-scorecard .enterprise-main__listings h2 {
    padding: 33px 33px 16px 23px;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.46px;
    border-bottom: 1px solid #E3E6EB;
}
.compliance-scorecard .more-information-tabs{
    margin: 0;
}
.compliance-scorecard .dashboard-mainsearch--listings .table thead th:first-child, .dashboard-mainsearch--listings .tab-pane > table .accordion-toggle td:first-child {
    padding-left: 23px !important;
}
.compliance-scorecard .transparency-score ul li {
    margin: 0 2px;
}
.compliance-scorecard .transparency-score ul {
    display: flex;
    margin: 0 16px 0 0;
}
.ent-beds div {
    display: flex;
    align-items: center;
}
.compliance-scorecard td.ent-beds img {
    margin-right: 7px;
}
.compliance-scorecard td.transparency-score div {
    display: flex;
    align-items: center;
}
.compliance-scorecard .browse-pagination .alphabet-pagination ul {
    border-radius: 22px;
    display: inline-flex;
}
.compliance-scorecard .browse-pagination .alphabet-pagination ul li a {
    padding: 8px 14px;
}
.compliance-scorecard td.transparency-score a {
    padding: 8px 17px;
    border: 2px solid #36C5BA;
    border-radius: 22px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    text-decoration: none;
    transition: 0.3s;
}
.compliance-scorecard td.transparency-score a:hover{
    background: #36C5BA;
    color: #fff;
}
.compliance-scorecard td.transparency-score a.disabled {
    color: #8A95A5;
    border: 2px solid #8A95A5;
    cursor: default;
}
.compliance-scorecard td.transparency-score a.disabled:hover {
    background: #fff;
    color: #8A95A5;
}
.compliance-scorecard section.main-content-section.dashboard-main--search {
    padding: 0 0 65px 0 !important;
}
.compliance-scorecard .home-whady-product-section {
    padding: 65px 0;
}
.compliance-scorecard .home-whaddya-section{
    padding: 0;
    border-bottom:  none;
}
.compliance-scorecard .home-whaddya-section h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 32px 0;
}
.compliance-scorecard .home-whaddya-section p {
    margin: 0px 0 32px 0;
}
.compliance-scorecard .alphabet-pagination {
    margin: 20px 0 0 0;
}
.compliance-scorecard .browse-pagination {
    padding: 0 15px;
    margin: 0px 0 20px 0;
}
.compliance-scorecard .closePopup {
    display: none;
}
.compliance-scorecard-detail-page .main-content-section > .container{
    z-index: 1;
}
.compliance-scorecard-detail-page header {
    background: #02363D;
}
.comliance-breakdown .tab-content > div:last-child{
    border: 0;
}
.compliance-scorecard-detail-page .signupLogin-btns .signUp {
    color: #fff;
}
.compliance-scorecard-detail-page .page-title h1{
    letter-spacing: 1.46px;
    line-height: 44px;
    z-index: 2;
    position: relative;
}
.compliance-scorecard-detail-page .mrf-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compliance-scorecard-detail-page .mrf-title p img {
    margin: 0 0 0 4px;
    position: relative;
    align-self: flex-start;
    width: 16px;
}
.compliance-scorecard-detail-page .mrf-title p {
    line-height: 20px;
    margin: 0px 0 40px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #02363d;
    justify-content: flex-end;
    position: relative;
}
.compliance-scorecard-detail-page .inner-banner-section::after {
    top: -60px;
}
.compliance-scorecard-detail-page .hospital-name {
    margin: 0 0 0 16px;
    font-size: 20px;
    line-height: 22px;
}
.compliance-scorecard-detail-page .turquoise-verification p, .sidebar-contact a, .sidebar-jumpto-section li{
    margin: 0 0 8px 0px;
}
.compliance-scorecard-detail-page .sidebar-location p {
    line-height: 19px;
}
.compliance-scorecard-detail-page .sidebar-location a {
    margin: 4px 0 16px 0;
}
.compliance-scorecard-detail-page .sidebar-jumpto-section ul li a{
    font-size: 16px;
}
.compliance-scorecard-detail-page .sidebar-jumpto-section {
    border-bottom: 1px solid #E3E6EB;
}
.compliance-scorecard-detail-page .sidebar-jumpto-section ul li:last-child {
    margin: 0;
}
.compliance-scorecard-detail-page .sidebar-jumpto-section ul {
    margin-bottom: 0px;
}
.compliance-scorecard-detail-page .turquoise-verification p img {
    display: inline;
    width: 16px;
}
.compliance-scorecard-detail-page .nav-tabs{
    border:none;
}
.compliance-scorecard-detail-page .edgar-health-system {
    padding: 32px 0px 63px;
    position: relative;
}
.compliance-scorecard-detail-page .more-information-tabs .nav-link{
    padding: 8px 0 !important;
}
.compliance-scorecard-detail-page .mrf-scorecard {
    padding: 40px 32px;
    border-bottom: 1px solid #E3E6EB;
}
.compliance-scorecard-detail-page .comliance-breakdown .mrf-scorecard, .compliance-scorecard-detail-page .comliance-breakdown.mrf-scorecard{
    border: 0 !important;
}
.compliance-scorecard-detail-page .mrf-scorecard h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.46px;
    font-family: 'Tiempos Headline';
    margin: 0 0 40px 0;
    color: #02363d;
}
.compliance-scorecard-detail-page .scorecard-rating h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    margin:0;
}
.compliance-scorecard-detail-page ul.star-ratings {
    display: flex;
    align-items: center;
    margin: 24px 0;
    padding: 0;
}
.compliance-scorecard-detail-page ul.star-ratings li {
    margin-right: 4px;
}
.compliance-scorecard-detail-page ul.star-ratings li.score-number {
    font-family: 'HK Grotesk Bold';
    font-size: 28px;
    line-height: 40px;
    color: #02363D;
    margin: 5px 0 0 12px;
    display: flex;
    align-items: center;
    height: 40px;
}
.compliance-scorecard-detail-page ul.star-ratings li.small-score-number {
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
    line-height: 16px;
    color: #02363D;
    margin: 5px 0 0 8px;
}
.compliance-scorecard-detail-page .multicolor-text {
    font-size: 18px;
    line-height: 28px;
    font-family: 'HK Grotesk SemiBold';
    color: #02363D;
    margin: 0;
}
.compliance-scorecard-detail-page .two-color-text-wth-lines p {
    width: 55%;
}
.compliance-scorecard-detail-page .multicolor-text span {
    font-size: 18px;
    line-height: 28px;
    font-family: 'HK Grotesk SemiBold';
}
.compliance-scorecard-detail-page .multicolor-text.red span,
.compliance-scorecard-detail-page .comliance-details span.red {
    color: #d73d3d;
}
.compliance-scorecard-detail-page .multicolor-text.yellow span,
.compliance-scorecard-detail-page .comliance-details span.yellow {
    color: #ffb32c;
}
.compliance-scorecard-detail-page .multicolor-text.light-green span,
.compliance-scorecard-detail-page .comliance-details span.light-green {
    color: #86B98E;
}
.compliance-scorecard-detail-page .multicolor-text.green span,
.compliance-scorecard-detail-page .comliance-details span.green {
    color: #048019;
}

.compliance-scorecard-detail-page .compliance-recommendation {
    padding-left: 32px;
}
.compliance-scorecard-detail-page .mrf-score {
    border-right: 1px solid #E3E6EB;
}
.compliance-scorecard-detail-page ul.comliance-details {
    margin: 16px 0;
    padding-left: 25px;
}
.compliance-scorecard-detail-page ul.comliance-details li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    list-style: initial;
    color: #02363d;
}
.compliance-scorecard-detail-page .comliance-details a {
    font-size: 14px;
    color: #02363d;
    text-decoration: underline;
}
.compliance-scorecard-detail-page .compliance-recommendation .trnsparent-button {
    text-align: left;
    margin-top: 50px;
}
.compliance-scorecard-detail-page .compliance-recommendation .trnsparent-button a {
    padding: 10px 16px;
    background: #02363D;
    border-radius: 22px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none !important;
}
.compliance-scorecard-detail-page .compliance-recommendation .trnsparent-button a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.compliance-scorecard-detail-page .scorecard-rating {
    margin-bottom: 40px;
}
.compliance-scorecard-detail-page .hsptl-evaluation h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 16px 0;
}
.compliance-scorecard-detail-page .hsptl-evaluation {
    border: 1px solid #E3E6EB;
    background: #F7FBFB;
    padding: 16px;
}
.compliance-scorecard-detail-page .hsptl-evaluation ul li {
    display: flex;
    align-items: flex-start;
    margin-right: 40px;
}
.compliance-scorecard-detail-page .hsptl-evaluation ul li h5 {
    margin: 0 0 0 12px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    color: #02363D;
}
.compliance-scorecard-detail-page .hsptl-evaluation ul li img {
    margin: 2px 0 0 0;
}
.compliance-scorecard-detail-page .hsptl-evaluation ul li h5 span {
    display: block;
    font-size: 15px;
    line-height: 24px;
}
.compliance-scorecard-detail-page .hsptl-evaluation ul {
    display: flex;
    padding-left: 0;
}
.compliance-scorecard-detail-page .hsptl-evaluation p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #02363D;
}
.compliance-scorecard-detail-page .hsptl-evaluation p a {
    font-size: 14px;
}
.compliance-scorecard-detail-page .hsptl-glance {
    padding: 32px 32px 40px;
}
.compliance-scorecard-detail-page .mrf-scorecard.hsptl-glance h2 {
    margin-bottom: 16px;
}
.compliance-scorecard-detail-page .two-color-text-wth-lines {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px 68px 16px 24px;
    border: 1px solid #E3E6EB;
    box-shadow: 0px 2px 5px 0px #0000001a;
    margin: 24px 0 0 0;
}
.compliance-scorecard-detail-page .two-color-text-wth-lines ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
    position: relative;
    margin: 0 0 9px 0;
}
.compliance-scorecard-detail-page .multicolor-lines li:first-child {
    width: 10%;
    height: 8px;
    background: #D73D3D;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 4px;
}
.compliance-scorecard-detail-page .multicolor-lines li:nth-child(2) {
    width: 25%;
    height: 8px;
    background: #D73D3D;
    margin-right: 4px;
}
.compliance-scorecard-detail-page .multicolor-lines li:nth-child(3){
    width: 40%;
    height: 8px;
    background:#D73D3D;
    margin-right: 4px;
}
.compliance-scorecard-detail-page .multicolor-lines li:nth-child(4){
    width: 25%;
    height: 8px;
    background:#D73D3D;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.compliance-scorecard-detail-page .browse-services .card-header {
    background: transparent;
    padding: 0;
    border: 0;
}
.compliance-scorecard-detail-page .enterprise-breadcrumbs p a{
    letter-spacing: 1.46px;
    font-family: 'HK Grotesk Bold';
}
.compliance-scorecard-detail-page .enterprise-breadcrumbs p span{
    margin: 0 8px;
}
.compliance-scorecard-detail-page .enterprise-breadcrumbs p{
    font-family: 'HK Grotesk Bold';
    letter-spacing: 1.46px;
}
.compliance-scorecard-detail-page .enterprise-breadcrumbs h2{
    line-height: 32px !important;
    font-size: 24px !important;
    margin: 4px 0 0 0;
    letter-spacing: 1.16px;
    color: #02363D;
}
.compliance-scorecard-detail-page .card-link.featuredServices-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px 18px 28px;
    cursor: pointer;
}
.compliance-scorecard-detail-page .servicePrice {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: fit-content;
}
.compliance-scorecard-detail-page .provider-services .browse-services ul li::after{
    display: none;
}
.compliance-scorecard-detail-page .browse-services .card {
    border-radius: 0;
    border: 0;
}
.compliance-scorecard-detail-page .featuredServices .browse-services a {
    padding: 0;
}
.compliance-scorecard-detail-page .browse-services a:hover{
    background: transparent;
}
.compliance-scorecard-detail-page .featuredServices .serviceName p {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    line-height: 20px;
}
.compliance-scorecard-detail-page .featuredServices .serviceName p span{
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.compliance-scorecard-detail-page .featuredServices a.card-link {
    padding: 0 !important;
}
.compliance-scorecard-detail-page .featuredServices .servicePrice > p {
    font-size: 24px;
    line-height: 32px;
    color: #36C5BA;
    font-family: 'Tiempos Headline';
}
.compliance-scorecard-detail-page .featuredServices .servicePrice p span {
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
    text-align: right;
}
.compliance-scorecard-detail-page .featuredServices .servicePrice a {
    font-family: 'HK Grotesk Bold';
    color: #36C5BA;
    margin: 0 0 0 16px;
    min-width: fit-content;
}
.compliance-scorecard-detail-page .r-addedservice-table{
    margin: 0;
    border: 0;
}
.compliance-scorecard-detail-page .r-addedservice-table table thead {
    background: #02363d;
    border: 1px solid #02363d;
}
.compliance-scorecard-detail-page .card-body {
    padding: 7px 28px 24px;
}
.compliance-scorecard-detail-page .r-addedservice-table table thead tr th{
    color: #fff;
    padding: 12px 16px;
    font-size: 12px;
    border: 0;
}
.compliance-scorecard-detail-page .r-addedservice-table table {
    border: 0;
}
.compliance-scorecard-detail-page .r-addedservice-table table tbody {
    border: 1px solid #e3e6eb;
}
.compliance-scorecard-detail-page .r-addedservice-table table tbody tr {
    border-bottom: 1px solid #e3e6eb;
}
.compliance-scorecard-detail-page .r-addedservice-table table tbody tr:last-child {
    border:0;
}
.compliance-scorecard-detail-page .r-addedservice-table table tbody tr td {
    padding: 12px 24px;
    border: 0;
}
.compliance-scorecard-detail-page .r-addedservice-table table thead tr th:first-child {
    padding: 12px 16px 12px 24px;
}
.compliance-scorecard-detail-page .r-addedservice-table table thead tr th:last-child {
    padding: 12px 24px 12px 16px;
}
.compliance-scorecard-detail-page .r-addedservice-table table tbody tr td .tags {
    font-size: 14px;
    padding: 4px 12px;
    max-width: fit-content;
    text-align: center;
    line-height: 20px;
}
.compliance-scorecard-detail-page .provider-services .browse-searchbar-section {
    padding: 48px 28px 30px;
}
.compliance-scorecard-detail-page .r-addedservice-table table tbody tr td:last-child{
    padding: 12px 44px 12px 24px;
}
.compliance-scorecard-detail-page .servicePrice a img {
    margin: 0 0 0 6px;
}
.provider-verified .browse-searchbar-section .form-group input:focus{
    border: 2px solid #02363d;
}

.compliance-scorecard-detail-page .card-link.featuredServices-details .servicePrice a img{
    transform: rotate(180deg);
    transition: 0.3s;
}
.compliance-scorecard-detail-page .card-link.featuredServices-details.collapsed .servicePrice a img{
    transform: unset;
    transition: 0.3s;
}
.static-marker span {
    width: 15px;
    height: 15px;
    background: #ffff;
    display: block;
    border: 3px solid #000;
    border-radius: 50%;
    margin: 4px 0 0 0;
}
.static-marker {
    position: relative;
    top: -12px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.static-marker > img {
    margin: 0 -1px 0 0;
}

.black-tooltip {
    position: relative;
    top: -42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
}
.black-tooltip.show-tooltips {
    margin-top: auto;
}
.black-tooltip .tooltipFigures {
    font-size: 13px;
    line-height: 22px;
    padding: 2px 8px;
    background: #02363D;
    color: #fff;
    margin: 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.black-tooltip .tooltipFigures::after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #02363D;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.black-tooltip .tooltipMark {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 3px solid #000;
    border-radius: 50%;
    margin: 12px 0 0 0;
    display: block;
}

ul.three-lines li:first-child {
    width: 10%;
    height: 4px;
    display: block;
    background: #E3E6EB;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    align-items: center;
    margin-right: 2px;
}
ul.three-lines li:nth-child(2) {
    width: 25%;
    height: 4px;
    display: block;
    background: #E3E6EB;
    align-items: center;
    margin-right: 2px;
}
ul.three-lines li:nth-child(3) {
    width: 40%;
    height: 4px;
    display: block;
    background: #E3E6EB;
    align-items: center;
    margin-right: 2px;
}
ul.three-lines li:nth-child(4) {
    width: 25%;
    height: 4px;
    display: block;
    background: #E3E6EB;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
}
.col-md-6.charges-info ul li img.small-circle{
    width: 20px;
    height: 20px;
}
.col-md-6.charges-info .record-charts{
    margin: 2px 30px 0 8px;
    width: 100%;
    display: grid;
}
.col-md-6.charges-info p {
    line-height: 20px;
    font-family: 'HK Grotesk SemiBold';
    color: #02363d;
    margin: 0;
}
ul.three-lines {
    display: inline-flex;
    margin: 45px 0 20px 0;
    padding: 0;
    position: relative;
    width: 85%;
}
.col-md-6.charges-info > ul {
    padding: 0;
    margin: 0;
}
.charges-info > ul > li {
    padding: 16px 16px 20px 16px;
    border: 1px solid #E3E6EB;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.hsptl-records h3 {
    margin: 32px 0 16px 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2.46px;
    font-family: 'HK Grotesk Bold';
    color: #02363d;
}
.record-charts p img {
    margin-left: 4px;
}
.mrf-scorecard.hsptl-glance .note {
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 0 0;
    display: inline-block;
}
.hsptl-records ul li:last-child {
    margin: 0;
}
.mrf-scorecard.hsptl-glance > p {
    color: #02363d;
    margin: 0;
}
.hsptl-listings {
    border: 1px solid #E3E6EB;
    margin: 24px 0 0px 0;
}
.hsptl-listings .more-information-tabs{
    margin: 0;
    box-shadow: 0px 2px 5px 0px #0000001A;
}
.hsptl-listings .ent-tabletd-allrates {
    padding: 16px;
    position: relative;
}
.complianceBreakdown-listing{
    border-bottom: 1px solid #E3E6EB;
}
.hsptl-listings .ent-tabletd-allrates h4 {
    font-size: 19px;
    line-height: 32px;
    font-family: 'HK Grotesk Bold';
    letter-spacing: .46px;
    margin: 0;
    color: #02363d;
    position: relative;
}
#professionalRates .ent-tabletd-allrates h4 img,
#medicalDevices .ent-tabletd-allrates h4 img {
    margin-left: 7px;
}
.hsptl-listings .ent-tabletd-allrates h4 img{
    margin-right: 12px;
}
.mrf-scorecard.hsptl-glance.comliance-breakdown {
    padding: 32px 32px 0px;
    border-bottom: none;
}
.hsptl-listings .ent-tabletd-allrates.collapsed h4::after {
    content: url("../images/black-dropdown-light.9ae0c1369e9b.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 25px;
    transition: 0.3s;
}
.hsptl-listings .ent-tabletd-allrates h4::after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    top: 0;
    content: url("../images/black-dropdown-light.9ae0c1369e9b.svg");
    position: absolute;
    right: 25px;
    transition: 0.3s;
}
.mrf-scorecard .not-factored-info {
    display: flex;
    align-items: start;
    padding: 20px;
    border: 1px solid #E3E6EB;
    background: rgba(138, 149, 165, 0.08);
    margin: 20px 0;
}
.mrf-scorecard .not-factored-info p {
    margin: 0 0 0 15px;
}
.mrf-scorecard.hsptl-glance .scorecard-subMenu {
    padding: 20px 32px 24px;
}
.scorecard-subMenu .two-color-text-wth-lines {
    margin: 0 !important;
}
.scorecard-subMenu .DRGs-head{
    margin:20px 0 0 0;
}
.scorecard-subMenu .DRGs-head h4 {
    font-size: 19px;
    line-height: 32px;
    font-family: 'HK Grotesk Bold';
    letter-spacing: .46px;
    margin: 0;
    color: #02363d;
}
.scorecard-subMenu .DRGs-head p {
    font-size: 16px;
    line-height: 24px;
    color: #02363d;
    margin: 4px 0 0px 0;
}
.collapse-btn {
    position: relative;
    margin: 18px auto 23px;
    max-width: 100px;
    text-align: center;
    display: block;
}
.hsptl-listings .ent-tabletd-allrates.collapsed ~ .collapse-btn{
    display: none;
}
.collapse-btn a{
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
    font-family: 'HK Grotesk Bold'
}
.collapse-btn a::after {
    content: url("../images/black-drop-up.e684eacf82d1.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: -8px;
    transition: 0.3s;
}
.scorecard-subMenu .DRGs-head.Diems-head {
    margin: 32px 0 0 0;
}
.record-charts ul.three-lines.red li:nth-child(1),
.compliance-scorecard-detail-page ul.multicolor-lines.red li:nth-child(1) {
    background: #D73D3D;
}
.record-charts ul.three-lines.red li:nth-child(2),
.record-charts ul.three-lines.red li:nth-child(3),
.record-charts ul.three-lines.red li:nth-child(4),
.compliance-scorecard-detail-page ul.multicolor-lines.red li:nth-child(2),
.compliance-scorecard-detail-page ul.multicolor-lines.red li:nth-child(3),
.compliance-scorecard-detail-page ul.multicolor-lines.red li:nth-child(4) {
    background: #E3E6EB;
}
.record-charts ul.three-lines.yellow li:nth-child(2),
.compliance-scorecard-detail-page ul.multicolor-lines.yellow li:nth-child(2) {
    background: #ffb32c;
}
.record-charts ul.three-lines.yellow li:nth-child(1),
.record-charts ul.three-lines.yellow li:nth-child(3),
.record-charts ul.three-lines.yellow li:nth-child(4),
.compliance-scorecard-detail-page ul.multicolor-lines.yellow li:nth-child(1),
.compliance-scorecard-detail-page ul.multicolor-lines.yellow li:nth-child(3),
.compliance-scorecard-detail-page ul.multicolor-lines.yellow li:nth-child(4) {
    background: #E3E6EB;
}
.record-charts ul.three-lines.light-green li:nth-child(3),
.compliance-scorecard-detail-page ul.multicolor-lines.light-green li:nth-child(3) {
    background: #86B98E;
}
.record-charts ul.three-lines.light-green li:nth-child(1),
.record-charts ul.three-lines.light-green li:nth-child(2),
.record-charts ul.three-lines.light-green li:nth-child(4),
.compliance-scorecard-detail-page ul.multicolor-lines.light-green li:nth-child(1),
.compliance-scorecard-detail-page ul.multicolor-lines.light-green li:nth-child(2),
.compliance-scorecard-detail-page ul.multicolor-lines.light-green li:nth-child(4) {
    background: #E3E6EB;
}
.record-charts ul.three-lines.green li:nth-child(4),
.compliance-scorecard-detail-page ul.multicolor-lines.green li:nth-child(4) {
    background: #048019;
}
.record-charts ul.three-lines.green li:nth-child(1),
.record-charts ul.three-lines.green li:nth-child(2),
.record-charts ul.three-lines.green li:nth-child(3),
.compliance-scorecard-detail-page ul.multicolor-lines.green li:nth-child(1),
.compliance-scorecard-detail-page ul.multicolor-lines.green li:nth-child(2),
.compliance-scorecard-detail-page ul.multicolor-lines.green li:nth-child(3) {
    background: #E3E6EB;
}
.title-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
ul.sharing-options {
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
    border-radius: 8px;
    z-index: 2;
    position: absolute;
    width: 245px;
    right: 0;
    top: 49px;
    display: none;
}
li.title-right-btn:hover .sharing-options{
    display: block;
}
ul.sharing-options li:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
ul.sharing-options li:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.title-btn > ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.title-btn > ul > li >a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #fff;
    padding:12px 20px;
    border-radius: 35px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.title-btn > ul > li > a:hover{
    color: #02363d;
    background: #fff;
}
.title-btn a.share-btn {
    color: #02363D;
    background: #fff;
    margin: 0 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    max-width: 105px;
}
.title-btn a.share-btn img {
    margin: -5px 4px 0 0;
}
.title-btn a.share-btn:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
}
ul.sharing-options li a {
    color: #02363d;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Regular';
    text-decoration: none;
    width: 100%;
    height: 100%;
}
ul.sharing-options li {
    padding: 8px 20px;
    border-bottom: 1px solid #E3E6EB;
    display: flex;
    align-items: center;
    transition: .3s;
}
ul.sharing-options li:hover{
    background: #E3E6EB;
}
ul.sharing-options li a img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
ul.sharing-options li:last-child{
    border: 0;
}
li.title-right-btn {
    position: relative;
    display: block;
}
.compliance-scorecard-detail-page .provider-info .hospital--information {
    padding: 40px 32px 32px;
}
.compliance-scorecard-detail-page .provider-info .hospital-info-title-sec h2{
    margin: 0;
    line-height: 40px;
}
.compliance-scorecard-detail-page .provider-info .claim-this-provider{
    margin: 0;
    padding: 12px 20px;
    width: 244px;
    line-height: 20px;
    border: none;
}
.compliance-scorecard-detail-page .provider-info .hospital-all-detail {
    width: 40%;
}
.compliance-scorecard-detail-page .provider-info .hospital-all-detail ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.compliance-scorecard-detail-page .provider-info .hospital-all-detail ul li p{
    width: 55%;
}
.compliance-scorecard-detail-page .provider-info .hospital-all-detail ul li span{
    width:45%
}
.compliance-scorecard-detail-page .provider-info .hospital-detail-map {
    display: flex;
    padding: 40px 0 32px 40px;
    margin: 0;
    border-bottom: 1px solid #E3E6EB;
}
.compliance-scorecard-detail-page .provider-info .hospital-description {
    padding: 0 32px;
}
.compliance-scorecard-detail-page .provider-info .hospital-all-detail ul {
    display: unset;
    padding: 0;
}
.compliance-scorecard-detail-page .provider-info .hospital-clinical-services ul {
    padding: 0;
    margin: 0;
}
.compliance-scorecard-detail-page .provider-info .hospital-clinical-services {
    padding: 40px 32px 16px;
}
.compliance-scorecard-detail-page .provider-info .send-us-feedback {
    padding: 0 32px 47px 0;
}
.compliance-scorecard-detail-page .provider-info .send-us-feedback a{
    padding: 12px 20px;
}
.compliance-scorecard-detail-page .provider-info .hospital-clinical-services ul li a{
    color: #02363d;
}
.compliance-scorecard-detail-page .provider-info .hospital-clinical-services h3{
    margin: 0 0 10px 0;
}
.compliance-scorecard-detail-page .provider-services .browse-searchbar-section {
    padding: 32px;
}
.compliance-scorecard-detail-page .provider-services .browse-titie_sec {
    padding: 0 32px 32px;
}
.compliance-scorecard-detail-page .provider-services .browse-services ul {
    padding: 0;
}
.compliance-scorecard-detail-page .provider-services .browse-services ul li::after{
    right: 32px;
    content: url("../images/black-expand-arrow.d34acb7d6d1c.svg");
}
.compliance-scorecard-detail-page .provider-services .browse-titie_sec h2{
    line-height: 40px;
    font-size: 32px;
}
.compliance-scorecard .enterprise-main__listings .table thead .beds-tooltip a img{
    margin-left: 6px;
}
.compliance-scorecard .enterprise-main__listings .table thead th span img.angle-up{
    width: 7px;
}
.compliance-scorecard .enterprise-main__listings .table thead th span img.angle-down {
    width: 7px;
}
.compliance-scorecard .enterprise-main__listings .beds-tooltip > img {
    padding: 0 0 0 5px;
    margin: -3px 0 0 0;
}
.compliance-scorecard .enterprise-main__listings .table thead .beds-tooltip .black-tooltip .tooltipFigures {
    font-size: 14px;
    line-height: 20px;
    width: 400px;
    text-transform: initial;
    padding: 12px;
    text-align:left;
    display: block;
}
.compliance-scorecard .enterprise-main__listings .black-tooltip .tooltipFigures::after {
    bottom: -7px;
    left: 18px;
}
.compliance-scorecard .dashboard-mainsearch--listings .black-tooltip {
    top: -97px;
    left: 30px;
    display: none;
    right: unset;
    z-index: 1;
}
.compliance-scorecard .dashboard-mainsearch--listings .table thead .beds-tooltip {
    position: relative !important;
    display: flex;
}
.compliance-scorecard .enterprise-main__listings .beds-tooltip:hover .black-tooltip{
    display: block;
}
.compliance-scorecard-detail-page .ent-tabletd-allrates h4 .black-tooltip {
    right: unset;
    position: absolute;
    top: -72px;
    left: 31px;
    display: none;
}
.compliance-scorecard-detail-page .ent-tabletd-allrates h4 .tooltipFigures::after{
    bottom: -7px;
    left: 18px;
}
.compliance-scorecard-detail-page .ent-tabletd-allrates h4 .black-tooltip .tooltipFigures {
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    text-align: left;
    width: 344px;
    display: block;
}
.compliance-scorecard-detail-page .hsptl-listings .ent-tabletd-allrates h4 img.rates-info:hover ~.black-tooltip{
    display: block;
}
.compliance-scorecard-detail-page ul.three-lines.player-rates .black-tooltip{
    right: 64px;
}
.compliance-scorecard-detail-page .more-information-tabs .swiper-slide .loading-link,
.enterprise-search-listing-section .swiper-slide .loading-link {
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
    border-radius: 0 !important;
    background: transparent !important;
    margin: 0;
    border-bottom: 3px solid transparent !important;
    color: #8A95A5 !important;
    padding: 8px 0 !important;
    text-decoration: none !important;
}
.compliance-scorecard-detail-page .more-information-tabs .swiper-slide.disabled a {
    cursor: default;
}
.enterprise-search-listing-section .tabs-nav {
    margin-top: 20px;
    padding: 0 0 0 32px;
    border-bottom: 1px solid #E3E6EB;
}
.compliance-scorecard-detail-page .tabs-nav {
    padding: 0 0 0 32px;
}
.compliance-scorecard-detail-page .more-information-tabs .swiper-slide,
.enterprise-search-listing-section .swiper-slide {
    width: unset !important;
    margin-right: 25px;
}
.more-information-tabs.single-contract-tabs .swiper-slide.active .loading-link,
.enterprise-search-listing-section .swiper-slide.active .loading-link {
    border-bottom: 3px solid #36C5BA !important;
    color: #02363D !important;
}
.more-information-tabs.single-contract-tabs .swiper-slide a:hover,
.enterprise-search-listing-section .swiper-slide a:hover,
.enterprise-search-listing-section .swiper-slide:hover {
    color: #02363D !important;
}
.provider-verification .lead-page-mainsec {
    padding: 60px 0;
}
.provider-verification .signupLogin-btns .enterpriseLogin {
    background: #02363d;
}
.provider-verification .signupLogin-btns .enterpriseLogin img {
    margin: 0 10px 0 0;
}
.provider-verification .lead-page-info p{
    line-height: 28px;
    font-size: 18px;
}
.provider-verification .lead-page-info > p {
    margin: 0 0 35px 0;
}
.provider-verification .turquoise-verified-requirements p {
    margin: 0;
}
.provider-verification .lead-page-info ul {
    margin: 8px 0;
    padding: 0 0 0 32px;
}
.provider-verification .lead-page-info ul li {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.provider-verification .turquoise-verified-requirements a {
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    line-height: 28px;
}
.provider-verification .lead-page-form{
    box-shadow: 0px 8px 40px 3px rgba(0, 0, 0, 0.07);
    padding: 40px 32px;
}
.provider-verification .lead-page-form form ul:last-child {
    margin: 0;
}
.provider-verification .lead-page-form form ul li input.lead-submit-button {
    width: max-content;
    padding: 12px 20px;
}
.provider-verification .lead-page-form form ul label{
    font-size: 12px;
    line-height: 16px;
}
.provider-account-creation .lead-page-info p span {
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    color: #e5a000;
}
.provider-account-creation .lead-page-info > p{
    font-size: 20px;
    line-height: 24px;
}
.provider-account-creation .lead-page-form h2{
    margin: 0 0 8px 0;
}
.provider-account-creation .lead-page-info p{
    font-family: HK Grotesk Bold;
}
.provider-account-creation .lead-page-form > p {
    text-align: center;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.provider-account-creation .provider-list select {
    max-width: 100%;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    appearance: none;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    font-family: 'HK Grotesk Bold';
}
.provider-account-creation .provider-list {
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    width: 100%;
    position: relative;
    background: #E3E6EB;
    color: #02363D;
}
.provider-account-creation .provider-list::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 20px;
}
.provider-account-creation .claiming h5 {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    letter-spacing: .46px;
    margin: 0 0 12px 0;
    font-family: 'HK Grotesk Bold';
}
.provider-account-creation .claiming p img {
    margin: 0 10px 0 0;
    width: 21px;
}
.provider-account-creation .claiming {
    margin: 40px 0 24px 0;
}
.provider-verification .form-single-column.form-instructions li p,
.provider-verification .form-single-column.form-instructions li label,
.provider-account-creation .form-single-column.form-instructions li p,
.provider-account-creation .form-single-column.form-instructions li label,
.create-account-formsec .form-single-column.form-instructions li p,
.create-account-formsec .form-single-column.form-instructions li label {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-transform: none;
    font-family: 'HK Grotesk Regular';
    letter-spacing: normal;
}
.provider-verification .form-single-column.form-instructions li input,
.provider-account-creation .form-single-column.form-instructions li input,
.create-account-formsec .form-single-column.form-instructions li input {
    width: auto;
}
.provider-verification .form-single-column.form-instructions li p a ,
.provider-verification .form-single-column.form-instructions li label a,
.provider-account-creation .form-single-column.form-instructions li p a ,
.provider-account-creation .form-single-column.form-instructions li label a,
.create-account-formsec .form-single-column.form-instructions li label a {
    font-size: 14px;
    line-height: 20px;
    font-family:'HK Grotesk Bold';
}
.provider-account-creation ul.form-single-column.sign-in {
    text-align: center;
}
.provider-account-creation ul.form-single-column.sign-in p {
    margin: 0;
}
.provider-account-creation ul.form-single-column.sign-in li {
    margin: 12px 0 0 0;
}
.provider-account-creation ul.form-single-column.sign-in a {
    font-family: 'HK Grotesk Bold';
}
.provider-account-creation .claiming p {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 28px;
}
.serviceTerms-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 32px 16px 27px;
    border-bottom: 1px solid #E3E6EB;
}
.terms-of-service .serviceTerms-head span {
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0 0 0;
    display: block;
}
.terms-of-service-sections small {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0 0 0;
    display: block;
}
.serviceTerms-head a {
    display: flex;
    align-items: flex-start;
    padding: 12px 20px;
    background: #02363d;
    border-radius: 35px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}
.terms-of-service .serviceTerms-head a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
}
.terms-of-service .serviceTerms-head a img {
    margin: 0 10px 0 0;
}
.terms-of-service .serviceTerms-head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.terms-of-service .main-content-section {
    padding: 60px 0 80px 0;
}
.terms-of-service .col-md-3.terms-info {
    background: #F7FBFB;
}
.terms-of-service .col-md-9.terms-innerSections {
    padding: 0;
    box-shadow: 0px 8px 40px 3px rgb(0 0 0 / 7%);
}
.terms-of-service-sections {
    padding: 32px;
}
.terms-of-service-sections h3 {
    font-size: 20px;
    line-height: 24px;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    margin: 12px 0;
}
.terms-of-service-sections h4 {
    font-size: 16px;
    line-height: 24px;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    margin: 12px;
}
.terms-of-service-sections h5 {
    font-size: 16px;
    line-height: 24px;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    margin: 12px 18px;
    font-style: italic;
}
.terms-of-service-sections p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Regular';
    margin: 16px 0 0 0;
}
.terms-of-service-sections strong {
    font-family: 'HK Grotesk Bold';
}
.terms-of-service .sidebar-termsOfService-section li {
    margin: 0 0 16px 0px;
}
.terms-of-service .sidebar-termsOfService-section ul li a {
    color: #02363d;
    font-family: 'HK Grotesk Regular';
    font-size: 18px;
    line-height: 28px;
    border: unset;
    padding: 0;
    transition: .3s;
}
.terms-of-service .sections-info {
    margin: 24px 0 0 0;
}
.terms-of-service .sections-info u {
    text-decoration: underline;
}
.terms-of-service ul.nav.nav-tabs {
    flex-direction: column;
    border: unset;
}
.terms-of-service .nav-tabs .nav-link.active {
    color: #36C5BA;
    background: unset;
    border: unset;
    font-family: 'HK Grotesk Bold';
}
.terms-of-service .sidebar-termsOfService-section a:hover {
    color: #36C5BA;
}
#claim_request-modal .modal-content {
    border-radius: 0;
}

#claim_request-modal .content-box {
    padding: 32px;
}
#claim_request-modal .content-box h2 {
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    font-size: 28px;
    line-height: 32px;
}
#claim_request-modal .content-box h3 {
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    margin: 50px 0 20px 0;
    font-size: 20px;
    line-height: 24px;
}
#claim_request-modal .content-box p {
    font-family: 'HK Grotesk Regular';
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
}
#claim_request-modal .content-box .verified, #claim_request-modal .content-box .noverified {
    width: 22px;
}
#claim_request-modal .content-box .lead-submit-button {
    color: #fff !important;
    border-radius: 35px;
    background: #36C5BA;
    padding: 12px;
    border: 2px solid transparent;
    margin-top: 50px;
    font-family: 'HK Grotesk Bold';
}
#claim_request-modal .content-box .lead-submit-button:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
}
#claim_request-modal .verified-image {
    background: #02363D;
    text-align: center;
    padding: 0;
}
#claim_request-modal .verified-image img {
    width: 100%;
}
#claim_request-modal .not-verified {
    background: #8A95A5;
}
#placeholder-modal .content-box h2 {
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 20px;
}
#placeholder-modal .content-box .button {
    color: #fff !important;
    border-radius: 35px;
    background: #36C5BA;
    padding: 12px;
    border: 2px solid transparent;
    margin-top: 50px;
    font-family: 'HK Grotesk Bold';
    margin-left: 20px;
}
#placeholder-modal .content-box .button:hover {
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
#placeholder-modal ul {
    padding-left: 24px;
}
#placeholder-modal ul li {
    list-style: disc;
    padding-bottom: 12px;
}
.turquoise-medicare-pricing-engine .hm-banner-img img{
    margin: 0;
}
.signupLogin-btns .enterpriseLogin.enterprise-drkBtn {
    background: #02363d;
}
.signupLogin-btns .enterprise-drkBtn img {
    margin: 0 9px 0 0;
}
.turquoise-hspl-data-platform section.home-information-section {
    background: #F7FBFB;
    text-align: center;
    padding: 100px 117px 138px;
}
.turquoise-hspl-data-platform .home-cntnt-img-sec{
    margin: 68px 0 0 0;
}
.turquoise-hspl-data-platform .home-cntnt-img-sec img {
    width: 100%;
}
.turquoise-hspl-data-platform .home-cntnt-sec {
    max-width: 750px;
    margin: 0 auto;
}
.turquoise-hspl-data-platform .home-cntnt-sec h2 {
    font-size: 48px;
    line-height: 56px;
    color: #02363D;
    margin: 0;
}
.turquoise-hspl-data-platform .home-cntnt-sec p {
    color: #02363D;
    margin: 32px 0 0 0;
}
.turquoise-hspl-data-platform .home-whaddya-section p {
    margin: 0px 0 48px 0;
}
.turquoise-hspl-data-platform .home-whaddya-section h2{
    margin: 0px 0 24px 0;
}
.turquoise-hspl-data-platform .home-whaddya-section{
    border-bottom: unset;
    padding: 0;
}
.turquoise-medicare-pricing-engine .home-whaddya-section p {
    margin: 0 0 48px 0;
}
.turquoise-medicare-pricing-engine .home-whaddya-section h2{
    margin: 0 0 24px 0;
}
.turquoise-medicare-pricing-engine .home-whaddya-section{
    border-bottom: unset;
    padding: 0;
}
.turquoise-medicare-pricing-engine p.medicare_CMS {
    margin: 0 0 20px 0;
}
.turquoise-medicare-pricing-engine .home-info-cntnt-sec ul {
    padding: 0 0 0 25px;
    margin: 0px 150px 0 0;
}
.turquoise-medicare-pricing-engine .home-info-cntnt-sec ul li {
    margin: 0 0 20px 0;
    list-style: initial;
    color: #02363d;
}
.turquoise-hspl-data-platform .hm-banner-info ul li {
    margin: 0;
}
.manageservice-createservice-screen .sc-addservice-btns .save-exit{
    background: #E3E6EB;
    color: #8A95A5;
    border: 1px solid #E3E6EB;
}
.manageservice-createservice-screen .sc-addservice-btns .save-exit:hover{
    border: 1px solid #36C5BA;
}
.manageservice-createservice-screen .sc-addservice-btns .save-exit.active{
    background: #36C5BA !important;
    border: 1px solid #36C5BA !important;
    color: #fff !important;
    height: max-content;
    width: max-content;
}
.manageservice-createservice-screen .sc-addservice-btns .save-exit.active:hover{
    border: 1px solid #36C5BA !important;
}
.standard-reports {
    height: unset;
    min-height: unset;
    line-height: 0;
}
.standard-reports iframe {
    border-left: 1px #F7FBFB solid;
}
.rm-claims-information .l-contract-detail-left::before{
    display: none;
}
.rm-claims-information .l-contract-detail-left {
    padding: 0;
    width: 48%;
}
.rm-claims-information .l-contract-detail-btns{
    width: 52%;
}
.rm-claims-information .l-contract-detail-btns .upload-new {
    padding: 8px;
    margin: 0px 0 0 4px;
    font-size: 14px;
}
.rm-claims-information .l-contract-detail-left h3{
    font-size: 20px;
    line-height: 24px;
}
.rm-claims-information .l-contract-detail-btns .upload-new img {
    margin: 0 4px 0 0;
    width: 18px;
}
.rm-claims-information .l-contract-detail-left p {
    font-size: 13px;
}
.rm-claims-information .claims-info {
    text-align: center;
    padding: 24px 10px 10px;
}
.rm-claims-information .more-information-tabs .nav-link{
    margin: 0 24px 0 0;
}
.rm-claims-information .claims-info h2 {
    color: #8A95A5;
    margin: 20px 0px 1px;
}
.rm-claims-information .claims-info p {
    color: #8A95A5;
    margin: 0;
}
.rate-mngmnt-filters ul li ul.has-options {
    min-width: 176px;
    width: max-content;
    padding: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.rate-mngmnt-filters ul li ul.has-options li {
    border-bottom: 1px solid #E3E6EB;
    padding: 8px 15px;
    margin: 0;
    display: block;
}
.rate-mngmnt-filters ul li ul.has-options li:last-child {
    border-bottom: 0;
}
.rate-mngmnt-filters ul li ul.has-options li label {
    padding: 0 0 0 4px;
    font-size: 16px;
}
.ratemngmnt-tablearea .table .contract p {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.ratemngmnt-tablearea .table td{
    font-size: 16px;
    line-height: 24px;
}
.ratemngmnt-tablearea .table td a.extra-options {
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 0 4px;
    text-decoration: none;
}
.rate-mngmnt-filters ul li p {
    font-family: 'HK Grotesk Bold';
    padding: 10px 41px 10px 16px;
}
.create-provider-contract-popup {
    max-height: 580px;
}
.create-provider-contract-popup .create-contract-popup-title {
    border-bottom: 1px solid #E3E6EB;
}
.create-provider-contract-popup .provider-details {
    padding: 20px 24px;
}
.create-provider-contract-popup .create-contract-popup-form form > ul.choice-section-row {
    display: flex;
    align-items: flex-end;
}
.create-provider-contract-popup .create-contract-popup-form ul {
    border: none;
    padding: 0 24px 20px;
}
.create-provider-contract-popup .create-contract-popup-form form > ul.choice-section-row > li {
    margin: 0 !important;
}
.create-provider-contract-popup .create-contract-popup-title h2 {
    margin: 0 0 5px 0;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: unset;
}
.create-provider-contract-popup .provider-details h3 {
    margin: 0 0 8px 0;
    font-family: 'HK Grotesk Bold';
    line-height: 20px;
    color: #02363d;
    font-size: 16px;
}
.create-provider-contract-popup .choice-section {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}
.create-provider-contract-popup .choice-section > label {
    margin: 0 !important;
}
.create-contract-popup-form form > ul.choice-section-row > li input {
    width: unset;
    margin: 0 8px 0 0;
}
.create-provider-contract-popup .provider-name {
    display: flex;
    align-items: center;
}
.create-provider-contract-popup .provider-name h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 0 8px;
    text-transform: capitalize;
    font-family: 'HK Grotesk Bold';
}
.create-provider-contract-popup .provider-name h3 span {
    display: block;
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0 0 0;
}
.create-provider-contract-popup .create-contract-popup-form form ul label {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    letter-spacing: unset;
}
.create-provider-contract-popup .select-dropdown select{
    font-family: 'HK Grotesk Bold';
}
.create-provider-contract-popup .create-contract-popup-form form > ul.choice-section-row .choice-section > label {
    font-family: 'HK Grotesk Regular';
    letter-spacing: unset;
    text-transform: unset;
}
.create-provider-contract-popup .create-contract-popup-form .select-dropdown {
    background: #E3E6EB;
}
.create-provider-contract-popup .choice-section-row li > label{
    position: unset;
}
a.cd-popup-trigger img {
    width: 17px;
    margin: 0px 6px 0 0;
}
a.cd-popup-trigger:hover img {
    transform: rotate(360deg);
    transition: .3s;
}
.create-provider-contract-popup .create-contract-popup-form form > ul.choice-section-row >li label {
    letter-spacing: unset;
}
.create-provider-contract-popup .create-contract-popup-form form ul input{
    border: 1px solid #8A95A5;
}
.create-provider-contract-popup .create-contract-popup-form .select-dropdown select {
    padding: 12px 24px 12px 24px;
    font-size: 16px;
    line-height: 20px;
}
.main-proposal.hide {
    display: none;
}
.inner-proposal.show {
    display: block;
}
.create-provider-contract-popup .create-contract-btn {
    border-top: 1px solid #e3e6eb;
    display: flex;
    justify-content: space-between;
}
.create-provider-contract-popup .create-contract-btn .cancel {
    background: #02363D;
}
.create-provider-contract-popup .confirm-send.disable {
    background: #E3E6EB;
    color: #8A95A5;
    pointer-events: none;
}
.create-provider-contract-popup .create-contract-btn button {
    width: 48%;
}
.rate-management-RetroContract .rate-mngmnt-filters ul li ul.has-options {
    min-width: 176px;
    padding: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.rate-management-RetroContract .rate-mngmnt-filters ul li ul.has-options li {
    border-bottom: 1px solid #E3E6EB;
    padding: 8px 15px;
    margin: 0;
    display: block;
}
.rate-management-RetroContract .rate-mngmnt-filters ul li ul.has-options li:last-child {
    border-bottom: 0;
}
.rate-management-RetroContract .rate-mngmnt-filters ul li ul.has-options li label {
    padding: 0 0 0 4px;
    font-size: 16px;
}
.rate-management-RetroContract .ratemngmnt-tablearea .table .contract p {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.rate-management-RetroContract .ratemngmnt-tablearea .table td{
    font-size: 16px;
    line-height: 24px;
    padding-right: 15px;
}
.rate-management-RetroContract .ratemngmnt-tablearea .table td a.extra-options {
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 0 4px;
    text-decoration: none;
}
.rate-management-RetroContract .rate-mngmnt-filters ul li p {
    font-family: 'HK Grotesk Bold';
    padding: 10px 41px 10px 16px;
}
.create-retro-contract .create-contract-popup-form form ul.choice-section-row {
    padding: 24px 24px 20px;
}
.create-retro-contract .create-contract-popup-form form ul.choice-section-row label {
    margin: 0 0 8px 0;
}
.sc-viewing-olderversion ul li {
    margin: 0;
}
.rm-claims-information .accordion > li{
    margin: 0 0 16px 0;
}
.enterprise-headersec-left h3{
    font-family: 'HK Grotesk Bold';
}

.ratemngmnt-mainarea.sc-addservice-mainsec.ms-services-mainsec .single-contract-rates form ul li input::placeholder {
    color: #8A95A5;
    opacity:1;
}
.ratemngmnt-mainarea.sc-addservice-mainsec.ms-services-mainsec .single-contract-rates form ul li input :-ms-input-placeholder {
    color: #8A95A5;
    opacity:1;
}
.ratemngmnt-mainarea.sc-addservice-mainsec.ms-services-mainsec .single-contract-rates form ul li input::-ms-input-placeholder {
    color: #8A95A5;
    opacity:1;
}
.single-contract-rates ul.choice-section-row.ms-facilities-choice li {
    width: 20%;
    margin-bottom: 20px;
    padding: 0 7px 0 0;
}
.single-contract-rates .choice-section-row.ms-facilities-choice .choice-section input {
    width: unset;
    margin: 4px 4px 0 0;
}
.sc-addservice-mainsec .r-included-services .ms-services-searchsec .name-field {
    padding: 0;
    width: 50%;
}
.sc-addservice-mainsec .r-included-services .ms-services-searchsec .cash_price-field {
    padding: 0;
    width: 15%;
}
.ms-services-searchsec {
    display: flex;
    justify-content: space-between;
    padding: 0px 32px 20px 32px;
}
.ms-facilities {
    padding: 0px 32px 12px 32px;
}
.manageservice-createservice-screen .services-dropdown label{
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    letter-spacing: .5px;
}
.choice-section-row.ms-facilities-choice li {
    text-align: inherit;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 7px 0 0;
}
.single-contract-rates .choice-section-row.ms-facilities-choice .choice-section label,
.choice-section-row.ms-facilities-choice .choice-section label {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    font-family:'HK Grotesk Regular';
    margin:0;
    color: #02363D;
    letter-spacing: 0;
}
.single-contract-rates .choice-section-row.ms-facilities-choice,
.choice-section-row.ms-facilities-choice {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    margin: 0;
    justify-content: unset;
    flex-direction: row;
}
.choice-section-row.ms-facilities-choice input {
    width: auto;
    margin: 4px;
}
.sc-addservice-mainsec .r-included-services .ms-services-searchsec .name-field label{
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.enterprise-headersec-right.storefront-btn img {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.storefront-btn a:hover img {
    transform: rotate(360deg);
}
.manageservice-createservice-screen .services-dropdown select {
    background: #E3E6EB;
    border-radius: 22px;
    padding: 12px 16px 12px 16px;
    line-height: 16px;
    font-size: 16px;
}
.manageservice-createservice-screen .services-dropdown{
    width: 30%;
}
.manageservice-createservice-screen .services-dropdown:first-child{
    margin-right: 20px;
}
.ms-facilities-head {
    margin: 0 0 10px 0;
}
.ms-facilities .ms-facilities-head h4{
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.choice-section-row.ms-facilities-choice .choice-section {
    display: flex;
    align-items: flex-start;
}
.enterprise-headersec-right.storefront-btn img {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.storefront-btn a:hover img {
    transform: rotate(360deg);
}
.manageservice-createservice-screen .enterprise-search-filter-section .card-header button::after {
    content: url("../images/Collapse.4fb8d3103e0d.svg");
}
.manageservice-createservice-screen .enterprise-search-filter-section .card-header button.collapsed::after {
    content: url("../images/Expand.8f59824d4f11.svg");
}
.enterprise-admin-search.manageservice-createservice-screen .enterprise-search-filter-section .card-header button::after {
    right: 32px;
}
.manageservice-createservice-screen .enterprise-headersec-right .category-btn {
    background: unset;
    color: #36C5BA;
    font-size: 16px;
    line-height: 24px;
}
.manageservice-createservice-screen .manageServices-tablearea div > table tr th:nth-child(2){
    width: 20%;
}
.manageservice-createservice-screen .manageServices-tablearea div > table tr th:nth-child(3){
    width: 25%;
}
.manageservice-createservice-screen .manageServices-tablearea div > table tr th:nth-child(4){
    width: 5%;
}
.manageservice-createservice-screen .manageServices-tablearea div > table tr th:nth-child(5){
    width: 10%;
}
.manageservice-createservice-screen .manageServices-tablearea div > table tr th:nth-child(6){
    width: 15%;
}
.manageservice-createservice-screen .manageServices-tablearea div > table tr th:nth-child(7){
    width: 5%;
}
.manageservice-createservice-screen .manageServices-tablearea div > table tr th:nth-child(8){
    width: 15%;
}

.manageservice-categories .card-body > table tr td:nth-child(2){
    width: 20%;
}
.manageservice-categories .card-body > table tr td:nth-child(3){
    width: 25%;
}
.manageservice-categories .card-body > table tr td:nth-child(4){
    width: 5%;
}
.manageservice-categories .card-body > table tr td:nth-child(5){
    width: 10%;
}
.manageservice-categories .card-body > table tr td:nth-child(6){
    width: 15%;
}
.manageservice-categories .card-body > table tr td:nth-child(7){
    width: 5%;
}
.manageservice-categories .card-body > table tr td:nth-child(8){
    width: 15%;
}
.manageservice-categories .card-body > table tr td:nth-child(2) a{
    font-family: 'HK Grotesk Bold';
}
.manageservice-createservice-screen .actions-box{
    width: calc(100% - 280px);
    z-index: 999;
    background: #F7FBFB;
    border-top: 1px solid #e3e6eb;
    position: fixed;
    bottom: 0;
    padding: 25px;
    text-align: right;
    display: none;
}
.manageservice-createservice-screen.sidebar-minimize .actions-box{
    width: calc(100% - 102px);
}
.manageservice-createservice-screen .actions-box a{
    background: #36C5BA;
    border: 1px solid #36C5BA;
    color: #fff;
    width: max-content;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    margin-right: 10px;
    text-decoration: none;
}
.manageservice-createservice-screen .actions-box #action-delete{
    background: #D73D3D;
    border: 1px solid #D73D3D;
}
.manageservice-createservice-screen .actions-box #action-delete:hover{
    color: #D83E3E;
    background: transparent;
}
.manageservice-createservice-screen .actions-box #action-duplicate:hover{
    color: #36C5BA;
    background: transparent;
}
.enterprise-admin-search.manageservice-createservice-screen .enterprise-headersec-right{
    display: flex;
}
section.enterprise-admin-search.manageservice-createservice-screen {
    padding-bottom: 0;
}
.manageservice-createservice-screen .enterprise-headersec-right .category-btn:hover {
    box-shadow: unset;
    text-decoration: underline;
    transform: unset !important;
}
.enterprise-admin-search.manageservice-createservice-screen .enterprise-search-filter-section {
    width: 100%;
    padding: 0;
}
.manageservice-createservice-screen .enterprise-search-filter-section .card-header button {
    background: #F7FBFB;
    padding: 8px 32px;
    font-size: 16px;
    line-height:24px;
}
.manageservice-createservice-screen .card-body tbody p span {
    margin-left: 8px;
    border-bottom: 1px dashed #02363D;
}
.manageservice-createservice-screen .enterprise-search-filter-section .card-body{
    padding: 0;
}
.manageservice-createservice-screen .card-body table .view-services, .manageservice-createservice-screen .card-body table .view-services a{
    position: relative;
}
.manageservice-createservice-screen .card-body .ent-tabletd-allrates p::after{
    display:none;
}
.manageservice-createservice-screen tr.ent-tabletd-allrates.accordion-toggle.expandable.verifiedassured-list.collapsed td.actions .view-services a::after {
    content: url("../images/down-arrow.3a86ef9be00f.png");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: -21px;
    transition: 0.3s;
}
.manageservice-createservice-screen tr.ent-tabletd-allrates.accordion-toggle.expandable.verifiedassured-list td.actions .view-services a::after {
    content: url("../images/down-arrow.3a86ef9be00f.png");
    transform: rotate(180deg);
    transform-origin: 50% 30%;
    transition: 0.3s;
    position: absolute;
    top: 47%;
    right: -21px;
}
.manageservice-createservice-screen .card-body tbody .view-services span {
    margin-left: 40px;
}
.manageservice-createservice-screen .card-body .ent-tabletd-allrates p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Regular';
    color:#02363D;
}
.manageservice-createservice-screen .card-body table tbody td {
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Regular';
    padding: 24px 7px;
}
.manageservice-createservice-screen .card-body .ent-tabletd-allrates p:hover .tool-tip {
    display: block;
    top: 37px;
    text-align: left;
    left: 73%;
    z-index: 2;
    margin: 0;
}
.manageservice-createservice-screen .card-body .ent-tabletd-allrates .tool-tip::after{
    bottom: 64px;
    left: 14px;
    transform: rotate(180deg);
}
.manageservice-createservice-screen .ratemngmnt-tablearea .innerExpandedTable thead th:nth-child(4) {
    text-align:left;
}
.manageservice-createservice-screen .ratemngmnt-tablearea .innerExpandedTable tbody td:nth-child(4) {
    text-align: left;
}
.manageservice-createservice-screen .card-body table tbody td.hiddenRow tbody td {
    padding: 12px 0px;
}
.manageservice-createservice-screen .ratemngmnt-tablearea .innerExpandedTable tbody td:first-child {
    padding-left: 32px;
}
.manageservice-createservice-screen .card-body table tbody td.hiddenRow  {
    padding: 0;
    background: #F7FBFB;
}
.manageservice-createservice-screen .r-addedservice-table > .innerExpandedTable td {
    width: unset !important;
}
.manageservice-createservice-screen .ratemngmnt-tablearea .hiddenRow .accordion-body {
    padding: 20px;
}
.manageservice-createservice-screen tr.ent-tabletd-allrates.accordion-toggle.expandable.verifiedassured-list.collapsed {
    background: #fff !important;
}
.manageservice-createservice-screen tr.ent-tabletd-allrates.accordion-toggle.expandable.verifiedassured-list {
    background: #F7FBFB !important;
}
.manageservice-createservice-screen .r-addedservice-table{
    margin: 0 !important;
}
.manageservice-createservice-screen .card-body table .view-services{
    display: inline-block;
}
.manageservice-createservice-screen td.actions ul.edit-options {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    width: 110px;
    background: #fff;
    border-radius: 18px;
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 19px;
}
.manageservice-createservice-screen td.actions ul.edit-options li a {
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Regular';
    display: block;
}
.manageservice-createservice-screen .card-body tbody .view-services span ul a::after{
    display: none;
}
.manageservice-createservice-screen .card-body tbody .view-services span:hover .edit-options{
    display: block;
}
.manageservice-createservice-screen td.actions ul.edit-options li{
    display: block;
    margin: 0;
    padding: 8px 16px;
    border-bottom: 1px solid #E3E6EB;
}
.manageservice-createservice-screen .card-body table tbody td.actions ul li.delete-link {
    border-bottom: unset;
}
.manageservice-createservice-screen .card-body table tbody td.actions ul li.delete-link a {
    color: #D73D3D !important;
}
.manageservice-managecat-screen .sc-addservice-btns .save-exit{
    background: #36C5BA;
    border: 1px solid #36C5BA;
    color: #fff;
}
.manageservice-managecat-screen .sc-addservice-btns .save-exit:hover{
    border: 1px solid #36C5BA;
}
.ms-category-addsection label{
    font-size: 16px;
    line-height: 20px;
    color: #02363D;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: 'HK Grotesk Bold';
}
.ms-category-addsection input{
    border: 1px solid #E3E6EB;
    border-radius: 22px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
}
.ms-category-addsection input:focus {
    border: 1px solid #02363D;
}
.ms-categories-section {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    height: 100vh;
}
.ms-category-addsection {
    width: 30%;
}
.ms-category-manage-section {
    width: 66%;
}
.ms-category-addsection > h3, .ms-category-manage-section > h3 {
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 24px 0;
}
.ms-category-addsection form button{
    display: inline-block;
    padding: 11px 20px;
    border-radius: 22px;
    background: #36C5BA;
    color: #fff;
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    transition: 0.3s;
    text-decoration: none;
    margin: 16px 0 0 0;
}
.ms-category-addsection form button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}
.report-screen .ent-tabletd-allrates p{
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'HK Grotesk Regular' !important;
    color:#02363D !important;
}
.draggable-listings ul li {
    border-top: 1px solid #E3E6EB;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
.draggable-listings ul li:last-child{
    border-bottom: 1px solid #E3E6EB;
}
.draggable-listings ul li h2 {
    color: #02363D;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.draggable-listings .arrow-delete-btns {
    display: flex;
    align-items: center;
}
.draggable-listings .arrows button {
    line-height: unset;
    padding: 0;
    background: transparent;
    border: 0;
    color: #000;
}
.draggable-listings .arrow-delete-btns .delete{
    margin: 0 0 0 16px;
    cursor: pointer;
}
.draggable-listings ul li h2 img{
    cursor: pointer;
}
.draggable-listings .arrow-delete-btns .arrow-up::before {
    font-weight: 900;
    content: "\f0d8";
    color: #02363D;
    font-size: 25px;
}
.draggable-listings .arrow-delete-btns .arrow-down::before{
    font-weight: 900;
    content: "\f0d7";
    color: #02363D;
    font-size: 25px;
}
.draggable-listings .arrow-delete-btns .arrow-down{
    margin: 0 0 0 10px;
}
.draggable-listings ul li:first-child .arrow-delete-btns .arrow-up::before{
    color: #E3E6EB;
}
.draggable-listings ul li:last-child .arrow-delete-btns .arrow-down::before{
    color: #E3E6EB;
}
.compliance-health-profile-page ul.comliance-stats ul.star-ratings li img {
    width: 16px;
}
.compliance-health-profile-page .single-contract-tabs ul {
    padding: 0;
}
ul.comliance-stats > li {
    width: 50%;
}
ul.comliance-stats {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 32px 0 0 0;
}
ul.comliance-stats > li {
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    letter-spacing: 1.46px;
    color: #02363d;
}
.compliance-health-profile-page ul.comliance-stats ul.star-ratings{
    margin: 12px 0 32px 0;
}
.compliance-health-profile-page .banner-form form .form-group,
.compliance-health-profile-page .banner-form fieldset .form-group {
    width: 80%;
}
.compliance-health-profile-page .banner-form form,
.compliance-health-profile-page .banner-form form {
    width: 100%;
    border: 1px solid #E3E6EB;
    box-shadow: unset;
    align-items: center;
}
.compliance-health-profile-page .banner-form {
    padding: 32px;
    border-bottom: 1px solid #E3E6EB;
}
.compliance-health-profile-page .enterprise-main__listings h2 {
    padding: 0;
    margin: 0 0 24px 0;
    font-size: 32px;
    line-height: 40px;
    border-bottom: unset;
}
.compliance-health-profile-page .banner-form .form-group input {
    padding: 10px 20px 10px 55px !important;
    border-right: 0 !important;
}
.compliance-health-profile-page .enterprise-main__listings .table thead th span {
    position: relative;
}
.compliance-health-profile-page .banner-form form .form-group-submit .banner-submit-btn,
.compliance-health-profile-page .banner-form fieldset .form-group-submit .banner-submit-btn {
    padding: 10px 20px !important;
}
.compliance-health-profile-page .enterprise-main__listings .table thead th span img.angle-up {
    transform: rotate(-180deg);
    top: 1px;
}
.compliance-health-profile-page .enterprise-main__listings .table thead th a img {
    margin-left: 6px;
}
.compliance-health-profile-page .enterprise-main__listings .table thead th span img {
    position: absolute;
}
.compliance-health-profile-page .dashboard-mainsearch--listings .table thead th:first-child, .dashboard-mainsearch--listings .tab-pane > table .accordion-toggle td:first-child {
    padding-left: 32px !important;
}
.compliance-health-profile-page .enterprise-main__listings .table thead th span img.angle-down {
    bottom: 1px;
}
.compliance-health-profile-page .scorecard-rating {
    margin-bottom:0;
}
.compliance-health-profile-page .sidebar-jumpto-section{
    border-bottom: none;
}
.compliance-health-profile-page .turquoise-verification a {
    font-size: 16px;
    margin: 8px 0 0 0;
}
.compliance-health-profile-page .sidebar-jumpto-section li p {
    margin: 4px 0 0 0;
}
.compliance-health-profile-page .sidebar-jumpto-section li {
    margin: 0 0 16px 0px;
}
.compliance-health-profile-page .sidebar-jumpto-section h3{
    margin: 0px 0 16px 0;
}
.compliance-health-profile-page .turquoise-verification p{
    display: unset;
}
.product-roadmap-page{
    height: 100vh !important;
}
.product-roadmap-mainarea {
    border-top: 1px solid #E3E6EB;
    height: 100%;
    padding: 32px;
    background: #fff;
}
.product-roadmap-mainarea iframe {
    border: 1px solid #E3E6EB;
    display: block;       /* iframes are inline by default */
    height: 110vh;        /* Viewport-relative units */
    width: 100%;
}
.dashboard-notf-prof-section li.pr-question-mrk:hover .pr-help-icon img:last-child{
    display: block;
}
.dashboard-notf-prof-section li.pr-question-mrk:hover .pr-help-icon img:first-child{
    display: none;
}
.dashboard-notf-prof-section li.pr-question-mrk .pr-help-icon img:last-child {
    display: none;
}
.dashboard-notf-prof-section li.pr-question-mrk:hover ul.editing-options {
    display: block;
}
.dashboard-notf-prof-section li.pr-question-mrk a.pr-help-icon {
    position: relative;
}
.dashboard-notf-prof-section ul.editing-options {
    width: 162px;
    right: 0px;
    top: 27px;
}
.product-roadmap ul.editing-options li:last-child{
    border: 0;
}
.product-roadmap .enterprise-search-headersec.ratemngmnt-headersec {
    margin: 30px 0 16px 0;
}
.payer-directory .dashboard-content-area.enterprise-admin-search{
    padding: 32px 0 0 0;
}
.payer-directory .payer-data {
    display: flex;
    align-items: center;
}
.payer-directory .payer-data .logo {
    width: 56px;
    height: 56px;
    background: #FFDDD2;
    border-radius: 50px;
    display: flex;
    margin: 0 16px 0 0;
}
.payer-directory .payer-data .logo p {
    width: 56px;
    height: 56px;
    color: #E29578;
    font-size: 30px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'HK Grotesk Bold';
}
.payer-directory .small-grp-plan {
    margin: 0 0 0 16px;
}
.payer-directory .small-grp-plan p {
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.payer-directory .small-grp-plan h5 a{
    font-size: 20px !important;
    line-height: 24px !important;
}
.payer-directory .coming-soon {
    display: flex;
    align-items: center;
}
.payer-directory .coming-soon h5{
    margin: 0 0 0 16px;
}
.payer-directory .small-grp-plan h5 {
    display: flex;
}
.payer-directory .small-grp-plan h5 img {
    margin: 0 4px;
}
.payer-directory .more-content-soon{
    border-bottom:1px solid #E3E6EB;
}
.payer-directory .coming-soon h5 a {
    font-family: 'HK Grotesk Regular' !important;
}
.payer-directory-profile-page .static-tabs ul li a {
    font-family: 'HK Grotesk SemiBold';
}
.hospital-name-with-logo img {
    width: 96px;
    margin: 0 16px 0 0;
}
.payer-directory-profile-page .enterprise-headersec-left h3{
    font-family: 'HK Grotesk Bold';
}
.payer-directory-profile-page .enterprise-headersec-left .verified img {
    width: 19px;
}
.payer-directory-profile-page .verifiedRates span {
    border: 1px solid #E3E6EB;
    border-radius: 35px;
    padding: 4px 16px;
    font-family: 'HK Grotesk SemiBold';
    margin: 0 8px 0 0;
    display: inline-block;
}
.payer-directory-profile-page span.badges img {
    width: 20px;
    margin: 0 7px 0 0;
    vertical-align: middle;
}
.payer-directory-profile-page .pp-hospital-info h2 {
    margin: 0px 0 16px 0px;
    letter-spacing: .96px;
}
.payer-directory-profile-page .verifiedRates {
    margin: 0 0 16px 0;
}
.payer-directory-profile-page .comprehensive-care {
    margin: 0 0 4px 0 !important;
}
.payer-directory-profile-page span.badges.assured-badge {
    margin: 0 !important;
}
.payer-directory-profile-page .our-mission p {
    margin: 0 0 32px 0;
    color: #02363d;
}
.payer-directory-profile-page .fundingType{
    margin: 0 !important;
}
.payer-directory-profile-page .featured-service-block a{
    font-family: 'HK Grotesk Bold';
}
.hospital-name-with-logo .logo {
    width: 96px;
    height: 96px;
    background: #FFDDD2;
    border-radius: 50px;
    display: flex;
    margin: 0 16px 0 0;
}
.payer-directory-profile-page .hospital-name-with-logo .logo p {
    width: 96px;
    height: 96px;
    color: #E29578;
    font-size: 50px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'HK Grotesk Bold';
}
.featured-service-block p b{
    font-family: 'HK Grotesk Bold';
}
.ratemngmnt-headersec .enterprise-headersec-right a img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.enterprise-headersec-right a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.ratemngmnt-headersec .enterprise-headersec-right a:hover img {
    transform: rotate(360deg);
}
.storefront-blocks {
    padding: 32px 32px 186px 32px;
    background: #fff;
}
.storefront-blocks .am-profile-head{
    margin-bottom: 16px;
    padding: 24px;
}
.storefront-blocks .am-profile-head-userinfo h2{
    font-size: 28px;
    line-height: 32px;
}
.storefront-blocks .am-profile-head-userinfo img.verified {
    width: 25px;
    margin: 0 0 4px 8px;
}
.organization-name-block .logo {
    width: 96px;
    height: 96px;
    background: #FFDDD2;
    border-radius: 50px;
    display: flex;
    margin: 0 16px 0 0;
}
.storefront-blocks .am-profile-head-userinfo .logo,
.msf-edit-logo-popup .am-profile-head-userinfo .logo {
    width: 80px;
    height: 80px;
    background: #FFDDD2;
    border-radius: 50px;
    display: flex;
    margin: 0 16px 0 0;
}
.storefront-blocks .am-profile-head-userinfo .logo p,
.msf-edit-logo-popup .am-profile-head-userinfo .logo p {
    width: 80px;
    height: 80px;
    color: #E29578;
    font-size: 30px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'HK Grotesk Bold';
}
.storefront-blocks .am-profile-head-btn a {
    margin: 0 16px 0 0;
    cursor: pointer;
}
.manage-storefront-detail-page a.publish-btn {
    margin-left: 12px;
}
.manage-storefront-detail-page .ratemngmnt-headersec .enterprise-headersec-right a img{
    width: 16px;
}
.manage-storefront-detail-page .ratemngmnt-mainarea{
    padding: 32px 32px 70px 32px;
}
.manage-storefront-detail-page .single-contract-coversheet {
    padding: 0 0 16px 0;
}
.manage-storefront-detail-page .single-contract-coversheet p{
    margin:0;
}
.manage-storefront-detail-page .single-contract-tabarea{
    padding: 0;
    border: 1px solid #E3E6EB;
}
.manage-storefront-detail-page .single-contract-tabs > ul {
    padding: 0px 0 0 24px;
    background: #F7FBFB;
    border-bottom: 1px solid #E3E6EB;
}
.manage-storefront-detail-page .error-section-inner{
    padding: 24px;
    height: unset;
}
.strfrnt-service-block {
    padding-top: 48px;
}
.manage-storefront-detail-page .error-section-inner h1 {
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 24px;
    margin: 16px 0 0px 0;
    font-family: 'HK Grotesk Bold';
}
.manage-storefront-detail-page .error-section-inner h2 {
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 24px;
    margin: 16px 0 0px 0;
    font-family: 'HK Grotesk Bold';
}
.manage-storefront-detail-page .error-section-inner h3 {
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 0px 0;
    font-family: 'HK Grotesk Bold';
}
.manage-storefront-detail-page .error-section-inner p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Regular';
    margin: 0 0 16px 0;
}
.manage-storefront-detail-page .error-section-inner a {
    color: #36C5BA;
    background: unset;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
.manage-storefront-detail-page .error-section-inner .description p {
    text-align: justify;
}
.manage-storefront-detail-page .edit-link {
    right: 0;
    position: absolute;
    top: 16px;
    padding: 0 24px 0 0;
}

.manage-storefront-detail-page .more-information-tabs.single-contract-tabs{
    position: relative;
}
.manage-storefront-detail-page .error-section-inner a:hover {
    text-decoration: underline;
}
.manage-storefront-detail-page .edit-link img {
    width: 18px;
    margin: 0 4px 0 0;
    transition: 0.3s;
}
.manage-storefront-detail-page .error-section-inner .edit-link:hover img {
    transform: rotate(360deg);
}
.manage-storefront-detail-page .single-contract-coversheet h2{
    font-size: 20px;
    line-height: 24px;
}
.rate-mngmnt-RetroContract-details  .sc-cont-sidebar {
    justify-content: space-between;
}
.rate-mngmnt-RetroContract-details .single-contract-form_btn {
    max-width: 1000px;
}
.rate-mngmnt-RetroContract-details .sc--sidebar{
    max-width: 280px;
}
.compliance-scorecard-detail-page .mrf-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compliance-scorecard-detail-page .tab-toolTip {
    max-width: 278px;
    top: 41px;
    left: 39%;
    text-align: left;
    z-index: 99;
}
.compliance-scorecard-detail-page .tab-toolTip::after {
    border-bottom: 10px solid #02363D;
    bottom: 62px;
    border-top: 0;
}
.compliance-scorecard-detail-page .swiper-slide.disabled::after{
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.compliance-scorecard-detail-page .tabs-nav-relative.enabled .tool-tip{
    display: block;
}
.compliance-scorecard-detail-page .mrf-scorecard h2 {
    width: 59%;
}
.compliance-scorecard-detail-page .swiper-slide.disabled {
    opacity: 0.6;
    position: relative;
}

.solution-services{
    background: #F7FBFB;
}
.white-bg-section{
    background: #fff;
}
.solution-services .home-banner-section {
    background: #02363d;
    padding: 30px 0 0 0;
}
.solution-services .hm-banner-info {
    padding: 44px 0 0 0;
}
.solution-services .hm-banner-info span {
    color: #02363D;
    background: #ffffff;
    padding: 4px 16px;
    border-radius: 16px;
}
.solution-services .hm-banner-info h1 {
    margin: 32px 0 28px 0;
    color: #ffffff;
    font-size: 63px;
}
.solution-services a.enterpriseLogin {
    margin: 0 0 0 18px;
}
.solution-services .sub-menu.mega-menu {
    left: -500%;
}
.solution-services .hm-banner-info p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.press-and-media .press-media-inner p.disclaimer {
    font-size: 16px;
    font-style: italic;
    margin-top: 16px;
}
.press-and-media .black-btn {
    width: max-content;
    display: flex;
}
.solution-services #navbarCollapse {
    justify-content: flex-end;
}
.solution-services .signupLogin-btns .signUp {
    position: relative;
}
.solution-services .signupLogin-btns .signUp:hover::after {
    transform: rotate(180deg);
}
.solution-services .signupLogin-btns .signUp::before {
    content: " ";
    width: 1px;
    height: 24px;
    background: #FFFFFF;
    opacity: 0.5;
    display: block;
    position: absolute;
    left: -16px;
}
.solution-services section.home-banner-section .home-solid-drk-btn {
    width: auto;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 50px;
}
.solution-services section.home-banner-section .home-trns-drk-btn{
    width: fit-content;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 50px;
}
.solution-services .hm-banner-info ul li:last-child{
    margin: 0;
}
.solution-services section.search-section {
    padding: 128px 0;
}
.searchInner-section {
    background: #02363D;
    color: #ffffff;
    text-align: center;
    padding: 100px 64px 96px;
}
.searchInner-section h3 {
    padding: 28px 0 24px 0;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0.46px;
    margin: 0;
}
.searchInner-section p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
section.price-transparency-section {
    padding: 0 0 128px 0;
}
.searchInner-section a {
    display: block;
    margin: 20px auto 0;
    font-size: 18px;
}
.searchInner-section a.home-solid-drk-btn {
    padding: 12px 24px;
    width: fit-content;
    border-radius: 50px;
}
.solution-services .priceTrans-left-section h3 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1.46px;
    max-width: 497px;
    margin: 0;
    color: #02363D;
}
.priceTrans-right-section > p {
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
    margin: 0 0 28px 0;
}
.priceTransparency-rules p span {
    font-size: 18px;
    line-height: 28px;
}
.priceTransparency-rules p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #02363d;
}
.priceTransparency-rules ul li {
    border-top: 1px solid #02363d;
    padding: 15px 0;
}
.priceTransparency-rules ul {
    margin: 0;
}
.priceTransparency-rules ul li:last-child{
    border-bottom: 1px solid #02363d;
}
.priceTransparency-rules ul li a {
    color: #02363d;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.priceTransparency-rules ul li a span{
    display: block;
    font-size: 18px;
    line-height: 28px;
}
.contactUs-sect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 73px 32px;
}
.contactUs-sect a.home-solid-drk-btn {
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 50px;
}
.CTA-section .row {
    background: #02363d;
}
.contactUs-left {
    color: #ffffff;
}
.contactUs-left h4 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 4px 0;
    letter-spacing: 1.96px;
}
.contactUs-left {
    color: #ffffff;
    padding: 0 0 0 236px;
    position: relative;
}
.contactUs-left p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.contactUs-left::before {
    content: url("../images/research-sect.ccb1818285d2.png");
    position: absolute;
    top: -121px;
    left: 0;
}
.FAQ-section {
    padding: 128px 0 287px 0;
}
.FAQ-title h3 {
    font-size: 48px;
    line-height: 56px;
    color: #02363D;
    letter-spacing: 1.46px;
    margin: 0;
}
.FAQ-section .card-header button::after {
    position: absolute;
    content: url("../images/minus-icon.5a7a6a374e02.jpg");
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.FAQ-section .card-header button.collapsed::after {
    content: url("../images/plus-icon.ac8fbc2a0e77.jpg");
}
.FAQ-section .card-header button.coming-soon::after {
    content: "Coming Soon!" !important;
    font-family: 'HK Grotesk Regular';
    font-size: 16px;
}
.FAQ-section .card {
    border: 0;
    background: transparent;
}
.FAQ-content .common-accordion:last-child .btn.btn-link.collapsed{
    border-bottom: 1px solid #02363d;
}
.FAQ-content .common-accordion:last-child .btn.btn-link{
    border-bottom: 0;
}
.FAQ-section .card-header {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.FAQ-section button.btn.btn-link {
    width: 100%;
    text-align: left;
    display: block;
    border-top: 1px solid #02363d;
    padding: 20px 0;
    font-size: 18px;
    line-height: 28px;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    position: relative;
    text-decoration: none !important;
    border-radius: 0;
}
.FAQ-section .btn.focus, .FAQ-section .btn:focus {
    box-shadow: none;
}
.FAQ-section .btn-link.focus{
    text-decoration: none;
}
.FAQ-section .btn:hover{
    text-decoration: none;
    color: #02363d;
}
.FAQ-section .btn {
    padding: 0;
    border: 0;
}
.FAQ-section .card-body {
    padding: 0 0 44px 0;
    font-size: 16px;
    color: #02363D;
}
.newsletter-section {
    background: #02363d;
    color: #fff;
    padding: 66px;
}
.newsletter-section .row{
    align-items: center;
}
.newsletter-form {
    text-align: right;
}
.newsletter-content h3 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1.46px;
    margin: 0 0 16px 0;
}
.newsletter-content p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    max-width: 392px;
}
.newsletter-form input {
    border-radius: 50px;
}
.newsletter-form input[type="email"] {
    width: 293px;
    padding: 10px 16px;
    color: #8A95A5;
}
.newsletter-form input[type="submit"] {
    padding: 10px 20px;
    background: #36C5BA;
    color: #ffffff;
    margin: 0 0 0 8px;
    font-family: 'HK Grotesk Bold';
    transition: .3s;
}
.newsletter-form input[type="submit"]:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
}
.ss-provider section.price-transparency-section {
    padding: 128px 0;
}
.providerSection-features .row {
    align-items: center;
    justify-content: space-between;
}
.providerSection-features span {
    margin: 0 0 0 12px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'HK Grotesk Bold';
}
.providerSection-features-right h3 {
    font-size: 36px;
    color: #02363d;
    width: 497px;
}
.providerSection-features-right p {
    width: 497px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 24px 0;
    color: #02363d;
}
.providerSection-features-right a img {
    margin: 0 0 0 4px;
}
.providerSection-features-right a {
    font-size: 18px;
    line-height: 28px;
    color: #36C5BA;
    font-family: 'HK Grotesk Bold';
}
.providerSection-features {
    padding: 128px 0;
}
.providerSection-features-left img {
    max-width: 497px;
    width:100%;
}
.clearRates-features {
    padding: 128px 0 0 0;
}
.clearRates-features > .row {
    align-items: flex-start;
}
.features-inner-content h4 {
    margin: 32px 0 16px 0;
    font-size: 24px;
    line-height: 32px;
    color: #02363D;
}
.features-inner-content p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.ss-provider .hm-banner-info h1 {
    font-size: 61px;
}
.ss-provider .CTA-section .row, .ss-payers .CTA-section .row,.ss-employers .CTA-section .row{
    background: transparent;
}
.ss-provider .CTA-content,.ss-payers .CTA-content,.ss-employers .CTA-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #02363d;
    border-bottom: 1px solid #02363d;
    padding: 64px 0;
}
.ss-provider .CTA-content h3, .ss-payers .CTA-content h3, .ss-employers .CTA-content h3 {
    font-size: 48px;
    line-height: 56px;
    margin: 0;
    letter-spacing: 1.16px;
    width: 70%;
}
.ss-provider .cta-btn,.ss-payers .cta-btn,.ss-employers .cta-btn {
    width: 30%;
    text-align: right;
}
.ss-provider .cta-btn a,.ss-payers .cta-btn a,.ss-employers .cta-btn a{
    border-radius: 22px;
    padding: 12px 20px;
    transition: .3s;
    color: #ffffff;
    background: #02363d;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    border: 2px solid #02363d;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
}
.ss-provider .cta-btn a:hover,.ss-payers .cta-btn a:hover,.ss-employers .cta-btn a:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
}
.ss-provider a.outline-btn,.ss-payers  a.outline-btn,.ss-employers a.outline-btn{
    color: #02363d;
    background: transparent;
    margin: 0 12px 0 0;
}
.ss-provider a.outline-btn:hover,.ss-payers a.outline-btn:hover,.ss-employers a.outline-btn:hover{
    background:#02363d;
    color: #ffffff;
}
.blogSection {
    padding: 128px 0;
}
.blogContent > img {
    width: 100%;
}
.blogContent h4 {
    padding: 16px 0;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    color: #02363d;
    letter-spacing: 1.00px;
}
.blogContent a img {
    margin: 0 0 0 4px;
}
.blogContent a {
    font-size: 18px;
    line-height: 28px;
    font-family: 'HK Grotesk Bold';
}
.ss-payers section.price-transparency-section {
    padding: 128px 0;
}
.requirements-timeline h5 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'HK Grotesk Bold';
    color: #02363d;
    margin: 0;
}
.timeline span {
    font-size: 18px;
    line-height: 28px;
    font-family: 'HK Grotesk Bold';
}
.timeline p {
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
    margin: 0;
}
.timeline {
    margin: 0 0 32px 0;
}
.timeline ul li {
    list-style: initial;
}
.timeline ul {
    margin: 2px 0 0 0;
    padding: 0 0 0 25px;
}
.ss-payers .home-banner-section .home-solid-drk-btn {
    width: 188px !important;
}
.ss-employers section.home-banner-section .home-solid-drk-btn {
    width: 188px !important;
}
.ss-employers section.price-transparency-section {
    padding: 128px 0;
}
.ss-employers .hm-banner-info h1 {
    font-size: 61px;
}
.provider-verified .page-title h1 {
    display: flex;
    align-items: center;
}
.provider-verified .page-title h1 img {
    width: 30px;
    margin: 0 0 0 14px;
}
.white-bg {
    background: #fff !important;
    color: #02363d !important;
    font-family: 'HK Grotesk Bold' !important;
    padding: 8px 16px !important;
}
.provider-verified .title-btn > ul > li >a {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    color: #fff;
    margin: 0 0 0 8px;
}
.provider-verified .title-btn a.share-btn img {
    margin: -5px 10px 0 0;
}
.provider-verified ul.sharing-options{
    top: 36px;
}
.provider-verified .turquoise-verification p{
    margin: 0;
}
.provider-verified .turquoise-verification h3 img {
    margin: 0 0 0 5px;
    width: 16px;
}
.provider-verified .more-information-tabs.single-contract-tabs .swiper-slide.active a {
    border-bottom: unset !important;
    color: #fff !important;
    background: #02363d !important;
    border-radius: 35px !important;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 8px 16px !important;
}
.provider-verified .more-information-tabs .swiper-slide a{
    color: #02363d !important;
    font-size: 18px;
    line-height: 24px;
}
.provider-verified .more-information-tabs .swiper-slide a:hover{
    color: #8A95A5 !important;
}
.provider-verified .provider-services .browse-searchbar-section {
    padding: 48px 28px;
}
.provider-verified .provider-services .browse-titie_sec h2 {
    line-height: 32px;
    font-size: 24px;
    margin: 4px 0 0 0;
    letter-spacing: 1.16px;
}
.provider-verified .provider-services .browse-titie_sec {
    padding: 0 28px 28px;
}
.provider-verified .featuredServices {
    margin: 0 0 48px 0;
}
.provider-verified .provider-services .browse-services a {
    padding: 28px;
}
.providerVerified-servicesFeatured .browse-services .card-header {
    background: transparent;
    padding: 0;
    border: 0;
}
.providerVerified-servicesFeatured .enterprise-breadcrumbs p a{
    letter-spacing: 1.46px;
    font-family: 'HK Grotesk Bold';
}
.providerVerified-servicesFeatured .enterprise-breadcrumbs p span{
    margin: 0 8px;
}
.providerVerified-servicesFeatured .enterprise-breadcrumbs p{
    font-family: 'HK Grotesk Bold';
    letter-spacing: 1.46px;
}
.providerVerified-servicesFeatured .card-link.featuredServices-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px 18px 28px;
    cursor: pointer;
}
.providerVerified-servicesFeatured .servicePrice {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.providerVerified-servicesFeatured .provider-services .browse-services ul li::after{
    display: none;
}
.providerVerified-servicesFeatured .browse-services .card {
    border-radius: 0;
    border: 0;
}
.providerVerified-servicesFeatured .featuredServices .browse-services a {
    padding: 0;
}
.providerVerified-servicesFeatured .browse-services a:hover{
    background: transparent;
}
.providerVerified-servicesFeatured .featuredServices .serviceName p {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    line-height: 20px;
}
.providerVerified-servicesFeatured .featuredServices .serviceName p span{
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
}
.providerVerified-servicesFeatured .featuredServices a.card-link {
    padding: 0 !important;
}
.providerVerified-servicesFeatured .featuredServices .servicePrice > p {
    font-size: 24px;
    line-height: 32px;
    color: #36C5BA;
    font-family: 'Tiempos Headline';
}
.providerVerified-servicesFeatured .featuredServices .servicePrice p span {
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
    text-align: right;
}
.providerVerified-servicesFeatured .featuredServices .servicePrice a {
    font-family: 'HK Grotesk Bold';
    color: #36C5BA;
    margin: 0 0 0 16px;
}
.providerVerified-servicesFeatured .r-addedservice-table{
    margin: 0;
    border: 0;
}
.providerVerified-servicesFeatured .r-addedservice-table table thead {
    background: #02363d;
    border: 1px solid #02363d;
}
.providerVerified-servicesFeatured .card-body {
    padding: 7px 28px 24px;
}
.providerVerified-servicesFeatured .r-addedservice-table table thead tr th{
    color: #fff;
    padding: 12px 16px;
    font-size: 12px;
    border: 0;
}
.providerVerified-servicesFeatured .r-addedservice-table table {
    border: 0;
}
.providerVerified-servicesFeatured .r-addedservice-table table tbody {
    border: 1px solid #e3e6eb;
}
.providerVerified-servicesFeatured .r-addedservice-table table tbody tr {
    border-bottom: 1px solid #e3e6eb;
}
.providerVerified-servicesFeatured .r-addedservice-table table tbody tr:last-child {
    border:0;
}
.providerVerified-servicesFeatured .r-addedservice-table table tbody tr td {
    padding: 12px 24px;
    border: 0;
}
.providerVerified-servicesFeatured .r-addedservice-table table thead tr th:first-child {
    padding: 12px 16px 12px 24px;
}
.providerVerified-servicesFeatured .r-addedservice-table table thead tr th:last-child {
    padding: 12px 24px 12px 16px;
}
.providerVerified-servicesFeatured .r-addedservice-table table tbody tr td .tags {
    font-size: 14px;
    padding: 4px 12px;
    max-width: 65px;
    text-align: center;
    line-height: 20px;
}
.providerVerified-servicesFeatured .provider-services .browse-searchbar-section {
    padding: 48px 28px 30px;
}
.providerVerified-servicesFeatured .r-addedservice-table table tbody tr td:last-child{
    padding: 12px 44px 12px 24px;
}
.providerVerified-servicesFeatured .servicePrice a img {
    margin: 0 0 0 6px;
}
.provider-verified .browse-searchbar-section .form-group input:focus{
    border: 2px solid #02363d;
}

.providerVerified-servicesFeatured .card-link.featuredServices-details .servicePrice a img{
    transform: rotate(180deg);
    transition: 0.3s;
}
.providerVerified-servicesFeatured .card-link.featuredServices-details.collapsed .servicePrice a img{
    transform: unset;
    transition: 0.3s;
}
.product-page section.home-banner-section .home-trns-drk-btn{
    width: 215px;
}
.commonGap {
    padding: 128px 0;
}
.productPageHead {
    font-size: 64px;
    line-height: 76px;
    letter-spacing: 0.5px;
    color: #02363D;
    margin: 0 0 12px 0;
}
.productPageParah {
    width: 70%;
    font-size: 18px;
    line-height: 28px;
    color: #02363d;
    margin: 0;
}
.accomplished-title {
    max-width: 497px;
    margin: 0 0 64px 0;
}
.accomplished-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accomplished-blocks-inner h3 {
    font-size: 44px;
    line-height: 44px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
}
.accomplished-blocks-inner {
    width: 19%;
    padding: 40px 32px;
    background: #02363D;
    color: #fff;
}
.accomplished-blocks-inner p {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}
.clearRates-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 36px 0;
}
.clearRates-title-inner {
    max-width: 707px;
}
.clearRates-title-inner h2 {
    margin: 24px 0;
}
.cR-blocks-inner p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0;
    height: 84px;
    color: #02363d;
}
.cR-blocks-inner {
    border: 1px solid #02363D;
    padding: 32px;
    color: #02363D;
    margin: 28px 0 0 0;
}
.pp-drk-btn {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #02363d;
    padding: 12px 20px;
    border-radius: 35px;
    text-align: center;
    font-family: 'HK Grotesk Bold';
    display: flex;
    transition: 0.3s;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.pp-drk-btn:hover{
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    color: #fff;
}
.cR-blocks-inner h3 {
    font-size: 34px;
    line-height: 44px;
    margin: 28px 0 8px 0;
    color: #02363d;
    letter-spacing: 1.06px;
  }
.cR-blocks-inner img {
    width: 64px;
}
.cR-blocks-inner a {
    text-align: center;
    padding: 12px 20px;
    display: block;
    color: #02363d;
    border: 2px solid #02363d;
    border-radius: 35px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    transition: .3s;
}
.cR-blocks-inner a:hover{
    text-decoration: none;
    background-color: #02363D;
    color: #fff;
    border: 2px solid #fff;
}
.clearRates-blocks .col-lg-4:last-child .cR-blocks-inner {
    background: #02363d;
    color: #fff;
}
.clearRates-blocks .col-lg-4:last-child .cR-blocks-inner a{
    background:#fff;
}
.clearRates-blocks .col-lg-4:last-child .cR-blocks-inner a:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
    color: #02363D;
}
.clearRates-blocks .col-lg-4:last-child .cR-blocks-inner h3{
    color: #fff;
}
.clearRates-blocks .col-lg-4:last-child .cR-blocks-inner p{
    color: #fff;
}
.clearRates-accessData {
    padding: 128px 0 64px 0;
}
.accessData-title {
    max-width: 497px;
}
.featureSection-inner {
    margin: 0 0 128px 0;
}
.featureSection-inner .row {
    align-items: center;
}
.highlighted-feature{
    display: flex;
    align-items: center;
}
.highlighted-feature span {
    margin: 0 0 0 12px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'HK Grotesk Bold';
}
.featureSection-inner .providerSection-features-right h3{
    letter-spacing: 1.16px;
}
.featureSection-inner .providerSection-features-right > a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.moreProduct-content {
    padding: 32px;
    border: 1px solid #02363d;
    margin: 32px 0 0 0;
}
.moreProduct-content h4 {
    font-size: 32px;
    line-height: 40px;
    color: #02363D;
    margin: 16px 0;
    letter-spacing: 1.46px;
}
.moreProduct-content p {
    font-size: 18px;
    line-height: 28px;
    color: #02363d;
    margin: 0 0 16px 0;
}
section.moreProducts-section .productPageHead{
    margin: 0;
}
.dashboard-mainArea {
    padding: 24px;
    max-width: 1448px;
    margin: 0 auto;
    background: #F7FBFB;
}
.dashboard-title {
    background: #02363d;
    color: #fff;
    padding: 30px;
    position: relative;
}
.dashboard-title::after {
    content: url("../images/dash-hero-img.f65f79b9203d.svg");
    position: absolute;
    right: 0;
    top: 0;
}
.dashboard-title h1,
.dashboard-title h1 span {
    font-size: 44px;
    font-family: 'HK Grotesk Bold';
    line-height: 52px;
    margin: 0 0 32px 0;
}
.dashboard-title p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding: 0 0 0 12px;
}
.dashboard-title p::before {
    width: 2px;
    height: 44px;
    color: #E29578;
    background: #E29578;
    display: block;
    content: "";
    left: 0;
    position: absolute;
}
.dashboard-tabs-inner {
    border: 1px solid #E3E6EB;
    padding: 24px;
    margin: 16px 0 0 0;
    width: 32.4%;
}
.dashboard-tabs-inner h2 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Hk Grotesk Bold';
    margin: 24px 0 12px 0;
    color: #02363d;
}
.dashboard-tabs-inner p {
    color: #02363d;
    margin: 0 0 24px 0;
    height: 72px;
}
.dashboard-tabs-inner a {
    font-size: 16px;
    font-family: 'HK Grotesk Bold';
    line-height: 24px;
    color: #36C5BA;
}
.dashboard-tabs-inner a:hover {
    text-decoration: none;
}
.dashboard-tabs-inner a img{
    margin: 0 0 0 9px;
}
.dashboard-tabs-inner:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #02363D;
}
.dashboard-tabs-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fixed-width-sheet {
    max-width: 750px;
}
.healthPlan-infoPage .turquoise-verification a img {
    margin: 0 0 0 6px;
}
.healthPlan-infoPage .turquoise-verification a{
    font-family: 'HK Grotesk Regular';
}
.healthPlan-infoPage .claimHealthPlan {
    font-family: "HK Grotesk Bold" !important;
}
.dark-bg-header #navbarCollapse {
    justify-content: flex-end;
}
.dark-bg-header .sub-menu.mega-menu {
    left: -500%;
}
.dark-bg-header .signupLogin-btns .signUp {
    position: relative;
    color: #fff;
}
.dark-bg-header a.enterpriseLogin {
    margin: 0 0 0 18px;
}
.dark-bg-header .signupLogin-btns .signUp::before {
    content: " ";
    width: 1px;
    height: 24px;
    background: #FFFFFF;
    opacity: 0.5;
    display: block;
    position: absolute;
    left: -16px;
}
.dark-bg-header .signupLogin-btns .signUp:hover::after {
    transform: rotate(180deg);
}
.healthPlan-infoPage .sidebar-jumpto-section {
    border-bottom: 1px solid #E3E6EB;
}
.healthPlan-infoPage .sidebar-jumpto-section ul {
    margin: 0;
}
.healthPlan-infoPage .sidebar-jumpto-section li {
    margin: 0 !important;
}
.healthPlan-infoPage .sidebar-location a {
    margin: 0 0 28px 0;
}
.healthPlan-infoPage .sidebar-contact a{
    margin: 0;
}
.healthPlan-infoPage .healthPlan-title h2 {
    font-size: 36px;
    line-height: 44px;
    color: #02363D;
    letter-spacing: 0.23px;
    margin: 0;
}
.healthPlan-infoPage .claim-this-provider{
    margin: 0;
}
.healthPlan-infoPage .hospital-info-title {
    padding-bottom: 48px;
    justify-content: space-between;
}
.healthPlan-infoPage .hospital-info-cont {
    padding: 28px !important;
}
.healthPlan-infoPage .healthPlan-detailedInfo ul li h6 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.44px;
}
.healthPlan-infoPage .healthPlan-detailedInfo ul li h6 span {
    text-transform: capitalize;
    letter-spacing: 0;
}
.healthPlan-infoPage .healthPlan-detailedInfo {
    display: flex;
    padding: 0 0 56px 0;
    justify-content: space-between;
}
.healthPlan-infoPage .tabs-nav {
    padding: 0 !important;
}
.healthPlan-infoPage .healthPlan-content li {
    margin: 0 0 24px 0;
    display: flex;
    width: 33%;
}
.healthPlan-infoPage .healthPlan-detailedInfo ul {
    width: 100%;
    justify-content: initial;
}
.healthPlan-infoPage .hospital--information {
    border-bottom: 1px solid #E3E6EB;
}
.healthPlan-infoPage .pricing-compariosn-servc-table {
    padding: 20px 0;
    border-bottom: 1px solid #E3E6EB;
    margin: 0;
}
.healthPlan-infoPage .pricing-compariosn-servc-table .healthPlan-title {
    margin: 0 0 28px 0;
}
.healthPlan-infoPage .table .thead-dark th {
    padding: 12px 24px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.46px;
    font-family: "HK Grotesk Bold";
}
.healthPlan-infoPage .table td {
    padding: 12px 24px;
}
.healthPlan-infoPage .table td a{
    font-family: "HK Grotesk Bold";
}
.healthPlan-infoPage table p {
    color: #02363d;
}
.healthPlan-infoPage .table{
    margin:0;
}
.healthPlan-infoPage .browse-pagination .alphabet-pagination ul li a {
    padding: 8px 14px;
    font-size: 16px;
    line-height: 24px;
}
.healthPlan-infoPage .browse-pagination .alphabet-pagination ul {
    display: inline-flex;
    border-radius: 22px;
    padding: 0;
}
.healthPlan-infoPage .browse-pagination {
    padding: 16px 24px;
    margin: 0;
    border: 1px solid #E3E6EB;
    border-top: 0;
}
.healthPlan-infoPage .alphabet-pagination{
      margin: 0;
}
.healthPlan-infoPage .hospital-care-quality {
    padding: 56px 0;
}
.healthPlan-infoPage .care-quality-table {
    margin: 28px 0 0 0;
}
.healthPlan-infoPage .care-quality-table .table tr td:first-child p{
    font-family: "HK Grotesk Bold";
}
.healthPlan-infoPage .searchCare {
    padding: 56px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.healthPlan-infoPage .searchCare-left {
    display: flex;
    align-items: center;
}
.healthPlan-infoPage .searchCare-left h4 span {
    display: block;
    color: #02363d;
}
.healthPlan-infoPage .searchCare-left h4 {
    margin: 0 0 0 16px;
    font-size: 24px;
    line-height: 32px;
    color: #02363D;
    letter-spacing: 0.46px;
}
.healthPlan-infoPage .searchCare-right a {
    padding: 12px 20px;
    color: #fff;
    background: #02363d;
    font-family: 'HK Grotesk Bold';
    border-radius: 35px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    transition: 0.3s;
}
.healthPlan-infoPage .searchCare-right a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.healthPlan-infoPage .site-cta-section {
    padding: 96px 20px;
    text-align: left;
}
.healthPlan-infoPage .site-cta-section span {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.96px;
    font-family: 'HK Grotesk Bold';
    color: #fff;
}
.site-reformedCTA-section {
    padding: 96px 20px;
    text-align: left;
}
.site-reformedCTA-section .site-reformedCTA-section-right {
    text-align: right;
}
.site-reformedCTA-section span {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.96px;
    font-family: 'HK Grotesk Bold';
    color: #fff;
}
.healthPlan-infoPage .site-cta-section h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 4px 0;
    letter-spacing: 0.46px;
}
.healthPlan-infoPage .site-cta-section p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.healthPlan-infoPage .site-cta-section .row{
    align-items: center;
}
.healthPlan-infoPage .site-cta-section .home-solid-drk-btn {
    margin: 0 0 0 8px;
}
.site-reformedCTA-section h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 4px 0;
    letter-spacing: 0.46px;
}
.site-reformedCTA-section p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.site-reformedCTA-section .row{
    align-items: center;
}
.site-reformedCTA-section .home-solid-drk-btn {
    margin: 0 0 0 8px;
}
.healthPlan-infoPage .verifiedRates span {
    border: 1px solid #E3E6EB;
    border-radius: 35px;
    padding: 4px 16px;
    font-family: 'HK Grotesk SemiBold';
    margin: 0 8px 0 0;
    display: inline-block;
}
.healthPlan-verifiedInfo span.badges img {
    width: 20px;
    margin: -3px 8px 0 0;
    vertical-align: middle;
}
.healthPlan-verifiedInfo .verifiedRates span:last-child{
    margin: 0;
}
.healthPlan-verifiedInfo .verifiedRates {
    margin: 0 0 16px 0;
    justify-content: space-between;
}
.healthPlan-verifiedInfo .our-mission p {
    margin: 0 0 48px 0;
}
.healthPlan-verifiedInfo .without-data p {
    align-items: start;
    padding: 20px;
    border: 1px solid #E3E6EB;
    background: rgba(138, 149, 165, 0.08);
    margin-bottom: 48px;
}
.healthPlan-verifiedInfo  .turquoise-verification h3 img {
    margin: 0 0 0 5px;
    width: 16px;
}
.healthPlan-verifiedInfo  .turquoise-verification p img {
    width: 16px;
}
.manage-storeFront-details .enterprise-headersec-right a{
    background: #02363d;
    color: #fff;
}
.manage-storeFront-details .enterprise-headersec-right .publish-btn{
    background: #36C5BA;
}
.manage-storefront-detail-page .info-block {
    align-items: flex-start;
}
.manage-storefront-detail-page .info-block h2 {
    margin: 0 0 8px 0;
}
.manage-storefront-detail-page .info-block p {
    text-align: left;
    color: #02363D;
    margin: 0;
}
.manage-storefront-detail-page .msf-featured-services-rates {
    padding: 24px;
    display: flex;
    background: #02363D;
    position: relative;
    border-left: 1px solid #E3E6EB;
    border-right: 1px solid #E3E6EB;
  }
.msf-featured-services-rates h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
    width: 50%;
    color: #ffffff;
}
.manage-storefront-detail-page .enterprise-search-filter-section .accordion{
    border-top: 0;
}
.manage-storefront-detail-page .enterprise-search-filter-section ul li:last-child .card-header .btn.btn-link.collapsed{
    border-bottom: 0;
}
.msf-featured-services-rates span {
    display: block;
}
.msf-featured-services-rates ul {
    width: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px !important;
}
.msf-featured-services-rates li {
    margin: 0 0 0px 24px;
}
.msf-featured-services-rates li a {
    font-family: 'HK Grotesk Bold';
}
.msf-featured-services-rates .rates-close {
    position: absolute;
    right: 0;
    top: 8px;
    padding: 0 8px 0 0;
}
.manage-storefront-detail-page .enterprise-search-filter-section {
    width: 100%;
    padding: 0;
    border: 0;
}
.manage-storefront-detail-page .featured-services-categories ul li:last-child {
      border: 0;
}
.manage-storefront-detail-page .enterprise-search-filter-section h2 {
    margin: 0;
}
.manage-storefront-detail-page .enterprise-search-filter-section ul{
    width: 100%;
    padding: 0;
}
.manage-storefront-detail-page .card-header {
    background-color: #F7FBFB;
}
.manage-storefront-detail-page .card-header button.collapsed{
    border-bottom: none;
}
.manage-storefront-detail-page .featured-services-categories > ul > li {
    justify-content: space-between;
    margin: 0;
    padding:12px 24px 12px 48px;
    border-bottom: 1px solid #E3E6EB;
}
.manage-storefront-detail-page .featured-services-categories .rates {
    display: flex;
}
.ratesShow {
    font-size: 16px !important;
    border-bottom: 1px dashed #02363d;
    display: none;
}
.ratesShow p{
    color: #02363d;
    margin: 0 !important;
}
.ratesShow.show p:hover ~ .tool-tip {
    display: block !important;
}
.manage-storefront-detail-page .show {
    display: block;
}
.manage-storefront-detail-page .actions .tool-tip{
    top: -10px;
    left: 0;
    min-width: 130px;
    left: -141px;
}
.manage-storefront-detail-page .tool-tip::after{
    border-top: 10px solid transparent;
    border-left: 10px solid #02363D;
    border-bottom: 10px solid transparent;
    bottom: 12px;
    left: 100%;
}
.manage-storefront-detail-page .enterprise-search-filter-section .card-body{
    padding:0;
}
.manage-storefront-detail-page .featured-services-categories .actions > a {
    font-size: 16px !important;
    border-bottom: 1px dashed #02363D;
    border-radius: 0;
    text-decoration: none;
}
.manage-storefront-detail-page .featured-services-categories .name a {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.manage-storefront-detail-page .msf-affiliations {
    display: unset;
    padding: 12px 0px;
    align-items: revert;
}
.manage-storefront-detail-page .msf-affiliations li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    border-bottom: 1px solid #E3E6EB;
}
.msf-affiliations ul li:last-child {
    border: 0;
}
.manage-storefront-detail-page .msf-affiliations ul {
    margin: 0;
    padding: 0px;
}
.manage-storefront-detail-page .msf-affiliations h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin:0;
}
.manage-storefront-detail-page .enterprise-search-filter-section .card-header button.collapsed::after {
    content: url("../images/Expand.8f59824d4f11.svg");
}
.manage-storefront-detail-page .enterprise-search-filter-section .card-header button::after {
    content: url("../images/Collapse.4fb8d3103e0d.svg");
}
.manage-storefront-detail-page .remove{
    display: none !important;
}
.manage-storefront-detail-page ul.rates li {
    padding: 0 !important;
    margin: 0 0 0 5px !important;
    border: none !important;
}
.featured-services-categories .actions .rates{
    display: none;
}
.manage-storefront-detail-page .actions .rates.show {
    display: flex;
}

.manage-storefront-detail-page ul.rates li input {
    border-radius: 25px;
    margin: 0;
    width: 96px;
    padding: 0 12px;
    border: 2px solid #36C5BA;
    margin: 0;
}
.manage-storefront-detail-page  .enterprise-search-filter-section .card-header button{
    font-size: 16px;
    line-height: 20px;
    font-family: "Hk Grotesk Bold";
    padding: 12px 24px;
    border:0;
    border-bottom: 1px solid #e3e6eb;
    transition: unset;
}
.manage-storefront-detail-page  .enterprise-search-filter-section .card-header button::after {
    right: 24px;
}
.ratesShow:hover .tool-tip {
    display: block;
  }
.manage-storefront-detail-page .featured-services-categories .actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.manage-storefront-detail-page .featured-services-categories .actions label {
    line-height: 26px;
}
.manage-storefront-detail-page .featured-services-categories .actions.show .rates{
    display: flex;
}
.manage-storefront-detail-page .featured-services-categories .actions.show .rates.remove ~ .ratesShow{
    display: block !important;
}
.manage-storefront-detail-page .organization-formfield-section .cke_chrome{
    border: 1px solid #8A95A5;
}
.manage-storefront-detail-page .organization-formfield-section .cke_reset{
    border-radius: 22px;
}
.manage-storefront-detail-page .organization-formfield-section .cke_top{
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.manage-storefront-detail-page .organization-formfield-section .cke_top {
    border-bottom: 1px solid #8A95A5 !important;
    background: #ffffff !important;
}
.cke_dialog_background_cover {
    z-index: 9999999 !important;
}
.cke_dialog_container{
    z-index: 9999999 !important;
}
.cke_editable, .cke_editable p{
    color: #02363D !important;
}
.featured-services-categories .actions .rates.removeByCross {
    display: none !important;
}
.featured-services-categories .showInitialState .noRatesSet{
    display: block !important;
}
.simple-extracts-submit-success-page {
    max-width: 540px;
    text-align: left;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.simple-extracts-submit-success-page .cd-popup-close {
    top: 6px;
    right: 6px;
}
.se-submit-success-info .se-submit-success-title {
    padding: 24px;
    height: 80px;
    border-bottom: 1px solid #E3E6EB;
}
.se-submit-success-info .se-submit-success-title h2 {
    font-family: "HK Grotesk Bold";
    font-size: 28px;
    line-height: 32px;
    color: #02363D;
}
.se-submit-success-info img {
    height: 124px;
    width: 125px;
    display: flex;
    margin: 47px auto;
}
.se-submit-success-info button {
    text-align: center;
    color: #fff;
    background: #02363D;
    border-radius: 22px;
    height: 44px;
    width: 492px;
    padding: 12px 20px;
    font-family: 'HK Grotesk Bold';
}
.se-submit-success-content {
    padding: 18px 24px;
}
.se-submit-success-content p:first-of-type {
    font-family: 'HK Grotesk Bold';
}
.se-submit-success-footer {
    max-width: 540px;
    padding: 24px;
    height: 92px;
    background: #F7FBFB;
    border-top: 1px solid #E3E6EB;
}
.msf-welcome-info {
    padding: 24px;
}
.msf-welcome-info h2 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'HK Grotesk Bold';
    margin-bottom: 8px;
    color: #02363D;
}
.msf-welcome-info p {
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    margin-bottom: 20px;
}
.msf-welcome-info ul {
    margin: 0 0 24px 0;
}
.msf-welcome-info button {
    text-align: center;
    color: #fff;
    background: #36C5BA;
    padding: 12px 20px 12px 20px;
    border-radius: 22px;
    font-family: 'HK Grotesk Bold';
    width: 100%;
    transition: 0.3s;
}
.msf-welcome-info button:hover{
    transform: scale(1.03);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.msf-welcome-info ul li {
    list-style: initial;
    margin: 0px 0 0 30px;
    color: #02363D;
}
.manage-storefront-welcome-page {
    max-width: 480px;
    overflow-y: hidden;
    text-align: left;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.msf-welcome-img img {
    width: 100%;
}
.msf-edit-logo-popup .organization-logo img {
    max-width: 96px;
}
.msf-edit-logo-popup .organization-title h3 {
    font-size: 20px;
}
.msf-edit-logo-popup  .organization-title p {
    font-size: 14px;
    line-height: 20px;
}
.msf-edit-logo-popup  a.delete {
    color: #8A95A5;
    margin-left: 24px;
}
.msf-edit-logo-popup .create-contract-popup-title h2, .create-add-affiliation .create-contract-popup-title h2, .create-edit-affiliation .create-contract-popup-title h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}
.msf-edit-logo-popup a.delete:focus{
    color: #D73D3D !important;
    text-decoration: none;
}
.msf-intro-left-block h2 {
    margin-bottom: 2px;
}
.msf-intro-left-block .organization-formfield-section, .create-add-affiliation .organization-formfield-section, .create-edit-affiliation .organization-formfield-section{
    padding: 24px;
    border-top: 1px solid #e3e6eb;
}
.msf-blocks-form ul li input:focus,.msf-blocks-form ul li .cke_reset:focus {
    border: 1px solid #000;
}
.msf-intro-left-block button.save-chgs:hover {
    border: 1px solid #36C5BA;
}
.msf-intro-left-block .organization-formfield-section ul label, .create-add-affiliation .organization-formfield-section ul label, .create-edit-affiliation .organization-formfield-section ul label  {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
.msf-intro-left-block button.save-chgs {
    border: 1px solid #36C5BA;
    background: #36C5BA;
    color: #fff;
}
.dark-bg-header.light-bg-header #navbarCollapse .navbar-item.has-menu > a::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
}
.signupLogin-btns .active::after {
    content: url("../images/angle-down-green.3262d5d8eaad.svg") !important;
}
ul.signIn-subMenu {
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    z-index: 99;
    position: absolute;
    width: 202px;
    right: 0;
    display: none;
    padding: 16px;
}
.signIn-subMenu li a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.signIn-subMenu li a {
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    border-radius: 35px;
    width: 170px;
    font-family: "Hk Grotesk Bold";
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}
.signIn-subMenu li:last-child a {
    padding-right: 16px !important;
}
.signIn-subMenu li a {
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    border-radius: 35px;
    width: 170px;
    font-family: "Hk Grotesk Bold";
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}
.patient-signIn {
    background: #36C5BA;
    margin: 0 0 12px 0;
}
.signupLogin-btns .active {
    color: #8A95A5 !important;
    font-family: "Hk Grotesk Bold" !important;
}
.enterprise-signIn {
    background: #02363D;
}
.patientsign-Up .agreements .form--row label {
    margin: 0;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0;
    font-family: "Hk Grotesk regular";
    text-transform: capitalize;
}
.patientsign-Up .agreements .form--row input{
    width: unset;
    margin: 5px 5px 0 0;
}
.agreements .form--row {
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.patientsign-Up .agreements{
    margin: 0 0 12px 0 !important;
}
.patientsign-Up .create-account-formsec form ul li input[type="date"] {
    color: #8A95A5;
    text-transform: uppercase;
}
.patientsign-Up .mb-20{
    margin-bottom: 20px !important;
}
.patientsign-Up .form--row a {
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Hk Grotesk Bold";
}
.patientsign-Up .form--row input:focus {
    border: 1px solid #02363d;
}

.signupLogin-btns .user-name {
    padding: 4px 12px;
    font-family: "Hk grotesk Bold";
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #02363d;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 0 0 18px;
}
.signupLogin-btns .user-name:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.signUp-submitPage .submit-page-mainsec {
    padding: 100px 0 200px 0;
    text-align: center;
}
.signUp-submitPage .submit-btns .home-solid-drk-btn {
    margin: 0 8px 0 0;
}
.signUp-submitPage .submit-page-info h1 {
    width: unset;
    margin: 40px 0 8px 0;
}
.signUp-submitPage .submit-page-info p {
    width: unset;
    font-size: 16px;
    margin: 0 0 48px 0;
}
.enterpriseSignIn-link{
    text-align: center;
}
.enterpriseSignIn-link a{
    font-family: "Hk Grotesk Bold";
}
.patientSign-In .create-account-formsec input:focus{
    border:1px solid #02363d;
}
.signUp-darkBtn{
    background: #02363d;
    margin: 0 0 0 18px;
    border-radius: 50px;
    display: inline-flex;
    padding: 10px 20px 10px 20px;
    color: #fff !important;
    align-items: center;
    text-decoration: none !important;
    font-family: 'HK Grotesk Medium';
    transition: 0.3s;
}
.signUp-darkBtn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.personalDetails {
    text-align: right;
}
.personalDetails h5 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Hk grotesk Bold";
    margin: 0;
}
.personalDetails p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.myCare .main-content-section .nav-tabs .nav-link.active {
    border: 1px solid transparent;
    background: #02363D;
    border-radius: 20px;
    color: #fff;
    padding: 6px 16px;
    font-family: "Hk Grotesk medium";
}
.myCare .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    color: #02363d;
    font-family: "Hk Grotesk medium";
    transition: 0.3s;
}
.myCare-content {
    padding: 28px 13px;
}
.myCare-title a {
    font-family: "Hk grotesk Bold";
}
.myCare-content .nav.nav-tabs {
    border-bottom: 1px solid #e3e6eb;
    padding: 0 0 28px 0;
}
.myCare-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0 16px 0;
}
.clearEstimates-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E6EB;
    padding: 20px;
}
.myCare .clear-estimates ul {
    margin: 0;
}
.myCare-title h3 {
    font-size: 36px;
    line-height: 44px;
    color: #02363D;
    letter-spacing: 1.06px;
    margin: 0;
}
.myCare .calendar {
    padding: 8px 23px;
    background: #02363D;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.myCare .searchInner-section img {
    width: 50px;
}
.myCare .searchInner-section h3 {
    padding: 20px 0 20px 0;
    font-size: 36px;
    line-height: 44px;
}
.myCare .searchInner-section{
    padding: 64px 96px;
}
.myCare .search-section {
    margin: 96px 0 0 0;
}
.myCare .searchInner-section .home-trns-drk-btn {
    width: 175px;
}
.myCare .calendar p {
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    font-family: "Hk Grotesk Bold";
}
.myCare .patient-details p a {
    color: #02363d;
    font-size: 16px;
    line-height: 24px;
    font-family: "Hk Grotesk regular";
    margin: 0 0 0 8px;
    border-bottom: 1px dashed #02363D;
    text-decoration: none;
}
.myCare .patient-information {
    display: flex;
    width: 70%;
}
.myCare .patient-price p {
    margin: 0;
    color: #02363d;
}
.myCare .patient-price h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
}
.myCare .patient-details a {
    font-size: 24px;
    line-height: 28px;
    font-family: 'HK Grotesk Bold';
}
.myCare .patient-price a {
    color: #8A95A5;
    font-size: 16px;
    line-height: 24px;
}
.myCare .patient-details p {
    margin: 0;
}
.myCare .calendar span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.46px;
    margin: 0;
    font-family: "Hk Grotesk Bold";
}
.myCare .clear-estimates ul li {
    border: 1px solid #E3E6EB;
    margin: 0 0 16px 0;
}
.myCare .patient-details {
    margin: 0 0 0 20px;
}
.myCare .clearEstimates-bottom {
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #F7FBFB;
}
.myCare .history a::after {
    content: url("../images/angle-down-green.3262d5d8eaad.svg");
    position: absolute;
    right: 0;
    transition: 0.3s;
}
.myCare .history a:hover::after{
    transform: rotate(180deg);
}
.myCare .history a {
    font-family: "Hk Grotesk Bold";
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    padding: 0 16px 0 0;
}
.myCare .history .home-trns-drk-btn {
    padding: 8px 16px;
    border-radius: 35px;
    margin: 0 20px 0 0;
    width: 154px;
}
.myCare .history .home-trns-drk-btn::after{
    display: none;
}
.myCare .patient-price {
    text-align: right;
    width: 30%;
}
.myCare .clearEstimates-bottom h5 span {
    display: block;
}
.myCare .clearEstimates-bottom h5 {
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
    margin: 0 0 0 13px;
}
.myCare .clearEstimates-bottom .indicator > span {
    width: 1px;
    height: 46px;
    display: block;
    background: #E3E6EB;
    position: absolute;
    bottom: 0;
}
.myCare .clearEstimates-bottom .indicator > span::before {
    width: 11px;
    height: 11px;
    background: #E29578;
    border-radius: 50px;
    display: block;
    content: "";
    position: absolute;
    left: -5px;
    top: -9px;
}
.myCare .history {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}
.myCare .indicator {
    display: flex;
    width: 50%;
}
.myCare .finalized::before {
    background: #02363d !important;
}
.myCare .verified::before {
    background: #36C5BA !important;
}
.myCare .clear-estimates ul li:last-child {
    margin: 0;
}
.notification-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px 0;
}
.notifications ul li p span {
    display: block;
    color: #8A95A5;
}
.notifications ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #E3E6EB;
}
.notifications ul li:last-child {
    border: 0;
}
.notViewedNotification{
    position: relative;
    padding: 20px 20px 20px 40px !important;
    background: #F7FBFB;
}
.notified-details li a {
    font-family: "Hk Grotesk Bold";
    width: 50%;
    text-align: right;
}
.notifications ul .notViewedNotification::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #D73D3D;
    left: 20px;
    position: absolute;
}
.notified-details {
    margin: 0;
    border: 1px solid #E3E6EB;
}
.notified-details li p {
    margin: 0;
    color: #02363D;
    width: 50%;
}
.notification-title h3 {
    font-size: 36px;
    line-height: 44px;
    color: #02363D;
    letter-spacing: 1.46px;
    margin: 0;
}
.notification-title a {
    color: #36C5BA;
    font-family: "Hk Grotesk Bold";
}
.notifications {
    padding: 96px 0 88px 0;
}
.myCare .nav-tabs .nav-link:hover {
    color: #36C5BA;
}
.myCare .clearEstimates-verified .clearEstimates-bottom{
    border: 1px solid #E3E6EB;
}
.myCare .clearEstimates-verified {
    padding: 28px 13px;
}
.myCare .clearEstimates-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 56px 0 16px 0;
}
.myCare .clearEstimates-title h3 {
    margin: 0;
}
.myCare .clearEstimates-title a img {
    margin: 0 8px 0 0;
}
.myCare .clearEstimates-title a {
    font-family: "Hk Grotesk Bold";
}
.myCare .clearEstimates-title h3 {
    font-size: 36px;
    line-height: 44px;
    margin: 0;
    color: #02363d;
}
#press-n-media .hm-banner-img img{
    margin-right: 0;
}
.logo-img img {
    width: 100%;
}
.logos-section {
    padding: 82px 0;
    background: #F7FBFB;
}
.press-media-inner h2 {
    font-size: 48px;
    line-height: 56px;
    color: #02363D;
    letter-spacing: 1.46px;
    padding: 0 0 28px 0;
    margin: 0;
    border-bottom: 3px solid #02363d;
}
.press-media-inner-left span {
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
    font-family: "Hk Grotesk medium";
}
.press-media-inner ul li a {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.press-media-inner ul li {
    padding: 20px 0;
    border-bottom: 1px solid #E3E6EB;
    transition: 0.3s;
}
.press-media-inner ul li:hover{
    border-bottom: 1px solid #ACACAC;
}
.black-btn {
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
    background: #02363D;
    border-radius: 50px;
    padding: 12px 16px 12px 24px;
    font-family: "Hk Grotesk Bold";
    margin: 28px 0 0 0;
    display: inline-block;
    transition: 0.3s;
    text-decoration: none !important;
}
.black-btn:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.black-btn img {
    margin: 0 0 0 13px;
}
.commonSpaceBottom {
    padding-bottom: 128px;
}
.commonSpaceTop {
    padding-top: 128px;
}
.press-media-about-us{
    padding: 128px 0;
}
.press-media-inner-left p {
    color: #02363d;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "Hk Grotesk medium";
}
.press-media-inner-left h3 {
    margin: 2px 0;
    color: #02363d;
    font-family: "Hk Grotesk Bold";
    font-size: 20px;
    line-height: 24px;
}
.press-and-media .accomplished-numbers-section {
    background: #02363d;
}
.press-and-media .accomplished-blocks-inner h3 {
    font-size: 48px;
    line-height: 56px;
    font-family: 'Tiempos Headline';
}
.press-and-media .accomplished-blocks {
    padding: 64px 0;
}
.press-and-media .accomplished-blocks-inner{
    width: 15%;
    padding: 0;
}
.press-media-kit .row {
    align-items: center;
}
.press-kit-img img {
    width: 100%;
}
.kit-availability {
    padding: 0 0 0 90px;
}
.kit-availability h3{
    font-size: 48px;
    line-height: 56px;
    color: #02363D;
    letter-spacing: 1.46px;
    margin: 0;
}
.kit-availability p {
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
    font-family: "Hk Grotesk medium";
    margin: 24px 0;
}
.press-media-kit .black-btn{
    margin: 0;
}
.press-media-about-us ul {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0;
}
.press-media-about-us .about-us-inner li h5 {
    font-size: 18px;
    line-height: 24px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
    margin: 0 0 8px 0;
}
.press-media-about-us .about-us-inner li p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
    font-family: "Hk Grotesk medium";
}
.press-media-inner-left {
    width: 95%;
}
.press-media-inner ul {
    margin: 0;
}
.press-media-inner-right {
    width: 5%;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.mrf-standard .press-media-inner {
    border: 1px solid #E3E6EB;
}
.mrf-standard .press-media-inner h2 {
    font-size: 36px;
    line-height: 44px;
    border-bottom: 1px solid #E3E6EB;
    padding: 40px 20px 20px 20px;
}
.mrf-standard .press-media-inner li {
    padding: 20px;
}
.mrf-standard .cta h2 {
    font-size: 48px;
    line-height: 56px;
}
.mrf-standard .cta a {
    min-width: max-content;
    height: fit-content;
}
.partnerships.solution-services .hm-banner-info h1{
    font-size: 62px;
}
.common-head {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color: #02363d;
    letter-spacing: 0.94px;
    margin: 0;
}
.common-paragraph {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #02363D;
}
.featured-section .row {
	justify-content: space-between;
}
.partners-featured h2 {
    padding: 0 0 40px 0;
    border-bottom: 3px solid #02363D;
}
.partner-img {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 392px;
	height: 392px;
}
.partner-img.grey-bg{
    background: #E2F5EF;
}
.partner-img.sky-blue-bg{
    background: #E5F7FC;
}
.partner-img.yellow-bg{
    background: #FFF9EF;
}
.partner-img.light-grey-bg{
    background: #F2F2F3;
}
.patner-content .row {
	padding: 28px 0 !important;
	align-items: center;
    border-bottom: 1px solid #DCDFE4;
}
.partner-detail h3 {
	margin: 0;
	font-size: 36px;
	line-height: 44px;
	color: #02363D;
	letter-spacing: 0.48px;
}
.partner-detail p {
	margin: 16px 0;
}
.partner-detail a {
	font-family: "HK Grotesk Bold";
	display: flex;
	align-items: center;
}
.partner-detail a:hover{
    text-decoration: underline;
}
.partner-detail a img{
	margin: 0 0 0 8px;
}
.logo-img-part {
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F7FBFB;
}
.team-img img {
	display: block;
}
.team-section .row {
	justify-content: space-between;
	align-items: center;
}
.team-inner ul {
	margin: 24px 0 0 0;
}
.team-inner ul li {
	display: flex;
	justify-content: space-between;
	padding: 18px 0;
	color: #02363d;
	text-decoration: none;
    border-top: 1px solid #02363D;
}
.team-inner ul li:last-child {
	border-bottom: 1px solid #02363D;
}
.team-section{
    padding: 128px 0;
}
.logo-inner-content {
	border-bottom: 1px solid #DCDFE4;
	margin: 0 0 28px 0;
}
.logo-inner-content p {
	font-family: "Hk Grotesk bold";
    margin: 12px 0 28px 0;
    line-height: 24px;
}
.logo-inner-content.insert-logo {
	background: #02363d;
	color: #fff;
	height: 284px;
}
.logo-inner-content.insert-logo a:hover {
	transform: scale(1.03);
}
.logo-inner-content.insert-logo h3 {
	font-size: 36px;
	line-height: 44px;
	padding: 42px 28px;
	margin: 0;
}
.partnerships .commonSpace{
    padding: 128px 0;
}
.partners-featured.commonSpace {
	padding: 128px 0 0 0;
}
.impact-reports .patner-content .row {
	padding: 36px 0 36px 0 !important
}
.impact-reports .patner-content .row:last-child {
	border: 0 !important;
}
.impact-reports .partner-detail a {
    width: max-content;
}
.impact-reports .partner-detail a.black-btn {
    background: var(--turquoise);
    padding: 12px 24px;
}
.impact-reports .partners-featured.commonSpaceTop {
	padding: 76px 0;
}
.impact-reports .partners-featured.commonSpaceBottom {
	padding-bottom: 76px
}
.impact-reports .partner-img {
    max-width: 497px;
    height: 400px;
    align-items: end !important;
}
.impact-reports .partner-img img {
    width: 322px;
}
.impact-reports .row-more {
    display: none;
}
.impact-reports .row-more.active {
    display: flex;
}
.impact-reports .btn-more {
    float: right;
}
.logosSection.commonSpace {
	padding: 28px 0 128px 0;
}
.logo-inner-content.insert-logo a {
	margin: 32px 28px;
	padding: 12px 20px;
	background: #fff;
	display: block;
	color: #02363d;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	font-family: "Hk Grotesk Bold";
    transition: 0.3s;
}
.partnerships .black-btn{
    padding: 12px 24px;
}
.turquoise-browse .browse-section .tabs-nav {
    padding: 0 0 28px 0;
}
.browse-section .more-information-tabs {
    padding: 28px 13px 28px;
}
.browse-section-inner {
    border-top: 1px solid #E3E6EB;
}
.turquoise-browse .inner-banner-section::after{
    display: none;
}
.turquoise-browse .browse-section-inner .pro-provd-net-block {
    padding: 28px 0;
}
.browse-section .albhabet-network {
    margin: 0;
    border: 1px solid #E3E6EB;
}
.browse-section .alphabets {
    padding: 0 16px;
    background: #F7FBFB;
    border-bottom: 1px solid #E3E6EB;
}
.browse-section .alphabets li {
    margin: 0 12px 0 0;
    padding: 16px 0 12px 0;
}
.browse-section .highlighted-alphabet {
    border-bottom: 4px solid #36C5BA;
}
.browse-section .alphabets li a {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk SemiBold';
    color: #8A95A5;
    text-decoration: none;
}
.browse-section  .alphabets li a.current-alphabet {
    color: #02363D;
    text-transform: capitalize;
}
.browse-section .alphabets li:last-child{
    margin: 0;
}
.browse-section .alphabet-wise-names {
    margin: 0;
    padding: 6px 16px;
}
.browse-section .alphabet-wise-names ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.browse-section .alphabet-wise-names ul li {
    margin: 0;
    width: 33%;
    padding: 10px 0;
}
.browse-section .browse-pagination {
    padding: 16px;
    margin: 0;
    border-top: 1px solid #E3E6EB;
}
.reformed-browse-pagination .alphabet-pagination {
    margin: 0;
}
.reformed-browse-pagination .alphabet-pagination ul {
    display: inline-flex;
    border-radius: 22px;
    padding: 0;
}
.reformed-browse-pagination .alphabet-pagination ul li a {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 24px;
}
.turquoise-browse .page-title h1 {
    font-size: 48px;
    line-height: 56px;
}
.turquoise-browse .pro-provd-net-block .form-group input:focus {
    border: 1px solid #02363d;
}
.browse-section .pro-provd-net-block .form-group input {
    border: 1px solid #E3E6EB;
}
.carrier-browse-section .pro-provd-net-block .form-group, .healthPlan-browse-section .pro-provd-net-block .form-group, .healthSystem-browse-section .pro-provd-net-block .form-group{
    width: 100%;
}
.compliance-monitoring .dashboard-content-area, .compliance-log .dashboard-content-area, .compliance-extract .dashboard-content-area{
    padding-bottom: 0;
}
.compliance-monitoring .enterprise-headersec-left h3 {
    font-family: "Hk Grotesk Bold";
    margin: 0;
}
.compliance-monitoring .enterprise-headersec-right a {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Hk grotesk Bold";
}
.compliance-monitoring .ratemngmnt-tablearea .table td span {
    display: block;
}
.compliance-monitoring .ratemngmnt-tablearea .table td {
    font-family: "Hk Grotesk regular";
    font-size: 16px;
    line-height: 24px;
    padding: 16px 10px;
}
.compliance-monitoring .ratemngmnt-tablearea .table td a{
    font-family: "Hk Grotesk Bold";
    color: #36C5BA;
}
.compliance-monitoring .ratemngmnt-tablearea .table p {
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
    line-height: 20px;
}
.compliance-monitoring .ratemngmnt-tablearea .table .status p::before {
    width: 10px;
    height: 10px;
    top: 5px;
    background: #36C5BA;
    transform: unset;
    border-radius: 50%;
}
.compliance-monitoring .ratemngmnt-tablearea .table .status .failed::before {
    background: #D73D3D;
}
.compliance-monitoring .modal-content {
    width: fit-content;
    border-radius: 0;
}
.compliance-monitoring.modal-open .modal {
    display: flex !important;
    align-items: center;
}
.create-file-details {
    max-height: 393px;
    overflow-y: scroll;
}
.cd-popup-container.create-detailed-fileView {
    width: 672px;
    text-align: left;
    overflow-y: unset;
}
.create-detailed-fileView .create-contract-popup-title h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0;
}
.create-file-details .table {
    color: #02363d;
    margin: 0;
    border: 0;
}
.create-file-details .table thead th {
    color: #02363D;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: "Hk Grotesk Bold";
    letter-spacing: 1.46px;
    border-bottom: 1px solid #dee2e6;
    padding: 16px 0;
}
.create-file-details .table thead th:first-child{
    padding: 16px 0 16px 24px;
}
.create-file-details .table td {
    padding: 16px 10px;
}
.create-file-details .table td:first-child{
    padding: 16px 0 16px 24px;
}
.create-detailed-fileView .hiddenRow {
    padding: 0 !important;
    background: #F7FBFB;
    border: 0;
}
.create-detailed-fileView .r-addedservice-table {
    margin: 0;
    padding: 20px;
    border-top: 1px solid #e3e6eb !important;
    background: #F7FBFB;
    border: 0;
}
.create-detailed-fileView .r-addedservice-table table tr {
    background: #fff !important;
}
.create-detailed-fileView  .r-addedservice-table table tbody tr td {
    padding: 8px 12px !important;
    font-size: 14px;
}
.create-detailed-fileView .r-addedservice-table table tr:first-child td{
    border: 0;
}
.create-detailed-fileView .hiddenRow .accordion-body {
    border-bottom: 1px solid #e3e6eb;
}
.create-detailed-fileView .accordion-toggle.expandable.verifiedassured-list.collapsed {
    background: #fff !important;
    cursor: pointer;
    border-bottom: 1px solid #e3e6eb;
}
.create-detailed-fileView .r-addedservice-table table tr td:last-child{
    font-family: "Hk Grotesk Bold";
}
.create-detailed-fileView .accordion-toggle.expandable.verifiedassured-list.collapsed td{
    border-top: 0;
}
.create-detailed-fileView .accordion-toggle.expandable.verifiedassured-list {
    background: #F7FBFB !important;
}
.create-detailed-fileView .accordion-toggle.expandable.verifiedassured-list td:last-child {
    position: relative;
    width: 20%;
}
.create-detailed-fileView .accordion-toggle.expandable.verifiedassured-list td:last-child:after {
    content: url("../images/down-arrow.3a86ef9be00f.png");
    transform: rotate(180deg);
    transform-origin: 50% 30%;
    transition: 0.3s;
    position: absolute;
    top: 47%;
    right: 7px;
}
.create-detailed-fileView .accordion-toggle.expandable.verifiedassured-list.collapsed td:last-child::after {
    content: url("../images/down-arrow.3a86ef9be00f.png");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 7px;
}
.create-detailed-fileView .r-addedservice-table table{
    border: 1px solid #E3E6EB;
}
.compliance-log .ratemngmnt-tablearea .table td {
    padding: 24px 10px;
}
.compliance-log .ratemngmnt-tablearea tbody .hiddenRow {
    padding: 0 !important;
}
.compliance-log .hiddenRow .r-addedservice-table {
    margin: 0;
    padding: 20px;
    border: 0;
    background: #F7FBFB;
}
.monitoring-log.accordion-toggle.expandable.collapsed.verifiedassured-list {
    cursor: pointer;
    border-bottom: 1px solid #e3e6eb;
    background: #fff !important;
}
.monitoring-log.accordion-toggle.expandable.verifiedassured-list{
    border: 0;
    background: #F7FBFB !important;
}
.compliance-log .ratemngmnt-tablearea .table td {
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk regular';
}
.compliance-log .hiddenRow .r-addedservice-table p {
    padding: 16px;
    border: 1px solid #e3e6eb;
    background: #fff;
}
.compliance-log .accordion-toggle.expandable.verifiedassured-list td:last-child:after {
    content: url("../images/down-arrow.3a86ef9be00f.png");
    transform: rotate(180deg);
    transform-origin: 50% 30%;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    right: 20px;
}
.compliance-log .accordion-toggle.expandable.verifiedassured-list.collapsed td:last-child::after {
    content: url("../images/down-arrow.3a86ef9be00f.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 20px;
}
.compliance-log .accordion-toggle.expandable.verifiedassured-list.collapsed td{
    border-top: 0;
}
.compliance-log .hiddenRow .accordion-body {
    border-bottom: 1px solid #e3e6eb;
}
.compliance-log .table thead th {
    border-bottom: 1px solid #dee2e6;
}

.compliance-log .file-location .tool-tip {
    display: none !important;
    position: absolute;
    width: 100%;
    max-width: 237px;
    text-align: center;
    left: 0;
    font-size: 13px;
    line-height: 17px;
    padding: 6px;
    box-sizing: border-box;
    color: #000;
    top: 48px;
    box-shadow: 0px 4px 12px 0px #0000001F;
    background: #EDEDED;
    border: 1px solid #B0A8A8;
    z-index: 6;
}
.compliance-log .tool-tip::after {
    display: none;
}
.compliance-log .file-location {
    position: relative;
}
.compliance-log .file-location:hover .tool-tip {
    display: block !important;
}
.compliance-extract .ratemngmnt-mainarea{
    padding: 32px 32px 18px;
}
.compliance-extract .data-extract-content {
    margin: 0;
    max-width: 1024px;
}
.compliance-extract .data-extract-content li {
    border: 1px solid #E3E6EB;
    padding: 26px 24px 18px;
    margin: 0 0 16px 0;
    transition: 0.3s;
    cursor: pointer;
}
.compliance-extract .data-extract-content li:hover {
    box-shadow: 0px 10px 30px 0px #00000014;
    border: 1px solid #36C5BA;
}
.compliance-extract .extract-duration {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    background: #02363D;
    color: #fff;
    padding: 4px 8px;
    margin: 0 8px 0 0;
    font-family: "Hk Grotesk Bold";
    letter-spacing: 0.96px;
}
.compliance-extract .data-extract-content h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Hk Grotesk Bold";
    margin: 4px 0 16px 0;
}
.compliance-extract .data-extract-content p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.compliance-extract .data-extract-content li:last-child {
    margin: 0;
}
.compliance-extract  .last-ran{
    font-size: 14px;
    line-height: 20px;
}
.compliance-extract .trns-btn {
    border: 1px solid #36C5BA;
    background: transparent !important;
    color: #36C5BA !important;
    margin: 0 12px 0 0;
}
.compliance-extract .trns-btn:hover{
    transform: unset !important;
    box-shadow: unset;
    background: #36C5BA !important;
    color: #fff !important;
}
.compliance-extract .enterprise-headersec-right {
    display: flex;
}
.price-transparency-log-list .title-section .row .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-transparency-log-list .page-title-info h1{
    color: #222;
}
.price-transparency-log-list .title-section {
    padding: 30px 0;
}
.price-transparency-log-list .last-publishDate p {
    margin: 0;
    color: #8A95A5;
}
.price-transparency-log-list .page-title-info p {
    color: #222222;
}
.price-transparency-log-list .network-table thead th {
    color: #222222;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: "Hk grotesk bold";
    letter-spacing: 1.96px;
    border: 0;
    padding: 16px;
}
.price-transparency-log-list .network-table .updated_at {
    width: 205px;
}
.price-transparency-log-list .network-table .size {
    width: 135px;
}
.price-transparency-log-list .network-table {
    background: #fff;
    padding: 20px 0 0 0;
}
.network-table .accordion-toggle.expandable.verifiedassured-list.collapsed {
    border: 0;
}
.network-table .accordion-toggle.expandable.verifiedassured-list{
    position: relative;
}
.network-table .table td{
    padding: 16px;
    background: #fff
}
.network-table .hiddenRow {
    padding: 0 !important;
    border: 0 !important;
}
.network-table .r-addedservice-table {
    margin: 0;
    border-top: 1px solid #e3e6eb !important;
    padding: 20px;
    background: #F8F9FA;
    border: 0;
}
.network-table .r-addedservice-table td {
    padding: 8px 12px;
    font-size: 14px;
  }
.network-table .r-addedservice-table table{
    border: 1px solid #e3e6eb;
}
.network-table .accordion-toggle.expandable.verifiedassured-list.collapsed td{
    background: #fff;
}
.network-table .accordion-toggle.expandable.verifiedassured-list td{
    background: #F8F9FA;
}
.network-table .table {
    margin: 0;
    border: 0;
    color: #02363d;
}
.network-table  .r-addedservice-table table tr td:last-child {
    font-family: "Hk Grotesk Bold";
}
.log-list .nav.nav-tabs::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 36px;
    background: #222;
    left: 4px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 250ms ease-in-out;
}
.log-list .nav-tabs {
    position: relative;
    display: inline-flex;
    background: #E3E6EB;
    border-radius: 22px;
    padding: 4px;
    margin: 15px;
    border: 0;
}
.log-list .nav-tabs .nav-item {
    width: 140px;
}
.log-list .nav-tabs .nav-item a {
    color: #222;
    font-family: "Hk Grotesk Bold";
    background: transparent;
    border: 0;
    display: block;
    padding: 6px 13px;
    text-align: center;
}
.log-list .nav-tabs.add-slider::before {
    left: 50%;
}
.log-list .nav-tabs .nav-link.active {
    color: #fff;
    z-index: 5;
    position: relative;
    text-align: center;
}
.price-transparency-log-list .log-list-inner {
    background: #fff;
    border: 1px solid #E3E6EB;
    position: relative;
}
.price-transparency-log-list .searchBar {
    position: absolute;
    top: 16px;
    right: 15px;
    display: flex;
    align-items: center;
}
.price-transparency-log-list .searchBar .form-group input {
    border: 1px solid #E3E6EB;
    border-radius: 50px;
    background: #FFFFFF;
    max-width: 250px;
    padding: 9px 20px 9px 42px;
    line-height: 24px;
    font-size: 16px;
    transition: 0.3s;
}
.price-transparency-log-list .searchBar .form-group img {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 20px;
    left: 14px;
}
.price-transparency-log-list .searchBar .form-group {
    margin: 0;
    position: relative;
}
.price-transparency-log-list .download-all {
    color: #222;
    font-family: "Hk Grotesk Bold";
    margin: 0 16px;
}
.price-transparency-log-list .download-selected.disabled {
    color: #8A95A5;
}
.price-transparency-log-list .download-selected {
    color: #8A95A5;
    font-family: "Hk Grotesk bold";
}
.log-list .alphabet-pagination a.current-pagination {
    background: #02363d;
}
.log-list .browse-pagination {
    padding: 16px;
    margin: 0;
    border-top: 1px solid #E3E6EB;
    text-align: right;
}
.price-transparency-log-list .download-selected:hover {
    color: #8A95A5;
}
.price-transparency-log-list .download-all:hover{
    color: #222;
}
.price-transparency-log-list .table tbody tr:nth-child(2n+1){
    background: #fff;
}
.log-list .accordion-toggle.expandable.verifiedassured-list td:last-child {
    padding-right: 35px;
}
.log-list .accordion-toggle.expandable.verifiedassured-list.collapsed td:last-child::after {
    content: url("../images/drk-black-dropdown.bb42f8680a7a.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 16px;
}
.log-list .accordion-toggle.expandable.verifiedassured-list td:last-child::after {
    content: url("../images/drk-black-dropdown.bb42f8680a7a.svg");
    transform: rotate(180deg);
    transform-origin: 50% 30%;
    transition: 0.3s;
    position: absolute;
    top: 47%;
    right: 16px;
}
.log-list .form-group input:focus {
    border: 1px solid #02363d;
}
.question-mrk li {
    padding: 0 !important;
}
.question-mrk .navbar-item a img{
    transition:  0.3s;
}
.question-mrk .navbar-item a img:hover {
    transform: rotate(360deg) !important;
}
/* ---------------------------------- */
/* GFE
------------------------------------- */
.ccs-mainBlock h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #02363D;
    margin: 0 0 16px 0;
}
.ccs-mainBlock img{
    margin: 0 0 32px 0;
}
.ccs-mainBlock p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
    padding: 0 14px 0 0;
}
.clearRates.gfe-estimate-section .providerSection-features-left img {
    border-bottom-right-radius: 0;
}
.gfe-estimate-section .row {
    align-items: center;
    -webkit-align-items: center;
}
.clearRates-title.gfe-estimateTitle {
    margin: 0 0 64px 0;
}
.gfe-cta-section {
    padding: 0 0 128px 0;
}
.gfe-features {
    margin: 64px 0 0 0;
}
.gfe-features img {
    margin: 0 0 16px 0;
}
.gfe-features h5 {
    font-family: 'HK Grotesk Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    margin: 0 0 4px 0;
}
.gfe-features p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #02363D;
}
.gfe-estimate-section-bottom {
    padding: 128px 0 0 0;
}
.gfe_summary .l-contract-detail-btns a {
    color: #36C5BA;
    margin: 0 0 0 20px;
    font-family: 'HK Grotesk Bold';
}
.provider-number h2 span {
    display: block;
}
.provider-number {
    display: flex;
    align-items: center;
    padding: 24px 0 24px 24px;
    justify-content: space-between;
    background: #02363D;
    width: 49%;
}
.providers-info {
    display: flex;
    align-items: center;
}
.providers-info img {
    margin: 0 27px 0 0;
}
.provider-number h2 {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Hk Grotesk Bold";
    margin: 0;
}
.download-log h4 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-family: "Hk grotesk Bold";
    color: #02363d;
}
.log-chart-left img {
    width: 100%;
}
.provider-number span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.database-log .log-list {
	margin: 16px 0 0 0;
	border-top: 1px solid #efefef;
	background: #fff;
}
.database-log .ratemngmnt-tablearea .table thead th span {
    position: relative;
    margin-left: 9px;
}
.database-log .ratemngmnt-tablearea .table thead th span img {
    position: absolute;
}
.database-log .ratemngmnt-tablearea .table thead th span img.small {
    width: 7px;
}
.database-log .ratemngmnt-tablearea .table thead th span img.angle-down {
    bottom: 1px;
}
.database-log .ratemngmnt-tablearea .table thead th span img.angle-up {
    transform: rotate(-180deg);
    top: 1px;
}
.log-charts {
    margin: 24px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.log-chart-left {
    border: 1px solid #E3E6EB;
    padding: 24px;
    width: 100%;
}
.log-chart-left h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: "HK Grotesk Bold";
    margin: 0;
}
.log-chart-left .nav-content {
    justify-content: space-between;
    display: flex;
}
.log-chart-left .nav-tabs-light {
    padding: 1px;
    margin: 0 0 24px 0;
    position: relative;
    display: inline-flex;
    border: 0;
    border-radius: 22px;
}
.log-chart-left .nav-tabs-light .nav-item a.active {
    background: #D5EEED;
}
.log-chart-left .nav-tabs-light .nav-item a {
    padding: 8px 16px;
    color: #02363D;
    z-index: 5;
    position: relative;
    text-align: center;
    font-family: "Hk Grotesk Bold";
    border: 0;
    border-radius: 22px;
    display: block;
}
.log-chart-left canvas {
    max-height: 267px;
}
.log-chart-right {
    border: 1px solid #E3E6EB;
    width: 34%;
}
.log-chart-right h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: "HK Grotesk Bold";
    margin: 0;
    padding: 24px;
}
.transparency-ratings li h6 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: "HK grotesk Bold";
    width: 33%;
    position: relative;
    padding: 0 0 0 20px;
}
.transparency-ratings li p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
}
.transparency-ratings {
    margin: 0;
}
.log-chart-right h5 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    font-family: "HK Grotesk Bold";
    padding: 0 24px 8px;
}
.log-chart-right h5 span {
    margin: 0 0 0 4px;
    font-size: 14px;
    line-height: 20px;
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
}
.transparency-ratings li {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
    border-top:  1px solid #e3e6eb;
}
.transparency-ratings li h6::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #02363D;
    border-radius: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rating-bar {
    padding: 0 24px 24px;
    display: flex;
    margin: 0;
}
.download-log {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e3e6eb;
}
.download-log a {
    font-family: "Hk Grotesk bold";
}
.log-updated-info ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid #e3e6eb;
}
.log-updated-info ul li {
    padding: 16px 24px;
    border-right: 1px solid #e3e6eb;
    width: 50%;
}
.log-updated-info ul li:last-child {
    border: 0;
}
.log-updated-info ul li h3 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    color: #02363d;
    font-family: "Hk Grotesk Bold";
}
.log-updated-info ul li h3 span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #8A95A5;
    display: block;
}
.database-log .log-list .nav-tabs {
    margin: 0 0 24px 0;
}
.database-log .ratemngmnt-tablearea .table td{
    font-size: 16px;
    line-height: 24px;
    padding-right: 15px;
}
.database-log .ratemngmnt-tablearea .table thead th {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
    background: #F7FBFB;
    vertical-align: middle;
    padding-right: 15px;
}
.database-log .ratemngmnt-tablearea .table thead th.colspan {
    border-bottom: 1px solid #E3E6EB;
    text-align: center;
}
.database-log .editing-options li:last-child{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.database-log .editing-options li:first-child{
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.database-log .grey-img {
    display: none;
}
.database-log .pr-help-icon img:hover .black-img {
	display: none;
}
.database-log .pr-help-icon img{
    width: 20px;
    margin: 7px 0 0 0;
}
.database-log .dashboard-notf-prof-section li {
	position: relative;
	color: #02363d;
}
.database-log .pr-help-icon {
	cursor: pointer;
}
.database-log .dashboard-notf-prof-section li:hover{
    text-decoration: underline;
}
.database-log ul.editing-options {
    width: 162px;
    top: 26px;
    right: 0;
}
.database-log ul.editing-options li:hover{
    background: #F7FBFB;
}
.database-log .ratemngmnt-filterarea {
    display: flex;
    justify-content: space-between;
}
.database-log .log-list-inner{
    padding: 32px;
}
.database-log .ratemngmnt-mainarea {
    border: 1px solid #e3e6eb;
}
.database-log .log-list .browse-pagination {
    text-align: left;
    border: 1px solid #E3E6EB;
    border-top: 0;
}
.rating-bar li {
    height: 12px;
}
.database-log .lt-grey {
    width: 45%;
    background: #02363D;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.database-log .yellow {
    background: #E29679;
    width: 10%;
}
.database-log .red {
	width: 20%;
	background: #9F1853;
}
.database-log .blue {
    background: #520408;
    width: 15%;
}
.database-log  .drk-grey {
    background: #8A95A5;
    width: 10%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
.red-rating h6::before {
    background: #9F1853 !important;
}
.yellow-rating h6::before {
    background: #E29679 !important;
}
.blue-rating h6::before {
    background: #520408 !important;
}
.drk-grey-rating h6::before {
    background: #8A95A5 !important;
}
.database-log .log-list .alphabet-pagination a.current-pagination {
    background: #36C5BA;
}
.database-log .has-options li {
    padding: 8px 16px !important;
    border-bottom: 1px solid #e3e6eb;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 500;
    margin: 0 !important;
    width: 100%;
}
.database-log  .rate-mngmnt-filters ul li ul.has-options{
    padding: 0;
}
.database-log .has-options li:hover{
    background: #F7FBFB;
}
.database-log .has-options li:last-child{
    border: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.database-log .has-options li:first-child{
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.database-log .rate-mngmnt-filters ul li p.open--hasmenu{
    background: #D4D8DF;
}
.database-log .has-options li:hover{
    text-decoration: underline;
}
.database-log  .qty-providers {
    display: flex;
    justify-content: space-between;
}
.database-log .log-list .nav-tabs{
    padding: 1px;
}
.database-log .log-list .nav-tabs .nav-item a{
    padding: 8px 16px;
}
.database-log .log-list .nav.nav-tabs::before {
    width: 136px;
}
.payer-rates .provider-number{
    width: 100%;
}
.database-log .ratemngmnt-filterarea{
    padding: 16px 24px;
}
.database-log .ratemngmnt-tablearea .table th:first-child{
    padding-left:24px;
}
.database-log .ratemngmnt-tablearea .table tbody td:first-child{
    padding-left:24px;
}
.database-log .view-hsptl-rates {
    margin: 45px auto 0;
    max-width: 350px;
    text-align: center;
}
.database-log .view-hsptl-rates h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: "Hk Grotesk Bold";
    color: #02363D;
    margin: 24px 0 4px 0;
}
.database-log .view-hsptl-rates p {
	color: #8A95A5;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 16px 0;
}
.database-log .view-hsptl-rates a {
    font-family: "HK Grotesk Bold";
}
.database-log .date-select {
	position: relative;
    z-index: 1;
}
.database-log .ratemngmnt-tablearea table tr th select {
	background: transparent;
	appearance: none;
	font-family: "Hk Grotesk Bold";
}
.database-log .date-select::after {
	content: url("../images/drk-black-dropdown.bb42f8680a7a.svg");
	position: absolute;
	left: 45px;
    z-index: -1;
}
/* ---------------------------------- */
/* Reporting Application Screens
------------------------------------- */
.new-extract-btn {
	display: flex;
    margin: 0 15px;
}
.bg-white-btn {
	margin: 0 0 0 16px;
	background: #fff !important;
	color: #36C5BA !important;
	border: 1px solid #36C5BA;
}
.cd-popup-container.create-new-report {
	max-width: 640px;
	overflow: unset;
}
.create-new-report textarea {
	border: 1px solid #8A95A5;
	border-radius: 22px;
	width: 100%;
    height: 118px;
}
.create-new-report .create-contract-popup-title {
	padding: 24px 24px 24px 24px;
}
.create-new-report .create-contract-popup-title h2 {
	margin: 0;
}
.create-new-report .create-contract-popup-form ul {
	padding: 24px 24px 20px;
}
.description-note {
	font-size: 12px;
	line-height: 16px;
	color: #8A95A5;
	margin: 4px 0 0 0;
}
.data_source {
	padding: 14px 0 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.data_source img {
	width: 16px;
	height: 16px;
}
.data_source h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: "Hk Grotesk Bold";
	margin: 0;
	color: #02363d;
}
.data_source p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	color: #02363d;
}
.database_checkbox label p span {
	display: block;
}
.database_checkbox p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #02363D;
	font-family: "Hk Grotesk Bold";
}
.database_checkbox {
	display: flex;
	align-items: center;
}
.database_row .facilities-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-top: 1px solid #E3E6EB;
}
.database_row {
	padding: 0 0 20px;
}
.database_checkbox label {
    margin: 0;
}
.database_checkbox label p span a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.database_checkbox label p span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #8A95A5;
	font-weight: 500;
}
.create-new-report .database_checkbox input {
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
	border: 1px solid #02363d;
}
.database_row .facilities-row:last-child{
    border-bottom: 1px solid #E3E6EB;
}
.create-new-report .create-contract-popup-form {
	overflow-y: scroll;
	height: 400px;
}
.create-new-report .create-contract-popup-form form ul input,.create-new-report textarea {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 24px;
}
.comparison-card {
	margin: 0 !important;
}
.comparison-card li {
	width: 100% !important;
	border: 1px solid #E3E6EB;
	padding: 24px;
    transition: 0.3s;
}
.comparison-card {
	margin: 0 !important;
}
.comparison-card li {
	width: 100% !important;
	border: 1px solid #E3E6EB;
	padding: 24px;
    transition: 0.3s;
}
.comparison-card a {
	width: 49%;
    text-decoration: none;

}
.comparison-card li h4 {
	color: #02363d;
	font-size: 18px;
	font-family: "HK Grotesk Bold";
    margin: 10px 0 0 0;
}
.comparison-card li p {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #8A95A5;
}
.comparison-card li:hover {
    border: 1px solid #8A95A5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.report-type.visible li {
    border: 1px solid #8A95A5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.stndrd-reports .select2.select2-container.select2-container--default {
	width: 100% !important;
}
.focus .organization-formfield-section{
    padding: 0;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline input{
    display: none;
    margin-top: 5px !important;
    padding-left: 35px;
}

.stndrd-reports .select2-container--focus .select2-selection--multiple .select2-search.select2-search--inline input ,
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-search.select2-search--inline input {
    display: block;
}
.stndrd-reports .select2-search.select2-search--inline{
    width: 100% !important;
    position: relative !important;
}
.stndrd-reports .select2-container--focus .select2-search--inline::after,
.stndrd-reports .select2-container--open .select2-search--inline::after {
    display: block !important;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline::after {
    display: none;
    content: url("../images/search.c03fd0e2cd46.svg");
    width: 20px;
    height: 20px;
    position: relative !important;
    top: -35px !important;
    bottom: auto !important;
    left: 12px !important;
    transform: none !important;
}
.stndrd-reports .select2-results__option {
    padding: 0 0 12px 0 !important;
    display: block !important;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100% !important;
}
.stndrd-reports .select2-results__option:last-child {
    padding: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #02363d !important;
}
.focus .organization-formfield-section li {
    margin: 0 0 24px 0;
}
.focus .rate-mngmnt-filters {
	width: 100%;
}
.focus .rate-mngmnt-filters > ul > li{
    background: transparent !important;
}
.focus .single-contract-coversheet form ul li{
    width: 100%;
}
.focus .rate-mngmnt-filters ul li .has-options li {
	margin: 0;
	background: transparent;
}
.focus .rate-mngmnt-filters ul li .has-options {
	width: 100%;
	box-shadow: 0px 2px 6px 0px #00000033;
	border: 1px solid #02363d;
	padding: 0;
	position: unset;
	border-radius: 18px;
    display: none;
}
.scrollbar {
	height: 300px;
	overflow-y: scroll;
}
.providerMarketComparison-dropdown,
.payerMarketComparison-dropdown {
    display: none;
    width: 100% !important;
}
.providerMarketComparison-dropdown.visible,
.payerMarketComparison-dropdown.visible {
    display: block;
}
.stndrd-reports .sc-sidebar-versionhistoryblock {
    overflow-y: scroll !important;
    overflow-x: unset;
}
.focus .rate-mngmnt-filters .select-dropdown:hover{
    box-shadow: none;
}
.focus .rate-mngmnt-filters .has-options li:hover{
    background: #F3F4F6;
}
.focus .select-dropdown p.open--hasmenu{
    background: #D4D8DF;
}
.hide-me{
    display: none !important;
}
.show-me{
    display: block !important;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search {
	background: none;
	padding: 6px 0;
	font-size: 16px;
	line-height: 20px;
}
.focus .rate-mngmnt-filters ul li input{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li input:focus{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search span{
    display: block;
    background: none;
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.focus .rate-mngmnt-filters .select-dropdown .focus-inner-search::after {
    display: none;
}
.focus .has-options li {
	padding: 0 16px !important;
}
.focus .rate-mngmnt-filters .select-dropdown {
	margin: 0;
}
.focus .has-options li:last-child{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.market_comparison_searchbar {
	padding: 16px 16px 6px;
}
.stndrd-reports .select2-search.select2-search--inline {
    margin: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	color: #02363D !important;
    background: #D4D8DF;
}
.stndrd-reports .select2-results__option::before {
	content: " ";
	display: inline-block;
	position: relative;
	height: 16px;
	width: 16px;
	border: 2px solid #02363D;
	border-radius: 2px;
	background-color: #fff;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.stndrd-reports #select2-provider-results .select2-results__option::before,
.stndrd-reports #select2-payer-results .select2-results__option::before {
	border-radius: 10px;
}
.cd-popup-add-criteria, .cd-popup-service-criteria{
	z-index: 2;
}
.stndrd-reports .single-contract-savebar{
    z-index: 1;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	background: #D4D8DF !important;
}
.stndrd-reports .select2-results__option[aria-selected="true"]::before {
	font-family: fontAwesome;
	content: "\f00c";
	color: #fff;
	border: 0;
	background: #02363D;
	font-size: 11px !important;
	text-align: center;
}
.stndrd-reports #select2-provider-results .select2-results__option[aria-selected="true"]::before,
.stndrd-reports #select2-payer-results .select2-results__option[aria-selected="true"]::before {
	border-radius: 10px;
    content: "\f111";
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--single {
	border-radius: 35px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block !important;
    width: fit-content;
    background: #02363D;
    border-radius: 16px;
    color: #FFF;
    padding: 2px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 35px !important;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2.select2-container{
    position: relative;
}
.stndrd-reports .select2-selection__arrow b {
    display: none;
}
.stndrd-reports .select2-selection__arrow::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection__arrow::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 70%;
}
.stndrd-reports .select2-container--default .select2-search .select2-search__field {
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
    margin: 0 !important;
    background: #FFFFFF;
    border: 2px solid #36C5BA;
    border-radius: 22px;
    padding: 8px 15px;
    width: 100% !important;
}
.stndrd-reports .select2-container--default .select2-search--dropdown {
    margin: 10px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
}
.stndrd-reports .select2-container--default .select2-results > .focus .select2-results__options {
    max-height: 356px;
}
.stndrd-reports .select2-container--open .select2-dropdown {
    border: 1px solid #02363D !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 18px !important;
}
.stndrd-reports .select2-results {
    padding: 16px 0 16px 16px !important;
    height: 100%;
}
.stndrd-reports .select2-search.select2-search--inline input::-webkit-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input:-ms-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input::placeholder {
    color: #8A95A5;
}

.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="true"] {
    background: #D4D8DF !important;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 30px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    min-height: unset;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 8px 10px !important;
    display: block !important;
    margin: 0 !important;
    min-height: 45px;
}
.stndrd-reports .select2-container--default .select2-selection--multiple {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 30px !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}
.stndrd-reports #select2-payer-results .select2-results__option {
    max-width: 100%;
    display: table-row !important;
}
.stndrd-reports #select2-provider-results .select2-results__option,
.stndrd-reports #select2-payer-results .select2-results__option {
    max-width: 100% !important;
    display: table !important;
    padding-right: 15px !important;
}
.stndrd-reports .select2-result-provider__name {
    min-width: fit-content;
    width: 70%;
    display: table-cell;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
}
.stndrd-reports .select2-result-provider__compliance_score {
    width: 29%;
    display: table-cell;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
}
.stndrd-reports .select2-result-provider__compliance_score {
    font-family: "Hk Grotesk Bold";
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-selection__rendered::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
}

.selected_reportType {
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}
.comparison-card a.visible .selected_reportType{
	display: block;
}
.visualization_content.visible .selected_reportType{
	display: block;
}
.visualization_content.visible{
    border: 1px solid #8A95A5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}


.status-draft.sc-sidebar-db-dv .new-draft::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #D73D3D;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.status-draft.sc-sidebar-db-dv .new-draft {
    padding: 0 0 0 18px;
}
.status-draft.sc-sidebar-db-dv .new-version {
    background: unset;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
}
.status-draft.sc-sidebar-db-dv {
    display: block;
}
.status-draft.sc-sidebar-db-dv p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'HK Grotesk Regular';
	border-radius: unset;
	position: relative;
}
.empty-list {
	margin: 0;
	padding: 0 !important;
}
.empty-list li h4 span {
	display: block;
	color: #8A95A5;
}
.empty-list > li {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E3E6EB;
	padding: 16px 0;
}
.common-smallhead {
	margin: 0;
	font-family: "Hk Grotesk Bold";
	font-size: 18px;
	line-height: 24px;
	color: #02363d;
}
.rates_type ul{
	margin: 4px 0 0 0;
	padding: 0 !important;
    display: flex;
	justify-content: space-between;
	align-content: center;
}
.empty-list a {
	font-family: "HK grotesk Bold";
}
.rates_type ul li label {
	margin: 0 0 0 6px;
}
.rates_type ul li input {
	width: 16px;
	height: 16px;
}
.rates_type ul li {
	display: flex;
	align-items: center;
}
.rates_type {
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-bottom: 1px solid #e3e6eb;
}
.stndrd-report-table p {
	color: #02363d;
	font-family: "HK Grotesk bold";
	font-size: 14px;
	line-height: 20px;
    margin: 0 !important;
}
.stndrd-report-table p span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-report-table td {
	color: #02363d !important;
    width: 50%;
}
.cohorts .l-version-history{
    max-height: unset;
}
.stndrd-reports .l-version-history > h2{
    margin: 0;
}
.stndrd-reports .l-version-history > p{
    margin: 0;
}
.stndrd-reports .r-addedservice-table table thead tr th {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 16px;
	background: #f7fbfb;
}
.stndrd-reports .r-addedservice-table{
    margin: 16px 0 0 0;
}
.stndrd-reports .r-addedservice-table table thead tr th:last-child{
    text-align: left;
}
.stndrd-reports .r-addedservice-table table tr th{
    border-top: unset;
}
.stndrd-reports .cohorts .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
	color: #8A95A5;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-reports .span-information {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #02363d;
    width: 100%;
    display: block;
    padding: 10px;
}

.more_description{
    font-family: "HK Grotesk Bold";
}
.stndrd-reports .sc-sidebar-db-contracttype h3,.stndrd-reports .sc-sidebar-db-contractfor h3,.stndrd-reports .sc-sidebar-db-organizations h3,.stndrd-reports .sc-sidebar-db-status h3 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
}
.edit-cohorts .cs-provider-information {
	padding: 32px 32px 16px;
}
.edit-cohorts .rate-mngmnt-search {
	width: 74%;
	display: unset;
}
.edit-cohorts .rate-mngmnt-filters {
	width: 25%;
	display: flex;
	justify-content: flex-end;
}
.edit-cohorts .rate-mngmnt-filters ul {
	width: 100%;
}
.edit-cohorts .ratemngmnt-tablearea {
	border: 1px solid #e3e6eb;
	border-top: 0;
}

.edit-cohorts .ratemngmnt-filterarea {
	display: flex;
	border: 1px solid #e3e6eb;
	padding: 12px;
	justify-content: space-between;
}
.edit-cohorts .ratemngmnt-tablearea-inner {
	padding: 0 32px 32px;
}
.edit-cohorts .rate-mngmnt-search .form-group input{
    width: 100%;
    max-width: unset;
}
.edit-cohorts .ratemngmnt-tablearea .table th:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table tbody td:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table td input {
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
}
.edit-cohorts .ratemngmnt-tablearea .table td {
	font-size: 16px;
	line-height: 24px;
    padding: 8px;
}
.edit-cohorts .ratemngmnt-tablearea .table thead th {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: capitalize;
    padding: 8px;
    background: #f7fbfb;
}
.edit-cohorts .rate-mngmnt-filters > ul > li {
	width: 49.5%;
	margin: 0 0 0 12px;
}
.select_org {
	display: flex;
	align-items: center;
}
.Clear_all a {
	color: #fff;
	text-decoration: none;
	font-family: "HK Grotesk Bold";
}
.Clear_all {
    background: #D73D3D;
    padding: 8px 16px;
    border-radius: 50px;
}
.select_org span {
	background: #fff;
	padding: 6px 13px;
	border-radius: 50px;
	margin: 0 12px 0 0;
	font-family: "HK Grotesk Bold";
}
.select_org p {
	font-family: "HK Grotesk Bold";
}
.edit-cohorts .invite-sentsuccessfully-popup {
	max-width: 540px;
	border-radius: 50px;
	background: #02363d;
	padding: 12px;
	left: 60%;
}
.selected_cohorts {
	display: flex;
	justify-content: space-between;
}
.selected_cohorts .common-smallhead span {
    display: block;
    color: #8A95A5;
}
.filled_list .badge_selected {
	padding: 0;
	margin: o;
}
.filled_list {
	margin: 0;
	padding: 0 !important;
}
.grey-badge {
	display: inline-block;
	padding: 4px 8px;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	margin: 2px 1px;
	font-size: 13px;
	line-height: 16px;
	font-family: "HK Grotesk medium";
}
.filled_list > li {
	padding: 16px 0;
	border-bottom: 1px solid #e3e6eb;
}
.cohorts .l-latest-version p{
    padding: 0 0 16px 0;
}

.utilization [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.utilization [type="file"] + label {
    background: #02363D;
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hk Grotesk Bold";
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.uploaded-file p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 12px;
    color: #02363d;
}
.file_choose {
	display: flex;
	align-items: center;
}
.no_file_selected {
	color: #8A95A5 !important;
	margin: 0 0 0 12px !important;
}
.upload_file {
	display: flex;
	align-items: center;
	padding: 12px;
	background: #F3F4F6;
	margin: 16px 0;
}
.uploaded-file{
    justify-content: space-between;
}
.uploaded-file a{
    color: #D73D3D;
    font-family: "Hk Grotesk Bold";
}
.note p {
	color: #8A95A5 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}


.utilization form .content label {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
}
.utilization .select_services .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
.utilization .select_services .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.utilization .select_services .slider.round {
    border-radius: 12px;
}
.utilization .select_services .content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8A95A5;
    transition: .3s;
}
.utilization .select_services .slider.round:before {
    border-radius: 50%;
}
.utilization .select_services .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    background-color: #FFFFFF;
    transition: 0.3s;
    bottom: 2px;
}
.utilization .select_services input:checked + .slider::before {
	transform: translateX(24px);
}
.utilization .select_services input:checked + .slider{
	background: #36C5BA;
}
.utilization-codes-categories.disable {
    opacity: 0.5;
}
.utilization .select_services input:checked + .slider.disable::before {
    transform: translateX(0);
}
.utilization-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #E3E6EB;
	border-bottom: 1px solid #e3e6eb;
}
.utilization-data h4 span {
	display: block;
    color: #8A95A5;
}
.utilization .select_services {
    display: none;
}
.utilization .select_services.visible {
    display: block;
}
.select_services ul h4 span{
    color: #8A95A5;
}
.select_services ul li:first-child{
    border-top: 0;
}
.stndrd-reports .single-contract-rates h2,.stndrd-reports .single-contract-coversheet h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.select_services .r-included-services {
	margin: 0 0 16px 0;
}
.select_services > ul {
	flex-direction: column !important;
    align-items: flex-start !important;
}
.select_services > ul > li {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-left: 0;
}
.select_services ul li a{
    font-family: "Hk Grotesk Bold";
}
.select_services > ul > li:last-child {
    border-bottom: 1px solid #e3e6eb;
}
.select_services ul li h4 span{
    display: block;
}
.select_services .badges-inner li {
	margin: 4px 4px 0px 0;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	width: unset !important;
	font-family: "HK Grotesk medium";
}
.utilization .utilization-codes-categories {
    padding: 0;
}
.select_services .badges {
    padding: 0;
}
.select_services .badges li {
    display: inline-block;
}
.select_services .filled-criteria-left {
	width: 90%;
}
.utilization .single-contract-rates form ul li:last-child {
	width: unset;
}
.utilization .single-contract-rates form ul{
    display: unset;
}
.visualizations_inner > li {
	width: unset !important;
	display: flex;
	border: 1px solid #E3E6EB;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
}
.visualizations_left {
	width: 20%;
}
.visualizations_right {
	width: 75%;
}
.visualizations_left img {
	width: 100%;
    max-width: 150px;
}
.visualizations_right h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
	margin: 0;
}
.single-contract-rates p {
	font-size: 16px;
	line-height: 22px;
	color: #02363D;
}
.visualizations_right h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 16px 0 0 0;
}
.visualizations_right .report-badges-inner li{
    display: inline-block;
    margin: 4px 4px 0px 0;
    background: rgba(227, 230, 235, 0.6);
    border-radius: 14px;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 8px;
    width: unset !important;
    font-family: "HK Grotesk medium";
}
.visualizations_right .report-badges-inner{
	display: unset !important;
}
.visualizations_inner{
    display: unset !important;
}
.visualization_content:hover {
	border: 1px solid #8A95A5;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.reports_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common_title-head {
	font-size: 20px !important;
	line-height: 24px !important;
	font-family: "HK Grotesk Bold";
	color: #02363D;
}
.report_status_inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.report_status_left {
	width: 48%;
}
.report_status_right {
	width: 48%;
}
.report_status ul {
	display: unset !important;
}
.head_small {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK grotesk Bold";
	margin: 0;
	color: #02363d;
}
.mt-16{
    margin-top: 16px;
}
.font_bold {
	font-family: "Hk Grotesk Bold";
}
.common_padding {
	padding: 32px 0;
	border-top: 1px solid #E3E6EB;
}
.review-run .r-manage-recipients {
	margin: 0 0 32px 0;
}
.review-run .l-version-history{
    overflow: unset;
    max-height: unset;
}
.review-run .r-addedservice-table table tbody tr td:last-child {
	text-align: left;
}
.review-run .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
    font-size: 14px;
}
.review-run .single-contract-recipients form ul li:last-child{
    width: unset;
}
.review-run .single-contract-recipients form .visualization_inner_content li:first-child{
    width: 100%;
}
.visualization_inner_content li p {
	display: flex;
	justify-content: space-between;
}
.visualization_inner_content li p span {
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	font-family: "Hk grotesk medium";
}
.grey_color {
	color: #8A95A5 !important;
}
.report-mix-error-box {
	margin-bottom: 16px;
	padding: 12px;
	background: #FAEAE4;
	border: 1px solid #E29679;
}
.report-mix-error-box p {
	color: #BA4E01;
    margin: 0 !important;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 0 0 !important;
    font-family: 'HK Grotesk Medium';
    display: flex;
    align-items: center;
}
.report-mix-error-box p img {
	margin: 0 12px 0 0;
}
.report-submission h2 {
	border-bottom: 1px solid #e3e6eb;
	padding: 24px;
	margin: 0;
}
.report-submission .msf-welcome-info{
    padding: 0;
}
.report-submission .msf-welcome-info p{
    padding: 24px 24px 0;
    margin: 0 0 24px 0;
}
.grey_button-lg {
	background: #F7FBFB;
	padding: 24px;
	border-top: 1px solid #e3e6eb;
}
.standard-report-list.rate-management-RetroContract .ratemngmnt-tablearea .table .contract p {
	text-transform: capitalize;
}
.report_action .report-editing {
    position: relative;
}
.report_action .report-editing a.button{
    background: #02363D;
    border-radius: 35px;
    padding: 3px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-family: "HK Grotesk Regular";
}
.report_action .editing-options {
	flex-direction: column;
    display: none !important;
}
.report-editing:hover ul.editing-options {
	display: block !important;
}
.report_action li img {
	width: 24px;
}
.report_action .report-editing img{
    margin: 0 !important;
    padding: 4px 0;
    display: unset !important;
}
.report_action .report-editing ul.editing-options {
	width: 148px;
	top: 24px;
	margin: 0;
}
.report_action ul.editing-options li a:hover{
    text-decoration: none;
}
.report_action ul.editing-options li a:hover:first-child{
    color: #8A95A5;
}
.report_action ul.editing-options li.delete-link a {
    color: #D73D3D !important;
}
.bg-none {
	background: none !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin: 0 !important;
}
.extract-badges-inner li.bg-color:last-child {
	margin: 0 !important;
}
.stndrd-reports .next-previous-btn .previous img{
    transform: unset;
}
.focus .single-contract-coversheet {
	padding: 32px 32px 230px 32px;
}
.focus .rate-mngmnt-filters ul {
	flex-direction: column;
	margin: 0 !important;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options{
    padding: 0;
    max-height: 245px;
    overflow-y: scroll;
}
.edit-cohorts .rate-mngmnt-filters ul li:first-child ul{
    min-width: 260px;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li {
    padding: 0 16px;
    border-bottom: 1px solid #e3e6eb;
    display: flex;
    align-items: center;
    margin: 0;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li.active{
    background: #F7FBFB;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li label {
    margin: 0 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    width: 100%;
}
.edit-cohorts .rate-mngmnt-filters ul li span{
    margin: 0 0 0 3px;
}
.edit-cohorts .sc-addservice-btns button.save-exit{
    font-family: "HK Grotesk Bold";
}
.edit-cohorts .ratemngmnt-tablearea table select {
	background: none;
	font-family: "HK grotesk Bold";
    appearance: none;
}
.edit-cohorts .ratemngmnt-tablearea table .select-dropdown-filter::after{
	content: url("../images/filled-dropdown.568d1cac19e3.svg");
}
.edit-cohorts .ratemngmnt-mainarea .cs-provider-information {
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
.edit-cohorts .hold-shift p {
	color: #8A95A5;
	font-size: 14px;
}
.edit-cohorts .hold-shift p span {
	margin: 0 4px;
	padding: 6px;
	border: 1px solid #DCDFE4;
	border-radius: 2px;
}
.edit-payer-cohorts .rate-mngmnt-search {
	width: 80%;
}
.edit-payer-cohorts .rate-mngmnt-filters {
	width: 19%;
}
.edit-payer-cohorts .rate-mngmnt-filters > ul > li {
	width: 100%;
}
.scrollit {
    overflow:scroll;
    height:800px;
    width: 100%;
}
.standard-report-list .rate-mngmnt-filters ul li span{
    margin: 0 0 0 4px;
}
a.modalForm {
    cursor: pointer;
}
.reports-empty-state {
    padding: 64px 20px;
    display: flex;
    align-items: center;
    max-width: 972px;
    margin: 0 auto;
    justify-content: space-between;
}
.reports-empty-state h2 {
    font-family: "Hk Grotesk Bold";
    color: #02363d;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 4px 0;
}
.report-inner-state {
    width: 65%;
}
.report-inner-state p {
    margin: 0;
    color: #02363D;
    font-family: "Hk Grotesk medium";
    line-height: 24px;
}
.report-inner-state ul {
    margin: 0 0 28px 0;
}
.report-inner-state ul li {
    margin: 28px 0 0 0;
    display: flex;
    align-items: center;
}
.report-inner-state ul li img {
    margin: 0 12px 0 0;
}
.reports-empty-state .enterprise-headersec-right a img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.reports-empty-state .enterprise-headersec-right a {
    background: #36C5BA;
    color: #fff;
    padding: 10px 15px;
}
.reports-empty-state a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.reports-empty-state .enterprise-headersec-right a:hover img {
    transform: rotate(360deg);
}
/* ---------------------------------- */
/* GFE Project
------------------------------------- */
.GFE-dashboard-list{
    padding-bottom: 0 !important;
}
.pending_row td:first-child::before {
    position: absolute;
    content: "";
    background: #E5A000;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
}
img.verified {
    width: 14px;
}
.pending_row td:first-child{
    position: relative;
}
/* Cohorts payer mix */
.display_block {
	display: block;
}
.cd-popup-adjust-mix .comparison-card {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px 0 !important;
}
.weight_list_inner ul li {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-top: 1px solid #DCDFE4;
	align-items: center;
    min-height: 61px;
}
.weight_list {
	padding: 24px;
}
.create-adjust-mix .comparison-card li {
	padding: 16px;
}
.create-adjust-mix .comparison-card li h4 {
	margin: 0;
	text-align: left;
}
.create-adjust-mix .comparison-card li p {
	text-align: left;
    color: #02363d;
}
.create-adjust-mix .create-contract-popup-title {
	text-align: left;
	border-bottom: 1px solid #E3E6EB;
}
.create-adjust-mix .comparison-card a {
	position: relative;
}
.weight_list_inner {
	border: 1px solid #DCDFE4;
}
.weight_list_inner ul {
    margin: 0;
    height: 305px;
    overflow-y: scroll;
}
.weight_list_inner ul.total {
    height: auto;
    overflow-y: hidden;
}
.weight_list_head {
	background: #F7FBFB;
	padding: 8px 12px !important;
	border: 0 !important;
}
.weight_list_head h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.weight_list_inner ul li p {
	margin: 0;
}

.create-adjust-mix .filled_weight.complete {
	background: #24A148;
}

.create-adjust-mix .filled_weight {
	background: #DA1E28;
	border-radius: 18px;
	width: 144px;
	padding: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: "Hk Grotesk Bold";
    text-align: center;
}
.create-adjust-mix .minus,.create-adjust-mix .plus {
	width: 36px;
	height: 36px;
	padding: 17px 12px;
	background: #F3F4F6;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: "HK grotesk Bold";
}
.create-adjust-mix .minus:hover,.create-adjust-mix .plus:hover{
    background: #DCDFE4;
}
.number input {
	height: 36px;
	width: 64px;
	display: inline-block;
	border: 1px solid #8A95A5;
	border-radius: 22px;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
    text-align: center;
}
.create-adjust-mix .number {
	display: flex;
}
.assigned_weight_list {
	display: none;
}
.comparison-card a.visible .selected_reportType {
	display: block;
}
.reports-mix-empty .cohorts .empty-list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-custom .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-default .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.weight_list .nav.nav-tabs {
	margin: 0 0 16px 0;
	border: 0;
    justify-content: space-between;
}
.weight_list .nav-tabs .nav-item {
	width: 49%;
}
.weight_list .nav-tabs .nav-item.show .nav-link,.weight_list .nav-tabs .nav-link.active {
	color: #02363d;
    border-radius: 0 !important;
}
.weight_list .nav-tabs .nav-item .nav-link {
	padding: 16px;
	border: 1px solid #e3e6eb;
	border-radius: 0 !important;
	color: #02363d;
    position: relative;
}
.weight_list .nav-link:hover, .weight_list .nav-link.active{
	border: 1px solid #02363D !important;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.weight_list .nav-link.active::after{
    position: absolute;
    content: url("../images/activeState-circle.5b98d71d4dfb.svg");
    right: 8px;
    top: 8px;
}
.weight_list .nav-tabs .nav-link p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.weight_list .nav-link h4 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.minus.disable {
    opacity: 0.4;
    pointer-events: none;
}


/* ---------------------------------- */
/* Homepage New
------------------------------------- */

.new-homePage .white-bg {
    background: #fff;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    padding: 8px 16px;
}
.new-homePage .home-banner-section.consum-home-banner-sec::after {
    display: none;
}
.new-homePage .home-banner-section {
    background: #02363d;
    padding: 65px 0 55px 0;
}
.new-homePage .hm-banner-info h1 {
    color: #fff;
}
.new-homePage .hm-banner-info p {
    max-width: 600px;
    color: #fff;
}
.slider-tabs .nav.nav-tabs::before {
    content: "";
    position: absolute;
    width: 145px;
    height: 36px;
    background: #fff;
    left: 4px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.slider-tabs .nav-tabs {
    position: relative;
    display: inline-flex;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 2px;
    margin: 48px 0 16px 0;
    border: 0;
}
.slider-tabs .nav-tabs .nav-item {
    width: 147px;
    margin: 0;
}
.slider-tabs .nav-tabs .nav-item a {
    color: #fff;
    font-family: "Hk Grotesk Bold";
    background: transparent;
    border: 0;
    display: block;
    padding: 6px 13px;
    text-align: center;
}
.slider-tabs .nav-tabs .nav-link.active {
    color: #02363d;
    z-index: 5;
    position: relative;
    text-align: center;
    border-radius: 18px;
}
.slider-tabs .nav-tabs.add-slider::before {
    left: 50%;
}
.new-homePage .consum-home-banner-sec .banner-form {
    margin: 0;
}
.new-homePage .consum-home-banner-sec .banner-form.tq-consumer {
    height: 82px;
}
.new-homePage .home-browse-section {
    padding: 128px 0 0;
}
.hm-drk-btn {
    background: #02363d;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    transition: 0.3s;
    display: inline-block;
    font-family: "HK Grotesk Bold";
    line-height: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.hm-drk-btn:hover {
    border: 1px solid #02363d;
    background: transparent;
    color: #02363d;
    text-decoration: none;
}
.new-homePage .browse-by-provider .hm-blocks-inner img {
    margin: 0;
    width: 72px;
}
.new-homePage .browse-by-provider .home-browse-blocks .swiper-slide span{
    margin: 0;
}
.new-homePage .browse-by-health {
    padding: 128px 0 !important;
}
.new-homePage .providerSection-features {
    padding: 0 0 128px 0;
}
.new-homePage .features-inner-content > img {
    width: 48px;
}
.new-homePage .blogSection .productPageHead {
    margin: 0 0 24px 0;
}
.quote-section {
    background: #02363d;
    padding: 128px 0;
}
.new-homePage .quotes-title-inner h2 {
    margin: 0 0 24px 0;
    color: #fff;
}
.new-homePage .quotes-title-inner p{
    color: #fff;
}
.quote-section-right img {
    width: 100%;
    border-top-right-radius: 160px;
}
.quote-section-right {
    width: 40%;
}
.quote-section-left {
    width: 60%;
    background: #fff;
    padding: 60px 42px;
}
.product-quote.quote-section.quote-section-get-started {
    padding-top: 256px;
}
.product-quote.quote-section.quote-section-no-logos {
    background: #02363d;
    padding: 128px 0 128px 0;
}
.product-quote.quote-section.quote-section-logos-only {
    background: #02363d;
    padding: 64px 0 64px 0;
}
.product-quote.quote-section {
    background: #02363d;
    padding: 128px 0 64px 0;
}
.product-quote .logos-section {
    background: #02363d;
    padding: 48px 0;
}
.product-quote .quote-section-left p.small-quote {
    font-family: "Hk Grotesk SemiBold";
    color: #02363d;
    font-size: 35px;
    line-height: 42px;
    margin: 24px 0 0 0;
}
.product-quote .quote-section-left .quote-author {
    font-family: "Hk Grotesk SemiBold";
    color: #02363d;
    font-size: 20px;
    line-height: 28px;
    margin: 24px 0 0 0;
}
.product-quote .logos-section .row {
    align-items: center;
    text-align: -webkit-center;
}
.product-quote .logo-img img {
    width: 80%;
}
.quote-content {
    display: flex;
    justify-content: space-between;
}
.quote-section-left p {
    font-family: "Hk Grotesk SemiBold";
    color: #02363d;
    font-size: 40px;
    line-height: 52px;
    margin: 24px 0 0 0;
}
.new-homePage .logos-section {
    background: #02363d;
    padding: 48px 0;
}
.quotes-title-inner {
    max-width: 707px;
    width: 60%;
}
.quotes-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 24px 0;
}
.providerSection-features.viewPartners {
    padding: 128px 0;
}
.features-inner-content a {
    margin: 16px 0 0 0;
    display: inline-block;
    font-family: "Hk Grotesk Bold";
}
.features-inner-content a img {
    margin: 0 0 0 8px;
}
.providerSection-features-left img {
    border-bottom-right-radius: 160px;
}
.providerSearch-section .providerSection-features-left img {
    border-top-right-radius: 160px;
    border-bottom-right-radius: unset;
}
.careSearch-section .providerSection-features-left img {
    border-bottom-right-radius: unset;
    border-top-left-radius: 160px;
}
.new-homePage .feature-head-section {
    padding: 128px 0 64px 0;
}
.new-homePage .clearRates-overview-section .clearRates-title{
    margin: 0;
}
.new-homePage .providerSection-features-right a img {
    margin: 0 0 0 8px;
}
.new-homePage .blogSection {
    background: #F7FBFB;
}
.new-homePage .providerSection-features-right h3 {
    letter-spacing: 0.96px;
    padding: 0;
    margin: 24px 0;
}
.new-homePage .clearRates-overview-section h2 {
    margin: 0 0 24px 0;
}
.new-homePage .swiper-button-next::after, .swiper-button-prev::after {
    color: #fff;
}
.new-homePage .footer-main-section .col-md-8{
    justify-content: flex-end;
    display: flex;
}
.new-homePage .browseCare-more-links {
    display: flex;
}
.new-homePage .footer-links-section {
    width: 100%;
}
.new-homePage .footer-social-media {
    margin: 14px 0 0 auto;
}
.footer-social-media li a{
    background: #02363d !important;
}
.new-homePage .footer-bottom-logo {
    margin: 32px 0 0 0;
}
.new-homePage .footer-links-section h3{
    margin: 0 0 16px 0;
}
.new-homePage .footer-link-products {
    margin: 0 0 16px 0;
}
.new-homePage .swiper-button-disabled{
    display: none;
}
.new-homePage header {
    padding: 20px 0;
}
.new-homePage .signupLogin-btns .enterpriseLogin {
    padding: 8px 16px;
    line-height: 20px;
}
.new-homePage .navbar-brand {
    padding: 0;
}
.new-homePage .mob-banner-img {
    display: block;
    position: absolute;
    right: 0;
    top: -108px;
    z-index: -1;
}
.new-homePage .home-banner-section {
    height: 688px;
    padding: 44px 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.new-homePage .hm-banner-info p {
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    max-width: 490px;
}
.new-homePage .hm-banner-info h1 {
    margin: 0 0 28px 0;
    line-height: 76px;
}
.new-homePage .banner-form form {
    margin: 0;
    box-shadow: 0px 12px 36px -8px rgba(0, 0, 0, 0.55);
    border-radius: 5px;
    width: 100%;
    max-width: 917px;
    padding: 16px;
    background: #ffffff;
}
.new-homePage .banner-form .form-group .enter_procedure {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-right: 1px solid #DCDFE4 !important;
    padding: 10px 16px 10px 36px !important;
}
.new-homePage .banner-form .form-group input {
    padding: 10px 16px 10px 52px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
}
.new-homePage .banner-form form .form-group-submit .banner-submit-btn {
    padding: 12px 47px !important;
    width: unset;
    background: var(--turquoise);
    line-height: 24px;
    margin: 0 0 0 16px;
    border-radius: 50px !important;
}
.new-homePage .banner-form form .form-group-submit .banner-submit-btn:hover {
    background: #40B2A9;
}
.new-homePage .banner-form form .form-group {
    margin: 0;
    width: 100%;
    position: relative;
    max-width: 360px;
}
.new-homePage .banner-form form .form-group.wide {
    max-width: unset;
}
.new-homePage .banner-form form .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
    left: 1px;
}
.new-homePage .banner-form .form-group input::-webkit-input-placeholder { /* Edge */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 28px;
}
.new-homePage .banner-form .form-group input:-ms-input-placeholder { /* Internet Explorer */
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 28px;
}
.new-homePage .banner-form .form-group input::placeholder {
    color: #8A95A5;
    opacity: 1 !important;
    font-size: 18px;
    line-height: 28px;
}
.new-homePage .banner-form .form-group.form-group-pincode img{
    left: 16px;
}
.home-turquoiseOrganization-section {
    background: #0D5256;
    box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.16);
    padding: 20px 0;
}
.turquoiseOrganization-section-inner {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.turquoiseOrganization-section-inner a {
    padding: 0 40px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.new-homePage .home-browse-section {
    background: #F8F8FA;
}
.new-homePage .hm-drk-btn {
    background: var(--turquoise);
    border: unset;
}
.new-homePage .hm-drk-btn:hover {
    border: unset;
    background: #0D5256;
    color: #ffffff;
    text-decoration: none;
}
.new-homePage .home-browse-blocks {
    padding: 28px 22px 0;
}
.new-homePage .home-browse-blocks .swiper-slide {
    border: 1px solid #DCDFE4;
    padding: 28px !important;
}
.new-homePage .hm-blocks-inner {
    padding: 0;
    width: 100%;
}
.new-homePage .home-browse-blocks .swiper-slide p {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
    margin: 0 0 24px 0;
}
.new-homePage .home-browse-blocks .swiper-slide h4 {
    font-size: 36px;
    margin: 0 0 24px 0;
    line-height: 44px;
    letter-spacing: 0.46px;
    color: var(--turquoise);
}
.new-homePage .home-browse-blocks .swiper-slide h4 span {
    margin: 0;
    line-height: 24px;
    color: #02363D;
    opacity: 0.7;
}
.new-homePage .browse_buttons {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid var(--turquoise) !important;
    color: var(--turquoise) !important;
    background: transparent;
    transition: 0.3s;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
}
.new-homePage .browse_buttons:hover{
    background: var(--turquoise);
    color: #ffffff !important;
    transform: unset !important;
    box-shadow: unset !important;
}
.new-homePage .browse_buttons img {
    margin: 0 0 0 8px !important;
}
.new-homePage .home-browse-blocks .swiper-slide:hover {
    border: 1px solid var(--turquoise);
    box-shadow: 0px 20px 28px -12px rgba(0, 0, 0, 0.24);
}
.new-homePage .swiper-button-next::after{
    color: #fff;
    content: url("../images/newHomepage-controlright.143081e07b26.svg");
}
.new-homePage .swiper-button-prev::after, .new-homePage .swiper-rtl .swiper-button-next::after {
    content: url("../images/newHomepage-controlleft.036b1cc797ae.svg");
}
.new-homePage .swiper-button-next, .swiper-rtl .swiper-button-prev, .new-homePage .swiper-button-prev, .swiper-rtl .swiper-button-next {
    background: unset !important;
    box-shadow: unset !important;
}
.new-homePage .swiper-button-next, .new-homePage .swiper-button-prev {
    width: unset !important;
    height: unset !important;
}
.new-homePage .swiper-button-next {
    right: -21px !important;
}
.new-homePage .swiper-button-prev {
    left: -21px !important;
}
.new-homePage .browse-by-provider p {
    height: unset !important;
    min-height: unset !important;
    margin: 20px 0 24px 0 !important;
}
.new-homePage .browse-by-provider .home-browse-blocks .swiper-slide span {
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    opacity: 0.7;
}
.home-health-priceTransparency-section {
    background: linear-gradient(180deg, #F8F8FA 0%, rgba(248, 248, 250, 0) 100%);
}
.new-homePage .clearRates-features {
    padding: 0;
}
.new-homePage .providerSection-features .features-inner-content {
    border: 1px solid #DCDFE4;
    padding: 28px;
    background: #FFFFFF;
    transition: 0.3s;
}
.new-homePage .providerSection-features .features-inner-content:hover{
    border: 1px solid var(--turquoise);
    box-shadow: 0px 20px 28px -12px rgba(0, 0, 0, 0.24);
}
.new-homePage .providerSection-features .features-inner-content h4 {
    margin: 28px 0 4px 0;
    font-size: 22px;
    line-height: 28px;
    color: #02363D;
    font-family: "HK Grotesk Bold";
}
.new-homePage .providerSection-features .features-inner-content p {
    color: #02363D;
}
.new-homePage .providerSection-features .features-inner-content a {
    display: inline-flex;
    margin: 28px 0 0 0;
    align-items: center;
    color: #02363D;
    text-decoration: none !important;
}
.new-homePage .providerSection-features .features-inner-content a span {
    border-bottom: 1px solid #02363D;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-transform: unset;
    letter-spacing: unset;
}
.new-homePage .providerSection-features .features-inner-content a img {
    margin: 0 0 0 4px;
}
.new-homePage .quote-section .quotes-title {
    margin: 0 0 64px 0;
}
.new-homePage .pp-drk-btn {
    color: #02363d;
    background: #A8E6E1;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 24px;
    color: #02363D;
}
.new-homePage .quote-section-right img {
    border-bottom-right-radius: 0;
}
.home-modernizinRevenueCycle-section {
    background: #FFFFFF;
}
.home-modernizinRevenueCycle-section .features-inner-content {
    padding: 0 !important;
}
.home-modernizinRevenueCycle-section .features-inner-content .features-inner-mainBlock{
    padding: 28px;
}
.modernizing-revenueCycle-block-img img {
    display: block;
    width: 100%;
}
.home-modernizinRevenueCycle-section .providerSection-features{
    padding: 0 0 412px 0 !important;
}
.home-joinTeam-section-inner {
    background: linear-gradient(90deg, #A8E6E1 0%, #EEC0AE 100%);
    padding: 56px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: -124px;
}
.joinTeam-section-left {
    width: 70%;
    display: flex;
    align-items: center;
}
.joinTeam-section-right {
    width: 30%;
    text-align: right;
}
.joinTeam-section-left img {
    margin: 0 40px 0 0;
}
.joinTeam-section-left h2 {
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: #02363D;
}
.joinTeam-section-left h2 span {
    display: block;
    max-width: 478px;
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
}
.joinTeam-section-right a {
    display: inline-block;
    background: #02363D;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.3s;
    text-decoration: none !important;
}
.joinTeam-section-right a:hover{
    background: var(--turquoise);
}
.home-joinTeam-section-container {
    position: relative;
}
.new-homePage .newsletter-section {
    padding: 242px 0 86px;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.cd-popup-adjust-mix .comparison-card {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px 0 !important;
}
.weight_list_inner ul li {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-top: 1px solid #DCDFE4;
	align-items: center;
    min-height: 61px;
}
.weight_list {
	padding: 24px;
}
.create-adjust-mix .comparison-card li {
	padding: 16px;
}
.create-adjust-mix .comparison-card li h4 {
	margin: 0;
	text-align: left;
}
.create-adjust-mix .comparison-card li p {
	text-align: left;
    color: #02363d;
}
.create-adjust-mix .create-contract-popup-title {
	text-align: left;
	border-bottom: 1px solid #E3E6EB;
}
.create-adjust-mix .comparison-card a {
	position: relative;
}
.weight_list_inner {
	border: 1px solid #DCDFE4;
}
.weight_list_inner ul {
    margin: 0;
    height: 305px;
    overflow-y: scroll;
}
.weight_list_head {
	background: #F7FBFB;
	padding: 8px 12px !important;
	border: 0 !important;
}
.weight_list_head h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.weight_list_inner ul li p {
	margin: 0;
}

.create-adjust-mix .filled_weight.complete {
	background: #24A148;
}

.create-adjust-mix .filled_weight {
	background: #DA1E28;
	border-radius: 18px;
	width: 144px;
	padding: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: "Hk Grotesk Bold";
    text-align: center;
}
.create-adjust-mix .minus,.create-adjust-mix .plus {
	width: 36px;
	height: 36px;
	padding: 17px 12px;
	background: #F3F4F6;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: "HK grotesk Bold";
}
.create-adjust-mix .minus:hover,.create-adjust-mix .plus:hover{
    background: #DCDFE4;
}
.number input {
	height: 36px;
	width: 64px;
	display: inline-block;
	border: 1px solid #8A95A5;
	border-radius: 22px;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
    text-align: center;
}
.create-adjust-mix .number {
	display: flex;
}
.assigned_weight_list {
	display: none;
}
.comparison-card a.visible .selected_reportType {
	display: block;
}
.reports-mix-empty .cohorts .empty-list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-custom .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-default .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.weight_list .nav.nav-tabs {
	margin: 0 0 16px 0;
	border: 0;
    justify-content: space-between;
}
.weight_list .nav-tabs .nav-item {
	width: 49%;
}
.weight_list .nav-tabs .nav-item.show .nav-link,.weight_list .nav-tabs .nav-link.active {
	color: #02363d;
    border-radius: 0 !important;
}
.weight_list .nav-tabs .nav-item .nav-link {
	padding: 16px;
	border: 1px solid #e3e6eb;
	border-radius: 0 !important;
	color: #02363d;
    position: relative;
}
.weight_list .nav-link:hover, .weight_list .nav-link.active{
	border: 1px solid #02363D !important;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.weight_list .nav-link.active::after{
    position: absolute;
    content: url("../images/activeState-circle.5b98d71d4dfb.svg");
    right: 8px;
    top: 8px;
}
.weight_list .nav-tabs .nav-link p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.weight_list .nav-link h4 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.minus.disable {
    opacity: 0.4;
    pointer-events: none;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
/* Cohorts payer mix */
.display_block {
	display: block;
}
.cd-popup-adjust-mix .comparison-card {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px 0 !important;
}
.weight_list_inner ul li {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-top: 1px solid #DCDFE4;
	align-items: center;
    min-height: 61px;
}
.weight_list {
	padding: 24px;
}
.create-adjust-mix .comparison-card li {
	padding: 16px;
}
.create-adjust-mix .comparison-card li h4 {
	margin: 0;
	text-align: left;
}
.create-adjust-mix .comparison-card li p {
	text-align: left;
    color: #02363d;
}
.create-adjust-mix .create-contract-popup-title {
	text-align: left;
	border-bottom: 1px solid #E3E6EB;
}
.create-adjust-mix .comparison-card a {
	position: relative;
}
.weight_list_inner {
	border: 1px solid #DCDFE4;
}
.weight_list_inner ul {
    margin: 0;
    height: 305px;
    overflow-y: scroll;
}
.weight_list_head {
	background: #F7FBFB;
	padding: 8px 12px !important;
	border: 0 !important;
}
.weight_list_head h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.weight_list_inner ul li p {
	margin: 0;
}

.create-adjust-mix .filled_weight.complete {
	background: #24A148;
}

.create-adjust-mix .filled_weight {
	background: #DA1E28;
	border-radius: 18px;
	width: 144px;
	padding: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: "Hk Grotesk Bold";
    text-align: center;
}
.create-adjust-mix .minus,.create-adjust-mix .plus {
	width: 36px;
	height: 36px;
	padding: 17px 12px;
	background: #F3F4F6;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: "HK grotesk Bold";
}
.create-adjust-mix .minus:hover,.create-adjust-mix .plus:hover{
    background: #DCDFE4;
}
.number input {
	height: 36px;
	width: 64px;
	display: inline-block;
	border: 1px solid #8A95A5;
	border-radius: 22px;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
    text-align: center;
}
.create-adjust-mix .number {
	display: flex;
}
.assigned_weight_list {
	display: none;
}
.comparison-card a.visible .selected_reportType {
	display: block;
}
.reports-mix-empty .cohorts .empty-list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-custom .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-default .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.weight_list .nav.nav-tabs {
	margin: 0 0 16px 0;
	border: 0;
    justify-content: space-between;
}
.weight_list .nav-tabs .nav-item {
	width: 49%;
}
.weight_list .nav-tabs .nav-item.show .nav-link,.weight_list .nav-tabs .nav-link.active {
	color: #02363d;
    border-radius: 0 !important;
}
.weight_list .nav-tabs .nav-item .nav-link {
	padding: 16px;
	border: 1px solid #e3e6eb;
	border-radius: 0 !important;
	color: #02363d;
    position: relative;
}
.weight_list .nav-link:hover, .weight_list .nav-link.active{
	border: 1px solid #02363D !important;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.weight_list .nav-link.active::after{
    position: absolute;
    content: url("../images/activeState-circle.5b98d71d4dfb.svg");
    right: 8px;
    top: 8px;
}
.weight_list .nav-tabs .nav-link p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.weight_list .nav-link h4 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.minus.disable {
    opacity: 0.4;
    pointer-events: none;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
/* Cohorts payer mix */
.display_block {
	display: block;
}
.cd-popup-adjust-mix .comparison-card {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px 0 !important;
}
.weight_list_inner ul li {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-top: 1px solid #DCDFE4;
	align-items: center;
    min-height: 61px;
}
.weight_list {
	padding: 24px;
}
.create-adjust-mix .comparison-card li {
	padding: 16px;
}
.create-adjust-mix .comparison-card li h4 {
	margin: 0;
	text-align: left;
}
.create-adjust-mix .comparison-card li p {
	text-align: left;
    color: #02363d;
}
.create-adjust-mix .create-contract-popup-title {
	text-align: left;
	border-bottom: 1px solid #E3E6EB;
}
.create-adjust-mix .comparison-card a {
	position: relative;
}
.weight_list_inner {
	border: 1px solid #DCDFE4;
}
.weight_list_inner ul {
    margin: 0;
    height: 305px;
    overflow-y: scroll;
}
.weight_list_head {
	background: #F7FBFB;
	padding: 8px 12px !important;
	border: 0 !important;
}
.weight_list_head h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.weight_list_inner ul li p {
	margin: 0;
}

.create-adjust-mix .filled_weight.complete {
	background: #24A148;
}

.create-adjust-mix .filled_weight {
	background: #DA1E28;
	border-radius: 18px;
	width: 144px;
	padding: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: "Hk Grotesk Bold";
    text-align: center;
}
.create-adjust-mix .minus,.create-adjust-mix .plus {
	width: 36px;
	height: 36px;
	padding: 17px 12px;
	background: #F3F4F6;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: "HK grotesk Bold";
}
.create-adjust-mix .minus:hover,.create-adjust-mix .plus:hover{
    background: #DCDFE4;
}
.number input {
	height: 36px;
	width: 64px;
	display: inline-block;
	border: 1px solid #8A95A5;
	border-radius: 22px;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
    text-align: center;
}
.create-adjust-mix .number {
	display: flex;
}
.assigned_weight_list {
	display: none;
}
.comparison-card a.visible .selected_reportType {
	display: block;
}
.reports-mix-empty .cohorts .empty-list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-custom .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-default .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.weight_list .nav.nav-tabs {
	margin: 0 0 16px 0;
	border: 0;
    justify-content: space-between;
}
.weight_list .nav-tabs .nav-item {
	width: 49%;
}
.weight_list .nav-tabs .nav-item.show .nav-link,.weight_list .nav-tabs .nav-link.active {
	color: #02363d;
    border-radius: 0 !important;
}
.weight_list .nav-tabs .nav-item .nav-link {
	padding: 16px;
	border: 1px solid #e3e6eb;
	border-radius: 0 !important;
	color: #02363d;
    position: relative;
}
.weight_list .nav-link:hover, .weight_list .nav-link.active{
	border: 1px solid #02363D !important;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.weight_list .nav-link.active::after{
    position: absolute;
    content: url("../images/activeState-circle.5b98d71d4dfb.svg");
    right: 8px;
    top: 8px;
}
.weight_list .nav-tabs .nav-link p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.weight_list .nav-link h4 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.minus.disable {
    opacity: 0.4;
    pointer-events: none;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
/* Cohorts payer mix */
.display_block {
	display: block;
}
.cd-popup-adjust-mix .comparison-card {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px 0 !important;
}
.weight_list_inner ul li {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-top: 1px solid #DCDFE4;
	align-items: center;
    min-height: 61px;
}
.weight_list {
	padding: 24px;
}
.create-adjust-mix .comparison-card li {
	padding: 16px;
}
.create-adjust-mix .comparison-card li h4 {
	margin: 0;
	text-align: left;
}
.create-adjust-mix .comparison-card li p {
	text-align: left;
    color: #02363d;
}
.create-adjust-mix .create-contract-popup-title {
	text-align: left;
	border-bottom: 1px solid #E3E6EB;
}
.create-adjust-mix .comparison-card a {
	position: relative;
}
.weight_list_inner {
	border: 1px solid #DCDFE4;
}
.weight_list_inner ul {
    margin: 0;
    height: 305px;
    overflow-y: scroll;
}
.weight_list_head {
	background: #F7FBFB;
	padding: 8px 12px !important;
	border: 0 !important;
}
.weight_list_head h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.weight_list_inner ul li p {
	margin: 0;
}

.create-adjust-mix .filled_weight.complete {
	background: #24A148;
}

.create-adjust-mix .filled_weight {
	background: #DA1E28;
	border-radius: 18px;
	width: 144px;
	padding: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: "Hk Grotesk Bold";
    text-align: center;
}
.create-adjust-mix .minus,.create-adjust-mix .plus {
	width: 36px;
	height: 36px;
	padding: 17px 12px;
	background: #F3F4F6;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: "HK grotesk Bold";
}
.create-adjust-mix .minus:hover,.create-adjust-mix .plus:hover{
    background: #DCDFE4;
}
.number input {
	height: 36px;
	width: 64px;
	display: inline-block;
	border: 1px solid #8A95A5;
	border-radius: 22px;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
    text-align: center;
}
.create-adjust-mix .number {
	display: flex;
}
.assigned_weight_list {
	display: none;
}
.comparison-card a.visible .selected_reportType {
	display: block;
}
.reports-mix-empty .cohorts .empty-list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-custom .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-default .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.weight_list .nav.nav-tabs {
	margin: 0 0 16px 0;
	border: 0;
    justify-content: space-between;
}
.weight_list .nav-tabs .nav-item {
	width: 49%;
}
.weight_list .nav-tabs .nav-item.show .nav-link,.weight_list .nav-tabs .nav-link.active {
	color: #02363d;
    border-radius: 0 !important;
}
.weight_list .nav-tabs .nav-item .nav-link {
	padding: 16px;
	border: 1px solid #e3e6eb;
	border-radius: 0 !important;
	color: #02363d;
    position: relative;
}
.weight_list .nav-link:hover, .weight_list .nav-link.active{
	border: 1px solid #02363D !important;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.weight_list .nav-link.active::after{
    position: absolute;
    content: url("../images/activeState-circle.5b98d71d4dfb.svg");
    right: 8px;
    top: 8px;
}
.weight_list .nav-tabs .nav-link p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.weight_list .nav-link h4 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.minus.disable {
    opacity: 0.4;
    pointer-events: none;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.bg_none{
    background: transparent !important;
}
.light_grey_color{
    color: #36C5BA !important;
}
.gfe_list .enterprise-headersec-right {
	display: flex;
	align-items: center;
}
.create_report .create-contract-popup-form ul{
    padding: 24px !important;
}
.gfe_list .rate-mngmnt-filters ul li ul.has-options{
    min-width: 120px;
}
.gfe_list .report_action .extract-editing ul.editing-options {
	width: 120px;
}
.estimate .tool-tip {
	max-width: 237px;
	text-align: left;
	left: 0;
	font-size: 13px;
	line-height: 17px;
	padding: 6px;
	box-sizing: border-box;
	color: #000;
	top: 28px;
	background: #EDEDED;
	border: 1px solid #B0A8A8;
	z-index: 6;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.gfe_list .rate-mngmnt-filters ul li p.open--hasmenu{
    background: #D4D8DF;
}
.gfe_list .rate-mngmnt-filters ul li ul.has-options li label {
	padding: 0;
}
.estimate a:hover ~ .tool-tip {
	display: block !important;
}
.estimate h5 {
	position: relative;
}
.estimate .tool-tip::after{
    display: none;
}
.estimate h5 a {
	text-decoration: none;
}
.gfe_list .enterprise-headersec-right .bg_none.grey_color:hover{
    box-shadow: unset;
    transform: unset !important;
    text-decoration: underline;
}
.gfe_list .ratemngmnt-tablearea .table .status .a::before{
    background: #E5A000;
}
.notes {
	font-family: "Hk Grotesk Bold";
	font-size: 12px;
	line-height: 16px;
	margin: 4px 0 0 0;
}
.three_column {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.two_column {
	width: 49% !important;
}
.single_column {
	width: 49% !important;
}
.gfe-patient .single-contract-coversheet{
    min-height: 750px;
}
.gfe-patient .cs-provider-information .two_column .w-80 {
	width: 69% !important;
}
.gfe-patient .cs-provider-information .two_column .w-20 {
	width: 29% !important;
}
.cs-provider-information .two_column .select_options select {
	display: block;
	padding: 10px 12px 10px 16px;
	background: #E3E6EB;
	border-radius: 18px;
	width: 100%;
	font-size: 14px;
	font-family: "Hk Grotesk Bold";
	line-height: 16px;
}
.gfe-patient form .single-contract-coversheet ul label {
	letter-spacing: 0;
	color: #02363D;
	font-family: 'HK Grotesk Bold';
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.estimated_services {
	display: flex;
	justify-content: space-between;
	background: #F3F4F6;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
	padding: 12px 16px;
}
.gfe-patient .cs-provider-information .single_column li {
	width: 100% !important;
}
.gfe-patient form ul li input {
	border: 1px solid #8A95A5 !important;
	padding: 6px 16px;
	line-height: 24px;
}
.optional {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.margin20{
    margin: 0 0 0 20px !important;
}
.w-50{
    width: 50% !important;
}
.radio_btns_inner p input {
	margin: 0;
}
.disabled {
	opacity: .5;
	pointer-events: none;
}
.convening_provider .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.gfe-patient .cs-provider-information ul.single_column_row li{
    width: 100% !important;
}
.gfe-patient .cs-provider-information ul li {
	width: 49% !important;
}
.diagnosis .single_column_row li{
    width: 100%;
}
.radio_btn li p{
    display: flex;
}
.radio_btn .radio_btns_inner p label{
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #02363D !important;
    margin: 0 !important;
    font-family: 'HK Grotesk Regular' !important;
    padding: 0 0 0 8px;
}
.radio_btns_inner {
	display: flex;
}
.radio_btn li p input{
    width: unset !important;
}
.radio_btns_inner ul li {
    margin-right: 15px;
}
.radio_btns_inner ul li input {
    margin-right: 10px;
}
.radio_btns_inner ul li label {
    display: inline-flex;
    font-family: 'HK Grotesk Regular' !important;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}

.convening_provider .l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}
.convening_provider .single-contract-rates form ul li:last-child{
    width: 49%;
}
.convening_provider .l-contract-detail-btns a,
.convening_provider .l-contract-detail-btns button {
	background: #02363D;
	border-radius: 35px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: "HK Grotesk Bold";
}
.convening_provider .l-contract-detail-btns a img,
.convening_provider .l-contract-detail-btns button img {
	width: 20px;
	margin: 0 8px 0 0;
}
.sc-addservice-mainsec .add_services_details ul li {
	width: 32% !important;
}
.sc-addservice-mainsec .add_services_details ul li:last-child{
    width: 32% !important;
}
.add_services_details {
	border: 1px solid var(--cool-grey-30);
    margin: 24px  0 0 0;
}
.add_service_title {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	background: #F3F4F6;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
    min-height: 53px;
}
.add_service_title h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
	color: #02363D;
}
.service_fields_inner {
	padding: 16px;
}
.service_fields_inner #service-name:focus ~ .has-options.searchbar{
    display: block;
}
.address_info {
	flex-direction: column;
	align-items: flex-start !important;
	margin: 20px 0 0 0 !important;
}
.address_info textarea {
    width: 100%;
    border: 1px solid #8A95A5;
    border-radius: 18px;
    padding: 9px 25px;
    height: 72px;
    font-size: 14px;
}
.add_service_title p {
	padding: 0 !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li{
    width: 49% !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li.service-item-expected_cost select{
    display: none;
}
.sc-addservice-mainsec .add_services_details .deleting-element {
    font-size: 16px;
    line-height: 24px;
    color: #D73D3D;
    cursor: pointer;
    bottom: 0;
    right: 0;
    position: relative !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hk Grotesk Bold";
}
.sc-addservice-mainsec .add_services_details .deleting-element::after {
    position: absolute !important;
    display: block;
    content: "";
    background: #D83E3E url("../images/remove-white.81e235a4a017.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50px;
    left: -30px;
}
.sc-addservice-mainsec .add_another_row {
    font-size: 18px;
    line-height: 28px;
    font-family: "HK grotesk Bold";
    align-items: center;
    color: #02363D;
    border: 1px dashed #8A95A5;
    background: #F3F4F6;
    display: flex;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
}
.sc-addservice-mainsec .add_another_row::before {
    display: block;
    content: "";
    background: url("../images/add-circle.5b9c08a89403.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 7px;
}
.add_services_details.listing-with-deletion-hide {
	display: none;
}
.service_fields_inner input {
	border: 1px solid #8A95A5 !important;
}
.add_services_details .service_fields_inner label {
	text-transform: capitalize !important;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}
.service_fields_inner .notes{
    color: #8A95A5;
}
.service_fields_inner ul {
	align-items: flex-start !important;
}
.add_another_row {
	border: 1px dashed #8A95A5;
	background: #F3F4F6;
	display: flex;
	justify-content: center;
	padding: 12px;
	margin: 16px 0 0 0;
    cursor: pointer;
}
.add_another_row p img {
	margin: 0 8px 0 0;
}
.add_another_row p {
	padding: 0 !important;
	font-size: 18px;
	line-height: 28px;
	font-family: "HK grotesk Bold";
	display: flex;
	align-items: center;
}
.gfe_add_services .edit-claims-btn {
	margin: 16px 0 0 0;
}
.gfe_add_services .edit-claims-btn .button-cancel {
	padding: 12px 20px;
}
.mb-20 {
	margin: 0 0 20px 0 !important;
}
.another_service_row {
	display: none;
}
.another_service_row.is-visible {
	display: block;
}
.services_filled {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start !important;
}
.services_inner_Details.border {
    border: 1px solid var(--cool-grey-30) !important;
}
.services_inner_Details h4 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
}
.estimated_services .extract-editing ul.editing-options {
	display: none;
}
.co_providers_filled_state .services_inner_Details > h5{
    border-bottom: 0;
}
.services_inner_Details > h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F3F4F6;
	padding: 12px;
	margin: 0;
	border-bottom: 1px solid var(--cool-grey-30);
	font-family: "HK grotesk bold";
	font-size: 18px;
	line-height: 28px;
}
.services_inner_Details > h5 span{
    font-family: "HK grotesk bold";
}
.services_inner_Details h5 span {
	font-size: 18px;
	line-height: 28px;
	color: #02363D;
	font-family: "Hk Grotesk Bold";
}
.services_list {
	width: 100%;
}
.services_list p {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
    margin: 0 !important;
    cursor: pointer;
}
.services_inner_Details .hiddenRow {
	width: 100%;
	background: #F3F4F6;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 0 0;
}
.add_co-providers .l-contract-detail-btns a {
	background: #02363D;
	border-radius: 35px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: "HK Grotesk Bold";
}
.add_co-providers .l-contract-detail-btns a img {
	width: 20px;
	margin: 0 8px 0 0;
}
.add_co-providers .trnsparent-btn {
	background: transparent !important;
	border: 2px solid #02363D;
	color: #000 !important;
	margin: 0 12px 0 0;
}
.add_co-providers .l-contract-detail-left {
	width: 50%;
}
.add_co-providers .l-contract-detail-btns {
	width: 50%;
}
.add_co-providers .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.invite_providers img {
	width: 15px !important;
}
.co_providers .single-contract-rates {
	padding: 32px 32px 250px 32px;
}
.cd-popup-invite-co-provider .create-provider-contract-popup .create-contract-popup-form form ul textarea {
	border: 1px solid #8A95A5;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 14px;
}
.invite_sent {
	border: 1px solid var(--cool-grey-30);
    border-bottom: 0;
}
.invite_sent_title {
	background: #F3F4F6;
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_title h4 {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details {
	display: flex;
	align-items: center;
	padding: 16px;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_details_left {
	display: flex;
	align-items: center;
}
.invite_sent_details_left h5 span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.invite_sent_details_left h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details_left img {
	margin: 0 12px 0 0;
}
.invite_sent_details_right a {
	font-family: "HK Grotesk Bold";
}
.invite_link {
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.invite_link  p {
    margin: 0;
}
.invite_link a {
	font-family: "HK Grotesk Bold";
	margin: 8px 0 0 0;
	display: inline-block;
}
.co_providers .sc-viewing-olderversion {
	padding: 12px;
	background: #FAEAE4;
	margin: 20px 0;

}
.co_providers .sc-viewing-olderversion h4 img {
	margin: 0 12px 0 0;
}
.co_providers .sc-viewing-olderversion h4 {
	color: #BA4E01;
}
.searchbar.has-options li {
	margin: 0;
	background: transparent;
	width: 100% !important;
	padding: 0 16px !important;
}
.service_fields_inner .searchbar.has-options li{
    width: 100% !important;
}
.service_fields_inner .searchbar.has-options li:last-child{
    width: 100% !important;
}
.autocomplete-suggestions .focus-inner-search {
	background: none;
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	font-family: 'HK Grotesk SemiBold';
	cursor: pointer;
	transition: 0.3s;
    margin: 0;
}
.gfe-patient .single-contract-coversheet .notes{
    font-family: "Hk Grotesk regular";
}
.searchbar.has-options li:last-child {
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.searchbar.has-options li:first-child {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.searchbar.has-options {
    width: 100%;
    box-shadow: 0px 2px 6px 0px #00000033;
    border: 1px solid #02363d;
    padding: 0;
    border-radius: 18px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
}
#convening_provider #provider_name:focus ~ .searchbar.has-options{
    display: block !important;
}
.gfe-patient .searchbar.has-options li{
    width: 100% !important;
}
.searchbar.has-options li:hover {
	background: #F3F4F6;
}
.autocomplete-suggestions .focus-inner-search span {
	display: block;
	background: none;
	color: #8A95A5;
	font-size: 14px;
	line-height: 20px;
}
.searchbar.has-options ul {
	flex-direction: column;
	margin: 0 !important;
}
.gfe_add_services .save-exit {
	font-family: "Hk Grotesk Bold";
}
.services_inner_Details .sc-review_send-member {
	padding: 12px;
	background: #fff;
	border: 1px solid var(--cool-grey-30);
}
.services_inner_Details .hiddenRow .accordion-body.collapse.show,
.services_inner_Details .hiddenRow .accordion-body.collapse {
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_Details .sc-rs-listings li h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.services_inner_Details .sc-review_send-member .sc-rs-listings li:last-child{
    width: 25%;
}
.inner_serviceDetails {
	padding: 12px;
}
.gfe-patient .inner_serviceDetails p {
    margin: 0 !important;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed p::after {
    content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 16px;
}
.services_inner_Details .accordion-toggle.expandable.services_list p::after {
	content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	transition: 0.3s;
	position: absolute;
	top: 47%;
	right: 16px;
}
.services_inner_Details .sc-rs-member-descp h4 {
	background: transparent;
	margin: 0;
	border-bottom: unset;
	font-size: 16px;
	line-height: 20px;
	font-family: "Hk Grotesk Bold";
	padding: 0;
}
.services_inner_Details .accordion-toggle.expandable.services_list {
	background: #F3F4F6;
    position: relative;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed{
    background: transparent;
}
.services_inner_Details .accordion-toggle.expandable.services_list p span {
	padding: 0 30px 0 0;
	font-family: "Hk grotesk Bold";
}

.convening_provider .r-included-services {
	margin: 0 0 20px 0;
}
.additional_notes textarea {
	border: 1px solid #8A95A5;
	border-radius: 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 16px;
	height: 72px;
}
.additional_notes {
	display: flex;
	flex-direction: column;
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.additional_notes label {
	font-family: "Hk Grotesk Bold";
	margin: 0 0 4px 0;
}
.additional_notes label .optional {
	margin: 0 0 0 4px;
}
.convening_provider .cs-provider-information {
	margin: 48px 0 0 0;
}
.extract-editing > ul {
	display: none !important;
}
.contract-successfully-sent.invite_sent {
	bottom: 30px;
	z-index: 1;
}
.sc-addservice-mainsec .service-addsection .additional_service .w-100 {
	width: 100% !important;
}
.additions .services_filled{
    padding: 12px 16px;
}

.convening_provider .cs-provider-information ul li {
	margin: 0 0 15px 0;
}
.add_co-providers p {
	font-size: 14px;
	line-height: 20px;
}
.gfe_add_services .sc-addservice-mainsec .single-contract-rates{
    padding: 32px 32px 100px 32px;
}
.gfe_add_services .sc-addservice-mainsec .single-contract-rates .additional_notes{
    border:0;
    padding: 0;
}
.gfe_add_services .sc-addservice-mainsec .single-contract-rates .additional_notes label{
    font-family: 'HK Grotesk Bold';
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.add_info p{
    padding: 0 !important;
}
.cs-provider-information.add_info {
	margin: 48px 0 0 0;
}
.second_row {
	margin: 12px 0 0 0 !important;
}
.service_fields_inner .tags-container {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 22px;
	width: 100%;
	font-size: 14px;
	transition: 0.5s;
    border: 1px solid #8A95A5 !important;
    padding: 6px 5px;
    line-height: 24px;
    font-family: "HK Grotesk Bold";
}
.service_fields_inner .tags-container .tag {
	position: relative;
	margin: 0 4px 0 0;
	padding: 1px 18px 1px 8px;
	font-size: inherit;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #02363D;
	border-radius: 50px;
	transition: background-color 0.3s ease;
	cursor: default;
}
.service_fields_inner .tags-container .tag__name {
	margin-right: 3px;
	font-size: 12px;
}
.service_fields_inner .tags-container .tag:first-child {
	margin-left: 0;
}
.service_fields_inner .tag__remove {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
	transition: opacity 0.3s ease;
	opacity: 0.5;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	color: #fff;
	width: unset;
	opacity: 1;
}
.service_fields_inner .tags-container .tag .tag__remove {
	background: unset;
}
.service_fields_inner .tags-container .tag-input {
	border: 0 !important;
	padding: 0 !important;
	flex: 3;
}
.additional_services_filled{
    padding: 12px 16px;
}
.collaborator_details .recpt-approved::after {
	position: unset;
}
.collaborator_details .recipient-detail{
    width: 50%;
    padding: 0 0 0 48px;
}
.collaborator_details .extract-editing p {
	cursor: pointer;
}
.collaborator_details .payer-contributers-list li {
	border-top: 0 !important;
}
.collaborator_details .extract-editing p img {
	margin: -1px 0 0 6px;
}
.collaborator_details  .extract-editing p {
	font-family: "HK Grotesk Bold";
}
.collaborator_details.single-contract-contributers .send-invite input[type="submit"] {
	background: #02363d;

}
.collaborator_details .r-addedservice-table{
    border: 1px solid var(--cool-grey-30);
}
.collaborator_details.single-contract-contributers .send-invite {
	border-top: 1px solid var(--cool-grey-30);
	background: #F3F4F6;
	padding: 12px 16px;
}
.collaborator_details.single-contract-contributers .send-invite input{
    padding: 8px 16px;
}
.collaborator_details .deleting-element{
    margin: 0;
}
.collaborator_details.single-contract-contributers .send-invite [type="email"] {
	border: 1px solid #8A95A5;
}
.collaborator_details .recipients-list .recipient-detail p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.collaborator_details .recipients-list .recipient-detail h4 {
	font-size: 16px;
	line-height: 20px;
}
.collaborators .single-contract-rates {
	padding: 32px 32px 400px 32px;
}
.collaborators_filled .single-contract-rates{
    padding: 32px 32px 16px 32px;
}
.single-contract-recipients form .review_estimate  ul {
	flex-wrap: wrap;
}
.review_estimate .sc-rs-listings li {
	width: 23% !important;
	padding: 8px 3px;
}
.review .single-contract-review_send .sc-rs-listings li h5 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
}
.black_edit_btn {
	padding: 5px 12px;
	color: #fff;
	text-decoration: none;
	background: #02363D;
	border-radius: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
}
.co_provider-name {
	display: flex;
	align-items: center;
}
.co_provider-name h3 span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.co_provider-name img {
	margin: 0 12px 0 0;
}
.provider_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F3F4F6;
	padding: 8px;
}
.provider_total h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #02363D;
	font-family: "HK Grotesk Bold";
}
.provider_total p {
	font-family: "Hk Grotesk bold";
	margin: 0;
}
.review .claims-tablearea .table td {
	border-top: 1px solid var(--cool-grey-30);
	padding: 8px 8px 8px 0px;
}
.add_notes {
	padding: 8px;
}
.add_notes h6 {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.add_notes a {
	font-size: 14px;
	line-height: 20px;
}
.review .claims-tablearea .table td:last-child {
	font-family: "HK Grotesk Bold";
}
.add_notes p {
	font-size: 14px;
}
.service_details {
	display: unset !important;
}
.service_details li {
	width: unset !important;
	margin: 0 0 16px 0 !important;
}
.service_details li p span {
	display: block;
}
.service_details li p {
	font-family: "HK Grotesk Bold";
}
.total_estimated_cost {
	display: flex;
	justify-content: space-between;
	background: #F7FBFB;
	align-items: center;
	padding: 12px 24px;
	border-top: 1px solid #E3E6EB;
	position: sticky;
	bottom: 79px;
	z-index: 999;
}
.total_estimated_cost h5 {
	font-size: 20px;
	line-height: 24px;
	font-family: "Hk Grotesk Bold";
	margin: 0;
}
.total_estimated_cost p {
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.gfe_review .sc-viewing-olderversion {
	padding: 14px;
	background: #FAEAE4;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 16px 0 0 0;
}
.gfe_review .sc-viewing-olderversion img {
	margin: 0 12px 0 0;
}
.gfe_review .sc-viewing-olderversion h4{
    color: #BA4E01;
}
.finalize_estimate_inner {
	padding: 32px 24px;
}
.finalize_estimate_inner h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.estimate_btn .reopen_btn {
	background: transparent !important;
	color: #36C5BA !important;
	font-family: "HK grotesk Bold";
	margin: 0 0 0 36px !important;
	padding: 0 !important;
}
.estimate_btn .reopen_btn:hover {
	transform: unset !important;
	text-decoration: underline;
}
.gfe_summary .rm-head-right {
	width: 33%;
}
.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 68%;
}
.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.gfe-patient .sc-sidebar-commentblock .user-comment p {
	font-size: 14px;
	line-height: 20px;
}
.gfe-patient .single-contract-review_send .sc-rs-listings {
    flex-wrap: wrap;
}
.collaborators_withoutPermission .payer-contributers-list .recipients-list{
    justify-content: space-between;
    border-bottom: 1px solid var(--cool-grey-30);
}
.collaborators_withoutPermission .payer-contributers-list .recipients-list:last-child{
    border-bottom: 0;
}
.collaborators_withoutPermission .collaborator_details {
	padding: 32px 32px 100px;
}
.no_coProviders_added .recipient-detail::before{
    display: none;
}
.no_coProviders_added .recipient-detail {
	padding: 0;
}
.collaborator_details .providers_inner_details{
    margin: 0 0 48px 0;
}
.single-contract-review_send .sc-rs-listings li.full_width {
	width: 100% !important;
}
.review .ratemngmnt-tablearea.claims-tablearea th {
    font-size: 14px;
    line-height: 20px;
    font-family: "HK Grotesk Bold";
    text-transform: capitalize;
    letter-spacing: 0;
}
.review .ratemngmnt-tablearea table tr th:first-child {
	width: 35%;
}
.review .ratemngmnt-tablearea table tr th:last-child {
	width: 10%;
}
.review .claims-tablearea .table td:last-child{
    text-align: right;
}
.mx-width p {
	max-width: 200px;
	margin: 0 0 0 auto !important;
	font-size: 14px;
	line-height: 20px;
}
.review .address_performed .font_bold {
	font-family: "Hk Grotesk Bold" !important;
}
.review .address_performed td {
	padding: 0 8px 8px 0 !important;
	border-top: 0 !important;
}
.version_history .rm-head-left,.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 67%;
}
.version_history .rm-head-right,.gfe_summary .rm-head-right {
	width: 33%;
}
.version_history .rm-head-left p,.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.version_history  .rm-head-left h2,.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.version_history .l-contract-details,.gfe_summary .l-contract-details{
    padding: 8px 0;
}
.version_history .total_estimated_cost,.gfe_summary .total_estimated_cost{
    bottom: 0;
}
.gfe_summary .l-contract-detail-left h3{
    line-height: 18px;
}
.services_inner_empty h5 span {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk regular";
    display: block;
}
.services_empty_state {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_empty {
	display: flex;
	align-items: center;
}
.services_inner_empty img {
	margin: 0 12px 0 0;
}
.services_inner_empty h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	color: #02363d;
}
.co_provider_content {
	padding: 16px;
}
.co_provider_content a {
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 0 0;
	display: inline-block;
	font-family: "Hk Grotesk bold";
}
.co_provider_content {
	padding: 16px;
}
.co-provider_review .total_estimated_cost {
	bottom: 0;
}
.bottom_end {
	bottom: 0 !important;
}
.gfe_addition_add .single-contract-form_btn {
    width: 100%;
}

.gfe_addition_add-mainSection form textarea{
    border-radius: 18px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: 72px;
    border: 1px solid #8A95A5;
}
/* ---------------------------------- */
/* Dashboard send feedback block
------------------------------------- */
.dashboard-sendFeedback-section {
    margin: 24px 0;
    border: 1px solid #E3E6EB;
    padding: 24px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.dashboard-feedbackSection-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 80%;
}
.dashboard-feedbackSection-right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.dashboard-feedbackSection-left img {
    margin: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Hk Grotesk Bold';
    color: #02363D;
    padding: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Regular';
}
.dashboard-feedbackSection-right a {
    display: flex;
    align-items: center;
    font-family: 'Hk Grotesk Bold';
}
.dashboard-feedbackSection-right a img{
    margin: 0 0 0 4px;
}

/* ---------------------------------- */
/* Extracts page
------------------------------------- */
section.home-banner-section.extractsPage-bannerSection {
    padding: 40px 0 100px 0;
}
.extractsPage-bannerSection .hm-banner-img img{
    max-width: 497px;
}
section.extracts-highlighted-section .clearRates-features {
    padding: 0;
}
.extracts-overview-section .clearRates-title{
    margin: 0 0 64px 0;
}
.extracts-overview-section .providerSection-features-left img {
    border-bottom-right-radius: 0;
}
.extracts-overview-section .featureSection-inner {
    margin: 0 0 64px 0;
}
.eo-featureBlock h5 {
    margin: 16px 0 4px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.eo-featureBlock p {
    margin: 0;
    color: #02363D;
}
.extractOverview-feature-blocks {
    margin: 0 0 128px 0;
}
section.CTA-section.gradient-CTA-section {
    background: #fff;
}
section.CTA-section.gradient-CTA-section .CTA-content {
    background: linear-gradient(90deg, #A8E6E1 0%, #EEC0AE 100%);
    border: 0;
    margin: 0 0 128px 0;
    padding: 72px 56px;
}
.CTA-section.gradient-CTA-section .CTA-content h3{
    padding-right: 20px;
}

/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.footer-main-section {
    padding: 80px 0;
    border-bottom: 1px solid #dbdbdb;
}
.footer-main-section .footer-logo-section .soc{
    width: 98px;
    margin-top: 20px;
}
.footer-social-media {
    margin: 26px 0 0 auto;
    display: flex;
}
.footer-social-media li {
    margin: 0 16px 0 0;
}
.footer-social-media li a {
    background: #36C5BA;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: space-between;
}
.footer-links-section h3 {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
}
.footer-links-section ul{
    margin: 0;
}
.footer-links-section ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
}
.footer-links-section ul li{
    margin: 0 0 18px 0;
}
.footer-links-section ul li:last-child{
    margin: 0;
}
.footer-copyright-section {
    padding: 35px 0;
}
.copyright-text p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
}
.copyright-menu {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.copyright-menu li a{
    color:#02363D;
}
.copyright-menu li {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    margin: 0 8px 0 8px;
}
.legal-text {
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
    list-style: disc;
}
.legal-text ul {
    list-style: disc;
}
.legal-text li {
    list-style: disc;
    margin-left: 30px;
}

.legal-text h1 {
    font-size: 18px;
    line-height: 22px;
    list-style: disc;
    margin-top: 18px;
}
.legal-text h2 {
    font-size: 16px;
    line-height: 18px;
    list-style: disc;
    margin-top: 16px;
}
.legal-text h3 {
    font-size: 14px;
    line-height: 16px;
    list-style: disc;
    margin-top: 14px;
}
.employees-only {
    width: 100%;
    z-index: 999;
    background: #FFF;
    border-top: 1px solid #E3E6EB;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
}
.employees-only .employees-only-form {
    display: inline;
}
.employees-only h2 {
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    padding-bottom: 10px;
}
.employees-only label {
    height: fit-content;
    font-size: 18px;
    padding-right: 20px;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline input{
    display: none;
    margin-top: 5px !important;
}

.stndrd-reports .select2-container--focus .select2-selection--multiple .select2-search.select2-search--inline input ,
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-search.select2-search--inline input {
    display: block;
}
.stndrd-reports .select2-search.select2-search--inline{
    width: 100% !important;
    position: relative !important;
}
.stndrd-reports .select2-container--focus .select2-search--inline::after,
.stndrd-reports .select2-container--open .select2-search--inline::after {
    display: block !important;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline::after {
    display: none;
    content: url("../images/search.c03fd0e2cd46.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
}
.stndrd-reports .select2-results__option {
    padding: 0 0 12px 0 !important;
    display: block;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 425px;
}
.stndrd-reports .select2-results__option:last-child {
    padding: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #02363d !important;
}
.focus .organization-formfield-section li {
    margin: 0 0 24px 0;
}
.focus .rate-mngmnt-filters {
	width: 100%;
}
.focus .rate-mngmnt-filters > ul > li{
    background: transparent !important;
}
.focus .single-contract-coversheet form ul li{
    width: 100%;
}
.focus .rate-mngmnt-filters ul li .has-options li {
	margin: 0;
	background: transparent;
}
.focus .rate-mngmnt-filters ul li .has-options {
	width: 100%;
	box-shadow: 0px 2px 6px 0px #00000033;
	border: 1px solid #02363d;
	padding: 0;
	position: unset;
	border-radius: 18px;
    display: none;
}
.scrollbar {
	height: 300px;
	overflow-y: scroll;
}
.providerMarketComparison-dropdown,
.payerMarketComparison-dropdown {
    display: none;
    width: 100% !important;
}
.providerMarketComparison-dropdown.visible,
.payerMarketComparison-dropdown.visible {
    display: block;
}
.stndrd-reports .sc-sidebar-versionhistoryblock {
    overflow-y: scroll !important;
    overflow-x: unset;
}
.focus .rate-mngmnt-filters .select-dropdown:hover{
    box-shadow: none;
}
.focus .rate-mngmnt-filters .has-options li:hover{
    background: #F3F4F6;
}
.focus .select-dropdown p.open--hasmenu{
    background: #D4D8DF;
}
.hide-me{
    display: none !important;
}
.show-me{
    display: block !important;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search {
	background: none;
	padding: 6px 0;
	font-size: 16px;
	line-height: 20px;
}
.focus .rate-mngmnt-filters ul li input{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li input:focus{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search span{
    display: block;
    background: none;
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.focus .rate-mngmnt-filters .select-dropdown .focus-inner-search::after {
    display: none;
}
.focus .has-options li {
	padding: 0 16px !important;
}
.focus .rate-mngmnt-filters .select-dropdown {
	margin: 0;
}
.focus .has-options li:last-child{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.market_comparison_searchbar {
	padding: 16px 16px 6px;
}
.stndrd-reports .select2-search.select2-search--inline {
    margin: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	color: #02363D !important;
    background: #D4D8DF;
}
.stndrd-reports .select2-results__option::before {
	content: " ";
	display: inline-block;
	position: relative;
	height: 16px;
	width: 16px;
	border: 2px solid #02363D;
	border-radius: 2px;
	background-color: #fff;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.stndrd-reports #select2-provider-results .select2-results__option::before,
.stndrd-reports #select2-payer-results .select2-results__option::before {
	border-radius: 10px;
}
.cd-popup-add-criteria, .cd-popup-service-criteria{
	z-index: 2;
}
.stndrd-reports .single-contract-savebar{
    z-index: 1;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	background: #D4D8DF !important;
}
.stndrd-reports .select2-results__option[aria-selected="true"]::before {
	font-family: fontAwesome;
	content: "\f00c";
	color: #fff;
	border: 0;
	background: #02363D;
	font-size: 11px !important;
	text-align: center;
}
.stndrd-reports #select2-provider-results .select2-results__option[aria-selected="true"]::before,
.stndrd-reports #select2-payer-results .select2-results__option[aria-selected="true"]::before {
	border-radius: 10px;
    content: "\f111";
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--single {
	border-radius: 35px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block !important;
    width: fit-content;
    background: #02363D;
    border-radius: 16px;
    color: #FFF;
    padding: 2px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 35px !important;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2.select2-container{
    position: relative;
}
.stndrd-reports .select2-selection__arrow b {
    display: none;
}
.stndrd-reports .select2-selection__arrow::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection__arrow::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 70%;
}
.stndrd-reports .select2-container--default .select2-search .select2-search__field {
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
    margin: 0 !important;
    background: #FFFFFF;
    border: 2px solid #36C5BA;
    border-radius: 22px;
    padding: 8px 15px;
    width: 100% !important;
}
.stndrd-reports .select2-container--default .select2-search--dropdown {
    margin: 10px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
}
.stndrd-reports .select2-container--default .select2-results > .focus .select2-results__options {
    max-height: 356px;
}
.stndrd-reports .select2-container--open .select2-dropdown {
    border: 1px solid #02363D !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 18px !important;
}
.stndrd-reports .select2-results {
    padding: 16px 0 16px 16px !important;
    height: 100%;
}
.stndrd-reports .select2-search.select2-search--inline input::-webkit-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input:-ms-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input::placeholder {
    color: #8A95A5;
}

.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="true"] {
    background: #D4D8DF !important;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 30px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    min-height: unset;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 8px 10px !important;
    display: block !important;
    margin: 0 !important;
    min-height: 45px;
}
.stndrd-reports .select2-container--default .select2-selection--multiple {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 30px !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}
.stndrd-reports #select2-payer-results .select2-results__option {
    max-width: 100%;
}
.stndrd-reports #select2-provider-results .select2-results__option {
    max-width: 100%;
    display: table;
}
.stndrd-reports .select2-result-provider__name {
    min-width: fit-content;
    width: 70%;
    display: table-cell;
}
.stndrd-reports .select2-result-provider__compliance_score {
    width: 29%;
    display: table-cell;
}
.stndrd-reports .select2-result-provider__compliance_score {
    font-family: "Hk Grotesk Bold";
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-selection__rendered::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
}

.selected_reportType {
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}
.comparison-card a.visible .selected_reportType{
	display: block;
}
.visualization_content.visible .selected_reportType{
	display: block;
}
.visualization_content.visible{
    border: 1px solid #8A95A5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}


.status-draft.sc-sidebar-db-dv .new-draft::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #D73D3D;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.status-draft.sc-sidebar-db-dv .new-draft {
    padding: 0 0 0 18px;
}
.status-draft.sc-sidebar-db-dv .new-version {
    background: unset;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
}
.status-draft.sc-sidebar-db-dv {
    display: block;
}
.status-draft.sc-sidebar-db-dv p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'HK Grotesk Regular';
	border-radius: unset;
	position: relative;
}
.empty-list {
	margin: 0;
	padding: 0 !important;
}
.empty-list li h4 span {
	display: block;
	color: #8A95A5;
}
.empty-list > li {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E3E6EB;
	padding: 16px 0;
}
.common-smallhead {
	margin: 0;
	font-family: "Hk Grotesk Bold";
	font-size: 18px;
	line-height: 24px;
	color: #02363d;
}
.rates_type ul{
	margin: 4px 0 0 0;
	padding: 0 !important;
    display: flex;
	justify-content: space-between;
	align-content: center;
}
.empty-list a {
	font-family: "HK grotesk Bold";
}
.rates_type ul li label {
	margin: 0 0 0 6px;
}
.rates_type ul li input {
	width: 16px;
	height: 16px;
}
.rates_type ul li {
	display: flex;
	align-items: center;
}
.rates_type {
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-bottom: 1px solid #e3e6eb;
}
.stndrd-report-table p {
	color: #02363d;
	font-family: "HK Grotesk bold";
	font-size: 14px;
	line-height: 20px;
    margin: 0 !important;
}
.stndrd-report-table p span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-report-table td {
	color: #02363d !important;
    width: 50%;
}
.cohorts .l-version-history{
    max-height: unset;
}
.stndrd-reports .l-version-history > h2{
    margin: 0;
}
.stndrd-reports .l-version-history > p{
    margin: 0;
}
.stndrd-reports .r-addedservice-table table thead tr th {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 16px;
	background: #f7fbfb;
}
.stndrd-reports .r-addedservice-table{
    margin: 16px 0 0 0;
}
.stndrd-reports .r-addedservice-table table thead tr th:last-child{
    text-align: left;
}
.stndrd-reports .r-addedservice-table table tr th{
    border-top: unset;
}
.stndrd-reports .cohorts .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
	color: #8A95A5;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-reports .span-information {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #02363d;
    width: 100%;
    display: block;
    padding: 10px;
}

.more_description{
    font-family: "HK Grotesk Bold";
}
.stndrd-reports .sc-sidebar-db-contracttype h3,.stndrd-reports .sc-sidebar-db-contractfor h3,.stndrd-reports .sc-sidebar-db-organizations h3,.stndrd-reports .sc-sidebar-db-status h3 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
}
.edit-cohorts .cs-provider-information {
	padding: 32px 32px 16px;
}
.edit-cohorts .rate-mngmnt-search {
	width: 74%;
	display: unset;
}
.edit-cohorts .rate-mngmnt-filters {
	width: 25%;
	display: flex;
	justify-content: flex-end;
}
.edit-cohorts .rate-mngmnt-filters ul {
	width: 100%;
}
.edit-cohorts .ratemngmnt-tablearea {
	border: 1px solid #e3e6eb;
	border-top: 0;
}

.edit-cohorts .ratemngmnt-filterarea {
	display: flex;
	border: 1px solid #e3e6eb;
	padding: 12px;
	justify-content: space-between;
}
.edit-cohorts .ratemngmnt-tablearea-inner {
	padding: 0 32px 32px;
}
.edit-cohorts .rate-mngmnt-search .form-group input{
    width: 100%;
    max-width: unset;
}
.edit-cohorts .ratemngmnt-tablearea .table th:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table tbody td:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table td input {
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
}
.edit-cohorts .ratemngmnt-tablearea .table td {
	font-size: 16px;
	line-height: 24px;
    padding: 8px;
}
.edit-cohorts .ratemngmnt-tablearea .table thead th {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: capitalize;
    padding: 8px;
    background: #f7fbfb;
}
.edit-cohorts .rate-mngmnt-filters > ul > li {
	width: 49.5%;
	margin: 0 0 0 12px;
}
.select_org {
	display: flex;
	align-items: center;
}
.Clear_all a {
	color: #fff;
	text-decoration: none;
	font-family: "HK Grotesk Bold";
}
.Clear_all {
    background: #D73D3D;
    padding: 8px 16px;
    border-radius: 50px;
}
.select_org span {
	background: #fff;
	padding: 6px 13px;
	border-radius: 50px;
	margin: 0 12px 0 0;
	font-family: "HK Grotesk Bold";
}
.select_org p {
	font-family: "HK Grotesk Bold";
}
.edit-cohorts .invite-sentsuccessfully-popup {
	max-width: 540px;
	border-radius: 50px;
	background: #02363d;
	padding: 12px;
	left: 60%;
}
.selected_cohorts {
	display: flex;
	justify-content: space-between;
}
.selected_cohorts .common-smallhead span {
    display: block;
    color: #8A95A5;
}
.filled_list .badge_selected {
	padding: 0;
	margin: o;
}
.filled_list {
	margin: 0;
	padding: 0 !important;
}
.grey-badge {
	display: inline-block;
	padding: 4px 8px;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	margin: 2px 1px;
	font-size: 13px;
	line-height: 16px;
	font-family: "HK Grotesk medium";
}
.filled_list > li {
	padding: 16px 0;
	border-bottom: 1px solid #e3e6eb;
}
.cohorts .l-latest-version p{
    padding: 0 0 16px 0;
}

.utilization [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.utilization [type="file"] + label {
    background: #02363D;
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hk Grotesk Bold";
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.uploaded-file p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 12px;
    color: #02363d;
}
.file_choose {
	display: flex;
	align-items: center;
}
.no_file_selected {
	color: #8A95A5 !important;
	margin: 0 0 0 12px !important;
}
.upload_file {
	display: flex;
	align-items: center;
	padding: 12px;
	background: #F3F4F6;
	margin: 16px 0;
}
.uploaded-file{
    justify-content: space-between;
}
.uploaded-file a{
    color: #D73D3D;
    font-family: "Hk Grotesk Bold";
}
.note p {
	color: #8A95A5 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}


.utilization form .content label {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
}
.utilization .select_services .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
.utilization .select_services .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.utilization .select_services .slider.round {
    border-radius: 12px;
}
.utilization .select_services .content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8A95A5;
    transition: .3s;
}
.utilization .select_services .slider.round:before {
    border-radius: 50%;
}
.utilization .select_services .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    background-color: #FFFFFF;
    transition: 0.3s;
    bottom: 2px;
}
.utilization .select_services input:checked + .slider::before {
	transform: translateX(24px);
}
.utilization .select_services input:checked + .slider{
	background: #36C5BA;
}
.utilization-codes-categories.disable {
    opacity: 0.5;
}
.utilization .select_services input:checked + .slider.disable::before {
    transform: translateX(0);
}
.utilization-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #E3E6EB;
	border-bottom: 1px solid #e3e6eb;
}
.utilization-data h4 span {
	display: block;
    color: #8A95A5;
}
.utilization .select_services {
    display: none;
}
.utilization .select_services.visible {
    display: block;
}
.select_services ul h4 span{
    color: #8A95A5;
}
.select_services ul li:first-child{
    border-top: 0;
}
.stndrd-reports .single-contract-rates h2,.stndrd-reports .single-contract-coversheet h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.select_services .r-included-services {
	margin: 0 0 16px 0;
}
.select_services > ul {
	flex-direction: column !important;
    align-items: flex-start !important;
}
.select_services > ul > li {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-left: 0;
}
.select_services ul li a{
    font-family: "Hk Grotesk Bold";
}
.select_services > ul > li:last-child {
    border-bottom: 1px solid #e3e6eb;
}
.select_services ul li h4 span{
    display: block;
}
.select_services .badges-inner li {
	margin: 4px 4px 0px 0;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	width: unset !important;
	font-family: "HK Grotesk medium";
}
.utilization .utilization-codes-categories {
    padding: 0;
}
.select_services .badges {
    padding: 0;
}
.select_services .badges li {
    display: inline-block;
}
.select_services .filled-criteria-left {
	width: 90%;
}
.utilization .single-contract-rates form ul li:last-child {
	width: unset;
}
.utilization .single-contract-rates form ul{
    display: unset;
}
.visualizations_inner > li {
	width: unset !important;
	display: flex;
	border: 1px solid #E3E6EB;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
}
.visualizations_left {
	width: 20%;
}
.visualizations_right {
	width: 75%;
}
.visualizations_left img {
	width: 100%;
    max-width: 150px;
}
.visualizations_right h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
	margin: 0;
}
.single-contract-rates p {
	font-size: 16px;
	line-height: 22px;
	color: #02363D;
}
.visualizations_right h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 16px 0 0 0;
}
.visualizations_right .report-badges-inner li{
    display: inline-block;
    margin: 4px 4px 0px 0;
    background: rgba(227, 230, 235, 0.6);
    border-radius: 14px;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 8px;
    width: unset !important;
    font-family: "HK Grotesk medium";
}
.visualizations_right .report-badges-inner{
	display: unset !important;
}
.visualizations_inner{
    display: unset !important;
}
.visualization_content:hover {
	border: 1px solid #8A95A5;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.reports_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common_title-head {
	font-size: 20px !important;
	line-height: 24px !important;
	font-family: "HK Grotesk Bold";
	color: #02363D;
}
.report_status_inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.report_status_left {
	width: 48%;
}
.report_status_right {
	width: 48%;
}
.report_status ul {
	display: unset !important;
}
.head_small {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK grotesk Bold";
	margin: 0;
	color: #02363d;
}
.mt-16{
    margin-top: 16px;
}
.font_bold {
	font-family: "Hk Grotesk Bold";
}
.common_padding {
	padding: 32px 0;
	border-top: 1px solid #E3E6EB;
}
.review-run .r-manage-recipients {
	margin: 0 0 32px 0;
}
.review-run .l-version-history{
    overflow: unset;
    max-height: unset;
}
.review-run .r-addedservice-table table tbody tr td:last-child {
	text-align: left;
}
.review-run .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
    font-size: 14px;
}
.review-run .single-contract-recipients form ul li:last-child{
    width: unset;
}
.review-run .single-contract-recipients form .visualization_inner_content li:first-child{
    width: 100%;
}
.visualization_inner_content li p {
	display: flex;
	justify-content: space-between;
}
.visualization_inner_content li p span {
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	font-family: "Hk grotesk medium";
}
.grey_color {
	color: #8A95A5 !important;
}
.error-box {
	margin: 16px 0 0;
	padding: 12px;
	background: #FAEAE4;
	border: 1px solid #E29679;
}
.error-box p {
	color: #BA4E01;
    margin: 0 !important;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 0 0 !important;
    font-family: 'HK Grotesk Medium';
    display: flex;
    align-items: center;
}
.error-box p img {
	margin: 0 12px 0 0;
}
.report-submission h2 {
	border-bottom: 1px solid #e3e6eb;
	padding: 24px;
	margin: 0;
}
.report-submission .msf-welcome-info{
    padding: 0;
}
.report-submission .msf-welcome-info p{
    padding: 24px 24px 0;
    margin: 0 0 24px 0;
}
.grey_button-lg {
	background: #F7FBFB;
	padding: 24px;
	border-top: 1px solid #e3e6eb;
}
.standard-report-list.rate-management-RetroContract .ratemngmnt-tablearea .table .contract p {
	text-transform: capitalize;
}
.report_action .report-editing {
    position: relative;
}
.report_action .report-editing a.button{
    background: #02363D;
    border-radius: 35px;
    padding: 3px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-family: "HK Grotesk Regular";
}
.report_action .editing-options {
	flex-direction: column;
    display: none !important;
}
.report-editing:hover ul.editing-options {
	display: block !important;
}
.report_action li img {
	width: 24px;
}
.report_action .report-editing img{
    margin: 0 !important;
    padding: 4px 0;
    display: unset !important;
}
.report_action .report-editing ul.editing-options {
	width: 148px;
	top: 24px;
	margin: 0;
}
.report_action ul.editing-options li a:hover{
    text-decoration: none;
}
.report_action ul.editing-options li a:hover:first-child{
    color: #8A95A5;
}
.report_action ul.editing-options li.delete-link a {
    color: #D73D3D !important;
}
.bg-none {
	background: none !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin: 0 !important;
}
.extract-badges-inner li.bg-color:last-child {
	margin: 0 !important;
}
.stndrd-reports .next-previous-btn .previous img{
    transform: unset;
}
.focus .single-contract-coversheet {
	padding: 32px 32px 230px 32px;
}
.focus .rate-mngmnt-filters ul {
	flex-direction: column;
	margin: 0 !important;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options{
    padding: 0;
    max-height: 245px;
    overflow-y: scroll;
}
.edit-cohorts .rate-mngmnt-filters ul li:first-child ul{
    min-width: 260px;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li {
    padding: 0 16px;
    border-bottom: 1px solid #e3e6eb;
    display: flex;
    align-items: center;
    margin: 0;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li.active{
    background: #F7FBFB;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li label {
    margin: 0 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    width: 100%;
}
.edit-cohorts .rate-mngmnt-filters ul li span{
    margin: 0 0 0 3px;
}
.edit-cohorts .sc-addservice-btns button.save-exit{
    font-family: "HK Grotesk Bold";
}
.edit-cohorts .ratemngmnt-tablearea table select {
	background: none;
	font-family: "HK grotesk Bold";
    appearance: none;
}
.edit-cohorts .ratemngmnt-tablearea table .select-dropdown-filter::after{
	content: url("../images/filled-dropdown.568d1cac19e3.svg");
}
.edit-cohorts .ratemngmnt-mainarea .cs-provider-information {
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
.edit-cohorts .hold-shift p {
	color: #8A95A5;
	font-size: 14px;
}
.edit-cohorts .hold-shift p span {
	margin: 0 4px;
	padding: 6px;
	border: 1px solid #DCDFE4;
	border-radius: 2px;
}
.edit-payer-cohorts .rate-mngmnt-search {
	width: 80%;
}
.edit-payer-cohorts .rate-mngmnt-filters {
	width: 19%;
}
.edit-payer-cohorts .rate-mngmnt-filters > ul > li {
	width: 100%;
}
.scrollit {
    overflow:scroll;
    height:800px;
    width: 100%;
}
.standard-report-list .rate-mngmnt-filters ul li span{
    margin: 0 0 0 4px;
}
a.modalForm {
    cursor: pointer;
}
.reports-empty-state {
    padding: 64px 20px;
    display: flex;
    align-items: center;
    max-width: 972px;
    margin: 0 auto;
    justify-content: space-between;
}
.reports-empty-state h2 {
    font-family: "Hk Grotesk Bold";
    color: #02363d;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 4px 0;
}
.report-inner-state {
    width: 65%;
}
.report-inner-state p {
    margin: 0;
    color: #02363D;
    font-family: "Hk Grotesk medium";
    line-height: 24px;
}
.report-inner-state ul {
    margin: 0 0 28px 0;
}
.report-inner-state ul li {
    margin: 28px 0 0 0;
    display: flex;
    align-items: center;
}
.report-inner-state ul li img {
    margin: 0 12px 0 0;
}
.reports-empty-state .enterprise-headersec-right a img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.reports-empty-state .enterprise-headersec-right a {
    background: #36C5BA;
    color: #fff;
    padding: 10px 15px;
}
.reports-empty-state a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.reports-empty-state .enterprise-headersec-right a:hover img {
    transform: rotate(360deg);
}
/* ---------------------------------- */
/* GFE Project
------------------------------------- */
.GFE-dashboard-list{
    padding-bottom: 0 !important;
}
.pending_row td:first-child::before {
    position: absolute;
    content: "";
    background: #E5A000;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
}
.pending_row td:first-child{
    position: relative;
}
.create_report {
    overflow-y: auto;
}
.bg_none{
    background: transparent !important;
}
.light_grey_color{
    color: #36C5BA !important;
}
.gfe_list .enterprise-headersec-right {
	display: flex;
	align-items: center;
}
.create_report .create-contract-popup-form ul{
    padding: 24px !important;
}
.gfe_list .rate-mngmnt-filters ul li ul.has-options{
    min-width: 120px;
}
.gfe_list .report_action .extract-editing ul.editing-options {
	width: 120px;
}
.estimate .tool-tip {
	max-width: 237px;
	text-align: left;
	left: 0;
	font-size: 13px;
	line-height: 17px;
	padding: 6px;
	box-sizing: border-box;
	color: #000;
	top: 28px;
	background: #EDEDED;
	border: 1px solid #B0A8A8;
	z-index: 6;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.gfe_list .rate-mngmnt-filters ul li p.open--hasmenu{
    background: #D4D8DF;
}
.gfe_list .rate-mngmnt-filters ul li ul.has-options li label {
	padding: 0;
}
.estimate a:hover ~ .tool-tip {
	display: block !important;
}
.estimate h5 {
	position: relative;
}
.estimate .tool-tip::after{
    display: none;
}
.estimate h5 a {
	text-decoration: none;
}
.gfe_list .enterprise-headersec-right .bg_none.grey_color:hover{
    box-shadow: unset;
    transform: unset !important;
    text-decoration: underline;
}
.gfe_list .ratemngmnt-tablearea .table .status .a::before{
    background: #E5A000;
}
.notes {
	font-family: "Hk Grotesk Bold";
	font-size: 12px;
	line-height: 16px;
	margin: 4px 0 0 0;
}
.three_column {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.two_column {
	width: 49% !important;
}
.single_column {
	width: 49% !important;
}
.gfe-patient .cs-provider-information .two_column .w-80 {
	width: 69% !important;
}
.gfe-patient .cs-provider-information .two_column .w-20 {
	width: 29% !important;
}
.cs-provider-information .two_column .select_options select {
	display: block;
	padding: 10px 12px 10px 16px;
	background: #E3E6EB;
	border-radius: 18px;
	width: 100%;
	font-size: 14px;
	font-family: "Hk Grotesk Bold";
	line-height: 16px;
}
.gfe-patient form .single-contract-coversheet ul label {
	letter-spacing: 0;
	color: #02363D;
	font-family: 'HK Grotesk Bold';
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.estimated_services {
	display: flex;
	justify-content: space-between;
	background: #F3F4F6;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
	padding: 12px 16px;
}
.gfe-patient .cs-provider-information .single_column li {
	width: 100% !important;
}
.gfe-patient form ul li input {
	border: 1px solid #8A95A5 !important;
	padding: 6px 16px;
	line-height: 24px;
}
.optional {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.margin20{
    margin: 0 0 0 20px !important;
}
.w-50{
    width: 50% !important;
}
.radio_btns_inner p input {
	margin: 0;
}
.disabled {
	opacity: .5;
	pointer-events: none;
}
.convening_provider .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.gfe-patient .cs-provider-information ul.single_column_row li{
    width: 100% !important;
}
.gfe-patient .cs-provider-information ul li {
	width: 49% !important;
}
.diagnosis .single_column_row li{
    width: 100%;
}
.radio_btn li p{
    display: flex;
}
.radio_btn .radio_btns_inner p label{
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #02363D !important;
    margin: 0 !important;
    font-family: 'HK Grotesk Regular' !important;
    padding: 0 0 0 8px;
}
.radio_btns_inner {
	display: flex;
}
.radio_btn li p input{
    width: unset !important;
}
.radio_btns_inner ul li {
    margin-right: 15px;
}
.radio_btns_inner ul li input {
    margin-right: 10px;
}
.radio_btns_inner ul li label {
    display: inline-flex;
    font-family: 'HK Grotesk Regular' !important;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}

.convening_provider .l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}
.convening_provider .single-contract-rates form ul li:last-child{
    width: 49%;
}
.sc-addservice-mainsec .add_services_details ul li {
	width: 32% !important;
}
.sc-addservice-mainsec .add_services_details ul li:last-child{
    width: 32% !important;
}
.add_services_details {
	border: 1px solid var(--cool-grey-30);
    margin: 24px  0 0 0;
}
.add_service_title {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	background: #F3F4F6;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
    min-height: 53px;
}
.add_service_title h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
	color: #02363D;
}
.service_fields_inner {
	padding: 16px;
}
.service_fields_inner #service-name:focus ~ .has-options.searchbar{
    display: block;
}
.address_info {
	flex-direction: column;
	align-items: flex-start !important;
	margin: 20px 0 0 0 !important;
}
.address_info textarea {
    width: 100%;
    border: 1px solid #8A95A5;
    border-radius: 18px;
    padding: 9px 25px;
    height: 72px;
    font-size: 14px;
}
.add_service_title p {
	padding: 0 !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li{
    width: 49% !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li.service-item-expected_cost select{
    display: none;
}
.sc-addservice-mainsec .add_services_details .deleting-element {
    font-size: 16px;
    line-height: 24px;
    color: #D73D3D;
    cursor: pointer;
    bottom: 0;
    right: 0;
    position: relative !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hk Grotesk Bold";
}
.sc-addservice-mainsec .add_services_details .deleting-element::after {
    position: absolute !important;
    display: block;
    content: "";
    background: #D83E3E url("../images/remove-white.81e235a4a017.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50px;
    left: -30px;
}
.sc-addservice-mainsec .add_another_row {
    font-size: 18px;
    line-height: 28px;
    font-family: "HK grotesk Bold";
    align-items: center;
    color: #02363D;
    border: 1px dashed #8A95A5;
    background: #F3F4F6;
    display: flex;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
}
.sc-addservice-mainsec .add_another_row::before {
    display: block;
    content: "";
    background: url("../images/add-circle.5b9c08a89403.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 7px;
}
.add_services_details.listing-with-deletion-hide {
	display: none;
}
.service_fields_inner input {
	border: 1px solid #8A95A5 !important;
}
.add_services_details .service_fields_inner label {
	text-transform: capitalize !important;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}
.service_fields_inner .notes{
    color: #8A95A5;
}
.service_fields_inner ul {
	align-items: flex-start !important;
}
.add_another_row {
	border: 1px dashed #8A95A5;
	background: #F3F4F6;
	display: flex;
	justify-content: center;
	padding: 12px;
	margin: 16px 0 0 0;
    cursor: pointer;
}
.add_another_row p img {
	margin: 0 8px 0 0;
}
.add_another_row p {
	padding: 0 !important;
	font-size: 18px;
	line-height: 28px;
	font-family: "HK grotesk Bold";
	display: flex;
	align-items: center;
}
.gfe_add_services .edit-claims-btn {
	margin: 16px 0 0 0;
}
.gfe_add_services .edit-claims-btn .button-cancel {
	padding: 12px 20px;
}
.mb-20 {
	margin: 0 0 20px 0 !important;
}
.another_service_row {
	display: none;
}
.another_service_row.is-visible {
	display: block;
}
.services_filled {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start !important;
}
.services_inner_Details.border {
    border: 1px solid var(--cool-grey-30) !important;
}
.services_inner_Details h4 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
}
.estimated_services .extract-editing ul.editing-options {
	display: none;
}
.co_providers_filled_state .services_inner_Details > h5{
    border-bottom: 0;
}
.services_inner_Details > h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F3F4F6;
	padding: 12px;
	margin: 0;
	border-bottom: 1px solid var(--cool-grey-30);
	font-family: "HK grotesk bold";
	font-size: 18px;
	line-height: 28px;
}
.services_inner_Details > h5 span{
    font-family: "HK grotesk bold";
}
.services_inner_Details h5 span {
	font-size: 18px;
	line-height: 28px;
	color: #02363D;
	font-family: "Hk Grotesk Bold";
}
.services_list {
	width: 100%;
}
.services_list p {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
    margin: 0 !important;
    cursor: pointer;
}
.services_inner_Details .hiddenRow {
	width: 100%;
	background: #F3F4F6;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 0 0;
}
.add_co-providers .l-contract-detail-btns a {
	background: #02363D;
	border-radius: 35px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: "HK Grotesk Bold";
}
.add_co-providers .l-contract-detail-btns a img {
	width: 20px;
	margin: 0 8px 0 0;
}
.add_co-providers .trnsparent-btn {
	background: transparent !important;
	border: 2px solid #02363D;
	color: #000 !important;
	margin: 0 12px 0 0;
}
.add_co-providers .l-contract-detail-left {
	width: 50%;
}
.add_co-providers .l-contract-detail-btns {
	width: 50%;
}
.add_co-providers .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.invite_providers img {
	width: 15px !important;
}
.co_providers .single-contract-rates {
	padding: 32px 32px 250px 32px;
}
.cd-popup-invite-co-provider .create-provider-contract-popup .create-contract-popup-form form ul textarea {
	border: 1px solid #8A95A5;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 14px;
}
.invite_sent {
	border: 1px solid var(--cool-grey-30);
    border-bottom: 0;
}
.invite_sent_title {
	background: #F3F4F6;
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_title h4 {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details {
	display: flex;
	align-items: center;
	padding: 16px;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_details_left {
	display: flex;
	align-items: center;
}
.invite_sent_details_left h5 span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.invite_sent_details_left h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details_left img {
	margin: 0 12px 0 0;
}
.invite_link {
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.invite_link  p {
    margin: 0;
}
.invite_link a {
	font-family: "HK Grotesk Bold";
	margin: 8px 0 0 0;
	display: inline-block;
}
.co_providers .sc-viewing-olderversion {
	padding: 12px;
	background: #FAEAE4;
	margin: 20px 0;

}
.co_providers .sc-viewing-olderversion h4 img {
	margin: 0 12px 0 0;
}
.co_providers .sc-viewing-olderversion h4 {
	color: #BA4E01;
}
.searchbar.has-options li {
	margin: 0;
	background: transparent;
	width: 100% !important;
	padding: 0 16px !important;
}
.service_fields_inner .searchbar.has-options li{
    width: 100% !important;
}
.service_fields_inner .searchbar.has-options li:last-child{
    width: 100% !important;
}
.autocomplete-suggestions .focus-inner-search {
	background: none;
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	font-family: 'HK Grotesk SemiBold';
	cursor: pointer;
	transition: 0.3s;
    margin: 0;
}
.gfe-patient .single-contract-coversheet .notes{
    font-family: "Hk Grotesk regular";
}
.searchbar.has-options li:last-child {
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.searchbar.has-options li:first-child {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.searchbar.has-options {
    width: 100%;
    box-shadow: 0px 2px 6px 0px #00000033;
    border: 1px solid #02363d;
    padding: 0;
    border-radius: 18px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
}
#convening_provider #provider_name:focus ~ .searchbar.has-options{
    display: block !important;
}
.gfe-patient .searchbar.has-options li{
    width: 100% !important;
}
.searchbar.has-options li:hover {
	background: #F3F4F6;
}
.autocomplete-suggestions .focus-inner-search span {
	display: block;
	background: none;
	color: #8A95A5;
	font-size: 14px;
	line-height: 20px;
}
.searchbar.has-options ul {
	flex-direction: column;
	margin: 0 !important;
}
.gfe_add_services .save-exit {
	font-family: "Hk Grotesk Bold";
}
.services_inner_Details .sc-review_send-member {
	padding: 12px;
	background: #fff;
	border: 1px solid var(--cool-grey-30);
}
.services_inner_Details .hiddenRow .accordion-body.collapse.show,
.services_inner_Details .hiddenRow .accordion-body.collapse {
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_Details .sc-rs-listings li h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.services_inner_Details .sc-review_send-member .sc-rs-listings li:last-child{
    width: 25%;
}
.inner_serviceDetails {
	padding: 12px;
}
.gfe-patient .inner_serviceDetails p {
    margin: 0 !important;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed p::after {
    content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 16px;
}
.services_inner_Details .accordion-toggle.expandable.services_list p::after {
	content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	transition: 0.3s;
	position: absolute;
	top: 47%;
	right: 16px;
}
.services_inner_Details .sc-rs-member-descp h4 {
	background: transparent;
	margin: 0;
	border-bottom: unset;
	font-size: 16px;
	line-height: 20px;
	font-family: "Hk Grotesk Bold";
	padding: 0;
}
.services_inner_Details .accordion-toggle.expandable.services_list {
	background: #F3F4F6;
    position: relative;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed{
    background: transparent;
}
.services_inner_Details .accordion-toggle.expandable.services_list p span {
	padding: 0 30px 0 0;
	font-family: "Hk grotesk Bold";
}

.convening_provider .r-included-services {
	margin: 0 0 20px 0;
}
.additional_notes textarea {
	border: 1px solid #8A95A5;
	border-radius: 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 16px;
	height: 72px;
}
.additional_notes {
	display: flex;
	flex-direction: column;
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.additional_notes label {
	font-family: "Hk Grotesk Bold";
	margin: 0 0 4px 0;
}
.additional_notes label .optional {
	margin: 0 0 0 4px;
}
.convening_provider .cs-provider-information {
	margin: 48px 0 0 0;
}
.extract-editing > ul {
	display: none !important;
}
.contract-successfully-sent.invite_sent {
	bottom: 30px;
	z-index: 1;
}
.sc-addservice-mainsec .service-addsection .additional_service .w-100 {
	width: 100% !important;
}
.additions .services_filled{
    padding: 12px 16px;
}

.convening_provider .cs-provider-information ul li {
	margin: 0 0 15px 0;
}
.add_co-providers p {
	font-size: 14px;
	line-height: 20px;
}
.gfe_add_services .sc-addservice-mainsec .single-contract-rates{
    padding: 32px 32px 100px 32px;
}
.add_info p{
    padding: 0 !important;
}
.cs-provider-information.add_info {
	margin: 48px 0 0 0;
}
.second_row {
	margin: 12px 0 0 0 !important;
}
.service_fields_inner .tags-container {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 22px;
	width: 100%;
	font-size: 14px;
	transition: 0.5s;
    border: 1px solid #8A95A5 !important;
    padding: 6px 5px;
    line-height: 24px;
    font-family: "HK Grotesk Bold";
}
.service_fields_inner .tags-container .tag {
	position: relative;
	margin: 0 4px 0 0;
	padding: 1px 18px 1px 8px;
	font-size: inherit;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #02363D;
	border-radius: 50px;
	transition: background-color 0.3s ease;
	cursor: default;
}
.service_fields_inner .tags-container .tag__name {
	margin-right: 3px;
	font-size: 12px;
}
.service_fields_inner .tags-container .tag:first-child {
	margin-left: 0;
}
.service_fields_inner .tag__remove {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
	transition: opacity 0.3s ease;
	opacity: 0.5;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	color: #fff;
	width: unset;
	opacity: 1;
}
.service_fields_inner .tags-container .tag .tag__remove {
	background: unset;
}
.service_fields_inner .tags-container .tag-input {
	border: 0 !important;
	padding: 0 !important;
	flex: 3;
}
.additional_services_filled{
    padding: 12px 16px;
}
.collaborator_details .recpt-approved::after {
	position: unset;
}
.collaborator_details .recipient-detail{
    width: 50%;
    padding: 0 0 0 48px;
}
.collaborator_details .extract-editing p {
	cursor: pointer;
}
.collaborator_details .payer-contributers-list li {
	border-top: 0 !important;
}
.collaborator_details .extract-editing p img {
	margin: -1px 0 0 6px;
}
.collaborator_details  .extract-editing p {
	font-family: "HK Grotesk Bold";
}
.collaborator_details.single-contract-contributers .send-invite input[type="submit"] {
	background: #02363d;

}
.collaborator_details .r-addedservice-table{
    border: 1px solid var(--cool-grey-30);
}
.collaborator_details.single-contract-contributers .send-invite {
	border-top: 1px solid var(--cool-grey-30);
	background: #F3F4F6;
	padding: 12px 16px;
}
.collaborator_details.single-contract-contributers .send-invite input{
    padding: 8px 16px;
}
.collaborator_details .deleting-element{
    margin: 0;
}
.collaborator_details.single-contract-contributers .send-invite [type="email"] {
	border: 1px solid #8A95A5;
}
.collaborator_details .recipients-list .recipient-detail p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.collaborator_details .recipients-list .recipient-detail h4 {
	font-size: 16px;
	line-height: 20px;
}
.collaborators .single-contract-rates {
	padding: 32px 32px 400px 32px;
}
.collaborators_filled .single-contract-rates{
    padding: 32px 32px 16px 32px;
}
.single-contract-recipients form .review_estimate  ul {
	flex-wrap: wrap;
}
.review_estimate .sc-rs-listings li {
	width: 23% !important;
	padding: 8px 3px;
}
.review .single-contract-review_send .sc-rs-listings li h5 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
}
.black_edit_btn {
	padding: 5px 12px;
	color: #fff;
	text-decoration: none;
	background: #02363D;
	border-radius: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
}
.co_provider-name {
	display: flex;
	align-items: center;
}
.co_provider-name h3 span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.co_provider-name img {
	margin: 0 12px 0 0;
}
.provider_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F3F4F6;
	padding: 8px;
}
.provider_total h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #02363D;
	font-family: "HK Grotesk Bold";
}
.provider_total p {
	font-family: "Hk Grotesk bold";
	margin: 0;
}
.review .claims-tablearea .table td {
	border-top: 1px solid var(--cool-grey-30);
	padding: 8px 8px 8px 0px;
}
.add_notes {
	padding: 8px;
}
.add_notes h6 {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.add_notes a {
	font-size: 14px;
	line-height: 20px;
}
.review .claims-tablearea .table td:last-child {
	font-family: "HK Grotesk Bold";
}
.add_notes p {
	font-size: 14px;
}
.service_details {
	display: unset !important;
}
.service_details li {
	width: unset !important;
	margin: 0 0 16px 0 !important;
}
.service_details li p span {
	display: block;
}
.service_details li p {
	font-family: "HK Grotesk Bold";
}
.total_estimated_cost {
	display: flex;
	justify-content: space-between;
	background: #F7FBFB;
	align-items: center;
	padding: 12px 24px;
	border-top: 1px solid #E3E6EB;
	position: sticky;
	bottom: 79px;
	z-index: 999;
}
.total_estimated_cost h5 {
	font-size: 20px;
	line-height: 24px;
	font-family: "Hk Grotesk Bold";
	margin: 0;
}
.total_estimated_cost p {
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.gfe_review .sc-viewing-olderversion {
	padding: 14px;
	background: #FAEAE4;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 16px 0 0 0;
}
.gfe_review .sc-viewing-olderversion img {
	margin: 0 12px 0 0;
}
.gfe_review .sc-viewing-olderversion h4{
    color: #BA4E01;
}
.finalize_estimate_inner {
	padding: 32px 24px;
}
.finalize_estimate_inner h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.estimate_btn .reopen_btn {
	background: transparent !important;
	color: #36C5BA !important;
	font-family: "HK grotesk Bold";
	margin: 0 0 0 36px !important;
	padding: 0 !important;
}
.estimate_btn .reopen_btn:hover {
	transform: unset !important;
	text-decoration: underline;
}
.gfe_summary .rm-head-right {
	width: 33%;
}
.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 68%;
}
.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.gfe-patient .sc-sidebar-commentblock .user-comment p {
	font-size: 14px;
	line-height: 20px;
}
.gfe-patient .single-contract-review_send .sc-rs-listings {
    flex-wrap: wrap;
}
.collaborators_withoutPermission .payer-contributers-list .recipients-list{
    justify-content: space-between;
}
.collaborators_withoutPermission .collaborator_details {
	padding: 32px 32px 100px;
}
.no_coProviders_added .recipient-detail::before{
    display: none;
}
.no_coProviders_added .recipient-detail {
	padding: 0;
}
.collaborator_details .providers_inner_details{
    margin: 0 0 48px 0;
}
.single-contract-review_send .sc-rs-listings li.full_width {
	width: 100% !important;
}
.review .ratemngmnt-tablearea.claims-tablearea th {
    font-size: 14px;
    line-height: 20px;
    font-family: "HK Grotesk Bold";
    text-transform: capitalize;
    letter-spacing: 0;
}
.review .ratemngmnt-tablearea table tr th:first-child {
	width: 35%;
}
.review .ratemngmnt-tablearea table tr th:last-child {
	width: 10%;
}
.review .claims-tablearea .table td:last-child{
    text-align: right;
}
.mx-width p {
	max-width: 200px;
	margin: 0 0 0 auto !important;
	font-size: 14px;
	line-height: 20px;
}
.review .address_performed .font_bold {
	font-family: "Hk Grotesk Bold" !important;
}
.review .address_performed td {
	padding: 0 8px 8px 0 !important;
	border-top: 0 !important;
}
.version_history .rm-head-left,.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 67%;
}
.version_history .rm-head-right,.gfe_summary .rm-head-right {
	width: 33%;
}
.version_history .rm-head-left p,.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.version_history  .rm-head-left h2,.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.version_history .l-contract-details,.gfe_summary .l-contract-details{
    padding: 8px 0;
}
.version_history .total_estimated_cost,.gfe_summary .total_estimated_cost{
    bottom: 0;
}
.gfe_summary .l-contract-detail-left h3{
    line-height: 18px;
}
.services_inner_empty h5 span {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk regular";
    display: block;
}
.services_empty_state {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_empty {
	display: flex;
	align-items: center;
}
.services_inner_empty img {
	margin: 0 12px 0 0;
}
.services_inner_empty h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	color: #02363d;
}
.co_provider_content {
	padding: 16px;
}
.co_provider_content a {
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 0 0;
	display: inline-block;
	font-family: "Hk Grotesk bold";
}
.co_provider_content {
	padding: 16px;
}
.co-provider_review .total_estimated_cost {
	bottom: 0;
}
.bottom_end {
	bottom: 0 !important;
}
.gfe_addition_add .single-contract-form_btn {
    width: 100%;
}

.gfe_addition_add-mainSection form textarea{
    border-radius: 18px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: 72px;
    border: 1px solid #8A95A5;
}
/* ---------------------------------- */
/* Dashboard send feedback block
------------------------------------- */
.dashboard-sendFeedback-section {
    margin: 24px 0;
    border: 1px solid #E3E6EB;
    padding: 24px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.dashboard-feedbackSection-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 80%;
}
.dashboard-feedbackSection-right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.dashboard-feedbackSection-left img {
    margin: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Hk Grotesk Bold';
    color: #02363D;
    padding: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Regular';
}
.dashboard-feedbackSection-right a {
    display: flex;
    align-items: center;
    font-family: 'Hk Grotesk Bold';
}
.dashboard-feedbackSection-right a img{
    margin: 0 0 0 4px;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.footer-main-section {
    padding: 80px 0;
    border-bottom: 1px solid #dbdbdb;
}
.footer-main-section .footer-logo-section .soc{
    width: 98px;
    margin-top: 20px;
}
.footer-social-media {
    margin: 26px 0 0 auto;
    display: flex;
}
.footer-social-media li {
    margin: 0 16px 0 0;
}
.footer-social-media li a {
    background: #36C5BA;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: space-between;
}
.footer-links-section h3 {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
}
.footer-links-section ul{
    margin: 0;
}
.footer-links-section ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
}
.footer-links-section ul li{
    margin: 0 0 18px 0;
}
.footer-links-section ul li:last-child{
    margin: 0;
}
.footer-copyright-section {
    padding: 35px 0;
}
.copyright-text p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
}
.copyright-menu {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.copyright-menu li a{
    color:#02363D;
}
.copyright-menu li {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    margin: 0 8px 0 8px;
}
.legal-text {
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
    list-style: disc;
}
.legal-text ul {
    list-style: disc;
}
.legal-text li {
    list-style: disc;
    margin-left: 30px;
}

.legal-text h1 {
    font-size: 18px;
    line-height: 22px;
    list-style: disc;
    margin-top: 18px;
}
.legal-text h2 {
    font-size: 16px;
    line-height: 18px;
    list-style: disc;
    margin-top: 16px;
}
.legal-text h3 {
    font-size: 14px;
    line-height: 16px;
    list-style: disc;
    margin-top: 14px;
}
.employees-only {
    width: 100%;
    z-index: 999;
    background: #FFF;
    border-top: 1px solid #E3E6EB;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
}
.employees-only .employees-only-form {
    display: inline;
}
.employees-only h2 {
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    padding-bottom: 10px;
}
.employees-only label {
    height: fit-content;
    font-size: 18px;
    padding-right: 20px;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline input{
    display: none;
    margin-top: 5px !important;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline input:focus,
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-search.select2-search--inline input{
    display: block;
}
.stndrd-reports .select2-search.select2-search--inline{
    width: 100% !important;
    position: unset !important;
}
.stndrd-reports .select2-results__option {
    padding: 0 0 12px 0 !important;
    display: block;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 425px;
}
.stndrd-reports .select2-results__option:last-child {
    padding: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #02363d !important;
}
.focus .organization-formfield-section li {
    margin: 0 0 24px 0;
}
.focus .rate-mngmnt-filters {
	width: 100%;
}
.focus .rate-mngmnt-filters > ul > li{
    background: transparent !important;
}
.focus .single-contract-coversheet form ul li{
    width: 100%;
}
.focus .rate-mngmnt-filters ul li .has-options li {
	margin: 0;
	background: transparent;
}
.focus .rate-mngmnt-filters ul li .has-options {
	width: 100%;
	box-shadow: 0px 2px 6px 0px #00000033;
	border: 1px solid #02363d;
	padding: 0;
	position: unset;
	border-radius: 18px;
    display: none;
}
.scrollbar {
	height: 300px;
	overflow-y: scroll;
}
.providerMarketComparison-dropdown,
.payerMarketComparison-dropdown {
    display: none;
    width: 100% !important;
}
.providerMarketComparison-dropdown.visible,
.payerMarketComparison-dropdown.visible {
    display: block;
}
.stndrd-reports .sc-sidebar-versionhistoryblock {
    overflow-y: scroll !important;
    overflow-x: unset;
}
.focus .rate-mngmnt-filters .select-dropdown:hover{
    box-shadow: none;
}
.focus .rate-mngmnt-filters .has-options li:hover{
    background: #F3F4F6;
}
.focus .select-dropdown p.open--hasmenu{
    background: #D4D8DF;
}
.hide-me{
    display: none !important;
}
.show-me{
    display: block !important;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search {
	background: none;
	padding: 6px 0;
	font-size: 16px;
	line-height: 20px;
}
.focus .rate-mngmnt-filters ul li input{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li input:focus{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search span{
    display: block;
    background: none;
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.focus .rate-mngmnt-filters .select-dropdown .focus-inner-search::after {
    display: none;
}
.focus .has-options li {
	padding: 0 16px !important;
}
.focus .rate-mngmnt-filters .select-dropdown {
	margin: 0;
}
.focus .has-options li:last-child{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.market_comparison_searchbar {
	padding: 16px 16px 6px;
}
.stndrd-reports .select2-search.select2-search--inline {
    margin: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	color: #02363D !important;
    background: #D4D8DF;
}
.stndrd-reports .select2-results__option::before {
	content: " ";
	display: inline-block;
	position: relative;
	height: 16px;
	width: 16px;
	border: 2px solid #02363D;
	border-radius: 2px;
	background-color: #fff;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.stndrd-reports #select2-provider-results .select2-results__option::before,
.stndrd-reports #select2-payer-results .select2-results__option::before {
	border-radius: 10px;
}
.cd-popup-add-criteria, .cd-popup-service-criteria{
	z-index: 2;
}
.stndrd-reports .single-contract-savebar{
    z-index: 1;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	background: #D4D8DF !important;
}
.stndrd-reports .select2-results__option[aria-selected="true"]::before {
	font-family: fontAwesome;
	content: "\f00c";
	color: #fff;
	border: 0;
	background: #02363D;
	font-size: 11px !important;
	text-align: center;
}
.stndrd-reports #select2-provider-results .select2-results__option[aria-selected="true"]::before,
.stndrd-reports #select2-payer-results .select2-results__option[aria-selected="true"]::before {
	border-radius: 10px;
    content: "\f111";
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--single {
	border-radius: 35px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block !important;
    width: fit-content;
    background: #02363D;
    border-radius: 16px;
    color: #FFF;
    padding: 2px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 35px !important;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2.select2-container{
    position: relative;
}
.stndrd-reports .select2-selection__arrow b {
    display: none;
}
.stndrd-reports .select2-selection__arrow::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection__arrow::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 70%;
}
.stndrd-reports .select2-container--default .select2-search .select2-search__field {
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
    margin: 0 !important;
    background: #FFFFFF;
    border: 2px solid #36C5BA;
    border-radius: 22px;
    padding: 8px 15px;
    width: 100% !important;
}
.stndrd-reports .select2-container--default .select2-search--dropdown {
    margin: 10px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
}
.stndrd-reports .select2-container--default .select2-results > .focus .select2-results__options {
    max-height: 356px;
}
.stndrd-reports .select2-container--open .select2-dropdown {
    border: 1px solid #02363D !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 18px !important;
}
.stndrd-reports .select2-results {
    padding: 16px 0 16px 16px !important;
    height: 100%;
}
.stndrd-reports .select2-search.select2-search--inline input::-webkit-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input:-ms-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input::placeholder {
    color: #8A95A5;
}

.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="true"] {
    background: #D4D8DF !important;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 30px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    min-height: unset;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 8px 10px !important;
    display: block !important;
    margin: 0 !important;
    min-height: 45px;
    max-height: 300px;
    overflow-y: auto;
}
.stndrd-reports .select2-container--default .select2-selection--multiple {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 30px !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}
.stndrd-reports #select2-payer-results .select2-results__option {
    max-width: 100%;
}
.stndrd-reports #select2-provider-results .select2-results__option {
    max-width: 100%;
    display: table;
}
.stndrd-reports .select2-result-provider__name {
    font-family: "Hk Grotesk Bold";
    min-width: fit-content;
    width: 70%;
    display: table-cell;
}
.stndrd-reports .select2-result-provider__name span {
    display: block;
    font-family: "Hk Grotesk Regular";
}
.stndrd-reports .select2-result-provider__compliance_score {
    width: 29%;
    display: table-cell;
    font-family: "Hk Grotesk Bold";
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-selection__rendered::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
}

.selected_reportType {
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}
.comparison-card a.visible .selected_reportType{
	display: block;
}
.visualization_content.visible .selected_reportType{
	display: block;
}
.visualization_content.visible{
    border: 1px solid #8A95A5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}


.status-draft.sc-sidebar-db-dv .new-draft::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #D73D3D;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.status-draft.sc-sidebar-db-dv .new-draft {
    padding: 0 0 0 18px;
}
.status-draft.sc-sidebar-db-dv .new-version {
    background: unset;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
}
.status-draft.sc-sidebar-db-dv {
    display: block;
}
.status-draft.sc-sidebar-db-dv p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'HK Grotesk Regular';
	border-radius: unset;
	position: relative;
}
.empty-list {
	margin: 0;
	padding: 0 !important;
}
.empty-list li h4 span {
	display: block;
	color: #8A95A5;
}
.empty-list > li {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E3E6EB;
	padding: 16px 0;
}
.common-smallhead {
	margin: 0;
	font-family: "Hk Grotesk Bold";
	font-size: 18px;
	line-height: 24px;
	color: #02363d;
}
.rates_type ul{
	margin: 4px 0 0 0;
	padding: 0 !important;
    display: flex;
	justify-content: space-between;
	align-content: center;
}
.empty-list a {
	font-family: "HK grotesk Bold";
}
.rates_type ul li label {
	margin: 0 0 0 6px;
}
.rates_type ul li input {
	width: 16px;
	height: 16px;
}
.rates_type ul li {
	display: flex;
	align-items: center;
}
.rates_type {
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-bottom: 1px solid #e3e6eb;
}

.stndrd-report-table .focused-organization td,
.stndrd-report-table .focused-organization p {
    color: #36C5BA !important;
}
.stndrd-report-table p {
	color: #02363d;
	font-family: "HK Grotesk bold";
	font-size: 14px;
	line-height: 20px;
    margin: 0 !important;
}
.stndrd-report-table p span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-report-table td {
	color: #02363d !important;
    width: 50%;
}
.cohorts .l-version-history{
    max-height: unset;
}
.stndrd-reports .l-version-history > h2{
    margin: 0;
}
.stndrd-reports .l-version-history > p{
    margin: 0;
}
.stndrd-reports .r-addedservice-table table thead tr th {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 16px;
	background: #f7fbfb;
}
.stndrd-reports .r-addedservice-table{
    margin: 16px 0 0 0;
}
.stndrd-reports .r-addedservice-table table thead tr th:last-child{
    text-align: left;
}
.stndrd-reports .r-addedservice-table table tr th{
    border-top: unset;
}
.stndrd-reports .cohorts .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
	color: #8A95A5;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-reports .span-information {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #02363d;
    width: 100%;
    display: block;
    padding: 10px;
}

.more_description{
    font-family: "HK Grotesk Bold";
}
.stndrd-reports .sc-sidebar-db-contracttype h3,.stndrd-reports .sc-sidebar-db-contractfor h3,.stndrd-reports .sc-sidebar-db-organizations h3,.stndrd-reports .sc-sidebar-db-status h3 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
}
.edit-cohorts .cs-provider-information {
	padding: 32px 32px 16px;
}
.edit-cohorts .rate-mngmnt-search {
	width: 60%;
	display: unset;
}
.edit-cohorts .rate-mngmnt-search .submit-btn{
    position: absolute;
    right: 0;
    top: 0px;
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
    width: fit-content;
    height: 38px;
    background: #36C5BA;
    color: #fff;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    padding: 8px 20px 8px 20px;
}
.edit-cohorts .rate-mngmnt-search.edit-payer {
    width: 100%;
}
.edit-cohorts .rate-mngmnt-filters.edit-payer {
	width: fit-content;
	display: flex;
	justify-content: flex-end;
}
.edit-cohorts .rate-mngmnt-filters {
	width: 40%;
	display: flex;
	justify-content: flex-end;
}
.edit-cohorts .rate-mngmnt-filters ul {
	width: 100%;
}
.edit-cohorts .ratemngmnt-tablearea {
	border: 1px solid #e3e6eb;
	border-top: 0;
}

.edit-cohorts .ratemngmnt-filterarea {
	display: flex;
	border: 1px solid #e3e6eb;
	padding: 12px;
	justify-content: space-between;
}
.edit-cohorts .ratemngmnt-tablearea-inner {
	padding: 0 32px 32px;
}
.edit-cohorts .rate-mngmnt-search .form-group input{
    width: 100%;
    max-width: unset;
}
.edit-cohorts .ratemngmnt-tablearea .table th:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table tbody td:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table td input {
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
}
.edit-cohorts .ratemngmnt-tablearea .table td {
	font-size: 16px;
	line-height: 24px;
    padding: 8px;
}
.edit-cohorts .ratemngmnt-tablearea .table thead th {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: capitalize;
    padding: 8px;
    background: #f7fbfb;
    min-width: 70px;
}
.edit-cohorts .rate-mngmnt-filters > ul > li {
	width: 49.5%;
	margin: 0 0 0 12px;
}
.edit-cohorts .rate-mngmnt-filters > ul > li.reset-btn {
    width: 150px;
}
.select_org {
	display: flex;
	align-items: center;
}
.Clear_all a {
	color: #fff;
	text-decoration: none;
	font-family: "HK Grotesk Bold";
}
.Clear_all {
    background: #D73D3D;
    padding: 8px 16px;
    border-radius: 50px;
}
.select_org span {
	background: #fff;
	padding: 6px 13px;
	border-radius: 50px;
	margin: 0 12px 0 0;
	font-family: "HK Grotesk Bold";
}
.select_org p {
	font-family: "HK Grotesk Bold";
}
.edit-cohorts .invite-sentsuccessfully-popup {
	max-width: 540px;
	border-radius: 50px;
	background: #02363d;
	padding: 12px;
	left: 60%;
}
.selected_cohorts {
	display: flex;
	justify-content: space-between;
}
.selected_cohorts .common-smallhead span {
    display: block;
    color: #8A95A5;
}
.filled_list .badge_selected {
	padding: 0;
	margin: o;
}
.filled_list {
	margin: 0;
	padding: 0 !important;
}
.grey-badge {
	display: inline-block;
	padding: 4px 8px;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	margin: 2px 1px;
	font-size: 13px;
	line-height: 16px;
	font-family: "HK Grotesk medium";
}
.filled_list > li {
	padding: 16px 0;
	border-bottom: 1px solid #e3e6eb;
}
.cohorts .l-latest-version p{
    padding: 0 0 16px 0;
}

.utilization [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.utilization [type="file"] + label {
    background: #02363D;
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hk Grotesk Bold";
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.uploaded-file p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 12px;
    color: #02363d;
}
.file_choose {
	display: flex;
	align-items: center;
}
.no_file_selected {
	color: #8A95A5 !important;
	margin: 0 0 0 12px !important;
}
.upload_file {
	display: flex;
	align-items: center;
	padding: 12px;
	background: #F3F4F6;
	margin: 16px 0;
}
.uploaded-file{
    justify-content: space-between;
}
.uploaded-file a{
    color: #D73D3D;
    font-family: "Hk Grotesk Bold";
}
.note p {
	color: #8A95A5 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}


.utilization form .content label {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
}
.utilization .select_services .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
.utilization .select_services .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.utilization .select_services .slider.round {
    border-radius: 12px;
}
.utilization .select_services .content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8A95A5;
    transition: .3s;
}
.utilization .select_services .slider.round:before {
    border-radius: 50%;
}
.utilization .select_services .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    background-color: #FFFFFF;
    transition: 0.3s;
    bottom: 2px;
}
.utilization .select_services input:checked + .slider::before {
	transform: translateX(24px);
}
.utilization .select_services input:checked + .slider{
	background: #36C5BA;
}
.utilization-codes-categories.disable {
    opacity: 0.5;
}
.utilization .select_services input:checked + .slider.disable::before {
    transform: translateX(0);
}
.utilization-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #E3E6EB;
	border-bottom: 1px solid #e3e6eb;
}
.utilization-data h4 span {
	display: block;
    color: #8A95A5;
}
.utilization .select_services {
    display: none;
}
.utilization .select_services.visible {
    display: block;
}
.select_services ul h4 span{
    color: #8A95A5;
}
.select_services ul li:first-child{
    border-top: 0;
}
.stndrd-reports-modal .remove-all {
    font-family: "Hk Grotesk Bold";
    font-size: 14px;
    color: #D73D3D;
    float: right;
    letter-spacing: normal;
    text-transform: none;
}
.stndrd-reports .single-contract-rates h2,.stndrd-reports .single-contract-coversheet h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.select_services .r-included-services {
	margin: 0 0 16px 0;
}
.select_services > ul {
	flex-direction: column !important;
    align-items: flex-start !important;
}
.select_services > ul > li {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-left: 0;
}
.select_services ul li a{
    font-family: "Hk Grotesk Bold";
}
.select_services > ul > li:last-child {
    border-bottom: 1px solid #e3e6eb;
}
.select_services ul li h4 span{
    display: block;
}
.select_services .badges-inner li {
	margin: 4px 4px 0px 0;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	width: unset !important;
	font-family: "HK Grotesk medium";
}
.utilization .utilization-codes-categories {
    padding: 0;
}
.select_services .badges {
    padding: 0;
}
.select_services .badges li {
    display: inline-block;
}
.select_services .filled-criteria-left {
	width: 90%;
}
.utilization .single-contract-rates form ul li:last-child {
	width: unset;
}
.utilization .single-contract-rates form ul{
    display: unset;
}
.visualizations_inner > li {
	width: unset !important;
	display: flex;
	border: 1px solid #E3E6EB;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
}
.visualizations_left {
	width: 20%;
}
.visualizations_right {
	width: 75%;
}
.visualizations_left img {
	width: 100%;
    max-width: 150px;
}
.visualizations_right h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
	margin: 0;
}
.single-contract-rates p {
	font-size: 16px;
	line-height: 22px;
	color: #02363D;
}
.visualizations_right h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 16px 0 0 0;
}
.visualizations_right .report-badges-inner li{
    display: inline-block;
    margin: 4px 4px 0px 0;
    background: rgba(227, 230, 235, 0.6);
    border-radius: 14px;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 8px;
    width: unset !important;
    font-family: "HK Grotesk medium";
}
.visualizations_right .report-badges-inner{
	display: unset !important;
}
.visualizations_inner{
    display: unset !important;
}
.visualization_content:hover {
	border: 1px solid #8A95A5;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.reports_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common_title-head {
	font-size: 20px !important;
	line-height: 24px !important;
	font-family: "HK Grotesk Bold";
	color: #02363D;
}
.report_status_inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.report_status_left {
	width: 48%;
}
.report_status_right {
	width: 48%;
}
.report_status ul {
	display: unset !important;
}
.head_small {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK grotesk Bold";
	margin: 0;
	color: #02363d;
}
.mt-16{
    margin-top: 16px;
}
.font_bold {
	font-family: "Hk Grotesk Bold";
}
.common_padding {
	padding: 32px 0;
	border-top: 1px solid #E3E6EB;
}
.review-run .r-manage-recipients {
	margin: 0 0 32px 0;
}
.review-run .l-version-history{
    overflow: unset;
    max-height: unset;
}
.review-run .r-addedservice-table table tbody tr td:last-child {
	text-align: left;
}
.review-run .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
    font-size: 14px;
}
.review-run .single-contract-recipients form ul li:last-child{
    width: unset;
}
.review-run .single-contract-recipients form .visualization_inner_content li:first-child{
    width: 100%;
}
.visualization_inner_content li p {
	display: flex;
	justify-content: space-between;
}
.visualization_inner_content li p span {
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	font-family: "Hk grotesk medium";
}
.grey_color {
	color: #8A95A5 !important;
}
.error-box {
	margin: 16px 0 0;
	padding: 12px;
	background: #FAEAE4;
	border: 1px solid #E29679;
}
.error-box p {
	color: #BA4E01;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 0 0;
    font-family: 'HK Grotesk Medium';
    display: flex;
    align-items: center;
}
.error-box p img {
	margin: 0 12px 0 0;
}
.report-submission h2 {
	border-bottom: 1px solid #e3e6eb;
	padding: 24px;
	margin: 0;
}
.report-submission .msf-welcome-info{
    padding: 0;
}
.report-submission .msf-welcome-info p{
    padding: 24px 24px 0;
    margin: 0 0 24px 0;
}
.grey_button-lg {
	background: #F7FBFB;
	padding: 24px;
	border-top: 1px solid #e3e6eb;
}
.standard-report-list.rate-management-RetroContract .ratemngmnt-tablearea .table .contract p {
	text-transform: capitalize;
}
.report_action .report-editing {
    position: relative;
}
.report_action .editing-options {
	flex-direction: column;
    display: none !important;
}
.report-editing:hover ul.editing-options {
	display: block !important;
}
.report_action li img {
	width: 24px;
}
.report_action .report-editing img{
    margin: 0 !important;
    padding: 4px 0;
    display: unset !important;
}
.report_action .report-editing ul.editing-options {
	width: 148px;
	top: 24px;
	margin: 0;
}
.report_action ul.editing-options li a:hover{
    text-decoration: none;
}
.report_action ul.editing-options li a:hover:first-child{
    color: #8A95A5;
}
.report_action ul.editing-options li.delete-link a {
    color: #D73D3D !important;
}
.bg-none {
	background: none !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin: 0 !important;
}
.extract-badges-inner li.bg-color:last-child {
	margin: 0 !important;
}
.stndrd-reports .next-previous-btn .previous img{
    transform: unset;
}
.focus .single-contract-coversheet {
	padding: 32px 32px 230px 32px;
}
.focus .rate-mngmnt-filters ul {
	flex-direction: column;
	margin: 0 !important;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options{
    padding: 0;
    max-height: 245px;
    overflow-y: scroll;
}
.edit-cohorts .rate-mngmnt-filters ul li:first-child ul{
    min-width: 260px;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li {
    padding: 0 16px;
    border-bottom: 1px solid #e3e6eb;
    display: flex;
    align-items: center;
    margin: 0;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li.active{
    background: #F7FBFB;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li label {
    margin: 0 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    width: 100%;
}
.edit-cohorts .rate-mngmnt-filters ul li span{
    margin: 0 0 0 3px;
}
.edit-cohorts .sc-addservice-btns button.save-exit{
    font-family: "HK Grotesk Bold";
}
.edit-cohorts .ratemngmnt-tablearea table select {
	background: none;
	font-family: "HK grotesk Bold";
    appearance: none;
}
.edit-cohorts .ratemngmnt-tablearea table .select-dropdown-filter::after{
	content: url("../images/filled-dropdown.568d1cac19e3.svg");
}
.edit-cohorts .ratemngmnt-mainarea .cs-provider-information {
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
.edit-cohorts .hold-shift p {
	color: #8A95A5;
	font-size: 14px;
}
.edit-cohorts .hold-shift p span {
	margin: 0 4px;
	padding: 6px;
	border: 1px solid #DCDFE4;
	border-radius: 2px;
}
.edit-payer-cohorts .rate-mngmnt-search {
	width: 80%;
}
.edit-payer-cohorts .rate-mngmnt-filters {
	width: 19%;
}
.edit-payer-cohorts .rate-mngmnt-filters > ul > li {
	width: 100%;
}
.scrollit {
    overflow:scroll;
    height:800px;
    width: 100%;
}
.standard-report-list .rate-mngmnt-filters ul li span{
    margin: 0 0 0 4px;
}
a.modalForm-lg,
a.modalForm {
    cursor: pointer;
}
.reports-empty-state {
    padding: 64px 20px;
    display: flex;
    align-items: center;
    max-width: 972px;
    margin: 0 auto;
    justify-content: space-between;
}
.reports-empty-state h2 {
    font-family: "Hk Grotesk Bold";
    color: #02363d;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 4px 0;
}
.report-inner-state {
    width: 65%;
}
.report-inner-state p {
    margin: 0;
    color: #02363D;
    font-family: "Hk Grotesk medium";
    line-height: 24px;
}
.report-inner-state ul {
    margin: 0 0 28px 0;
}
.report-inner-state ul li {
    margin: 28px 0 0 0;
    display: flex;
    align-items: center;
}
.report-inner-state ul li img {
    margin: 0 12px 0 0;
}
.reports-empty-state .enterprise-headersec-right a img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.reports-empty-state .enterprise-headersec-right a {
    background: #36C5BA;
    color: #fff;
    padding: 10px 15px;
}
.reports-empty-state a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.reports-empty-state .enterprise-headersec-right a:hover img {
    transform: rotate(360deg);
}
span.order-field {
    position: relative;
    margin-left: 10px;
}
span.order-field img.angle-up {
    position: absolute;
    width: 9px;
    transform: rotate(-180deg);
    top: 1px;
}
span.order-field img.angle-down {
    position: absolute;
    width: 9px;
    bottom: 1px;
}
span.order-field img.active {
    width: auto;
}
/* Cohorts payer mix */
.display_block {
	display: block;
}
.cd-popup-adjust-mix .comparison-card {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px 0 !important;
}
.weight_list_inner ul li {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-top: 1px solid #DCDFE4;
	align-items: center;
    min-height: 61px;
}
.weight_list {
	padding: 24px;
}
.create-adjust-mix .comparison-card li {
	padding: 16px;
}
.create-adjust-mix .comparison-card li h4 {
	margin: 0;
	text-align: left;
}
.create-adjust-mix .comparison-card li p {
	text-align: left;
    color: #02363d;
}
.create-adjust-mix .create-contract-popup-title {
	text-align: left;
	border-bottom: 1px solid #E3E6EB;
}
.create-adjust-mix .comparison-card a {
	position: relative;
}
.weight_list_inner {
	border: 1px solid #DCDFE4;
}
.weight_list_inner ul {
    margin: 0;
    height: 305px;
    overflow-y: scroll;
}
.weight_list_head {
	background: #F7FBFB;
	padding: 8px 12px !important;
	border: 0 !important;
}
.weight_list_head h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.weight_list_inner ul li p {
	margin: 0;
}

.create-adjust-mix .filled_weight.complete {
	background: #24A148;
}

.create-adjust-mix .filled_weight {
	background: #DA1E28;
	border-radius: 18px;
	width: 144px;
	padding: 4px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: "Hk Grotesk Bold";
    text-align: center;
}
.create-adjust-mix .minus,.create-adjust-mix .plus {
	width: 36px;
	height: 36px;
	padding: 17px 12px;
	background: #F3F4F6;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: "HK grotesk Bold";
}
.create-adjust-mix .minus:hover,.create-adjust-mix .plus:hover{
    background: #DCDFE4;
}
.number input {
	height: 36px;
	width: 64px;
	display: inline-block;
	border: 1px solid #8A95A5;
	border-radius: 22px;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 4px;
    text-align: center;
}
.create-adjust-mix .number {
	display: flex;
}
.assigned_weight_list {
	display: none;
}
.comparison-card a.visible .selected_reportType {
	display: block;
}
.reports-mix-empty .cohorts .empty-list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-custom .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.reports-mix-default .cohorts .filled_list > li:last-child{
    border-bottom: 1px solid #e3e6eb;
}
.weight_list .nav.nav-tabs {
	margin: 0 0 16px 0;
	border: 0;
    justify-content: space-between;
}
.weight_list .nav-tabs .nav-item {
	width: 49%;
}
.weight_list .nav-tabs .nav-item.show .nav-link,.weight_list .nav-tabs .nav-link.active {
	color: #02363d;
    border-radius: 0 !important;
}
.weight_list .nav-tabs .nav-item .nav-link {
	padding: 16px;
	border: 1px solid #e3e6eb;
	border-radius: 0 !important;
	color: #02363d;
    position: relative;
}
.weight_list .nav-link:hover, .weight_list .nav-link.active{
	border: 1px solid #02363D !important;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.weight_list .nav-link.active::after{
    position: absolute;
    content: url("../images/activeState-circle.5b98d71d4dfb.svg");
    right: 8px;
    top: 8px;
}
.weight_list .nav-tabs .nav-link p {
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.weight_list .nav-link h4 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.minus.disable {
    opacity: 0.4;
    pointer-events: none;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.footer-main-section {
    padding: 80px 0;
    border-bottom: 1px solid #dbdbdb;
}
.footer-main-section .footer-logo-section .soc{
    width: 98px;
    margin-top: 20px;
}
.footer-social-media {
    margin: 26px 0 0 auto;
    display: flex;
}
.footer-social-media li {
    margin: 0 16px 0 0;
}
.footer-social-media li a {
    background: #36C5BA;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: space-between;
}
.footer-links-section h3 {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
}
.footer-links-section ul{
    margin: 0;
}
.footer-links-section ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
}
.estimate .tool-tip::after{
    display: none;
}
.estimate h5 a {
	text-decoration: none;
}
.gfe_list .enterprise-headersec-right .bg_none.grey_color:hover{
    box-shadow: unset;
    transform: unset !important;
    text-decoration: underline;
}
.gfe_list .ratemngmnt-tablearea .table .status .a::before{
    background: #E5A000;
}
.notes {
	font-family: "Hk Grotesk Bold";
	font-size: 12px;
	line-height: 16px;
	margin: 4px 0 0 0;
}
.three_column {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.two_column {
	width: 49% !important;
}
.single_column {
	width: 49% !important;
}
.gfe-patient .cs-provider-information .two_column .w-80 {
	width: 69% !important;
}
.gfe-patient .cs-provider-information .two_column .w-20 {
	width: 29% !important;
}
.cs-provider-information .two_column .select_options select {
	display: block;
	padding: 10px 12px 10px 16px;
	background: #E3E6EB;
	border-radius: 18px;
	width: 100%;
	font-size: 14px;
	font-family: "Hk Grotesk Bold";
	line-height: 16px;
}
.gfe-patient form .single-contract-coversheet ul label {
	letter-spacing: 0;
	color: #02363D;
	font-family: 'HK Grotesk Bold';
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.estimated_services {
	display: flex;
	justify-content: space-between;
	background: #F3F4F6;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
	padding: 12px 16px;
}
.gfe-patient .cs-provider-information .single_column li {
	width: 100% !important;
}
.gfe-patient form ul li input {
	border: 1px solid #8A95A5 !important;
	padding: 6px 16px;
	line-height: 24px;
}
.optional {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.margin20{
    margin: 0 0 0 20px !important;
}
.w-50{
    width: 50% !important;
}
.radio_btns_inner p input {
	margin: 0;
}
.disabled {
	opacity: .5;
	pointer-events: none;
}
.convening_provider .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.gfe-patient .cs-provider-information ul.single_column_row li{
    width: 100% !important;
}
.gfe-patient .cs-provider-information ul li {
	width: 49% !important;
}
.diagnosis .single_column_row li{
    width: 100%;
}
.radio_btn li p{
    display: flex;
}
.radio_btn .radio_btns_inner p label{
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #02363D !important;
    margin: 0 !important;
    font-family: 'HK Grotesk Regular' !important;
    padding: 0 0 0 8px;
}
.radio_btns_inner {
	display: flex;
}
.radio_btn li p input{
    width: unset !important;
}
.radio_btns_inner ul li {
    margin-right: 15px;
}
.radio_btns_inner ul li input {
    margin-right: 10px;
}
.radio_btns_inner ul li label {
    display: inline-flex;
    font-family: 'HK Grotesk Regular' !important;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}

.convening_provider .l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}
.convening_provider .single-contract-rates form ul li:last-child{
    width: 49%;
}
.convening_provider .l-contract-detail-btns a,
.convening_provider .l-contract-detail-btns button {
	background: #02363D;
	border-radius: 35px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: "HK Grotesk Bold";
}
.convening_provider .l-contract-detail-btns a img,
.convening_provider .l-contract-detail-btns button img {
	width: 20px;
	margin: 0 8px 0 0;
}
.sc-addservice-mainsec .add_services_details ul li {
	width: 32% !important;
}
.sc-addservice-mainsec .add_services_details ul li:last-child{
    width: 32% !important;
}
.add_services_details {
	border: 1px solid var(--cool-grey-30);
    margin: 24px  0 0 0;
}
.add_service_title {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	background: #F3F4F6;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
    min-height: 53px;
}
.add_service_title h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
	color: #02363D;
}
.service_fields_inner {
	padding: 16px;
}
.service_fields_inner #service-name:focus ~ .has-options.searchbar{
    display: block;
}
.address_info {
	flex-direction: column;
	align-items: flex-start !important;
	margin: 20px 0 0 0 !important;
}
.address_info textarea {
    width: 100%;
    border: 1px solid #8A95A5;
    border-radius: 18px;
    padding: 9px 25px;
    height: 72px;
    font-size: 14px;
}
.add_service_title p {
	padding: 0 !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li{
    width: 49% !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li.service-item-expected_cost select{
    display: none;
}
.sc-addservice-mainsec .add_services_details .deleting-element {
    font-size: 16px;
    line-height: 24px;
    color: #D73D3D;
    cursor: pointer;
    bottom: 0;
    right: 0;
    position: relative !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hk Grotesk Bold";
}
.sc-addservice-mainsec .add_services_details .deleting-element::after {
    position: absolute !important;
    display: block;
    content: "";
    background: #D83E3E url("../images/remove-white.81e235a4a017.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50px;
    left: -30px;
}
.sc-addservice-mainsec .add_another_row {
    font-size: 18px;
    line-height: 28px;
    font-family: "HK grotesk Bold";
    align-items: center;
    color: #02363D;
    border: 1px dashed #8A95A5;
    background: #F3F4F6;
    display: flex;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
}
.sc-addservice-mainsec .add_another_row::before {
    display: block;
    content: "";
    background: url("../images/add-circle.5b9c08a89403.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 7px;
}
.add_services_details.listing-with-deletion-hide {
	display: none;
}
.service_fields_inner input {
	border: 1px solid #8A95A5 !important;
}
.add_services_details .service_fields_inner label {
	text-transform: capitalize !important;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}
.service_fields_inner .notes{
    color: #8A95A5;
}
.service_fields_inner ul {
	align-items: flex-start !important;
}
.add_another_row {
	border: 1px dashed #8A95A5;
	background: #F3F4F6;
	display: flex;
	justify-content: center;
	padding: 12px;
	margin: 16px 0 0 0;
    cursor: pointer;
}
.add_another_row p img {
	margin: 0 8px 0 0;
}
.add_another_row p {
	padding: 0 !important;
	font-size: 18px;
	line-height: 28px;
	font-family: "HK grotesk Bold";
	display: flex;
	align-items: center;
}
.gfe_add_services .edit-claims-btn {
	margin: 16px 0 0 0;
}
.gfe_add_services .edit-claims-btn .button-cancel {
	padding: 12px 20px;
}
.mb-20 {
	margin: 0 0 20px 0 !important;
}
.another_service_row {
	display: none;
}
.another_service_row.is-visible {
	display: block;
}
.services_filled {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start !important;
}
.services_inner_Details.border {
    border: 1px solid var(--cool-grey-30) !important;
}
.services_inner_Details h4 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
}
.estimated_services .extract-editing ul.editing-options {
	display: none;
}
.co_providers_filled_state .services_inner_Details > h5{
    border-bottom: 0;
}
.services_inner_Details > h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F3F4F6;
	padding: 12px;
	margin: 0;
	border-bottom: 1px solid var(--cool-grey-30);
	font-family: "HK grotesk bold";
	font-size: 18px;
	line-height: 28px;
}
.services_inner_Details > h5 span{
    font-family: "HK grotesk bold";
}
.services_inner_Details h5 span {
	font-size: 18px;
	line-height: 28px;
	color: #02363D;
	font-family: "Hk Grotesk Bold";
}
.services_list {
	width: 100%;
}
.services_list p {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
    margin: 0 !important;
    cursor: pointer;
}
.services_inner_Details .hiddenRow {
	width: 100%;
	background: #F3F4F6;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 0 0;
}
.add_co-providers .l-contract-detail-btns a {
	background: #02363D;
	border-radius: 35px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: "HK Grotesk Bold";
}
.add_co-providers .l-contract-detail-btns a img {
	width: 20px;
	margin: 0 8px 0 0;
}
.add_co-providers .trnsparent-btn {
	background: transparent !important;
	border: 2px solid #02363D;
	color: #000 !important;
	margin: 0 12px 0 0;
}
.add_co-providers .l-contract-detail-left {
	width: 50%;
}
.add_co-providers .l-contract-detail-btns {
	width: 50%;
}
.add_co-providers .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.invite_providers img {
	width: 15px !important;
}
.co_providers .single-contract-rates {
	padding: 32px 32px 250px 32px;
}
.cd-popup-invite-co-provider .create-provider-contract-popup .create-contract-popup-form form ul textarea {
	border: 1px solid #8A95A5;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 14px;
}
.invite_sent {
	border: 1px solid var(--cool-grey-30);
    border-bottom: 0;
}
.invite_sent_title {
	background: #F3F4F6;
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_title h4 {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details {
	display: flex;
	align-items: center;
	padding: 16px;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_details_left {
	display: flex;
	align-items: center;
}
.invite_sent_details_left h5 span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.invite_sent_details_left h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details_left img {
	margin: 0 12px 0 0;
}
.invite_link {
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.invite_link  p {
    margin: 0;
}
.invite_link a {
	font-family: "HK Grotesk Bold";
	margin: 8px 0 0 0;
	display: inline-block;
}
.co_providers .sc-viewing-olderversion {
	padding: 12px;
	background: #FAEAE4;
	margin: 20px 0;

}
.co_providers .sc-viewing-olderversion h4 img {
	margin: 0 12px 0 0;
}
.co_providers .sc-viewing-olderversion h4 {
	color: #BA4E01;
}
.searchbar.has-options li {
	margin: 0;
	background: transparent;
	width: 100% !important;
	padding: 0 16px !important;
}
.service_fields_inner .searchbar.has-options li{
    width: 100% !important;
}
.service_fields_inner .searchbar.has-options li:last-child{
    width: 100% !important;
}
.autocomplete-suggestions .focus-inner-search {
	background: none;
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	font-family: 'HK Grotesk SemiBold';
	cursor: pointer;
	transition: 0.3s;
    margin: 0;
}
.gfe-patient .single-contract-coversheet .notes{
    font-family: "Hk Grotesk regular";
}
.searchbar.has-options li:last-child {
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.searchbar.has-options li:first-child {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.searchbar.has-options {
    width: 100%;
    box-shadow: 0px 2px 6px 0px #00000033;
    border: 1px solid #02363d;
    padding: 0;
    border-radius: 18px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
}
#convening_provider #provider_name:focus ~ .searchbar.has-options{
    display: block !important;
}
.gfe-patient .searchbar.has-options li{
    width: 100% !important;
}
.searchbar.has-options li:hover {
	background: #F3F4F6;
}
.autocomplete-suggestions .focus-inner-search span {
	display: block;
	background: none;
	color: #8A95A5;
	font-size: 14px;
	line-height: 20px;
}
.searchbar.has-options ul {
	flex-direction: column;
	margin: 0 !important;
}
.gfe_add_services .save-exit {
	font-family: "Hk Grotesk Bold";
}
.services_inner_Details .sc-review_send-member {
	padding: 12px;
	background: #fff;
	border: 1px solid var(--cool-grey-30);
}
.services_inner_Details .hiddenRow .accordion-body.collapse.show,
.services_inner_Details .hiddenRow .accordion-body.collapse {
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_Details .sc-rs-listings li h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.services_inner_Details .sc-review_send-member .sc-rs-listings li:last-child{
    width: 25%;
}
.inner_serviceDetails {
	padding: 12px;
}
.gfe-patient .inner_serviceDetails p {
    margin: 0 !important;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed p::after {
    content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 16px;
}
.services_inner_Details .accordion-toggle.expandable.services_list p::after {
	content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	transition: 0.3s;
	position: absolute;
	top: 47%;
	right: 16px;
}
.services_inner_Details .sc-rs-member-descp h4 {
	background: transparent;
	margin: 0;
	border-bottom: unset;
	font-size: 16px;
	line-height: 20px;
	font-family: "Hk Grotesk Bold";
	padding: 0;
}
.services_inner_Details .accordion-toggle.expandable.services_list {
	background: #F3F4F6;
    position: relative;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed{
    background: transparent;
}
.services_inner_Details .accordion-toggle.expandable.services_list p span {
	padding: 0 30px 0 0;
	font-family: "Hk grotesk Bold";
}

.convening_provider .r-included-services {
	margin: 0 0 20px 0;
}
.additional_notes textarea {
	border: 1px solid #8A95A5;
	border-radius: 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 16px;
	height: 72px;
}
.additional_notes {
	display: flex;
	flex-direction: column;
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.additional_notes label {
	font-family: "Hk Grotesk Bold";
	margin: 0 0 4px 0;
}
.additional_notes label .optional {
	margin: 0 0 0 4px;
}
.convening_provider .cs-provider-information {
	margin: 48px 0 0 0;
}
.extract-editing > ul {
	display: none !important;
}
.contract-successfully-sent.invite_sent {
	bottom: 30px;
	z-index: 1;
}
.sc-addservice-mainsec .service-addsection .additional_service .w-100 {
	width: 100% !important;
}
.additions .services_filled{
    padding: 12px 16px;
}

.convening_provider .cs-provider-information ul li {
	margin: 0 0 15px 0;
}
.add_co-providers p {
	font-size: 14px;
	line-height: 20px;
}
.gfe_add_services .sc-addservice-mainsec .single-contract-rates{
    padding: 32px 32px 100px 32px;
}
.add_info p{
    padding: 0 !important;
}
.cs-provider-information.add_info {
	margin: 48px 0 0 0;
}
.second_row {
	margin: 12px 0 0 0 !important;
}
.service_fields_inner .tags-container {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 22px;
	width: 100%;
	font-size: 14px;
	transition: 0.5s;
    border: 1px solid #8A95A5 !important;
    padding: 6px 5px;
    line-height: 24px;
    font-family: "HK Grotesk Bold";
}
.service_fields_inner .tags-container .tag {
	position: relative;
	margin: 0 4px 0 0;
	padding: 1px 18px 1px 8px;
	font-size: inherit;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #02363D;
	border-radius: 50px;
	transition: background-color 0.3s ease;
	cursor: default;
}
.service_fields_inner .tags-container .tag__name {
	margin-right: 3px;
	font-size: 12px;
}
.service_fields_inner .tags-container .tag:first-child {
	margin-left: 0;
}
.service_fields_inner .tag__remove {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
	transition: opacity 0.3s ease;
	opacity: 0.5;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	color: #fff;
	width: unset;
	opacity: 1;
}
.service_fields_inner .tags-container .tag .tag__remove {
	background: unset;
}
.service_fields_inner .tags-container .tag-input {
	border: 0 !important;
	padding: 0 !important;
	flex: 3;
}
.additional_services_filled{
    padding: 12px 16px;
}
.collaborator_details .recpt-approved::after {
	position: unset;
}
.collaborator_details .recipient-detail{
    width: 50%;
    padding: 0 0 0 48px;
}
.collaborator_details .extract-editing p {
	cursor: pointer;
}
.collaborator_details .payer-contributers-list li {
	border-top: 0 !important;
}
.collaborator_details .extract-editing p img {
	margin: -1px 0 0 6px;
}
.collaborator_details  .extract-editing p {
	font-family: "HK Grotesk Bold";
}
.collaborator_details.single-contract-contributers .send-invite input[type="submit"] {
	background: #02363d;

}
.collaborator_details .r-addedservice-table{
    border: 1px solid var(--cool-grey-30);
}
.collaborator_details.single-contract-contributers .send-invite {
	border-top: 1px solid var(--cool-grey-30);
	background: #F3F4F6;
	padding: 12px 16px;
}
.collaborator_details.single-contract-contributers .send-invite input{
    padding: 8px 16px;
}
.collaborator_details .deleting-element{
    margin: 0;
}
.collaborator_details.single-contract-contributers .send-invite [type="email"] {
	border: 1px solid #8A95A5;
}
.collaborator_details .recipients-list .recipient-detail p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.collaborator_details .recipients-list .recipient-detail h4 {
	font-size: 16px;
	line-height: 20px;
}
.collaborators .single-contract-rates {
	padding: 32px 32px 400px 32px;
}
.collaborators_filled .single-contract-rates{
    padding: 32px 32px 16px 32px;
}
.single-contract-recipients form .review_estimate  ul {
	flex-wrap: wrap;
}
.review_estimate .sc-rs-listings li {
	width: 23% !important;
	padding: 8px 3px;
}
.review .single-contract-review_send .sc-rs-listings li h5 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
}
.black_edit_btn {
	padding: 5px 12px;
	color: #fff;
	text-decoration: none;
	background: #02363D;
	border-radius: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
}
.co_provider-name {
	display: flex;
	align-items: center;
}
.co_provider-name h3 span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.co_provider-name img {
	margin: 0 12px 0 0;
}
.provider_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F3F4F6;
	padding: 8px;
}
.provider_total h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #02363D;
	font-family: "HK Grotesk Bold";
}
.provider_total p {
	font-family: "Hk Grotesk bold";
	margin: 0;
}
.review .claims-tablearea .table td {
	border-top: 1px solid var(--cool-grey-30);
	padding: 8px 8px 8px 0px;
}
.add_notes {
	padding: 8px;
}
.add_notes h6 {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.add_notes a {
	font-size: 14px;
	line-height: 20px;
}
.review .claims-tablearea .table td:last-child {
	font-family: "HK Grotesk Bold";
}
.add_notes p {
	font-size: 14px;
}
.service_details {
	display: unset !important;
}
.service_details li {
	width: unset !important;
	margin: 0 0 16px 0 !important;
}
.service_details li p span {
	display: block;
}
.service_details li p {
	font-family: "HK Grotesk Bold";
}
.total_estimated_cost {
	display: flex;
	justify-content: space-between;
	background: #F7FBFB;
	align-items: center;
	padding: 12px 24px;
	border-top: 1px solid #E3E6EB;
	position: sticky;
	bottom: 79px;
	z-index: 999;
}
.total_estimated_cost h5 {
	font-size: 20px;
	line-height: 24px;
	font-family: "Hk Grotesk Bold";
	margin: 0;
}
.total_estimated_cost p {
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.gfe_review .sc-viewing-olderversion {
	padding: 14px;
	background: #FAEAE4;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 16px 0 0 0;
}
.gfe_review .sc-viewing-olderversion img {
	margin: 0 12px 0 0;
}
.gfe_review .sc-viewing-olderversion h4{
    color: #BA4E01;
}
.finalize_estimate_inner {
	padding: 32px 24px;
}
.finalize_estimate_inner h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.estimate_btn .reopen_btn {
	background: transparent !important;
	color: #36C5BA !important;
	font-family: "HK grotesk Bold";
	margin: 0 0 0 36px !important;
	padding: 0 !important;
}
.estimate_btn .reopen_btn:hover {
	transform: unset !important;
	text-decoration: underline;
}
.gfe_summary .rm-head-right {
	width: 33%;
}
.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 68%;
}
.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.gfe-patient .sc-sidebar-commentblock .user-comment p {
	font-size: 14px;
	line-height: 20px;
}
.gfe-patient .single-contract-review_send .sc-rs-listings {
    flex-wrap: wrap;
}
.collaborators_withoutPermission .payer-contributers-list .recipients-list{
    justify-content: space-between;
}
.collaborators_withoutPermission .collaborator_details {
	padding: 32px 32px 100px;
}
.no_coProviders_added .recipient-detail::before{
    display: none;
}
.no_coProviders_added .recipient-detail {
	padding: 0;
}
.collaborator_details .providers_inner_details{
    margin: 0 0 48px 0;
}
.single-contract-review_send .sc-rs-listings li.full_width {
	width: 100% !important;
}
.review .ratemngmnt-tablearea.claims-tablearea th {
    font-size: 14px;
    line-height: 20px;
    font-family: "HK Grotesk Bold";
    text-transform: capitalize;
    letter-spacing: 0;
}
.review .ratemngmnt-tablearea table tr th:first-child {
	width: 35%;
}
.review .ratemngmnt-tablearea table tr th:last-child {
	width: 10%;
}
.review .claims-tablearea .table td:last-child{
    text-align: right;
}
.mx-width p {
	max-width: 200px;
	margin: 0 0 0 auto !important;
	font-size: 14px;
	line-height: 20px;
}
.review .address_performed .font_bold {
	font-family: "Hk Grotesk Bold" !important;
}
.review .address_performed td {
	padding: 0 8px 8px 0 !important;
	border-top: 0 !important;
}
.version_history .rm-head-left,.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 67%;
}
.version_history .rm-head-right,.gfe_summary .rm-head-right {
	width: 33%;
}
.version_history .rm-head-left p,.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.version_history  .rm-head-left h2,.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.version_history .l-contract-details,.gfe_summary .l-contract-details{
    padding: 8px 0;
}
.version_history .total_estimated_cost,.gfe_summary .total_estimated_cost{
    bottom: 0;
}
.gfe_summary .l-contract-detail-left h3{
    line-height: 18px;
}
.services_inner_empty h5 span {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk regular";
    display: block;
}
.services_empty_state {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_empty {
	display: flex;
	align-items: center;
}
.services_inner_empty img {
	margin: 0 12px 0 0;
}
.services_inner_empty h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	color: #02363d;
}
.co_provider_content {
	padding: 16px;
}
.co_provider_content a {
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 0 0;
	display: inline-block;
	font-family: "Hk Grotesk bold";
}
.co_provider_content {
	padding: 16px;
}
.co-provider_review .total_estimated_cost {
	bottom: 0;
}
.bottom_end {
	bottom: 0 !important;
}
.gfe_addition_add .single-contract-form_btn {
    width: 100%;
}

.gfe_addition_add-mainSection form textarea{
    border-radius: 18px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: 72px;
    border: 1px solid #8A95A5;
}
/* ---------------------------------- */
/* Dashboard send feedback block
------------------------------------- */
.dashboard-sendFeedback-section {
    margin: 24px 0;
    border: 1px solid #E3E6EB;
    padding: 24px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.dashboard-feedbackSection-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 80%;
}
.dashboard-feedbackSection-right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.dashboard-feedbackSection-left img {
    margin: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Hk Grotesk Bold';
    color: #02363D;
    padding: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Regular';
}
.dashboard-feedbackSection-right a {
    display: flex;
    align-items: center;
    font-family: 'Hk Grotesk Bold';
}
.dashboard-feedbackSection-right a img{
    margin: 0 0 0 4px;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.footer-main-section {
    padding: 80px 0;
    border-bottom: 1px solid #dbdbdb;
}
.footer-main-section .footer-logo-section .soc{
    width: 98px;
    margin-top: 20px;
}
.footer-social-media {
    margin: 26px 0 0 auto;
    display: flex;
}
.footer-social-media li {
    margin: 0 16px 0 0;
}
.footer-social-media li a {
    background: #36C5BA;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: space-between;
}
.footer-links-section h3 {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
}
.footer-links-section ul{
    margin: 0;
}
.footer-links-section ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
}
.footer-links-section ul li{
    margin: 0 0 18px 0;
}
.footer-links-section ul li:last-child{
    margin: 0;
}
.footer-copyright-section {
    padding: 35px 0;
}
.copyright-text p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
}
.copyright-menu {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.copyright-menu li a{
    color:#02363D;
}
.copyright-menu li {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    margin: 0 8px 0 8px;
}
.legal-text {
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
    list-style: disc;
}
.legal-text ul {
    list-style: disc;
}
.legal-text li {
    list-style: disc;
    margin-left: 30px;
}

.legal-text h1 {
    font-size: 18px;
    line-height: 22px;
    list-style: disc;
    margin-top: 18px;
}
.legal-text h2 {
    font-size: 16px;
    line-height: 18px;
    list-style: disc;
    margin-top: 16px;
}
.legal-text h3 {
    font-size: 14px;
    line-height: 16px;
    list-style: disc;
    margin-top: 14px;
}
.employees-only {
    width: 100%;
    z-index: 999;
    background: #FFF;
    border-top: 1px solid #E3E6EB;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
}
.employees-only .employees-only-form {
    display: inline;
}
.employees-only h2 {
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    padding-bottom: 10px;
}
.employees-only label {
    height: fit-content;
    font-size: 18px;
    padding-right: 20px;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline input{
    display: none;
    margin-top: 5px !important;
}

.stndrd-reports .select2-container--focus .select2-selection--multiple .select2-search.select2-search--inline input ,
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-search.select2-search--inline input {
    display: block;
}
.stndrd-reports .select2-search.select2-search--inline{
    width: 100% !important;
    position: relative !important;
}
.stndrd-reports .select2-container--focus .select2-search--inline::after,
.stndrd-reports .select2-container--open .select2-search--inline::after {
    display: block !important;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline::after {
    display: none;
    content: url("../images/search.c03fd0e2cd46.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
}
.stndrd-reports .select2-results__option {
    padding: 0 0 12px 0 !important;
    display: block;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 425px;
}
.stndrd-reports .select2-results__option:last-child {
    padding: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #02363d !important;
}
.focus .organization-formfield-section li {
    margin: 0 0 24px 0;
}
.focus .rate-mngmnt-filters {
	width: 100%;
}
.focus .rate-mngmnt-filters > ul > li{
    background: transparent !important;
}
.focus .single-contract-coversheet form ul li{
    width: 100%;
}
.focus .rate-mngmnt-filters ul li .has-options li {
	margin: 0;
	background: transparent;
}
.focus .rate-mngmnt-filters ul li .has-options {
	width: 100%;
	box-shadow: 0px 2px 6px 0px #00000033;
	border: 1px solid #02363d;
	padding: 0;
	position: unset;
	border-radius: 18px;
    display: none;
}
.scrollbar {
	height: 300px;
	overflow-y: scroll;
}
.providerMarketComparison-dropdown,
.payerMarketComparison-dropdown {
    display: none;
    width: 100% !important;
}
.providerMarketComparison-dropdown.visible,
.payerMarketComparison-dropdown.visible {
    display: block;
}
.stndrd-reports .sc-sidebar-versionhistoryblock {
    overflow-y: scroll !important;
    overflow-x: unset;
}
.focus .rate-mngmnt-filters .select-dropdown:hover{
    box-shadow: none;
}
.focus .rate-mngmnt-filters .has-options li:hover{
    background: #F3F4F6;
}
.focus .select-dropdown p.open--hasmenu{
    background: #D4D8DF;
}
.hide-me{
    display: none !important;
}
.show-me{
    display: block !important;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search {
	background: none;
	padding: 6px 0;
	font-size: 16px;
	line-height: 20px;
}
.focus .rate-mngmnt-filters ul li input{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li input:focus{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search span{
    display: block;
    background: none;
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.focus .rate-mngmnt-filters .select-dropdown .focus-inner-search::after {
    display: none;
}
.focus .has-options li {
	padding: 0 16px !important;
}
.focus .rate-mngmnt-filters .select-dropdown {
	margin: 0;
}
.focus .has-options li:last-child{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.market_comparison_searchbar {
	padding: 16px 16px 6px;
}
.stndrd-reports .select2-search.select2-search--inline {
    margin: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	color: #02363D !important;
    background: #D4D8DF;
}
.stndrd-reports .select2-results__option::before {
	content: " ";
	display: inline-block;
	position: relative;
	height: 16px;
	width: 16px;
	border: 2px solid #02363D;
	border-radius: 2px;
	background-color: #fff;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.stndrd-reports #select2-provider-results .select2-results__option::before,
.stndrd-reports #select2-payer-results .select2-results__option::before {
	border-radius: 10px;
}
.cd-popup-add-criteria, .cd-popup-service-criteria{
	z-index: 2;
}
.stndrd-reports .single-contract-savebar{
    z-index: 1;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	background: #D4D8DF !important;
}
.stndrd-reports .select2-results__option[aria-selected="true"]::before {
	font-family: fontAwesome;
	content: "\f00c";
	color: #fff;
	border: 0;
	background: #02363D;
	font-size: 11px !important;
	text-align: center;
}
.stndrd-reports #select2-provider-results .select2-results__option[aria-selected="true"]::before,
.stndrd-reports #select2-payer-results .select2-results__option[aria-selected="true"]::before {
	border-radius: 10px;
    content: "\f111";
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--single {
	border-radius: 35px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block !important;
    width: fit-content;
    background: #02363D;
    border-radius: 16px;
    color: #FFF;
    padding: 2px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 35px !important;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2.select2-container{
    position: relative;
}
.stndrd-reports .select2-selection__arrow b {
    display: none;
}
.stndrd-reports .select2-selection__arrow::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection__arrow::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 70%;
}
.stndrd-reports .select2-container--default .select2-search .select2-search__field {
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
    margin: 0 !important;
    background: #FFFFFF;
    border: 2px solid #36C5BA;
    border-radius: 22px;
    padding: 8px 15px;
    width: 100% !important;
}
.stndrd-reports .select2-container--default .select2-search--dropdown {
    margin: 10px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
}
.stndrd-reports .select2-container--default .select2-results > .focus .select2-results__options {
    max-height: 356px;
}
.stndrd-reports .select2-container--open .select2-dropdown {
    border: 1px solid #02363D !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 18px !important;
}
.stndrd-reports .select2-results {
    padding: 16px 0 16px 16px !important;
    height: 100%;
}
.stndrd-reports .select2-search.select2-search--inline input::-webkit-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input:-ms-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input::placeholder {
    color: #8A95A5;
}

.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="true"] {
    background: #D4D8DF !important;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 30px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    min-height: unset;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 8px 10px !important;
    display: block !important;
    margin: 0 !important;
    min-height: 45px;
}
.stndrd-reports .select2-container--default .select2-selection--multiple {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 30px !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}
.stndrd-reports #select2-payer-results .select2-results__option {
    max-width: 100%;
}
.stndrd-reports #select2-provider-results .select2-results__option {
    max-width: 100%;
    display: table;
}
.stndrd-reports .select2-result-provider__name {
    min-width: fit-content;
    width: 70%;
    display: table-cell;
}
.stndrd-reports .select2-result-provider__compliance_score {
    width: 29%;
    display: table-cell;
}
.stndrd-reports .select2-result-provider__compliance_score {
    font-family: "Hk Grotesk Bold";
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-selection__rendered::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
}

.selected_reportType {
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}
.comparison-card a.visible .selected_reportType{
	display: block;
}
.visualization_content.visible .selected_reportType{
	display: block;
}
.visualization_content.visible{
    border: 1px solid #8A95A5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}


.status-draft.sc-sidebar-db-dv .new-draft::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #D73D3D;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.status-draft.sc-sidebar-db-dv .new-draft {
    padding: 0 0 0 18px;
}
.status-draft.sc-sidebar-db-dv .new-version {
    background: unset;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
}
.status-draft.sc-sidebar-db-dv {
    display: block;
}
.status-draft.sc-sidebar-db-dv p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'HK Grotesk Regular';
	border-radius: unset;
	position: relative;
}
.empty-list {
	margin: 0;
	padding: 0 !important;
}
.empty-list li h4 span {
	display: block;
	color: #8A95A5;
}
.empty-list > li {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E3E6EB;
	padding: 16px 0;
}
.common-smallhead {
	margin: 0;
	font-family: "Hk Grotesk Bold";
	font-size: 18px;
	line-height: 24px;
	color: #02363d;
}
.rates_type ul{
	margin: 4px 0 0 0;
	padding: 0 !important;
    display: flex;
	justify-content: space-between;
	align-content: center;
}
.empty-list a {
	font-family: "HK grotesk Bold";
}
.rates_type ul li label {
	margin: 0 0 0 6px;
}
.rates_type ul li input {
	width: 16px;
	height: 16px;
}
.rates_type ul li {
	display: flex;
	align-items: center;
}
.rates_type {
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-bottom: 1px solid #e3e6eb;
}
.stndrd-report-table p {
	color: #02363d;
	font-family: "HK Grotesk bold";
	font-size: 14px;
	line-height: 20px;
    margin: 0 !important;
}
.stndrd-report-table p span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-report-table td {
	color: #02363d !important;
    width: 50%;
}
.cohorts .l-version-history{
    max-height: unset;
}
.stndrd-reports .l-version-history > h2{
    margin: 0;
}
.stndrd-reports .l-version-history > p{
    margin: 0;
}
.stndrd-reports .r-addedservice-table table thead tr th {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 16px;
	background: #f7fbfb;
}
.stndrd-reports .r-addedservice-table{
    margin: 16px 0 0 0;
}
.stndrd-reports .r-addedservice-table table thead tr th:last-child{
    text-align: left;
}
.stndrd-reports .r-addedservice-table table tr th{
    border-top: unset;
}
.stndrd-reports .cohorts .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
	color: #8A95A5;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-reports .span-information {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #02363d;
    width: 100%;
    display: block;
    padding: 10px;
}

.more_description{
    font-family: "HK Grotesk Bold";
}
.stndrd-reports .sc-sidebar-db-contracttype h3,.stndrd-reports .sc-sidebar-db-contractfor h3,.stndrd-reports .sc-sidebar-db-organizations h3,.stndrd-reports .sc-sidebar-db-status h3 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
}
.edit-cohorts .cs-provider-information {
	padding: 32px 32px 16px;
}
.edit-cohorts .rate-mngmnt-search {
	width: 74%;
	display: unset;
}
.edit-cohorts .rate-mngmnt-filters {
	width: 25%;
	display: flex;
	justify-content: flex-end;
}
.edit-cohorts .rate-mngmnt-filters ul {
	width: 100%;
}
.edit-cohorts .ratemngmnt-tablearea {
	border: 1px solid #e3e6eb;
	border-top: 0;
}

.edit-cohorts .ratemngmnt-filterarea {
	display: flex;
	border: 1px solid #e3e6eb;
	padding: 12px;
	justify-content: space-between;
}
.edit-cohorts .ratemngmnt-tablearea-inner {
	padding: 0 32px 32px;
}
.edit-cohorts .rate-mngmnt-search .form-group input{
    width: 100%;
    max-width: unset;
}
.edit-cohorts .ratemngmnt-tablearea .table th:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table tbody td:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table td input {
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
}
.edit-cohorts .ratemngmnt-tablearea .table td {
	font-size: 16px;
	line-height: 24px;
    padding: 8px;
}
.edit-cohorts .ratemngmnt-tablearea .table thead th {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: capitalize;
    padding: 8px;
    background: #f7fbfb;
}
.edit-cohorts .rate-mngmnt-filters > ul > li {
	width: 49.5%;
	margin: 0 0 0 12px;
}
.select_org {
	display: flex;
	align-items: center;
}
.Clear_all a {
	color: #fff;
	text-decoration: none;
	font-family: "HK Grotesk Bold";
}
.Clear_all {
    background: #D73D3D;
    padding: 8px 16px;
    border-radius: 50px;
}
.select_org span {
	background: #fff;
	padding: 6px 13px;
	border-radius: 50px;
	margin: 0 12px 0 0;
	font-family: "HK Grotesk Bold";
}
.select_org p {
	font-family: "HK Grotesk Bold";
}
.edit-cohorts .invite-sentsuccessfully-popup {
	max-width: 540px;
	border-radius: 50px;
	background: #02363d;
	padding: 12px;
	left: 60%;
}
.selected_cohorts {
	display: flex;
	justify-content: space-between;
}
.selected_cohorts .common-smallhead span {
    display: block;
    color: #8A95A5;
}
.filled_list .badge_selected {
	padding: 0;
	margin: o;
}
.filled_list {
	margin: 0;
	padding: 0 !important;
}
.grey-badge {
	display: inline-block;
	padding: 4px 8px;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	margin: 2px 1px;
	font-size: 13px;
	line-height: 16px;
	font-family: "HK Grotesk medium";
}
.filled_list > li {
	padding: 16px 0;
	border-bottom: 1px solid #e3e6eb;
}
.cohorts .l-latest-version p{
    padding: 0 0 16px 0;
}

.utilization [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.utilization [type="file"] + label {
    background: #02363D;
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hk Grotesk Bold";
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.uploaded-file p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 12px;
    color: #02363d;
}
.file_choose {
	display: flex;
	align-items: center;
}
.no_file_selected {
	color: #8A95A5 !important;
	margin: 0 0 0 12px !important;
}
.upload_file {
	display: flex;
	align-items: center;
	padding: 12px;
	background: #F3F4F6;
	margin: 16px 0;
}
.uploaded-file{
    justify-content: space-between;
}
.uploaded-file a{
    color: #D73D3D;
    font-family: "Hk Grotesk Bold";
}
.note p {
	color: #8A95A5 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}


.utilization form .content label {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
}
.utilization .select_services .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
.utilization .select_services .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.utilization .select_services .slider.round {
    border-radius: 12px;
}
.utilization .select_services .content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8A95A5;
    transition: .3s;
}
.utilization .select_services .slider.round:before {
    border-radius: 50%;
}
.utilization .select_services .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    background-color: #FFFFFF;
    transition: 0.3s;
    bottom: 2px;
}
.utilization .select_services input:checked + .slider::before {
	transform: translateX(24px);
}
.utilization .select_services input:checked + .slider{
	background: #36C5BA;
}
.utilization-codes-categories.disable {
    opacity: 0.5;
}
.utilization .select_services input:checked + .slider.disable::before {
    transform: translateX(0);
}
.utilization-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #E3E6EB;
	border-bottom: 1px solid #e3e6eb;
}
.utilization-data h4 span {
	display: block;
    color: #8A95A5;
}
.utilization .select_services {
    display: none;
}
.utilization .select_services.visible {
    display: block;
}
.select_services ul h4 span{
    color: #8A95A5;
}
.select_services ul li:first-child{
    border-top: 0;
}
.stndrd-reports .single-contract-rates h2,.stndrd-reports .single-contract-coversheet h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.select_services .r-included-services {
	margin: 0 0 16px 0;
}
.select_services > ul {
	flex-direction: column !important;
    align-items: flex-start !important;
}
.select_services > ul > li {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-left: 0;
}
.select_services ul li a{
    font-family: "Hk Grotesk Bold";
}
.select_services > ul > li:last-child {
    border-bottom: 1px solid #e3e6eb;
}
.select_services ul li h4 span{
    display: block;
}
.select_services .badges-inner li {
	margin: 4px 4px 0px 0;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	width: unset !important;
	font-family: "HK Grotesk medium";
}
.utilization .utilization-codes-categories {
    padding: 0;
}
.select_services .badges {
    padding: 0;
}
.select_services .badges li {
    display: inline-block;
}
.select_services .filled-criteria-left {
	width: 90%;
}
.utilization .single-contract-rates form ul li:last-child {
	width: unset;
}
.utilization .single-contract-rates form ul{
    display: unset;
}
.visualizations_inner > li {
	width: unset !important;
	display: flex;
	border: 1px solid #E3E6EB;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
}
.visualizations_left {
	width: 20%;
}
.visualizations_right {
	width: 75%;
}
.visualizations_left img {
	width: 100%;
    max-width: 150px;
}
.visualizations_right h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
	margin: 0;
}
.single-contract-rates p {
	font-size: 16px;
	line-height: 22px;
	color: #02363D;
}
.visualizations_right h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 16px 0 0 0;
}
.visualizations_right .report-badges-inner li{
    display: inline-block;
    margin: 4px 4px 0px 0;
    background: rgba(227, 230, 235, 0.6);
    border-radius: 14px;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 8px;
    width: unset !important;
    font-family: "HK Grotesk medium";
}
.visualizations_right .report-badges-inner{
	display: unset !important;
}
.visualizations_inner{
    display: unset !important;
}
.visualization_content:hover {
	border: 1px solid #8A95A5;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.reports_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common_title-head {
	font-size: 20px !important;
	line-height: 24px !important;
	font-family: "HK Grotesk Bold";
	color: #02363D;
}
.report_status_inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.report_status_left {
	width: 48%;
}
.report_status_right {
	width: 48%;
}
.report_status ul {
	display: unset !important;
}
.head_small {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK grotesk Bold";
	margin: 0;
	color: #02363d;
}
.mt-16{
    margin-top: 16px;
}
.font_bold {
	font-family: "Hk Grotesk Bold";
}
.common_padding {
	padding: 32px 0;
	border-top: 1px solid #E3E6EB;
}
.review-run .r-manage-recipients {
	margin: 0 0 32px 0;
}
.review-run .l-version-history{
    overflow: unset;
    max-height: unset;
}
.review-run .r-addedservice-table table tbody tr td:last-child {
	text-align: left;
}
.review-run .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
    font-size: 14px;
}
.review-run .single-contract-recipients form ul li:last-child{
    width: unset;
}
.review-run .single-contract-recipients form .visualization_inner_content li:first-child{
    width: 100%;
}
.visualization_inner_content li p {
	display: flex;
	justify-content: space-between;
}
.visualization_inner_content li p span {
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	font-family: "Hk grotesk medium";
}
.grey_color {
	color: #8A95A5 !important;
}
.error-box {
	margin: 16px 0 0;
	padding: 12px;
	background: #FAEAE4;
	border: 1px solid #E29679;
}
.error-box p {
	color: #BA4E01;
    margin: 0 !important;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 0 0 !important;
    font-family: 'HK Grotesk Medium';
    display: flex;
    align-items: center;
}
.error-box p img {
	margin: 0 12px 0 0;
}
.report-submission h2 {
	border-bottom: 1px solid #e3e6eb;
	padding: 24px;
	margin: 0;
}
.report-submission .msf-welcome-info{
    padding: 0;
}
.report-submission .msf-welcome-info p{
    padding: 24px 24px 0;
    margin: 0 0 24px 0;
}
.grey_button-lg {
	background: #F7FBFB;
	padding: 24px;
	border-top: 1px solid #e3e6eb;
}
.standard-report-list.rate-management-RetroContract .ratemngmnt-tablearea .table .contract p {
	text-transform: capitalize;
}
.report_action .report-editing {
    position: relative;
}
.report_action .report-editing a.button{
    background: #02363D;
    border-radius: 35px;
    padding: 3px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-family: "HK Grotesk Regular";
}
.report_action .editing-options {
	flex-direction: column;
    display: none !important;
}
.report-editing:hover ul.editing-options {
	display: block !important;
}
.report_action li img {
	width: 24px;
}
.report_action .report-editing img{
    margin: 0 !important;
    padding: 4px 0;
    display: unset !important;
}
.report_action .report-editing ul.editing-options {
	width: 148px;
	top: 24px;
	margin: 0;
}
.report_action ul.editing-options li a:hover{
    text-decoration: none;
}
.report_action ul.editing-options li a:hover:first-child{
    color: #8A95A5;
}
.report_action ul.editing-options li.delete-link a {
    color: #D73D3D !important;
}
.bg-none {
	background: none !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin: 0 !important;
}
.extract-badges-inner li.bg-color:last-child {
	margin: 0 !important;
}
.stndrd-reports .next-previous-btn .previous img{
    transform: unset;
}
.focus .single-contract-coversheet {
	padding: 32px 32px 230px 32px;
}
.focus .rate-mngmnt-filters ul {
	flex-direction: column;
	margin: 0 !important;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options{
    padding: 0;
    max-height: 245px;
    overflow-y: scroll;
}
.edit-cohorts .rate-mngmnt-filters ul li:first-child ul{
    min-width: 260px;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li {
    padding: 0 16px;
    border-bottom: 1px solid #e3e6eb;
    display: flex;
    align-items: center;
    margin: 0;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li.active{
    background: #F7FBFB;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li label {
    margin: 0 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    width: 100%;
}
.edit-cohorts .rate-mngmnt-filters ul li span{
    margin: 0 0 0 3px;
}
.edit-cohorts .sc-addservice-btns button.save-exit{
    font-family: "HK Grotesk Bold";
}
.edit-cohorts .ratemngmnt-tablearea table select {
	background: none;
	font-family: "HK grotesk Bold";
    appearance: none;
}
.edit-cohorts .ratemngmnt-tablearea table .select-dropdown-filter::after{
	content: url("../images/filled-dropdown.568d1cac19e3.svg");
}
.edit-cohorts .ratemngmnt-mainarea .cs-provider-information {
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
.edit-cohorts .hold-shift p {
	color: #8A95A5;
	font-size: 14px;
}
.edit-cohorts .hold-shift p span {
	margin: 0 4px;
	padding: 6px;
	border: 1px solid #DCDFE4;
	border-radius: 2px;
}
.edit-payer-cohorts .rate-mngmnt-search {
	width: 80%;
}
.edit-payer-cohorts .rate-mngmnt-filters {
	width: 19%;
}
.edit-payer-cohorts .rate-mngmnt-filters > ul > li {
	width: 100%;
}
.scrollit {
    overflow:scroll;
    height:800px;
    width: 100%;
}
.standard-report-list .rate-mngmnt-filters ul li span{
    margin: 0 0 0 4px;
}
a.modalForm {
    cursor: pointer;
}
.reports-empty-state {
    padding: 64px 20px;
    display: flex;
    align-items: center;
    max-width: 972px;
    margin: 0 auto;
    justify-content: space-between;
}
.reports-empty-state h2 {
    font-family: "Hk Grotesk Bold";
    color: #02363d;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 4px 0;
}
.report-inner-state {
    width: 65%;
}
.report-inner-state p {
    margin: 0;
    color: #02363D;
    font-family: "Hk Grotesk medium";
    line-height: 24px;
}
.report-inner-state ul {
    margin: 0 0 28px 0;
}
.report-inner-state ul li {
    margin: 28px 0 0 0;
    display: flex;
    align-items: center;
}
.report-inner-state ul li img {
    margin: 0 12px 0 0;
}
.reports-empty-state .enterprise-headersec-right a img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.reports-empty-state .enterprise-headersec-right a {
    background: #36C5BA;
    color: #fff;
    padding: 10px 15px;
}
.reports-empty-state a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.reports-empty-state .enterprise-headersec-right a:hover img {
    transform: rotate(360deg);
}
/* ---------------------------------- */
/* GFE Project
------------------------------------- */
.GFE-dashboard-list{
    padding-bottom: 0 !important;
}
.pending_row td:first-child::before {
    position: absolute;
    content: "";
    background: #E5A000;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
}
.pending_row td:first-child{
    position: relative;
}
.create_report {
    overflow-y: auto;
}
.bg_none{
    background: transparent !important;
}
.light_grey_color{
    color: #36C5BA !important;
}
.gfe_list .enterprise-headersec-right {
	display: flex;
	align-items: center;
}
.create_report .create-contract-popup-form ul{
    padding: 24px !important;
}
.gfe_list .rate-mngmnt-filters ul li ul.has-options{
    min-width: 120px;
}
.gfe_list .report_action .extract-editing ul.editing-options {
	width: 120px;
}
.estimate .tool-tip {
	max-width: 237px;
	text-align: left;
	left: 0;
	font-size: 13px;
	line-height: 17px;
	padding: 6px;
	box-sizing: border-box;
	color: #000;
	top: 28px;
	background: #EDEDED;
	border: 1px solid #B0A8A8;
	z-index: 6;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.gfe_list .rate-mngmnt-filters ul li p.open--hasmenu{
    background: #D4D8DF;
}
.gfe_list .rate-mngmnt-filters ul li ul.has-options li label {
	padding: 0;
}
.estimate a:hover ~ .tool-tip {
	display: block !important;
}
.estimate h5 {
	position: relative;
}
.estimate .tool-tip::after{
    display: none;
}
.estimate h5 a {
	text-decoration: none;
}
.gfe_list .enterprise-headersec-right .bg_none.grey_color:hover{
    box-shadow: unset;
    transform: unset !important;
    text-decoration: underline;
}
.gfe_list .ratemngmnt-tablearea .table .status .a::before{
    background: #E5A000;
}
.notes {
	font-family: "Hk Grotesk Bold";
	font-size: 12px;
	line-height: 16px;
	margin: 4px 0 0 0;
}
.three_column {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.two_column {
	width: 49% !important;
}
.single_column {
	width: 49% !important;
}
.gfe-patient .cs-provider-information .two_column .w-80 {
	width: 69% !important;
}
.gfe-patient .cs-provider-information .two_column .w-20 {
	width: 29% !important;
}
.cs-provider-information .two_column .select_options select {
	display: block;
	padding: 10px 12px 10px 16px;
	background: #E3E6EB;
	border-radius: 18px;
	width: 100%;
	font-size: 14px;
	font-family: "Hk Grotesk Bold";
	line-height: 16px;
}
.gfe-patient form .single-contract-coversheet ul label {
	letter-spacing: 0;
	color: #02363D;
	font-family: 'HK Grotesk Bold';
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.estimated_services {
	display: flex;
	justify-content: space-between;
	background: #F3F4F6;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
	padding: 12px 16px;
}
.gfe-patient .cs-provider-information .single_column li {
	width: 100% !important;
}
.gfe-patient form ul li input {
	border: 1px solid #8A95A5 !important;
	padding: 6px 16px;
	line-height: 24px;
}
.optional {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.margin20{
    margin: 0 0 0 20px !important;
}
.w-50{
    width: 50% !important;
}
.radio_btns_inner p input {
	margin: 0;
}
.disabled {
	opacity: .5;
	pointer-events: none;
}
.convening_provider .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.gfe-patient .cs-provider-information ul.single_column_row li{
    width: 100% !important;
}
.gfe-patient .cs-provider-information ul li {
	width: 49% !important;
}
.diagnosis .single_column_row li{
    width: 100%;
}
.diagnosis select {
    border: 1px solid #8A95A5;
    height: 40px;
    border-radius: 22px;
    padding: 6px 16px;
    font-size: 14px;
    width: 100%;
}
.diagnosis .single-contract-coversheet .sentence-case label {
    text-transform: none;
}
.radio_btn li p{
    display: flex;
}
.radio_btn .radio_btns_inner p label{
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #02363D !important;
    margin: 0 !important;
    font-family: 'HK Grotesk Regular' !important;
    padding: 0 0 0 8px;
}
.radio_btns_inner {
	display: flex;
}
.radio_btn li p input{
    width: unset !important;
}
.radio_btns_inner ul li {
    margin-right: 15px;
}
.radio_btns_inner ul li input {
    margin-right: 10px;
}
.radio_btns_inner ul li label {
    display: inline-flex;
    font-family: 'HK Grotesk Regular' !important;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}

.convening_provider .l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 48px 0;
}
.convening_provider .single-contract-rates form ul li:last-child{
    width: 49%;
}
.sc-addservice-mainsec .add_services_details ul li {
	width: 32% !important;
}
.sc-addservice-mainsec .add_services_details ul li:last-child{
    width: 32% !important;
}
.add_services_details {
	border: 1px solid var(--cool-grey-30);
    margin: 24px  0 0 0;
}
.add_service_title {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	background: #F3F4F6;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
    min-height: 53px;
}
.add_service_title h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
	color: #02363D;
}
.service_fields_inner {
	padding: 16px;
}
.service_fields_inner #service-name:focus ~ .has-options.searchbar{
    display: block;
}
.address_info {
	flex-direction: column;
	align-items: flex-start !important;
	margin: 20px 0 0 0 !important;
}
.address_info textarea {
    width: 100%;
    border: 1px solid #8A95A5;
    border-radius: 18px;
    padding: 9px 25px;
    height: 72px;
    font-size: 14px;
}
.add_service_title p {
	padding: 0 !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li{
    width: 49% !important;
}
.sc-addservice-mainsec .add_services_details ul .column_inner li.service-item-expected_cost select{
    display: none;
}
.sc-addservice-mainsec .add_services_details .deleting-element {
    font-size: 16px;
    line-height: 24px;
    color: #D73D3D;
    cursor: pointer;
    bottom: 0;
    right: 0;
    position: relative !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Hk Grotesk Bold";
}
.sc-addservice-mainsec .add_services_details .deleting-element::after {
    position: absolute !important;
    display: block;
    content: "";
    background: #D83E3E url("../images/remove-white.81e235a4a017.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50px;
    left: -30px;
}
.sc-addservice-mainsec .add_another_row {
    font-size: 18px;
    line-height: 28px;
    font-family: "HK grotesk Bold";
    align-items: center;
    color: #02363D;
    border: 1px dashed #8A95A5;
    background: #F3F4F6;
    display: flex;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
}
.sc-addservice-mainsec .add_another_row::before {
    display: block;
    content: "";
    background: url("../images/add-circle.5b9c08a89403.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 7px;
}
.add_services_details.listing-with-deletion-hide {
	display: none;
}
.service_fields_inner input {
	border: 1px solid #8A95A5 !important;
}
.add_services_details .service_fields_inner label {
	text-transform: capitalize !important;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}
.service_fields_inner .notes{
    color: #8A95A5;
}
.service_fields_inner ul {
	align-items: flex-start !important;
}
.add_another_row {
	border: 1px dashed #8A95A5;
	background: #F3F4F6;
	display: flex;
	justify-content: center;
	padding: 12px;
	margin: 16px 0 0 0;
    cursor: pointer;
}
.add_another_row p img {
	margin: 0 8px 0 0;
}
.add_another_row p {
	padding: 0 !important;
	font-size: 18px;
	line-height: 28px;
	font-family: "HK grotesk Bold";
	display: flex;
	align-items: center;
}
.gfe_add_services .edit-claims-btn {
	margin: 16px 0 0 0;
}
.gfe_add_services .edit-claims-btn .button-cancel {
	padding: 12px 20px;
}
.mb-20 {
	margin: 0 0 20px 0 !important;
}
.another_service_row {
	display: none;
}
.another_service_row.is-visible {
	display: block;
}
.services_filled {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start !important;
}
.services_inner_Details.border {
    border: 1px solid var(--cool-grey-30) !important;
}
.services_inner_Details h4 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
}
.estimated_services .extract-editing ul.editing-options {
	display: none;
}
.co_providers_filled_state .services_inner_Details > h5{
    border-bottom: 0;
}
.services_inner_Details > h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F3F4F6;
	padding: 12px;
	margin: 0;
	border-bottom: 1px solid var(--cool-grey-30);
	font-family: "HK grotesk bold";
	font-size: 18px;
	line-height: 28px;
}
.services_inner_Details > h5 span{
    font-family: "HK grotesk bold";
}
.services_inner_Details h5 span {
	font-size: 18px;
	line-height: 28px;
	color: #02363D;
	font-family: "Hk Grotesk Bold";
}
.services_list {
	width: 100%;
}
.services_list p {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-bottom: 1px solid var(--cool-grey-30);
	align-items: center;
    margin: 0 !important;
    cursor: pointer;
}
.services_inner_Details .hiddenRow {
	width: 100%;
	background: #F3F4F6;
}
.add_co-providers.l-contract-details {
	background: #F3F4F6;
	padding: 24px;
	border: 1px solid var(--cool-grey-30);
	margin: 20px 0 0 0;
}
.add_co-providers .l-contract-detail-btns a {
	background: #02363D;
	border-radius: 35px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: "HK Grotesk Bold";
}
.add_co-providers .l-contract-detail-btns a img {
	width: 20px;
	margin: 0 8px 0 0;
}
.add_co-providers .trnsparent-btn {
	background: transparent !important;
	border: 2px solid #02363D;
	color: #000 !important;
	margin: 0 12px 0 0;
}
.add_co-providers .l-contract-detail-left {
	width: 50%;
}
.add_co-providers .l-contract-detail-btns {
	width: 50%;
}
.add_co-providers .l-contract-detail-left h3 {
	font-size: 20px;
	line-height: 24px;
}
.invite_providers img {
	width: 15px !important;
}
.co_providers .single-contract-rates {
	padding: 32px 32px 250px 32px;
}
.cd-popup-invite-co-provider .create-provider-contract-popup .create-contract-popup-form form ul textarea {
	border: 1px solid #8A95A5;
    border-radius: 22px;
    padding: 10px 25px;
    width: 100%;
    font-size: 14px;
}
.invite_sent {
	border: 1px solid var(--cool-grey-30);
    border-bottom: 0;
}
.invite_sent_title {
	background: #F3F4F6;
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_title h4 {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details {
	display: flex;
	align-items: center;
	padding: 16px;
	justify-content: space-between;
	border-bottom: 1px solid var(--cool-grey-30);
}
.invite_sent_details_left {
	display: flex;
	align-items: center;
}
.invite_sent_details_left h5 span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.invite_sent_details_left h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.invite_sent_details_left img {
	margin: 0 12px 0 0;
}
.invite_link {
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.invite_link  p {
    margin: 0;
}
.invite_link a {
	font-family: "HK Grotesk Bold";
	margin: 8px 0 0 0;
	display: inline-block;
}
.co_providers .sc-viewing-olderversion {
	padding: 12px;
	background: #FAEAE4;
	margin: 20px 0;

}
.co_providers .sc-viewing-olderversion h4 img {
	margin: 0 12px 0 0;
}
.co_providers .sc-viewing-olderversion h4 {
	color: #BA4E01;
}
.searchbar.has-options li {
	margin: 0;
	background: transparent;
	width: 100% !important;
	padding: 0 16px !important;
}
.service_fields_inner .searchbar.has-options li{
    width: 100% !important;
}
.service_fields_inner .searchbar.has-options li:last-child{
    width: 100% !important;
}
.autocomplete-suggestions .focus-inner-search {
	background: none;
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	font-family: 'HK Grotesk SemiBold';
	cursor: pointer;
	transition: 0.3s;
    margin: 0;
}
.gfe-patient .single-contract-coversheet .notes{
    font-family: "Hk Grotesk regular";
}
.searchbar.has-options li:last-child {
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.searchbar.has-options li:first-child {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.searchbar.has-options {
    width: 100%;
    box-shadow: 0px 2px 6px 0px #00000033;
    border: 1px solid #02363d;
    padding: 0;
    border-radius: 18px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
}
#convening_provider #provider_name:focus ~ .searchbar.has-options{
    display: block !important;
}
.gfe-patient .searchbar.has-options li{
    width: 100% !important;
}
.searchbar.has-options li:hover {
	background: #F3F4F6;
}
.autocomplete-suggestions .focus-inner-search span {
	display: block;
	background: none;
	color: #8A95A5;
	font-size: 14px;
	line-height: 20px;
}
.searchbar.has-options ul {
	flex-direction: column;
	margin: 0 !important;
}
.gfe_add_services .save-exit {
	font-family: "Hk Grotesk Bold";
}
.services_inner_Details .sc-review_send-member {
	padding: 12px;
	background: #fff;
	border: 1px solid var(--cool-grey-30);
}
.services_inner_Details .hiddenRow .accordion-body.collapse.show,
.services_inner_Details .hiddenRow .accordion-body.collapse {
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_Details .sc-rs-listings li h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.services_inner_Details .sc-review_send-member .sc-rs-listings li:last-child{
    width: 25%;
}
.inner_serviceDetails {
	padding: 12px;
}
.gfe-patient .inner_serviceDetails p {
    margin: 0 !important;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed p::after {
    content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 16px;
}
.services_inner_Details .accordion-toggle.expandable.services_list p::after {
	content: url("../images/angle_down_arrow.bfe24477dbf2.svg");
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	transition: 0.3s;
	position: absolute;
	top: 47%;
	right: 16px;
}
.services_inner_Details .sc-rs-member-descp h4 {
	background: transparent;
	margin: 0;
	border-bottom: unset;
	font-size: 16px;
	line-height: 20px;
	font-family: "Hk Grotesk Bold";
	padding: 0;
}
.services_inner_Details .accordion-toggle.expandable.services_list {
	background: #F3F4F6;
    position: relative;
}
.services_inner_Details .accordion-toggle.expandable.services_list.collapsed{
    background: transparent;
}
.services_inner_Details .accordion-toggle.expandable.services_list p span {
	padding: 0 30px 0 0;
	font-family: "Hk grotesk Bold";
}

.convening_provider .r-included-services {
	margin: 0 0 20px 0;
}
.additional_notes textarea {
	border: 1px solid #8A95A5;
	border-radius: 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 16px;
	height: 72px;
}
.additional_notes {
	display: flex;
	flex-direction: column;
	padding: 16px;
    border-bottom: 1px solid var(--cool-grey-30);
}
.additional_notes label {
	font-family: "Hk Grotesk Bold";
	margin: 0 0 4px 0;
}
.additional_notes label .optional {
	margin: 0 0 0 4px;
}
.convening_provider .cs-provider-information {
	margin: 48px 0 0 0;
}
.extract-editing > ul {
	display: none !important;
}
.contract-successfully-sent.invite_sent {
	bottom: 30px;
	z-index: 1;
}
.sc-addservice-mainsec .service-addsection .additional_service .w-100 {
	width: 100% !important;
}
.additions .services_filled{
    padding: 12px 16px;
}

.convening_provider .cs-provider-information ul li {
	margin: 0 0 15px 0;
}
.add_co-providers p {
	font-size: 14px;
	line-height: 20px;
}
.gfe_add_services .sc-addservice-mainsec .single-contract-rates{
    padding: 32px 32px 100px 32px;
}
.add_info p{
    padding: 0 !important;
}
.cs-provider-information.add_info {
	margin: 48px 0 0 0;
}
.second_row {
	margin: 12px 0 0 0 !important;
}
.service_fields_inner .tags-container {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 22px;
	width: 100%;
	font-size: 14px;
	transition: 0.5s;
    border: 1px solid #8A95A5 !important;
    padding: 6px 5px;
    line-height: 24px;
    font-family: "HK Grotesk Bold";
}
.service_fields_inner .tags-container .tag {
	position: relative;
	margin: 0 4px 0 0;
	padding: 1px 18px 1px 8px;
	font-size: inherit;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #02363D;
	border-radius: 50px;
	transition: background-color 0.3s ease;
	cursor: default;
}
.service_fields_inner .tags-container .tag__name {
	margin-right: 3px;
	font-size: 12px;
}
.service_fields_inner .tags-container .tag:first-child {
	margin-left: 0;
}
.service_fields_inner .tag__remove {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
	transition: opacity 0.3s ease;
	opacity: 0.5;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	color: #fff;
	width: unset;
	opacity: 1;
}
.service_fields_inner .tags-container .tag .tag__remove {
	background: unset;
}
.service_fields_inner .tags-container .tag-input {
	border: 0 !important;
	padding: 0 !important;
	flex: 3;
}
.additional_services_filled{
    padding: 12px 16px;
}
.collaborator_details .recpt-approved::after {
	position: unset;
}
.collaborator_details .recipient-detail{
    width: 50%;
    padding: 0 0 0 48px;
}
.collaborator_details .extract-editing p {
	cursor: pointer;
}
.collaborator_details .payer-contributers-list li {
	border-top: 0 !important;
}
.collaborator_details .extract-editing p img {
	margin: -1px 0 0 6px;
}
.collaborator_details  .extract-editing p {
	font-family: "HK Grotesk Bold";
}
.collaborator_details.single-contract-contributers .send-invite input[type="submit"] {
	background: #02363d;

}
.collaborator_details .r-addedservice-table{
    border: 1px solid var(--cool-grey-30);
}
.collaborator_details.single-contract-contributers .send-invite {
	border-top: 1px solid var(--cool-grey-30);
	background: #F3F4F6;
	padding: 12px 16px;
}
.collaborator_details.single-contract-contributers .send-invite input{
    padding: 8px 16px;
}
.collaborator_details .deleting-element{
    margin: 0;
}
.collaborator_details.single-contract-contributers .send-invite [type="email"] {
	border: 1px solid #8A95A5;
}
.collaborator_details .recipients-list .recipient-detail p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.collaborator_details .recipients-list .recipient-detail h4 {
	font-size: 16px;
	line-height: 20px;
}
.collaborators .single-contract-rates {
	padding: 32px 32px 400px 32px;
}
.collaborators_filled .single-contract-rates{
    padding: 32px 32px 16px 32px;
}
.single-contract-recipients form .review_estimate  ul {
	flex-wrap: wrap;
}
.review_estimate .sc-rs-listings li {
	width: 23% !important;
	padding: 8px 3px;
}
.review .single-contract-review_send .sc-rs-listings li h5 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
}
.black_edit_btn {
	padding: 5px 12px;
	color: #fff;
	text-decoration: none;
	background: #02363D;
	border-radius: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
}
.co_provider-name {
	display: flex;
	align-items: center;
}
.co_provider-name h3 span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.co_provider-name img {
	margin: 0 12px 0 0;
}
.provider_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F3F4F6;
	padding: 8px;
}
.provider_total h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #02363D;
	font-family: "HK Grotesk Bold";
}
.provider_total p {
	font-family: "Hk Grotesk bold";
	margin: 0;
}
.review .claims-tablearea .table td {
	border-top: 1px solid var(--cool-grey-30);
	padding: 8px 8px 8px 0px;
}
.add_notes {
	padding: 8px;
}
.add_notes h6 {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.add_notes a {
	font-size: 14px;
	line-height: 20px;
}
.review .claims-tablearea .table td:last-child {
	font-family: "HK Grotesk Bold";
}
.add_notes p {
	font-size: 14px;
}
.service_details {
	display: unset !important;
}
.service_details li {
	width: unset !important;
	margin: 0 0 16px 0 !important;
}
.service_details li p span {
	display: block;
}
.service_details li p {
	font-family: "HK Grotesk Bold";
}
.total_estimated_cost {
	display: flex;
	justify-content: space-between;
	background: #F7FBFB;
	align-items: center;
	padding: 12px 24px;
	border-top: 1px solid #E3E6EB;
	position: sticky;
	bottom: 79px;
	z-index: 999;
}
.total_estimated_cost h5 {
	font-size: 20px;
	line-height: 24px;
	font-family: "Hk Grotesk Bold";
	margin: 0;
}
.total_estimated_cost p {
	margin: 0;
	font-family: "Hk Grotesk Bold";
}
.gfe_review .sc-viewing-olderversion {
	padding: 14px;
	background: #FAEAE4;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 16px 0 0 0;
}
.gfe_review .sc-viewing-olderversion img {
	margin: 0 12px 0 0;
}
.gfe_review .sc-viewing-olderversion h4{
    color: #BA4E01;
}
.finalize_estimate_inner {
	padding: 32px 24px;
}
.finalize_estimate_inner h3 {
	font-size: 18px;
	line-height: 28px;
	font-family: "HK Grotesk Bold";
	margin: 0;
}
.estimate_btn .reopen_btn {
	background: transparent !important;
	color: #36C5BA !important;
	font-family: "HK grotesk Bold";
	margin: 0 0 0 36px !important;
	padding: 0 !important;
}
.estimate_btn .reopen_btn:hover {
	transform: unset !important;
	text-decoration: underline;
}
.gfe_summary .rm-head-right {
	width: 33%;
}
.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 68%;
}
.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.gfe-patient .sc-sidebar-commentblock .user-comment p {
	font-size: 14px;
	line-height: 20px;
}
.gfe-patient .single-contract-review_send .sc-rs-listings {
    flex-wrap: wrap;
}
.collaborators_withoutPermission .payer-contributers-list .recipients-list{
    justify-content: space-between;
}
.collaborators_withoutPermission .collaborator_details {
	padding: 32px 32px 100px;
}
.no_coProviders_added .recipient-detail::before{
    display: none;
}
.no_coProviders_added .recipient-detail {
	padding: 0;
}
.collaborator_details .providers_inner_details{
    margin: 0 0 48px 0;
}
.single-contract-review_send .sc-rs-listings li.full_width {
	width: 100% !important;
}
.review .ratemngmnt-tablearea.claims-tablearea th {
    font-size: 14px;
    line-height: 20px;
    font-family: "HK Grotesk Bold";
    text-transform: capitalize;
    letter-spacing: 0;
}
.review .ratemngmnt-tablearea table tr th:first-child {
	width: 35%;
}
.review .ratemngmnt-tablearea table tr th:last-child {
	width: 10%;
}
.review .claims-tablearea .table td:last-child{
    text-align: right;
}
.mx-width p {
	max-width: 200px;
	margin: 0 0 0 auto !important;
	font-size: 14px;
	line-height: 20px;
}
.review .address_performed .font_bold {
	font-family: "Hk Grotesk Bold" !important;
}
.review .address_performed td {
	padding: 0 8px 8px 0 !important;
	border-top: 0 !important;
}
.version_history .rm-head-left,.gfe_summary .rm-head-left {
	padding: 48px 0 48px 32px;
	width: 67%;
}
.version_history .rm-head-right,.gfe_summary .rm-head-right {
	width: 33%;
}
.version_history .rm-head-left p,.gfe_summary .rm-head-left p {
	max-width: 333px;
}
.version_history  .rm-head-left h2,.gfe_summary .rm-head-left h2 {
	max-width: 500px;
}
.version_history .l-contract-details,.gfe_summary .l-contract-details{
    padding: 8px 0;
}
.version_history .total_estimated_cost,.gfe_summary .total_estimated_cost{
    bottom: 0;
}
.gfe_summary .l-contract-detail-left h3{
    line-height: 18px;
}
.services_inner_empty h5 span {
	font-size: 14px;
	line-height: 20px;
	font-family: "HK Grotesk regular";
    display: block;
}
.services_empty_state {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid var(--cool-grey-30);
}
.services_inner_empty {
	display: flex;
	align-items: center;
}
.services_inner_empty img {
	margin: 0 12px 0 0;
}
.services_inner_empty h5 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	color: #02363d;
}
.co_provider_content {
	padding: 16px;
}
.co_provider_content a {
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 0 0;
	display: inline-block;
	font-family: "Hk Grotesk bold";
}
.co_provider_content {
	padding: 16px;
}
.co-provider_review .total_estimated_cost {
	bottom: 0;
}
.bottom_end {
	bottom: 0 !important;
}
.gfe_addition_add .single-contract-form_btn {
    width: 100%;
}

.gfe_addition_add-mainSection form textarea{
    border-radius: 18px;
    padding: 9px 25px;
    width: 100%;
    font-size: 14px;
    transition: 0.5s;
    height: 72px;
    border: 1px solid #8A95A5;
}
/* ---------------------------------- */
/* Dashboard send feedback block
------------------------------------- */
.dashboard-sendFeedback-section {
    margin: 24px 0;
    border: 1px solid #E3E6EB;
    padding: 24px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.dashboard-feedbackSection-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 80%;
}
.dashboard-feedbackSection-right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.dashboard-feedbackSection-left img {
    margin: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Hk Grotesk Bold';
    color: #02363D;
    padding: 0 24px 0 0;
}
.dashboard-feedbackSection-left h4 span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Regular';
}
.dashboard-feedbackSection-right a {
    display: flex;
    align-items: center;
    font-family: 'Hk Grotesk Bold';
}
.dashboard-feedbackSection-right a img{
    margin: 0 0 0 4px;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.footer-main-section {
    padding: 80px 0;
    border-bottom: 1px solid #dbdbdb;
}
.footer-main-section .footer-logo-section .soc{
    width: 98px;
    margin-top: 20px;
}
.footer-social-media {
    margin: 26px 0 0 auto;
    display: flex;
}
.footer-social-media li {
    margin: 0 16px 0 0;
}
.footer-social-media li a {
    background: #36C5BA;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: space-between;
}
.footer-links-section h3 {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
}
.footer-links-section ul{
    margin: 0;
}
.footer-links-section ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
}
.footer-links-section ul li{
    margin: 0 0 18px 0;
}
.footer-links-section ul li:last-child{
    margin: 0;
}
.footer-copyright-section {
    padding: 35px 0;
}
.copyright-text p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
}
.copyright-menu {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.copyright-menu li a{
    color:#02363D;
}
.copyright-menu li {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    margin: 0 8px 0 8px;
}
.legal-text {
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
    list-style: disc;
}
.legal-text ul {
    list-style: disc;
}
.legal-text li {
    list-style: disc;
    margin-left: 30px;
}

.legal-text h1 {
    font-size: 18px;
    line-height: 22px;
    list-style: disc;
    margin-top: 18px;
}
.legal-text h2 {
    font-size: 16px;
    line-height: 18px;
    list-style: disc;
    margin-top: 16px;
}
.legal-text h3 {
    font-size: 14px;
    line-height: 16px;
    list-style: disc;
    margin-top: 14px;
}
.employees-only {
    width: 100%;
    z-index: 999;
    background: #FFF;
    border-top: 1px solid #E3E6EB;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
}
.employees-only .employees-only-form {
    display: inline;
}
.employees-only h2 {
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    padding-bottom: 10px;
}
.employees-only label {
    height: fit-content;
    font-size: 18px;
    padding-right: 20px;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline input{
    display: none;
    margin-top: 5px !important;
}
.stndrd-reports .select2-selection--multiple .select2-search.select2-search--inline input:focus,
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-search.select2-search--inline input{
    display: block;
}
.stndrd-reports .select2-search.select2-search--inline{
    width: 100% !important;
    position: unset !important;
}
.stndrd-reports .select2-results__option {
    padding: 0 0 12px 0 !important;
    display: block;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 425px;
}
.stndrd-reports .select2-results__option:last-child {
    padding: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #02363d !important;
}
.focus .organization-formfield-section li {
    margin: 0 0 24px 0;
}
.focus .rate-mngmnt-filters {
	width: 100%;
}
.focus .rate-mngmnt-filters > ul > li{
    background: transparent !important;
}
.focus .single-contract-coversheet form ul li{
    width: 100%;
}
.focus .rate-mngmnt-filters ul li .has-options li {
	margin: 0;
	background: transparent;
}
.focus .rate-mngmnt-filters ul li .has-options {
	width: 100%;
	box-shadow: 0px 2px 6px 0px #00000033;
	border: 1px solid #02363d;
	padding: 0;
	position: unset;
	border-radius: 18px;
    display: none;
}
.scrollbar {
	height: 300px;
	overflow-y: scroll;
}
.providerMarketComparison-dropdown,
.payerMarketComparison-dropdown {
    display: none;
    width: 100% !important;
}
.providerMarketComparison-dropdown.visible,
.payerMarketComparison-dropdown.visible {
    display: block;
}
.stndrd-reports .sc-sidebar-versionhistoryblock {
    overflow-y: scroll !important;
    overflow-x: unset;
}
.focus .rate-mngmnt-filters .select-dropdown:hover{
    box-shadow: none;
}
.focus .rate-mngmnt-filters .has-options li:hover{
    background: #F3F4F6;
}
.focus .select-dropdown p.open--hasmenu{
    background: #D4D8DF;
}
.hide-me{
    display: none !important;
}
.show-me{
    display: block !important;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search {
	background: none;
	padding: 6px 0;
	font-size: 16px;
	line-height: 20px;
}
.focus .rate-mngmnt-filters ul li input{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li input:focus{
    border: 2px solid #36C5BA;
}
.focus .rate-mngmnt-filters ul li .focus-inner-search span{
    display: block;
    background: none;
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.focus .rate-mngmnt-filters .select-dropdown .focus-inner-search::after {
    display: none;
}
.focus .has-options li {
	padding: 0 16px !important;
}
.focus .rate-mngmnt-filters .select-dropdown {
	margin: 0;
}
.focus .has-options li:last-child{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.market_comparison_searchbar {
	padding: 16px 16px 6px;
}
.stndrd-reports .select2-search.select2-search--inline {
    margin: 0 !important;
}
.stndrd-reports .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	color: #02363D !important;
    background: #D4D8DF;
}
.stndrd-reports .select2-results__option::before {
	content: " ";
	display: inline-block;
	position: relative;
	height: 16px;
	width: 16px;
	border: 2px solid #02363D;
	border-radius: 2px;
	background-color: #fff;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.stndrd-reports #select2-provider-results .select2-results__option::before,
.stndrd-reports #select2-payer-results .select2-results__option::before {
	border-radius: 10px;
}
.cd-popup-add-criteria, .cd-popup-service-criteria{
	z-index: 2;
}
.stndrd-reports .single-contract-savebar{
    z-index: 1;
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="true"] {
	background: #D4D8DF !important;
}
.stndrd-reports .select2-results__option[aria-selected="true"]::before {
	font-family: fontAwesome;
	content: "\f00c";
	color: #fff;
	border: 0;
	background: #02363D;
	font-size: 11px !important;
	text-align: center;
}
.stndrd-reports #select2-provider-results .select2-results__option[aria-selected="true"]::before,
.stndrd-reports #select2-payer-results .select2-results__option[aria-selected="true"]::before {
	border-radius: 10px;
    content: "\f111";
}
.stndrd-reports .select2-selection.select2-selection--single[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--single {
	border-radius: 35px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block !important;
    width: fit-content;
    background: #02363D;
    border-radius: 16px;
    color: #FFF;
    padding: 2px 12px;
}
.stndrd-reports .select2-container--default .select2-selection--single {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 35px !important;
    height: auto;
    padding: 10px 12px;
}
.stndrd-reports .select2.select2-container{
    position: relative;
}
.stndrd-reports .select2-selection__arrow b {
    display: none;
}
.stndrd-reports .select2-selection__arrow::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection__arrow::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 70%;
}
.stndrd-reports .select2-container--default .select2-search .select2-search__field {
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
    margin: 0 !important;
    background: #FFFFFF;
    border: 2px solid #36C5BA;
    border-radius: 22px;
    padding: 8px 15px;
    width: 100% !important;
}
.stndrd-reports .select2-container--default .select2-search--dropdown {
    margin: 10px;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--single .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
}
.stndrd-reports .select2-container--default .select2-results > .focus .select2-results__options {
    max-height: 356px;
}
.stndrd-reports .select2-container--open .select2-dropdown {
    border: 1px solid #02363D !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 18px !important;
}
.stndrd-reports .select2-results {
    padding: 16px 0 16px 16px !important;
    height: 100%;
}
.stndrd-reports .select2-search.select2-search--inline input::-webkit-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input:-ms-input-placeholder {
    color: #8A95A5;
}
.stndrd-reports .select2-search.select2-search--inline input::placeholder {
    color: #8A95A5;
}

.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="true"] {
    background: #D4D8DF !important;
}
.stndrd-reports .select2-selection.select2-selection--multiple[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.stndrd-reports .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 30px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    min-height: unset;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 8px 10px !important;
    display: block !important;
    margin: 0 !important;
    min-height: 45px;
    max-height: 300px;
    overflow-y: auto;
}
.stndrd-reports .select2-container--default .select2-selection--multiple {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 30px !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}
.stndrd-reports #select2-payer-results .select2-results__option {
    max-width: 100%;
}
.stndrd-reports #select2-provider-results .select2-results__option {
    max-width: 100%;
    display: table;
}
.stndrd-reports .select2-result-provider__name {
    font-family: "Hk Grotesk Bold";
    min-width: fit-content;
    width: 70%;
    display: table-cell;
}
.stndrd-reports .select2-result-provider__name span {
    display: block;
    font-family: "Hk Grotesk Regular";
}
.stndrd-reports .select2-result-provider__compliance_score {
    width: 30%;
    display: table-cell;
    font-family: "Hk Grotesk Bold";
}
.stndrd-reports .select2-container--focus .select2-selection--multiple .select2-selection__rendered::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 34% !important;
    transform: translateY(-50%);
    right: 22px !important;
    transition: 0.3s;
}
.stndrd-reports .select2-container--open .select2-selection--multiple .select2-selection__rendered::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 34% !important;
}
.stndrd-reports .select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 44% !important;
    transform: translateY(-50%);
    right: 22px !important;
    transition: 0.3s;
}

.selected_reportType {
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}
.comparison-card a.visible .selected_reportType{
	display: block;
}
.visualization_content.visible .selected_reportType{
	display: block;
}
.visualization_content.visible{
    border: 1px solid #8A95A5;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}


.status-draft.sc-sidebar-db-dv .new-draft::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #D73D3D;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.status-draft.sc-sidebar-db-dv .new-draft {
    padding: 0 0 0 18px;
}
.status-draft.sc-sidebar-db-dv .new-version {
    background: unset;
    color: #02363d;
    font-family: 'HK Grotesk Bold';
}
.status-draft.sc-sidebar-db-dv {
    display: block;
}
.status-draft.sc-sidebar-db-dv p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'HK Grotesk Regular';
	border-radius: unset;
	position: relative;
}
.empty-list {
	margin: 0;
	padding: 0 !important;
}
.empty-list li h4 span {
	display: block;
	color: #8A95A5;
}
.empty-list > li {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E3E6EB;
	padding: 16px 0;
}
.common-smallhead {
	margin: 0;
	font-family: "Hk Grotesk Bold";
	font-size: 18px;
	line-height: 24px;
	color: #02363d;
}
.rates_type ul{
	margin: 4px 0 0 0;
	padding: 0 !important;
    display: flex;
	justify-content: space-between;
	align-content: center;
}
.empty-list a {
	font-family: "HK grotesk Bold";
}
.rates_type ul li label {
	margin: 0 0 0 6px;
}
.rates_type ul li input {
	width: 16px;
	height: 16px;
}
.rates_type ul li {
	display: flex;
	align-items: center;
}
.rates_type {
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-bottom: 1px solid #e3e6eb;
}

.stndrd-report-table .focused-organization td,
.stndrd-report-table .focused-organization p {
    color: #36C5BA !important;
}
.stndrd-report-table p {
	color: #02363d;
	font-family: "HK Grotesk bold";
	font-size: 14px;
	line-height: 20px;
    margin: 0 !important;
}
.stndrd-report-table p span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-report-table td {
	color: #02363d !important;
    width: 50%;
}
.cohorts .l-version-history{
    max-height: unset;
}
.stndrd-reports .l-version-history > h2{
    margin: 0;
}
.stndrd-reports .l-version-history > p{
    margin: 0;
}
.stndrd-reports .r-addedservice-table table thead tr th {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 16px;
	background: #f7fbfb;
}
.stndrd-reports .r-addedservice-table{
    margin: 16px 0 0 0;
}
.stndrd-reports .r-addedservice-table table thead tr th:last-child{
    text-align: left;
}
.stndrd-reports .r-addedservice-table table tr th{
    border-top: unset;
}
.stndrd-reports .cohorts .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
	color: #8A95A5;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.stndrd-reports .span-information {
    font-family: 'HK Grotesk Regular';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #02363d;
    width: 100%;
    display: block;
    padding: 10px;
}

.more_description{
    font-family: "HK Grotesk Bold";
}
.stndrd-reports .sc-sidebar-db-contracttype h3,.stndrd-reports .sc-sidebar-db-contractfor h3,.stndrd-reports .sc-sidebar-db-organizations h3,.stndrd-reports .sc-sidebar-db-status h3 {
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
}
.edit-cohorts .cs-provider-information {
	padding: 32px 32px 16px;
}
.edit-cohorts .rate-mngmnt-search {
	width: 60%;
	display: unset;
}
.edit-cohorts .rate-mngmnt-search .submit-btn{
    position: absolute;
    right: 0;
    top: 0px;
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
    width: fit-content;
    height: 38px;
    background: #36C5BA;
    color: #fff;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    padding: 8px 20px 8px 20px;
}
.edit-cohorts .rate-mngmnt-search.edit-payer {
    width: 100%;
}
.edit-cohorts .rate-mngmnt-filters.edit-payer {
	width: fit-content;
	display: flex;
	justify-content: flex-end;
}
.edit-cohorts .rate-mngmnt-filters {
	width: 40%;
	display: flex;
	justify-content: flex-end;
}
.edit-cohorts .rate-mngmnt-filters ul {
	width: 100%;
}
.edit-cohorts .ratemngmnt-tablearea {
	border: 1px solid #e3e6eb;
	border-top: 0;
}

.edit-cohorts .ratemngmnt-filterarea {
	display: flex;
	border: 1px solid #e3e6eb;
	padding: 12px;
	justify-content: space-between;
}
.edit-cohorts .ratemngmnt-tablearea-inner {
	padding: 0 32px 32px;
}
.edit-cohorts .rate-mngmnt-search .form-group input{
    width: 100%;
    max-width: unset;
}
.edit-cohorts .ratemngmnt-tablearea .table th:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table tbody td:first-child {
	padding-left: 12px;
}
.edit-cohorts .ratemngmnt-tablearea .table td input {
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
}
.edit-cohorts .ratemngmnt-tablearea .table td {
	font-size: 16px;
	line-height: 24px;
    padding: 8px;
}
.edit-cohorts .ratemngmnt-tablearea .table thead th {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: capitalize;
    padding: 8px;
    background: #f7fbfb;
    min-width: 70px;
}
.edit-cohorts .rate-mngmnt-filters > ul > li {
	width: 49.5%;
	margin: 0 0 0 12px;
}
.select_org {
	display: flex;
	align-items: center;
}
.Clear_all a {
	color: #fff;
	text-decoration: none;
	font-family: "HK Grotesk Bold";
}
.Clear_all {
    background: #D73D3D;
    padding: 8px 16px;
    border-radius: 50px;
}
.select_org span {
	background: #fff;
	padding: 6px 13px;
	border-radius: 50px;
	margin: 0 12px 0 0;
	font-family: "HK Grotesk Bold";
}
.select_org p {
	font-family: "HK Grotesk Bold";
}
.edit-cohorts .invite-sentsuccessfully-popup {
	max-width: 540px;
	border-radius: 50px;
	background: #02363d;
	padding: 12px;
	left: 60%;
}
.selected_cohorts {
	display: flex;
	justify-content: space-between;
}
.selected_cohorts .common-smallhead span {
    display: block;
    color: #8A95A5;
}
.filled_list .badge_selected {
	padding: 0;
	margin: o;
}
.filled_list {
	margin: 0;
	padding: 0 !important;
}
.grey-badge {
	display: inline-block;
	padding: 4px 8px;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	margin: 2px 1px;
	font-size: 13px;
	line-height: 16px;
	font-family: "HK Grotesk medium";
}
.filled_list > li {
	padding: 16px 0;
	border-bottom: 1px solid #e3e6eb;
}
.cohorts .l-latest-version p{
    padding: 0 0 16px 0;
}

.utilization [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.utilization [type="file"] + label {
    background: #02363D;
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hk Grotesk Bold";
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  position: relative;
  transition: all 0.3s;
  margin: 0;
}
.uploaded-file p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 12px;
    color: #02363d;
}
.file_choose {
	display: flex;
	align-items: center;
}
.no_file_selected {
	color: #8A95A5 !important;
	margin: 0 0 0 12px !important;
}
.upload_file {
	display: flex;
	align-items: center;
	padding: 12px;
	background: #F3F4F6;
	margin: 16px 0;
}
.uploaded-file{
    justify-content: space-between;
}
.uploaded-file a{
    color: #D73D3D;
    font-family: "Hk Grotesk Bold";
}
.note p {
	color: #8A95A5 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}


.utilization form .content label {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
}
.utilization .select_services .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
.utilization .select_services .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.utilization .select_services .slider.round {
    border-radius: 12px;
}
.utilization .select_services .content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8A95A5;
    transition: .3s;
}
.utilization .select_services .slider.round:before {
    border-radius: 50%;
}
.utilization .select_services .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    background-color: #FFFFFF;
    transition: 0.3s;
    bottom: 2px;
}
.utilization .select_services input:checked + .slider::before {
	transform: translateX(24px);
}
.utilization .select_services input:checked + .slider{
	background: #36C5BA;
}
.utilization-codes-categories.disable {
    opacity: 0.5;
}
.utilization .select_services input:checked + .slider.disable::before {
    transform: translateX(0);
}
.utilization-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #E3E6EB;
	border-bottom: 1px solid #e3e6eb;
}
.utilization-data h4 span {
	display: block;
    color: #8A95A5;
}
.utilization .select_services {
    display: none;
}
.utilization .select_services.visible {
    display: block;
}
.select_services ul h4 span{
    color: #8A95A5;
}
.select_services ul li:first-child{
    border-top: 0;
}
.stndrd-reports-modal .remove-all {
    font-family: "Hk Grotesk Bold";
    font-size: 14px;
    color: #D73D3D;
    float: right;
    letter-spacing: normal;
    text-transform: none;
}
.stndrd-reports-modal .select-all {
    font-family: "Hk Grotesk Bold";
    font-size: 14px;
    color: #36C5BA;
    float: right;
    letter-spacing: normal;
    text-transform: none;
    margin-right: 10px;
}
.stndrd-reports .single-contract-rates h2,.stndrd-reports .single-contract-coversheet h2{
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.select_services .r-included-services {
	margin: 0 0 16px 0;
}
.select_services > ul {
	flex-direction: column !important;
    align-items: flex-start !important;
}
.select_services > ul > li {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #e3e6eb;
	border-left: 0;
}
.select_services ul li a{
    font-family: "Hk Grotesk Bold";
}
.select_services > ul > li:last-child {
    border-bottom: 1px solid #e3e6eb;
}
.select_services ul li h4 span{
    display: block;
}
.select_services .badges-inner li {
	margin: 4px 4px 0px 0;
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	width: unset !important;
	font-family: "HK Grotesk medium";
}
.utilization .utilization-codes-categories {
    padding: 0;
}
.select_services .badges {
    padding: 0;
}
.select_services .badges li {
    display: inline-block;
}
.select_services .filled-criteria-left {
	width: 90%;
}
.utilization .single-contract-rates form ul li:last-child {
	width: unset;
}
.utilization .single-contract-rates form ul{
    display: unset;
}
.visualizations_inner > li {
	width: unset !important;
	display: flex;
	border: 1px solid #E3E6EB;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
}
.visualizations_left {
	width: 20%;
}
.visualizations_right {
	width: 75%;
}
.visualizations_left img {
	width: 100%;
    max-width: 150px;
}
.visualizations_right h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: "HK grotesk Bold";
	margin: 0;
}
.single-contract-rates p {
	font-size: 16px;
	line-height: 22px;
	color: #02363D;
}
.visualizations_right h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
	margin: 16px 0 0 0;
}
.visualizations_right .report-badges-inner li{
    display: inline-block;
    margin: 4px 4px 0px 0;
    background: rgba(227, 230, 235, 0.6);
    border-radius: 14px;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 8px;
    width: unset !important;
    font-family: "HK Grotesk medium";
}
.visualizations_right .report-badges-inner{
	display: unset !important;
}
.visualizations_inner{
    display: unset !important;
}
.visualization_content:hover {
	border: 1px solid #8A95A5;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.12);
}
.reports_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common_title-head {
	font-size: 20px !important;
	line-height: 24px !important;
	font-family: "HK Grotesk Bold";
	color: #02363D;
}
.report_status_inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.report_status_left {
	width: 48%;
}
.report_status_right {
	width: 48%;
}
.report_status ul {
	display: unset !important;
}
.head_small {
	font-size: 16px;
	line-height: 20px;
	font-family: "HK grotesk Bold";
	margin: 0;
	color: #02363d;
}
.mt-16{
    margin-top: 16px;
}
.font_bold {
	font-family: "Hk Grotesk Bold";
}
.common_padding {
	padding: 32px 0;
	border-top: 1px solid #E3E6EB;
}
.review-run .r-manage-recipients {
	margin: 0 0 32px 0;
}
.review-run .l-version-history{
    overflow: unset;
    max-height: unset;
}
.review-run .r-addedservice-table table tbody tr td:last-child {
	text-align: left;
}
.review-run .r-addedservice-table table tbody tr td {
	padding: 12px 16px;
    font-size: 14px;
}
.review-run .single-contract-recipients form ul li:last-child{
    width: unset;
}
.review-run .single-contract-recipients form .visualization_inner_content li:first-child{
    width: 100%;
}
.visualization_inner_content li p {
	display: flex;
	justify-content: space-between;
}
.visualization_inner_content li p span {
	background: rgba(227, 230, 235, 0.6);
	border-radius: 14px;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 8px;
	font-family: "Hk grotesk medium";
}
.grey_color {
	color: #8A95A5 !important;
}
.error-box {
	margin: 16px 0 0;
	padding: 12px;
	background: #FAEAE4;
	border: 1px solid #E29679;
}
.error-box p {
	color: #BA4E01;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 0 0;
    font-family: 'HK Grotesk Medium';
    display: flex;
    align-items: center;
}
.error-box p img {
	margin: 0 12px 0 0;
}
.report-submission h2 {
	border-bottom: 1px solid #e3e6eb;
	padding: 24px;
	margin: 0;
}
.report-submission .msf-welcome-info{
    padding: 0;
}
.report-submission .msf-welcome-info p{
    padding: 24px 24px 0;
    margin: 0 0 24px 0;
}
.grey_button-lg {
	background: #F7FBFB;
	padding: 24px;
	border-top: 1px solid #e3e6eb;
}
.standard-report-list.rate-management-RetroContract .ratemngmnt-tablearea .table .contract p {
	text-transform: capitalize;
}
.report_action .report-editing {
    position: relative;
}
.report_action .editing-options {
	flex-direction: column;
    display: none !important;
}
.report-editing:hover ul.editing-options {
	display: block !important;
}
.rate-analytics-report-edit-focus-validation-icon {
    color: var(--cool-grey-30);
}
.rate-analytics-report-edit-focus-validation-icon:hover {
    color: var(--turquoise);
}
.report_action li img {
	width: 24px;
}
.report_action .report-editing img{
    margin: 0 !important;
    padding: 4px 0;
    display: unset !important;
}
.report_action .report-editing ul.editing-options {
	width: 148px;
	top: 24px;
	margin: 0;
}
.report_action ul.editing-options li a:hover{
    text-decoration: none;
}
.report_action ul.editing-options li a:hover:first-child{
    color: #8A95A5;
}
.report_action ul.editing-options li.delete-link a {
    color: #D73D3D !important;
}
.bg-none {
	background: none !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin: 0 !important;
}
.extract-badges-inner li.bg-color:last-child {
	margin: 0 !important;
}
.stndrd-reports .next-previous-btn .previous img{
    transform: unset;
}
.payer-classes-cohorts .database_checkbox input {
    width: auto;
}
.payer-classes-cohorts .database_checkbox {
	align-items: unset;
}
.payer-classes-cohorts .remove-all {
    font-size: 16px !important;
}
.payer-classes-cohorts .button-box {
    padding: 14px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.payer-classes-cohorts .database_row .facilities-row {
    border: 0 !important;
}
.payer-classes-cohorts .create-contract-popup-title {
    border-bottom: 1px solid #e3e6eb;
}

.focus .single-contract-coversheet {
	padding: 32px 32px 230px 32px;
}
.focus .rate-mngmnt-filters ul {
	flex-direction: column;
	margin: 0 !important;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options{
    padding: 0;
    max-height: 245px;
    overflow-y: scroll;
}
.edit-cohorts .rate-mngmnt-filters ul li:first-child ul{
    min-width: 260px;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li {
    padding: 0 16px;
    border-bottom: 1px solid #e3e6eb;
    display: flex;
    align-items: center;
    margin: 0;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li.active{
    background: #F7FBFB;
}
.edit-cohorts .rate-mngmnt-filters ul li ul.has-options li label {
    margin: 0 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    width: 100%;
}
.edit-cohorts .rate-mngmnt-filters ul li span{
    margin: 0 0 0 3px;
}
.edit-cohorts .sc-addservice-btns button.save-exit{
    font-family: "HK Grotesk Bold";
}
.edit-cohorts .ratemngmnt-tablearea table select {
	background: none;
	font-family: "HK grotesk Bold";
    appearance: none;
}
.edit-cohorts .ratemngmnt-tablearea table .select-dropdown-filter::after{
	content: url("../images/filled-dropdown.568d1cac19e3.svg");
}
.edit-cohorts .ratemngmnt-mainarea .cs-provider-information {
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
.edit-cohorts .hold-shift p {
	color: #8A95A5;
	font-size: 14px;
}
.edit-cohorts .hold-shift p span {
	margin: 0 4px;
	padding: 6px;
	border: 1px solid #DCDFE4;
	border-radius: 2px;
}
.edit-payer-cohorts .rate-mngmnt-search {
	width: 80%;
}
.edit-payer-cohorts .rate-mngmnt-filters {
	width: 19%;
}
.edit-payer-cohorts .rate-mngmnt-filters > ul > li {
	width: 100%;
}
.scrollit {
    overflow:scroll;
    height:800px;
    width: 100%;
}
.standard-report-list .rate-mngmnt-filters ul li span{
    margin: 0 0 0 4px;
}
a.modalForm-lg,
a.modalForm {
    cursor: pointer;
}
.reports-empty-state {
    padding: 64px 20px;
    display: flex;
    align-items: center;
    max-width: 972px;
    margin: 0 auto;
    justify-content: space-between;
}
.reports-empty-state h2 {
    font-family: "Hk Grotesk Bold";
    color: #02363d;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 4px 0;
}
.report-inner-state {
    width: 65%;
}
.report-inner-state p {
    margin: 0;
    color: #02363D;
    font-family: "Hk Grotesk medium";
    line-height: 24px;
}
.report-inner-state ul {
    margin: 0 0 28px 0;
}
.report-inner-state ul li {
    margin: 28px 0 0 0;
    display: flex;
    align-items: center;
}
.report-inner-state ul li img {
    margin: 0 12px 0 0;
}
.reports-empty-state .enterprise-headersec-right a img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.reports-empty-state .enterprise-headersec-right a {
    background: #36C5BA;
    color: #fff;
    padding: 10px 15px;
}
.reports-empty-state a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.reports-empty-state .enterprise-headersec-right a:hover img {
    transform: rotate(360deg);
}
span.order-field {
    position: relative;
    margin-left: 10px;
}
span.order-field img.angle-up {
    position: absolute;
    width: 9px;
    transform: rotate(-180deg);
    top: 1px;
}
span.order-field img.angle-down {
    position: absolute;
    width: 9px;
    bottom: 1px;
}
span.order-field img.active {
    width: auto;
}
/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.footer-main-section {
    padding: 80px 0;
    border-bottom: 1px solid #dbdbdb;
}
.simpleExtract-content {
    padding: 28px 32px 108px;
}
.extract-inner {
    display: flex;
    flex-direction: column;
    border: 1px solid #E3E6EB;
    transition: 0.3s;
    box-sizing: border-box;
    margin: 0 0 24px 0;
}
.extract-inner:last-child{
    margin: 0;
}
.extract-inner:hover{
    border: 1px solid #36C5BA;
    box-sizing: border-box;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.extract-upperContent {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 20px;
}
.extract-bottomContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7FBFB;
    border-top: 1px solid #E3E6EB;
    padding: 12px 20px;
}
.extract-editing ul.editing-options {
    width: 120px;
    top: 0px;
    margin: 0;
}
.extract-editing:hover ul.editing-options {
    display: block !important;
  }
.extract-editing {
    position: relative;
    display: inline-flex;
}
.extract-editing ul li a{
    font-family: "Hk Grotesk medium" !important;
    line-height: 24px !important;
}
.extract-editing ul.editing-options li.delete-link a {
    color: #D73D3D !important;
}
.extract-editing ul.editing-options li:last-child{
    border: 0 !important;
}
.extract-date {
    display: block;
    width: 30%;
    text-align: end;
}
.extract-details-margin-top {
    margin-top: 15px;
}
.extract-details {
    display: flex;
    justify-content: flex-end;
}
.extract-title {
    width: 70%;
}
.extract-badges {
    margin: 0;
}
.extract-badges li {
    display: inline-block;
    margin: 4px 4px 0 0;
}
.extract-badges li:last-child {
    margin: 4px 0 0 0;
}
.extract-title h3 {
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
    margin: 0 0 6px 0;
}
.extract-badges li span {
    font-family: "Hk Grotesk medium";
    color: #02363d;
    text-decoration: none;
    display: inline-block;
    background: #D5EEED;
    padding: 4px 9px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 20px;
}
.extract-date-right-margin {
    margin: 0 12px 0 0;
}
.extract-date p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Hk Grotesk medium";
    color: #02363D;
    display: inline-flex;
}
.product-empty-state, .product-upsell {
    padding: 64px 20px;
    display: flex;
    align-items: center;
    max-width: 972px;
    margin: 0 auto;
    justify-content: space-between;
}
.product-empty-state {
    flex-direction: column;
}
.product-empty-state h2, .product-upsell h2 {
    font-family: "Hk Grotesk Bold";
    color: #02363d;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 4px 0;
}
.product-empty-state-image, .product-upsell-image {
    padding-bottom: 20px;
}
.product-empty-state-image img, .product-upsell-image img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.product-inner-empty-state, product-inner-upsell {
    width: 65%;
}
.product-inner-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.product-inner-empty-state p, .product-inner-upsell p {
    margin: 0;
    max-width: 360px;
    color: #02363D;
    font-family: "Hk Grotesk medium";
    line-height: 24px;
    padding-bottom: 20px;
    opacity: 0.7;
}
.product-inner-upsell ul {
    margin: 0 0 32px 0;
}
.product-inner-upsell ul li {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
}
.product-inner-upsell ul li:first-child {
    margin-top: 12px;
}
.product-inner-upsell ul li img {
    margin: 0 12px 0 0;
}
.product-inner-empty-state div a, .product-inner-upsell div a, .product-inner-upsell div button {
    align-items: center;
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    line-height: 18px;
    transition: 0.3s;
    max-width: 180px;
}
.product-empty-state-primary-btn a, .product-upsell-primary-btn a, .product-inner-upsell div button.product-upsell-primary-btn{
    background: var(--turquoise);
    color: #fff;
}
.product-upsell-primary-btn {
    margin: 0 15px;
}
.product-empty-state-primary-btn a:hover, .product-upsell-primary-btn a:hover, button.product-upsell-primary-btn:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
    color: #fff;
}
.product-empty-state-primary-btn a img, .product-upsell-primary-btn a img {
    width: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 0.3s;
}
.product-empty-state-primary-btn a:hover img, .product-upsell-primary-btn a:hover img {
    transform: rotate(360deg);
}
.product-empty-state-secondary-btn a, .product-empty-state-secondary-btn a:hover{
    color: var(--turquoise);
}
.rates-record li {
    margin-right: 15px;
}
.rates-record li h4 {
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    font-family: "Hk grotesk bold";
    margin: 0;
}
.rates-record li p {
    font-size: 14px;
    color: #02363D;
    margin: 0;
    line-height: 20px;
    font-family: "Hk Grotesk medium";
}
.past-version a {
    font-family: "Hk Grotesk Bold";
    font-size: 16px;
    line-height: 24px;
    color: #36C5BA;
    display: inline-block;
    cursor: pointer;
}
.extract-badges .one-time-extract-badge span{
    background: #FFDDD2;
}
.extract-badges .paused-extract-badge span{
    background: #8A95A5;
    color: #fff;
}
.extract-badges .archived-extract-badge span{
    background: #02363D;
    color: #fff;
}
.rates-record {
    width: max-content;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.past-version {
    display: flex;
    justify-content: flex-end;
    width: max-content;
    align-items: center;
}
.past-version .download-btn {
    padding: 8px 16px;
    border: 2px solid #36C5BA;
    box-sizing: border-box;
    border-radius: 35px;
    margin: 0 0 0 15px;
    text-decoration: none;
    transition: 0.3s;
}
.past-version .download-btn:hover{
    background: #36C5BA;
    color: #fff;
}
.rates-record  .no-reports{
    width: 100%;
}
.extract-editing img {
    margin: -5px 0 0 0;
}
.last-run-date-filter {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
    margin: 0 0px 12px 0;
    cursor: pointer;
    position: relative;
    padding: 0 19px 0 0;
    transition: 0.3s;
}
.simple-extracts .modal .modal-dialog {
    max-width: 720px;
}
.simple-extracts .modal .modal-content {
    width: auto;
    max-width: 720px;
}
.modal .empty-past-versions {
    padding: 20px;
}
.extract-inner-modal .extract-editing {
    position: relative;
    text-align: right;
    margin-right: 48px;
    padding: 20px 10px 7px 48px;
}
.simpleExtract-detailedModal .extract-title {
    width: 100%;
}
.simpleExtract-detailedModal .extract-upperContent{
    padding: 0 24px 24px;
}
.simpleExtract-detailedModal .extract-title h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 8px 0;
}
.extract-detailedInfo {
    border-top: 1px solid #E3E6EB;
    padding: 24px;
}
.extract-detailedInfo > p {
    font-family: "Hk Grotesk medium";
    color: #02363d;
    margin: 0 0 24px 0;
}
.extract-criteria-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px 0;
}
.extract-criteria-inner {
    border: 1px solid #E3E6EB;
}
.extract-criteria-inner > li {
    padding: 12px 12px 14px;
    border-bottom: 1px solid #E3E6EB;
}
.extract-criteria-inner > li:last-child{
    border: 0;
}
.extract-criteria-inner li h5 {
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: "Hk grotesk Bold";
    margin: 0;
}
.extract-criteria-title h4 {
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
    margin: 0;
}
.extract-criteria-title a {
    font-family: "Hk Grotesk Bold";
    color: #36C5BA;
}
.cd-popup-extract-stateModal{
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
.simpleExtract-detailedModal .past-version a img {
    padding: 10px;
}
.simpleExtract-detailedModal .past-version a {
    border-radius: 22px;
    border: 2px solid #E3E6EB;
}
.simpleExtract-detailedModal .rates-record {
    width: 80%;
    margin: 0;
}
.download-past-versions > ul > li {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #E3E6EB;
}
.download-past-versions > ul > li:last-child{
    border-bottom: 0;
}
.simpleExtract-detailedModal .past-version {
    width: 20%;
    text-align: right;
    display: unset;
}
.download-past-versions > ul {
    margin: 0;
    border: 1px solid #E3E6EB;
}
.download-past-versions h4 {
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk BOld';
    margin: 0 0 8px 0;
}
.empty-past-versions h4 {
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
    margin: 0 0 8px 0;
}
.no-reports-run {
    border: 1px solid #E3E6EB;
    padding: 12px;
}
.no-reports-run h5 {
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
    font-family: "Hk Grotesk Bold";
    margin: 0;
}
.simpleExtract-detailedModal .extract-editing ul.editing-options {
    top: 38px;
}
.cd-popup-extract-stateModal .extract-editing ul.editing-options {
    top: 38px;
    text-align: left;
    right: 39px;
}
.no-reports-run p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #8A95A5;
    font-family: "Hk Grotesk medium";
}
.cd-popup-extract-stateModal .cd-popup-close {
    width: 25px;
    height: 25px;
}
.simpleExtract-detailedModal .cd-popup-close::before, .simpleExtract-detailedModal .cd-popup-close::after {
    width: 25px;
    background-color: #02363d;
}
.create-new-extract  .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
.create-new-extract .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.create-new-extract .content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8A95A5;
    transition: .3s;
}
.create-new-extract .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    background-color: #FFFFFF;
    transition: 0.3s;
    bottom: 2px;
}
.create-new-extract .reports-range input:focus + .slider {
    outline: none;
}
.create-new-extract .reports-range input:checked + .slider:before {
    transform: translateX(24px);
}
.create-new-extract .reports-range input:checked + .slider {
    background: #36C5BA;
}
.create-new-extract .reports-range .slider.round {
    border-radius: 12px;
}
.create-new-extract .reports-range .slider.round:before {
    border-radius: 50%;
}
.create-new-extract .rates-database input:checked ~ label::before {
    text-align: center;
    color: #fff;
}
.create-new-extract .disable{
    font-family: "Hk grotesk Bold";
}
.create-new-extract .single-contract-coversheet h2{
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.create-new-extract .single-contract-coversheet {
    padding: 0 32px 100px;
 }
.common-space {
    padding: 32px 0;
    border-bottom: 1px solid #E3E6EB;
}
.create-new-extract .single-contract-coversheet form ul label{
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.create-new-extract .single-contract-form_btn {
    width: 100%;
    max-width: 600px;
}
.word-limit {
    color: #8A95A5;
    font-size: 12px;
    line-height: 16px;
    font-family: "Hk Grotesk medium";
}
.rates-database {
    display: unset !important;
}
.rates-database > li {
    width: 100% !important;
}
.create-new-extract .rates-database .choice-section-row li {
    width: 48%;
}
.create-new-extract .report-frequency ul label{
    margin: 0;
}
.create-new-extract .single-contract-coversheet p{
    margin: 0 0 24px 0;
}
.rates-database .choice-section-row li {
    padding: 0;
}
.rates-database .choice-section label::before {
    border-radius: 50px;
}
.mb-0{
    margin: 0 !important;
}
.select-dates .card-header a.card-link {
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
    display: block;
    padding: 10px 12px 10px 16px;
    position: relative;
    transition: 0.3s;
}
.select-dates .card-header a::after {
    transform: rotate(180deg);
    top: 28%;
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    transition: 0.3s;
    right: 14px;
    transform-origin: center;
}
.select-dates .card-header a.collapsed::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    right: 16px;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.3s;
    right: 14px;
}
.create-new-extract .special-note {
    color: #8A95A5 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: "Hk grotesk medium";
    margin: 24px 0 0 0 !important;
}
.create-new-extract .special-note span {
    font-family: "Hk Grotesk Bold";
}
.card-header ul {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.select-dates > .card > .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background: #E3E6EB;
}
.create-new-extract .refine-criteria .select-Dropdown {
    background: #E3E6EB;
    border-radius: 35px;
    cursor: pointer;
    position: relative;
}
.create-new-extract .refine-criteria .select-Dropdown .open--hasmenu ~ .has-options {
    display: block !important;
    cursor: auto;
}
.create-new-extract .refine-criteria .select-Dropdown  ul.has-options {
    position: absolute;
    left: 0;
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    width: 100%;
    padding: 13px;
    display: none;
    z-index: 1;
}
.refine-criteria .select-Dropdown p {
    margin: 0;
    line-height: 20px;
    font-family: "Hk Grotesk Bold";
    transition: 0.3s;
    position: relative;
    padding: 10px 36px;
}
.refine-criteria .select-Dropdown p::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 14px;
    transition: 0.3s;
}
.refine-criteria .select-Dropdown p.open--hasmenu::after {
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 44%;
}
.refine-criteria .select-Dropdown p::before {
    content: url("../images/add-circle.5b9c08a89403.svg");
    position: absolute;
    left: 8px;
}
.select-dates #collapseThree input {
    margin: 0 8px 0 0;
}
.select-dates .card-link {
    position: relative;
}
.select-dates #accordion2 .card-link::before {
    content: url("../images/minus-icon.5a7a6a374e02.jpg");
    position: absolute;
    left: -28px;
    top: 33%;
    transform: translateY(-50%);
}
.select-dates #accordion2 .card-link.collapsed::before {
    content: url("../images/plus-icon.ac8fbc2a0e77.jpg");
    top: 50%;
}
.select-dates #accordion2 .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}

.select-dates #accordion3 .card {
    padding: 0 0 8px 0;
}
.select-dates #accordion3 .card:last-child {
    padding: 0;
}
.select-dates  #accordion2  input[type=checkbox]{
    padding: 0;
    width: unset;
    border: 0;
    margin: 0 10px 0 0;
    display: none;
}
.select-dates  #accordion2 label{
    position: relative;
    padding: 0px 0 0 23px;
    font-family: "Hk Grotesk Regular";
}
.select-dates #accordion2 input:checked ~ label::before {
    content: "\f068";
    font: normal normal normal 12px/1 FontAwesome;
    border: 2px solid #02363d;
    color: #ffffff;
    background: #02363d;
    text-align: center;
}
.select-dates #accordion2 .dates-option li input:checked ~ label::before {
    content: "\f00c";
    font: normal normal normal 11px/1 FontAwesome;
    color: #fff;
    border: 2px solid #02363d;
    text-align: center;
}
.select-dates  #accordion2 label::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: transparent;
    border: 2px solid #02363D;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}
.select-dates .card {
    border: 0;
}
.select-dates .card-header:first-child{
    border-radius: 35px;
}
.select-dates > .card >  #collapseOne > .card-body {
    border: 1px solid #02363D;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    padding: 16px 20px 16px 52px;
    transition: 0.3s;
}
.select-dates #collapseTwo .card-body {
    padding: 8px 0 0 30px;
}
.select-dates #accordion3 ul li:last-child {
    padding: 0;
}
.select-dates  #collapseThree input {
    margin: 0 8px 0 0;
}
.create-new-extract .report-frequency .time-period .select-dates .dates-option li {
    padding: 0 0 8px 0;
}
.create-new-extract .report-frequency .time-period ul {
    margin: 0;
    flex-direction: column;
}
.create-new-extract .reports-range li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px 0;
}
.create-new-extract .reports-range li label {
    margin: 0;
}
.create-new-extract  .edit-claims-btn{
    margin: 32px 0 0 0;
}
.criteria-options.active {
    display: flex;
}
.criteria-options {
    display: none;
    width: 100% !important;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #E3E6EB;
}
.criteria-options:last-child{
    border: 0;
}
.refine-criteria .has-options {
    padding: 0 !important;
    margin: 0;
}
.criteria-options h5 {
    font-size: 16px;
    line-height: 24px;
    color: #02363d;
    margin: 0;
    font-family: "HK Grotesk Regular";
}
.criteria-options a {
    color: #36C5BA;
    font-size: 16px;
    line-height: 24px;
    font-family: "Hk Grotesk Bold";
}
.report-frequency .time-period {
    display: none;
    margin: 0 !important;
}
.report-frequency .time-period li {
    padding: 0 !important;
    width: 100%;
}
.extract-recurring-empty {
    display: none;
}
.extract-recurring-empty .select-dropdown{
    background: #E3E6EB !important;
}
.extract-recurring-empty .select-dropdown select {
    padding: 6px 36px 6px 16px;
    font-family: "Hk Grotesk Bold";
    font-size: 16px;
    line-height: 22px;
    color: #02363D;
    height: 36px;
}
.for-month.selected{
    display: block;
}
.every-runson-column .f-repeat{
    display: none;
}
.every-runson-column .f-repeat.active{
    display: flex;
}
.report-frequency .runs-on-options select {
    border-radius: 18px;
    background: #E3E6EB;
    padding: 10px 16px;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 16px;
    color: #02363D;
    font-family: "Hk grotesk Bold";
    position: relative;
    appearance: none;
}
.extract-recurring-empty .runs-on-options {
    flex-direction: column;
    justify-content: flex-end;
}
.extract-recurring-empty .required-number-wrapper input {
    padding: 6px 16px !important;
    text-align: left;
    height: 36px;
    border: 1px solid #8A95A5;
}
.extract-recurring-empty .required-number-wrapper span {
    margin: 0 0 0 2px;
}
.report-frequency .recurring-report-end {
    margin: 0 !important;
}
.report-frequency .required-date input {
    padding: 9px !important;
    height: 36px;
}
.report-frequency ul {
    margin: 0 !important;
}
.report-frequency .criteria-options:hover {
    background: #F7FBFB;
}
.report-frequency .checked::before {
    width: 16px !important;
    height: 16px !important;
    border: 5px solid #02363D !important;
}
.single-contract-coversheet .report-frequency .choice-section input:checked ~ label::before {
    border: 2px solid #02363D;
}
.report-frequency .recurring-info {
    margin: 24px 0 !important;
}
.report-frequency .required-number-wrapper {
    display: flex;
    align-items: flex-end;
}
.extract-recurring-empty .for-daily .required-number {
    width: 100%;
}
.show{
    display: block !important;
}
.disable-the-btn .disable{
    pointer-events: visible !important;
    opacity: 1 !important;
    background: #36C5BA !important;
    border: 1px solid #36C5BA !important;
    color: #fff !important;
}
.disable-the-btn .disable:hover {
    color: #36C5BA !important;
    background: transparent !important;
}
.turquoise-dashboard .select2-results__option {
    padding: 0 0 12px 0 !important;
    display: flex;
    align-items: center;
}
.select2-results__option:last-child {
    padding: 0 !important;
}
.turquoise-dashboard .select2-results__option:before {
    content:" ";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    border: 2px solid #02363D;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.turquoise-dashboard .select2-results__option[aria-selected="true"]::before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    border: 0;
    background: #02363D;
    font-size: 11px !important;
    text-align: center;
}
.turquoise-dashboard .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #02363d !important;
}
.create-add-criteria .organization-formfield-section li {
    margin: 0 0 24px 0;
}
.light_blue {
    background: #A8E6E1 !important;
    color: #02363d !important;
}
.turquoise-dashboard .select2-search.select2-search--inline {
    margin: 0 !important;
}
.turquoise-dashboard .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}
.turquoise-dashboard .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.turquoise-dashboard .select2-selection.select2-selection--multiple[aria-expanded="true"] {
    background: #D4D8DF !important;
}
.turquoise-dashboard .select2-selection.select2-selection--multiple[aria-expanded="false"] {
    background: #E3E6EB !important;
}
.turquoise-dashboard .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 22px !important;
    border: 0 !important;
    color: #8A95A5;
    margin: 0;
    min-height: unset;
}
.turquoise-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 8px 10px !important;
    display: block !important;
    margin: 0 !important;
}
.turquoise-dashboard .select2-container--default .select2-selection--multiple {
    border: unset !important;
    cursor: pointer !important;
    background: #E3E6EB !important;
    border-radius: 22px !important;
}
.turquoise-dashboard .select2.select2-container{
    position: relative;
}
.turquoise-dashboard .select2-search.select2-search--inline::after{
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: 16px;
    transition: 0.3s;
}
.turquoise-dashboard .select2.select2-container.select2-container--open .select2-search.select2-search--inline::after{
    transform: rotate(180deg);
    transform-origin: 50% 37%;
    top: 44%;
}
.create-add-criteria .select2-container--default .select2-search--inline .select2-search__field {
    color: #8A95A5;
    font-family: "Hk Grotesk Bold";
    margin: 0 0 0 10px !important;
    max-width: 400px !important;
}
.create-add-criteria .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    font-size: 24px;
    top: 46%;
    transform: translateY(-50%);
    margin: 0 0 0 10px !important;
    display: block;
    line-height: 12px;
    font-weight: normal !important;
}
.create-add-criteria .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #02363D !important;
    border-radius: 16px !important;
    color: #fff;
    padding: 4px 36px 4px 12px !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    margin: 2px;
}
.turquoise-dashboard .select2-container--default .select2-results > .select2-results__options {
    max-height: 356px;
}
.turquoise-dashboard .select2-container--open .select2-dropdown {
    border: 1px solid #02363D !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
    border-radius: 18px !important;
}
.enterpriseLogin.light_blue {
    font-family: "HK grotesk Bold";
}
.turquoise-dashboard .select2-results {
    padding: 16px 0 16px 16px !important;
    height: 100%;
}
.is-visible .cd-popup-container.create-add-criteria {
    transform: translateY(-100px) !important;
}
.cd-popup-add-criteria, .cd-popup-states-add-criteria, .cd-popup-drgCodes-criteria, .cd-popup-providers-add-criteria, .cd-popup-payers-add-criteria{
    z-index: 2;
}
.cd-popup-add-criteria [type="search"]{
    outline-offset:unset;
}
.extracts-criteria-filled .save-exit {
    font-family: "Hk Grotesk Bold";
}
.extracts-criteria-filled .cancel{
    font-family: "Hk Grotesk Bold";
}
.create-new-extract .sc-addservice-btns button{
    line-height: 20px;
}
.end-date .required-period {
    width: 100%;
}
.for-endsOn {
    pointer-events: none;
    opacity: 0.6;
}
.for-endsOn.active-g{
    pointer-events: visible;
    opacity: 1;
}
.extracts-criteria-filled .filled-criteria ul {
    display: unset;
    margin: 0;
}
.extracts-criteria-filled .filled-criteria ul li{
    width: unset;
    margin: 4px 4px 0 0;
}
.extracts-criteria-filled .extract-title.active {
    display: flex;
}
.extracts-criteria-filled .extract-title {
    display: none;
    justify-content: space-between;
    width: unset;
    padding: 12px 12px 14px;
    border: 1px solid #E3E6EB;
    margin-top: -1px;
}
.log-list .accordion-toggle.expandable.verifiedassured-list.collapsed td:last-child::after {
    content: url("../images/black-dropdown-heavy.8b3e75a3ac18.svg");
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 16px;
}
.log-list .accordion-toggle.expandable.verifiedassured-list td:last-child::after {
    content: url("../images/black-dropdown-heavy.8b3e75a3ac18.svg");
    transform: rotate(180deg);
    transform-origin: 50% 30%;
    transition: 0.3s;
    position: absolute;
    top: 47%;
    right: 16px;
}
.edit-criteria a {
    font-family: "Hk grotesk Bold";
}
.turquoise-dashboard .select2-search.select2-search--inline input::-webkit-input-placeholder {
    color: #8A95A5;
}
.turquoise-dashboard .select2-search.select2-search--inline input:-ms-input-placeholder {
    color: #8A95A5;
}
.turquoise-dashboard .select2-search.select2-search--inline input::placeholder {
    color: #8A95A5;
}
.organization-formfield-section h6 {
    font-family: "HK Grotesk";
    font-size: 16px;
    font-weight: 700;
}
.organization-formfield-section .product-role-box {
    padding: 0;
}
.organization-formfield-section .product-role-box li label {
    width: 50%;
    margin: auto;
}
.organization-formfield-section .product-role-box li {
    display: flex;
}
.organization-formfield-section .product-role-box li.groups-box {
    margin: 0 0 10px 0;
}
.organization-formfield-section .product-role-box li.groups-box label {
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'HK Grotesk SemiBold';
}
.create-contract-popup-title .extract-excel-warning-popup-title {
    font-family: "HK Grotesk Bold";
    font-size: 16px;
}
a.excel-warning-download-btn {
    text-align: center;
    font-family: "HK Grotesk Bold";
    padding: 10px 10px;
    width: 47%;
    height: 44px;
    background: #36C5BA;
    border-radius: 22px;
    color: #fff;
    text-decoration: none;
}
a.excel-warning-download-btn:hover {
    color: #36C5BA;
    text-decoration: none;
    border: 1px solid #36C5BA;
    background: transparent;
}
/* ---------------------------------- */
/* Invite and share link sign-up flow
------------------------------------- */
.sidebar_detail {
    color: #fff;
    margin: 0 auto;
    max-width: 360px;
}
.trnsparent_header #navbarCollapse {
    justify-content: flex-end;
}

.trnsparent_header .navbar-light .navbar-brand img {
    max-width: 200px;
    width: 100%;
}
.invitation_form_inner .invitation_form {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
}
.invitation_form .form--row input,
.invitation_form .form--row select {
    border: 2px solid #DCDFE4;
    border-radius: 4px;
    height: 44px;
    width: 100%;
    padding: 10px 16px;
}
.invitation_form .form--row input[type=checkbox] {
    height: initial;
    width: initial;
    padding: 0;
    margin: 0px;
    position: relative;
}
.invitation_form .form--row label {
    font-size: 16px;
    line-height: 20px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
    margin: 0 0 4px 0;
}
.invitation_form  .two_column_width li {
    width: 49%;
}
.invitation_form .agreements .form--row label {
    color: #02363D;
    font-family: "Hk Grotesk medium";
}
.invitation_form_inner .form--row a {
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Hk Grotesk Bold";
    color: #02363d;
    text-decoration: underline;
}
.invitation_form ul {
    margin: 0 0 16px 0;
}
.invitation_form .create-account-titlesec {
    max-width: 420px;
    margin: 0 auto;
    text-align: left;
}
.invitation_form_inner .create-account-titlesec p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px 0;
}
.invitation_form_inner .create-account-titlesec {
    max-width: 420px;
    margin: 0 auto;
}
.invitation_form_inner .create_account a,
.invitation_form_inner .create_account input[type=submit] {
    font-size: 16px;
    line-height: 20px;
    background: var(--turquoise);
    border-radius: 22px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 20px;
    text-align: center;
    font-family: "HK Grotesk Bold";
    text-decoration: none;
    transition: .3s;
    border: 1px solid transparent;
}
.signup_google {
    border: 2px solid #A8E6E1;
    padding: 12px 20px;
    border-radius: 50px;
    color: var(--turquoise);
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-family: "HK Grotesk Bold";
}
.signup_google a {
    font-family: "HK Grotesk Bold";
    color: var(--turquoise);
    font-size: 16px;
    line-height: 20px;
    text-decoration: navajowhite;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar_img img {
    border-top-right-radius: 50px;
    display: block;
    margin: 0 auto;
}
.sidebar_detail span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "HK Grotesk Bold";
    margin: 32px 0 0 0;
    display: block;
}
.sidebar_detail h4 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Hk Grotesk Bold";
}
.sidebar_detail ul li {
    margin: 24px 0 0 0;
    display: flex;
    align-items: flex-start;
}
.signIn_brdr_btn {
    border: 2px solid var(--turquoise);
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 50px;
    color: var(--turquoise);
    font-family: "Hk Grotesk Bold";
    margin: 0 0 0 24px;
    transition: 0.3s;
}
.signIn_brdr_btn:hover {
    color: #fff;
    background: var(--turquoise);
    text-decoration: none;
}
.sidebar_detail ul li img {
    margin: 2px 8px 0 0;
}
.trnsparent_header {
    padding: 32px 0;
}
.invitation_form_inner .create-account-titlesec a {
    color: #02363D;
    text-decoration: underline;
    font-family: "HK Grotesk Bold";
}
.invitation_form_inner .create_account a:hover,
.invitation_form_inner .create_account input:hover{
    border: 1px solid var(--turquoise);
    background: #fff;
    color: var(--turquoise);
}
.invitation_form_inner {
    margin: 36px 0 0 0;
}
.password_notify {
    color: #8A95A5;
    font-size: 12px;
    line-height: 16px;
    font-family: "Hk Grotesk bold";
    margin: 4px 0 0 0;
}
.confimation_details h5 {
    font-family: "HK Grotesk bold";
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #02363D;
}
.confimation_details p{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    margin: 0;
}
.invitation_form_inner .create-account-titlesec h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    font-family: "HK Grotesk Bold";
    letter-spacing: 0;
    margin: 0;
}
.partition_line {
    margin: 16px 0;
    position: relative;
}
.partition_line::before {
    width: 100%;
    height: 1px;
    background: #DCDFE4;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.text-center.partition_line span {
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 32px;
}
.signup_google .mr-1 {
    margin: 0 8px 0 0 !important;
}
.confimation_details {
    padding: 16px;
    background: #F8F8FA;
    margin: 0 0 16px 0;
}
.confimation_details ul{
    margin: 0;
}
.confimation_details ul li{
    margin: 0 0 16px 0;
}
.confimation_details ul li:last-child{
    margin: 0;
}
.sidebar_bg {
    background: #02363d;
    padding: 96px 24px 300px !important;
}
.invited_create_account  #navbarCollapse .navbar-nav li:first-child{
    padding: 0 !important;
}
.filled-email-address input[type="email"]{
    background: #F3F4F6;
    pointer-events: none;
}
.form--row.filled-row input{
    background: #F3F4F6;
    pointer-events: none;
}
.signedup_inner-detail li h5 {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #02363d;
}
.invitation_form_inner.invitation-form-confirm {
    margin-bottom: 100px;
}
.invitation_badge {
    background: #E3E6EB;
    border-radius: 16px;
    padding: 4px 12px;
    font-family: "Hk Grotesk medium";
    font-size: 14px;
    line-height: 20px;
}
.org_list {
    padding: 10px 0;
    border-bottom: 1px solid var(--cool-grey-30);
    align-items: center;
}
.signedup_inner-detail {
    margin: 32px 0 0 0 !important;
}
.sidebar_img.sidebar-left-radius-img img {
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
}
.invalid-feedback {
    display: block;
}
/* ---------------------------------- */
/* Invite and share link sign-up flow
------------------------------------- */
.clipboard-bg {
    background: #DCDFE4;
    border-radius: 30px;
    padding: 8px 12px;
    align-items: center;
    margin: 0 8px 0 0;
    cursor: pointer;
    width: max-content;
    color: #212529;
}
.clipboard-bg:hover {
    color: #212529;
    text-decoration: none;
}
.clipboard-bg img {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
}
.clipboard-bg p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}


/* ---------------------------------- */
/* Revamp Main Platform Pages
------------------------------------- */
.fz-60 {
	font-size: 59px !important;
}
.clearRates .clearRates-title-inner > img{
    width:64px;
    margin: 0 0 24px 0;
}
.clearrate_features h4 {
	margin: 0 0 16px 0;
}
.clearrate_features {
	background: #F7FBFB;
}
.api_img img {
	width: 100%;
}
.more-features-explore {
	background: #02363d;
	border-bottom: 1px solid #0D5256;
}
.more-features-explore  .clearRates-title-inner h2 {
	color: #fff !important;
}
.more-features-explore .productPageParah{
    color: #fff;
}
.clearRates-white-btn {
	background: #FFFFFF;
	color: #02363d;
	padding: 12px 20px;
	border-radius: 50px;
	font-size: 16px;
	line-height: 20px;
	font-family: "HK Grotesk Bold";
}
.clearrates-features {
	background: #fff;
}
.col-md-6 .clearrates-features {
    display: block;
    height: 100%;
}
.clearrates-features .cr-title img {
	width: 40px;
	height: 40px;
}
.analytics_sect {
	padding: 56px;
}
.title_capital {
	margin: 0 0 0 12px;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #02363D;
	font-family: "HK Grotesk Bold";
}
.analytics_sect h2 {
	margin: 12px 0 !important;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.01em;
    color: #02363D;
}
.analytics_sect a {
	color: #02363d;
	text-decoration: underline;
	font-family: "HK Grotesk Bold";
}
.powerful_data {
	margin: 28px 0;
}
.powerful_data .analytics_sect {
	width: 50%;
}
.powerful_data .api_img {
	width: 50%;
}
.analytics_sect p {
	margin: 0 0 12px 0;
}
.next-up {
	background: #A8E6E1 !important;
	padding: 40px 56px;
	display: block;
	color: #02363d;
    text-decoration: none !important;
}
.next-up:hover {
	color: #02363d;
}
.next-up h2 {
	margin: 0 !important;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0.01em;
	color: #02363D;
}
.gradient-box-cont {
    position: relative;
}
.gradient-box {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, #A8E6E1 0%, #EEC0AE 100%);
    padding: 72px 56px;
    align-items: center;
    margin: -128px 0 0 0;
    position: absolute;
    width:100%;
}
.gradient-box h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    width: 73%;
    letter-spacing: 0.01em;
    margin: 0;
    color: #02363D;
    padding: 0 15px 0 0;
}
.gfe-features.gfe-features-bottomSpace{
    margin: 64px 0 156px 0;
}
.mb-156 {
	margin: 156px 0 64px 0 !important;
}
.mt-156 {
	margin: 64px 0 280px 0;
}
.fz-36 .providerSection-features-right h3 {
	font-size: 36px;
	line-height: 44px;
}
.clear_rates_banner .hm-banner-img img {
	width: 100%;
	border-top-left-radius: 180px;
	max-width: 500px;
	margin: 0 0 64px 0;
}
.contactUs_btn{
    background: #A8E6E1;
    color: #02363d !important;
}
.light_blue {
	background: #A8E6E1 !important;
	color: #02363d !important;
}
.grey-border-btn {
	border: 2px solid #A8E6E1;
	color: #A8E6E1;
}
.grey-border-btn:hover {
	background: #a8e6e1;
	color: #02363d;
}
.try-rate-sense {
	border: 2px solid #02363D;
	border-radius: 50px;
	color: #02363D;
	padding: 12px 13px;
	margin: 0 12px 0 0;
	font-family: "HK Grotesk Bold";
}
.try-rate-sense:hover {
	color: #02363d;
	text-decoration: none;
}
.gradient_box_btn.cta-btn {
	display: flex;
}
.try-rate-sense:hover {
	background: #02363d;
	color: #fff;
	transition: .3s;
}
.clearRates-title-inner .clearRates-white-btn:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
.grey_submit_btn {
	background: #A8E6E1 !important;
	color: #02363d !important;
}
.underline_text {
	color: #02363d !important;
	text-decoration: underline;
}
.visit_website {
	width: 184px !important;
}
.visit_website img{
	margin: 0 0 0 13px;
}
.drk_btn {
	color: #fff !important;
	background: #02363d !important;
	width: unset !important;
	max-width: 170px !important;
}
.clearRates .clearRates-title.gfe-estimateTitle {
	margin: 0 0 64px 0;
}
.visit_website_white {
	font-size: 16px;
	line-height: 20px;
	background: #A8E6E1;
	border-radius: 50px;
	padding: 12px 12px 12px 20px !important;
	color: #02363d !important;
	width: 164px;
}
.visit_website_white img{
    margin: 0 0 0 13px;
}
.lrn_more_btn {
	text-decoration: none !important;
	border-bottom: 2px solid #02363d;
}
.enterpriseLogin.light_blue {
	font-family: "HK grotesk Bold";
}
.border-right-radius {
	border-top-right-radius: 180px !important;
	border-top-left-radius: 0 !important;
}
.clearRates .pp-drk-btn {
	color: #fff;
	background: #02363d;
	width: unset !important;
	max-width: unset;
}
.clearRates .providerSection-features-right h3 {
	font-size: 36px;
	line-height: 44px;

}
.tqv .hm-banner-img img{
    border-top-left-radius: unset;
}
.tqv .gradient_box_info {
    padding: 0 0 128px 0;
    background: #fff;
}
.tqv .gradient-box{
    position: unset;
    margin: 0;
}
.tqv .mt-156 {
	margin: 64px 0 0 0;
}
.mt-128 {
	margin: 128px 0 0 0;
}
.api-documentation li {
	list-style: disc;
}
.api-documentation li a{
    font-family: 'HK Grotesk Regular';
    color: #02363D;
    text-decoration: underline;
}
.api-documentation {
	padding: 0 0 0 18px;
}
.underlined_text {
	font-family: "HK Grotesk Bold";
	text-decoration: underline;
}

/* ---------------------------------- */
/* Database Log Statistics
------------------------------------- */
.database-log .log-list .nav-tabs {
    border-bottom: 1px solid #DCDFE4;
    border-bottom: 1px solid #DCDFE4;
    display: flex;
    background: transparent;
    border-radius: 0;
}
.database-log .log-list .nav-tabs .nav-item a {
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    opacity: 0.7;
    padding: 0 0 12px 0;
    margin: 0 24px 0 0;
}
.database-log .log-list .nav-tabs .nav-item {
    width: unset;
}
.database-log .log-list .nav.nav-tabs::before {
    width: 103px;
    background: var(--turquoise);
    border-radius: 4px 4px 0px 0px;
    height: 4px;
    left: 0;
    bottom: 0;
    top: unset;
    transform: unset;
}
.database-log .log-list .nav-tabs .nav-link.active {
    opacity: 1;
}
.database-log .log-list .nav-tabs.add-slider::before {
    left: 127px;
    width: 84px;
}
.monthly-statistics {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.monthly-statistics-left {
    width: 64%;
}
.monthly-statistics-right {
    width: 34%;
}
.monthly-statistics-left-block {
    border: 1px solid #DCDFE4;
}
.ms-left-block-head {
    background: #F8F8FA;
    padding: 16px 24px;
    border-bottom: 1px solid #DCDFE4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ms-left-block-head h2 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
}
.ms-left-block-head h2 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    opacity: 0.7;
}
.ms-left-block-body {
    display: flex;
}
.ms-left-block-body .ms-leftBlock-bodyBlock:last-child{
    border: 0;
}
.ms-leftBlock-bodyBlock {
    width: 50%;
    border-right: 1px solid #DCDFE4;
}
.ms-leftBlock-bodyBlock ul li {
    border-bottom: 1px solid #DCDFE4;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.ms-leftBlock-bodyBlock ul li:last-child{
    border: 0;
}
.ms-leftBlock-bodyBlock ul {
    margin: 0;
}
.ms-leftBlock-bodyBlock ul li p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
}
.ms-leftBlock-bodyBlock ul li h4{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
}
.ms-leftBlock-bodyBlock ul li h4 span{
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    opacity: 0.7;
    margin: 0 0 0 3px;
}
.monthly-statistics-right-blocks {
    border: 1px solid #DCDFE4;
    background: #F8F8FA;
    padding: 37px 24px;
    margin: 0 0 24px 0;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.monthly-statistics-right .monthly-statistics-right-blocks:last-child{
    margin: 0;
}
.monthly-statistics-right-blocks h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    color: #02363D;
    font-family: "Hk Grotesk Bold";
}
.monthly-statistics-right-blocks h2 span{
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #02363D;
    opacity: 0.7;
}
.monthly-statistics-payers-block {
    background: #F8F8FA;
    border: 1px solid #DCDFE4;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
}
.monthly-statistics-payers-block h2 {
    font-size: 28px;
    line-height: 32px;
    font-family: "Hk Grotesk Bold";
    margin: 0;
    color: #02363D;
}
.monthly-statistics-payers-block h2 span{
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    opacity: 0.7;
    display: block;
}




/* ---------------------------------- */
/* All products page
------------------------------------- */
.product-service-list .productPageHead{
    margin: 0 0 24px 0;
}
.product-service-list .ccs-mainBlock {
	border: 1px solid #DCDFE4;
	padding: 28px;
	margin: 14px 0;
	transition: .3s;
    height: calc(100% - 28px);
}
.product-service-list .ccs-mainBlock p {
    min-height: 84px;
    padding: 0;
    margin: 0 0 16px 0;
}
.product-service-list .ccs-mainBlock a {
    color: #02363d;
    font-size: 18px;
    line-height: 24px;
    font-family: "HK Grotesk Bold";
    border-bottom: 2px solid #02363d;
    text-decoration: none;
}
.product-service-list .ccs-mainBlock:hover {
	box-shadow: 0px 8px 32px 0px #0000001F;
	border: 1px solid #02363D;
}
.product-service-list {
	margin: 96px 0 128px 0;
}
.product-service-list .clearRates-title-inner {
	max-width: 500px;
    margin: 0;
}
.all-products-services .newsletter-section {
	padding: 86px 0;
}


/* ---------------------------------- */
/* Careers page
------------------------------------- */
.career-page-new .hm-banner-info {
    padding: 0;
}
.career-page-new .hm-banner-img img{
    width: unset;
    margin: unset;
    height: 500px;
}
.career-page-new .hm-banner-info h1 {
    margin:28px 0;
}
.career-page-new .hm-banner-info p {
    margin: 0 0 28px 0;
}
.career-page-new section.home-banner-section .home-solid-drk-btn {
    width: unset;
    border: 0;
    line-height: 24px;
}
.career-page-new .newsletter-section {
    padding: 86px 0;
}
.career-page-new .feature-head-section {
    padding: 128px 0;
}
.career-page-new .clearRates-title-inner {
    max-width: 707px;
}
.career-page-new .clearRates-overview-section h2.productPageHead {
    font-size: 64px;
    line-height: 76px;
}
.career-page-new .clearRates-overview-section .productPageParah {
    max-width: 497px;
}
.career-timeline-section {
    padding: 128px 0;
}
.carrer-timelineSection-inner h2 {
    font-size: 64px;
    line-height: 76px;
    letter-spacing: 0.01em;
    color: #02363D;
    margin: 0 0 28px 0;
}
.carrer-timelineSection-innerBlock {
    max-width: 707px;
}
.carrer-timelineSection-inner {
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.carrer-timelineSection-innerBlock ul {
    margin: 0;
}
.carrer-timelineSection-innerBlock ul li{
    margin: 0 0 32px 0;
    font-size: 18px;
    line-height: 28px;
    color: #02363D;
    padding: 0 0 0 28px;
    position: relative;
}
.carrer-timelineSection-innerBlock ul li:last-child{
    margin: 0;
}
.carrer-timelineSection-innerBlock ul li::before {
    position: absolute;
    left: 0;
    border: 2px solid #218C88;
    content: "";
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50px;
    top: 49%;
    transform: translateY(-50%);
}
.carrer-timelineSection-innerBlock ul li::after {
    position: absolute;
    left: 7px;
    content: "";
    background: #218C88;
    width: 2px;
    height: 32px;
    top: 28px;
}
.c-teamImage-block img {
    width: 100%;
}
.carrer-timelineSection-innerBlock ul li:last-child::after{
    display: none;
}
.carrer-timelineSection-innerBlock a {
    display: inline-block;
    margin: 28px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    color: #02363D;
    border-bottom: 2px solid #02363D;
    transition: 0.3s;
    text-decoration: unset;
}
.carrer-timelineSection-innerBlock a:hover{
    opacity: 0.7;
}
.values_right_sect img {
	width: 100%;
	max-width: 420px;
	max-height: 420px;
	height: 100%;
	object-fit: cover;
}
.blue_bg_section {
	background: #02363d;
}
.values_title_section_inner {
	max-width: 802px;
	color: #fff;
}
.med_fontSize {
	font-size: 64px;
	line-height: 76px;
	letter-spacing: 0.01em;
}
.parah_fz {
	font-size: 18px;
	line-height: 28px;
	max-width: 497px;
	margin: 0;
}
.value_details {
	margin: 64px 0 14px 0;
}
.values_caraousel {
	background: #0D5256;
	padding: 80px;
}
.values_caraousel .carousel-indicators li {
	width: 6px;
	height: 6px;
	background: #218C88;
	border-radius: 4px;
	border: 0;
}
.values_caraousel .carousel-indicators li.active{
    width: 24px;
    height: 6px;
    background: #6FD6CE;
    border-radius: 4px;
}
.values_left_sect span {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: "Hk Grotesk Bold";
}
.small_fz {
	font-size: 47px;
	line-height: 56px;
	letter-spacing: 0.01em;
}
.values_left_sect h2{
    margin: 12px 0;
}
.values_left_sect {
	color: #fff;
}
.values_title_section_inner h2 {
	margin: 0 0 24px 0;
}
.value_pointer_inner {
	background: #0D5256;
	padding: 40px;
	margin: 14px 0;
	color: #fff;
	height: 428px;
}
.value_pointer_inner h3 {
	margin: 32px 0 16px 0;
	font-size: 20px;
	line-height: 24px;
	font-family: "HK Grotesk Bold";
}
.career_quotes_section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: var(--turquoise);
    border-radius: 24px;
}
.career_quotes_section p{
    font-size: 40px;
    line-height: 56px;
    color: #02363D;
    font-family: "HK Grotesk Medium";
    margin: 24px 0;
    min-height: 280px;
}
.career_quotes_section .nav-pills .nav-link {
	background: transparent;
	font-size: 20px;
	line-height: 24px;
	font-family: "HK Grotesk Bold";
	padding: 12px 20px;
	border: 0;
	color: var(--turquoise);
}
.career_quotes_section  button:focus {
	outline: none;
}
.recruitment_process_pointers {
	margin: 50px 0 0 0;
}
.recruitment_process_pointers .value_pointer_inner {
	padding: 28px 40px;
	height: unset;
}
.recruitment_process_pointers .value_pointer_inner h3 {
	margin: 0 0 16px 0;
}
.dei_dahboard_inner {
	background: #0D5256;
	padding: 80px;
}
.dei_dasboard {
	margin: 14px 0 0 0;
}
.dei_dahboard_inner .values_left_sect h2 {
	margin: 0;
}
.dei_dahboard_inner .values_left_sect p {
	margin: 12px 0;
}
.dei_dahboard_inner .home-solid-drk-btn {
	padding: 12px 24px;
	width: 189px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
}
.dei_dahboard_inner .home-solid-drk-btn.contactUs_btn img {
	margin: 0 0 0 8px;
}
.job_badge {
	background: #E2F7F5;
	border-radius: 50px;
	font-size: 16px;
	line-height: 24px;
	color: var(--turquoise);
	padding: 4px 16px;
	font-family: "Hk Grotesk Medium";
}
.drk_grey_btn {
	background: var(--turquoise);
	border-radius: 50px;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: "Hk Grotesk Medium";
	text-decoration: none !important;
	display: flex;
	align-items: center;
    transition: .3s;
}
.drk_grey_btn img {
	margin: 0 0 0 8px;
}
.job_opening_right a {
	margin: 0 0 0 24px;
}
.job_details li {
	padding: 28px 0;
	border-bottom: 1px solid #DCDFE4;
}
.job_opening_left p {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	font-family: "HK Grotesk Bold";
}
.job_opening_left span {
	font-size: 16px;
	line-height: 24px;
	color: #02363D;
}
.job_opening_right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.job_opening_inner h2 {
	margin: 0;
	padding: 28px 0;
	border-bottom: 3px solid #02363D;
}
.job_instructions p a {
	font-size: 18px;
	line-height: 28px;
	font-family: "Hk Grotesk Bold";
	text-decoration: underline;
    transition: 0.3s;
    color: #02363D;
}
.job_instructions p a:hover{
    opacity: 0.7;
}
.job_instructions .parah_fz {
	max-width: unset;
	margin: 0 0 24px 0;
}
.job_instructions .parah_small_fz {
	margin: 0 0 24px 0;
}
.drk_grey_btn:hover {
	color: #fff !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}
.career_quotes_section .col-md-12{
    padding-top: 48px;
    padding-bottom: 48px;
}
.job_opening_inner .job_details {
    margin: 0;
}
.job_instructions {
    padding: 28px 0;
}
.values_caraousel .carousel-control-next, .values_caraousel .carousel-control-prev{
    width: 6%;
    display: none;
}
.values_caraousel:hover .carousel-control-next{
    display: flex;
}
.values_caraousel:hover .carousel-control-prev{
    display: flex;
}
.carousel-control-prev-icon {
    background-image: url("../images/slider-previous.cb976f3df0bf.png");
}
.carousel-control-next-icon {
    background-image: url("../images/slider-next.9cf38d920458.png");
}













/* ---------------------------------- */
/* Footer
------------------------------------- */
footer {
    background: #F7FBFB;
}
.footer-main-section {
    padding: 80px 0;
    border-bottom: 1px solid #dbdbdb;
}
.footer-main-section .footer-logo-section .soc{
    width: 98px;
    margin-top: 20px;
}
.footer-social-media {
    margin: 26px 0 0 auto;
    display: flex;
}
.footer-social-media li {
    margin: 0 16px 0 0;
}
.footer-social-media li a {
    background: #36C5BA;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: space-between;
}
.footer-links-section h3 {
    color: #02363D;
    font-size: 16px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 20px 0;
}
.footer-links-section ul{
    margin: 0;
}
.footer-links-section ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
}
.footer-links-section ul li{
    margin: 0 0 18px 0;
}
.footer-links-section ul li:last-child{
    margin: 0;
}
.footer-copyright-section {
    padding: 35px 0;
}
.copyright-text p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
}
.copyright-menu {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.copyright-menu li a{
    color:#02363D;
}
.copyright-menu li {
    text-align: center;
    display: inline-block;
    list-style-type: none;
    margin: 0 8px 0 8px;
}
.legal-text {
    color: #02363D;
    font-size: 14px;
    line-height: 22px;
    list-style: disc;
}
.legal-text ul {
    list-style: disc;
}
.legal-text li {
    list-style: disc;
    margin-left: 30px;
}

.legal-text h1 {
    font-size: 18px;
    line-height: 22px;
    list-style: disc;
    margin-top: 18px;
}
.legal-text h2 {
    font-size: 16px;
    line-height: 18px;
    list-style: disc;
    margin-top: 16px;
}
.legal-text h3 {
    font-size: 14px;
    line-height: 16px;
    list-style: disc;
    margin-top: 14px;
}
.employees-only {
    width: 100%;
    z-index: 999;
    background: #FFF;
    border-top: 1px solid #E3E6EB;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
}
.employees-only .employees-only-form {
    display: inline;
}
.employees-only h2 {
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    padding-bottom: 10px;
}
.employees-only label {
    height: fit-content;
    font-size: 18px;
    padding-right: 20px;
}
form .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}
form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
form .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
form input:checked + .slider {
  background-color: #02363D;
}
form input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
form .slider.round {
  border-radius: 34px;
}
form .slider.round:before {
  border-radius: 50%;
}
/* ---------------------------------- */
/* 03. Media Queries
------------------------------------- */

/*----- Breakpoint min-width 1200px -----*/

@media only screen and (min-width : 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1232px;
    }
}

/*----- Breakpoint max-width 1280px -----*/
@media only screen and (max-width : 1280px){
    .rate-mngmnt-insura-contract .rm-head-agreement{
        flex-direction: column;
    }
    .rate-mngmnt-insura-contract .rm-head-left {
        width: 100%;
        padding: 20px 32px;
    }
    .rate-mngmnt-insura-contract .rm-head-right{
        display: none;
    }
}

@media only screen and (min-width : 992px){
    #navbarCollapse .navbar-item.has-menu:hover .sub-menu{
        transform: scale(1);
    }
    #navbarCollapse .navbar-item.has-menu:hover >a::after{
        transform: rotate(180deg);
    }
}
@media only screen and (min-width : 993px){
    .compliance-scorecard-detail-page #navbarCollapse .navbar-item.has-menu > a::after {
        content: url("../images/white-dropdown.681881878e36.svg");
    }
    .solution-services .navbar-item.has-menu.active-menu > .nav-link::after{
         content: url("../images/angle-down-green.3262d5d8eaad.svg") !important;
    }
    .dark-bg-header #navbarCollapse .navbar-item.has-menu > a::after {
        content: url("../images/white-dropdown.681881878e36.svg");
    }
    .signIn-btn:hover ul.signIn-subMenu{
        display: block;
    }
    .signIn-btn:hover .signIn-link::after {
        transform: rotate(180deg);
    }
    .whiteBG-userName.user-name {
        background: #fff;
        color: #02363d;
        font-size: 18px;
        line-height: 28px;
    }
}


/*----- Breakpoint max-width 1200px -----*/
@media only screen and (max-width : 1200px){
    .hm-banner-img img {
        width: 100%;
        margin: 0;
    }
    .hm-banner-info h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .consum-home-banner-sec .hm-banner-info span {
        font-size: 45px;
        line-height: 55px;
    }
    .hm-banner-info p br {
        display: none;
    }
    .home-feature-block p br{
        display: none;
    }
    .moreproduct-section {
        padding: 51px 20px 48px;
    }
    .moreproduct-section p br{
        display: none;
    }
    .home-custm-brand .home-info-cntnt-sec {
        padding-left: 90px;
    }
    .home-admin-interface .home-info-cntnt-sec {
        padding-left: 90px;
    }
    .home-patient-insight .home-info-cntnt-sec {
        padding-left: 90px;
    }
    .consum-home-banner-sec .hm-banner-info p br{
        display: block;
    }
    .banner-form form{
        width:100%;
    }
    .home-browse-blocks .swiper-slide p {
        font-size: 18px;
    }
    .home-browse-blocks .swiper-slide h4{
        font-size: 30px;
    }
    .browse_buttons {
        width: 170px;
        border-radius: 25px;
    }
    .hospital-icon {
        width: 57px;
        height: 57px;
    }
    .service-info-cont{
        flex-direction: column;
    }
    .service-info-sec {
        width: 100%;
        margin:0 0 15px 0;
    }
    .service-cost-sec {
        width: 100%;
        justify-content: flex-start;
    }
    .service-cost-sec a {
        max-width: none;
    }
    .estimation-calculator {
        width: 100%;
    }
    .cash-price-calculator, .no-rate-listed {
        width: 100%;
    }
    .calculator-info {
        width: 100%;
    }
    .cost-estimate-info {
        margin-top: 30px;
        padding: 0;
    }
    .cost-estimate-info form ul label {
        letter-spacing: 1px;
        font-size: 12px;
    }
    .blog-featued-info h1 {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 15px 0;
    }
    .blog-featued-info p {
        margin: 0 0 15px 0;
    }
    .blog-featued-info {
        width: 35%;
    }
    .blog-featured-image {
        width: 65%;
    }
    .blog-grid-content {
        padding: 25px;
    }
    .blog-grid h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px 0;
    }
    .blog-grid p {
        margin: 0 0 15px 0;
    }
    .lead-page-form h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .contact-the-hospital a {
        font-size: 14px;
    }
    .contact-the-government a {
        font-size: 14px;
    }
    .looking-for-left h3 {
        line-height: 19px;
    }
    .rate-mngmnt-filters ul {
        display: unset;
    }
    .rate-mngmnt-filters ul li {
        margin: 0 8px 5px 0;
        display: inline-block;
    }
    .ratemngmnt-filterarea form {
        flex-direction: column;
    }
    .rate-mngmnt-filters {
        width: 100%;
    }
    .rate-mngmnt-search {
        width: 100%;
        justify-content: flex-start;
        margin: 5px 0 0 0;
    }
    .ratemngmnt-tablearea .table th {
        padding: 13px 7px;
    }
    .ratemngmnt-tablearea .table td {
        padding: 16px 7px;
    }
    .single-contract-details {
        width: 70%;
    }
    .single-contract-version {
        width: 30%;
    }
    .sc-addservice-mainsec .r-included-services .public-field #id_public{
        flex-direction: initial;
        flex-wrap: initial;
    }
    form .single-contract-rates ul {
        flex-wrap: wrap;
    }
    form .single-contract-rates ul li {
        width: 32%;
        margin: 0 0 15px 0;
    }
    form .single-contract-rates ul li:last-child {
        width: 33%;
    }
    .organization-name-block h2 {
        font-size: 28px;
    }
    .admin-search-pricing-plans{
        flex-wrap: wrap;
    }
    .pricing-plans-blocks{
        width: 48%;
        margin: 0 0 30px 0;
    }
    .admin-search-comparision-table {
        margin: 60px 0 0 0;
    }
    .choice-section-row {
        flex-direction: column;
    }
    .single-contract-coversheet .choice-section-row li{
        width: 100%;
    }
    .sc-sidebar-db-dv {
        flex-direction: column;
    }
    .sc-sidebar-db-dv p{
        text-align: center;
        margin: 0 0 10px 0;
    }
    .single-contract-recipients form ul li:first-child {
        width: 75%;
    }
    .single-contract-recipients form ul li:last-child {
        width: 24%;
    }
    .single-contract-recipients .single-contract-review_send ul li:first-child {
        width: 75%;
    }
    .single-contract-recipients .single-contract-review_send ul li:last-child {
        width: 24%;
    }
    .l-contract-detail-left {
        width: 50%;
    }
    .l-contract-detail-btns {
        width: 50%;
    }
    .contract-successfully-sent{
        width: 300px;
    }
    .r-noservice-added {
        flex-direction: column;
        align-items: flex-start;
    }
    .r-noservice-added h3{
        padding: 0 0 15px 0;
        width: 100%;
    }
    .r-noservice-added ul {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .r-addedservice-table table tbody tr td .tags {
        padding: 3px 11px 4px;
        margin: 0 0 5px 0;
        display: inline-block;
    }
    .r-noservice-added ul li{
        margin: 0 !important;
    }
    .r-noservice-added ul .from-storefront {
        margin: 0 0 12px 0 !important;
    }
    .r-addedservice-table table tbody tr td .tags:last-child{
        margin: 0;
    }
    .single-contract-rs-savebar button{
        font-size: 14px !important;
    }
    .single-contract-rs-savebar .next-previous-btn .reject{
        margin: 0 7px 0 0;
    }
    .single-contract-rs-savebar .next-previous-btn .previous{
        margin: 0 7px 0 0;
    }
    .career-testimonial-section .swiper-slide p {
        font-size: 30px;
    }
    .career-trsti-swipe-inner {
        padding: 0 50px;
    }
    .career-crntopng-block h3 span {
        position: unset;
        margin-left: 0;
    }
    .career-team-blocks p {
        font-size: 18px;
    }
    .single-contract-form_btn {
        width: 65%;
    }
    .sc--sidebar {
        width: 35%;
    }
    .sc-viewing-olderversion {
        flex-direction: column;
        align-items: flex-start;
    }
    .sc-viewing-olderversion h4{
        padding: 0;
    }
    .sc-viewing-olderversion ul{
        margin: 8px 0 0 0;
    }
    .sc-viewing-olderversion ul li {
        margin: 0 12px 0 0;
    }
    .dashboard-main--search .enterprise-listing-searchbar .select-dropdown {
        width: max-content;
        padding-right: 10px;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group {
        width: 65%;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-submit {
        width: 18%;
    }
    .carelocations-listing-sections .hiddenRow .innerExpandedTable td h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .no-service-offering {
        padding: 10px;
    }
    .no-service-offering p{
        font-size: 14px;
        line-height: 20px;
    }
    .pp-hospital-info .rating-stars-section > i {
        font-size: 25px;
    }
    .rating-stars-section > i.empty {
        font-size: 25px;
    }
    .single-service-detail-block{
        overflow-x: scroll;
    }
    .single-contract-contributers .send-invite input {
        width: 75%;
    }
    .single-contract-contributers .send-invite input[type="submit"] {
        width: 24%;
    }
    body.turquoise-hm-common-engine section.home-information-section .home-info-img-sec img{
        width: 100%;
    }
    .turquoise-hm-common-engine .home-feature-block h2 br{
        display: none;
    }
    #navbarCollapse .navbar-nav .navbar-item {
        padding: 10px 35px 10px 0;
    }
    .navbar-brand {
        margin: 0 25px 0 0;
    }
    .signupLogin-btns .signUp {
        font-size: 14px;
        margin: 0 20px 0 0;
    }
    .navbar-brand {
        margin: 0 25px 0 0;
    }
    .signupLogin-btns .enterpriseLogin {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
    }
    #navbarCollapse .navbar-nav li:first-child{
        padding-right: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #02363D;
        line-height: 21px;
        font-size: 14px;
        padding: 0;
        font-family: 'HK Grotesk Medium';
        position: relative;
    }
    .sub-menu.mega-menu {
        width: 900px;
        left: -437%;
    }
    .compliance-scorecard .dashboard-mainsearch--listings .tab-pane > table th, .dashboard-mainsearch--listings .tab-pane > table .accordion-toggle td {
        white-space: nowrap;
    }
    .compliance-scorecard .enterprise-main__listings.dashboard-mainsearch--listings .tab-content .tab-pane {
        overflow-x: scroll;
    }
    .th-title-two span {
        margin: 0 5px 0 1px;
    }
    .compliance-scorecard-detail-page .edgar-health-system {
        padding: 63px 0px 63px;
    }
    .col-md-6.charges-info .record-charts {
        margin: 0 15px 0 5px;
        width: 100%;
    }
    .charges-info > ul > li > img {
        width: 15px;
        margin: 2px 0 0 0;
    }
    .col-md-6.charges-info p {
        font-size: 14px;
    }
    .record-charts p img {
        margin-left: 4px;
        width: 14px;
    }
    .compliance-scorecard-detail-page .two-color-text-wth-lines {
        padding: 16px 24px 16px 24px;
    }
    .three-lines.payer-rates .black-tooltip {
        right: 44px;
    }
    .compliance-scorecard  .beds-tooltip-th{
        white-space: unset !important;
    }
    .compliance-scorecard .enterprise-main__listings .table thead .beds-tooltip .black-tooltip .tooltipFigures {
        font-size: 12px;
        line-height: 15px;
        width: 273px;
        padding: 10px;
    }
    .compliance-scorecard .enterprise-main__listings .black-tooltip .tooltipFigures::after {
        bottom: unset;
        left: 11px;
        top: -7px;
        transform: rotate(180deg);
    }
    .compliance-scorecard .dashboard-mainsearch--listings .black-tooltip {
        top: 29px;
        left: 30px;
        z-index: 9;
    }
    .compliance-scorecard .dashboard-mainsearch--listings .tab-pane > table th, .compliance-scorecard .dashboard-mainsearch--listings .tab-pane > table .accordion-toggle td {
        padding: 13px 14px !important;
    }
    body.turquoise-hm-common-engine section.home-information-section .home-info-img-sec img{
        width: 100%;
    }
    .turquoise-medicare-pricing-engine .home-info-cntnt-sec ul {
        margin: 0 48px 0 0;
    }
    .turquoise-hm-common-engine .home-feature-block h2 br{
        display: none;
    }
    #navbarCollapse .navbar-nav .navbar-item {
        padding: 10px 35px 10px 0;
    }
    .navbar-brand {
        margin: 0 25px 0 0;
    }
    .signupLogin-btns .signUp {
        font-size: 14px;
        margin: 0 20px 0 0;
    }
    .navbar-brand {
        margin: 0 25px 0 0;
    }
    .signupLogin-btns .enterpriseLogin {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
    }
    #navbarCollapse .navbar-nav li:first-child{
        padding-right: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #02363D;
        line-height: 21px;
        font-size: 14px;
        padding: 0;
        font-family: 'HK Grotesk Medium';
        position: relative;
    }
    .sub-menu.mega-menu {
        width: 900px;
        left: -437%;
    }
    .provider-verification .lead-page-form h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .provider-account-creation .claiming p {
        font-size: 14px;
        line-height: 25px;
    }
    .provider-account-creation .claiming p img{
        width: 18px;
    }
    .manageservice-createservice-screen .card-body table tbody td{
        padding: 20px 7px;
    }
    .manageservice-createservice-screen .card-body .ent-tabletd-allrates p:hover .tool-tip{
        left: 50%;
    }
    .manageservice-createservice-screen .rate-mngmnt-search .form-group{
        width: 100%;
    }
    .manageservice-createservice-screen .rate-mngmnt-search .form-group input{
        max-width: 100%;
        width: 100%;
    }
    .manageservice-createservice-screen .ratemngmnt-filterarea .rate-mngmnt-filters ul li{
        display: block;
        margin-right: 0;
    }
    .compliance-health-profile-page .hospital-name {
        font-size: 15px;
    }
    .compliance-health-profile-page .page-title h1{
        font-size: 28px;
    }
    .compliance-health-profile-page .title-btn > ul > li > a {
        font-size: 15px;
    }
    .compliance-health-profile-page .edgar-health-system{
        padding: 32px 0px 63px;
    }
    .compliance-health-profile-page .sidebar-jumpto-section ul li a{
        font-size: 13px;
    }
    .storefront-blocks .am-profile-head-userinfo h2 {
        font-size: 24px;
    }
    .solution-services .hm-banner-info h1 {
        font-size: 45px;
    }
    .solution-services #navbarCollapse .navbar-nav > li:first-child {
        padding-right: 35px;
    }
    .solution-services .signupLogin-btns .signUp::before{
        left: -10px;
    }
    .solution-services .sub-menu.mega-menu {
        width: 740px;
    }
    .searchInner-section {
        padding: 64px 45px 64px;
    }
    .searchInner-section h3 {
        padding: 20px 0 20px 0;
        font-size: 35px;
        line-height: 40px;
    }
    .searchInner-section p {
        font-size: 16px;
        line-height: 24px;
    }
    .solution-services .priceTrans-left-section h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .priceTrans-right-section > p {
        font-size: 16px;
        line-height: 24px;
    }
    .priceTransparency-rules ul li a span {
        font-size: 16px;
        line-height: 24px;
    }
    .contactUs-left h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .contactUs-sect {
        padding: 61px 14px;
    }
    .contactUs-left::before {
        top: -141px;
    }
    .FAQ-title h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .FAQ-section {
        padding: 128px 0;
    }
    .newsletter-content h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .newsletter-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .newsletter-section {
        padding: 45px;
    }
    .ss-provider section.price-transparency-section, .ss-payers section.price-transparency-section, .ss-employers section.price-transparency-section {
        padding: 80px 0;
    }
    .providerSection-features-right h3 {
        font-size: 38px;
        line-height: 45px;
        width: unset;
    }
    .providerSection-features-right p {
        width: unset;
    }
    .providerSection-features {
        padding: 80px 0 80px 0;
    }
    .ss-provider .cta-btn a, .ss-payers .cta-btn a, .ss-employers .cta-btn a {
        width: 100%;
    }
    .ss-provider a.outline-btn, .ss-payers a.outline-btn, .ss-employers a.outline-btn {
        margin: 0 0 10px 0;
    }
    .ss-provider .CTA-content h3, .ss-payers .CTA-content h3, .ss-employers .CTA-content h3 {
        font-size: 38px;
        line-height: 51px;
    }
    .blogContent h4 {
        padding: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .blogContent a {
        font-size: 16px;
        line-height: 24px;
    }
    .clearRates-features {
        padding: 90px 0 0 0;
    }
    .solution-services .hm-banner-info {
        padding: 0 0px 44px 0;
    }
    .accomplished-blocks-inner{
        padding: 30px 17px;
    }
    .accomplished-blocks-inner h3 {
        font-size: 40px;
        line-height: 40px
    }
    .cR-blocks-inner h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .cR-blocks-inner p {
        font-size: 16px;
        line-height: 24px;
        height: 89px;
    }
    .moreProduct-content h4 {
        font-size: 26px;
        line-height: 30px;
    }
    .moreProduct-content {
        padding: 30px 16px;
    }
    .commonGap {
        padding: 80px 0;
    }
    .clearRates-accessData {
        padding: 80px 0 40px 0;
    }
    .accomplished-title{
        margin: 0 0 40px 0;
    }
    .featureSection-inner {
        margin: 0 0 80px 0;
    }
    .clearRates-title{
        margin: 0 0 12px 0;
    }
    .dashboard-title h1{
        font-size: 34px;
        line-height: 38px;
    }
    .dashboard-title{
        padding: 30px;
    }
    .dashboard-tabs-inner {
        padding: 22px 16px;
    }
    .dashboard-tabs-inner h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 10px 0;
    }
    .dashboard-tabs-inner p {
        margin: 0 0 20px 0;
        height: 68px;
        font-size: 14px;
        line-height: 20px;
    }
    .dashboard-tabs-inner a {
        font-size: 15px;
    }
    .dashboard-tabs-inner a img {
        margin: 0px 0 0 5px;
    }
    .storefront-blocks .am-profile-head-userinfo h2 {
        font-size: 24px;
    }
    .healthPlan-title.hospital-info-title-left h2 {
        margin: 0;
        font-size: 25px;
    }
    .dark-bg-header .signupLogin-btns .signUp::before {
        left: -10px;
    }
    .dark-bg-header #navbarCollapse .navbar-nav > li:first-child {
        padding-right: 35px;
    }
    .healthPlan-infoPage .healthPlan-title h2 {
        font-size: 27px;
        line-height: 34px;
    }
    .storefront-blocks .am-profile-head-userinfo h2 {
        font-size: 24px;
    }
    .myCare .searchInner-section {
        padding: 64px 45px;
    }
    .myCare .searchInner-section h3{
        font-size: 28px;
        line-height: 35px;
    }
    .myCare .patient-price h4{
        font-size: 20px;
    }
    .myCare .patient-details a {
        font-size: 20px;
    }
    .myCare .history .home-trns-drk-btn{
        margin: 0 8px 0 0;
    }
    .signupLogin-btns  .signIn-link::before {
        left: -10px;
    }
    .press-and-media .accomplished-blocks-inner {
        width: 20%;
    }
    .commonSpaceBottom {
        padding-bottom: 80px;
    }
    .commonSpaceTop {
        padding-top: 80px;
    }
    .press-media-about-us{
        padding: 80px 0;
    }
    .logos-section {
        padding: 50px 0;
    }
    .press-media-inner h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .kit-availability h3 {
        font-size: 40px;
        line-height: 42px;
    }
    .press-and-media .accomplished-blocks-inner h3 {
        font-size: 40px;
        line-height: 42px;
    }
    .extract-inner-state ul li {
        margin: 16px 0 0 0;
    }
    .extract-inner-state ul {
        margin: 0 0 16px 0;
    }
    .past-version .download-btn{
        margin: 6px 0 0 0;
    }
    .past-version{
        flex-direction: column;
    }
    .rates-record li {
        padding: 5px;
        width: 33%;
    }
    .extract-inner-modal .rates-record li{
        width: 47%;
    }
    .rates-record {
        max-width: unset;
        justify-content: flex-start;
    }
    .create-new-extract .rates-database .choice-section-row li{
        width: 100%;
    }
    .select-dates #accordion2 label{
        font-size: 14px;
        line-height: 20px;
    }
    .select-dates > .card > #collapseOne > .card-body {
        padding: 16px 6px 16px 45px;
    }
    .partnerships .hm-banner-info h1{
        line-height: 64px;
    }
    .partnerships .common-head{
        font-size: 40px;
        line-height: 48px;
    }
    .partnerships.solution-services .home-banner-section {
        padding: 37px 0 64px 0;
    }
    .logo-img-part img{
        max-width: 230px;
    }
    .team-img img {
        width: 100%;
    }
    .gfe-estimate-section-bottom {
        padding: 80px 0 0 0;
    }
    .gfe-cta-section {
        padding: 0 0 80px 0;
    }
    .log-charts{
        flex-direction: column;
    }
    .log-chart-left{
        width: 100%;
    }
    .log-chart-right {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .database-log .ratemngmnt-filterarea{
        flex-direction: column;
    }
    .status-draft p{
        text-align: left;
    }
    .rates_type ul {
        flex-direction: column;
    }
    .rates_type ul li {
        margin: 4px 0;
    }
    .edit-cohorts .ratemngmnt-filterarea{
        flex-direction: column;
    }
    .edit-cohorts .rate-mngmnt-search {
        width: 100%;
        display: unset;
    }
    .edit-cohorts .rate-mngmnt-filters {
        width: 100%;
        justify-content: flex-start;
        margin: 10px 0 0 0;
    }
    .edit-cohorts .rate-mngmnt-filters > ul {
        display: flex;
        justify-content: space-between;
    }
    .edit-cohorts .rate-mngmnt-filters > ul > li:first-child{
        margin: 0;
    }
    .visualizations_inner > li{
        flex-direction: column;
    }
    .visualizations_right{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .visualizations_left {
        width: 100%;
        margin: 0 auto;
    }
    .edit-cohorts .ratemngmnt-mainarea .cs-provider-information {
        align-items: flex-start;
        flex-direction: column;
    }
    .hold-shift {
        margin: 14px 0 0 0;
    }
    .gfe_list .ratemngmnt-tablearea {
        overflow-x: scroll;
    }
    .gfe_list .ratemngmnt-tablearea table{
        width: 1200px;
    }
    .add_co-providers .l-contract-detail-btns {
        width: 100%;
        margin: 20px 0 0 0;
        justify-content: flex-start;
    }
    .l-contract-details.add_services .l-contract-detail-btns{
        justify-content: flex-end;
    }
    .add_co-providers .l-contract-detail-left {
        width: 100%;
    }
    .co_providers .single-contract-rates .l-contract-details {
        flex-direction: column;
    }
    .convening_provider .l-contract-details.add_services .l-contract-detail-btns{
        margin: 0;
    }
    .review_estimate .sc-rs-listings li {
        width: 47% !important;
        margin: 0;
    }
    .review .sc-review_send-language .claims-tablearea table {
        width: 800px;
    }
    .review .sc-review_send-language .claims-tablearea{
        overflow-x: scroll;
    }
    .version_history .rm-head-left,.gfe_summary .rm-head-left {
        width: 100%;
    }
    .fz-60 {
        font-size: 46px !important;
        line-height: 56px !important;
    }
    .analytics_sect p {
        height: 68px;
    }
    .analytics_sect h2 {
        font-size: 33px;
    }
    .clearrate_features h4 {
        height: 62px;
    }
    .gradient-box {
        padding: 64px 40px;
    }
    .gradient-box .gradient_box_btn.cta-btn {
        flex-direction: column;
    }
    .gradient-box .gradient_box_btn.cta-btn .try-rate-sense{
        margin: 0 0 12px 0;
    }
    .main_benefits .gfe-features h5 {
        font-family: 'HK Grotesk Bold';
        font-size: 20px;
        line-height: 24px;
        color: #02363D;
        margin: 0 0 4px 0;
        height: 60px;
    }
    .main_benefits .gfe-features-block h5 {
        height: 50px;
    }
    .clearRates .hm-banner-info {
        padding: 0 0 64px 0;
    }
    .ssp_analytics_sect .analytics_sect h2 {
        height: 128px;
    }
    .new-homePage .home-banner-section.consum-home-banner-sec::after {
        right: 60px;
    }
    .new-homePage .home-browse-blocks .swiper-slide h4 {
        font-size: 30px;
        line-height: 36px;
    }
    .new-homePage .home-browse-blocks .swiper-slide p {
        font-size: 14px;
    }
    .new-homePage .browse-by-health .provider-inner-content {
        height: unset;
    }
    .new-homePage .features-inner-content h4 {
        font-size: 17px;
        line-height: 26px;
    }
    .new-homePage .hm-banner-info h1 {
        line-height: 55px;
    }
    .new-homePage .mob-banner-img {
        display: none;
    }
    .monthly-statistics {
        flex-direction: column;
    }
    .monthly-statistics-left {
        width: 100%;
        margin: 0 0 24px 0;
    }
    .monthly-statistics-right {
        width: 100%;
    }
    .product-service-list .ccs-mainBlock p {
        margin: 0 0 16px 0;
        padding: 0;
    }
    .product-quote .quote-section-left p.small-quote {
        font-size: 20px;
        line-height: 26px;
    }
    .product-quote .quote-section-left .quote-author {
        font-size: 14px;
        line-height: 20px;
        margin: 12px 0 0 0;
    }
}

/*----- Breakpoint max-width 1199px -----*/
@media only screen and (max-width : 1199px){
    .career-page-new .hm-banner-img img {
        width: 100%;
    }
    .value_pointer_inner {
        padding: 30px 30px;
        height: 484px;
    }
    .values_right_sect img {
        width: 100%;
        max-width: unset;
        max-height: unset;
        height: unset;
    }
    .dei_dahboard_inner {
        padding: 80px 58px;
    }
}

/*----- Breakpoint max-width 992px -----*/
@media only screen and (max-width : 992px){
    .hm-banner-info h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .home-banner-section {
        padding: 25px 0 55px 0;
    }
    .hm-banner-info p {
        line-height: 20px;
        margin: 0 0 15px 0;
        font-size: 14px;
    }
    .home-solid-drk-btn {
        padding: 7px 0 8px;
    }
    .home-trns-drk-btn{
        padding: 7px 0 8px;
    }
    .home-feature-block h2 br {
        display: none;
    }
    .home-feature-block h2 {
        font-size: 21px;
        line-height: 28px;
    }
    .home-feature-block p {
        font-size: 14px;
        line-height: 20px;
    }
    .home-info-cntnt-sec h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 25px 0;
    }
    .home-custm-brand .home-info-cntnt-sec {
        padding-left: 70px;
    }
    .home-admin-interface .home-info-cntnt-sec {
        padding-left: 70px;
    }
    .home-patient-insight .home-info-cntnt-sec {
        padding: 0 0 0 70px;
        align-items: flex-start;
    }
    .home-info-cntnt-sec p br {
        display: none;
    }
    .home-info-cntnt-sec p{
        padding: 0 20px 0 0;
    }
    .home-quote-section h3 br{
        display: none;
    }
    .home-quote-section h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .home-whaddya-section h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .home-more-product-section h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .moreproduct-section h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .moreproduct-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .home-whaddya-section {
        padding: 0 0 70px 0;
    }
    .home-more-product-section {
        padding: 50px 0 0 0;
    }
    .moreproduct-section {
        padding: 40px 10px 40px;
    }
    .footer-logo-section > img {
        width: 100%;
    }
    .footer-links-section h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }
    .footer-links-section ul li a {
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
    }
    .consum-home-banner-sec {
        height: auto;
        padding-bottom: 0 !important;
    }
    .home-banner-section.consum-home-banner-sec::after {
        display: none;
    }
    .banner-form .form-group input{
        padding: 20px 20px 20px 55px !important;
    }
    .banner-form form .form-group-submit .banner-submit-btn {
        padding: 18px 20px !important;
    }
    .mob-banner-img {
        display: block;
        text-align: center;
    }
    .consum-home-banner-sec .hm-banner-info h1 {
        font-size: 44px;
        line-height: 50px;
    }
    .consum-home-banner-sec .hm-banner-info h1 span {
        font-size: 44px;
        line-height: 50px;
    }
    .consum-home-banner-sec .banner-form {
        margin: 30px 0 40px 0;
    }
    .hm-banner-info .beta-message {
        font-size: 14px;
        padding: 0 0 30px 0;
    }
    .hm-banner-info .beta-message a {
        font-size: 14px;
    }
    .hm-banner-info .beta-message-bottom-url {
        font-size: 14px;
        padding-bottom: 30px;
    }
    .hm-banner-info .beta-message-bottom-url a {
        font-size: 14px;
    }
    .sidebar-content {
        padding: 28px 0;
    }
    .hospital-name {
        font-size: 14px;
        line-height: 19px;
        margin:0 0 0 20px;
    }
    .hospital-icon p {
        font-size: 26px;
        line-height: 36px;
    }
    .hospital-icon {
        width: 45px;
        height: 45px;
    }
    .browse-searchbar-section .select-dropdown {
        width: 26%;
    }
    .cost-estimate-info form ul {
        flex-direction: column;
        margin: 0;
    }
    .cost-estimate-info form ul li {
        width: 100%;
        margin:0 0 20px 0;
    }
    .estimation-calculator h2 {
        font-size: 20px;
    }
    .albhabet-network-row > .col-md-9{
        width:100%;
        max-width: 100%;
        flex: 100%;
    }
    .blog-featured-section{
        flex-direction: column-reverse;
        margin: 20px 0 0 0;
    }
    .blog-featued-info {
        width: 100%;
        padding: 20px;
    }
    .blog-featured-image {
        width: 100%;
    }
    .blog-featued-info h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-featued-info p {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 12px 0;
    }
    .blog-featued-info a {
        font-size: 12px;
    }
    .blog-grid a{
        font-size: 12px;
    }
    .blog-grid-content {
        padding: 20px;
    }
    .product-banner-info h1 {
        font-size: 44px;
        line-height: 50px;
    }
    .product-banner-section {
        padding: 85px 0 120px 0;
    }
    .product-browse-sec {
        width: 100%;
        margin: 0 auto 50px;
    }
    .lead-page-info h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .lead-page-form form ul{
        flex-direction: column;
        margin: 0;
    }
    .lead-page-form form ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .lead-page-form{
        width:100%;
    }
    .lead-page-form form ul li textarea{
        padding: 13px 15px;
        height: 100px;
    }
    .hospital--information {
        padding: 25px;
    }
    .hospital-price-transparency {
        padding: 25px;
        flex-direction: column;
    }
    .hospital-care-quality-header {
        padding: 25px;
        flex-direction: column;
    }

    .hospital-pricing-comparison {
        padding: 0 25px 50px;
    }
    .pricing-comparison-service {
        padding: 25px;
    }
    .hospital-care-quality {
        padding: 25px;
    }
    .hospital-clinical-services {
        padding: 25px;
    }
    .send-us-feedback {
        padding: 50px 0 ;
    }
    .hospital-info-title {
        flex-direction: column;
    }
    .hospital-info-title-sec {
        width: 100%;
    }
    .hospital-info-title-sec.hospital-info-title-left {
        margin: 0 0 25px 0;
    }
    .hospital-info-title-sec.hospital-info-title-right {
        align-items: flex-start;
    }
    .hospital-detail-map {
        flex-direction: column;
    }
    .hospital-all-detail {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .hospital--map {
        width: 100%;
        padding: 0;
    }
    .price-transparency-left {
        width: 100%;
        margin: 0 0 0px 0;
    }
    .hospital-care-quality-header-left {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .hospital-care-quality-header-right {
        width: 100%;
        padding: 0;
    }
    .price-transparency-right {
        width: 100%;
        padding: 0;
    }
    .hospital-pricing-comparison ul {
        padding: 0;
    }
    .pricing-comp-title {
        width: 30%;
    }
    .pricing-comp-descp {
        width: 70%;
        padding: 0;
    }
    .price-transparency-left h2 {
        margin: 0 0 25px 0;
    }
    .pricing-comparison-servc-titlesec {
        flex-direction: column;
    }
    .pricing-comparison-servc-left {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .pricing-comparison-servc-right {
        width: 100%;
        align-items: flex-start;
    }
    .pricing-compariosn-servc-table .service-name p {
        font-size: 12px;
    }
    .pricing-compariosn-servc-table .cash-price p {
        font-size: 12px;
    }
    .pricing-compariosn-servc-table .below_market {
        font-size: 12px;
        line-height: 13px;
    }
    .order-depth-reports-bottom {
        width: 100%;
    }
    .care-quality-titlesec {
        flex-direction: column;
    }
    .care-quality-title-left {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .care-quality-title-right {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .care-quality-table .service-name p {
        font-size: 12px;
    }
    .care-quality-table .service-name span {
        padding: 0;
    }
    .care-quality-table .hospital--score p {
        font-size: 12px;
    }
    .statewide-text p {
        font-size: 12px;
        line-height: 13px;
    }
    .nation-text p {
        font-size: 12px;
        line-height: 13px;
    }
    .pricing-compariosn-servc-table .service-name span {
        padding: 0;
    }
    .pricing-compariosn-servc-table .above_market {
        font-size: 12px;
        line-height: 13px;
    }
    .pricing-compariosn-servc-table td.cash-price, .pricing-compariosn-servc-table th.cash-price-title {
        display: none;
    }
    .nt-contact-sec {
        flex-direction: column;
    }
    .contact-the-hospital {
        width: 100%;
        margin:0 0 15px 0;
    }
    .contact-the-government {
        width: 100%;
    }
    .nt-complaint-btn a {
        padding: 7px 14px;
        font-size: 13px;
    }
    .dashboard-content-mainbody{
        flex-direction: column;
    }
    .content-mainbody-left {
        width: 100%;
    }
    .content-mainbody-right {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .dashboard-body-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .mainbody-right-blocks {
        margin: 0 0 20px 0;
    }
    .content-mainbody-right .mainbody-right-blocks:last-child{
        margin: 0;
    }
    .dashboard-content-area {
        height: unset;
    }
    .dashboard-content-area.provider-rate-search-cont {
        height: 100vh;
    }
    .provider-rate-search-cont::before {
        display: none;
    }
    .enterprise-search-filter-section {
        width: 100%;
    }
    .enterprise-search-filter-section .apply-filters-fixed {
        position: relative;
        width: 100%;
        border: 0;
        padding: unset;
        margin: 0;
    }
    .enterprise-search-listing-section {
        width: 100%;
    }
    .enterprise-search-mainarea {
        flex-direction: column;
    }
    .ratemngmnt-tablearea {
        overflow-x: scroll;
    }
    .enterprise-headersec-left {
        padding: 0 15px 0 0;
    }
    .enterprise-headersec-left h3 {
        font-size: 25px;
    }
    .more-information-tabs.single-contract-tabs .nav-link {
        font-size: 14px;
        margin: 0 14px 0 0;
    }
    .sc-sidebar-comment-input-stickybar {
        position: sticky;
        width: unset;
    }
    .single-contract-coversheet .choice-section label {
        font-size: 12px;
    }
    .ratemngmnt-filterarea.single-contract-detailarea{
        flex-direction: column;
    }
    .single-contract-details {
        width: 100%;
    }
    .single-contract-version {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .single-contract-version ul {
        justify-content: flex-start;
    }
    form .single-contract-coversheet ul {
        flex-direction: column;
        margin: 0;
    }
    form .single-contract-coversheet ul li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .single-contract-coversheet .choice-section-row li:last-child {
        padding: 0;
    }
    .sc-addservice-mainsec .r-included-services .public-field #id_public{
        flex-direction: initial;
        flex-wrap: initial;
    }
    form .single-contract-rates ul {
        flex-direction: column;
    }
    form .single-contract-rates ul li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    form .single-contract-rates ul li:last-child {
        width: 100%;
        display: flex;
    }
    .delete-icon {
        position: relative;
        right: 0;
        margin: 0 0 0 15px;
    }
    .single-contract-recipients form ul li:first-child {
        width: 70%;
    }
    .single-contract-recipients form ul li:last-child {
        width: 28%;
    }
    .single-contract-recipients .single-contract-review_send ul li:first-child {
        width: 70%;
    }
    .single-contract-recipients .single-contract-review_send ul li:last-child {
        width: 28%;
    }
    .single-contract-comments form ul li:first-child {
        width: 74%;
    }
    .single-contract-comments form ul li:last-child {
        width: 25%;
    }
    .organization-name-block {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 32px 35px 100px;
    }
    .organization-name-block h2 {
        margin: 0 0 20px 0;
    }
    .organization-name-block h2::before {
        position: absolute;
        left: -75px;
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
    .pl-block-head-left img {
        max-width: 45px;
        margin: 0 20px 0 0;
    }
    .pl-block-head-left h3 {
        font-size: 20px;
    }
    .pl-block-info-left p {
        font-size: 14px;
    }
    .pl-block-info-right ul li {
        font-size: 14px;
    }
    .pl-block-info-right {
        padding: 0 0 0 15px;
    }
    .am-profile-head-userinfo img {
        max-width: 60px;
    }
    .am-profile-head-userinfo h2 {
        font-size: 25px;
    }
    .am-profile-head-userinfo h2 span {
        font-size: 13px;
    }
    .am-profile-head-userinfo p {
        font-size: 13px;
    }
    .am-profile-head-btn a {
        margin: 0 15px 0 0;
        font-size: 14px;
    }
    .am-profile-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .am-profile-head-btn {
        margin: 18px 0 0 0;
    }
    .sc-cont-sidebar {
        flex-direction: column-reverse;
    }
    .sc--sidebar {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #dee2e6;
    }
    .single-contract-form_btn {
        width: 100%;
    }
    .sc-sidebar-db-dv p{
        max-width: 100px;
    }
    .sc-addservice-mainsec .service-addsection ul li {
        width: 100% !important;
        display: block !important;
    }
    .career-value-section .row .col-md-4 h3 {
        font-size: 20px;
    }
    .career-value-section .row .col-md-4 p {
        padding: 0;
    }
    .career-benefits-blocks {
        margin: 0 0 20px 0;
    }
    .career-team-section .career-team-blocks{
        width: 100%;
    }
    .career-team-blocks img {
        width: 100%;
    }
    .career-crntopng-mainsec {
        padding: 55px;
    }
    .organizations-list-head h3{
        font-size: 18px;
    }
    .organizations-list-head a{
        font-size: 14px;
        margin: 8px 0 0 0;
    }
    .organizations-list-head{
        flex-direction: column;
        align-items: flex-start;
    }
    .dashboard-content-area.enterprise-admin-search.dashboard-main--search {
        height: 100vh;
    }
    .dashboard-search-tabs .search-result-searchbar .banner-form form .form-group {
    }
    .dashboard-search-tabs .search-result-searchbar .banner-form form .form-group-submit {
        width: 25%;
    }
    .enterprise-main__listings.dashboard-mainsearch--listings .tab-content .tab-pane {
        overflow-x: scroll;
    }
    .dashboard-main--search .enterprise-listing-searchbar .select-dropdown {
        width: 20%;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group,
    .dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group {
        width: 62%;
    }
    .dashboard-mainsearch--listings .tab-pane > table th, .dashboard-mainsearch--listings .tab-pane > table .accordion-toggle td {
        white-space: nowrap;
    }
    .browse-pagination .alphabet-pagination ul li a {
        padding: 3px 8px;
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form {
        flex-direction: column;
        border: 0 !important;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group {
        width: 100% !important;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group-submit {
        width: 100% !important;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group {
        width: 100% !important;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group.form-group-city::before {
        display: none;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group.form-group-city input {
        border-top: 1px solid #DBDDE0 !important;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group input {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group-submit .banner-submit-btn {
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-top-right-radius: 0 !important;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form,
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset {
        border: 0;
        flex-direction: column;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .select-dropdown {
        width: 100%;
        border-top-right-radius: 20px;
        padding: 11px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
        justify-content: center;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form .form-group,
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset .form-group {
        width: 100%;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form .form-group.form-group-city,
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset .form-group.form-group-city {
        width: 100%;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form .form-group-submit,
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset .form-group-submit {
        width: 100%;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .select-dropdown.open--hasmenu .has-options {
        top: 44px;
        width: 100%;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form .form-group.form-group-city::before,
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset .form-group.form-group-city::before {
        display: none;
    }
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form form .form-group-submit .banner-submit-btn,
    .dashboard-main--search .carelocations-listing-sections .enterprise-listing-searchbar .banner-form fieldset .form-group-submit .banner-submit-btn {
        border-top-right-radius: unset !important;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
    .single-contract-page-qty .sc-addservice-mainsec .service-addsection ul li {
        width: 100% !important;
    }
    .single-contract-page-qty .sc-addservice-mainsec .service-addsection ul li.qty,
    .single-contract-page-qty .sc-addservice-mainsec .service-addsection ul li.main_service {
        width: 100% !important;
    }
    .start-your-bundle {
        flex-direction: column;
        align-items: flex-start;
    }
    .start-your-bundle .from-storefront{
        margin: 15px 0 0 0;
    }
    .pp-hospital-info {
        width: 100%;
    }
    .pp-sidebar {
        width: 100%;
    }
    .hospital-price-transparency-mainblock .price-transparency-left {
        margin: 0 0 25px 0;
    }
    .hospital-price-transparency-mainblock .pricing-compariosn-servc-table th.cash-price-title{
        display: revert;
    }
    .hospital-price-transparency-mainblock .pricing-compariosn-servc-table td.cash-price{
        display: revert;
    }
    .ri-ratesquartiles-section,.ri-dataanalysis-section{
        overflow-x: scroll;
    }
    .compliance-scorecard .main-content-section .container > .row {
        flex-direction: column;
    }
    .compliance-scorecard .col-md-9.main-sidebar.browse-main-cont {
        max-width: 100%;
        border-right: 0;
        max-width: 100%;
    }
    .compliance-scorecard .col-md-3.main-sidebar{
        border: 0;
        width: 100%;
        max-width: 100%;
    }
    .compliance-scorecard-detail-page .main-content-section .container > .row {
        flex-direction: column-reverse;
    }
    .compliance-scorecard-detail-page .col-md-3.main-sidebar {
        border: 0;
        width: 100%;
        max-width: 100%;
    }
    .compliance-scorecard-detail-page .col-md-9.edgar-health-system{
        max-width: 100%;
    }
    .compliance-scorecard-detail-page .edgar-health-system {
        padding: 32px 0px 30px;
    }
    .compliance-scorecard-detail-page .header-blue-bg .navbar-toggler-icon {
        color: #fff;
        background-image: url("../images/menu-wht.69fc36c08197.svg");
    }
    .compliance-scorecard-detail-page .navbar-toggler{
        border: none;
    }

    .compliance-scorecard-detail-page .mrf-scorecard h2 {
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 25px 0;
    }
    .compliance-scorecard-detail-page .scorecard-rating h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .compliance-scorecard-detail-page .multicolor-text {
        font-size: 16px;
        line-height: 22px;
    }
    .compliance-scorecard-detail-page .multicolor-text span{
        font-size: 16px;
        line-height: 22px;
    }
    .mrf-scorecard.hsptl-glance > span{
        margin:25px 0 0 0;
    }
    .col-md-6.charges-info .record-charts {
        margin: 0 10px 0 4px;
    }
    .three-lines.payer-rates .black-tooltip {
        right: 39px;
    }
    ul.three-lines{
        margin-top: 52px;
    }
    .compliance-scorecard-detail-page .multicolor-text {
        font-size: 14px;
    }
    .mrf-scorecard.hsptl-glance > p {
        font-size: 14px;
    }
    .compliance-scorecard-detail-page .multicolor-text span {
        font-size: 14px;
    }
    .compliance-scorecard-detail-page .signupLogin-btns .signUp {
        color: #02363d;
    }
    .compliance-scorecard-detail-page .header-blue-bg .navbar-light .navbar-nav .nav-link {
        color: #02363d;
    }
    .hsptl-records h3{
        letter-spacing: 1.12px;
        font-size: 11px;
    }
    .title-btn > ul > li > a {
        font-size: 13px;
        padding: 9px 15px;
    }
    ul.sharing-options {
        top: 43px;
    }
    .compliance-scorecard-detail-page .page-title h1{
        font-size: 32px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-all-detail {
        width: 100%;
    }
    .compliance-scorecard-detail-page .provider-info .hospital--map{
        width: 100%;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-info-title-sec h2 {
        font-size: 24px;
        line-height: 27px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-clinical-services h2{
        font-size: 24px;
        line-height: 27px;
    }
    .compliance-scorecard-detail-page .provider-info .send-us-feedback {
        padding: 10px 32px 20px 32px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-info-title {
        padding-bottom: 20px;
    }
    .compliance-scorecard-detail-page .edgar-health-system.hospital-info-cont{
        padding: 32px 0 30px;
    }
    .compliance-scorecard-detail-page .edgar-health-system.browse-main-cont{
        padding: 32px 0 0 0;
    }
    .home-feature-section {
        padding: 120px 0;
    }
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
    #navbarCollapse {
        display: none !important;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 99;
        padding: 15px 20px;
        border-radius: 5px;
        flex-direction: column;
        align-items: flex-start;
        top: 45px;
        max-height: 500px;
        overflow-y: scroll;
    }
    header .navbar {
        justify-content: space-between;
    }
    #navbarCollapse.navbar-collapse.collapse.showMenu {
        display: block !important;
        padding: 20px 20px 30px;
        border-radius: 5px;
        top: 45px;
    }
    #navbarCollapse .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    #navbarCollapse .navbar-nav .navbar-item {
        padding: 0 !important;
        border-bottom: 1px solid #E3E6EB;
    }
    .dark-bg-header .sub-menu.mega-menu {
        left: 0;
    }
    #navbarCollapse .navbar-item.has-menu > a::after {
        right: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 16px 5px;
        color: #02363D !important;
    }
    .header-blue-bg .navbar-toggler-icon {
        color: #fff;
        background-image: url("../images/menu-wht.69fc36c08197.svg");
    }
    .signupLogin-btns .signUp {
        font-size: 16px;
        margin: 0 25px 0 0;
        color: #02363D !important;
    }
    .signupLogin-btns .enterpriseLogin {
        padding: 10px 29px;
        font-size: 16px;
    }
    .signupLogin-btns {
        margin: 21px auto 0;
        justify-content: center;
    }
    .sub-menu{
        display: none;
        position: relative;
    }
    .navbar-item.has-menu.showDropdown .sub-menu {
        display: block !important;
        transform: scale(1);
        top: unset;
        box-shadow: unset;
        background: #f2f2f2;
        border-radius: 0;
    }
    #navbarCollapse .navbar-item.has-menu.showDropdown .sub-menu{
        margin: 0 0 20px 0 !important;
    }
    .navbar-item.has-menu.showDropdown > a::after{
        transform: rotate(180deg);
    }
    #navbarCollapse .navbar-item.has-menu .small-menu li a{
        text-decoration: none;
    }
    #navbarCollapse .navbar-item.has-menu.showDropdown .sub-menu li:hover{
        background: #eeeded;
    }
    .navbar-item.has-menu.resourcesNavitem .sub-menu.small-menu {
        width: 100%;
    }
    .sub-menu.mega-menu{
        width: 100%;
        left: unset;
        padding: 0;
    }
    #navbarCollapse .navbar-nav li:first-child {
        padding-right: 0;
    }
    .megaMenu-block{
        flex-direction: column;
    }
    .megaMenu-block-section {
        width: 100%;
    }
    .megaMenu-row {
        margin: 0;
        padding: 10px 12px;
        border-bottom: 1px solid #E3E6EB;
    }
    .megaMenu-row a span{
        display: none;
    }
    .megaMenu-row a{
        text-decoration: none;
    }
    .megaMenu-row:hover{
        background: #eeeded;
    }
    .sub-menu.mega-menu li{
        background: transparent !important;
    }
    .provider-verification .lead-page-info h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .provider-account-creation .lead-page-info > p {
        font-size: 17px;
        line-height: 22px;
    }
    .terms-of-service .sidebar-termsOfService-section h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .terms-of-service .sidebar-termsOfService-section ul li a{
        font-size: 16px;
        line-height: 22px;
    }
    .provider-account-creation ul.form-single-column.sign-in a {
        display: block;
        margin: 4px 0 0 0;
    }
    .provider-account-creation .claiming {
        margin: 30px 0 24px 0;
    }
    .provider-account-creation .lead-page-info p a {
        font-size: 17px;
        line-height: 22px;
    }
    .rate-mngmnt-insura-contract table.rm-rates tbody tr td:nth-child(3) {
        padding-left: 4px;
    }
    .rate-mngmnt-insura-contract table.rm-rates tbody tr td:nth-child(2) {
        padding-left: 4px;
    }
    .rate-mngmnt-insura-contract table.rm-rates thead tr th:nth-child(3) {
        padding-left: 4px;
    }
    .rate-mngmnt-insura-contract table.rm-rates thead tr th:nth-child(2) {
        padding-left: 4px;
    }
    .turquoise-medicare-pricing-engine .home-info-cntnt-sec ul {
        margin: 0px 30px 0 0;
    }
    .turquoise-medicare-pricing-engine .home-info-cntnt-sec ul li {
        margin: 0 0 15px 0;
    }
    .turquoise-medicare-pricing-engine .home-info-cntnt-sec br {
        display: none;
    }
    .turquoise-medicare-pricing-engine .home-info-cntnt-sec h2 {
        margin: 0px 20px 20px 0;
        font-size: 29px;
        line-height: 39px;
    }
    .turquoise-medicare-pricing-engine .home-patient-insight .home-info-cntnt-sec {
        padding: 0px 0 0px 30px;
    }
    .turquoise-medicare-pricing-engine .home-custm-brand .home-info-cntnt-sec {
        padding-left: 30px;
    }
    .single-contract-rates ul.choice-section-row.ms-facilities-choice li {
        width: 33%;
    }
    .sc-addservice-mainsec .r-included-services .ms-services-searchsec .name-field,
    .sc-addservice-mainsec .r-included-services .ms-services-searchsec .cash_price-field {
        width: 100%;
    }
    .manageservice-createservice-screen .services-dropdown {
        width: 100%;
        margin-top: 10px;
    }
    .ms-services-searchsec {
        flex-direction: column;
    }
    .single-contract-rates .choice-section-row.ms-facilities-choice{
        flex-direction: column;
    }
    .sc-addservice-mainsec .r-included-services .ms-services-searchsec .name-field {
        padding: 0;
        width: 100%;
    }
    .manageservice-createservice-screen .services-dropdown {
        width: 50%;
    }
    .single-contract-rates .choice-section-row.ms-facilities-choice .choice-section label{
        font-size: 14px;
    }
    .manageservice-createservice-screen .card-body table tbody td{
        font-size: 14px;
        line-height: 20px;
    }
    .manageservice-createservice-screen .card-body .ent-tabletd-allrates p {
        font-size: 14px;
        line-height: 20px;
    }
    .manageservice-createservice-screen .card-body tbody span {
        font-size: 14px;
        line-height: 20px;
    }
    .manageservice-createservice-screen .card-body table tbody td.actions ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .manageservice-createservice-screen .enterprise-search-filter-section .card-body{
        overflow-x: scroll;
    }
    .manageservice-createservice-screen .card-body .ent-tabletd-allrates .tool-tip {
        font-size: 12px;
        line-height: 16px;
    }
    .manageservice-createservice-screen .card-body .ent-tabletd-allrates .tool-tip::after {
        bottom: 56px;
    }
    .ms-category-addsection {
        width: 100%;
    }
    .ms-category-manage-section {
        width: 100%;
        margin: 50px 0 0 0;
    }
    .ms-categories-section{
        flex-direction: column;
        height: unset;
    }
    .compliance-scorecard .main-content-section .container > .row {
        flex-direction: column;
    }
    .compliance-scorecard .col-md-9.main-sidebar.browse-main-cont {
        max-width: 100%;
        border-right: 0;
        max-width: 100%;
    }
    .compliance-scorecard .col-md-3.main-sidebar{
        border: 0;
        width: 100%;
        max-width: 100%;
    }
    .compliance-scorecard-detail-page .main-content-section .container > .row {
        flex-direction: column-reverse;
    }
    .compliance-scorecard-detail-page .col-md-3.main-sidebar {
        border: 0;
        width: 100%;
        max-width: 100%;
    }
    .compliance-scorecard-detail-page .col-md-9.edgar-health-system{
        max-width: 100%;
    }
    .compliance-scorecard-detail-page .edgar-health-system {
        padding: 32px 0px 30px;
    }
    .compliance-scorecard-detail-page .header-blue-bg .navbar-toggler-icon {
        color: #fff;
        background-image: url("../images/menu-wht.69fc36c08197.svg");
    }
    .compliance-scorecard-detail-page .navbar-toggler{
        border: none;
    }
    .compliance-scorecard-detail-page .mrf-scorecard h2 {
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 25px 0;
    }
    .compliance-scorecard-detail-page .scorecard-rating h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .compliance-scorecard-detail-page .multicolor-text {
        font-size: 16px;
        line-height: 22px;
    }
    .compliance-scorecard-detail-page .multicolor-text a{
        font-size: 16px;
        line-height: 22px;
    }
    .mrf-scorecard.hsptl-glance > span{
        margin:25px 0 0 0;
    }
    .col-md-6.charges-info .record-charts {
        margin: 0 10px 0 4px;
    }
    .three-lines.payer-rates .black-tooltip {
        right: 39px;
    }
    ul.three-lines{
        margin-top: 52px;
    }
    .compliance-scorecard-detail-page .multicolor-text {
        font-size: 14px;
    }
    .mrf-scorecard.hsptl-glance > p {
        font-size: 14px;
    }
    .compliance-scorecard-detail-page .multicolor-text a {
        font-size: 14px;
    }
    .compliance-scorecard-detail-page .signupLogin-btns .signUp {
        color: #02363d;
    }
    .compliance-scorecard-detail-page .header-blue-bg .navbar-light .navbar-nav .nav-link {
        color: #02363d;
    }
    .hsptl-records h3{
        letter-spacing: 1.12px;
        font-size: 11px;
    }
    .title-btn > ul > li > a {
        font-size: 13px;
        padding: 9px 15px;
    }
    ul.sharing-options {
        top: 43px;
    }
    .compliance-scorecard-detail-page .page-title h1{
        font-size: 32px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-all-detail {
        width: 100%;
    }
    .compliance-scorecard-detail-page .provider-info .hospital--map{
        width: 100%;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-info-title-sec h2 {
        font-size: 24px;
        line-height: 27px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-clinical-services h2{
        font-size: 24px;
        line-height: 27px;
    }
    .compliance-scorecard-detail-page .provider-info .send-us-feedback {
        padding: 10px 32px 20px 32px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-info-title {
        padding-bottom: 20px;
    }
    .compliance-scorecard-detail-page .edgar-health-system.hospital-info-cont{
        padding: 32px 0 30px;
    }
    .compliance-scorecard-detail-page .edgar-health-system.browse-main-cont{
        padding: 32px 0 0 0;
    }
    .compliance-health-profile-page .title-btn > ul > li > a {
        font-size: 12px;
        padding: 9px 10px;
    }
    .compliance-health-profile-page .title-btn a.share-btn{
        margin: 0 0 0 5px;
    }
    .compliance-health-profile-page .page-title h1 {
        font-size: 20px;
        line-height: 35px;
    }
    .payer-directory .ratemngmnt-tablearea table {
        width: 800px;
    }
    .payer-directory-profile-page .hospital-clinical-services-mainblock {
        border: 0;
    }
    .compliance-scorecard-detail-page .mrf-title .tool-tip {
        top: -9px;
    }
    .compliance-scorecard-detail-page .mrf-title p {
        margin: 0 0 25px 0;
    }
    .manage-storefront-detail-page .enterprise-headersec-right a {
        margin: 0 0 5px 5px;
    }
    .solution-services .hm-banner-info h1 {
        font-size: 31px;
        line-height: 38px;
        margin: 20px 0;
    }
    .solution-services .hm-banner-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .solution-services .hm-banner-info ul {
        margin: 20px 0 0 0;
    }
    .solution-services .home-banner-section {
        padding: 25px 0 0 0;
    }
    .searchInner-section a.home-solid-drk-btn{
        width: fit-content;
        padding: 12px;
        font-size: 16px;
    }
    .solution-services section.home-banner-section .home-solid-drk-btn{
        width: 150px !important;
        padding: 8px 0 8px;
        font-size: 16px;
    }
    .solution-services section.home-banner-section .home-trns-drk-btn {
        width: 150px !important;
        padding: 8px 0 8px;
        font-size: 16px;
    }
    .searchInner-section h3 {
        padding: 15px 0;
        font-size: 25px;
        line-height: 34px;
    }
    .searchInner-section a{
        font-size: 16px;
    }
    .searchInner-section {
        padding: 48px 32px 48px;
    }
    .searchInner-section img {
        width: 60px;
    }
    .solution-services section.search-section {
        padding: 80px 0;
    }
    .solution-services .priceTrans-left-section h3 {
        font-size: 24px;
        line-height: 35px;
    }
    section.price-transparency-section {
        padding: 0 0 80px 0;
    }
    .contactUs-left h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .contactUs-left p {
        font-size: 16px;
        line-height: 24px;
    }
    .contactUs-left::before {
        left: -37px;
        top: -95px;
    }
    .contactUs-left {
        padding: 0 0 0 214px;
    }
    .contactUs-sect a.home-solid-drk-btn {
        padding: 12px;
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .contactUs-sect {
        padding: 40px 20px;
        flex-direction: column;
    }
    .FAQ-section {
        padding: 80px 0;
    }
    .FAQ-section button.btn.btn-link {
        padding: 15px 0;
        font-size: 15px;
        line-height: 24px;
    }
    .FAQ-title h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .FAQ-section .card-body {
        padding: 0 0 30px 0;
    }
    .newsletter-form input[type="submit"] {
        margin: 15px 0 0 0px;
        width: 293px;
    }
    .priceTrans-right-section > p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
    .providerSection-features-right h3 {
        font-size: 24px;
        line-height: 36px;
        padding: 18px 0;
    }
    .providerSection-features-right > img {
        width: 38px;
    }
    .providerSection-features-right p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 18px 0;
    }
    .providerSection-features-right a {
        font-size: 16px;
        line-height: 24px;
    }
    .features-inner-content h4 {
        font-size: 18px;
    }
    .ss-provider .CTA-content, .ss-payers .CTA-content, .ss-employers .CTA-content {
        padding: 40px 0;
    }
    .blogSection {
        padding: 80px 0;
    }
    .blogContent h4 {
        height: 90px;
    }
    .ss-provider .CTA-content h3, .ss-payers .CTA-content h3, .ss-employers .CTA-content h3 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 30px 0;
        width: 100%;
    }
    .ss-provider .CTA-content, .ss-payers .CTA-content, .ss-employers .CTA-content {
        padding: 34px 0;
        flex-direction: column;
    }
    .ss-provider .cta-btn a, .ss-payers .cta-btn a, .ss-employers .cta-btn a {
        width: 100%;
        margin: 0;
    }
    .ss-provider .cta-btn, .ss-payers .cta-btn, .ss-employers .cta-btn {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .ss-provider a.outline-btn, .ss-payers a.outline-btn, .ss-employers a.outline-btn {
        margin: 0 10px 0 0;
    }
    .ss-employers .CTA-section {
        padding: 40px 0;
    }
    .solution-services .sub-menu.mega-menu {
        width: unset;
        left: unset;
    }
    .dashboard-title::after {
        display: none;
    }
    .dashboard-title h1{
        font-size: 32px;
    }
    .dashboard-tabs-inner {
        width: 49% !important;
    }
    .dashboard-tabs-inner p {
        height: 60px;
        font-size: 13px;
        line-height: 18px;
    }
    .healthPlan-infoPage .hospital-icon img {
        width: 45px;
    }
    .healthPlan-infoPage .hospital-info-title-sec.hospital-info-title-right {
        margin: 10px 0 0 0;
    }
    .healthPlan-infoPage .about-hospital-info ul li h6 span{
        font-size: 14px;
        line-height: 20px;
    }
    .healthPlan-infoPage .hospital-info-cont {
        padding: 20px;
    }
    .healthPlan-infoPage .about-hospital-info ul li img {
        margin: 0 8px 0 0;
    }
    .healthPlan-infoPage .table td {
        padding: 12px;
    }
    .healthPlan-infoPage .table td a {
        font-size: 14px;
    }
    .healthPlan-infoPage table p {
        font-size: 14px;
    }
    .healthPlan-infoPage .table .thead-dark th{
        padding: 12px;
        letter-spacing: 1.00px;
    }
    .healthPlan-infoPage .searchCare-left h4 span {
        font-size: 14px;
        line-height: 20px;
    }
    .healthPlan-infoPage .site-cta-section .col-xl-4.col-md-5 {
        display: flex;
        justify-content: flex-end
    }
    .healthPlan-infoPage .site-cta-section h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 10px 0;
    }
    .site-reformedCTA-section h2{
        font-size: 28px;
        line-height: 34px;
        margin: 10px 0;
    }
    .site-reformedCTA-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .healthPlan-infoPage .site-cta-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .healthPlan-infoPage .site-cta-section {
        padding: 56px 20px;
    }
    .manage-storefront-detail-page .enterprise-headersec-right a {
        margin: 0 0 5px 5px;
    }
    .msf-featured-services-rates li a {
        font-size: 14px;
    }
    .msf-featured-services-rates li {
        margin: 0px 0 0px 18px;
        line-height: 20px;
    }
    .msf-featured-services-rates h3 {
        font-size: 15px;
    }
    .msf-featured-services-rates h3 span {
        font-size: 15px;
    }
    .site-reformedCTA-section{
        padding: 56px 20px;
    }
    .signIn-link.show-signIn-subMenu ~ ul.signIn-subMenu{
        display: block;
    }
    .signupLogin-btns .signIn-link::before {
        display: none;
    }
    .signIn-link.show-signIn-subMenu::after {
        transform: rotate(180deg);
    }
    ul.signIn-subMenu{
        left: 50%;
        transform: translateX(-50%);
    }
    .dark-bg-header.light-bg-header .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .myCare .searchInner-section {
        padding: 36px 18px;
    }
    .myCare-title h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .myCare .searchInner-section h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .myCare .searchInner-section img {
        width: 60px;
    }
    .myCare .patient-details {
        margin: 0 0 0 10px;
    }
    .notifications ul .notViewedNotification::before{
        top: 34px;
    }
    .press-and-media .accomplished-blocks .accomplished-blocks-inner:last-child{
        margin: unset;
    }
    .press-and-media .accomplished-blocks-inner{
        margin: 0 !important;
    }
    .press-and-media .accomplished-blocks-inner {
        width: 25%;
    }
    .kit-availability h3 {
        font-size: 35px;
        line-height: 35px;
    }
    .kit-availability p{
        margin: 17px 0;
    }
    .press-media-inner h2 {
        font-size: 35px;
        line-height: 38px;
    }
    .press-and-media .accomplished-blocks-inner h3 {
        font-size: 35px;
        line-height: 38px;
    }
    .press-media-about-us .about-us-inner li {
        width: 32%;
        padding: 10px 0;
    }
    .press-media-about-us ul {
        flex-wrap: wrap;
     }
    .press-media-about-us .about-us-inner li h5{
         margin: 0;
    }
    .signupLogin-btns .enterpriseLogin {
        background: #36C5BA !important;
        color: #fff !important;
    }
    .kit-availability {
        padding: 0 0 0 10px;
    }
    .partnerships.solution-services .hm-banner-info h1{
        font-size: 48px;
        line-height: 56px;
    }
    .partnerships.solution-services .hm-banner-info p{
        font-size: 18px;
        line-height: 28px;
    }

    .partnerships .commonSpace {
        padding: 64px 0;
    }
    .logosSection.commonSpace {
        padding: 28px 0 64px 0;
    }
    .partners-featured.commonSpace{
        padding: 64px 0 0 0;
    }
    .partnerships .common-head{
        font-size: 40px;
        line-height: 48px;
    }
    .featured-section h2 {
        margin: 0 0 20px 0;
    }
    .partner-img {
        width: 100%;
        max-width: unset;
        height: 220px;
    }
    .partner-detail {
        margin: 16px 0 0 0;
    }
    .team-inner {
        margin: 32px 0 0 0;
    }
    .team-section{
        padding: 64px 0;
    }
    .partner-detail h3{
        font-size: 32px;
        line-height: 40px;
    }
    .turquoise-browse .page-title h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .browse-section .alphabet-wise-names ul {
        justify-content: space-between;
    }
    .browse-section .alphabet-wise-names ul li {
        width: 30%;
    }
    .extract-inner-state {
        width: 100%;
    }
    .extract-image {
        width: 100%;
        margin: 50px 0 0 0;
    }
    .extract-upperContent{
        flex-direction: column;
    }
    .extract-title {
        width: 100%;
    }
    .extract-date {
        width: 100%;
        justify-content: flex-start;
        margin: 20px 0 0 0;
    }
    .extract-bottomContent {
        flex-direction: column;
    }
    .rates-record {
        width: 100%;
    }
    .past-version {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        margin: 10px 0 0 0;
    }
    .past-version .download-btn {
        margin: 0 0 0 15px;
    }
    .rates-record li {
        width: 47%;
    }
    .create-new-extract .single-contract-form_btn{
        width: 100%;
    }
    .create-new-extract .rates-database .choice-section-row li{
        margin: 0;
    }
    .data-source-details .rates-database li{
        margin:0;
    }
    .report-frequency .time-period li {
        margin: 0;
    }
    .criteria-options{
        margin: 0 !important;
    }
    .report-frequency .extract-recurring-empty ul > li > ul > li {
        width: 50% !important;
    }
    .recurring-info li ul li:last-child {
        margin: 0;
    }
    .recurring-report-end li ul li:last-child {
        margin: 0;
    }
    .gfe-features h5 {
        line-height: 24px;
    }
    .gfe-features p {
        font-size: 14px;
        line-height: 19px;
    }
    .database-log .ratemngmnt-tablearea{
        overflow-x: scroll;
    }
    .database-log .ratemngmnt-tablearea table{
        width: 900px;
    }
    .database-log .qty-providers{
        flex-direction: column;
    }
    .provider-number{
        width: 100%;
    }
    .provider-number.health-systems {
        margin: 10px 0 0 0;
    }
    .comparison-card a {
        width: 100%;
    }
    .standard-report-list .ratemngmnt-tablearea table{
        width: 900px;
    }
    .report_status_inner p {
        font-size: 14px;
    }
    .edit-cohorts .ratemngmnt-tablearea table{
        width: 800px;
    }
    .edit-cohorts .invite-sentsuccessfully-popup {
        max-width: 350px;
        left: 50%;
    }
    .edit-cohorts .rate-mngmnt-search {
        width: 100%;
        display: unset;
    }
    .invitation_form_inner {
        margin: 18px 0 64px 0;
    }
    .invitation_form_inner.invitation-form-confirm {
        margin-bottom: 64px;
    }
    .invited_create_account .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .invited_create_account .signupLogin-btns{
        margin: 0;
    }
    .invited_create_account .signupLogin-btns {
        justify-content: flex-start;
        margin: 16px 0 0 0 !important;
    }
    .signIn_brdr_btn{
        margin: 0;
    }
    .invited_create_account  .navbar-light .navbar-nav .navbar-item .nav-link {
        margin: 0px 5px;
        font-size: 18px;
    }
    .invited_create_account  #navbarCollapse .navbar-nav li:first-child{
        padding: 0 !important;
    }
    .new-homePage .mob-banner-img img {
        width: 100%;
        max-width: 400px;
        display: block !important;
        margin: 45px auto 0;
    }
    .new-homePage .home-browse-section h2 {
        font-size: 45px;
    }
    .new-homePage .features-inner-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .quote-section-left {
        padding: 32px 28px;
    }
    .quote-section-left img {
        width: 45px;
    }
    .quote-section-left p {
        font-size: 23px;
        line-height: 30px;
    }
    .product-quote .quote-section-left p.small-quote {
        font-size: 18px;
        line-height: 22px;
    }
    .product-quote .quote-section-left .quote-author {
        font-size: 14px;
        line-height: 20px;
        margin: 12px 0 0 0;
    }
    .new-homePage .home-browse-section {
        padding: 80px 0 0;
    }
    .new-homePage .providerSection-features.viewPartners {
        padding: 80px 0;
    }
    .quote-section {
        padding: 80px 0;
    }
    .new-homePage .providerSection-features-right h3 {
        font-size: 40px;
        line-height: 48px;
        margin: 16px 0;
    }
    .new-homePage .providerSection-features {
        padding: 0 0 80px 0;
    }
    .new-homePage .providerSection-features-right p {
        font-size: 18px;
        line-height: 28px;
        margin: 0px 0 16px 0;
    }
    .new-homePage .providerSection-features-right a {
        font-size: 18px;
        line-height: 28px;
    }
    .new-homePage .quotes-title-inner h2 {
        font-size: 39px;
        line-height: 48px;
    }
    .new-homePage .quotes-title-inner p {
        font-size: 18px;
        line-height: 28px;
    }
    .new-homePage .browse-by-health {
        padding: 80px 0 !important;
    }
    .new-homePage .clearRates-overview-section {
        padding: 80px 0 40px 0;
    }
    .new-homePage .logo-img {
        padding: 15px 0;
    }
    .new-homePage .logos-section {
        padding: 30px 0;
    }
    .new-homePage .footer-bottom-logo {
        width: unset !important;
    }
    .copyright-menu li {
        line-height: 16px;
    }
    .product-service-list .ccs-mainBlock p {
        min-height: unset;
    }
    .product-service-list .ccs-mainBlock h4 {
        height: unset;
    }
}


/*----- Breakpoint max-width 991px -----*/
@media only screen and (max-width:991px){
    .clearrate_features .ccs-mainBlock p {
        font-size: 16px;
        line-height: 23px;
    }
    .gradient-box h2 {
        font-size: 35px;
        line-height: 40px;
    }
   .main_benefits .gfe-features-block h5 {
        height: 57px;
    }
    .analytics_sect h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .analytics_sect p {
        height: 97px;
    }
    .analytics_sect {
        padding: 37px;
    }
    .gradient-box h2{
        width: 70%;
    }
    .fz-60 {
        font-size: 35px !important;
        line-height: 56px !important;
    }
    .clearRates .clearRates-title.gfe-estimateTitle .productPageParah {
        max-width: 360px;
    }
    .clearRates .providerSection-features-right h3 {
        font-size: 26px;
        line-height: 37px;
    }
    .clearRates .providerSection-features-right p {
        font-size: 14px;
        line-height: 28px;
    }
    .new-homePage .home-banner-section {
        height: unset !important;
        padding: 64px 0 !important;
    }
    .new-homePage .banner-form form {
        max-width: unset;
        flex-direction: column;
        padding: 0;
    }
    .new-homePage .banner-form form .form-group {
        max-width: unset;
    }
    .new-homePage .banner-form .form-group .enter_procedure {
        border-right: 0 !important;
        padding: 20px 20px 20px 56px !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom: 1px solid #DCDFE4 !important;
    }
    .new-homePage .banner-form form .form-group img {
        left: 20px;
    }
    .new-homePage .banner-form .form-group input {
        padding: 20px 20px 20px 56px !important;
    }
    .new-homePage .banner-form form .form-group-submit {
        width: 100%;
    }
    .new-homePage .banner-form form .form-group-submit .banner-submit-btn {
        width: 100%;
        margin: 0;
        border-radius: 0 0 5px 5px !important;
        padding: 22px !important;
    }
    .provider-network-example-npi {
        margin: 20px 0 20px 0 !important;
    }
    .new-homePage .quote-section-right img {
        border-bottom-right-radius: 0;
        border-top-right-radius: 160px;
    }
    .home-joinTeam-section-inner {
        position: unset;
        padding: 48px 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    .home-modernizinRevenueCycle-section .providerSection-features {
        padding: 0 0 128px 0 !important;
    }
    .new-homePage .newsletter-section {
        padding: 56px 0;
    }
    .joinTeam-section-left {
        width: 100%;
        margin: 0 0 28px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .joinTeam-section-right {
        width: 100%;
        text-align: left;
    }
    .joinTeam-section-left img {
        margin: 0 0 28px 0;
    }
    .ms-left-block-body {
        flex-direction: column;
    }
    .ms-leftBlock-bodyBlock {
        width: 100%;
        border-right: 0;
    }
    .ms-leftBlock-bodyBlock ul li:last-child {
        border-bottom: 1px solid #DCDFE4;
    }
    .ms-left-block-body .ms-leftBlock-bodyBlock:last-child ul li:last-child{
        border: 0;
    }
    .product-service-list .clearRates-title.gfe-estimateTitle {
        margin: 0 0 30px 0;
    }
    .career-page-new .clearRates-title-inner {
        max-width: unset;
        width: 100%;
        margin: 0;
    }
    .career-page-new .clearRates-overview-section .productPageParah {
        max-width: unset;
        width: 100%;
    }
    .values_title_section_inner {
        max-width: unset;
        width: 100%;
    }
    .parah_fz {
        max-width: unset;
        width: 100%;
    }
    .recruitment_process_pointers .value_pointer_inner {
        height: 180px;
    }
    .values_right_sect {
        margin: 40px 0 0 0;
    }
    .career-page-new .feature-head-section {
        padding: 64px 0;
    }
    .career-page-new .productPageParah {
        font-size: 18px;
        line-height: 28px;
    }
    .career-timeline-section {
        padding: 64px 0;
    }
    .career-page-new section.home-banner-section .home-solid-drk-btn {
        width: unset !important;
        padding: 12px 24px;
    }
    .career-page-new .commonGap {
        padding: 64px 0;
    }

}


/*----- Breakpoint max-width 768px -----*/
@media only screen and (max-width : 768px){
    .hm-banner-info h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 15px 0;
    }
    .home-banner-section {
        padding: 15px 0 40px 0;
    }
    .hm-banner-info p {
        margin: 0 0 10px 0;
    }
    .hm-banner-img {
        text-align: center;
        margin: 40px 0 0 0;
    }
    .home-solid-drk-btn {
        font-size: 14px;
    }
    .home-trns-drk-btn{
        font-size: 14px;
    }
    .home-feature-section {
        padding: 80px 0 50px;
    }
    .home-feature-block h2{
        margin: 24px 0 16px 0;
    }
    .home-feature-block {
        margin: 0 0 45px 0;
        padding: 0 20px;
    }
    .home-custm-brand .home-info-img-sec {
        padding: 40px 0 0 0;
        margin: 0 0 40px 0;
    }
    .home-info-cntnt-sec {
        padding: 0 20px !important;
        text-align: center;
    }
    .home-info-cntnt-sec h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 15px 0;
    }
    .home-info-cntnt-sec h2 br{
        display: none;
    }
    .home-patient-insight .home-info-cntnt-sec {
        align-items: center;
    }
    .row.home-patient-insight {
        flex-direction: column-reverse;
        padding: 0 0 60px 0;
    }
    .home-info-cntnt-sec p {
        padding: 0;
    }
    .home-custm-brand {
        padding: 0 0 60px 0;
    }
    .home-patient-insight .home-info-img-sec {
        padding: 40px 0 0 0;
        margin: 0 0 40px 0;
    }
    .home-patient-insight .home-info-cntnt-sec span {
        margin: 0;
    }
    .home-admin-interface .home-info-img-sec {
        padding: 40px 0 0 0;
        margin: 0 0 40px 0;
    }
    .home-quote-section {
        padding: 100px 0;
    }
    .home-quote-section h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .home-whaddya-section h2 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 30px 0;
    }
    .home-whaddya-section h2 br{
        display: none;
    }
    .home-whaddya-section p br{
        display: none;
    }
    .home-whaddya-section p {
        margin: 0 0 40px 0;
    }
    .home-whady-product-section {
        padding: 70px 0;
    }
    .home-more-product-section h2 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 40px 0;
    }
    .home-moreprd-row{
        flex-direction: column;
    }
    .moreproduct-section {
        width: 100%;
        margin: 0 0 35px 0;
    }
    .moreproduct-section h3 br{
        display: none;
    }
    .footer-main-section {
        padding: 70px 0 30px;
    }
    .footer-logo-section {
        margin: 0 0 40px 0;
        text-align: center;
    }
    .footer-links{
        margin: 0;
        flex-direction: column;
    }
    .footer-links-section {
        width: 100%;
        text-align: center;
        margin: 0 0 40px 0;
    }
    .footer-links-section-product-left {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer-links-section .hide-mobile {
        display: none;
    }
    .footer-links-section ul li {
        margin: 0 0 10px 0;
    }
    .footer-logo-section > img {
        width: 226px;
    }
    .footer-social-media{
        justify-content: center;
    }
    .footer-main-section .col-md-8 {
        display: block !important;
    }
    .copyright-menu {
        margin: 10px 0 0 0;
        justify-content: center;
    }
    .copyright-menu li a {
        font-size: 12px;
    }
    .copyright-text {
        text-align: center;
    }
    .copyright-text p {
        font-size: 12px;
    }
    .home-browse-section {
        padding: 100px 0 0;
    }
    .home-browse-section h2 {
        font-size: 40px;
        margin: 0 0 24px 0;
    }
    .view-all-btn {
        justify-content: flex-start;
    }
    .home-browse-blocks {
        padding: 64px 20px 100px;
    }
    .browse-by-provider {
        padding: 0;
    }
    .how-turquoise-work .row .col-md-12 > h3 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 80px 0;
    }
    .consumer-home-info-sec .home-patient-insight .home-info-cntnt-sec span {
        margin: 0;
    }
    .consumer-home-info-sec .home-patient-insight .home-info-cntnt-sec h2{
        margin-right: 0;
    }
    .masonary-testi-images {
        display: none;
    }
    .site-cta-section h2 {
        font-size: 30px;
        line-height: unset;
    }
    .site-cta-section p br{
        display: none;
    }
    .banner-form form {
        flex-direction: column;
    }
    .banner-form form .form-group {
        width: 100%;
    }
    .banner-form form .form-group-submit {
        width: 100%;
    }
    .banner-form .form-group .enter_procedure {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #DBDDE0 !important;
        border-bottom-left-radius: unset !important;
    }
    .banner-form form .form-group-submit .banner-submit-btn {
        border-top-right-radius: unset !important;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
    .consum-home-banner-sec .hm-banner-info h1 br{
        display: none;
    }
    .consum-home-banner-sec .hm-banner-info p br {
        display: none;
    }
    .mob-banner-img img{
        width:100%;
    }
    .inner-banner-section::after{
        display:none;
    }
    .header-blue-bg .navbar-toggler-icon{
        color:#fff;
        background-image: url("../images/menu-wht.69fc36c08197.svg");
    }
    .navbar-light .navbar-toggler{
        border: 0 !important;
    }
    .main-content-section > .container {
        top: 0;
    }
    .page-title {
        text-align: center;
    }
    .page-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .title-button-sec {
        justify-content: center;
        margin: 20px 0 0 0;
    }
    .inner-banner-section {
        padding: 33px 0 100px 0;
    }
    .main-content-section .container > .row{
        flex-direction: column-reverse;
    }
    .browse-searchbar-section {
        padding: 28px 15px;
    }
    .select-dropdown::after{
        display:none;
    }
    .select-dropdown{
        background: transparent;
        box-shadow: unset !important;
    }
    .select-dropdown img {
        left: 0;
        width: 15px;
    }
    .select-dropdown select {
        padding: 10px 7px 10px 22px;
    }
    .main-sidebar {
        border-right: 0;
    }
    .hospital-icon {
        width: 70px;
        height: 70px;
    }
    .hospital-icon p {
        font-size: 32px;
        line-height: 42px;
    }
    .hospital-name {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 0 25px;
    }
    .browse-services li span{
        padding:0 20px 0 0;
    }
    .browse-filter-buttons ul {
        flex-direction: column;
    }
    .browse-filter-buttons ul li {
        margin: 0 0 15px 0;
    }
    .filter-clr {
        margin: 0 auto;
    }
    .browse-breadcrumb-sec{
        flex-direction: column;
    }
    .browse-titie_sec.browse-breadcrumb-sec h2 {
        width: 100%;
    }
    .need-to-get-started {
        margin: 0 0 25px 0 !important;
    }
    .procedure-information {
        margin: 30px 0 0 0;
    }
    .pricing-disclaimer {
        margin: 30px 0 40px;
    }
    .hospital-quality {
        margin: 30px 0 0px;
    }
    .search-result-searchbar .banner-form form .form-group {
        width: 100%;
    }
    .search-result-searchbar .banner-form form .form-group-submit {
        width: 100%;
    }
    .sidebar-filter-section .select-dropdown{
        background: #e6e6e6;
    }
    .sidebar-filter-section .select-dropdown::after {
        display: block;
    }
    .procedure-info .procedure-information {
        margin: 30px 0 0 0;
    }
    .procedure-info .hospital-quality {
        margin: 30px 0 40px 0;
    }
    .pro-provd-net-block .select-dropdown {
        background: #e6e6e6;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .pro-provd-net-block .select-dropdown::after {
        display: block;
    }
    .pro-provd-net-block .form-group {
        width: 100%;
    }
    .alphabets {
        flex-wrap: wrap;
    }
    .alphabet-wise-names{
        flex-direction: column;
    }
    .alphabet-wise-names ul {
        margin: 0;
        width: 100%;
    }
    .pro-provd-net-block form {
        flex-direction: column;
    }
    .procedures-providers-network {
        padding: 15px 0 150px 0;
    }
    .blog-grid-section{
        flex-direction: column;
    }
    .blog-grid {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .post-page-content{
        position: unset;
        width: 100%;
        padding: 45px 20px;
    }
    .post-page-content h1 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }
    .post-page-content p {
        margin: 0 0 15px 0;
    }
    .product-browse-section {
        padding: 100px 0;
    }
    .product-browse-sec h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .product-browse-sec ul li {
        line-height: 23px;
        margin: 0 0 12px 0;
    }
    .product-browse-sec ul li::before {
        top: 10px;
    }
    .product-patient-insight {
        padding: 100px 0;
    }
    .patient-insight-info h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .product-browse-sec-cont {
        flex-direction: column;
    }
    .product-browse-equalsec {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
    .submit-page-info h1 {
        font-size: 35px;
        line-height: 45px;
        width: 100%;
        margin: 0 0 24px 0;
    }
    .submit-page-info p {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
    }
    .lead-page-mainsec {
        padding: 50px 0 130px 0;
    }
    .lead-page-info p {
        font-size: 16px;
        margin: 0 0 14px 0;
    }
    .lead-page-form {
        margin: 50px 0 0 0;
    }
    .error-message {
        font-size: 11px;
        bottom: -18px;
    }
    .hospital-info-title-sec.hospital-info-title-left ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    .hospital-pricing-comparison ul{
        flex-direction: column;
    }
    .pricing-comp-title {
        width: 100%;
        margin:0 0 10px 0;
    }
    .pricing-comp-descp {
        width: 100%;
        padding: 0;
    }
    .pricing-comparison-servc-right .select-dropdown{
        background-color: #e6e6e6;
    }
    .pricing-comparison-servc-right .select-dropdown::after{
        display:block;
    }
    .care-quality-table {
        overflow-x: auto;
    }
    .care-quality-see-more {
        margin: 0 0 20px 0;
    }
    .send-us-feedback {
        padding: 20px;
        text-align: center;
    }
    .nt-complaint-title {
        width: 100%;
        text-align: center;
    }
    .nt-complaint-btn {
        width: 100%;
        text-align: center;
        margin:10px 0 0 0;
    }
    .nt-complaint-section {
        flex-direction: column;
        margin: 0 28px 40px;
    }
    .contact-the-hospital {
        height: unset;
    }
    .contact-the-government {
        height: unset;
    }
    .looking-for-left {
        width: 100%;
        align-items: flex-start;
    }
    .looking-for-right {
        width: 100%;
        text-align: left;
        padding: 5px 0 0 27px;
    }
    .looking-for-section{
        flex-direction: column;
    }
    .looking-for-left img {
        margin: 3px 6px 0 0;
    }
    .cd-popup-container{
        max-height: 600px;
    }
    .nt-hospitals-popup-inner {
        padding: 40px 18px 18px;
    }
    .nt-location-distance p{
        display: none;
    }
    .nt-location-address {
        width: 65%;
    }
    .nt-location-distance {
        width: 35%;
    }
    .do-to-help-body .contact-the-hospital {
        padding: 20px;
    }
    .do-to-help-body .contact-the-government {
        padding: 20px;
    }
    .do-to-help-body .contact-the-hospital a {
        margin: 15px 0 0 0;
    }
    .more-information-tabs .pricing-compariosn-servc-table {
        overflow-x: auto;
    }
    .more-information-tabs .pricing-comparison-servc-left {
        margin: 0;
    }
    .more-information-tabs .nav-link{
        margin: 0 16px 0 0;
    }
    .more-information-tabs .procedure-information {
        margin: 0;
    }
    .create-account-formsec .form-column-two {
        flex-direction: column;
    }
    .create-account-formsec .form-column-two .form--row {
        width: 100%;
    }
    .create-account-formsec .form-column-two .form--row:first-child {
        margin: 0 0 20px 0;
    }
    .create-account-titlesec h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .nav-link.menu-signup {
        padding: 10px 16px !important;
        text-align: center;
    }
    .signup-type-cont{
        flex-direction: column;
    }
    .signup-type-sec {
        margin: 0 0 28px 0;
        width: 100%;
    }
    .forgot-pswd-link {
        text-align: left;
    }
    .dashboard--sidebar {
        display: none;
    }
    .dashboard--sidebar.sidebar-minimize {
        display: block;
    }
    .dashboard-content-area {
        margin: 0;
    }
    .dashboard-body-title h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .dashboard-body-title h3 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 5px 0;
    }
    .content-mainbody-left {
        height: 300px;
    }
    .map-with_price {
        max-width: 100%;
    }

    .provider-rate-search-section .search-result-searchbar .banner-form form .form-group,
    .provider-rate-search-section .search-result-searchbar .banner-form fieldset .form-group {
        width: 100%;
    }
    .provider-rate-search-section .search-result-searchbar .banner-form form .form-group-submit,
    .provider-rate-search-section .search-result-searchbar .banner-form fieldset .form-group-submit {
        width: 100%;
    }
    .provider-rate-search-section h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .enterprise-listing-searchbar .banner-form form .form-group,
    .enterprise-listing-searchbar .banner-form fieldset .form-group {
        width: 100%;
    }
    .enterprise-listing-searchbar .banner-form form .form-group-submit,
    .enterprise-listing-searchbar .banner-form fieldset .form-group-submit {
        width: 100%;
    }
    .enterprise-main__listings .tab-content .tab-pane{
        overflow-x: scroll;
    }
    .enterprise-main__listings .table th {
        padding: 13px !important;
        line-height: 13px;
    }
    .enterprise-main__listings .table td {
        padding: 16px !important;
    }
    .enterprise-main__listings .table .hiddenRow{
        padding: 0 !important;
    }
    .enterprise-search-headersec {
        flex-direction: column;
        align-items: flex-start;
    }
    .enterprise-headersec-right {
        margin: 15px 0 0 0;
    }
    .create-contract-popup-form .two-column {
        flex-direction: column;
    }
    .create-contract-popup-form .column-half {
        width: 100%;
    }
    .create-contract-popup-form .two-column .column-half:first-child{
        margin: 0 0 20px 0;
    }
    .single-contract-coversheet {
        padding: 0 20px 120px 20px;
    }
    .single-contract-language {
        padding: 32px 32px 130px 32px;
    }
    .single-contract-savebar-inner {
        flex-direction: column;
        padding: 12px 32px;
    }
    .next-previous-btn {
        margin: 8px 0 0 0;
    }
    .single-contract-rates {
        padding: 0 20px 35px 20px;
    }
    .single-contract-recipients,.single-contract-comments {
        padding: 0 20px 120px 20px;
    }
    .single-contract-recipients.single-contract-review_send {
        padding: 32px 32px 120px 32px;
    }
    .single-contract-recipients form ul, .single-contract-comments form ul{
        flex-direction: column;
    }
    .single-contract-recipients form ul li:first-child, .single-contract-comments form ul li:first-child {
        width: 100%;
    }
    .single-contract-recipients form ul li:last-child, .single-contract-comments form ul li:last-child {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .single-contract-recipients .single-contract-review_send ul, .single-contract-comments .single-contract-review_send ul{
        flex-direction: column;
    }
    .single-contract-recipients .single-contract-review_send ul li:first-child, .single-contract-comments .single-contract-review_send ul li:first-child {
        width: 100%;
    }
    .single-contract-recipients .single-contract-review_send ul li:last-child, .single-contract-comments .single-contract-review_send ul li:last-child {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .cd-popup-container.create-contract-popup {
        overflow-y: scroll;
    }
    .notification-lists li {
        flex-direction: column;
        align-items: flex-start;
    }
    .notification-lists li h4{
        padding: 0 0 10px 0;
    }
    .organization-name-block h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .organization-name-block h2 span {
        margin: 5px 0 0 0;
    }
    .organizations-list-head h3 {
        font-size: 18px;
    }
    .organizations-list-head a {
        font-size: 14px;
    }
    .pricing-plans-blocks {
        width: 100%;
        padding: 20px;
    }
    .admin-search-pricing-header h3 {
        font-size: 22px;
        line-height: 29px;
    }
    .admin-search-pricing-header, .admin-search-pricing-plans, .admin-search-comparision-table{
        padding: 0 22px;
    }
    .billed-annually-monthly p {
        font-size: 14px;
        line-height: 17px;
    }
    .pricing-plans-blocks .price {
        font-size: 40px;
        min-height: unset;
    }
    .admin-search-comparision-table {
        overflow-y: scroll;
    }
    .edit-organization-popup-inner .create-contract-popup-title h2 {
        margin: 0;
        font-size: 18px;
    }
    .edit-organization-popup-title a {
        font-size: 14px;
        margin: 3px 0 0 0;
    }
    .edit-organization-popup-title {
        flex-direction: column;
    }
    .cd-popup-container.edit-organization-popup, .cd-popup-container.create-contract-popup {
        overflow-y: scroll;
    }
    .organization-formsubmit-section button {
        font-size: 14px;
    }
    .user-name-img .remove-user{
        position: unset;
    }
    .user-name-img {
        justify-content: space-between;
    }
    .cd-popup-userimg img {
        max-width: 40px;
        margin: 0 10px 0 0;
    }
    .cd-popup-username h2 {
        font-size: 18px;
    }
    .cd-popup-username h2 span {
        font-size: 13px;
        margin:0;
    }
    .user-name-img .remove-user a {
        font-size: 14px;
    }
    .am-pl-block-head {
        padding: 20px;
        flex-direction: column;
    }
    .pl-block-head-right {
        margin: 16px 0 0 0;
    }
    .am-pl-block-info {
        padding: 20px;
        flex-direction: column;
    }
    .pl-block-info-left {
        width: 100%;
    }
    .pl-block-info-right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .am-billing-receipts-block table thead tr th {
        padding: 11px;
    }
    .am-billing-receipts-block table tbody td {
        padding: 11px;
    }
    .am-billing-card a {
        margin: 0 0 0 90px;
    }
    .am-billing-receipts-table {
        overflow-x: scroll;
    }
    .am-billing-receipts-block table tbody td a {
        font-size: 13px;
    }
    .am-profile-head-userinfo h2 {
        font-size: 22px;
    }
    .am-profile-head-btn button {
        padding: 6px 18px;
        font-size: 14px;
    }
    .am-profile-head {
        padding: 22px;
    }
    .edit-profile-popup .organization-formfield-section .two-column {
        flex-direction: column;
    }
    .edit-profile-popup .organization-formfield-section .two-column div {
        width: 100%;
    }
    .edit-profile-popup .organization-formfield-section .two-column div:first-child {
        margin: 0 0 20px 0;
    }
    .cd-popup-container.edit-profile-popup{
        overflow-y: scroll;
    }
    .sc--sidebar{
        margin-bottom: 32px;
    }
    .l-contract-details{
        flex-direction: column;
    }
    .l-contract-detail-left {
        width: 100%;
    }
    .l-contract-detail-btns {
        margin: 20px 0 0 0;
        width: 100%;
        justify-content: flex-start;
    }
    .l-version-history .l-contract-detail-btns{
        margin: 5px 0 0 0;
    }
    .l-contract-detail-btns button,
    .l-contract-detail-btns a.button {
        margin: 0 20px 0 0;
    }
    .single-contract-review_send .sc-rs-listings li {
        width: 100% !important;
        margin: 0 0 15px 0;
    }
    .single-contract-review_send .sc-rs-listings li:last-child{
        margin: 0;
    }
    .contract-successfully-sent{
        left: 50%;
        transform: translateX(-50%);
    }
    .r-noservice-added{
        padding: 20px;
        margin: 30px 0 100px 0;
    }
    .r-addedservice-table{
        overflow-y: scroll;
    }
    .r-singlecase-rates {
        display: flex;
        flex-direction: column;
    }
    .r-singlecase-rates .r-singlecase-ratetext{
        width: 100%;
        padding: 0 0 15px 0;
    }
    .r-singlecase-rates .singlecase-input{
        width: 100%;
    }
    .r-addedservive-tablehead h2 {
        font-size: 17px;
    }
    .contract-aggrement-confirmation .create-contract-btn button {
        font-size: 14px;
    }
    .career-timeisnow-section {
        padding: 60px 0;
    }
    .career-timeisnow-section .col-md-12 h3 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 30px 0;
    }
    .career-timeisnow-section .col-md-12 p {
        font-size: 18px;
        line-height: 23px;
        margin: 0 auto 18px;
    }
    .career-testimonial-section {
        padding: 60px 0;
    }
    .career-testimonial-section .swiper-slide p {
        font-size: 24px;
    }
    .career-testimonial-inner .testimonial-nameimage p {
        font-size: 18px !important;
    }
    .career-trsti-swipe-inner {
        padding: 0;
    }
    .career-testimonial-section .swiper-button-next, .career-testimonial-section .swiper-button-prev{
        display: none;
    }
    .career-value-section {
        padding: 60px 0;
    }
    .career-value-section h2 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 15px 0;
    }
    .career-value-section .row:last-child {
        margin: 0;
    }
    .career-value-section .row .col-md-4 {
        margin: 40px 0 0 0;
    }
    .career-benefits-section {
        padding: 60px 0;
    }
    .career-benefits-section .col-md-12 h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .career-team-section {
        padding: 60px 0;
    }
    .career-team-section .col-md-12 h2 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 40px 0;
    }
    .career-team-section .career-team-blocks {
        margin: 0 0 15px 0;
    }
    .career-team-section .row:last-child {
        margin-top: 0;
    }
    .career-curentopng-section {
        padding: 60px 0;
    }
    .career-crntopng-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .career-crntopng-title p {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px;
    }
    .career-crntopng-mainsec {
        padding: 25px 20px;
    }
    .career-crntopng-mainsec h3 {
        margin: 0 0 10px 0;
    }
    .career-crntopng-list ul li .career-crntopng-block {
        width: 100% !important;
        margin: 0 0 8px 0;
    }
    .career-crntopng-list ul li{
        flex-direction: column;
        padding: 16px 0;
    }
    .career-crntopng-mainsec .dropdown-filters{
        display: none;
    }
    .career-crntopng-block h3{
        margin: 0;
    }
    .career-crntopng-list ul li .career-crntopng-block:last-child {
        text-align: left;
        margin: 0;
    }
    .career-crntopng-block p br{
        display: none;
    }
    .organization-business-listing{
        flex-direction: column;
    }
    .organizations-list {
        width: 100%;
    }
    .organizations-list.main-organization-list{
        margin: 40px 0 0 0;
    }
    .single-contract-savebar .save-exit-btn button {
        padding: 10px 24px;
        font-size: 14px;
    }
    .single-contract-savebar .next-previous-btn .next, .single-contract-savebar .next-previous-btn .accept {
        padding: 10px 24px;
        font-size: 14px;
    }
    .next-previous-btn .previous {
        width: 42px;
        height: 42px;
    }
    .single-contract-savebar .next-previous-btn .reject {
        padding: 10px 24px;
        font-size: 14px;
    }
    .storefront-popup-search{
        flex-direction: column;
    }
    .storefront-popup-search .form-group{
        width: 100%;
    }
    .storefront-popup-search .select-dropdown {
        width: 100%;
        background-color: #e6e6e6;
        margin: 7px 0 0 0;
    }
    .storefront-popup-search .select-dropdown::after{
        display: block;
    }
    .storefront-listing {
        max-height: 300px;
    }
    .storefront-details .add-bundle .add{
        padding: 4px 15px;
    }
    .storefront-popup-table tr td{
        font-size: 12px;
    }
    .dashobard-content-logo img {
        width: 100%;
    }
    .dashboard-search-tabs .search-result-searchbar .banner-form form .form-group-selection,
    .dashboard-search-tabs .search-result-searchbar .banner-form fieldset .form-group-selection {
        width: 100%;
        border-radius: 0;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection,
    .dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection {
        width: 100%;
        max-width: 100%;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-selection .provider-rate-search-index-selection,
    .dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-selection .provider-rate-search-index-selection {
        border-top-right-radius: 20px !important;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: unset !important;
        border-bottom-right-radius: unset !important;
    }
    .dashboard-search-tabs .search-result-searchbar .banner-form form .form-group-selection .provider-rate-search-index-selection,
    .dashboard-search-tabs .search-result-searchbar .banner-form fieldset .form-group-selection .provider-rate-search-index-selection {
        border-top-right-radius: 20px !important;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: unset !important;
        border-bottom-right-radius: unset !important;
    }
    .dashboard-search-tabs .search-result-searchbar .banner-form form .form-group {
        width: 100%;
    }
    .dashboard-search-tabs .search-result-searchbar .banner-form form .form-group-submit {
        width: 100%;
    }
    .dashboard-search-tabs .search-result-searchbar .banner-form form {
        border: 0;
    }
    .dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right p {
        font-size: 12px;
    }
    .dashboard-content-area.dashboard-main--search .enterprise-search-headersec .enterprise-headersec-right a {
        margin: 0 0 0 8px;
        font-size: 12px;
        padding: 8px;
    }
    .dashboard-main--search .enterprise-listing-searchbar .select-dropdown {
        width: 100%;
        border-top-right-radius: 20px;
        padding: 11px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
        justify-content: center;
    }
    .dashboard-main--search .enterprise-listing-searchbar .select-dropdown::after{
        display: block;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group,
    .dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group {
        width: 100%;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form .form-group-submit,
    .dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset .form-group-submit {
        width: 100%;
    }
    .dashboard-main--search .enterprise-listing-searchbar .banner-form form,
    .dashboard-main--search .enterprise-listing-searchbar .banner-form fieldset {
        border: 0;
    }
    .dashboard-main--search .enterprise-listing-searchbar .select-dropdown p {
        padding: 0;
    }
    .dashboard-main--search .enterprise-listing-searchbar .select-dropdown.open--hasmenu .has-options {
        top: 44px;
        width: 100%;
    }
    .dashboard-search-tabs .carelocation-searchbar .banner-form form .form-group.form-group-city,
    .dashboard-search-tabs .carelocation-searchbar .banner-form fieldet .form-group.form-group-city {
        width: 100%;
    }
    .hospital-name-with-logo span.logo {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .static-tabs ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .static-tabs ul {
        flex-wrap: wrap;
    }
    .about-hospital-info ul li{
        width: 100%;
    }
    .about-hospital-info ul{
        flex-direction: column;
    }
    .affiliation-section {
        width: 100%;
    }
    .affiliation-sections{
        flex-direction: column;
    }
    .affiliation-sections .affiliation-section:last-child{
        margin: 20px 0 0 0;
    }
    .hospital-cl-map {
        width: 100%;
    }
    .hospital-cl-address {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .hospital-cl-mainsec{
        flex-direction: column;
    }
    .pp-hospital-info .hospital-care-quality-header .hospital-care-quality-header-left {
        width: 100%;
    }
    .pp-hospital-info .hospital-care-quality-header .care-quality-title-right {
        width: 100%;
    }
    .hospital-price-transparency-mainblock .price-transparency-left {
        width: 100%;
    }
    .hospital-price-transparency-mainblock .hospital-price-transparency .price-transparency-right {
        width: 100%;
    }
    .hospital-name-with-logo h3 .badges .tool-tip {
        width: 200px;
        left: 40%;
        top: -100px;
    }
    .single-service-detail-block {
        overflow-x: scroll;
    }
    .pp-hospital-info .network-enrollment{
        overflow-x: scroll;
    }
    .pp-hospital-info .care-breakdown li .ratings {
        width: 100%;
    }
    .pp-hospital-info .care-breakdown li .description {
        width: 100%;
    }
    .pp-hospital-info .care-breakdown li{
        flex-direction: column;
    }
    .pp-hospital-info .care-breakdown li .description p a:hover .tool-tip {
        width: 246px;
        top: -264px;
    }
    .ri-benchmark-inner-blocks {
        width: 100%;
        margin: 0 0 12px 0;
        border-right: 0;
        border-bottom: 1px solid #E3E6EB;
    }
    .ri-benchmark-inner {
        flex-direction: column;
    }
    .ri-benchmark-inner .ri-benchmark-inner-blocks:last-child{
        margin-bottom: 0;
    }
    .ri-analysis-inner-left {
        width: 100%;
    }
    .ri-analysis-inner-right {
        width: 100%;
        text-align: left;
        margin: 15px 0 0 0;
    }
    .ri-analysis-inner li {
        flex-direction: column;
    }
    .error-section-inner img{
        max-width: 337px;
    }
    .error-section-inner h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .error-section-inner p {
        font-size: 16px;
        line-height: 20px;
    }
    .payer-contributers-list .deleting-element {
        width: 19px !important;
        height: 18px;
    }
    .payer-contributers-list .deleting-element img{
        width: 11px;
    }
    .single-contract-contributers .send-invite input {
        width: 100%;
    }
    .single-contract-contributers .send-invite input[type="submit"] {
        width: 100%;
        margin: 5px 0 0 0;
    }
    .single-contract-contributers .send-invite{
        flex-direction: column;
    }
    .invite-sentsuccessfully-popup{
        width: 100%;
        max-width: 480px;
        bottom: 0;
    }
    .email-recepients{
        height: 300px;
        overflow-y: scroll;
    }
    .cd-popup-emailmanage .cd-popup-container{
        overflow-y: unset;
    }
    .cd-popup-emailmanage .create-contract-btn {
        padding: 14px;
    }
    .copyright-menu li {
        margin: 0 6px 0 6px;
    }
    .row.home-admin-interface {
        padding: 0 0 60px 0;
    }
    .mobile--filter-icon > div {
        position: relative;
    }
    .mobile--filter-icon > div span {
        display: block;
    }
    .mobile--filter-icon > div span:first-child {
        background: #02363D;
        height: 2px;
        width: 100%;
        position: absolute;
        content: "";
    }
    .mobile--filter-icon > div span:nth-child(2) {
        background: #02363D;
        height: 2px;
        width: 70%;
        position: absolute;
        content: "";
        margin: 6px 0 0 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .mobile--filter-icon > div span:last-child {
        background: #02363D;
        height: 2px;
        width: 30%;
        position: absolute;
        content: "";
        margin: 12px 0 0 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .mobile-filer-icon-notification {
        position: absolute !important;
        top: 2px;
        background: #36C5BA;
        color: #fff;
        font-size: 11px;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        left: -11px;
    }
    .search-result-searchbar-withfilter .mobile--filter-icon {
        display: block;
        width: 6%;
        padding: 13px 0 0 0;
        position: relative;
        cursor: pointer;
    }
    .search-result-searchbar-withfilter .banner-form form {
        width: 88%;
    }
    .compliance-scorecard .home-whaddya-section h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .searchbar-with-inside-filters {
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }
     .compliance-scorecard .banner-form h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }
    .compliance-scorecard .search-result-searchbar {
        margin: 0 0 40px;
    }
    .compliance-scorecard .enterprise-main__listings h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .compliance-scorecard .main-content-section .container > .row {
        flex-direction: column-reverse;
    }
    .compliance-scorecard .sidebar-filter-section.sidebar-filter-section--mobile {
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100vh;
        background: #fff;
        top: 0;
        left: 0;
        padding: 40px 20px;
        display: none;
    }
    .filter-section--mobile-active {
        display: block !important;
    }
    .mobile-show-results {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #F7FBFB;
        left: 0;
        padding: 16px;
        border-top: 1px solid #E3E6EB;
        display: block;
    }
    .mobile-show-results a {
        background: #36C5BA;
        border-radius: 22px;
        width: 100%;
        display: block;
        text-align: center;
        padding: 11px 0;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-family: 'HK Grotesk Bold';
        transition: 0.3s;
    }
    .compliance-scorecard .closePopup {
        display: block;
        position: absolute;
        top: 9px;
        right: 19px;
        cursor: pointer;
    }
    .compliance-scorecard-detail-page .inner-banner-section {
        padding: 30px 0 60px 0;
    }
    .compliance-scorecard-detail-page .page-title h1 {
        font-size: 25px;
    }
    .compliance-scorecard-detail-page .single-contract-tabs > ul {
        padding: 0 0 0 20px;
    }
    .compliance-scorecard-detail-page .mrf-scorecard {
        padding: 32px 20px;
    }
    .compliance-scorecard-detail-page .mrf-score {
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #E3E6EB;
    }
    .compliance-scorecard-detail-page .hsptl-evaluation ul li h5 span {
        line-height: 18px;
    }
    .mrf-scorecard.hsptl-glance.comliance-breakdown {
        padding: 32px 20px;
    }
    .compliance-scorecard-detail-page .two-color-text-wth-lines {
        flex-direction: column;
    }
    .compliance-scorecard-detail-page .two-color-text-wth-lines p {
        width: 100%;
    }
    .compliance-scorecard-detail-page .two-color-text-wth-lines ul {
        width: 100%;
        margin: 38px 0 0 0;
        padding: 0;
    }
    .mrf-scorecard.hsptl-glance .scorecard-subMenu {
        padding: 20px;
    }
    .star-ratings li img {
        width: 25px;
    }
    .compliance-scorecard-detail-page .compliance-recommendation {
        padding: 20px 15px;
        border-bottom: 1px solid #E3E6EB;
    }
    .compliance-scorecard-detail-page .hsptl-evaluation ul li h5{
        font-size: 13px;
        margin: 0 0 0 10px;
    }
    .compliance-scorecard-detail-page .hsptl-evaluation h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .compliance-scorecard-detail-page .hsptl-listings .ent-tabletd-allrates h4 {
        font-size: 14px;
        line-height: 22px;
    }
    .compliance-scorecard-detail-page .hospital-name{
        font-size: 18px;
    }
    .compliance-scorecard-detail-page .scorecard-rating {
        margin-bottom: 30px;
    }
    .scorecard-subMenu .DRGs-head p {
        font-size: 14px;
    }
    .compliance-scorecard-detail-page .hsptl-listings .ent-tabletd-allrates h4 img {
        width: 22px;
    }
    .title-btn {
        justify-content: center;
        margin: 16px 0 0 0;
        z-index: 1;
    }
    .title-btn > ul {
        flex-direction: column;
    }
    li.title-right-btn{
        margin: 24px 0 0 0;
    }
    .title-btn > ul > li > a {
        font-size: 16px;
        padding: 12px 20px;
    }
    ul.sharing-options {
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
        right: unset;
    }
    .title-btn a.share-btn{
        margin:0;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-detail-map{
        padding: 40px 0 20px 40px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital-clinical-services {
        padding: 40px 20px 16px;
    }
    .compliance-scorecard-detail-page .provider-info .hospital--information {
        padding: 32px 20px;
    }
    .compliance-scorecard-detail-page .provider-services .browse-titie_sec h2{
        line-height: 27px;
        font-size: 24px;
    }
    .compliance-scorecard-detail-page .provider-services .browse-searchbar-section {
        padding: 32px 20px;
    }
    .compliance-scorecard-detail-page .provider-services.hospital-info-title-sec.hospital-info-title-left {
        margin: 0 0 18px 0;
    }
    .compliance-scorecard-detail-page .provider-services .browse-titie_sec {
        padding: 0px 20px 32px;
    }
    .compliance-scorecard-detail-page .provider-services .browse-services a {
        padding: 32px 20px;
    }
    .compliance-scorecard-detail-page .provider-services .browse-services ul li::after{
        right: 20px;
    }
    .compliance-scorecard-detail-page .main-content-section > .container {
        z-index: 0;
    }
    .compliance-scorecard-detail-page .ent-tabletd-allrates h4 .black-tooltip .tooltipFigures {
        font-size: 12px;
        line-height: 18px;
        width: 250px;
    }
    .compliance-scorecard-detail-page .ent-tabletd-allrates h4 .black-tooltip {
        top: -89px;
        left: 24px;
    }
    .compliance-scorecard-detail-page .more-information-tabs .swiper-slide {
        justify-content: flex-start;
    }
    .compliance-scorecard-detail-page .more-information-tabs .swiper-slide:last-child {
        width: 70%;
    }
    .compliance-scorecard-detail-page .tabs-nav {
        padding: 0 0 0 20px;
    }
    .compliance-scorecard-filters form .form-group-submit{
        display: none;
    }
    .compliance-scorecard-filters form .form-group:first-child{
        width: 70%;
    }
    .compliance-scorecard-filters form .form-group:nth-child(2){
        width: 30%;
    }
    .compliance-scorecard-filters form {
        flex-direction: row;
    }
    .compliance-scorecard-filters .form-group input {
        border-top-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important;
    }
    .compliance-scorecard-filters .form-group input.enter_procedure {
        border-top-left-radius: 50px !important;
        border-top-right-radius: 0 !important;
        border-right: 1px solid #DBDDE0 !important;
        border-bottom: 0 !important;
        border-bottom-left-radius: 50px !important;
        border-bottom-right-radius: 0 !important;
    }
    .search-result-searchbar  .compliance-scorecard-filters .form-group input {
        padding: 16px 16px 16px 32px !important;
        font-size: 14px;
    }
    .search-result-searchbar  .compliance-scorecard-filters .form-group img {
        width: 14px;
        left: 12px;
    }
    .provider-verification .lead-page-mainsec {
        padding: 20px 0;
    }
    .terms-of-service .main-content-section {
        padding: 30px 0 40px 0;
    }
    .terms-of-service ul.nav.nav-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .terms-of-service .sidebar-termsOfService-section li {
        margin: 0 16px 16px 0px;
    }

    .provider-verification .lead-page-info p {
        font-size: 16px;
        line-height: 22px;
    }
    .provider-verification .lead-page-info ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .provider-verification .turquoise-verified-requirements a{
        font-size: 16px;
        line-height: 22px;
    }
    .terms-of-service .sidebar-termsOfService-section {
        text-align: center;
    }
    .terms-of-service .main-content-section .container > .row {
        flex-direction: column;
    }
    .terms-of-service .serviceTerms-head a img {
        margin: 0 5px 0 0;
    }
    .serviceTerms-head a{
        font-size: 14px;
    }
    .terms-of-service .serviceTerms-head h2 {
        font-size: 19px;
        line-height: 24px;
        padding: 0 10px 0 0;
    }
    .terms-of-service .serviceTerms-head span{
        font-size: 16px;
        line-height: 24px;
    }
    .provider-account-creation .lead-page-form > p{
        font-size: 16px;
        line-height: 24px;
    }
    .serviceTerms-head{
        padding: 24px;
    }
    .rate-mngmnt-insura-contract .rm-head-left h2 {
        line-height: 33px;
        font-size: 25px;
    }
    .rate-mngmnt-insura-contract .rm-head-left p {
        font-size: 14px;
        line-height: 20px;
    }
    .rate-mngmnt-insura-contract .rm-head-left p br{
        display: none;
    }
    .rate-mngmnt-insura-contract .rm-head-left a {
        padding: 11px 15px;
    }
    .rate-mngmnt-insura-contract .recipient-action-status a {
        font-size: 14px;
    }
    .turquoise-hspl-data-platform section.home-information-section {
        padding: 70px 0;
    }
    .turquoise-hspl-data-platform .home-cntnt-sec h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .turquoise-hspl-data-platform .home-cntnt-sec p {
        margin: 25px 0 0 0;
        font-size: 14px;
    }
    .turquoise-hspl-data-platform .home-cntnt-img-sec {
        margin: 45px 0 0 0;
    }
    .turquoise-medicare-pricing-engine .home-info-cntnt-sec{
        text-align: left;
    }
    .turquoise-medicare-pricing-engine .home-patient-insight .home-info-cntnt-sec {
        align-items: flex-start;
    }
    .turquoise-medicare-pricing-engine .home-info-cntnt-sec p {
        margin: 0 30px 0 0;
    }
    .single-contract-rates ul.choice-section-row.ms-facilities-choice li{
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .sc-addservice-mainsec .r-included-services .ms-services-searchsec .name-field,
    .sc-addservice-mainsec .r-included-services .ms-services-searchsec .cash_price-field {
        width: 100%;
    }
    .manageservice-createservice-screen .services-dropdown {
        width: 100%;
        margin-top: 10px;
    }
    .ms-services-searchsec {
        flex-direction: column;
    }
    .single-contract-rates .choice-section-row.ms-facilities-choice{
        flex-direction: column;
    }
    .manageservice-createservice-screen .enterprise-search-filter-section .card-body > table {
        width: 767px;
    }
    .manageservice-createservice-screen .manageServices-tablearea div > table{
        width: 767px;
    }
    .manageservice-createservice-screen .manageServices-tablearea > div{
        overflow-x: scroll;
    }
    .compliance-health-profile-page .page-title h1 {
        font-size: 17px;
    }
    .compliance-health-profile-page .title-btn > ul > li > a {
        font-size: 16px;
        padding: 12px 20px;
    }
    .compliance-health-profile-page .title-btn a.share-btn {
        margin: 0;
    }
    .compliance-health-profile-page .compliance-scorecard-filters form .form-group-submit{
        display: unset;
        width: unset;
    }
    .compliance-health-profile-page .banner-form form .form-group-submit .banner-submit-btn {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-top-left-radius: 0 !important;
    }
    .compliance-health-profile-page .compliance-recommendation{
        border:unset;
        padding: 20px 15px 0px;
    }
    .compliance-health-profile-page .scorecard-rating{
        margin-bottom: 0;
    }
    .compliance-health-profile-page .enterprise-main__listings h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }
    .compliance-health-profile-page .banner-form form{
        flex-direction: column;
        border: 0;
    }
    .compliance-health-profile-page .banner-form .form-group input{
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border: 1px solid #DBDDE0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .compliance-health-profile-page .banner-form form .form-group{
        width: 100%;
    }
    .compliance-health-profile-page .compliance-scorecard-filters form .form-group-submit{
        display: block;
        width: 100%;
    }
    .product-roadmap-tabs .more-information-tabs.single-contract-tabs .boxes ul li .fade {
        width: 100%;
    }
    .product-roadmap-section-title {
        flex-direction: column;
    }
    .product-roadmap-title-right {
        margin: 10px 0 0 0;
    }
    .product-roadmap-title-left h2:before {
        width: 26px;
        height: 26px;
    }
    .product-roadmap-tabs .more-information-tabs.single-contract-tabs li {
        margin: 0 30px 0 0;
    }
    .boxes-sec ul {
        flex-direction: column;
    }
    .product-roadmap-tabs .more-information-tabs.single-contract-tabs .boxes ul li {
        width: 100%;
    }
    .product-roadmap .enterprise-headersec-left h3 {
        font-size: 24px;
    }
    .payer-directory .coming-soon img {
        width: 40px;
    }
    .payer-directory .coming-soon h5 {
        margin: 0 0 0 10px;
    }
    .payer-directory .sana-benefits > img {
        width: 40px;
    }
    .payer-directory .small-grp-plan {
        margin: 0px 0 0 10px;
    }
    .payer-directory .small-grp-plan h5 a {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .payer-directory .ratemngmnt-tablearea .table td{
        font-size: 13px;
    }
    .payer-directory-profile-page .hospital-name-with-logo img {
        width: 60px;
    }
    .payer-directory-profile-page .enterprise-headersec-left h3 {
        font-size: 23px;
    }
    .payer-directory-profile-page span.badges.assured-badge {
        margin: 10px 0 0 0 !important;
    }
    .payer-directory-profile-page .fundingType {
        margin: 0 0 32px 0 !important;
    }
      .compliance-scorecard-detail-page .mrf-title{
        flex-direction: column;
    }
    .compliance-scorecard-detail-page .mrf-scorecard h2 {
        width: 100%;
    }
    .compliance-scorecard-detail-page .mrf-title p {
        width: 100%;
        justify-content: flex-start;
    }
    .compliance-scorecard-detail-page .mrf-title .tool-tip {
        top: 31px;
        width: 296px;
        left: 0;
    }
    .compliance-scorecard-detail-page .tab-toolTip {
        max-width: 250px;
        top: 40px;
        left: 23%;
        min-width: 183px;
    }
    .compliance-scorecard-detail-page .tab-toolTip::after {
        top: -8px;
        right: 8px;
        left: unset;
    }
    .compliance-scorecard-detail-page .mrf-title .tool-tip::after {
        right: 35px;
        top: -7px;
        transform: rotate(-180deg);
    }
    .storefront-blocks .am-profile-head-userinfo h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .manage-storefront-detail-page .more-information-tabs.nav-link {
        font-size: 14px;
        margin: 0px 10px 0 0;
    }
    .manage-storefront-detail-page .single-contract-tabs ul{
        padding:0 0 0 10px;
    }
    .manage-storefront-detail-page .edit-link{
        padding:0 10px 0 0px;
    }
    .manage-storefront-detail-page .error-section-inner a{
        font-size: 14px;
        line-height: 20px;
    }
    .manage-storefront-detail-page .edit-link img{
        display: none;
    }
    .manage-storefront-detail-page .error-section-inner p {
        font-size: 14px;
    }
    .searchInner-section {
        margin: 25px 0 0 0;
        padding: 48px 14px 48px;
    }
    .searchInner-section p {
        font-size: 14px;
        line-height: 24px;
    }
    .solution-services .hm-banner-info h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 20px 0;
    }
    .solution-services .priceTrans-left-section h3 {
        max-width: unset;
        margin: 0 0 15px 0;
    }
    .contactUs-left::before{
        display: none;
    }
    .contactUs-left {
        padding: 0;
    }
    .solution-services .contactUs-sect .home-solid-drk-btn {
        margin: 25px 0 0 0;
    }
    .contactUs-sect {
        padding: 40px 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .FAQ-title h3 {
        margin: 0 0 21px 0;
        font-size: 24px;
        letter-spacing: 1.00px;
    }
    .newsletter-form input[type="email"] {
        width: 100%;
    }
    .newsletter-form input[type="submit"] {
        width: 100%;
    }
    .newsletter-form {
        margin: 20px 0 0 0;
    }
    .newsletter-section {
        padding: 40px 0;
    }
    .contactUs-sect {
        padding: 40px 0;
        align-items: center;
    }
    .contactUs-left h4 {
        font-size: 24px;
        line-height: 35px;
        letter-spacing: 1.00px;
    }
    .solution-services section.home-banner-section .home-solid-drk-btn {
        width: 140px;
        margin: 0;
    }
    .solution-services section.home-banner-section .home-trns-drk-btn {
        width: fit-content;
    }
    .providerSection-features-right {
        margin: 45px 0 0 0;
    }
    .clearRates-features {
        padding: 20px 0 0 0;
    }
    .features-inner-content {
        margin: 40px 0 0 0;
    }
    .features-inner-content h4 {
        margin: 15px 0 10px 0;
        line-height: 25px;
    }
    .blogContent {
        margin: 30px 0 0 0;
    }
    .blogSection .row .col-md-4:first-child .blogContent{
        margin: 0;
    }
    .blogContent h4 {
        padding: 15px 0 10px 0;
        font-size: 21px;
        line-height: 26px;
        height: unset;
    }
    .blogSection {
        padding: 60px 0;
    }
    .ss-provider .CTA-content h3, .ss-payers .CTA-content h3, .ss-employers .CTA-content h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .ss-provider section.price-transparency-section, .ss-payers section.price-transparency-section, .ss-employers section.price-transparency-section {
        padding: 60px 0;
    }
    .providerSection-features{
        padding: 60px 0;
    }
    .compliance-scorecard-detail-page .featuredServices .servicePrice > p {
        font-size: 16px;
        line-height: 22px;
    }
    .compliance-scorecard-detail-page .featuredServices .servicePrice p span{
        padding: 0;
    }
    .compliance-scorecard-detail-page .featuredServices .serviceName p span{
        padding: 0;
    }
    .compliance-scorecard-detail-page .featuredServices .servicePrice p span {
        font-size: 12px;
        line-height: 18px;
    }
    .compliance-scorecard-detail-page .featuredServices .serviceName p span {
        font-size: 13px;
        line-height: 17px;
    }
    .compliance-scorecard-detail-page .servicePrice a {
        font-size: 14px;
    }
    .compliance-scorecard-detail-page .card-link.featuredServices-details{
        padding:15px;
    }
    .compliance-scorecard-detail-page .featuredServices .servicePrice a{
        margin: 0 0 0 6px;
    }
    .compliance-scorecard-detail-page .featuredServices .serviceName p {
        font-size: 12px;
        line-height: 16px;
    }
    .compliance-scorecard-detail-page .servicePrice a img {
        margin: 0px 0 0 5px;
    }
    .compliance-scorecard-detail-page .card-body {
        padding: 7px 15px 15px;
    }
    .compliance-scorecard-detail-page .r-addedservice-table table tbody tr td{
        font-size: 13px;
        line-height: 16px;
    }
    .commonGap {
        padding: 60px 0;
    }
    .clearRates-accessData {
        padding: 60px 0 40px 0;
    }
    .featureSection-inner {
        margin: 0 0 60px 0;
    }
    .clearRates-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .clearRates-title-inner {
        max-width: unset;
        margin: 0 0 16px;
    }
    .cR-blocks-inner p {
        height: unset;
        margin: 0 0 20px 0;
    }
    .cR-blocks-inner p {
        height: unset;
    }
    .accessData-title {
        max-width: unset;
    }
    .featureSection-inner .providerSection-features-right h3 {
        padding: 18px 0;
    }
    .featureSection-inner .providerSection-features-right p{
        margin: 0 0 18px 0;
    }
    .moreProduct-content h4{
        height: unset;
    }
    .accomplished-blocks-inner h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .accomplished-blocks-inner p {
        margin: 10px 0 0 0;
        font-size: 14px;
        line-height: 17px;
    }
    .accomplished-blocks-inner {
        padding: 20px;
        min-height: 128px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cR-blocks-inner h3{
        padding: 16px 0 8px 0;
    }
    .moreProduct-content img {
        width: unset;
    }
    .product-page .ss-payers .cta-btn a{
        padding: 12px 10px;
    }
    .productPageHead {
        font-size: 32px;
        line-height: 40px;
    }
    .mrf-standard .cta h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 12px;
    }
    #clearRates-page .cta-btn a{
        font-size: 15px;
        padding: 12px 16px;
    }
    .dashboard-tabs-inner p {
        height: unset;
        font-size: 14px;
        line-height: 20px;
    }
    .dashboard-tabs-inner {
        width: 100% !important;
    }
    .dashboard-tabs-inner {
        padding: 25px;
    }
    .healthPlan-infoPage .inner-banner-section {
        padding: 33px 0 60px 0;
    }
    .healthPlan-infoPage .healthPlan-detailedInfo ul {
        width: 100%;
    }
    .healthPlan-infoPage .healthPlan-detailedInfo {
        flex-direction: column;
    }
    .healthPlan-infoPage .about-hospital-info ul li:last-child {
        margin: 0 0 24px 0;
    }
    .healthPlan-infoPage .healthPlan-detailedInfo {
        padding: 0 0 30px 0;
    }
    .healthPlan-infoPage .pricing-compariosn-servc-table {
        padding: 30px 0;
    }
    .healthPlan-infoPage .hospital-care-quality {
        padding: 30px 0;
    }
    .healthPlan-infoPage .searchCare {
        padding: 30px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .healthPlan-infoPage .table {
        width: 650px;
    }
    .healthPlan-infoPage .healthPlan-table {
        overflow-x: scroll;
    }
    .healthPlan-infoPage .searchCare-right {
        margin: 15px 0 0 0;
    }
    .healthPlan-infoPage .hospital-icon img {
        width: 70px;
    }
    .healthPlan-infoPage .hospital-info-cont {
        padding: 40px 20px 20px;
    }
    .healthPlan-infoPage .searchCare-left h4 {
        margin: 0 0 0 6px;
    }
    .healthPlan-infoPage .site-cta-section .col-xl-4.col-md-5 {
        margin: 20px 0 0 0;
    }
    .healthPlan-infoPage .site-cta-section .col-xl-4.col-md-5 {
        margin: 30px 0 0 0;
        justify-content: center;
    }
    .healthPlan-infoPage .site-cta-section {
        text-align: center;
    }
    .healthPlan-infoPage .browse-pagination {
        padding: 14px;
    }
    .healthPlan-infoPage .browse-pagination .alphabet-pagination ul li a {
        padding: 8px 10px;
    }
    .healthPlan-verifiedInfo .badges.assured-badge {
        margin: 10px 0 0 0 !important;
    }
    .financial-assistance p {
        margin: 10px 0;
    }
    .financial-assistance{
        padding: 20px;
    }
    .financial-assistance .financialAssistance-title{
        align-items: flex-start;
        flex-direction: column;
    }
    .financial-assistance .financialAssistance-title h4{
        margin: 0 0 10px 0;
    }
    .storefront-blocks .am-profile-head-userinfo h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .manage-storefront-detail-page .more-information-tabs.nav-link {
        font-size: 14px;
        margin: 0px 10px 0 0;
    }
    .manage-storefront-detail-page .single-contract-tabs > ul{
        padding:0 0 0 10px;
    }
    .manage-storefront-detail-page .edit-link{
        padding:0 10px 0 0px;
    }
    .manage-storefront-detail-page .error-section-inner a{
        font-size: 14px;
        line-height: 20px;
    }
    .manage-storefront-detail-page .edit-link img{
        display: none;
    }
    .manage-storefront-detail-page .error-section-inner p {
        font-size: 14px;
    }
    .manage-storefront-detail-page .msf-featured-services-rates h3 {
        width: 100%;
    }
    .manage-storefront-detail-page.msf-featured-services-rates h3 span {
        margin-top: 5px;
    }
    .manage-storefront-detail-page .msf-featured-services-rates {
        flex-direction: column;
    }
    .manage-storefront-detail-page .msf-featured-services-rates li {
        margin: 0;
    }
    .manage-storefront-detail-page .msf-featured-services-rates> ul {
        padding: 12px 0px 0 0 !important;
        justify-content: revert;
        width: 100%;
    }
    .manage-storefront-detail-page .msf-featured-services-rates li a {
        font-size: 14px;
        margin-right: 24px;
    }
    .manage-storefront-detail-page .featured-services-categories .name a{
        font-size: 14px;
        line-height: 20px;
    }
    .manage-storefront-detail-page .featured-services-categories .actions a {
    font-size: 14px !important;
    }
    .manage-storefront-detail-page .featured-services-categories ul li {
        padding: 12px 24px 12px 24px;
    }
    .manage-storefront-detail-page .msf-affiliations h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .manage-storefront-welcome-page .cd-popup-close{
        top: 6px;
        right: 6px;
    }
    .msf-welcome-info h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .msf-welcome-info p{
        font-size:14px;
        line-height: 20px;
    }
    .msf-welcome-info ul li{
        font-size:14px;
        line-height: 20px;
    }
    .msf-welcome-info button{
        padding: 7px 15px 7px 15px;
    }
    .msf-edit-logo-popup .organization-title h3 {
        font-size: 16px;
    }
    .msf-edit-logo-popup .organization-title p {
        font-size: 13px;
    }
    .msf-edit-logo-popup a.delete {
        margin-left: 15px;
    }
   .signUp-submitPage .submit-page-info h1 {
        font-size: 31px;
        line-height: 36px;
    }
    .myCare .inner-banner-section {
        padding: 28px 0 64px 0;
    }
    .myCare .personalDetails {
        text-align: center !important;
        margin: 20px 0 0 0;
    }
    .myCare .patient-price {
        text-align: left;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .myCare .patient-information {
        width: 100%;
        align-items: center;
    }
    .myCare .clearEstimates-upper{
        flex-direction: column;
    }
    .myCare .myCare-title a {
        font-size: 14px;
    }
    .myCare .myCare-title h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .myCare .clearEstimates-bottom {
        padding: 12px 16px;
    }
    .myCare .history {
        width: 100%;
        padding: 6px 0 0 10px;
        justify-content: flex-start;
    }
    .myCare .clearEstimates-bottom{
        flex-direction: column;
    }
    .myCare .indicator{
        width: 100%;
    }
    .notifications ul .notViewedNotification::before{
        top: 26px;
    }
    .notifications ul li{
        flex-direction: column;
    }
    .myCare .notified-details li p{
        width: 100%;
    }
    .myCare .notified-details li a{
        width: 100%;
        text-align: left;
        margin: 10px 0 0 0;
    }
    .myCare .patient-details a {
        font-size: 17px;
    }
    .myCare .notification-title h3 {
        font-size: 28px;
        line-height: 33px;
    }
    .notifications {
        padding: 65px 0 110px 0;
    }
    .myCare .site-reformedCTA-section h2{
        font-size: 28px;
        line-height: 32px;
    }
    .myCare .calendar p{
        font-size: 25px;
        line-height: 25px;
    }
    .myCare .calendar span{
        font-size: 11px;
        line-height: 16px;
    }
    .myCare .calendar{
        width: 65px;
        height: 65px;
    }
    .myCare .search-section {
        margin: 40px 0 0 0;
    }
    .myCare .clearEstimates-title h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .logos-section {
        padding: 30px 0;
    }
    .logo-img {
        padding: 10px 0;
    }
    .commonSpaceBottom {
        padding-bottom: 60px;
    }
    .commonSpaceTop {
        padding-top: 60px;
    }
    .press-media-about-us {
        padding: 50px 0;
    }
    .press-media-inner-left h3{
        font-size: 18px;
        line-height: 24px;
        padding-right: 10px;
    }
    .press-and-media .accomplished-blocks-inner {
        width: 50%;
    }
    .press-and-media .accomplished-blocks {
        padding: 30px 0;
    }
    .kit-availability {
        margin: 30px 0 0 0;
    }
    .kit-availability p {
        font-size: 16px;
        line-height: 20px;
    }
    .press-media-about-us .about-us-inner li p {
        font-size: 16px;
        line-height: 20px;
    }
    .press-media-inner h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .press-media-about-us .about-us-inner li {
        width: 48%;
    }
    .press-and-media .accomplished-blocks-inner{
        min-height: 110px;
    }
    .kit-availability h3 {
        font-size: 27px;
        line-height: 30px;
    }
    .partnerships .hm-banner-img{
        display: none;
    }
    .logo-img-part img {
        max-width: 280px;
    }
    .featured-section h2 {
        margin: 0 0 32px 0;
    }
    .logo-inner-content.m--0 {
        margin: 0 0 28px 0 !important;
    }
    .browse-section .alphabet-wise-names ul{
        margin: 0;
    }
    .browse-section .alphabet-wise-names ul li a{
        font-size: 14px;
        line-height: 20px;
    }
    .turquoise-browse .page-title h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .reformed-browse-pagination .alphabet-pagination ul li a {
        padding: 5px 10px;
    }
    .browse-section .alphabet-wise-names ul li {
        width: 46%;
    }
    .browse-section .alphabets li {
        padding: 10px 0 0 0;
    }
    .browse-section .alphabets {
        padding: 0 16px 10px;
    }
    .simpleExtract-detailedModal .extract-title h3 {
        font-size: 21px;
        line-height: 24px;
    }
    .extract-title h3{
        font-size: 17px;
        line-height: 19px;
    }
    .extract-upperContent{
        padding: 14px;
    }
    .extract-bottomContent{
        padding: 12px 14px;
    }
    .create-new-extract .single-contract-coversheet {
        padding: 0 20px 50px;
    }
    .common-space {
        padding: 20px 0;
    }
    .cd-popup-extract-stateModal .simpleExtract-detailedModal {
        max-height: 350px;
    }
    .cd-popup-container.empty-past-versions {
        margin: 15px auto 0;
        padding: 15px 20px;
    }
    .empty-past-versions h4 {
        font-size: 16px;
    }
    .no-reports-run p {
        font-size: 13px;
        line-height: 17px;
    }
    .no-reports-run {
        padding: 6px 8px;
    }
    .empty-past-versions h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .turquoise-dashboard .select2.select2-container.select2-container--default.select2-container--focus {
        width: 100% !important;
    }
    .create-add-criteria .create-contract-popup-title h2{
        font-size: 20px;
        line-height: 29px;
    }
    .turquoise-dashboard .select2-container--default .select2-results > .select2-results__options {
        max-height: 214px;
      }
    .report-frequency .extract-recurring-empty > ul> li > ul > li {
        width: 100% !important;
    }
    .turquoise-dashboard .select2-results__option {
        font-size: 14px;
    }
    .create-add-criteria .select2-container--default .select2-selection--multiple .select2-selection__choice {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }
    .extract-recurring-empty .select-dropdown::after {
        display: block;
    }
    .is-visible .cd-popup-container.create-add-criteria {
        transform: translateY(-20px) !important;
    }
    .turquoise-dashboard .select2-results__option {
        display: block;
    }
    .turquoise-dashboard .select2-results__option[aria-selected="true"]::before {
        line-height: 14px;
        font-size: 9px !important;
    }
    .turquoise-dashboard .select2-results__option:before {
        height: 14px;
        width: 14px;
        margin: 0 6px 0 0;
    }
    .gfe-estimate-section-bottom {
        padding: 60px 0 0 0;
    }
    .gfe-features-block {
        margin: 0 0 25px 0;
    }
    .gfe-features img {
        margin: 0 0 10px 0;
    }
    .gfe-features {
        margin: 40px 0 0 0;
    }
    .cohorts .r-addedservice-table table {
        width: 770px;
    }
    .visualization_inner_content li p{
        flex-direction: column;
    }
    .visualization_inner_content li p span{
        max-width: 130px;
        margin: 5px 0 0 0;
    }
    .extract-badges-inner li:last-child {
        margin: 4px 0 0 0 !important;
    }
    .extract-badges-inner li:last-child {
        margin: 4px 0 0 0 !important;
    }
    .upload_file {
        flex-direction: column;
    }
    .no_file_selected {
        margin: 10px 0 0 0 !important;
    }
    .file_choose {
        flex-direction: column;
    }
    .uploaded-file p {
        margin: 5px  0 0 0;
    }
    .weight_list .nav-tabs .nav-item .nav-link {
        padding: 12px;
    }
    .weight_list_inner ul li {
        align-items: center;
        text-align: left;
        padding: 12px;
    }
    .weight_list_head h5 {
        font-size: 14px;
    }
    .weight_list_inner ul {
        height: 225px;
    }
    .create-adjust-mix .organization-formsubmit-section {
        padding: 14px 20px;
    }
    .weight_list_inner ul li p {
        font-size: 14px;
        width: 49%;
    }
    .weight_list_inner ul li a {
        font-size: 14px;
        width: 49%;
        display: flex;
        justify-content: flex-end;
    }
    .weight_list_inner .filled_weight{
        text-align: center;
    }
    .create-adjust-mix.cd-popup-container {
        max-height: 540px;
        overflow-y: scroll;
    }
    .am-users-table.user_table table{
        width: 800px;
    }
    .clipboard-bg {
        padding: 8px 9px;
        width: max-content;
        font-size: 12px;
    }
    .clipboard-bg p {
        font-size: 12px;
        line-height: 20px;
    }
    .clipboard-bg img {
        width: 12px;
        height: 12px;
        margin: 0 6px 0 0;
    }
    .new-homePage .consum-home-banner-sec .hm-banner-info h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 28px 0;
    }
    .new-homePage .hm-banner-info p {
        line-height: 24px;
        font-size: 16px;
    }
    .new-homePage .blogSection .productPageHead {
        font-size: 40px;
        line-height: 48px;
    }
    .quotes-title {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 40px 0;
    }
    .quote-section-left p {
        font-size: 28px;
        line-height: 36px;
    }
    .quotes-title-inner {
        margin: 0 0 24px 0;
    }
    .quote-content {
        flex-direction: column-reverse;
    }
    .quote-section-left {
        width: 100%;
        padding: 24px;
    }
    .quote-section-right {
        width: 100%;
    }
    .new-homePage .site-cta-section h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .new-homePage .site-reformedCTA-section p {
        font-size: 18px;
        line-height: 28px;
    }
    .new-homePage .features-inner-content h4 {
        margin: 16px 0;
    }
    .new-homePage .home-browse-section h2 {
        margin: 0 0 16px 0;
        font-size: 40px;
    }
    .new-homePage .site-reformedCTA-section {
        text-align: left;
        padding: 56px 0px;
    }
    .new-homePage .blogSection {
        padding: 56px 0;
    }
    .new-homePage .providerSection-features.viewPartners {
        padding: 56px 0;
    }
    .new-homePage .providerSection-features-right {
        margin: 32px 0 0 0;
    }
    .new-homePage .home-browse-blocks {
        padding: 24px 20px 0;
    }
    .new-homePage .clearRates-overview-section h2 {
        margin: 0 0 16px 0;
        font-size: 39px;
        line-height: 48px;
        word-break: normal;
        overflow-wrap: anywhere;
    }
    .new-homePage .blogContent h4 {
        padding: 16px 0 16px 0;
        font-size: 24px;
        line-height: 32px;
    }
    .quote-section {
        padding: 56px 0;
    }
    .new-homePage .mob-banner-img{
        display: none;
    }
    .new-homePage .home-browse-section {
        padding: 56px 0 0;
    }
    .new-homePage .browse-by-health {
        padding: 56px 0 !important;
    }
    .new-homePage .clearRates-overview-section {
        padding: 56px 0 32px 0;
    }
    .new-homePage .providerSection-features {
        padding: 0 0 56px 0;
    }
    .new-homePage .features-inner-content h4 {
        font-size: 23px;
        line-height: 32px;
    }
    .quote-section-left img {
        width: unset;
    }
    .quotes-title-inner {
        width: 100%;
    }
    .new-homePage .pp-drk-btn{
        width: 100%;
    }
    .slider-tabs .nav-tabs{
        width: 100%;
    }
    .slider-tabs .nav-tabs .nav-item {
        width: 50%;
    }
    .slider-tabs .nav.nav-tabs::before{
        width: 50%;
    }
    .new-homePage .site-reformedCTA-section .col-xl-4.col-md-5 {
        justify-content: flex-start;
    }
    .new-homePage .footer-main-section {
        padding: 56px 0;
    }
    .footer-social-media {
        justify-content: flex-start;
    }
    .footer-logo-section {
        display: block;
        text-align: start;
    }
    .new-homePage .footer-bottom-logo {
        margin: 0;
        max-width: 80px;
    }
    .footer-links-section {
        text-align: left;
    }
    .new-homePage .product-sol-links {
        display: flex;
    }
    .new-homePage .footer-link-products {
        margin: 0 0 40px 0;
    }
    .new-homePage .footer-links-section h3 {
        margin: 0 0 8px 0;
    }
    .new-homePage .footer-links-section ul li {
        margin: 0 0 8px 0;
    }
    .new-homePage .browseCare-more-links .footer-links-section {
        margin: 0;
    }
    .new-homePage .footer-links-section ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    .new-homePage .footer-logo-left > img {
        width: 100%;
    }
    .provider-number h2{
        font-size: 20px;
        line-height: 26px;
    }
    .download-log {
        flex-direction: column;
        align-items: first baseline;
    }
    .log-updated-info ul li h3{
        font-size: 20px;
        line-height: 26px;
    }
    .log-updated-info ul li{
        width: 100%;
    }
    .log-updated-info ul{
        flex-direction: column;
    }
    .log-updated-info ul li {
        width: 100%;
        border-bottom: 1px solid #e3e6eb;
        border-right: 0;
    }
}

/*----- Breakpoint max-width 767px -----*/
@media only screen and (max-width:767px){
    .sidebar_bg {
        padding: 64px 24px !important;
    }
    .clearrate_features h4 {
        height: unset;
    }
    .clearrate_features .ccs-mainBlock {
        margin: 0 0 56px 0;
    }
    .clearrate_features .col-md-4:last-child  .ccs-mainBlock{
        margin: 0;
    }
    .clearRates_data_platform .providerSection-features-right {
        margin: 10px 0 0 0;
    }
    .main_benefits .gfe-features-block h5 {
        height: unset;
    }
    .main_benefits .gfe-features-block {
        margin: 0 0 56px 0;
    }
    .main_benefits .gfe-features-block {
        margin: 0 0 28px 0;
    }
    .main_benefits .col-md-3:last-child .gfe-features-block {
        margin: 0;
    }
    .gfe-estimate-section-bottom {
        padding: 64px 0 0 0;
    }
    .clear_rates_banner {
        padding: 37px 0 0 0 !important;
    }
    .clear_rates_banner .hm-banner-info h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 28px 0;
    }
    .clear_rates_banner .hm-banner-info p {
        font-size: 18px;
        line-height: 28px;
    }
    .clear_rates_banner .hm-banner-info ul {
        margin: 28px 0 0 0;
    }
    .clear_rates_banner .hm-banner-img {
        display: none;
    }
    .clearrate_features .ccs-mainBlock p {
        font-size: 18px;
        line-height: 28px;
    }
    .clearRates .productPageParah {
        font-size: 18px;
        line-height: 28px;
    }
    .clearRates .providerSection-features-right p {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
    }
    .gradient-box h2{
        width: 100%;
        padding: 0;
    }
    .gradient-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 48px 32px;
        position: unset;
        margin: 0;
    }
    .tqv .gradient_box_info {
        padding: 0;
    }
    .gfe-features.gfe-features-bottomSpace {
        margin: 64px 0 0 0;
    }
    .gradient_box_info {
        background: #FFFFFF;
    }
    .gradient_box_info .container .row{
        margin:0;
    }
    .gradient_box_info .container .row .col-md-12{
        padding: 0;
    }
    .gradient_box_info .container {
        padding: 0;
        max-width: 100%;
    }
    .gradient_box_btn {
        margin: 28px 0 0 0;
    }
    .mb-156 {
        margin: 0 0 64px 0 !important;
    }

    .analytics_sect {
        padding: 28px;
    }
    .clearrates-features {
        margin: 0 0 28px 0;
    }
    .col-md-6 .clearrates-features {
        height: auto;
    }
    .powerful_data {
        margin: 0 0 28px 0;
        flex-direction: column;
    }
    .powerful_data .analytics_sect {
        width: 100%;
    }
    .powerful_data .api_img {
        width: 100%;
    }
    .next-up {
        padding: 40px 28px;
    }
    .next-up h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .fz-60 {
        font-size: 46px !important;
        line-height: 56px !important;
    }
    .clearRates .clearRates-title.gfe-estimateTitle .productPageParah {
        max-width: unset;
    }
    .productPageParah {
        width: 100%;
    }
    .analytics_sect h2 {
        height: unset;
    }
    .analytics_sect p {
        height: unset;
    }
    .new-homePage .hm-banner-info p {
        margin: 0 0 28px 0;
    }
    .turquoiseOrganization-section-inner img {
        display: none;
    }
    .new-homePage .providerSection-features .features-inner-content {
        margin: 0 0 16px 0;
    }
    .new-homePage .logos-section {
        display: none;
    }
    .home-joinTeam-section .container{
        padding: 0;
    }
    .home-joinTeam-section .container .row{
        margin: 0;
    }
    .home-joinTeam-section .container .row .col-md-12{
        padding: 0;
    }
    .joinTeam-section-left h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .product-service-list {
        margin: 80px 0;
    }
    .career-page-new .home-banner-section h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 28px 0;
    }
    .career-page-new .home-banner-section .hm-banner-info p {
        font-size: 18px;
        line-height: 28px;
    }
    .career-page-new section.home-banner-section .home-solid-drk-btn {
        padding: 12px 24px !important;
        font-size: 18px;
        line-height: 24px;
        width: 204px !important;
    }
    .career-page-new section .hm-banner-img {
        display: none;
    }
    .career-page-new .clearRates-overview-section h2.productPageHead {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 24px 0;
    }

    .carrer-timelineSection-inner h2 {
        font-size: 48px;
        line-height: 56px;
    }
    .med_fontSize {
        font-size: 48px;
        line-height: 56px;
    }
    .values_caraousel {
        padding: 40px 20px;
    }
    .value_pointer_inner {
        padding: 20px;
        height: unset;
    }
    .career_quotes_section p {
        font-size: 24px;
        line-height: 32px;
    }
    .recruitment_process_pointers .value_pointer_inner {
        height: unset;
    }
    .small_fz {
        font-size: 40px;
        line-height: 48px;
    }
    .job_opening_right {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .job_opening_right a {
        margin: 24px 0 0 0;
        background: #02363d;
        width: 100%;
        justify-content: center;
    }
    .dei_dahboard_inner {
        padding: 40px 20px;
    }
    .carrer-timelineSection-innerBlock ul li {
        margin: 0 0 30px 0;
        font-size: 17px;
        line-height: 28px;
    }
    .career_quotes_section #pills-tab {
        width: 458px;
        margin: 0 0 10px 0;
    }
    .overflow_prop {
        overflow: auto;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .career_quotes_section .col-md-12 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-quote.quote-section.quote-section-get-started {
        padding-top: 128px;
    }

}


#locationMap {
    height: 170px;
    margin-top: -18px;
}

#locationNearbyMap {
    height: 340px;
    margin-top: -18px;
}

#locationMap a {
    font-size: 11px;
}


.sidebar-location a {
    margin: 0;
}

.consum-home-banner-sec .hm-banner-info span {
    font-size: 64px;
    font-family: "Tiempos Headline";
}

.verify-estimate-block {
    width: auto !important;
}

@media only screen and (max-width: 992px) {
    .consum-home-banner-sec .hm-banner-info span {
        font-size: 44px !important;
    }
}

ul.three-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

div.alphabet-wise-names ul {
    width: 100%;
}


@media only screen and (max-width: 992px)  {
    .mob-banner-img img {
        display: none !important;
    }
}


@media only screen and (max-width: 768px)  {
    .navbar-light .navbar-nav .navbar-item .nav-link {
        margin: 0px 5px;
        font-size: 16px;
        color: #02363D;
    }
    .dark-bg-header .signupLogin-btns .signUp {
        position: relative;
        color: #02363D;
    }
    .navbar-light .navbar-nav .navbar-item .nav-link .nav-search-text {
        font-size: 25px;
        font-family: 'HK Grotesk Medium';
    }
    .navbar-light .navbar-nav .navbar-item .nav-link img {
        display: none;
    }
}

@media only screen and (min-width: 769px)  {
    .navbar-light .navbar-nav .navbar-item .nav-link .nav-search-text {
        display: none;
    }
}


.price-sort-filter .dropdown .btn {
    border: none;
    background-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    color: #02363D !important;
    transition: 0.3s;
    padding: 0 20px 0 0;
}

.price-sort-filter .dropdown-toggle::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border: none;
}

.price-sort-filter::after {
    content: '';
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.terms-of-use {
    margin-top: 20px;

}

.terms-of-use .h1 {
    font-size: 2.5rem;
    line-height: 2;
}

.terms-of-use .h2 {
    font-size: 2.0rem;
    line-height: 2;
}

.facet-filter {
    width: 24%;

}

.facet-filter-search {
    width: 100%;
}

.facet-filter .dropdown .btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.facet-filter .dropdown .dropdown-toggle:focus {
    box-shadow: none;
}

@media only screen and (max-width: 768px)  {
    .facet-filter {
        width: 100%;
        margin: 20px 0 0 0;
    }
}


.facet-filter .dropdown .btn {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: 'HK Grotesk SemiBold';
    font-size: 14px;
    text-align: left;
    color: #02363D;
    transition: 0.3s;
    padding: 0 20px 0 0;

    position: relative;
    background-color: #e6e6e6;
    max-width: 100%;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;

    width: 100%;
    padding: 12px 24px 12px 14px;
}

.facet-filter .dropdown-toggle::after {
    content: url("../images/angle-down.0a66c03bed5c.svg");
    position: absolute;
    top: 49%;
    right: 14px;
    transform: translateY(-50%);
    border: none;
}

@media only screen and (max-width: 768px)  {
    .pro-provd-net-block h1 {
        margin: 0 0 25px 0;
    }

    .pro-provd-net-block h1 span {
        font-size: 18px;
        margin: 0 10px 0 0;
    }
}

.product-banner-section {
    background: #D5EEED;
    padding: 100px 0 100px 0;
}


.hospital-info-title {
    padding-bottom: 30px;
}

.map-nearby-section {
    margin-top: 15px;
}

.map-nearby-section .nearby-hospital-places span {
    font-size: 14px;
}

.hospital-info-cont .send-us-feedback {
    padding: 40px;
}

.payment-select-button-area .payment-select-button {
    font-family: 'HK Grotesk Bold';
    border: 1px solid #e3e6eb;
    background-color: #fff;
    padding: 11px 0px 10px 20px;
    border-radius: 28px;
    cursor: pointer;
    width: 220px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 40px;
}


.payment-select-button-area .payment-select-button img.radio-icon {
    padding-right: 10px;
}

.payment-select-button-area .payment-select-button img.help-icon {
    padding-left: 5px;
    padding-bottom: 1px;
}

.payment-select-button-area input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.payment-select-button-area input[type="radio"]:checked + label {
  border: 1px solid #62c2ba;
}

.payment-select-button-area input[type="radio"]:disabled + label {
    background: #ececec;
    color: #777;
    cursor: not-allowed;
    font-family: 'HK Grotesk Medium';
    padding: 11px 20px 10px 20px;
    width: auto;
}

.payment-select-button-area .payment-select-button input {
    margin-left: -28px;
}

/* IMAGE STYLES */
[type=radio] + label img.radio-icon {
  cursor: pointer;
  content: url("../images/payment_type_unselected.a43d2dca9451.svg");
}

/* CHECKED STYLES */
[type=radio]:checked + label img.radio-icon {
  content: url("../images/payment_type_selected.52cb2d8aa720.svg");
}

[type=radio]:disabled + label img.radio-icon {
  content: url("../images/payment_type_disabled.84c9d01664c8.svg");
  cursor: not-allowed;
}
.procedure-information {
    margin: 0 0 0 0;
}

@media only screen and (max-width : 992px){
    .payment-select-button-area {
        margin-bottom: 20px;
    }
    .payment-select-button-area .payment-select-button {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .payment-select-button-area input[type="radio"]:disabled + label {
        width: 100%;
    }

    .procedure-information {
        margin: 60px 0 60px 0;
    }

    .browse-titie_sec.browse-breadcrumb-sec .price-sort-filter {
        display: block;
        padding: 18px 0 0 0;
    }
}

.cost-estimate-info p b {
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}

form#insuranceInfoForm {
    margin: 0 0 60px 0;
}

.cash-price-calculator p {
    margin: 0;
    color: #02363D;
    font-size: 14px;
}
.cash-price-calculator span {
    margin: 0;
    color: #02363D;
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}

.cash-price-calculator h2 {
    letter-spacing: 0.48px;
    color: #02363D;
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px 0;
    text-align: center;
}

.cash-price-calculator #cashPriceAmount {
    width: 100%;
    letter-spacing: 0.48px;
    color: #36C5BA;
    font-size: 48px;
    line-height: 54px;
    margin: 40px 0 40px 0;
    text-align: center;
    font-family: 'Tiempos Headline';
}

.cash-price-calculator button, .cash-price-calculator .button {
    width: 100%;
    margin: 15px 0 0 0;
    background: #36C5BA;
    border-radius: 22px;
    color: #FFFFFF;
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    padding:11px 0;
    transition: 0.3s;
    display: block;
    text-align: center;
}
.cash-price-calculator button:hover, .cash-price-calculator .button:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) !important;
}

.calculator-info {
    margin: 30px 0 0 0;
}

body.turquoise-browse {
    background: #F7FBFB;
}

.healthsystem-sidebar-location{
    padding:28px 0;
}
.healthsystem-sidebar-location h3 {
    font-family: 'HK Grotesk Bold';
    font-weight: 900;
    color: #02363D;
    letter-spacing: 1.44px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.healthsystem-sidebar-location p {
    color: #02363D;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.healthsystem-sidebar-location  .healthsystem-location {
    margin-bottom: 15px;
}

.healthsystem-sidebar-location a {
    font-size: 14px;
    line-height: 24px;
    color: #36C5BA;
    font-family: 'HK Grotesk SemiBold';
    margin:0 0 22px 0;
}


.product-browse-section {
    padding: 100px 0;
}


#rate-sense-raw-charge-results-tab table tbody + tbody {
    border-top: unset;
}
#rate-sense-filter-rate_range label {
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk SemiBold';
    margin-bottom: 0;
}
#rate-sense-filter-rate_range .card-body .filter-output-display {
    font-size: 14px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
    margin-bottom: 12px;
}
#rate-sense-filter-rate_range .card-body .filter-output-display div {
    padding-bottom: 4px;
}
#rate-sense-filter-rate_range .input-group .input-group-text {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-right: 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'HK Grotesk Medium';
}
.raw_charge_results_verified_provider_image {
    display: inline-block;
}
.enterprise-search-filter-section > h3 .reset-btn:hover{
    text-decoration: underline;
}

.rate-mngmnt-insura-contract .recipients-list {
    margin: 32px 0 0 0;
}
.rate-mngmnt-insura-contract table.rm-rates {
    width: 100%;
    border: unset;
}
.rate-mngmnt-insura-contract .sc-review_send-rates thead {
    font-family: 'HK Grotesk Bold';
}
.rate-mngmnt-insura-contract .sc-review_send-rates tbody td {
    line-height: 32px;
}
.rate-mngmnt-insura-contract .rm-single-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E3E6EB80;
    padding: 14px 12px;
}
.rate-mngmnt-insura-contract .rm-single-rate-right p {
    font-size: 20px;
}
.rate-mngmnt-insura-contract .rm-single-rate p {
    line-height: 20px;
    margin: 0;
    font-family: 'HK Grotesk Bold';
    font-size: 16px;
}
.rate-mngmnt-insura-contract .single-contract-recipients {
    padding-bottom: 50px;
}
.rate-mngmnt-insura-contract .rm-head-left a img {
    margin-left: 13px;
}
.rate-mngmnt-insura-contract .sc-sidebar-db-dv {
    display: inline-block;
}
.rate-mngmnt-insura-contract .rm-head-agreement {
    display: flex;
    background: #02363D;
    align-items: center;
    justify-content: space-between;
}
.rate-mngmnt-insura-contract .rm-head-left h2 {
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    font-family: 'HK Grotesk Bold';
    margin:0;
}
.rate-mngmnt-insura-contract .rm-head-left p {
    color: #fff;
    line-height: 24px;
    margin:16px 0px 28px 0px;
}
.rate-mngmnt-insura-contract .rm-head-left {
    padding: 10px 0 10px 32px;
    width: 60%;
}
.rate-mngmnt-insura-contract .rm-head-right {
    width: 39%;
}
.rate-mngmnt-insura-contract .rm-head-right img {
    width: 100%;
    display: block;
}
.rate-mngmnt-insura-contract .rm-head-left a {
    background: #36C5BA;
    border-radius: 50px;
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}
.rate-mngmnt-insura-contract .rm-head-left a:hover{
    transform: scale(1.03);
}
.rate-mngmnt-insura-contract .sc-sidebar-db-dv .effective-version::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #36C5BA;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
}
.rate-mngmnt-insura-contract .sc-sidebar-db-dv p.effective-version {
    position: relative;
}
.rate-mngmnt-insura-contract .recipients-list h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 12px 0;
    letter-spacing: 0px;
}
.rate-mngmnt-insura-contract .recipient-action-status a {
    font-family: 'HK Grotesk Bold';
    cursor: pointer;
}
.rate-mngmnt-insura-contract .sc-rs-member-descp h4 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}











/* ---------------------------------- */
/* Css For Print Screen
------------------------------------- */
@media screen, print {
    /* ------------------------------------------------------------------- */
    /* 01. Import Section
    ---------------------------------------------------------------------- */
    @font-face {
        font-family: 'HK Grotesk Regular';
        font-style: normal;
        font-weight: normal;
        src: local('HK Grotesk Regular'), url("../fonts/HKGrotesk-Regular.5737c302d3ff.woff") format('woff');
    }
    @font-face {
        font-family: 'HK Grotesk Medium';
        font-style: normal;
        font-weight: normal;
        src: local('HK Grotesk Medium'), url("../fonts/HKGrotesk-Medium.3087376f152e.woff") format('woff');
    }
    @font-face {
        font-family: 'HK Grotesk SemiBold';
        font-style: normal;
        font-weight: normal;
        src: local('HK Grotesk SemiBold'), url("../fonts/HKGrotesk-SemiBold.0fd4fa85e14e.woff") format('woff');
    }
    @font-face {
        font-family: 'HK Grotesk Bold';
        font-style: normal;
        font-weight: normal;
        src: local('HK Grotesk Bold'), url("../fonts/HKGrotesk-Bold.31b3bc10df42.woff") format('woff');
    }

    @font-face {
        font-family: 'Tiempos Headline';
        src: url("../fonts/tiempos-headline-web-semibold.8cc6f207f11b.woff") format('woff');
    }
    /* Common Styles */
    *{
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        text-decoration: none;
        border: 0;
        outline: 0;
        font: inherit;
        vertical-align: baseline;
    }
    body{font-family: 'HK Grotesk Regular'; -webkit-print-color-adjust: exact; color-adjust: exact;}
    h1,h2,h3,h4,h5,h6{
        font-family: 'Tiempos Headline';
    }
    a {
    color: #36C5BA;
    }
    a:hover {
        color: #36C5BA;
    }
    body.scorecard-printview-page .container, body.scorecard-printview-page .container-lg, body.scorecard-printview-page .container-md, body.scorecard-printview-page .container-sm {
        max-width: 864px;
    }
    body.scorecard-printview-page .header-white-bg{
        background: unset;
    }
    .scorecard-printview-page .spcl-note p {
        line-height: 24px;
        padding: 12px 20px;
        border: 1px solid #36C5BA;
        background: #36C5BA14;
        margin: 0;
        font-size: 16px;
        display: flex;
    }
    .scorecard-printview-page .spcl-note p img {
        width: 22px;
        height: 22px;
        margin: 0 12px 0 0;
    }
    .scorecard-printview-page .header-white-bg .spcl-note {
        margin-bottom: 0;
    }
    .scorecard-printview-page .spcl-note{
        margin-bottom: 20px;
    }
    .scorecard-printview-page .spcl-note.radio-note {
        margin: 32px 0;
    }
    .scorecard-printview-page .hsptl-records .spcl-note{
        margin: 40px 0 20px 0;
    }
    .scorecard-printview-page .page-head ul {
        display: flex;
        justify-content: space-between;
        padding: 0 0 38px 0;
        margin: 0;
    }
    .scorecard-printview-page .page-head ul li {
        display: flex;
        width: 25%;
    }
    .scorecard-printview-page .main-content-section > .container{
        top:0;
    }
    .scorecard-printview-page .page-head ul li h5 span {
        display: block;
    }
    .scorecard-printview-page .page-head ul li img {
        width: 18px;
        height: 18px;
        margin-right: 12px;
    }
    .scorecard-printview-page .page-head ul li h5 {
        font-size: 15px;
        line-height: 20px;
        font-family: 'HK Grotesk Bold';
        margin: 0;
    }
    .scorecard-printview-page .page-head ul li h5 span{
        font-size: 14px;
        line-height: 20px;
    }
    .scorecard-printview-page .page-head h1 {
        font-size: 48px;
        line-height: 56px;
        padding: 48px 0 40px 0;
        margin: 0;
    }
    .scorecard-printview-page header {
        padding: 32px 0 0 0;
    }
    .scorecard-printview-page header.header-white-bg  .container{
        border-bottom: 1px solid #E3E6EB;
    }
    .scorecard-printview-page section.main-content-section.hospital-info-maincontent {
        background: #ffffff;
    }
    .scorecard-printview-page ul.three-lines.player-rates .black-tooltip{
        right: 64px;
    }
    .scorecard-printview-page .two-color-text-wth-lines p {
        width: 55%;
    }
    .scorecard-printview-page .diem-rates-lines li.black-tooltip{
        right: 27px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .main-content-section > .container{
        z-index: 1;
    }
    .scorecard-printview-page.comliance-breakdown .tab-content > div:last-child{
        border: 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .page-title h1{
        letter-spacing: 1.46px;
        line-height: 44px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .mrf-scorecard {
        padding: 40px 32px;
        border-bottom: 1px solid #E3E6EB;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .inner-banner-section::after {
        top: -60px;
        z-index: 1;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hospital-section{
        padding: 0 0 32px 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hospital-name {
        margin: 0 0 0 16px;
        font-size: 20px;
        line-height: 22px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .turquoise-verification p, .sidebar-contact a, .sidebar-jumpto-section li{
        margin: 0 0 8px 0px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .edgar-health-system {
        padding: 32px 0px 63px;
        position: relative;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .mrf-scorecard {
        padding: 40px 32px;
        border-bottom: 1px solid #E3E6EB;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .comliance-breakdown .mrf-scorecard, .compliance-scorecard-detail-page .comliance-breakdown.mrf-scorecard{
        border: 0 !important;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .mrf-scorecard h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 1.46px;
        font-family: 'Tiempos Headline';
        margin: 0 0 40px 0;
        color: #02363d;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .scorecard-rating h3 {
        font-size: 20px;
        line-height: 24px;
        font-family: 'HK Grotesk Bold';
        color: #02363D;
        margin:0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page ul.star-ratings {
        display: flex;
        align-items: center;
        margin: 24px 0;
        padding: 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page ul.star-ratings li {
        margin-right: 4px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .multicolor-text {
        font-size: 18px;
        line-height: 28px;
        font-family: 'HK Grotesk SemiBold';
        color: #02363D;
        margin: 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .multicolor-text span {
        font-size: 18px;
        line-height: 28px;
        font-family: 'HK Grotesk SemiBold';
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .compliance-recommendation {
        padding-left: 32px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .mrf-score {
        border-right: 1px solid #E3E6EB;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page ul.comliance-details {
        margin: 16px 0;
        padding-left: 25px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page ul.comliance-details li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        list-style: initial;
        color: #02363d;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page ul.comliance-details li span {
        font-size: 14px;
        font-family: 'HK Grotesk Bold';
        text-decoration: underline;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .compliance-recommendation .trnsparent-button a {
        padding: 10px 16px;
        background: #02363D;
        border-radius: 22px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none !important;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .compliance-recommendation .trnsparent-button a:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        transform: scale(1.03) !important;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .scorecard-rating {
        margin-bottom: 40px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation h4 {
        font-size: 16px;
        line-height: 24px;
        font-family: 'HK Grotesk Bold';
        margin: 0 0 16px 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation {
        border: 1px solid #E3E6EB;
        background: #F7FBFB;
        padding: 16px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation ul li {
        display: flex;
        align-items: flex-start;
        margin-right: 40px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation ul li h5 {
        margin: 0 0 0 12px;
        font-size: 15px;
        line-height: 20px;
        font-family: 'HK Grotesk Bold';
        color: #02363D;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation ul li img {
        margin: 2px 0 0 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation ul li h5 span {
        display: block;
        font-size: 15px;
        line-height: 24px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation ul {
        display: flex;
        padding-left: 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation p {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        color: #02363D;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-glance {
        padding: 32px 32px 40px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .mrf-scorecard.hsptl-glance h2 {
        margin-bottom: 16px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .two-color-text-wth-lines {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 16px 68px 16px 24px;
        border: 1px solid #E3E6EB;
        box-shadow: 0px 2px 5px 0px #0000001a;
        margin: 24px 0 0 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .two-color-text-wth-lines ul {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        width: 40%;
        position: relative;
        margin: 0 0 9px 0;
    }
    .scorecard-printview-page .black-tooltip {
        position: relative;
        top: -42px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .scorecard-printview-page .black-tooltip .tooltipFigures {
        font-size: 13px;
        line-height: 22px;
        padding: 2px 8px;
        background: #02363D;
        color: #fff;
        margin: 0;
        text-align: center;
        border-radius: 5px;
        position: relative;
    }
    .scorecard-printview-page .black-tooltip .tooltipFigures::after {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #02363D;
        position: absolute;
        content: "";
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
    }
    .scorecard-printview-page .black-tooltip .tooltipMark {
        width: 12px;
        height: 12px;
        background: #ffffff;
        border: 3px solid #000;
        border-radius: 50%;
        margin: 12px 0 0 0;
        display: block;
    }
    .scorecard-printview-page .col-md-6.charges-info .record-charts{
        margin: 0 0 0 8px;
        width: 100%;
    }
    .scorecard-printview-page .col-md-6.charges-info p {
        line-height: 20px;
        font-family: 'HK Grotesk SemiBold';
        color: #02363d;
        margin: 0;
        font-size: 15px;
    }
    .scorecard-printview-page ul.three-lines {
        display: flex;
        margin-top: 45px;
        padding: 0;
        position: relative;
    }
    .scorecard-printview-page .col-md-6.charges-info > ul {
        padding: 0;
        margin: 0;
    }
    .scorecard-printview-page .charges-info > ul > li {
        padding: 16px 16px 20px 16px;
        border: 1px solid #E3E6EB;
        box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
        border-radius: 4px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 12px;
    }
    .scorecard-printview-page .hsptl-records h3 {
        margin: 32px 0 16px 0;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 2.46px;
        font-family: 'HK Grotesk Bold';
        color: #02363d;
    }
    .scorecard-printview-page .record-charts p img {
        margin-left: 4px;
    }
    .scorecard-printview-page .mrf-scorecard.hsptl-glance .note {
        color: #8A95A5;
        font-size: 14px;
        line-height: 20px;
        margin: 16px 0 0 0;
        display: inline-block;
    }
    .scorecard-printview-page .hsptl-records ul li:last-child {
        margin: 0;
    }
    .scorecard-printview-page .mrf-scorecard.hsptl-glance > p {
        color: #02363d;
        margin: 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .mrf-scorecard {
        padding: 40px 15px;
        border-bottom: 1px solid #E3E6EB;
    }
    .scorecard-printview-page .hsptl-listings {
        border: unset;
        margin: 24px 0 0px 0;
    }
    .scorecard-printview-page .hsptl-listings .more-information-tabs{
        margin: 0;
        box-shadow: 0px 2px 5px 0px #0000001A;
    }
    .scorecard-printview-page .hsptl-listings .ent-tabletd-allrates {
        padding: 16px;
        position: relative;
    }
    .scorecard-printview-page.complianceBreakdown-listing{
        border: 1px solid #E3E6EB;
        margin-bottom: 32px;
    }
    .scorecard-printview-page .hsptl-listings .ent-tabletd-allrates h4 {
        font-size: 24px;
        line-height: 32px;
        font-family: 'Tiempos Headline';
        letter-spacing: .46px;
        margin: 0;
        color: #02363d;
        position: relative;
    }
    .scorecard-printview-page .hsptl-listings .ent-tabletd-allrates h4 img{
        margin-right: 12px;
    }
    .scorecard-printview-page .mrf-scorecard.hsptl-glance.comliance-breakdown {
        padding: 32px 15px 0px;
        border-bottom: none;
    }
    .scorecard-printview-page .hsptl-listings .ent-tabletd-allrates.collapsed h4::after {
        content: url("../images/black-dropdown-light.9ae0c1369e9b.svg");
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        right: 25px;
        transition: 0.3s;
    }
    .scorecard-printview-page .hsptl-listings .ent-tabletd-allrates h4::after {
        transform: rotate(180deg);
        transform-origin: 50% 50%;
        top: 0;
        content: url("../images/black-dropdown-light.9ae0c1369e9b.svg");
        position: absolute;
        right: 25px;
        transition: 0.3s;
    }
    .scorecard-printview-page .mrf-scorecard.hsptl-glance .scorecard-subMenu {
        padding: 20px 32px 24px;
    }
    .scorecard-printview-page .scorecard-subMenu .two-color-text-wth-lines {
        margin: 0 !important;
    }
    .scorecard-printview-page .scorecard-subMenu .DRGs-head{
        margin:32px 0 0 0;
    }
    .scorecard-printview-page .scorecard-subMenu .DRGs-head h4 {
        font-size: 19px;
        line-height: 32px;
        font-family: 'HK Grotesk Bold';
        letter-spacing: .46px;
        margin: 0;
        color: #02363d;
    }
    .scorecard-printview-page .scorecard-subMenu .DRGs-head p {
        font-size: 16px;
        line-height: 24px;
        color: #02363d;
        margin: 4px 0 0px 0;
    }
    .scorecard-printview-page .collapse-btn {
        position: relative;
        margin: 18px auto 23px;
        max-width: 100px;
        text-align: center;
        display: block;
    }
    .scorecard-printview-page .hsptl-listings .ent-tabletd-allrates.collapsed ~ .collapse-btn{
        display: none;
    }
    .scorecard-printview-page .collapse-btn a{
        color: #02363D;
        font-size: 14px;
        line-height: 22px;
        font-family: 'HK Grotesk Bold'
    }
    .scorecard-printview-page .collapse-btn a::after {
        content: url("../images/black-drop-up.e684eacf82d1.svg");
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        right: -8px;
        transition: 0.3s;
    }
    .scorecard-printview-page .scorecard-subMenu .DRGs-head.Diems-head {
        margin: 32px 0 0 0;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .inner-banner-section{
        z-index: unset;
    }
    .scorecard-printview-page .spcl-note.end-note {
        margin: 8px auto 100px;
        width: 100%;
        padding: 0 15px;
    }
    .scorecard-printview-page .complianceBreakdown-listing {
        border: 1px solid #E3E6EB;
        margin-bottom: 32px;
        border-radius: 4px;
    }
    .scorecard-printview-page.compliance-scorecard-detail-page .main-content-section .container > .row {
        flex-direction: unset;
    }
    .scorecard-printview-page .DRGs-head h4 img {
        margin: 0 8px 0 0;
    }

    @media only screen and (max-width: 880px){
        body.scorecard-printview-page .container, body.scorecard-printview-page .container-lg, body.scorecard-printview-page .container-md, body.scorecard-printview-page .container-sm {
            max-width: 767px;
        }
        .scorecard-printview-page .spcl-note p{
            padding: 12px 15px;
        }
        .scorecard-printview-page .scorecard-subMenu .DRGs-head p {
            font-size: 16px;
        }
        .scorecard-printview-page .page-head ul{
            flex-wrap: wrap;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .mrf-scorecard h2 {
            font-size: 21px;
            line-height: 27px;
            margin: 0 0 25px 0;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .scorecard-rating h3 {
            font-size: 16px;
            line-height: 20px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .multicolor-text {
            font-size: 14px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .multicolor-text span {
            font-size: 14px;
        }
        .scorecard-printview-page .page-head ul li {
            display: flex;
            width: 50%;
            padding: 0 12px 12px 0;
        }
        .scorecard-printview-page .page-head h1 {
            font-size: 34px;
            line-height: 48px;
            padding: 35px 0 30px 0;
            margin: 0;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .two-color-text-wth-lines p {
            width: 100%;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .two-color-text-wth-lines ul{
            width: 100%;
        }
        .scorecard-printview-page ul.three-lines {
            margin-top: 52px;
        }
        .scorecard-printview-page .scorecard-subMenu .DRGs-head h4{
            font-size: 15px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .inner-banner-section {
            padding: 30px 0 60px 0;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .page-title h1 {
            font-size: 25px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .mrf-scorecard {
            padding: 32px 20px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .mrf-score {
            border-right: none;
            padding-bottom: 20px;
            border-bottom: 1px solid #E3E6EB;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation ul li h5 span {
            line-height: 18px;
        }
        .scorecard-printview-page .mrf-scorecard.hsptl-glance.comliance-breakdown {
            padding: 32px 20px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .two-color-text-wth-lines {
            flex-direction: column;
            padding: 16px 24px 16px 24px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .two-color-text-wth-lines ul {
            width: 100%;
            margin: 38px 0 0 0;
            padding: 0;
        }
        .scorecard-printview-page .mrf-scorecard.hsptl-glance .scorecard-subMenu {
            padding: 20px;
        }
        .scorecard-printview-page .three-lines.yellow .black-tooltip {
            left: 25%;
        }
        .scorecard-printview-page .star-ratings li img {
            width: 25px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .compliance-recommendation {
            padding: 20px 15px;
            border-bottom: 1px solid #E3E6EB;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation ul li h5{
            font-size: 13px;
            margin: 0 0 0 10px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-evaluation h4 {
            font-size: 14px;
            line-height: 20px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-listings .ent-tabletd-allrates h4 {
            font-size: 16px;
            line-height: 22px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .hospital-name{
            font-size: 18px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .scorecard-rating {
            margin-bottom: 30px;
        }
        .scorecard-printview-page.scorecard-subMenu .DRGs-head p {
            font-size: 14px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .hsptl-listings .ent-tabletd-allrates h4 img {
            width: 22px;
        }
        .scorecard-printview-page.compliance-scorecard-detail-page .main-content-section .container > .row{
            flex-direction: unset;
        }
        .scorecard-printview-page .col-md-6.charges-info p {
            font-size: 14px;
        }
        .scorecard-printview-page .spcl-note.end-note {
            margin: 0 auto 70px;
            width: 100%;
            padding: 0 15px;
        }
    }
}

/* claims list view */
.rm-claims-information .l-contract-detail-left::before{
    display: none;
}
.rm-claims-information .l-contract-detail-left {
    padding: 0;
    width: 48%;
}
.rm-claims-information .l-contract-detail-btns{
    width: 52%;
}
.rm-claims-information .l-contract-detail-btns .upload-new {
    padding: 8px;
    margin: 0px 0 0 4px;
    font-size: 14px;
}
.rm-claims-information .l-contract-detail-left h3{
    font-size: 20px;
    line-height: 24px;
}
.rm-claims-information .l-contract-detail-btns .upload-new img {
    margin: 0 4px 0 0;
    width: 18px;
}
.rm-claims-information .l-contract-detail-left p {
    font-size: 13px;
}
.rm-claims-information .claims-info {
    text-align: center;
    padding: 24px 10px 10px;
}
.rm-claims-information .more-information-tabs .nav-link{
    margin: 0 24px 0 0;
}
.rm-claims-information .claims-info h2 {
    color: #8A95A5;
    margin: 20px 0px 1px;
}
.rm-claims-information .claims-info p {
    color: #8A95A5;
    margin: 0;
}
.rm-claims-information .single-contract-recipients {
    min-height: unset;
}
.rate-mngmnt-filters ul li ul.has-options {
    min-width: 176px;
    padding: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.rate-mngmnt-filters ul li ul.has-options li {
    border-bottom: 1px solid #E3E6EB;
    padding: 8px 15px;
    margin: 0;
    display: block;
}
.rate-mngmnt-filters ul li ul.has-options li:last-child {
    border-bottom: 0;
}
.rate-mngmnt-filters ul li ul.has-options li label {
    padding: 0 0 0 4px;
    font-size: 16px;
}
.ratemngmnt-tablearea .table .contract p {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.ratemngmnt-tablearea .table td{
    font-size: 16px;
    line-height: 24px;
}
.ratemngmnt-tablearea .table td a.extra-options {
    color: #02363d;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 0 4px;
    text-decoration: none;
}
.rate-mngmnt-filters ul li p {
    font-family: 'HK Grotesk Bold';
    padding: 10px 41px 10px 16px;
}
.single-contract-recipients ul {
    display: flex;
}
.single-contract-review_send .sc-rs-listings li p {
    margin: 0;
}
.rm-claims-information .accordion > li{
    margin: 0 0 16px 0;
}
.enterprise-headersec-left h3{
    font-family: 'HK Grotesk Bold';
}
.rateManagment-claims {
    width: 100%;
    padding: 16px 0 0;
    border: 0;
}
.rateManagment-claims .card-header {
    background: #F7FBFB;
    position: relative;
    border: 1px solid #E3E6EB;
}
.rateManagment-claims .card-header button.collapsed {
    border-bottom: 0;
}
.rateManagment-claims .card-header button {
    padding: 18px 16px;
}
.rateManagment-claims .card-header button.collapsed::after {
    content: url(/static/images/angle-down-black.svg);
}
.rateManagment-claims .card-header button::after {
    content: url(/static/images/angle-up-black.svg);
    right: 16px;
}
.rateManagment-claims .accordion{
    border: 0;
}
.dotted-edit-claims {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 46px;
    cursor: pointer;
}
ul.editing-options{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    width: 110px;
    background: #fff;
    border-radius: 18px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 19px;
    padding: 0;
    display: none;
}
.dotted-edit-claims:hover .editing-options{
    display: block;
}
ul.editing-options li {
    display: block;
    margin: 0;
    padding: 8px 16px;
    border-bottom: 1px solid #E3E6EB;
}
ul.editing-options li a,
ul.editing-options li button {
    font-size: 16px;
    line-height: 21px;
    font-family: 'HK Grotesk Regular';
    display: block;
    color: #02363D;
    background: transparent;
}
li.deleted-link {
    border-bottom: unset;
}
li.deleted-link a {
    color: #D73D3D !important;
}
.rateManagment-claims .accordion{
    padding: 0 !important;
}
.rateManagment-claims .single-contract-review_send{
    padding: 0;
}
.rateManagment-claims .single-contract-review_send .sc-rs-listings {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 16px 16px 0;
}
.rateManagment-claims .sc-rs-listings li h5{
    font-size:16px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.rateManagment-claims .sc-rs-listings li .viewable {
    display: none;
}
.rateManagment-claims .single-contract-review_send .sc-rs-listings li {
    width: 24% !important;
}
.rateManagment-claims .card-body ul li {
    margin: 0 4px 16px 0;
    display: unset;
}
.rateManagment-claims .sc-review_send-member{
    padding: 0;
    border-bottom: 1px solid #E3E6EB;
    border-top: 0;
}
.rateManagment-claims .single-contract-review_send .listing-title-area {
    background: #F7FBFB;
    border-bottom: 1px solid #E3E6EB;
    margin: 0;
}
.rateManagment-claims .single-contract-review_send .sc-rs-member-descp {
    padding: 16px;
    margin: 0;
}
.rateManagment-claims .sc-review_send-member:last-child {
    border: 0;
}
.rateManagment-claims .single-contract-review_send .listing-title-area h3 {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
}
.rateManagment-claims .single-contract-review_send .listing-title-area img {
    width: 20px;
    margin-right: 15px;
    cursor: pointer;
}
.rateManagment-claims .single-contract-review_send {
    border: 1px solid #E3E6EB;
    border-top: 0;
}
.rateManagment-claims .single-contract-review_send .sc-rs-member-descp h4 {
    letter-spacing: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 20px;
}
.rateManagment-claims .card-body{
    border-bottom: 0;
}

/* manually add/edit claim */
.Rm-edit-claims form .single-contract-coversheet ul li.service-type {
    width: 66%;
}
.Rm-edit-claims form .single-contract-coversheet ul li.service-code {
    width: 30%;
}
.Rm-edit-claims .single-contract-coversheet h2{
    margin:0;
    font-size: 20px;
    line-height: 24px;
}
.Rm-edit-claims .single-contract-coversheet p{
    margin:0 0 20px 0;
}
.Rm-edit-claims .cs-rate-information {
    margin: 48px 0 0 0;
}
/* .Rm-edit-claims form .single-contract-coversheet ul label{
    font-size: 14px;
} */
.Rm-edit-claims form .single-contract-coversheet ul:last-child{
    margin: 0;
}
.Rm-edit-claims form .single-contract-coversheet .help-block {
    padding: 0 6px;
    margin: 0px;
    color: #D83E3E;
    font-size: 12px;
    font-family: 'HK Grotesk SemiBold';
}
.Rm-edit-claims form .sc-addservice-btns a.save-exit {
    display: inline-block;
    margin: 0 0 0 8px;
    border: 1px solid #36C5BA;
}
.edit-claims-btn {
    margin: 48px 0 0 0;
}
.edit-claims-btn button{
    padding: 12px 20px;
}

@media only screen and (max-width : 768px){
    .rateManagment-claims .single-contract-review_send .sc-rs-listings li {
        width: 100% !important;
    }
    .rateManagment-claims .single-contract-review_send .sc-rs-listings{
        padding: 16px;
    }
    .rate-mngmnt-RetroContract-details .rm-claims-information .l-contract-detail-btns {
        width: 100%;
        flex-direction:row;
    }
    .rate-mngmnt-RetroContract-details .rm-claims-information .l-contract-detail-btns .upload-new {
        margin: 0 5px 0 0;
        font-size: 13px;
        padding: 8px;
    }
    .rate-mngmnt-RetroContract-details .rm-claims-information .l-contract-detail-btns .upload-new img {
        margin: 0px 4px 0px 0px;
        width: 14px;
    }
    .rateManagment-claims .single-contract-review_send .sc-rs-member-descp {
        padding: 0 16px 16px;
    }
    .rateManagment-claims .single-contract-review_send .sc-rs-listings {
        margin: 0 0 9px 0;
    }
    .Rm-edit-claims .cs-provider-information {
        margin: 32px 0 0 0;
    }
    .Rm-edit-claims .cs-provider-information {
        margin: 32px 0 0 0;
    }
    .upload-files {
        padding: 0 0 30px 0;
        overflow-x: scroll;
    }
    .rateManagment-claims .single-contract-review_send {
        padding: 0;
    }
}

.rm-language .l-latest-version .l-contract-detail-left {
    padding: 0 0 0 50px;
}
.rm-language .l-latest-version .l-contract-detail-left::before{
    width: 40px;
    height: 40px;
}
.rm-language .l-latest-version .l-contract-detail-left h3{
    font-size: 20px;
    line-height: 24px;
}
.rm-language .l-version-history > p{
    margin: 0 0 32px 0;
}
.rate-mngmnt-RetroContract-details .enterprise-headersec-left h3{
    font-family: 'HK Grotesk Bold';
}
.no-previous-version p {
    margin: 0;
    color: #8A95A5;
}
.rm-claims-information .single-contract-language,.rm-language .single-contract-language{
    padding: 32px 32px 260px 32px;
}
.rm-summary .number-of-claims ul li:last-child{
    border: 0;
}
.rm-review-send .recipient-action-status p, .rm-summary .recipient-action-status p, .create-proposal-details .recipient-action-status p{
    text-align: right;
    font-family: 'HK Grotesk Regular';
}
.editing-options li {
    width: 100% !important;
    margin: 0 !important;
}
.claimActions {
    position: relative;
    cursor: pointer;
}
.proposal-list .number-of-claims ul li:last-child{
    border: 0;
}
.disable {
    background: #E3E6EB !important;
    pointer-events: none !important;
    color: #36C5BA !important;
    border: none !important;
}
.rm-rates-negotiation  .l-contract-detail-left h3{
    font-size: 20px;
    line-height: 24px;
}
.rm-rates-negotiation .single-contract-rates .l-contract-detail-btns .no-claims,
.rm-rates-negotiation .single-contract-rates .l-contract-detail-left p{
    color: #8A95A5;
    font-size: 14px;
    line-height: 20px;
}
.rm-rates-negotiation .single-contract-rates h2{
    font-size: 20px;
    line-height: 24px;
}
.rm-proposal-create .single-contract-form_btn {
    width: 100%;
}
.Rm-negotiation-proposal .single-contract-form_btn {
    width: 100%;
}
.Rm-negotiation-proposal .sc-addservice-btns button.save-exit:hover{
    background:#8A95A5;
    color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.Rm-negotiation-proposal .single-contract-coversheet h2{
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
.Rm-negotiation-proposal .ratemngmnt-tablearea .table th:first-child {
    padding-left: 16px;
}
.Rm-negotiation-proposal .ratemngmnt-tablearea .table td:first-child {
    padding-left: 16px;
}
.bid-summary {
    border: 1px solid #E3E6EB;
}
.bid-title {
    background: #F7FBFB;
    padding: 20px 16px;
    border-bottom: 1px solid #E3E6EB;
}
.bid-title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    display: flex;
    align-items: center;
}
.bid-title h3 img {
    margin: 0 10px 0 0;
}
.bids-info > .row {
    justify-content: space-between;
}
.bids-payment .form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 16px;
    flex-wrap: wrap;
}
.bids-payment .form label {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    border-bottom: 1px dashed #02363D;
}
.bids-payment input {
    border: 1px solid #8A95A5;
    padding: 6px 16px;
    border-radius: 22px;
    width: 150px;
    text-align: right;
}
.bids-payment ul.costs {
    margin: 0;
    display: block;
    justify-content: unset;
}
.bids-payment ul.costs li:first-child h4{
    font-family: 'HK Grotesk Regular';
}
.bids-payment ul.errorlist {
    flex-basis: 100%;
    margin: 0px;
}
.bids-payment ul.errorlist li {
    border: none;
    padding: 10px 0 0;
    justify-content: right;
}
.bids-payment ul.costs li,
.bids-payment li {
    width: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E3E6EB;
    padding: 22px 16px;
}
.bids-payment h4 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    position: relative;
    border-bottom: 1px dashed #02363D;
}
.bids-payment p {
    margin: 0;
}
.percentage {
    height: 100%;
    padding: 23px;
    background: #F7FBFB;
    border-left: 1px solid #E3E6EB;
}
.medicare-percentage {
    border: 1px solid #E3E6EB;
    margin: 0px 10px 0 0;
}
.percentage h3 {
    font-size: 15px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
    margin: 0;
    padding: 14px 11px;
    background: #ffffff;
}
.percentage ul.percentage {
    display: block;
    margin: 0;
}
.percentage ul.percentage li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #E3E6EB;
    width: 100%;
    position: unset;
}
.percentage h4 {
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Regular';
    margin: 0;
}
.percentage p {
    margin: 0 !important;
}
.yield-percentage {
    border: 1px solid #E3E6EB;
    margin: 0 0 0 10px;
}
.bids-info .row {
    margin: 0;
}
.bids-info .col-md-6{
    padding:0;
}
.Rm-negotiation-proposal li.current-percentage {
    background: #ffffff;
}
.Rm-negotiation-proposal .percentage li.proposed-percentage {
    padding: 16px 12px 16px 16px;
    background: linear-gradient(0deg, rgba(54, 197, 186, 0.08), rgba(54, 197, 186, 0.08)), #FFFFFF;
}
.Rm-negotiation-proposal li.proposed-percentage p.proposed-yield input {
    width: 150px;
    margin: 0px 10px;
    border-radius: 32px;
    font-family: 'HK Grotesk Bold';
    font-size: 18px;
    text-align: right;
}
.Rm-negotiation-proposal li.proposed-percentage p {
    font-size: 28px;
    line-height: 32px;
    font-family: 'HK Grotesk Bold';
    align-items: center;
    display: flex;
}
.Rm-negotiation-proposal li.proposed-percentage h4 {
    font-family: 'HK Grotesk Bold';
}
.Rm-negotiation-proposal .claims-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Rm-negotiation-proposal .ratemngmnt-tablearea {
    margin: 16px 0 0 0;
    border: 1px solid #E3E6EB;
}
.bids-payment h4:hover .tool-tip {
    display: block;
}
.Rm-negotiation-proposal .tool-tip {
    top: 33px;
    width: 355px;
    text-align: left;
    z-index: 5555;
}
.Rm-negotiation-proposal a.deleted-claims{
    font-size: 14px;
    line-height: 20px;
    background: #000000;
    border-radius: 35px;
    padding: 10px 16px;
    margin: 0 0 0 12px;
    font-family: 'HK Grotesk Bold';
    display: inline-block;
    transition: .3s;
    color: #ffffff;
}
.Rm-negotiation-proposal a.deleted-claims.confirm-send.disable {
    background: #E3E6EB;
    pointer-events: none;
    color: #36C5BA;
}
.Rm-negotiation-proposal .move-to-claim-btn{
    background: #36C5BA;
    color: #ffffff;
    border-radius: 35px;
    padding: 10px 16px;
    margin: 0 0 0 12px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    display: inline-block;
    transition: .3s;
}
.move-to-claim-btn.confirm-send.disable {
    background: #E3E6EB;
    pointer-events: none;
    color: #36C5BA;
}
.move-to-btns a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.move-to-claim-btn:hover{
    color:#ffffff;
}
.Rm-negotiation-proposal .tool-tip::after {
    border-bottom: 10px solid #02363D;
    bottom: 62px;
    border-top: 0;
}
.Rm-negotiation-proposal .ratemngmnt-tablearea .table tbody td input:first-child {
    margin: 0 8px 0 0;
}

.Rm-negotiation-proposal .ratemngmnt-tablearea table tr.sum-total {
    background: #F7FBFB !important;
}
.Rm-negotiation-proposal .ratemngmnt-tablearea table tr.sum-total td p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.Rm-negotiation-proposal .ratemngmnt-tablearea table tr.sum-total td {
    font-size: 20px;
    line-height: 24px;
    font-family: 'HK Grotesk Bold';
}
.Rm-negotiation-proposal .claimsActions ul li a {
    font-family: 'HK Grotesk Bold';
}
.Rm-negotiation-proposal .ratemngmnt-tablearea .table thead th{
    font-size: 10px;
}
.Rm-negotiation-proposal li.deleted-link {
    margin: 0 !important;
}
.Rm-negotiation-proposal .claimActions ul.editing-options {
    display: none !important;
    right: 4px;
    top: 32px;
    margin: 0;
}
.claimActions:hover ul.editing-options{
    display: block !important;
}
.create-move-claims-popup ul.choice-section-row {
    align-items: flex-start !important;
    flex-direction: column;
    padding: 24px 24px 0px;
}
.create-move-claims-popup li {
    margin: 0 0 20px 0;
}
.create-move-claims-popup .create-contract-popup-form form ul label {
    margin: 0 0 12px 0 !important;
}
.create-move-claims-popup ul.choice-section-row li {
    margin: 0 0 12px 0 !important;
}
.create-move-claims-popup form ul.choice-section-row li input {
    margin: 3px 8px 0 0;
}
.create-move-claims-popup .choice-section{
    align-items: flex-start;
    margin: 0;
}
.create-move-claims-popup .create-contract-popup-title {
    padding: 24px 24px 24px 24px;
}
.create-move-claims-popup .create-contract-popup-title h2{
    margin: 0;
}
.create-move-claims-popup form ul.choice-section-row li {
    margin: 0 !important;
}
.claims-files h5 {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.46px;
    font-family: 'HK Grotesk Bold';
    padding: 10px 24px;
    border-top: 1px solid #E3E6EB;
    background: #F7FBFB;
    color: #02363D;
    border-bottom: 1px solid #E3E6EB;
    text-transform: uppercase;
}
.create-move-claims-popup .claims-files ul {
    padding: 0;
    max-height: 125px;
    overflow-y: scroll;
}
.claims-files li {
    display: flex;
    justify-content: space-between;
    padding: 8px 24px;
    margin: 0;
    border-bottom: 1px solid #E3E6EB;
}
.create-proposal-details .create-contract-popup-title h2{
    margin: 0;
}
.claims-files li span {
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.create-proposal-details .latest-proposal-info{
    border: 0;
}
.claims-files li p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
}
.claims-files li:last-child {
    border: 0;
}
.claims-files {
    margin: 12px 0 0 0;
}
.bids-payment ul li:last-child h4 {
    border-bottom: 1px dashed #36C5BA;
}
.claims-table .table tbody tr.is-visible{
    background: #E3E6EB !important;
}
.rm-rates-negotiation .latest-proposals {
    margin: 24px 0 0 0;
}
.rm-rates-negotiation .latest-proposals .row {
    margin: 0;
}
.rm-rates-negotiation .latest-proposals .col-md-4 {
    padding: 0;
    background: #02363D;
}
.rm-rates-negotiation .latest-proposals-title {
    color: #ffffff;
    padding: 20px;
}
.rm-rates-negotiation .latest-proposals-title h3 {
    font-size: 36px;
    line-height: 40px;
    font-family: 'HK Grotesk Bold';
    margin: 0 0 8px 0;
}
.rm-rates-negotiation .latest-proposals-title p {
    color: #ffffff;
}
.rm-rates-negotiation .latest-proposals .col-md-8 {
    padding: 0;
}
.latest-proposal-info {
    border: 1px solid #E3E6EB;
}
.rm-rates-negotiation .latest-proposal-info .recipients-list {
    margin: 0;
}
.rm-rates-negotiation .latest-proposal-info .recipients-list > ul {
    padding: 20px;
    margin: 0;
}
.claims-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    background: #F7FBFB;
    border-top: 1px solid #E3E6EB;
    border-bottom: 1px solid #E3E6EB;
}
.rm-rates-negotiation .single-contract-page .recipients-list ul li{
    margin: 0;
}
.claims-quantity h5 {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #02363D;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    font-family: 'HK Grotesk Bold';
}
.claims-quantity a {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #36C5BA !important;
    font-family: 'HK Grotesk Bold';
}
.claims-quantity a:hover {
    text-decoration: underline !important;
}
.claims-quantity ul {
    margin: 0;
}
.number-of-claims ul li {
    padding: 8px 20px;
    border-bottom: 1px solid #E3E6EB;
    margin: 0 !important;
}
 .number-of-claims ul li span{
    font-family: 'HK Grotesk Bold';
    font-size: 14px;
    line-height: 20px;
    color: #02363D;
}
.number-of-claims ul li p {
    font-size: 14px;
    margin: 0;
}
.number-of-claims ul {
    padding: 0;
    margin: 0 !important;
}
.rm-rates-negotiation .recipients-list ul li {
    margin: 0;
}
.response-btns {
    padding: 20px;
}
.rm-rates-negotiation .response-btns {
    text-align: center;
}
.rm-rates-negotiation .recpt-approved::after{
    display: none;
}
.rm-rates-negotiation .response-btns a img {
    margin: -1px 6px 0 0;
}
.rm-rates-negotiation .response-btns a, .rm-review-send .response-btns a {
    padding: 10px 4px;
    border-radius: 35px;
    display: inline-block;
    text-align: center;
    width: 48%;
    font-size: 13px;
    font-family: 'HK Grotesk Bold';
    line-height: 16px;
    transition: .3s;
}
.rm-rates-negotiation a.awaiting-response {
    background: #E3E6EB;
    margin: 0 4px 0 0;
}
.latest-proposal-info a.change-proposal {
    border: 2px solid #E3E6EB;
}
.export-proposal a:hover {
    transform: scale(1.03);
    text-decoration: none;
}
.rm-summary .recipients-list ul li .recipient-detail:before {
    content: "C";
}
.proposal-history {
    padding: 48px 0px 20px;
}
.dispute-resolution {
    display: flex;
    align-items: center;
    background: #F7FBFB;
    border: 1px solid #E3E6EB;
    justify-content: space-between;
    padding: 20px;
}
.dispute-resolution-left {
    display: flex;
    align-items: center;
    width: 65%;
}
.dispute-resolution-right {
    width: 35%;
}
.dispute-resolution-left img {
    margin: 0 12px 0 0;
}
.dispute-resolution-left h5 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #02363D;
    font-family: 'HK Grotesk Bold';
}
.dispute-resolution-left h5 span {
    display: block;
    font-size: 14px;
}
.dispute-resolution-right .response-btns {
    padding: 0 !important;
    display: flex;
    justify-content: flex-end;
}
.rm-rates-negotiation .dispute-resolution-right .response-btns a {
    padding: 8px 14px !important;
    width: unset;
  }
.dispute-resolution-right a.awaiting-response {
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
}
.dispute-resolution-right a.awaiting-response__red {
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    background: #F2DFDF;
    color: #D73D3D;
}
a.awaiting-response.proposal-accepted {
    width: 100%;
}
a.awaiting-response.proposal-rejected {
    color: #D73D3D;
}
.need-response-btns {
    padding: 20px;
}
.need-response-btns a {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    padding: 10px 4px;
    border-radius: 35px;
    display: inline-block;
    width: 48%;
    text-align: center;
    transition: .3s;
}
.rm-rates-negotiation a.accept,
.rm-review-send a.accept {
    background: #36C5BA;
    margin: 0 4px 0 0;
}
.rm-rates-negotiation a.counter,
.rm-review-send a.counter {
    background: #02363D;
}
.rm-rates-negotiation a.reject,
.rm-review-send a.reject {
    background: #D73D3D;
}
.rm-rates-negotiation .proposal-details .latest-proposals .latest-proposal-info{
    margin: 0 0 20px 0;
}
.rm-rates-negotiation .recipient-action-status p {
    line-height: 20px;
    font-family: 'HK Grotesk Regular';
    text-align: right;
}
.rm-rates-negotiation .recipients-list .recipient-detail h4{
    font-size: 16px;
}
.rm-rates-negotiation .recipients-list .recipient-detail p{
    font-size: 14px;
    line-height: 20px;
}
.rm-rates-negotiation .need-response-btns {
    text-align: center;
}
.view-previous-proposalDetails {
    font-family: 'HK Grotesk Bold';
}
.number-of-claims ul li:nth-child(2) span {
    font-family: 'HK Grotesk Regular'!important;
}
.proposal-list .recipient-action-status {
    display: flex;
    align-items: center;
    margin: 0 0 0 7px;
    width: 49%;
    justify-content: flex-end;
}
.proposal-list .recipient-action-status a {
    padding: 8px 16px;
    border-radius: 35px;
    margin: 0 0 0 10px;
    font-size: 13px;
    line-height: 16px;
    font-family: 'HK Grotesk Bold';
    transition: .3s;
    border: 2px solid #E3E6EB;
}
.proposal-list .recipient-detail{
    width: 49%;
}
.cd-popup-container.confirm-proposal {
    max-width: 480px;
    text-align: left;
    overflow-y: unset;
}
.cd-popup-container.confirm-accept-proposal {
    max-width: 480px;
    text-align: left;
    overflow-y: unset;
}
.confirm-accept-proposal .create-contract-btn .confirm-rejection{
    background: #36C5BA;
}
.response-btns a:hover, .need-response-btns a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transform: scale(1.03) !important;
    text-decoration: none;
}
.Rm-counter-bid-proposal .bid-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Rm-counter-bid-proposal .bid-title a {
    cursor: pointer;
}
.create-proposal-details .recipients-list > ul > li {
    display: flex;
    justify-content: space-between;
    padding: 16px;
}
.create-proposal-details .create-contract-popup-inner {
    text-align: left;
}
.create-proposal-details .claims-quantity h5 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'HK Grotesk Bold';
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
.create-proposal-details .recipients-list ul {
    margin: 0;
}
.create-proposal-details .claims-quantity {
    background: #F7FBFB;
    padding: 12px 16px;
    border-top: 1px solid #E3E6EB;
    border-bottom: 1px solid #E3E6EB;
}
.create-proposal-details .number-of-claims ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #E3E6EB;
}
.create-proposal-details .number-of-claims ul {
    margin: 0;
}
.create-proposal-details .number-of-claims ul li p{
    margin: 0;
}
.create-proposal-details .ratemngmnt-tablearea{
    margin: 0;
}
.create-proposal-details .number-of-claims .proposed-total-payment li p, .create-proposal-details .number-of-claims .proposed-total-payment li span{
    font-family: 'HK Grotesk Bold';
}
.number-of-claims .proposed-total-payment li:nth-child(2) span {
    font-family: 'HK Grotesk Bold' !important;
}
.create-proposal-details .number-of-claims .proposed-percentage-of-medicare li span{
    font-family: 'HK Grotesk Regular'!important;
}
.create-proposal-details ul.proposed-percentage-of-medicare li:last-child {
    border: 0;
}
.create-proposal-details .recpt-approved::after{
    display: none;
}
.rm-contributors .payer-contributers-list li .name h3::before {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    left: 20px;
    color: #E29578;
    background: #FFDDD2;
    font-size: 18px;
    font-family: 'HK Grotesk Bold';
    content: "M";
    display: flex;
    align-items: center;
    justify-content: center;
}
.rm-contributors .payer-contributers-list li .name h3{
    padding: 0px 0 0 50px;
}
.claims-tablearea .table td {
    padding: 8px 8px 15px 8px;
    border: 0;
}
.claims-tablearea .table th:first-child {
    padding-left: 0;
}
.claims-tablearea .table tbody td:first-child {
    padding-left: 0;
}
.rm-review-send .recpt-approved::after{
    display: none;
}
.rm-review-send .recipients-list > ul > li {
    padding: 20px;
    margin:  0;
}
.rm-review-send .recipients-list > ul {
    margin: 0;
    padding: 0;
}
.rm-review-send .r-manage-recipients .recipients-list li {
    padding: 0;
    margin: 0 0 12px 0;
}
.rates-negotiation-history .recipients-list.signatory .recipient-detail::before{
    content: "F";
}
.rm-review-send a.awaiting-response {
    background: #E3E6EB;
    margin: 0 4px 0 0;
}
.rm-review-send a.awaiting-response img{
    margin: 0 8px 0 0;
}
.rm-review-send .r-manage-recipients {
    padding: 32px 0;
    border-top: 1px solid #E3E6EB;
}
.rm-review-send .recipients-list{
    margin: 0;
}
.signatory > ul > li{
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
}
.rm-review-send .recent-proposal {
    margin: 0 0 32px 0;
}
.rm-review-send .recipients-list.signatory ul li:last-child {
    margin: 0;
}
.rm-review-send .sc-rs-listings li h5, .rm-summary .sc-rs-listings li h5{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
.rm-review-send .ratemngmnt-tablearea .table thead th, .rm-summary .ratemngmnt-tablearea .table thead th{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
.rm-review-send .recipient-action-status a {
    font-family: 'HK Grotesk Bold';
}
.rm-review-send .recipients-list .recipient-detail p{
    font-size: 14px;
}
.rm-review-send .recipients-list .recipient-detail h4{
    font-size: 16px;
}
.rm-summary .recipients-list ul {
    margin: 0;
}
.rm-summary .recent-proposal {
    margin: 48px 0 0 0;
}
.rm-summary .recipients-list {
    margin: 0;
}
.rm-summary .recipients-list> ul > li {
    margin: 0 !important;
    padding: 20px;
}
.rm-summary .recipients-list.signatory {
    margin: 32px 0;
}
.rm-summary .recipients-list.signatory ul li{
    margin: 0 0 12px 0 !important;
}
.rm-summary .l-contract-detail-left .name span ,.rm-review-send .l-contract-detail-left .name span {
    margin: 0 5px;
}
.rm-summary .recipients-list.signatory ul li:last-child{
    margin: 0 !important;
}
.rm-summary h4.recpt-approved:after {
    display: none;
}
.rates-negotiation-history .proposal-history {
    padding: 0;
}
.rates-negotiation-history .accepted-proposal{
    background: #D5EEED;
    border: 0 !important;
}
.rates-negotiation-history .proposal-history {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rates-negotiation-history .export-proposal {
    padding: 6px 16px;
    border: 2px solid #E3E6EB;
    border-radius: 35px;
    transition: .3s;
}
.rates-negotiation-history .export-proposal a{
    font-size: 14px;
    font-family: 'HK Grotesk Bold';
}
.rm-rates-negotiation .recipient-action-status a:hover {
    transform: scale(1.03);
    text-decoration: none;
}
.rates-negotiation-history .export-proposal:hover {
    transform: scale(1.03);
    text-decoration: none;
}
.rm-rates-negotiation a.exportProposal {
    border: 2px solid #E3E6EB;
}
.rm-rates-negotiation .l-contract-details {
    margin: 32px 0px 268px;
    border: 1px solid #E3E6EB;
    padding: 24px;
}

@media only screen and (max-width : 768px){
    .Rm-negotiation-proposal .cs-provider-information {
        margin: 28px 0 0 0;
    }
    .move-to-btns a {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 0 3px;
    }
    .bid-title h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .bids-payment input {
        max-width: 125px;
    }
    .bids-payment form label{
        font-size: 14px;
        line-height: 22px;
    }
    .bids-payment h4{
        font-size: 14px;
        line-height: 22px;
    }
    .bids-payment ul li p{
        font-size: 14px;
        line-height: 22px;
    }
    li.proposed-percentage p {
        font-size: 24px;
        line-height: 28px;
    }
    .percentage h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .Rm-negotiation-proposal .tool-tip{
        width: 190px;
        top: 34px;
    }
    .Rm-negotiation-proposal .tool-tip::after{
        top: -10px;
    }
    .Rm-negotiation-proposal .sc-addservice-btns button.save-exit{
        margin: 0 0 0 8px;
    }
    .dispute-resolution {
        flex-direction: column;
        align-items: flex-start;
    }
    .dispute-resolution-left {
        width: 100%;
    }
    .dispute-resolution-right {
        width: 100%;
        margin: 13px 0 0 0;
    }
    .dispute-resolution-right .response-btns {
        justify-content: flex-start;
        flex-direction: row;
    }
    .rm-rates-negotiation .dispute-resolution-right .response-btns a {
        margin: 0;
        padding: 7px 20px !important;
    }
    .dispute-resolution-right a.awaiting-response {
        margin: 0 10px 0 0 !important;
    }
    .rm-rates-negotiation .latest-proposals-title h3 {
        font-size: 27px;
        line-height: 34px;
    }
    .rm-rates-negotiation .latest-proposals-title p {
        font-size: 14px;
    }
    .proposal-list .recipient-action-status {
        margin: 12px 0 0 0px;
        width: 100%;
        justify-content: flex-start;
    }
    .proposal-list .recipient-detail {
        width: 100%;
    }
    .proposal-list .recipient-action-status a {
        margin: 0 0 0 15px;
    }
    .latest-proposal-info.proposal-list .recipients-list > ul > li{
        flex-direction: column;
    }
    .bid-title h3 img {
        margin: 0 5px 0 0;
        width: 20px;
    }
    .bid-title a {
        font-size: 13px;
    }
    .bid-title h3 {
        font-size: 14px;
    }
    .rm-review-send .l-contract-detail-btns {
        margin: 0;
        justify-content: flex-end;
    }
    .rm-review-send .l-contract-detail-btns button, .rm-summary .l-contract-detail-btns button{
        margin: 0;
    }
    .rm-review-send .l-contract-details, .rm-summary .l-contract-details{
        flex-direction: row;
    }
    .rm-review-send .ratemngmnt-tablearea .table thead th, .rm-summary .ratemngmnt-tablearea .table thead th{
        font-size: 12px;
    }
    .rm-review-send .recipient-action-status a {
        font-size: 14px;
    }
    .rm-review-send .l-contract-detail-btns, .rm-summary .l-contract-detail-btns {
        margin: 0;
        justify-content: flex-end;
    }
    .rm-summary .recipients-list .recipient-detail h4, .rm-rates-negotiation .recipients-list .recipient-detail h4, .rm-review-send .recipients-list .recipient-detail h4 {
        font-size: 13px;
    }
    .rm-summary .recipient-action-status p, .rm-review-send .recipient-action-status p{
        font-size: 12px;
        line-height: 20px;
    }
    .rm-rates-negotiation .l-contract-detail-btns .upload-new {
        padding: 11px 20px;
    }
    .response-btns {
        padding: 9px;
    }
    .rates-negotiation-history .recipient-action-status p, .rm-rates-negotiation .recipient-action-status p{
        text-align: left;
    }
}

/* convert svg to turquoise */
a.cursor {
    cursor: pointer;
}

img.turquoise-svg-filter {
    filter: invert(59%) sepia(96%) saturate(307%) hue-rotate(126deg) brightness(95%) contrast(88%);
}

.welcome-note {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: rgba(226, 149, 120, 0.08);
    border: 1px solid #E29578;
    margin: 0 0 16px 0;
    justify-content: space-between;
}
.welcome-note img {
    margin: 0 16px 0 0;
}
.welcome-note p {
    margin: 0;
    color: #02363D;

}
.welcome-info {
    display: flex;
    align-items: flex-start;
    width: 95%;
}
.welcome-cross {
    width: 5%;
    text-align: right;
    cursor: pointer;
}
.welcome-cross img {
    margin: 0 !important;
}

/*----- Breakpoint max-width 768px -----*/
@media only screen and (max-width : 768px){
    .welcome-note img {
        margin: 0 10px 0 0;
    }
}

div .tag-item:hover {
    background-color: #E2F7F5;
}

#pending-tag-list .tag-item[active]:hover {
    background-color: #FAECCC;
}

details.tag-details {
    padding-bottom: .75rem;
}
details[open].tag-details {
    padding-bottom: 0;
}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url("../leaflet/images/layers.a6137456ed16.png");
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url("../leaflet/images/layers-2x.4f0283c6ce28.png");
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url("../leaflet/images/marker-icon.2273e3d8ad92.png");
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}
.tribute-container li.highlight {
  background: #ddd;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}
/*
This stylesheet is used in combination with the `price_transparency/enterprise_dashboard/base-with-pv-nav.html` file
which makes it possible for us to use some pit-viper components in pages that are not yet fully converted to pit-viper.
TODO: DELETE THIS FILE ONCE WE CONVERT TO PIT-VIPER
*/
/*--General--*/
.pv-layout-primary button img {
    display: inline;
}
.pv-layout-primary header {
    padding: 0;
}

.pv-layout-primary footer {
    background: unset;
}
/*--Dashboard--*/
.pv-layout-primary .dashboard-content-area {
    margin: 0;
}
.pv-layout-primary .dashboard-content-area.enterprise-admin-search {
    padding: 0 0;
}
.pv-layout-primary .enterprise-search-headersec.ratemngmnt-headersec {
    margin: 0 0 30px 0;
}
.pv-layout-primary .dashboard-tabs-inner a img {
    display: inline
}

/*--Organization Permission--*/
.pv-layout-primary .accountmanagement-mainarea {
    margin: 0;
    border-top: unset;
}
.pv-layout-primary .enterprise-search-headersec {
    padding: 0 0px;
}

/*--GFE--*/
.pv-layout-primary .ratemngmnt-mainarea {
    margin: 0;
    border-top: unset;
}

/*--Analyze--*/
.visualization_content .selected_reportType {
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}

/*--Database Logs--*/
.pv-layout-primary .log-list-inner ul {
    padding-inline-start: unset;
}
.pv-layout-primary .log-list {
    margin: unset;
    border-top: unset;
}
/*--Search--*/
.pv-layout-primary .dashboard-content-body {
    margin: unset;
    padding: 50px 0 0 0;
}
#rate-sense-app .enterprise-search-headersec {
    padding: 0 32px;
    margin: unset;
}

#rate-sense-app ul {
    padding-inline-start: unset;
}

#rate-sense-app .dashboard-content-area.enterprise-admin-search {
    padding: 32px 0;
}
.pv-layout-primary .start-with-text a img {
    display: inline;
}

/*--Notifications--*/
.pv-layout-primary .notifications-mainarea {
    margin: unset;
}

.pv-layout-primary .notification-lists {
    padding-inline-start: unset;
}

/*--Product Roadmap--*/
.pv-layout-primary .product-roadmap-mainarea {
    border-top: unset;
}

/*--Manage Services--*/
.pv-layout-primary .manageservice-createservice-screen td.actions ul.edit-options {
    padding-inline-start: 0;
}

/*--Care Search--*/
.care-search .enterprise-search-headersec {
    padding: 0 32px;
}

.care-search ul {
    padding-inline-start: unset;
}

.care-search-detail .enterprise-search-headersec, .payer-directory-profile-page .enterprise-search-headersec {
    padding: 0 0 20px 0;
}

.care-search-detail .enterprise-search-mainarea, .payer-directory-profile-page .enterprise-search-mainarea {
    border-top: unset;
    margin: unset;
}

/*--Left nav and user popover--*/
.pv-nav-list li a span {
    font-family: "HK Grotesk";
    font-weight: 600;
}

.pv-popover p {
    font-family: "HK Grotesk";
    font-weight: 600;
}

.pv-popover span, .pv-popover a, .pv-popover .pv-text-body-xs {
    font-weight: 400;
    font-family: "HK Grotesk";
}

.pv-org-switch.legacy span {
    font-weight: 400;
    font-family: "HK Grotesk";
}

/*-- New user sign up pages --*/
#signup-dialog.pv-modal-md p, #signup-dialog.pv-modal-md button, #consumer-email-dialog.pv-modal-md p, #consumer-email-dialog.pv-modal-md button {
    font-family: "HK Grotesk";
}

/* bootstrap is overriding pv styles. This overrides boostrap with the pv style */
#signup-dialog.pv-modal-md button, #consumer-email-dialog.pv-modal-md button {
    border-radius: 2rem;
}

#consumer-email-dialog label {
    font-family: "HK Grotesk";
    margin-bottom: 0;
}

.tq-header-nav nav p {
    margin-bottom: unset;
}

.tq-header-nav a:hover {
    text-decoration: none;
    color: #02363d;
}

.tq-header-nav nav.tq-mobile-menu-section {
    display: none;
    padding: 0px;
    width: 100%;
}

body[data-menu] {
    overflow-y: hidden;

    .tq-header-nav .tq-mobile-header {
        height: 100vh;
    }

    .tq-header-nav .tq-mobile-menu-section {
        display: flex;
    }
}
