@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #2068b0;
  --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: #2068b0;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: 'Barlow';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464255;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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; }

dfn {
  font-style: italic; }

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: #2068b0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #14426f;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden; }

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; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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; }

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

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; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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: 80%;
  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: 80%;
  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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .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 .table {
    background-color: #fff; }

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

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

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

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

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

.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-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-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-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-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-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-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: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6ba8e4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 104, 176, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.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; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.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; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

.form-row {
  display: flex;
  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 {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  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: 80%;
  color: #28a745; }

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .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-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.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 {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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: 80%;
  color: #dc3545; }

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .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-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.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 {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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 {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 104, 176, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #2068b0;
  border-color: #2068b0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1a5590;
    border-color: #184f85; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 104, 176, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2068b0;
    border-color: #2068b0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #184f85;
    border-color: #16487a; }
    .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(32, 104, 176, 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 {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #2068b0;
  background-color: transparent;
  background-image: none;
  border-color: #2068b0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #2068b0;
    border-color: #2068b0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 104, 176, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2068b0;
    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: #2068b0;
    border-color: #2068b0; }
    .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(32, 104, 176, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #2068b0;
  background-color: transparent; }
  .btn-link:hover {
    color: #14426f;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.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 {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2068b0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.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 {
    margin-left: 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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .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: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .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: flex;
  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 > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #2068b0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(32, 104, 176, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #97c1ec; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2068b0; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2068b0; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(32, 104, 176, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 104, 176, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2068b0; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(32, 104, 176, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #6ba8e4;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(107, 168, 228, 0.5); }
    .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 {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #6ba8e4;
    box-shadow: 0 0 0 0.2rem rgba(32, 104, 176, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #6ba8e4; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  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; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    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 {
      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 {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2068b0; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: flex;
  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:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
    border-top: 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; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

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

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

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

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

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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: 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: #2068b0;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #14426f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 104, 176, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 1;
  color: #fff;
  background-color: #2068b0;
  border-color: #2068b0; }
.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; }
  .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: #2068b0; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #184f85; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.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;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #11365c;
  background-color: #d2e1ef;
  border-color: #c1d5e9; }
  .alert-primary hr {
    border-top-color: #aec8e2; }
  .alert-primary .alert-link {
    color: #091d31; }

.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; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #2068b0;
  transition: width 0.6s ease; }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }

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

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2068b0;
    border-color: #2068b0; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #11365c;
  background-color: #c1d5e9; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #11365c;
    background-color: #aec8e2; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #11365c;
    border-color: #11365c; }

.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, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  word-spacing: normal;
  white-space: 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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  word-spacing: normal;
  white-space: 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) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 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-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) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    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-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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: #2068b0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #184f85 !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: #2068b0 !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 {
  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-circle {
  border-radius: 50% !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: flex !important; }

.d-inline-flex {
  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: flex !important; }

  .d-sm-inline-flex {
    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: flex !important; }

  .d-md-inline-flex {
    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: flex !important; }

  .d-lg-inline-flex {
    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: flex !important; }

  .d-xl-inline-flex {
    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: flex !important; }

  .d-print-inline-flex {
    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.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    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; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !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-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-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-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-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-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; } }
.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #2068b0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #184f85 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.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 #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  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 #ddd !important; } }
/* Button Mixins Start */
/* Button Mixins End */
/* Transition Mixins Start */
/* Transition Mixins Start */
.box {
  padding: 10px 20px;
  border-radius: 5px;
  background: #a90001;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center; }
  .box:hover {
    padding: 10px 20px;
    border-radius: 5px;
    background: #a90001;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center; }
  .box:hover {
    padding: 10px 20px;
    border-radius: 5px;
    background: #6a0001;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center; }
    .box:hover:hover {
      padding: 10px 20px;
      border-radius: 5px;
      background: #6a0001;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      text-align: center; }

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

@-ms-viewport {
  width: device-width; }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
 }

body {
  margin: 0;
  font-family: 'Barlow' !important;
  font-size: 14px;
  background-color: #F3F2F7 !important;
  overflow-x: hidden; }

.wrapper {
  margin: 0px auto;
  padding: 0px 40px; }

.row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

h1 {
  font-size: 14px;
  line-height: 22px;
  margin: 0px; }

h2 {
  font-size: 14px;
  line-height: 22px;
  margin: 0px; }

h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
  font-weight: 500; }

h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 0px; }

h5 {
  font-size: 14px;
  line-height: 22px;
  margin: 0px; }

h6 {
  font-size: 14px;
  line-height: 22px;
  margin: 0px; }

p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 22px; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none !important;
  color: #fff; }

a:hover {
  text-decoration: none !important;
  color: #fff; }

a:focus {
  outline: 0;
  outline-offset: 0px;
  text-decoration: none;
  color: #222222; }

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

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

.btn.focus,
.btn:focus {
  box-shadow: none !important;
  outline: -webkit-focus-ring-color auto 0px !important; }

.container {
  max-width: 100%;
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 22px; }

.shadow {
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.1) !important;
  border-radius: 2px; }

.mt15 {
  margin-top: 15px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .mt15 {
      margin-top: 0px; } }

.mt40 {
  margin-top: 40px; }

.mb20 {
  margin-bottom: 20px; }

.mr15 {
  margin-right: 15px; }

.mb25 {
  margin-bottom: 25px; }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important; }

  .col-sm-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important; } }
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .col-ipad-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .pd-all-0 {
    padding: 0px !important; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pd-all-0 {
    padding: 0px !important; } }

.pb-10 {
  padding-bottom: 10px; }

.main-header {
  background-color: transparent;
  height: auto;
  backface-visibility: hidden;
}

.header-menu-top {
  position: relative;
}

.logo-area {
  float: unset;
  vertical-align: middle;
  height: auto;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  padding: 40px 15px;
  text-align: center;
}

.toggle-area {
  float: left; }

.toggle-area a i {
  font-size: 24px;
  color: #2962FF; }

.header-top {
  width: 100%;
  height: auto; }

.left-side-logo-header {
  background: #fff;
  width: 255px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px; }

.right-side-menu-bar {
  height: 100%;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
 }

.header-menu {
margin: 0px 0 0px 30px;
padding: 20px 0; }

.notification-list {
  margin: 0px; }

.header-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-row;
  height: 100%; }

.header-menu-list li {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px; }
  @media only screen and (min-width: 320px) and (max-width: 480px) {
    .header-menu-list li {
      padding: 0 10px; } }

.main-section {
  padding-top: 70px; }

.main-sidebar {
  background-color: #fff;
  width: 300px;
  flex: 0 0 auto;
  display: flex;
  content: "";
  top: 0;
  left: 0;
  padding-top: 0px; }

.left-side ul li {
  margin-top: 5px; }

.left-side ul .active {
  background-color: #2068b0;
  color: #fff; }
  .left-side ul .active a {
    color: #fff; }

.left-side ul li a {
  display: block;
padding: 12px;
font-family: 'Barlow';
font-weight: 500;
font-size: 18px;
color: #464255;}
.left-side ul li a img.side-svg-icons {
  color: #231F20;
}

  @media only screen and (max-width: 767px) {
    .left-side ul li a {
      padding: 12px 35px; } }

.left-side ul li a:hover {
  color: #fff;
  background-color: #2068b0;
  display: block;
  padding: 12px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .left-side ul li a:hover {
      padding: 12px 35px; } }

.left-side-main {
  display: flex;
  flex: 0 0 auto; }

.toggle-area a {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block !important;
  cursor: pointer;
  background: 0 0;
  outline: 0 !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.toggle-area a span {
  background: #231F20;
  display: block;
  position: absolute;
  top: 13px;
  height: 2px;
  min-height: 1px;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 20px;}

.toggle-area a:hover span:before {
  width: 100%; }

.toggle-area a:hover span:after {
  width: 100%; }

.toggle-area a span::before {
  background: #231F20;
  left: auto;
  right: 0;
  top: -7px;
  width: 50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  display: block;
  height:2px;
  min-height: 1px;
  content: ""; }

.toggle-area a span::after {
  background: #231F20;
  left: auto;
  right: 0;
  top: 7px;
  width: 50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  display: block;
  height: 2px;
  min-height: 1px;
  content: ""; }

.main-sidebar {
  width: 300px; }

.sidebar-mini.sidebar-collapse .main-sidebar {
  width: 70px !important; }

.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .right-side,
.sidebar-mini.sidebar-collapse .main-footer {
  margin-left: 70px !important;
  z-index: 840; }

.left-side {
  width: 100%;
  background: #fff; }

.left-side > ul {
  margin-top: 70px; }

.sidebar-mini.sidebar-collapse .main-sidebar .left-side ul li a span {
  display: none; }

.sidebar-mini.sidebar-collapse .main-sidebar .left-side ul li {
  text-align: center;
  list-style-type: none; }

.header-menu-list li a i {
  font-size: 20px; }

.header-menu-list li a i::before {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.main-header .navbar {
  margin-left: 0; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .main-header .navbar {
      margin-left: 0px; } }

.header-menu-list li a {
  font-size: 18px; }

.left-side ul li a span {
  margin-left: 10px; }

.dropdown-aero-top {
  color: #2962FF;
  line-height: 0;
  display: inline-block;
  left: 50%;
  margin-left: 26px;
  top: 1px;
  position: absolute; }

.dropdown-aero-top:before {
  font-family: FontAwesome;
  top: 0;
  font-size: 40px;
  left: -5px;
  padding-right: 10px;
  content: "\f0de"; }

.dropdown-menu {
  margin-top: -18px;
  left: -143px;
  border: none;
  padding: 0px;
  width: 190px;
  position: absolute;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
  border-radius: 0px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu {
      left: -154px; } }

.dropdown-item {
  padding: 0px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-sidebar {
    left: -25px; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-header {
    padding: 30px 0 0 0; } }

.left-side-bar::before {
  content: "";
  position: fixed;
  z-index: -1;
  width: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff; }

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

.sidebar-menu:hover {
  overflow: inherit !important; }

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
  overflow: inherit !important; }

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
  white-space: inherit;
  overflow: inherit !important; }

.treeview-menu {
  background: #fff;
  padding-left: 0px; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  left: 70px;
  text-align: left; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  padding: 0px; }

.sidebar-mini.sidebar-collapse .main-header .navbar {
  margin-left: 70px; }

.dropdown-header {
  background: #fff;
  padding: 20px;
  border-top-left-radius: 10px;
  text-align: center;
  border-top-right-radius: 10px; }

.dropdown-header span {
  width: 100%;
  color: #2962FF;
  text-align: center; }

.dropdown-header .main-title {
  font-size: 22px;
  font-weight: 600; }

.dropdown-header .sub-title {
  font-size: 16px;
  font-weight: 400; }

.dropdown-body {
  background: #2962FF;
  padding: 10px 15px 10px 15px;
  text-align: center;
  height: 140px; }

.list-item {
  width: 100%;
  display: flow-root;
  margin-top: 5px; }

.time-line-text {
  font-size: 14px;
  color: #222222;
  float: left; }

.time-line-time {
  float: right;
  font-size: 14px;
  color: #222222; }

.content-header {
  position: relative;
  padding: 40px 0px 0 0px;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100% - 40px);
}

.content-wrapper, .main-footer {
  margin-left: 300px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .content-wrapper, .main-footer {
      margin-left: 0px; } }

.nav-link {
  padding: 0px !important; }

.dropdown-menu:before {
  position: absolute;
  z-index: -5;
  bottom: 100%;
  left: 158px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  transform: rotate(-45deg) translateY(12px);
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: none; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu:before {
      left: 163px; } }

.admin-name {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px; }

.admin-name h2 {
  font-size: 18px; }

.admin-name h4 {
  color: #a9a6a6; }

a.dropdown-item {
  font-size: 14px !important;
  padding: 10px 15px; }

i.user-icon.fa.fa-user:before {
  color: #2068b0;
  -webkit-text-fill-color: #2068b0;
  padding-right: 15px; }

i.user-icon.fa.fa-cog:before {
  color: #2068b0;
  -webkit-text-fill-color: #2068b0;
  padding-right: 15px; }

i.user-icon.fa.fa-comments:before {
  color: #2068b0;
  -webkit-text-fill-color: #2068b0;
  padding-right: 15px; }

i.user-icon.fa.fa-users:before {
  color: #2068b0;
  -webkit-text-fill-color: #2068b0;
  padding-right: 15px; }

i.user-icon.fa.fa-sign-out:before {
  color: #2068b0;
  -webkit-text-fill-color: #2068b0;
  padding-right: 15px; }

a.dropdown-item:hover {
  background-color: #d9e8f7; }

.notification-menu {
  width: 250px;
  left: -192px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .notification-menu {
      left: -198px; } }

.notification-menu::before {
  left: 208px; }

.noti-info {
  text-align: center;
  border-top: 1px solid #e2e2e2; }

li.treeview a {
  background: #fff; }

.form-icon-img {
  background: url("../images/edit.png");
  width: 25px;
  height: 31px;
  background-repeat: no-repeat;
  float: left;
  background-size: 16px; }

.left-side ul li a:hover .form-icon-img {
  background: url("../images/edit-white.png");
  background-size: 16px;
  background-repeat: no-repeat; }

@keyframes dropdown-menu {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 0; }
  to {
    transform: scale(0.95);
    opacity: 1; } }
.card-animation {
  animation: dropdown-menu .25s ease forwards;
  pointer-events: auto;
  opacity: 1; }

#footer {
  background: #2068b0;
  padding: 0px 15px;
  width: 100%;
  height: auto;flex: 0 0 100%;
align-self: flex-end;
  vertical-align: middle; margin-top: 30px;}
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #footer {
      height: 73px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    #footer {
      height: 100px; } }

.copyright-area {
  float: left;
  margin: 15px 0; }

.footer-menu {
  float: right;
  margin: 15px 0; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .footer-menu {
      float: left; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .footer-menu {
      float: left; } }

.footer-menu ul li {
  display: inline;
  float: right;
  margin-left: 15px; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .footer-menu ul li {
      float: left; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .footer-menu ul li {
      float: left; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .footer-menu ul li:first-child {
    margin-left: 0px; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .footer-menu ul li:first-child {
    margin-left: 0px; } }

.footer-menu ul {
  width: 100%; }

.scrollTop {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s; }

.scrollTop a i {
  margin-left: 16px;
  margin-top: 10px;
  color: #c5c5c5; }

.scrollTop a {
  font-size: 18px;
  color: #222222;
  height: 40px;
  width: 40px;
  box-shadow: 1px 1px 1px 1px #c5c5c5;
  border-radius: 50%;
  position: fixed;
  right: 5px;
  bottom: 45px;
  background-color: #fff; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.sticky + .content-header {
  padding-top: 60px; }

.counters {
  margin-bottom: 15px; }

.first-graph {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 530px; }

.first-graph span {
  font-size: 20px; }

.widget-detail {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px dashed #ebedf2;
  padding-bottom: 10px;
  padding-top: 10px; }

.widget-detail-text {
  padding: 0px 15px;
  width: 100%; }

.widget-detail-text span {
  font-size: 16px; }

.widget-detail-text span:last-child {
  font-size: 14px;
  color: #c5c5c5; }

.package-detail {
  background: #5075e4;
  padding: 20px;
  margin-bottom: 20px; }

.package-main-title span {
  font-size: 20px;
  color: #2962FF; }

.first-package-info {
  background: #2962FF;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.package-title span {
  font-size: 18px;
  color: #222222; }

.package-inner-item {
  width: 100%;
  display: table;
  table-layout: fixed; }

.package-content {
  display: table-cell; }

.package-count {
  font-weight: 600;
  font-size: 20px; }

.package-count-1 {
  color: #00c5dc; }

.package-count-2 {
  color: #716aca; }

.package-count-3 {
  color: #fe21be; }

.package-content > span:first-child {
  color: #9699a2;
  font-size: 14px; }

.counter-card {
  background: #2962FF;
  padding: 15px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .counter-card {
      margin-bottom: 15px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .counter-card {
      margin-bottom: 15px; } }

.align-count {
  align-items: center !important; }

.text-muted {
  color: #6c757d !important;
  margin-bottom: 5px;
  margin-top: 5px; }

.text-primary {
  color: #fb9678 !important;
  font-size: 30px; }

.color-count-1 .text-primary {
  color: #01c0c8 !important; }

.color-count-1 .progress-bar {
  background: #01c0c8 !important; }

.color-count-2 .text-primary {
  color: #ab8ce4 !important; }

.color-count-2 .progress-bar {
  background: #ab8ce4 !important; }

.color-count-3 .text-primary {
  color: #00c292 !important; }

.color-count-3 .progress-bar {
  background: #00c292 !important; }

.align-count i {
  font-size: 25px;
  color: #c5c5c5; }

.progress {
  height: 6px;
  margin-top: 10px; }

.progress-bar {
  background: #fb9678 !important; }

/*     Chart    */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: 0.3em solid;
  border-bottom: 0;
  border-left: .3em solid; }

.chart {
  margin: 30px 0 30px;
  position: relative; }

.ct-chart-pie .ct-label, .ct-chart-donut .ct-label {
  fill: #fff !important;
  color: #fff !important; }

.chart-circle {
  display: flex;
  justify-content: center; }
  .chart-circle .circles-text {
    font-size: 28px !important; }

.color-box {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  float: left;
  padding-top: 3px;
  margin: 2px 5px 0 0; }

.chart-pie {
  display: block;
  position: relative;
  width: 100%; }
  .chart-pie:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .chart-pie:after {
    content: "";
    display: table;
    clear: both; }
  .chart-pie svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.card_content .card-footer .legend {
  display: inline-block; }

.big-chart {
  width: 100%;
  height: 220px; }

.line-chart {
  width: 100%;
  height: 100px; }

.donut {
  width: 100%;
  height: 150px;
  min-width: 150px; }

.donut-label {
  position: absolute;
  left: 45%;
  font-size: 22pt;
  color: #ddd;
  width: 100%;
  top: 38%; }

.flot-tick-label.tickLabel {
  font-size: 14px; }

.new-card {
  min-height: auto !important; }

.card-block {
  padding: 48px 10px;
  text-align: center; }

.bg-c-green {
  background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
  background: linear-gradient(to right, #0ac282, #0df3a3); }

.bg-c-pink {
  background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
  background: linear-gradient(to right, #fe5d70, #fe909d); }

.bg-c-lite-green {
  background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
  background: linear-gradient(to right, #01a9ac, #01dbdf); }

.bg-c-yellow {
  background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
  background: linear-gradient(to right, #fe9365, #feb798); }

.card {
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.1) !important;
  border-radius: 2px;
  border: none;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .card {
      margin-bottom: 15px !important; } }

.card-block-in {
  padding: 30px 0px;
  text-align: left;
  float: left;
  width: 100%; }
  .card-block-in p {
    color: #000; }

.b-b-default {
  border-bottom: 1px solid #e0e0e0; }

.user-card-full .social-link li a i {
  color: #000; }

.user-card-full .social-link li a i.fa-facebook:hover {
  color: #4867aa; }

.user-card-full .social-link li a i.fa-twitter:hover {
  color: #1dcaff; }

.user-card-full .social-link li a i.fa-linkedin:hover {
  color: #007bb6; }

ul.social-link li {
  float: left; }

.user-card-full .social-link li a {
  margin: 0 10px 0 0; }

.card-header h3 {
  font-size: 16px; }

.model-info .card-header {
  font-size: 16px; }

.card-header h4 {
  font-size: 16px; }

.log-in {
  width: 100%;
  margin: 0 auto;
  background: #2962FF; }

.login-form {
  width: 100%;
  text-align: center;
  background: #fff; }

.login-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #222222;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 30px; }

.login-form-title {
  display: block;
  font-family: Poppins;
  font-size: 30px;
  color: #222222;
  line-height: 1.2;
  text-align: center;
  font-weight: 600; }

.validate-input {
  position: relative; }

.container-login {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  background: #ecf0f5; }

.wrap-input {
  width: 100%;
  position: relative;
  margin-bottom: 37px;
  text-align: center;
  display: inline;
  float: left; }

.input {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #222222;
  line-height: 1.2;
  width: 100%;
  height: 35px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #c5c5c5; }

input {
  outline: none;
  border: none; }

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.container-login-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  float: left;
  width: 100%; }

.wrap-login-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px; }

.login-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 100%;
  background: #2068b0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  text-align: center; }

.login-form-btn {
  font-family: Poppins;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  position: relative;
  background: transparent;
  text-align: center;
  border: none;
  cursor: pointer; }

.wrap-login {
  width: 420px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px 55px 35px 55px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  margin: auto; }

.text-center {
  float: left;
  width: 100%;
  text-align: center; }

.txt1 {
  font-family: Poppins;
  font-size: 14px;
  color: #c5c5c5;
  line-height: 1.5; }

.txt2 {
  font-family: Poppins;
  font-size: 14px;
  color: #222222;
  line-height: 1.5; }

input#email, input#pwd {
  border: none;
  border-bottom: 2px solid #c5c5c5;
  border-radius: inherit; }

input#email:focus, input#pwd:focus {
  border-bottom: 2px solid #2068b0; }

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

.login-form-checkbox {
  float: left; }

.label-checkbox {
  font-family: Poppins;
  font-size: 14px;
  color: #adb5bd;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  float: left; }

.input-checkbox:checked + .label-checkbox::before {
  color: #2068b0; }

.label-checkbox::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #2068b0;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

input#ckb1 {
  display: none; }

table.dataTable {
  clear: both;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
  font-size: 14px; }

table {
  font-size: 14px; }

.dataTables_wrapper {
  font-size: 14px; }

.dt-bootstrap4 .custom-select {
  background: none; }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    div.dataTables_wrapper div.dataTables_filter {
      text-align: left; } }

.table-responsive input.form-control.form-control-sm, .table-responsive .input-group-sm > input.form-control,
.table-responsive .input-group-sm > .input-group-prepend > input.form-control.input-group-text,
.table-responsive .input-group-sm > .input-group-append > input.form-control.input-group-text,
.table-responsive .input-group-sm > .input-group-prepend > input.form-control.btn,
.table-responsive .input-group-sm > .input-group-append > input.form-control.btn {
  height: 30px; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .table-responsive input.form-control.form-control-sm, .table-responsive .input-group-sm > input.form-control,
    .table-responsive .input-group-sm > .input-group-prepend > input.form-control.input-group-text,
    .table-responsive .input-group-sm > .input-group-append > input.form-control.input-group-text,
    .table-responsive .input-group-sm > .input-group-prepend > input.form-control.btn,
    .table-responsive .input-group-sm > .input-group-append > input.form-control.btn {
      margin-top: 15px; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0px; } }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
white-space: nowrap;
font-family: 'Barlow';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #464255; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑"; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓"; }

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; }

  .dataTables_length {
    margin-bottom: 15px; } }
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em; }

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

.page-item:first-child .page-link, .page-item:last-child .page-link, div.dataTables_wrapper div.dataTables_filter input, .custom-select {
  border-radius: 0px; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2068b0;
  border-color: #2068b0; }

.change-password {
  width: 100%;
  margin: 0 auto;
  float: left; }

.change-ps-form {
  width: 100%;
  text-align: center;
  background: #2962FF; }

.change-ps-form-title {
  display: block;
  font-family: Poppins;
  color: #222222;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 65px; }

span.change-ps-form-title h2 {
  font-size: 30px; }

.validate-input {
  position: relative; }

.container-login {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  background: #ecf0f5; }

.wrap-input {
  width: 100%;
  position: relative;
  margin-bottom: 37px;
  text-align: center;
  display: inline;
  float: left; }

.input {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #222222;
  line-height: 1.2;
  width: 100%;
  height: 35px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #c5c5c5; }

input {
  outline: none;
  border: none; }

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.container-change-ps-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 35px;
  float: left;
  width: 100%; }

.wrap-change-ps-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px; }

.change-ps-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 100%;
  background: #2068b0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  text-align: center; }

.change-ps-form-btn {
  font-family: Poppins;
  font-size: 15px;
  color: #2962FF;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  position: relative;
  background: transparent;
  text-align: center;
  border: none; }

.wrap-change-ps {
  width: 420px;
  background: #2962FF;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px 55px 35px 55px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  height: 480px;
  margin: auto; }

input#email {
  border: none;
  border-bottom: 2px solid #c5c5c5;
  border-radius: inherit; }

input#pwd {
  border: none;
  border-bottom: 2px solid #c5c5c5;
  border-radius: inherit; }

input#ckb1 {
  display: none; }

.sign-up {
  width: 100%;
  margin: 0 auto;
  background: #fff; }

.sign-up-form {
  width: 100%;
  text-align: center;
  background: #fff; }

.sign-up-form-title {
  display: block;
  font-family: Poppins;
  font-size: 30px;
  color: #222222;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 40px; }

.validate-input {
  position: relative; }

.container-sign-up {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  background: #ecf0f5; }

.wrap-input {
  width: 100%;
  position: relative;
  margin-bottom: 37px;
  text-align: center;
  display: inline;
  float: left; }

.input {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #222222;
  line-height: 1.2;
  width: 100%;
  height: 35px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #c5c5c5; }

input {
  outline: none;
  border: none; }

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.container-sign-up-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  width: 100%; }

.wrap-sign-up-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px; }

.sign-up-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 100%;
  background: #2068b0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  text-align: center; }

.sign-up-form-btn {
  font-family: Poppins;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  position: relative;
  background: transparent;
  text-align: center;
  border: none; }

.wrap-sign-up {
  width: 420px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px 55px 35px 55px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  margin: auto; }

.forgot-password, .forgot-password a {
  margin: 0 auto;
  float: left;
  color: #adb5bd; }

.forgot-ps-form {
  width: 100%;
  text-align: center;
  background: #fff; }

.forgot-ps-form-title {
  display: block;
  font-family: Poppins;
  color: #222222;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 65px; }

span.forgot-ps-form-title h2 {
  font-size: 30px; }

.validate-input {
  position: relative; }

.container-login {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  background: #ecf0f5; }

.wrap-input {
  width: 100%;
  position: relative;
  margin-bottom: 37px;
  text-align: center;
  display: inline;
  float: left; }

.input {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #222222;
  line-height: 1.2;
  width: 100%;
  height: 35px;
  background: transparent;
  padding: 0 5px;
  border-bottom: 2px solid #c5c5c5; }

input {
  outline: none;
  border: none; }

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.container-forgot-ps-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  width: 100%; }

.wrap-forgot-ps-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px; }

.forgot-ps-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 100%;
  background: #2068b0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50px;
  text-align: center; }

.forgot-ps-form-btn {
  font-family: Poppins;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  position: relative;
  background: transparent;
  text-align: center;
  border: none; }

.wrap-forgot-ps {
  width: 420px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 35px 55px 35px 55px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  height: 350px;
  margin: auto; }

.txt1 {
  font-family: Poppins;
  font-size: 14px;
  color: #adb5bd;
  line-height: 1.5; }

.txt2 {
  font-family: Poppins;
  font-size: 14px;
  color: #222222;
  line-height: 1.5; }

.txt2:hover {
  color: #2068b0; }

.log-head {
  float: left;
  width: 100%;
  padding-bottom: 20px; }

.log-head h2 {
  font-size: 20px; }

input#ckb1 {
  display: none; }

.form-design {
  float: left;
  width: 100%; }

.form-head h2 {
  font-size: 16px; }

.btn.all-button {
  color: #fff;
  background: #2068b0;
  margin-top: 20px; }

.form-group label {
  font-size: 14px; }

.form-group span {
  font-size: 16px; }

.contact-form-checkbox {
  width: 100%;
  float: left;
  padding-bottom: 20px; }

.form-group.col-md-6 {
  width: 100%;
  float: left;
  padding-left: 0; }

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

.form-control {
  font-size: 0.855rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .375rem;
  background-clip: padding-box;
  box-shadow: none; }

.form-label {
  font-size: 16px; }

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

.has-success,
.has-danger {
  position: relative; }

.has-success .form-control:-ms-input-placeholder {
  color: #00d9bf; }

.has-success .form-control::-ms-input-placeholder {
  color: #00d9bf; }

.has-success .form-control::placeholder {
  color: #00d9bf; }

.has-success .form-control {
  background-color: #f5f4f7; }

.has-danger .form-control:-ms-input-placeholder {
  color: #f94920; }

.has-danger .form-control::-ms-input-placeholder {
  color: #f94920; }

.has-danger .form-control::placeholder {
  color: #f94920; }

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f94920 !important; }

.has-danger .form-control {
  background-color: #f5f4f7; }

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00d9bf !important; }

.has-success:after {
  content: "\f00c";
  color: #fff;
  background-color: #69deac;
  font-family: fontawesome; }

.has-danger:after {
  content: "\f107";
  color: #fff;
  background-color: #fda08b;
  font-family: fontawesome; }

.has-success:after,
.has-danger:after {
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  top: 2px;
  right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  transform: translateY(50%);
  text-align: center;
  border-radius: 50%; }

textarea.form-control {
  height: auto !important; }

.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .855rem;
  cursor: pointer; }

.custom-radio .custom-control-input ~ .custom-control-label {
  font-size: .855rem;
  cursor: pointer; }

.custom-control-label::after {
  top: 0.6rem; }

.custom-control-label::before {
  top: 0.6rem; }

.custom-file-label {
  background-color: #f5f4f7;
  color: #8898aa; }

.custom-select {
  background-size: 0; }

.dropdown-input::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  /* border-top: .3em solid; */
  /* border-right: .3em solid transparent; */
  border-bottom: 0;
  /* border-left: .3em solid transparent; */ }

.dropdown-menu-input.show {
  padding: 10px;
  top: 10px !important; }

.basic-card {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 355px; }

.main-title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  padding: 0 20px;
  height: 3.1rem;
  position: relative;
  border-bottom: 1px solid #e9ecef; }

.card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.first-graph {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 530px; }

.card_content {
  padding: 20px; }
  .card_content p {
    color: #222222; }

.first-graph span {
  font-size: 20px; }

.widget-detail {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px dashed #ebedf2;
  padding-bottom: 10px;
  padding-top: 10px; }

.widget-detail-text {
  padding: 0px 15px;
  width: 100%; }

.widget-detail-text span {
  font-size: 16px; }

.widget-detail-text span:last-child {
  font-size: 14px;
  color: #c5c5c5; }

.package-detail {
  background: #5075e4;
  padding: 20px;
  margin-bottom: 20px; }

.package-main-title span {
  font-size: 20px;
  color: #fff; }

.first-package-info {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.package-title span {
  font-size: 18px;
  color: #222222; }

.package-inner-item {
  width: 100%;
  display: table;
  table-layout: fixed; }

.package-content {
  display: table-cell; }

.package-count {
  font-weight: 600;
  font-size: 20px; }

.package-count-1 {
  color: #00c5dc; }

.package-count-2 {
  color: #716aca; }

.package-count-3 {
  color: #fe21be; }

.package-content > span:first-child {
  color: #9699a2;
  font-size: 14px; }

.counter-card {
  background: #fff;
  padding: 15px; }
  @media only screen and (min-width: 1024px) and (max-width: 1240px) {
    .counter-card {
      min-height: 134px; } }

.align-count {
  align-items: center !important; }

.text-muted {
  color: #6c757d !important;
  margin-bottom: 5px;
  margin-top: 5px; }

.text-primary {
  color: #fb9678 !important;
  font-size: 30px; }

.color-count-1 .text-primary {
  color: #01c0c8 !important; }

.color-count-1 .progress-bar {
  background: #01c0c8 !important; }

.color-count-2 .text-primary {
  color: #ab8ce4 !important; }

.color-count-2 .progress-bar {
  background: #ab8ce4 !important; }

.color-count-3 .text-primary {
  color: #00c292 !important; }

.color-count-3 .progress-bar {
  background: #00c292 !important; }

.align-count i {
  font-size: 25px;
  color: #6c757d; }

.progress {
  height: 6px;
  margin-top: 10px; }

.progress-bar {
  background: #fb9678 !important; }

.basic-card-table {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px; }

table.table-dark > thead > tr > th {
  border-color: #32383e !important; }

table.table-dark > tbody > tr > td {
  border-color: #32383e !important; }

table.table-dark > tbody > tr > th {
  border-color: #32383e !important; }

.card-in-info .card-header strong {
  font-weight: bold;
  font-size: 16px; }

.card-in-info .card-footer strong {
  font-weight: bold;
  font-size: 16px; }

.card-in-info .location.text-sm-center {
  font-size: 16px; }

.card-header i.fa {
  color: #000 !important;
  font-size: 16px; }

.card-in-info i.fa {
  color: #878787;
  font-size: 16px; }

.card .user-header .media img {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.card-in-info ul li a {
  color: #878787;
  font-size: 16px; }

.card-in-info .media-body h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 10px 0px; }

.card-in-info .media-body p {
  color: #878787; }

.blue-ribon {
  background: url(../images/twitter_corner_blue.png) no-repeat; }

.corner-ribon {
  text-align: center;
  width: 71px;
  height: 71px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px; }

.corner-ribon i {
  padding: 10px 0 0 35px;
  color: #fff !important; }

.card-in-info .card-body p {
  color: #878787; }

.card-in-info .card-body a {
  color: #878787; }

.card-in-info .card-body h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 10px 0px; }

.card-in-info .card-body a:hover {
  color: #000; }

.black-ribon {
  background: url(../images/twitter_corner_black.png) no-repeat; }

.twt-feed.blue-bg {
  background: #58C9F3; }

@media (max-width: 1368px) {
  .twt-feed {
    max-height: 155px; }

  .twt-category {
    margin-bottom: 0; } }
.twt-feed {
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 40px 10px 10px;
  position: relative;
  min-height: 170px; }

.twt-feed .wtt-mark {
  color: rgba(255, 255, 255, 0.15);
  font-size: 160px;
  position: absolute;
  top: 10px;
  left: 40%; }

.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 10px;
  width: 100%; }

.weather-category {
  padding: 15px 0;
  color: #74829C; }

.twt-category ul li {
  color: #bdbdbd;
  font-size: 13px; }

.weather-category ul li {
  width: 32%;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  display: inline-block; }

.weather-category ul li:last-child {
  border-right: none; }

.twt-footer, .twt-footer a {
  color: #d2d2d2;
  font-size: 16px; }

.twt-footer {
  padding: 12px 15px; }

footer.blockquote-footer.text-light {
  font-size: 16px; }

.bg-primary {
  background-color: #007bff !important; }

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 0px;
    padding-right: 0px; } }
.button-group button.btn, input.btn, a.btn {
  border-radius: 0px;
  margin: 5px 0px; }

.button-group .card-header {
  font-size: 16px; }

.badge-in-info a {
  color: #878787;
  font-size: 16px; }

.badge-in-info a:hover {
  color: #000; }

.badge-in-info h1 {
  font-size: 2.3rem;
  margin: 5px 0px; }

.badge-in-info h2 {
  font-size: 2rem;
  margin: 5px 0px; }

.badge-in-info h3 {
  font-size: 1.75rem;
  margin: 5px 0px; }

.badge-in-info h4 {
  font-size: 1.25rem;
  margin: 5px 0px; }

.badge-in-info h5 {
  font-size: 1.1rem;
  margin: 5px 0px; }

.badge-in-info h6 {
  font-size: 1rem;
  margin: 5px 0px; }

.badge-in-info .card-header {
  font-size: 16px; }

.badge-out-info .badge {
  font-size: 12px;
  font-weight: 600; }

.badge-out-info button.btn {
  border-radius: 0px;
  margin: 5px 0px; }

.badge-out-info .card-header {
  font-size: 16px; }

.tab-in ul li a {
  color: #000;
  font-size: 16px; }

.tab-in .nav-link {
  display: block;
  padding: .5rem 1rem !important; }

.tab-in .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.tab-in a.nav-link {
  color: #000;
  font-size: 16px; }

.tab-in .tab-pane h3 {
  font-size: 1.75rem;
  padding: 5px 0px; }

.tab-in .tab-pane p {
  color: #878787; }

.tab-in .custom-tab .nav-tabs > a.active {
  border-color: transparent transparent;
  color: #2068b0;
  position: relative; }

.social-btn-info .card-header {
  font-size: 16px; }

.social {
  color: #fff; }

.social.btn-sm, .btn-group-sm > .social.btn {
  padding: 0 10px 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.social.btn-lg, .btn-group-lg > .social.btn {
  border-radius: 0; }

.social.btn {
  border-radius: 0; }

.social i {
  width: 1.8125rem;
  line-height: 2; }

.social.facebook {
  background: #3b5998; }

.social.facebook:hover {
  background: #344e86; }

.social [class*="-facebook"] {
  background: #2d4373; }

.social.twitter {
  background: #00aced; }

.social.twitter:hover {
  background: #0099d4; }

.social [class*="-twitter"] {
  background: #0087ba; }

.social.linkedin {
  background: #4875b4; }

.social.linkedin:hover {
  background: #4169a2; }

.social [class*="-linkedin"] {
  background: #395d90; }

.social.flickr {
  background: #ff0084; }

.social.flickr:hover {
  background: #e60077; }

.social [class*="-flickr"] {
  background: #cc006a; }

.social.tumblr {
  background: #32506d; }

.social.tumblr:hover {
  background: #2a435c; }

.social [class*="-tumblr"] {
  background: #22364a; }

.social.xing {
  background: #026466; }

.social.xing:hover {
  background: #024b4d; }

.social [class*="-xing"] {
  background: #013334; }

.social.github {
  background: #4183c4; }

.social.github:hover {
  background: #3876b4; }

.social [class*="-github"] {
  background: #3269a0; }

.social.html5 {
  background: #e34f26; }

.social.html5:hover {
  background: #d4431b; }

.social [class*="-html5"] {
  background: #be3c18; }

.social.openid {
  background: #f78c40; }

.social.openid:hover {
  background: #f67d28; }

.social [class*="-openid"] {
  background: #f56f0f; }

.social.stack-overflow {
  background: #fe7a15; }

.social.stack-overflow:hover {
  background: #f86c01; }

.social [class*="-stack-overflow"] {
  background: #df6101; }

.social.css3 {
  background: #0170ba; }

.social.css3:hover {
  background: #0161a1; }

.social [class*="-css3"] {
  background: #015187; }

.social.youtube {
  background: #b00; }

.social.youtube:hover {
  background: #a20000; }

.social [class*="-youtube"] {
  background: #880000; }

.social.dribbble {
  background: #ea4c89; }

.social.dribbble:hover {
  background: #e7357a; }

.social [class*="-dribbble"] {
  background: #e51e6b; }

.social.dropbox {
  background: #007ee5; }

.social.dropbox:hover {
  background: #0070cc; }

.social [class*="-dropbox"] {
  background: #0070cc; }

.social.google-plus {
  background: #d34836; }

.social.google-plus:hover {
  background: #c43d2b; }

.social [class*="-google-plus"] {
  background: #b03626; }

.social.instagram {
  background: #517fa4; }

.social.instagram:hover {
  background: #497293; }

.social [class*="-instagram"] {
  background: #406582; }

.social.pinterest {
  background: #cb2027; }

.social.pinterest:hover {
  background: #b51d23; }

.social [class*="-pinterest"] {
  background: #9f191f; }

.social.vk {
  background: #45668e; }

.social.vk:hover {
  background: #3d5a7d; }

.social [class*="-vk"] {
  background: #344d6c; }

.social.yahoo {
  background: #400191; }

.social.yahoo:hover {
  background: #350178; }

.social [class*="-yahoo"] {
  background: #2a015e; }

.social.behance {
  background: #1769ff; }

.social.behance:hover {
  background: #0059fd; }

.social [class*="-behance"] {
  background: #0050e3; }

.social.reddit {
  background: #ff4500; }

.social.reddit:hover {
  background: #e63e00; }

.social [class*="-reddit"] {
  background: #cc3700; }

.social.spotify {
  background: #7ab800; }

.social.spotify:hover {
  background: #699f00; }

.social [class*="-spotify"] {
  background: #588500; }

.social.vine {
  background: #00bf8f; }

.social.vine:hover {
  background: #00a67c; }

.social [class*="-vine"] {
  background: #008c69; }

.social.foursquare {
  background: #1073af; }

.social.foursquare:hover {
  background: #0e6498; }

.social [class*="-foursquare"] {
  background: #0c5480; }

.social.vimeo {
  background: #aad450; }

.social.vimeo:hover {
  background: #a0cf3c; }

.social [class*="-vimeo"] {
  background: #93c130; }

.social-buttons .social i {
  padding: 0 10px;
  width: inherit !important; }

.social-buttons .card-body p button {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0; }

.card-actions {
  float: right; }

.card .card-header .card-actions [class*="btn"] {
  border-left: 1px solid rgba(120, 130, 140, 0.4);
  color: #878787;
  display: inline-block;
  font-size: 16px;
  float: left;
  padding: 0 7px;
  width: inherit;
  text-align: center; }

.social-btn-info strong {
  font-size: 16px;
  font-weight: 700; }

.social-btn-info small {
  font-size: 16px;
  font-weight: normal; }

.social-btn-info h6 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700; }

.social-buttons .only-icon .card-body p button {
  padding: 0; }

.social-buttons .only-text p button {
  padding: 0 .5rem; }

.alert-in-info .card-header {
  font-size: 16px; }

.alert-in-info .alert {
  font-size: 14px; }

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

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

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

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

.prog-bar-info .card-header {
  font-size: 16px; }

.prog-bar-info .card-body p {
  color: #878787; }

.bg-success {
  background-color: #28a745 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .6s ease; }

.prog-bar-info .progress {
  height: 14px;
  margin-top: 10px; }

.prog-bar-info .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) !important;
  background-size: 1rem 1rem !important; }

.model-animate.animated {
  width: 100%; }

.model-animate button.btn.btn-secondary {
  border-radius: 0px; }

.model-animate .modal-body p {
  color: #878787; }

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }

.switch.switch-3d .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #007bff !important;
  border-color: #0062cc; }

.switch-pill .switch-label, .switch.switch-3d .switch-label, .switch-pill .switch-handle, .switch.switch-3d .switch-handle {
  border-radius: 50em !important; }

.switch.switch-3d .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  transition: opacity background .15s ease-out; }

.switch.switch-3d .switch-input:checked ~ .switch-handle {
  left: 16px; }

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #0062cc; }

.switch-pill .switch-label, .switch.switch-3d .switch-label, .switch-pill .switch-handle, .switch.switch-3d .switch-handle {
  border-radius: 50em !important; }

.switch.switch-3d .switch-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1px;
  transition: left .15s ease-out;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #868e96 !important;
  border-color: #6c757d; }

.switch-success > .switch-input:checked ~ .switch-label {
  background: #28a745 !important;
  border-color: #1e7e34; }

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #ffc107 !important;
  border-color: #d39e00; }

.switch-info > .switch-input:checked ~ .switch-label {
  background: #17a2b8 !important;
  border-color: #117a8b; }

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #dc3545 !important;
  border-color: #bd2130; }

.switches-info .card-header {
  font-size: 16px; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #007bff !important;
  border-color: #0062cc; }

.switch.switch-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }

.switch.switch-default .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch.switch-default .switch-input:checked ~ .switch-handle {
  left: 18px; }

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #0062cc; }

.switch.switch-default .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1px;
  transition: left .15s ease-out; }

.switch.switch-default .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  transition: opacity background .15s ease-out; }

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107; }

.switch.switch-default .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  transition: opacity background .15s ease-out; }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #ffc107; }

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #007bff; }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #007bff; }

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #868e96; }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #868e96; }

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #28a745; }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #28a745; }

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #17a2b8; }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #17a2b8; }

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #dc3545; }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #dc3545; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #007bff; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #007bff !important;
  border-color: #007bff; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #868e96; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #868e96 !important;
  border-color: #868e96; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #28a745; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #28a745 !important;
  border-color: #28a745; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #ffc107; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #ffc107 !important;
  border-color: #ffc107; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #17a2b8; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #17a2b8 !important;
  border-color: #17a2b8; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #dc3545; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #dc3545 !important;
  border-color: #dc3545; }

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }

.switch.switch-text .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #007bff !important;
  border-color: #0062cc; }

.switch.switch-text .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  transition: opacity background .15s ease-out; }

.switch.switch-text .switch-input:checked ~ .switch-label::before {
  opacity: 0; }

.switch.switch-text .switch-label::before {
  right: 1px;
  color: #e9ecef;
  content: attr(data-off); }

.switch.switch-text .switch-label::before, .switch.switch-text .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -.5em;
  line-height: 1;
  text-align: center;
  transition: inherit; }

.switch.switch-text .switch-input:checked ~ .switch-label::after {
  opacity: 1; }

.switch.switch-text .switch-label::after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0; }

.switch.switch-text .switch-label::before, .switch.switch-text .switch-label::after {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -.5em;
  line-height: 1;
  text-align: center;
  transition: inherit; }

.switch.switch-text .switch-input:checked ~ .switch-handle {
  left: 26px; }

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #0062cc; }

.switch.switch-text .switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1px;
  transition: left .15s ease-out; }

.card-body-grid {
  flex: 1 1 auto;
  padding: 10px; }

.heading-title {
  font-size: 16px;
  font-weight: bold; }

.typo-info p {
  color: #000; }

.bg-flat-color-1 {
  background: #20a8d8; }

.typo-info ul li {
  font-size: 16px; }

.typo-info ol li {
  font-size: 16px; }

.typo-info address.mt-3 {
  font-size: 16px; }

.typo-info h3 {
  font-size: 22px; }

.typo-info .jumbotron {
  font-size: 16px; }

.typo-info .card-header {
  font-size: 16px; }

#canvas-holder {
  width: 100%;
  margin-top: 0px;
  text-align: center; }

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

.chart-info .card-header {
  font-size: 16px; }

.chart {
  position: relative;
  margin: auto;
  height: 90px;
  width: 90px; }

#chart {
  height: 20em;
  width: 30em; }

.title, .subtitle, .caption, .label, .legend, figure {
  font-family: baskerville, serif; }

.title, .subtitle, .label, .legend {
  text-transform: uppercase; }

.title {
  font-size: 18px;
  width: 400px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px; }

.title .small {
  font-size: 12px; }

.subtitle {
  font-size: 16px;
  width: 50%;
  min-width: 400px;
  margin-top: 16px;
  text-align: center; }

.subtitle.left {
  float: left; }

.subtitle.right {
  float: right; }

.caption {
  position: relative;
  top: -170px;
  width: 320px;
  display: block;
  margin: 0 auto;
  font-style: oblique;
  font-size: 12px; }

.caption p {
  margin: 0;
  text-indent: 12px; }

.canvas {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  fill: #474747;
  font-weight: normal; }

.wedge {
  stroke: #aaa;
  stroke-width: 1px;
  /*shape-rendering: crispEdges;*/ }

.label {
  font-size: 8px; }

.disease {
  fill: #c6e2ff; }

.other {
  fill: #323232; }

.wounds {
  fill: #fc7093; }

.legend {
  width: 400px;
  height: 50px;
  padding: 0 20px;
  display: block;
  position: relative;
  margin: 0 auto;
  top: -150px;
  text-align: center; }

.slider {
  width: 400px;
  display: block;
  position: relative;
  margin: 0 auto;
  left: -30px;
  /* hacky */
  top: -100px; }

@media screen and (max-width: 374px) and (min-width: 320px) {
  canvas#chart-area {
    height: 260px !important;
    width: 260px !important; } }
@media screen and (max-width: 767px) and (min-width: 375px) {
  canvas#chart-area {
    height: 300px !important;
    width: 300px !important; } }
@media screen and (max-width: 1280px) and (min-width: 992px) {
  canvas#chart-area {
    height: 300px !important;
    width: 300px !important; } }

@media screen and (max-width: 374px) and (min-width: 320px) {
  div#canvas-holder {
    width: 280px !important; } }
@media screen and (max-width: 767px) and (min-width: 375px) {
  div#canvas-holder {
    width: 300px !important; } }

#canada-map {
  fill: #174f17; }

#canada-map g {
  transition: .3s; }

#canada-map g:hover {
  fill: #2e9e2e;
  cursor: pointer; }

.active, .active:hover {
  fill: #2e2e9e !important; }

#provinceInfo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: 1s;
  height: 370px;
  float: left;
  overflow: auto; }

@media all and (max-width: 800px) {
  #provinceInfo {
    width: 40%; } }
@media all and (max-width: 750px) {
  #provinceInfo {
    width: 100%;
    position: static;
    background: none; }

  #provinceInfo.show p {
    color: #000 !important;
    margin-bottom: 2rem; } }
#provinceInfo.show {
  opacity: 1; }

#provinceInfo h1 {
  background: #2e2e9e;
  padding: .3rem;
  padding-left: 1rem;
  margin-top: -.5rem;
  font-weight: 400; }

#provinceInfo p {
  margin-left: 2rem;
  margin-right: 2rem; }

#provinceInfo img {
  width: 100%; }


.text-primary.text-pink{
  color: #FE5F72 !important;
}
.color-count-5 .progress-bar {
    background: #FE5F72 !important;
}
.color-count-6 .progress-bar {
    background: #FE5F72 !important;
}
.product-image-td{
  display: flex;
  min-width: 170px;
}
.product-image-td img{
  width: 50px;
  margin-right: 5px;
}
.table th, .table td{
  vertical-align: middle !important;
}
.cat-action-btn{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.cat-action-btn .btn{
  margin-right: 5px;
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
}
.height-auto-265{
  min-height: 265px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.75rem + 2px);
}
span.product-ar-name {
    text-align: right;
    direction: rtl;
    display: block;
}
.preview-images-zone {
  width: 100%;
  border: none;
  min-height: 102px;
  display: flex;
  padding: 0;
  position: relative;
  overflow: auto;
  flex: 1;
  margin-right: 0px;
  flex-wrap: wrap;
}
.preview-images-zone > .preview-image {
   position: relative;
  margin-right: 0;
  float: left;
  margin-bottom: 5px;
  padding: 0 3px;
}
.preview-images-zone > .preview-image > .image-zone {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.preview-images-zone > .preview-image > .image-zone > img {
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    margin: auto;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}
a.kl-img-upload-link {
    background: transparent;
font-size: 14px;
font-weight: bold;
display: inline-block;
padding: 0px 10px;
line-height: 22px;
border-radius: 4px;
color: #2D9CDB !important;
margin-top: 15px;
text-decoration: underline !important;
}
a.kl-img-upload-link , a.kl-img-upload-link:hover, a.kl-img-upload-link:focus{
 color: #2D9CDB !important;
}
.kl-image-upload fieldset {
  width: 100%;
  margin: 0;
  text-align: center;
}
/*# sourceMappingURL=custom.css.map */


.cs-switch-toggle .switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.cs-switch-toggle .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.cs-switch-toggle .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.cs-switch-toggle .switch-label:before, .cs-switch-toggle .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.cs-switch-toggle .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.cs-switch-toggle .switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.cs-switch-toggle .switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.cs-switch-toggle .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.cs-switch-toggle .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.cs-switch-toggle .switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.cs-switch-toggle .switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.cs-switch-toggle .switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.cs-switch-toggle .switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
.row.ml-15.mr-15{
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.table th, .table td {
  padding: 10px;
}
.card-header.collapse-card-header {
  display: block;
  color: #000;
  position: relative;
  padding-right: 45px;
}
.height-auto-unset {
  min-height: unset;
}
.card-header.collapse-card-header i {
  position: absolute;
  right: 15px;
  top: 15px;
}
.card-header.collapse-card-header[aria-expanded="true"] i.fa-plus::before{
  content: '\f068';
}
.backlink-btn.btn.btn-primary {
  border-radius: 0.25rem;
  display: inline-block;
  margin: 0;
}
.backlink-btn.btn.btn-primary i{
   margin-right: 10px;
}
.form-control:disabled, .form-control[readonly], .form-control[readonly]:focus, .form-control[readonly]:hover {
  cursor: default;
  border-color: rgba(0, 0, 0, 0.1);
}
.cs-payment-link, .cs-payment-link a {
  display: block;
  color: #138496;
  text-decoration: underline;
}
.cs-breadcrumb-inner ul li, .cs-breadcrumb-inner ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    list-style: none;
}
.cs-breadcrumb-inner ul li, .cs-breadcrumb-inner ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #B9BBBD;
  list-style: none;
  line-height: 20px;
  margin-top: 10px;
  font-family: 'Barlow';
}
.cs-breadcrumb-inner ul.list-page-name li, .cs-breadcrumb-inner ul.list-page-name li a {
   font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #464255;
  margin-top: 0;
}
.cs-breadcrumb-inner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cs-breadcrumb-inner {
    width: 100%;
}
.cs-breadcrumb .container {
    margin-bottom: 0;
}
.cs-breadcrumb {
    width: 100%;
    padding: 20px 0 0 0;
}
.cs-breadcrumb-inner ul li::before {
    content: '/';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 3px;
    color: #00B074;
}
.cs-breadcrumb-inner ul li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}
.cs-breadcrumb-inner ul li:first-child{
    padding-left: 0px;
    margin-left: 0px;
}
.cs-breadcrumb-inner ul li:first-child::before{
    display: none;
}
.table .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.table .container-checkbox {
    padding: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    left: 0;
    right: 0;
    margin: auto;
}
.table .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #d2d2d2;
}
.table .container-checkbox input:checked ~ .checkmark {
    background-color: #FF8282;
    border: 1px solid #FF8282;
}

.table .container-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.table .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.table .container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.table td.dt-checkboxes-cell, .table th.dt-checkboxes-cell {
    position: relative;
}
.cs-datatable-select {
    position: relative;
    width: 18px;
    height: 18px;
    margin: auto;
}
.table tfoot {
    display: table-header-group;
}
.table tfoot th input {
    height: 34px;
}
.td-customer-name, .td-customer-name a {
  color: #17A2B8;
  display: inline-block;
}
.cs-addbtn {
  background: #2068B0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 15px;
  margin: 0;
}
.cs-cardhead .head-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.runsheet-delivery-btn {
  display: block;
  margin: 0;
  color: #138496;
  background: no-repeat;
  border: none;
  cursor: pointer;
}
.cust-viewlink, .trns-id {
  display: inline-block;
  color: #138496;
}
.cust-viewlink:hover, .trns-id:hover,
.cust-viewlink:focus, .trns-id:focus {
  color: #138496;
}
.form-inner-title {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.transaction-product-table table, .transaction-product-table table th, .transaction-product-table table td {
  border: 1px solid #000 !important;
  border-collapse: collapse;
}
.transaction-product-table table th{
  font-weight: bold;
}
.cat-action-btn .btn.btn-reply {
  background: darkseagreen;
}
.fullpage-adtype-field .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .375rem;
  height: 46px;
}
.fullpage-adtype-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 42px;
  font-size: 0.855rem;
  padding-left: 0;
}
.fullpage-adtype-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2068B0;
  color: white;
}
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"]:hover {
  color: #fff;
}
.form-group.fullpage-adtype-field label {
  width: 100%;
}
.form-group.fullpage-adtype-field .select2-container {
  width: 100% !important;
}
.left-side ul li.treeview.menu-open a.treeview-link {
  background: #2068b0;
  color: #fff;
}
.area-namelink, .area-namelink:hover, .area-namelink:focus, .area-namelink:active {
  color: #17A2B8;
}


.hd-toggle .toggle-button-cover {
  display: inline-block;
  position: relative;
  width: 127px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .375rem;
  overflow: hidden;
}

.hd-toggle .button-cover {
  height: auto;
  margin: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.hd-toggle .button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.hd-toggle .button-cover,
.hd-toggle .knobs,
.hd-toggle .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hd-toggle .button {
  position: relative;
top: 0;
width: 125px;
height: 38px;
margin: 0;
overflow: hidden;
}

.hd-toggle .button.b2 {
  border-radius: 2px;
}

.hd-toggle .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.hd-toggle .knobs {
  z-index: 2;
}

.hd-toggle .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}
/* Button 10 */
.hd-toggle #button_open_close .knobs:before,
.hd-toggle #button_open_close .knobs:after,
.hd-toggle #button_open_close .knobs span {
  position: absolute;
top: 0px;
width: 50%;
height: 100%;
font-size: 13px;
font-weight: bold;
text-align: center;
line-height: 1;
padding: 9px 4px;
border-radius: 2px;
transition: 0.3s ease all;
}

.hd-toggle #button_open_close .knobs:before {
  content: "";
  left: 0px;
  background-color: #2068B0;
}

.hd-toggle #button_open_close .knobs:after {
  content: "Closed";
  color: #4e4e4e;
  line-height: 18px;
  right: 0;
}

.hd-toggle #button_open_close .knobs span {
  display: inline-block;
  color: #fff;
  z-index: 1;
  line-height: 18px;
}

.hd-toggle #button_open_close .checkbox:checked + .knobs span {
  color: #4e4e4e;
}

.hd-toggle #button_open_close .checkbox:checked + .knobs:before {
  left: 50%;
  background-color: #f44336;
}

.hd-toggle #button_open_close .checkbox:checked + .knobs:after {
  color: #fff;
}

.hd-toggle #button_open_close .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}
.form-group.area-gov-field .select2-container {
  width: 100% !important;
}
.area-gov-field .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .375rem;
  height: 46px;
}
.area-gov-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 42px;
  font-size: 0.855rem;
  padding-left: 0;
}
.area-gov-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
.area-viewForm #button_open_close {
  pointer-events: none;
}
.area-viewForm .form-group.area-gov-field .select2-container {
  pointer-events: none;
}
.area-viewForm .area-gov-field .select2-container--default .select2-selection--single {
  background-color: #E9ECEF;
}
.report-export-btn a.common-export-btn {
  background: #1EAA9D;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  margin-left: 6px;
}
.report-export-btn a.common-export-btn:focus{
  color: #fff;
}
.head-title.reports-header-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.report-export-btn a.common-export-btn i {
  position: relative;
  right: unset;
  top: unset;
  color: #fff !important;
  font-size: 14px;
  margin-right: 10px;
}
.card-header.collapse-card-header.reports-cardheader {
  padding-right: 1.25rem;
}
.report-export-btninner {
  display: flex;
}
.common-report-data {
  padding: 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
table.common-report-datatable thead tr:first-child th {
  font-weight: bold;
}

.form-group.common-select-group .select2-container {
  width: 100% !important;
}
.common-select-group .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .375rem;
  height: 46px;
}
.common-select-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 42px;
  font-size: 0.855rem;
  padding-left: 0;
}
.common-select-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.grant-checkmark .cs-datatable-select {
  position: relative;
  margin: auto;
  display: inline-block;
  height: auto;
  width: auto;
}
.grant-checkmark .container-checkbox {
  padding: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: auto;
  position: relative;
  top: unset;
  transform: unset;
  height: auto;
  width: auto;
  left: unset;
  right: unset;
  margin: auto;
  padding-left: 30px;
  font-size: 15px;
  line-height: 20px;
}
.grant-checkmark .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.grant-checkmark .container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #d2d2d2;
}
.grant-checkmark .container-checkbox input:checked ~ .checkmark {
  background-color: #2068B0;
  border: 1px solid #2068B0;
}
.grant-checkmark .container-checkbox .checkmark::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grant-checkmark .container-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.grant-checkmark .container-checkbox input:checked ~ .checkmark::after {
  display: block;
}
.admin-grant-access h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 20px;
}
.admin-grant-access .grant-checkmark {
  display: block;
}
.admin-grant-accessInner {
  width: 100%;
}
.btn.btn-primary.btn-cs-reset i {
  margin-right: 5px;
}
.btn.btn-primary.btn-cs-reset,
.btn.btn-primary.btn-cs-reset:focus,
.btn.btn-primary.btn-cs-reset:active,
.btn.btn-primary.btn-cs-reset.active,
.btn.btn-primary.btn-cs-reset:hover {
  background: slategray !important;
  border-color: slategray !important;
}

.logo-area img {
  width: 188px;
  margin: auto;
}
.main-header .logo-area {
  text-align: center;
}
.left-side-bar .left-side ul li.sidebar-titles {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding:0 15px;
  margin: 15px 0px;
  color: #464255;
}
.left-side-bar .left-side > ul {
  margin-top: 0px;
}
.left-side ul li a{
  background: transparent;
  border-radius: 0 8px 8px 0;
  width: 86%;
  margin-right: auto;
  border-left: 3px solid transparent;
  color: #464255;
}
.left-side ul .active {
  background-color: rgba(0, 176, 116, 0.15);
  color: #198972;
}
.left-side ul li ul li a{
  border-left: none;
}
.left-side ul li.treeview.menu-open a.treeview-link {
  background: rgba(0, 176, 116, 0.15);
  border-left: 3px solid #00B074;
}
.left-side ul li.treeview.menu-open a.treeview-link:hover,
.left-side ul li.treeview.menu-open a.treeview-link,
.left-side ul li:hover a{
   color: #198972;
   background: rgba(0, 176, 116, 0.15);
}
.left-side ul li:hover ul li a, .left-side ul li ul li:hover a,
.left-side ul li ul li a:hover{
   background: none !important;
}
.left-side ul li:hover ul li a{
   color: #464255 !important;
}
.left-side ul li ul li:hover a, .left-side ul li ul li a:hover{
   color: #198972 !important;
}
.left-side ul li a i.fa {
  font-size: 24px;
  line-height: 14px;
}
.left-side ul li ul li a, .left-side ul li ul li a:hover, .left-side ul li ul li:hover a {
  padding-left: 48px;
}
.sidebar-taglabel {
  background: #FF5B5BC2;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 47px;
  text-align: center;
  border-radius: 30px;
  margin-left: 15px !important;
}
.content-wrapper {
  background-color: transparent !important;
}
.right-side-menu-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-menu h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  white-space: normal;
  color: #000;
  margin-left: 20px;
}
.header-menu {
  margin: 0px 0 0px 30px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.header-menu-flex .hmr-inner ul li a.cm-hmrlink {
  background: #fff;
  height: 48px;
  width: 48px;
  background: #fff;
  display: inline-block;
  border-radius: 15px;
  padding: 5px;
  text-align: center;
  position: relative;
  font-family: 'Barlow';
  line-height: 32px;
}
.header-menu-flex .hmr-inner ul li a.cm-hmrlink span {
  position: absolute;
  background: #2D9CDB;
  z-index: 1;
  top: -6px;
  right: -6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #F3F2F7;
}
.header-menu-flex {
  display: flex;
  align-items: center;
}
.header-menu-flex .hmr-inner ul {
  display: flex;
}
.header-menu-flex .hmr-inner ul li {
  padding: 0 10px;
  list-style: none;
}
.header-menu-flex .hmr-inner ul li a.cm-hmrlink img {
  height: 23px;
  width: auto;
  margin: auto;
}
.hmr-inner {
  border-right: 1px solid #D0D6DE;
  padding-right: 50px;
  margin-right: 50px;
}
.header-menu-list li a img.user-avatar-icon {
  width: 56px;
  margin-left: 15px;
}
.header-menu-list li a {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464255;
  margin-right: 15px;
}
.dash-title{
  margin-bottom: 20px;
}
.dash-title h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
}
.maindash-reports .counter-card {
  background: linear-gradient(107.15deg, #FF9E80 6.76%, #FFD88C 99.2%);
  box-shadow: 0px 1px 4px rgba(62, 73, 84, 0.04);
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.maindash-reports .counter-card.cc-one {
   background: linear-gradient(107.15deg, #FF9E80 6.76%, #FFD88C 99.2%);
}
.maindash-reports .counter-card.cc-two {
   background: linear-gradient(107.15deg, #4ECFA3 6.76%, #7CE4D8 99.2%);
}
.maindash-reports .counter-card.cc-three {
   background: linear-gradient(137.89deg, #E22089 25.56%, #FF8E8E 78.09%);
}
.maindash-reports .counter-card.cc-four {
   background: linear-gradient(107.15deg, #EA7A9A 6.76%, #FAC7B6 99.2%);
}
.maindash-reports .counter-card.cc-five {
   background: linear-gradient(107.15deg, #4720E2 6.76%, #B6B9FA 99.2%);
}
.maindash-reports .counter-card.cc-six {
   background: linear-gradient(107.15deg, #18B1D2 6.76%, #BBB6FA 99.2%);
}
.maindash-reports .counter-card.cc-seven {
   background: linear-gradient(107.15deg, #E2207D 6.76%, #B6C1FA 99.2%);
}
.maindash-reports .counter-card.cc-eight {
   background: linear-gradient(137.87deg, #FC832B 25.57%, #FFE27C 78.08%);
}
.counter-card .align-count h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #FFFFFF !important;
}
.counter-card .align-count p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF !important;
  margin-bottom: 0;
}
.dash-reports-img img {
  height: 90px;
  max-width: 90px;
}
.dash-reports-img{
  margin-left: 15px;
}
.d-flex-nowrap {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.rmr-margin-up{
  margin-top: 30px;
}
.notification-list .header-menu-list li.nav-item.dropdown {
  position: relative;
}
.notification-list .header-menu-list li.nav-item.dropdown .dropdown-menu {
  left: unset;
  right: 20px;
  margin-top: 0;
}
header.main-header {
  background: #F3F2F7;
}
.header-menu-flex .hmr-inner ul li.nav-bell a.cm-hmrlink, .header-menu-flex .hmr-inner ul li.nav-chat a.cm-hmrlink {
  background: rgba(219, 108, 45, 0.15);
}
.header-menu-flex .hmr-inner ul li.nav-gift a.cm-hmrlink {
  background: rgba(94, 108, 147, 0.15);
}
.header-menu-flex .hmr-inner ul li.nav-setting a.cm-hmrlink {
  background: rgba(255, 91, 91, 0.15);
}
.header-menu-flex .hmr-inner ul li.nav-gift a.cm-hmrlink span{
  background: #5E6C93;
}
.header-menu-flex .hmr-inner ul li.nav-setting a.cm-hmrlink span{
  background: #FF5B5B;
}
.cs-breadcrumb-inner ul.list-navigator li a {
  color: #00B074;
}
.header-menu-list li a span {
  font-weight: 500;
}

.ppc-form-group .radio-group-flex {
  display: flex;
  flex-wrap: wrap;
}
.ppc-form-group .radio-group-flex .radio-button__label-wrapper {
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  padding-left: 30px;
  position: relative;
  top: 5px;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align-last: justify;
  margin: 0;
  font-family: 'Barlow';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;

/* identical to box height */

/* Theme Color/Grey Body */
color: #464255;
}
.ppc-form-group .radio-group-flex .radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.ppc-form-group .radio-group-flex .radio-button__custom-indicator {
  background-color: white;
  border: 1px solid #A3A3A3;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  border-radius: 4px;
}
.ppc-form-group .radio-group-flex .radio-button__custom-indicator::after {
  background-color: #FF5B5B;
  content: "";
  position: absolute;
  border-radius: 2px;
  height: 14px;
  width: 14px;
  left: 2px;
  top: 2px;
  display: none;
}
.ppc-form-group .radio-group-flex .radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.common-chart-box{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  min-height: 327px;
}
.ppc-titles h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
  display: inline-block;
}
.ppc-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ppc-chart-control {
  display: flex;
}
.ppc-droptoggle .btn {
  padding: 0;
  width: 30px;
  height: 30px;
  background: transparent;
}
.ppc-droptoggle{
  margin-left: 15px;
  position: relative;
}
.ppc-form-group .radio-group-flex .radio-button {
  display: flex;
  align-self: center;
}
.pharmacy-charts {
  margin-top: 30px;
}
.ppc-titles .ppc-title-inner p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B9BBBD;
}
.ppc-action-btn .btn img {
  height: 24px;
  margin-right: 10px;
}
.ppc-action-btn .btn {
  border: 1px solid #2D9CDB;
  border-radius: 14px;
  background: transparent;
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2D9CDB;
  padding: 8px 20px;
  box-shadow: none;
  outline: none;
}
.ppc-form-group .radio-group-flex .radio-button__input:checked ~ .radio-button__custom-indicator{
  border-color: #FF5B5B;
}
.margin-up-30{
  margin-top: 30px;
}
.ppc-group-select .select2-container {
  width: 120px !important;
}
.ppc-group-select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #B9BBBD;
  border-radius: 12px;
}
.ppc-group-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #202020;
}
.ppc-group-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 20px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #202020;
}
.ppc-group-select .select2-container .select2-selection--single{
  height: 34px;
}
.ppc-group-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FF5B5B transparent transparent transparent;
}
.ppc-group-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  right: 4px;
}
.filter-period {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 15px;
    padding-right: 15px;
  display: inline-flex;
  min-width: 290px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.filter-period-icon {
  margin-right: 15px;
}
.filter-period-icon span {
  background: rgba(219, 108, 45, 0.15);
  border-radius: 15px;
  display: inline-block;
  padding: 9px;
  height: 48px;
  width: 48px;
  text-align: center;
}
.filter-period-icon span img {
  height: 30px;
}
.filter-period-dates h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3E4954;
}
.filter-period-dates input {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #3E4954;
  width: 100%;
}
.breadcrumb-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb-flex .cs-breadcrumb-inner {
  width: auto;
  padding-right: 15px;
  flex: 1;
}
.filter-period i.angle-icon{
  position: absolute;
  font-size: 30px;
  top: 23px;
  right: 15px;
  color: #B9BBBD;
}
.filter-period-dates {
  flex: 1;
}
.ppc-group-select.ppc-doctor-select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
}
.ppc-group-select.ppc-doctor-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2BC155;
}
.ppc-group-select.ppc-doctor-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2BC155 transparent transparent transparent;
}
.ppc-group-select.ppc-doctor-select .select2-container {
  width: 90px !important;
}
.ppc-group-select .select2-container {
   overflow: hidden;
}
.ppc-group-select .select2-container--default .select2-selection--single .select2-selection__rendered{
  white-space: nowrap;
  overflow: hidden;
}
.ppc-group-select .select2-container--default .select2-selection--single {
 overflow: hidden;
}
.revenue-chart-price .rcp-inner {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.revenue-chart-price .rcp-inner h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #369DC9;
}
.revenue-chart-price .rcp-inner h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #D4BCDC;
}
.common-chart-box.common-revenue-chart-box {
  min-height: 534px;
}
.appointment-statics-control .btn {
  background: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #8DAC9A;
  min-width: 94px;
  min-height: 38px;
  text-align: center;
}
.appointment-statics-control .btn.active {
  background: #2BC155;
  color: #fff;
}
.trd-viewlink a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2BC155;
}
.trd-detail-inner {
  padding: 15px;
  margin-top: 30px;
  max-width: 210px;
}
.trd-pic {
  width: 126px;
height: 138px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: auto;
border: 1px solid #e5e5e5;
border-radius: 15px;
}
.trd-pic span {
  width: 52px;
  height: 24px;
  background: #2BC155;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  bottom: -10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
.trd-pic .doctor-propic{
  max-width: 126px;
  max-height: 138px;
  width: auto !important;
  height: auto;
  margin: auto;
  align-self: center;
}
.trd-pic span img {
  width: 13px !important;
  margin-right: 5px;
  margin-top: -2px;
  display: inline-block !important;
}
.trd-inner-data {
  margin-top: 20px;
}
.trd-inner-data h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.trd-inner-data h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #04A547;
  margin-top: 5px;
}
.trd-inner-data p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #969BA0;
  margin-top: 12px;
}
.trd-inner-data ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.trd-inner-data ul li {
  list-style: none;
  padding: 0 5px;
}
.trd-inner-data ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
}
.trd-inner-data ul li a img {
  max-width: 100%;
}
.top-rated-doctor .owl-carousel .owl-nav .owl-prev, .top-rated-doctor .owl-carousel .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #FFFFFF !important;
box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.13);
border-radius: 14px;
}
.top-rated-doctor .owl-carousel .owl-nav button span{
  display: none;
}
.top-rated-doctor .owl-carousel .owl-nav .owl-prev{
  left: -40px;
  right: unset;
}
.top-rated-doctor .owl-carousel .owl-nav .owl-next{
  right: -40px;
  left: unset;
}
.top-rated-doctor .owl-carousel .owl-nav .owl-prev::before {
content: '';
border-style: solid;
border-width: 5px 5px 5px 0px;
border-color: transparent #2BC155 transparent transparent;
height: 5px;
width: 5px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform: translateY(-50%);
}
.top-rated-doctor .owl-carousel .owl-nav .owl-next::after {
content: '';
border-style: solid;
border-width: 5px 0px 5px 5px;
border-color: transparent transparent transparent #2BC155;
height: 5px;
width: 5px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform: translateY(-50%);
}
.rp-boxdata-img {
  width: 52px;
  height: 52px;
  margin-right: 15px;
}
.rp-boxdata-detail h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.rp-boxdata-detail h5 {
  font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #969BA0;
}
.rp-boxdata-right span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #000;
}
.rp-boxdata-right span.rp-pending-tag {
  color: #FFB800;
}
.rp-boxdata-right span.rp-can-tag {
  color: #FF5B5B;
}
.rp-boxdata-right span.rp-rej-tag {
  color: #F46B68;
}
.rp-boxdata-right span.rp-com-tag {
  color: #2BC155;
}
.recent-patient-box .ppc-titles h3, .top-rated-doctor .ppc-titles h3, .common-revenue-chart-box .ppc-titles h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  display: inline-block;
}
.rp-box-data {
  margin-top: 15px;
  max-height: 350px;
  overflow-y: auto;
}
.rp-boxdata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 10px;
  padding-top: 10px;
}
.rp-boxdata-left {
  display: flex;
}
.rp-boxdata-right {
  display: flex;
  margin: 0 15px;
}
.common-chart-box.recent-patient-box {
  min-height: 448px;
}

.rp-box-data::-webkit-scrollbar {
  width: 4px;
}
.rp-box-data::-webkit-scrollbar-track {
  background: #F4F3F3;
}
.rp-box-data::-webkit-scrollbar-thumb {
  background: #DBDBDB;
}
.rp-box-data::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.pharmacy-cards .dash-reports-img {
  margin-right: 30px;
  margin-left: 0;
  height: 84px;
  width: 84px;
}
.counter-card.pharmacy-cards {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  padding: 30px 20px;
}
.counter-card.pharmacy-cards .phar-cardata h2 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  display: flex;
  align-items: center;
  color: #464255 !important;
}
.counter-card.pharmacy-cards .phar-cardata p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464255 !important;
}
.pharmacy-cards .d-flex.align-count.d-flex-nowrap {
  justify-content: flex-start;
}
.phar-createdoc-btn a {
  background: #21C0AC;
  border-radius: 12px;
  display: inline-block;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 14px 36px;
}
.phar-createdoc-btn {
  margin-right: 20px;
}
.fm-tables-data .table thead tr th {
  background: #00B074;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fm-tables-data .table td, .fm-tables-data .table th, .fm-tables-data .table{
  border-collapse: separate;
  border-spacing: 0;
  border: none !important;
}
.fm-tables-data .table th{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.fm-tables-data .table td{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3E4954;
}
.fm-tables-data .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.fm-tables-data .table-striped tbody tr:hover {
  background-color: #F3F2F7 !important;
}
.fm-tables-data .table td .phar-order-status {
  font-size: 15px;
  display: inline-block;
  color: #3E4954;
  background: transparent;
  min-width: 100px;
  text-align: center;
  border-radius: 10px;
  padding: 9px 5px;
}
.fm-tables-data .table td .phar-order-status.no {
  color: #FF6D4D;
  background: rgba(255, 109, 77, 0.1);
}
.fm-tables-data .table td .phar-order-status.od {
  color: #2D9CDB;
  background: rgba(45, 156, 219, 0.15);
}
.fm-tables-data .table td .phar-order-status.dv {
  color: #00B074;
  background: rgba(0, 176, 116, 0.15);
}
.fm-tables-data .table td .phar-order-status.up {
  color: #FF4D4D;
  background: rgba(255, 77, 77, 0.1);
}
.fm-tables-data .table td .phar-order-status.oh {
  color: #F7C604;
  background: rgba(255, 194, 77, 0.1);
}
table.dataTable.common-datatable {
  margin: 0 0 20px 0 !important;
  background: transparent !important;
}
.basic-card.datatable-basic-card {
  background: transparent;
}
.fm-tables-data .table thead tr th:first-child {
  border-radius: 12px 0 0 12px;
  padding-left: 30px;
}
.fm-tables-data .table thead tr th:last-child {
  border-radius: 0 12px 12px 0;
  padding-right: 30px;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}
div.dataTables_wrapper .dataTables_length{
  display: none;
}
.fm-tables-data .table tbody tr td{
  background: #fff;
}
.fm-tables-data .table tbody tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}
.fm-tables-data .table tbody tr td:first-child {
  padding-left: 30px;
}
.fm-tables-data .table tbody tr td:last-child {
  padding-right: 30px;
}
.fm-tables-data .table tbody tr:first-child td:last-child {
  border-radius: 0 12px 0 0;
}
.fm-tables-data .table tbody tr:last-child td:first-child{
  border-radius: 0 0 0 12px;
}
.fm-tables-data .table tbody tr:last-child td:last-child{
  border-radius: 0 0 12px 0;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
  right: 1em;
  content: "▲";
  bottom: 1.1em;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  right: 0.5em;
  content: "▼";
  bottom: 1.1em;
}
.dataTables_wrapper .pagination .page-item .page-link {
  z-index: 1;
  color: #464255;
  background-color: #fff;
  border-color: transparent;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
}
.dataTables_wrapper .pagination .page-item.active .page-link {
  color: #464255;
  background-color: rgba(70, 66, 85, 0.15);
  border-color: transparent;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
  display: inline-flex;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  overflow: hidden;
  padding: 0 10px;
background: #fff;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li a{
  height: 40px;
  width: 40px;
  text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li a:focus, div.dataTables_wrapper div.dataTables_paginate ul.pagination li a:hover,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li a.active, div.dataTables_wrapper div.dataTables_paginate ul.pagination li a:active{
  box-shadow: none;
  outline: none;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.previous a,
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.next a {
  font-size: 0 !important;
  position: relative;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.previous a::before {
  content: '';
  position: absolute;
  background: url(../images/ic_chevron_left.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 8px;
background-size: contain;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.next a::before {
  content: '';
  position: absolute;
  background: url(../images/ic_chevron_right.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 8px;
background-size: contain;
right: 3px;
}
.dtl_data h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #464255;
}
.dtl_data p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #A3A3A3;
  margin-top: 5px;
}
.data_tables_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.dtl-search input {
  background: #FDFDFD;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 5px 15px;
  height: 100%;
  width: 100%;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding-right: 55px;
}
.dtl-search{
  margin-right: 15px;
  height: 56px;
  width: 570px;
  position: relative;
}
.dtl-search input::placeholder{
  color: #969BA0;
}
.dtl-search img {
  width: 24px;
  position: absolute;
  right: 18px;
top: 16px;
}
div.dataTables_wrapper tbody::before {
  content: "@";
  display: block;
  line-height: 30px;
  text-indent: -99999px;
}
a.ph-order-link, a.ph-order-link:focus, a.ph-order-link:hover, a.ph-order-link:active {
  color: #6b6bcc !important;
  text-decoration: underline !important;
}
.pol-actions-btns .pol-pres.btn {
  background: #21C0AC;
  border: 1px solid #21C0AC;
  border-radius: 12px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  width: 234px;
  height: 58px;
  display: inline-flex;
  padding: 10px 45px;
  align-items: center;
  justify-content: center;
  margin: 0 15px 0 0;
  position: relative;
}
.pol-actions-btns .pol-pres img.pol-pre-icon {
  width: 18px;
  margin-right: 10px;
  position: absolute;
  left: 23px;
  top: 17px;
}
.pol-actions-btns .pol-pres img.pol-angle-icon {
  width: 24px;
  margin-right: 0px;
  position: absolute;
  right: 15px;
  top: 17px;
}
.pol-actions-btns .pol-cancel-btn.btn {
  background: transparent;
  border-radius: 12px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FF5B5B;
  border: 1px solid #FF5B5B;
  text-align: center;
  width: 234px;
  height: 58px;
  display: inline-flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
#pharmacy_orderlist_datatable td {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
  border-bottom: 1px solid #F7F8FF !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
#pharmacy_orderlist_datatable th{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
#pharmacy_orderlist_datatable th::after, #pharmacy_orderlist_datatable th::before{
  display: none;
}
div.dataTables_wrapper #pharmacy_orderlist_datatable tbody::before{
  display: none;
}
.p-order-listinner {
  display: flex;
  flex-wrap: nowrap;
}
.p-orderlist-img {
  height: 87px;
  width: 87px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-right: 15px;
}
.p-orderlist-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.p-order-listdata h5 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #22292E;
}
.p-order-listdata p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #464255;
  margin-top: 6px;
}
.fm-tables-data #pharmacy_orderlist_datatable thead tr th:first-child {
  border-radius: 0;
}
.fm-tables-data #pharmacy_orderlist_datatable thead tr th:last-child {
  border-radius: 0;
}
.ph-rating {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.ph-rating-flex {
  display: inline-flex;
}
.ph-rating-flex i {
  cursor: pointer;
  color: #A3A3A3;
  font-size: 20px;
  margin-right: 3px;
}
.ph-rating-flex i.active {
  color: #F7C604;
}
.ph-rating .review-count {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #A3A3A3;
  margin-left: 15px;
}
.pol-rightflex img.rx-icon {
  width: 20px;
}
.p-order-listdata {
  display: flex;
  flex: 1;
}
.pol-rightflex {
  align-self: center;
  margin-left: 20px;
}
.fm-tables-data #pharmacy_orderlist_datatable tbody tr:first-child td:first-child,
.fm-tables-data #pharmacy_orderlist_datatable tbody tr:first-child td:last-child,
.fm-tables-data #pharmacy_orderlist_datatable tbody tr:last-child td:last-child,
.fm-tables-data #pharmacy_orderlist_datatable tbody tr:last-child td:first-child {
  border-radius: 0;
}
.fm-tables-data #pharmacy_orderlist_datatable tfoot {
  background: #fff;
}
.p-order-list-footer {
  display: flex;
  justify-content: space-between;
  width: 500px;
}
.p-order-list-footer h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
}
.p-order-list-footer h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
}
.p-order-list-footer .plf-cash {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #198972;
}
#pharmacy_orderlist_datatable tr.plf-footer td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: none !important;
}
.fm-tables-data #pharmacy_orderlist_datatable tfoot tr td:first-child {
  padding-left: 30px;
}
.fm-tables-data #pharmacy_orderlist_datatable tfoot tr td:last-child {
  padding-right: 30px;
}
.fm-tables-data #pharmacy_orderlist_datatable tfoot tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none !important;
}
#pharmacy_orderlist_datatable{
  border-radius: 12px;
  overflow: hidden;
}
.fm-tables-data #pharmacy_orderlist_datatable tfoot tr td.border-top-black {
  border-top: 1px solid #C4C4C4 !important;
}
.p-order-list-footer h4.plf-grand-total {
  font-size: 24px;
  line-height: 26px;
}
span.plf-grand-total{
  font-size: 24px;
  line-height: 26px;
}
#pharmacy_orderlist_datatable_wrapper div.dataTables_info{
  display: none !important;
}
.ph-orderlist-menubar{
  display: flex;
}
.ph-orderlist-leftmenu{
  width: 340px;
  margin-right: 30px;
}
.ph-orderlist-rightmenu{
   flex: 1;
   width: calc(100% - 340px);
}
.ph-customer-detailinner {
  background: #FFFFFF;
  box-shadow: 0px 12px 23px rgba(62, 73, 84, 0.04);
  border-radius: 16px;
  overflow: hidden;
}
.ph-customer-detailinner .ph-customer-detail {
  padding: 30px;
  text-align: center;
}
.ph-customer-detailinner .cp-image {
  height: 160px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 15px;
}
.ph-customer-detailinner .cp-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  align-self: center;
}
.ph-customer-detailinner .ph-customer-detail h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #3E4954;
  margin-bottom: 15px;
}
.ph-customer-detailinner .ph-customer-detail a.ph-customer-link {
  background: rgba(0, 176, 116, 0.15);
  border-radius: 6px;
  height: 33px;
  min-width: 96px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #00B074;
  display: inline-block;
  text-align: center;
}
.ph-customer-detailinner .ph-noteorder {
  background: #910B5D;
  border-radius: 16px 16px 0 0;
  padding: 30px;
  padding-bottom: 50px;
}
.ph-customer-detailinner .ph-noteorder h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.ph-customer-detailinner .ph-noteorder p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
}
.ph-customer-detailinner .ph-noteorder-inner {
  background: #DE0287;
  border-radius: 16px;
  padding: 30px;
  margin-top: -20px;
}
.ph-customer-detailinner .ph-noteorder-innerflex img {
  width: 49px;
  margin-right: 15px;
  align-self: baseline;
}
.ph-customer-detailinner .ph-noteorder-innerflex {
  display: flex;
  flex-wrap: nowrap;
}
.ph-customer-detailinner .ph-noteorder-innerflex p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.ph-order-databox {
  background: #FFFFFF;
  box-shadow: 0px 12px 23px rgba(62, 73, 84, 0.04);
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.ph-order-databox ul li {
  list-style: none;
  min-height: 60px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #3E4954;
  border-left: 1px solid #D0D6DE;
  padding-left: 20px;
  position: relative;
  margin-left: 10px;
}
.ph-order-databox ul li .order-recieve-time {
  color: #8D8D8D;
  font-size: 14px;
  display: block;
  margin-top: 4px;
}
.ph-order-databox ul li.active{
  border-color: #00B074;
}
.ph-order-databox ul li.active::before{
 background: #00B074;
}
.ph-order-databox ul li::before {
  height: 20px;
  width: 20px;
  background: #D0D6DE;
  left: -10px;
  top: 0;
  position: absolute;
  content: '';
  border-radius: 50%;
}
.ph-order-databox ul li:last-child {
  border-left: transparent;
}
.ph-order-databox h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #464255;
  margin-bottom: 30px;
}
.ph-order-controls a {
  background: #DE0287;
  border-radius: 12px;
  display: inline-flex;
  position: relative;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  height: 58px;
  margin-left: 10px;
}
.ph-order-controls .poc-user-img {
  width: 24px;
  margin-right: 10px;
}
.ph-order-controls .pol-angle-icon {
  width: 24px;
  margin-left: 10px;
}
.poc-edit-img {
  width: 24px;
  margin-right: 10px;
}
.ph-order-controls a.ttd-link-btn {
  background: #2D9CDB;
}
.ph-order-controls a.eo-link-btn {
  background: #FF6F42;
}
.ph-order-controls {
  text-align: right;
}
.pres-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}
.pres-modal.show{
  display: block;
}
.pres-modaloverflow, .fm-common-modaloverflow{
   overflow-y: auto;
   height: 100%;
}
.pres-modal .pres-modalinner, .fm-common-modal .fm-common-modalinner {
  max-width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  top: 100px;
position: relative;
}
.pres-modal .pres-header, .fm-common-modal .fm-common-header {
  background: #00B074;
  box-shadow: 0px 12px 23px rgba(62, 73, 84, 0.04);
  border-radius: 16px 16px 0px 0px;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.pres-modal .pres-header h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.pres-modal .btn.reupload-req-btn {
  background: #C30A7A;
font-family: 'Barlow';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 22px;
color: #FFFFFF;
border-radius: 12px;
width: 189px;
height: 46px;
}
.pres-modal .btn.reupload-req-btn img {
  width: 24px;
  margin-left: 10px;
}
.pres-modal .pres-reciept-flex img {
  width: 86px;
  margin: 4px;
  cursor: pointer;
}
.pres-modal .pres-reciept-flex {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F7F8FF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pres-modal .pres-reciept-view-box img {
  margin: auto;
  width: auto;
}
.pres-modal .pres-reciept-view-box {
  text-align: center;
}
.pres-modal .pres-modaloverflow {
  overflow-y: auto;
  height: 100%;
}
.pres-modal .pres-body {
  padding: 20px;
}
.pres-modalinner #pop_close_btn {
  position: absolute;
  right: 0;
  top: -40px;
  height: 30px;
  width: 30px;
  padding: 0;
  background: no-repeat;
}

.update-cart-modal, .transfer-doctor-modal, .request-customer-modal, .order-update-modal,
.faq-add-modal, .doc-settlement-modal, .cashdeposite-viewmodel, .cashdepositeconfirm-viewmodel, .cashdepositesuccess-viewmodel, .requestcustomer-modal,
.presupload-request-modal, .presupload-cancelorder-modal, .edit-presorder-modal, .pharmacist-edit-orderpop, .deposite-history-settlement-modal  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}
.order-transfer-modal{
   position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10000;
  display: none;
}
.fm-common-modal .settlemet-count-one p {
  color: #464255;
}
.update-cart-modal.show, .transfer-doctor-modal.show, .request-customer-modal.show, .order-update-modal.show,
.order-transfer-modal.show, .faq-add-modal.show, .doc-settlement-modal.show, .cashdeposite-viewmodel.show, .cashdepositeconfirm-viewmodel.show,
.cashdepositesuccess-viewmodel.show, .requestcustomer-modal.show, .presupload-request-modal.show, .presupload-cancelorder-modal.show, .edit-presorder-modal.show,
.pharmacist-edit-orderpop.show, .deposite-history-settlement-modal.show{
  display: block;
}
.prescreate-order-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: -9999;
  display: block;
  opacity: 0;
  visibility: hidden;

}
.prescreate-order-modal.show{
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.fm-common-modaloverflow{
   overflow-y: auto;
}
.fm-common-modal .fm-common-modalinner {
  max-width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  top: 100px;
position: relative;
}
.fm-common-modal #pop_close_btn {
  position: absolute;
  right: 0;
  top: -40px;
  height: 30px;
  width: 30px;
  padding: 0;
  background: no-repeat;
}
.fm-common-modal .fm-common-modaloverflow {
  overflow-y: auto;
  height: 100%;
}
.fm-common-modal .fm-common-body {
  padding: 20px;
}
.fm-common-modal.update-cart-modal .fm-common-modalinner {
  max-width: 1450px;
}
.update-cart-modal .p-order-list-footer {
  min-width: 150px;
  width: auto;
}
.form-control.modal-textarea {
  border: 1px solid #464255;
  border-radius: 10px;
  max-height: 98px;
  min-height: 50px;
  width: 180px;
  overflow-y: auto;
}
.quantity button, .quantity .input-text {
  background: #ffffff;
  box-shadow: none;
  text-shadow: none;
  border: none;
  width: 40px !important;
  height: 45px;
  border-radius: 0px;
  text-align: center;
  padding: 0px;
  font-size: 10px;
  float: left;
  vertical-align: middle;
  border-right: none;
  cursor: pointer;
}
.quantity .input-text {
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.quantity .input-text {
  width: auto;
  font-size: 14px;
}
.quantity {
  border: 1px solid #999;
  float: left;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 40px;
}
.quantity button {
  font-size: 30px;
  color: #18203A;
  line-height: 9px;
  margin-top: -6px;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity button:focus, .quantity button:active, .quantity button:hover, .quantity button.active{
  outline: none;
  box-shadow: none;
  border: none;
}
.btn.update-cart-btn {
  background: #FF6F42;
  border-radius: 12px;
  color: #fff;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  padding: 14px 28px;
}
#pharmacy_orderlist_datatable td.qty-red {
  color: #EA526F;
}
#pharmacy_orderlist_datatable td.qty-green {
  color: #39AB6D;
}
.transfer-doctor-modal .fm-common-header h3, .request-customer-modal .fm-common-header h3, .order-update-modal .fm-common-header h3,
.order-transfer-modal .fm-common-header h3, .requestcustomer-modal .fm-common-header h3, .presupload-request-modal .fm-common-header h3,
.presupload-cancelorder-modal .fm-common-header h3{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 10px 10px;
}
.transfer-doctor-modal .fm-common-body .triangel-doctor-img, .request-customer-modal .fm-common-body .triangel-doctor-img,
 .order-update-modal .fm-common-body .triangel-doctor-img, .requestcustomer-modal .fm-common-body .triangel-doctor-img{
  width: 152px;
  margin: auto;
}
.transfer-doctor-modal .fm-common-body,.requestcustomer-modal .fm-common-body, .request-customer-modal .fm-common-body,  .order-update-modal .fm-common-body{
  text-align: center;
  padding-bottom: 36px;
}
.transfer-doctor-modal .fm-common-body h4, .request-customer-modal .fm-common-body h4, .order-update-modal .fm-common-body h4,
.requestcustomer-modal .fm-common-body h4{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #464255;
  margin-top: 50px;
}
.transfer-status_btns .btn {
  border: 1px solid #FF5B5B;
  border-radius: 12px;
  background: transparent;
  width: 234px;
  height: 58px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FF5B5B;
  margin: 0 15px;
}
.transfer-status_btns .btn.confirm-common-btn {
  border: 1px solid #FF5B5B;
  background: #FF5B5B;
  color: #fff;
}
.transfer-status_btns{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.order-update-modal .fm-common-body h4 {
  color: #00B074;
}
.order-update-modal .transfer-status_btns .btn.confirm-common-btn, .order-transfer-modal .transfer-status_btns .btn.confirm-common-btn {
  border: 1px solid #FF6F42;
  background: #FF6F42;
  color: #fff;
}
.fm-common-modal.order-transfer-modal .fm-common-body h5, .fm-common-modal.presupload-request-modal .fm-common-body h5,
.presupload-cancelorder-modal .fm-common-body h5  {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #464255;
  margin-bottom: 15px;
}
.fm-common-modal.order-transfer-modal .fm-common-body textarea, .fm-common-modal.presupload-request-modal .fm-common-body textarea,
.presupload-cancelorder-modal .fm-common-body textarea{
  width: 100%;
  border: 2px solid #A3A3A3;
  border-radius: 12px;
  padding: 15px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #464255;
  min-height: 282px;
}
.fm-common-modal.order-transfer-modal .fm-common-body textarea:focus, .fm-common-modal.order-transfer-modal .fm-common-body textarea:hover,
.fm-common-modal.order-transfer-modal .fm-common-body textarea:active, .fm-common-modal.order-transfer-modal .fm-common-body textarea.active,
.fm-common-modal.presupload-request-modal .fm-common-body textarea:focus, .fm-common-modal.presupload-request-modal .fm-common-body textarea:hover,
.fm-common-modal.presupload-request-modal .fm-common-body textarea:active, .fm-common-modal.presupload-request-modal .fm-common-body textarea.active,
.presupload-cancelorder-modal .fm-common-body textarea:focus, .fm-common-modal.presupload-cancelorder-modal .fm-common-body textarea:hover,
.fm-common-modal.presupload-cancelorder-modal .fm-common-body textarea:active, .fm-common-modal.presupload-cancelorder-modal .fm-common-body textarea.active{
  box-shadow: none;
  outline: none;
}
.fm-common-modal.order-transfer-modal .fm-common-body textarea::placeholder, .fm-common-modal.presupload-request-modal .fm-common-body textarea::placeholder,
.presupload-cancelorder-modal .fm-common-body textarea::placeholder{
  color: #B9BBBD;
}
.fm-common-modal.order-transfer-modal .transfer-status_btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.order-status-dropdown .dropdown button.btn {
  background: #00B074 !important;
  border: 1px solid #00B074 !important;
  border-radius: 12px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  width: 234px;
  height: 58px;
  display: inline-flex;
  padding: 10px 45px;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  position: relative;
}
.order-status-dropdown .dropdown button.btn img.os-angle-icon {
  width: 24px;
  margin-right: 0px;
  position: absolute;
  right: 15px;
  top: 17px;
}
.order-status-dropdown .dropdown button.btn img.os-cube-icon {
  width: 24px;
  margin-right: 10px;
  position: absolute;
  left: 23px;
  top: 17px;
}
.pol-actions-btns.pol-with-dropdown {
  display: flex;
  flex-wrap: wrap;
}
.order-status-dropdown .dropdown .dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0px 10px 49px rgba(0, 0, 0, 0.13);
  border-radius: 12px;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.order-status-dropdown{
   margin: 0 0 0 15px;
}
.order-status-dropdown .dropdown .dropdown-menu a {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
  text-align: center;
}
.order-status-dropdown .dropdown .dropdown-menu a:active,
.order-status-dropdown .dropdown .dropdown-menu a.active,
.order-status-dropdown .dropdown .dropdown-menu a:hover,
.order-status-dropdown .dropdown .dropdown-menu a:focus{
  background: #fff;
  color: #00B074;
}
.orders-filters-group .dropdown button.btn {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3E4954 !important;
  background: #fff !important;
  border-radius: 12px;
  padding-right: 50px;
  position: relative;
  min-height: 56px;
  min-width: 190px;
  text-align: left;
  border: 1px solid #fff;
}
.orders-filters-group .dropdown button.btn img {
  width: 24px;
  margin-right: 10px;
}
.orders-filters-group .dropdown button.btn img.gnd-icon {
  position: absolute;
  right: 5px;
  margin: 0;
}
.orders-filters-group {
  display: flex;
  flex-wrap: nowrap;
}
.data_tables_rightbar.dtr-row-flex {
  display: flex;
  flex-wrap: wrap;
}
.orders-filters-group .status-wise-filter {
  margin-right: 15px;
}
.orders-filters-group .dropdown .dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0px 10px 49px rgba(0, 0, 0, 0.13);
  border-radius: 12px;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.orders-filters-group .dropdown .dropdown-menu a {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
  text-align: center;
}
.orders-filters-group .dropdown .dropdown-menu a:active,
.orders-filters-group .dropdown .dropdown-menu a.active,
.orders-filters-group .dropdown .dropdown-menu a:hover,
.orders-filters-group .dropdown .dropdown-menu a:focus {
  background: #fff;
  color: #00B074;
}
.ppc-title-inner {
  align-items: center;
  display: flex;
}
.rp-boxdata-detail {
  flex: 1;
}
.ppc-title-inner.pti-wrap h3 {
  display: block;
  width: 100%;
}
.ppc-title-inner.pti-wrap {
  flex-wrap: wrap;
  flex: 1;
}
.update-cart-modal .fm-common-modaloverflow {
  padding: 0 15px;
}
.return-order-trackbar {
  background: #FFFFFF;
  box-shadow: 0px 12px 23px rgba(62, 73, 84, 0.04);
  border-radius: 20px;
  padding: 30px;
}
.rotrack-datainner h3 span, .rotrack-datainner h3 span a {
  color: #FF6F42;
  display: inline-block;
}
.rotrack-datainner h3 span {
  margin-left: 15px;
}
.rotrack-datainner h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
}
.rotrack-userflex .track-user-img {
  width: 50px;
  height: 50px;
  align-self: baseline;
}
.rotrack-userflex-inner h6 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #969BA0;
  margin-top: 2px;
}
.rotrack-userflex-inner h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #3E4954;
}
.rotrack-userflex-inner {
  flex: 1;
  margin-left: 15px;
}
.rotrack-userflex {
  display: flex;
  flex-wrap: wrap;
}
.ruinner-flex a.tel-link-track img.track-user-img {
  width: 36px;
  height: auto;
}
.ruinner-flex a.tel-link-track {
  display: inline-flex;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #B9BBBD;
}
.ruinner-flex a.tel-link-track h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
}
.ruinner-flexdata {
  flex: 1;
  margin-left: 10px;
}
.ruinner-flex {
  margin-top: 15px;
}
.rotrack-user {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.rotrack-userleft {
  flex: 1;
  margin-right: 15px;
}
.rotrack-pickup img {
  width: 48px;
  height: 48px;
}
.rotrack-pickup {
  display: flex;
  flex-wrap: nowrap;
  background: #FFFFFF;
  border: 1px solid #2D9CDB;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
}
.rotrack-dataslot h6 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #969BA0;
}
.rotrack-dataslot input {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #3E4954;
  cursor: pointer;
}
.rotrack-dataslot {
  flex: 1;
  margin-left: 10px;
}
.rotrack-map {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}
.rotrack-map iframe {
   height: 250px;
   width: 100%;
   border: none;
}
.pol-actions-btns .pol-publish-btn.btn {
  background: #00B074;
  border-radius: 12px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  border: 1px solid #00B074;
  text-align: center;
  width: 234px;
  height: 58px;
  display: inline-flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 15px;
  position: relative;
}
.add-product-thumbinner{
  height: 126px;
  width: 170px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 15px;
}
.add-product-thumb img.add-product-thumb {
  height: 126px;
  width: 170px;
  max-width: 170px;
  max-height:126px;
  margin: auto;
}
.fetaure-addproduct-link {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline !important;
  display: block;
  color: #2D9CDB;
  text-align: center;
}
.fetaure-addproduct-link:focus,
.fetaure-addproduct-link:active,
.fetaure-addproduct-link:hover,
.fetaure-addproduct-link.active  {
   color: #2D9CDB;
}
.card-header .btn.btn-link.accordion-cs-toggle {
  background: rgba(58, 169, 131, 0.2);
  border-radius: 12px;
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
  height: 58px;
  padding: 10px 15px;
  position: relative;
  padding-right: 30px;
}
.card-header .btn.btn-link.accordion-cs-toggle[aria-expanded="true"]{
  background: #198972;
  color: #fff;
}
.card-header .btn.btn-link.accordion-cs-toggle[aria-expanded="true"] i.fa{
  color: #fff !important;
}
.card-header .btn.btn-link.accordion-cs-toggle[aria-expanded="true"] i.fa::before{
  content: '\f068';
}
.card-header .btn.btn-link.accordion-cs-toggle:focus,
.card-header .btn.btn-link.accordion-cs-toggle:hover,
.card-header .btn.btn-link.accordion-cs-toggle:active,
.card-header .btn.btn-link.accordion-cs-toggle.active{
  text-decoration: none!important;
  box-shadow: none;
  outline: none;
}
.card-header .btn.btn-link.accordion-cs-toggle i {
  position: absolute;
  right: 15px;
  top: 20px;
}
.addproduct-left-detail .card-header {
  border-bottom: none;
  background: no-repeat;
  padding: 0;
}
.addproduct-left-detail .card {
  box-shadow: none !important;
  margin-bottom: 15px;
}
.addproduct-left-detail .card:last-child {
  margin-bottom: 0px;
}
.ph-customer-detailinner.pcd-padding {
  padding: 20px;
}
.cs-text-center{
  text-align: center;
}
.add-product-thumbinner.apt-gallery-images {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}
.add-product-thumbinner.apt-gallery-images img{
 flex: 0 0 50%;
padding: 2px;
max-width: 50%;
}
.product-categories .radio-group-flex, .active-inactive-status .radio-group-flex {
  display: block;
  margin-bottom: 10px;
}
.product-categories .radio-group-flex .radio-button__label-wrapper,
.active-inactive-status .radio-group-flex .radio-button__label-wrapper {
  border-radius: 0;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  top: 0px;
  color: #464255;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  display: block;
  font-family: 'Barlow';
  font-weight: 400;
}
.product-categories .radio-group-flex .radio-button__input,
.active-inactive-status .radio-group-flex .radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.product-categories .radio-group-flex .radio-button__custom-indicator,
.active-inactive-status .radio-group-flex .radio-button__custom-indicator {
  background-color: white;
  border: 1px solid #231F20;
  border-radius: 2px;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  transform: translateY(-50%);
}
.product-categories .radio-group-flex .radio-button__custom-indicator::after,
.active-inactive-status .radio-group-flex .radio-button__custom-indicator::after {
  content: "";
  border-radius: 0;
  height: 12px;
  width: 12px;
  left: 2px;
  top: 2px;
  background-color: #198972;
  position: absolute;
  display: none;
}
.product-categories .radio-group-flex .radio-button__input:checked ~ .radio-button__custom-indicator::after,
.active-inactive-status .radio-group-flex .radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.subcategory-group {
  margin-top: 10px;
  margin-left: 30px;
}
.products-add-tagsinner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0;
}
.pro-tagfields{
  flex: 1;
  width: calc(100% - 82px);
}
.pro-tagfields .select2-container{
  width: 100% !important;
}
.products-add-tagsinner .select2-container--default .select2-selection--multiple {
  background: #FDFDFD;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  height: 58px;
  padding: 10px;
  text-align: left;
}
.products-add-tagsinner .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
    padding-left: 0px;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
}
.products-add-tagsinner input:hover,
.products-add-tagsinner input:focus,
.products-add-tagsinner input.active,
.products-add-tagsinner input:active{
  border: 1px solid #198972;
  box-shadow: none;
  outline: none;
}
.products-add-tagsinner button.btn {
  background: #FDFDFD;
  border: 1px solid #198972;
  border-radius: 8px;
  height: 58px;
  text-align: center;
  margin-left: 10px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #198972;
  width: 72px;
}
.products-add-tagsinner button.btn:hover{
  color: #fff;
  background: #198972;
}
.products-add-tags span.protag-tagline {
  display: block;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A3A3A3;
}
.ph-productadd-rightmenu.ph-orderlist-rightmenu .card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none !important;
}
.ph-productadd-rightmenu.ph-orderlist-rightmenu .card .card-header {
  padding: 0;
  border: none;
}
.ph-productadd-rightmenu.ph-orderlist-rightmenu .card .card-header button.btn.accordion-cs-toggle {
  border-radius: 0;
  background: #fff;
  color: #464255;
  padding-left: 20px;
}
.ph-productadd-rightmenu.ph-orderlist-rightmenu .card .card-header button.btn.accordion-cs-toggle i.fa,
.ph-productadd-rightmenu.ph-orderlist-rightmenu .card .card-header button.btn.accordion-cs-toggle[aria-expanded="true"] i.fa{
  color: #464255 !important;
}
.product-formflex label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #464255;
  min-width: 150px;
  align-self: baseline;
  margin-top: 10px;
}
.product-formflex label sup {
  color: #EA526F;
}
.product-addfields .form-control {
  background: #FDFDFD;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  color: #464255;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.product-addfields .form-control:placeholder{
  color: #A3A3A3;
}
.product-addfields .form-control.normal-select{
  min-height: 90px;
}
.product-addfields textarea.form-control{
  min-height: 90px;
  max-height: 200px;
  overflow-y: auto;
  resize: none;
}
.product-addfields .form-control:focus,
.product-addfields .form-control.active,
.product-addfields .form-control:active,
.product-addfields .form-control:hover {
  border: 1px solid #198972;
}
.product-formflex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.product-formflex:last-child {
  margin-bottom: 0px;
}
.product-addfields {
  flex: 1;
  padding-left: 15px;
}
.product-addfields .product-categories .radio-group-flex .radio-button__custom-indicator {
  background-color: white;
  border: 1px solid #231F20;
  border-radius: 2px;
  height: 18px;
  left: 0;
  position: relative;
  top: 0;
  width: 18px;
  transform: unset;
}
.product-addfields .product-categories .radio-group-flex .radio-button__label-wrapper {
  padding-left: 0;
}
.product-addfields .product-categories .radio-group-flex{
  margin: 0;
}
.product-addfields .select2-container--default .select2-selection--single {
  background: #FDFDFD;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  height: 46px;
}
.product-addfields .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #464255;
  padding-left: 0;
  margin: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #D8EEE6;
  color: #464255 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #D8EEE6 !important;
}
.product-addfields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 22px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #D8EEE6;
}
.product-addfields .select2-container--default .select2-selection--multiple {
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  background: #FDFDFD;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  min-height: 46px;
}
.product-addfields .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #D0D6DE;
  border: 1px solid #A3A3A3;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 7px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  color: #464255;
  font-size: 16px;
  min-height: 30px;
  line-height: 26px;
}
.product-addfields .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #18203A;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px 0 7px;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-addButton button.btn {
  background: #4ECFA3;
  border-radius: 12px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  height: 58px;
  width: 234px;
  text-align: center;
  margin-left: auto;
}
.faq-addButton{
  margin-top: 30px;
  text-align: right;
}
.ph-productadd-rightmenu.ph-orderlist-rightmenu .faq-innerAccordian .card .card-header button.btn.accordion-cs-toggle {
  background: #D8EEE6;
  color: #464255;
  padding-left: 20px;
  border-radius: 12px;
}
.ph-productadd-rightmenu.ph-orderlist-rightmenu .faq-innerAccordian .card .card-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: no-repeat;
}
.faq-answer p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
}
.ph-productadd-rightmenu.ph-orderlist-rightmenu .faq-innerAccordian .card {
  margin-bottom: 15px;
}
.product-addfields .select2-container {
  width: 100% !important;
}
.faq-add-modal .fm-common-header h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #464255;
}
.faq-add-modal .fm-common-header {
  background: #fff;
  box-shadow: none;
  padding-top: 20px;
}
.fm-common-modal.faq-add-modal #pop_close_btn {
  top: 15px;
  right: 15px;
  width: 15px;
  height: 28px;
}
.faq-add-modal .product-formflex label {
  min-width: 100px;
}
.faq-modal-btns button.btn {
  height: 58px;
  width: 234px;
  background: #4ECFA3;
  border-radius: 12px;
  margin: 0 5px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  border: 1px solid #4ECFA3;
}
.faq-modal-btns button.btn.cancel-faqmodal-btn {
  background: #fff;
   border: 1px solid #EA526F;
  color: #EA526F;
}
.faq-modal-btns {
  text-align: right;
  margin-top: 30px;
}
.fm-common-modal.faq-add-modal .fm-common-modalinner {
  max-width: 1000px;
}
.fm-common-modal .fm-common-modaloverflow {
  padding: 0 15px;
}
.tag-tabsinner .tab-content {
  flex: 1;
}
.tag-tabsinner {
  display: flex;
  flex-wrap: wrap;
}
.tag-tabsinner ul {
  width: 234px;
  margin-right: 15px;
  display: block;
  border: none;
}
.tag-tabsinner ul.nav-tabs .nav-item {
  margin-bottom: 0;
}
.tag-tabsinner ul.nav-tabs .nav-link{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 55px;
  color: #464255;
  width: 100%;
  height: 58px;
  border-radius: 12px !important;
  border: none;
  background: #fff;
  text-align: center;
}
.tag-tabsinner ul.nav-tabs .nav-link.active, .tag-tabsinner ul.nav-tabs .nav-item.show .nav-link {
  background: #4ECFA3;
  color: #fff;
}
.product-addfields.set-schedule a.schedule-link {
  color: #2D9CDB;
  text-decoration: underline !important;
  font-size: 16px;
  align-self: center;
  margin-left: 15px;
}
.product-addfields.set-schedule {
  display: flex;
  justify-content: space-between;
}
.form-control.label-variant-input {
  width: 110px;
  margin-right: 10px;
}
.variant-inputs {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 10px;
  flex: 1;
}
.product-addfields .variant-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-addfields .variant-flex:last-child {
  margin-bottom: 0px;
}
.product-addfields .variant-flex .btn.add-variant-btn {
  background: #198972;
  border-radius: 8px;
  padding: 0;
  height: 46px;
  width: 46px;
  text-align: center;
}
.product-addfields .variant-flex .btn.add-variant-btn img {
  width: 18px;
  margin-top: -5px;
}
.product-addfields .variant-flex .btn.delete-variant-btn {
  background: #FFE6E6;
  border-radius: 8px;
  padding: 0;
  height: 46px;
  width: 46px;
  text-align: center;
}
.product-addfields .variant-flex .btn.delete-variant-btn img {
  width: 24px;
  margin-top: -5px;
}
.active-inactive-status {
  padding-right: 15px;
}
.breadcrumb-flex.breadcrumb-flex-status .cs-breadcrumb-inner {
  flex: unset;
}
.active-inactive-status .radio-group-flex .radio-button__custom-indicator::after {
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
}
.active-inactive-status .radio-group-flex .radio-button__custom-indicator::before {
  content: '';
  border: 2px solid #fff;
  height: 6px;
  width: 13px;
  z-index: 2;
  position: absolute;
  transform: rotate(125deg);
  top: 3px;
  left: 2px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.active-inactive-status .radio-group-flex .radio-button__label-wrapper {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2D9CDB;
}
.product-addfields p.plabel{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464255;
}
.product-radio-labels .radio-group-flex {
  display: block;
  margin-bottom: 0px;
}
.product-radio-labels .radio-group-flex .radio-button__label-wrapper {
  border-radius: 0;
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  top: 0px;
  color: #464255;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  display: inline-block;
  font-family: 'Barlow';
  font-weight: 400;
  min-width: auto;
  margin-right: 20px;
  font-weight: 400;
}
.product-radio-labels .radio-group-flex .radio-button__input{
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.product-radio-labels .radio-group-flex .radio-button__custom-indicator{
  background-color: white;
  border: 1px solid #231F20;
  border-radius: 50%;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  transform: translateY(-50%);
}
.product-radio-labels .radio-group-flex .radio-button__custom-indicator::after {
  content: "";
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 2px;
  top: 2px;
  background-color: #198972;
  position: absolute;
  display: none;
}
.product-radio-labels .radio-group-flex .radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.product-radio-labels {
  display: flex;
  align-items: center;
}
.product-formflex.radio-product-formflex label.radio-titles{
  align-self: center;
}
.pvr-variant-label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #464255;
  min-width: 150px;
}
.product-variant-radio {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pvr-inner {
  display: flex;
  margin-left: 15px;
}
.product-formflex label.custom-file-label {
  left: 0px;
  margin: 0 !important;
  height: 46px;
  text-align: left;
  line-height: 28px;
  cursor: pointer;
}
.product-formflex .images-viewbar {
  margin: 15px 0;
}
.product-formflex .custom-file {
  height: 46px;
}
.product-formflex label.custom-file-label::after {
  height: 44px;
  line-height: 28px;
}
.images-viewbar-inner img {
  width: 80px;
  margin: 0 2px;
}
.images-viewbar-inner{
  display: flex;
  flex-wrap: wrap;
}
.vr-yes-data{
  display: none;
}
.vr-yes-data.show{
  display: block;
}
.sidebar-collapse .left-side-bar .left-side ul li.sidebar-titles {
  font-size: 8px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
  margin-right: 0;
  width: 100%;
  border-radius: 0;
}
.sidebar-mini.sidebar-collapse .main-sidebar .left-side ul li a span.pull-right-container,
.sidebar-mini.sidebar-collapse .main-sidebar .left-side ul li:hover a span.pull-right-container{
  display: none !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar .left-side ul li a span {
  background: #00B074 !important;
  color: #fff;
  height: 48px;
}
.sidebar-mini.sidebar-collapse .main-sidebar .left-side ul li .treeview-menu li a{
  padding-left: 20px;
  text-align: left;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a.treeview-link {
  height: 48px;
}
.sidebar-mini.sidebar-collapse .main-sidebar .left-side ul li .treeview-menu{
  top: 48px !important;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {
  margin-left: 0;
}
.hmr-dropdowns .hmr-notif a.hmr-notiflink {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #A8A9AA;
}
.hmr-dropdowns .hmr-notif a.hmr-notiflink:last-child {
  border-bottom: 1px solid transparent;
}
.hmr-dropdowns .hmr-notif a.hmr-notiflink img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.hmr-notif-data p {
  color: #A8A9AA;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
.hmr-notif-data h4 {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.hmr-dropdowns {
  position: absolute;
  width: 300px;
  background: #fff;
  right: 0;
  padding: 15px;
  border-radius: 0 0 8px 8px;
  display: none;
  min-height: 150px;
}
.header-menu-flex .hmr-inner ul li:hover .hmr-dropdowns {
  display: block;
}
.dc-settle-nowbtn {
  background: #00B074;
  border-radius: 12px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  height: 56px;
  min-width: 199px;
  padding: 10px;
  position: relative;
  padding-left: 50px;
  text-align: left;
}
a.dc-settle-nowbtn{
  display: inline-block;
}
.dc-settle-nowbtn img {
  width: 24px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.data_tables_leftbar.dtl-flex {
  display: flex;
  align-items: center;
}
.dtl_data.dd_two h3 {
  font-size: 24px;
  font-weight: 500;
}
.dtl_data.dd_two p {
  font-size: 18px;
  font-weight: 500;
}
.dtl_data.dd_two {
  margin-left: 50px;
}
.return-order-sattlement .dc-settle-nowbtn {
  padding: 10px;
  text-align: center;
}
.refund-btn-settlement {
  background: rgba(0, 179, 131, 0.15);
  border-radius: 10px;
  border: none;
  text-align: center;
  padding: 10px 15px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #00B383;
  cursor: pointer;
}
.dc-details-box {
  margin: 30px 0;
  max-width: 60%;
}
.dc-box-innerflex {
  background: #FDFDFD;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.dc-box-innerflex-image {
  height: 220px;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C4C4C4;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 15px;
}
.dc-box-innerflex-image img {
  height: auto;
  width: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.dc-box-innerflex-data {
  flex: 1;
}
.dc-box-innerflex-data h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #464255;
  margin-bottom: 10px;
}
.dc-box-innerflex-data h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #00B074;
  margin: 10px 0;
}
.dc-box-innerflex-data p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #A3A3A3;
}
.dc-tel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.dc-tel-flex a {
  display: inline-flex;
  align-items: center;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
  margin-right: 15px;
}
.dc-tel-flex a img {
  width: 28px;
  margin-right: 10px;
}
.dc-release-nowbtn {
  background: cadetblue;
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  padding: 8px 15px;
  border: none;
  line-height: 16px;
  height: 40px;
  font-weight: 500;
  cursor: pointer;
}
.dc-hold-nowbtn {
  background: #FF6D4D;
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  padding: 8px 15px;
  border: none;
  line-height: 16px;
  height: 40px;
  font-weight: 500;
  cursor: pointer;
}
.doc-settlement-modal.fm-common-modal .fm-common-header h3 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
}
.doc-settlement-modal.fm-common-modal .fm-common-header{
  padding: 15px;
}
.doc-settlement-modal.fm-common-modal .fm-common-header {
  justify-content: center;
}
.doc-settlement-modal.fm-common-modal .fm-common-data p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #464255;
}
.settlemet-count h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  color: #464255;
}
.settlemet-count {
  display: flex;
}
.settlemet-count {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.filter-period-pop {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 12px;
  padding: 12px;
  display: inline-flex;
  min-width: 245px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  border: 1px solid #2D9CDB;
}
.filter-period-pop-icon {
  margin-right: 15px;
}
.filter-period-pop-icon span {
  background: rgba(219, 108, 45, 0.15);
  border-radius: 15px;
  display: inline-block;
  padding: 9px;
  height: 48px;
  width: 48px;
  text-align: center;
}
.filter-period-pop-icon span img {
  height: 30px;
}
.filter-period-pop-dates {
  flex: 1;
}
.filter-period-pop-dates h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #B9BBBD;
}
.filter-period-pop-dates h5 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #464255;
}
.settlemet-counting h3.sett-table-title {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #464255;
  display: inline-block;
  margin-right: 15px;
}
.settlemet-counting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.sett-tables-pop .table th {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #3E4954;
}
.sett-tables-pop .table td {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3E4954;
}
.sett-tables-pop .table th, .sett-tables-pop .table td, .sett-tables-pop .table{
  border-collapse: collapse;
  border: none;
}
.stt-confirm-btns .btn {
  background: #FF6F42;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  padding: 13px 20px 15px 20px;
  font-weight: 500;
  margin: auto;
}
.stt-confirm-btns{
  text-align: center;
  margin-top: 15px;
}
.paytype-online {
  color: #198972;
  font-size: 13px;
  background: rgba(25, 137, 114, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px;
}
.paytype-cancelled{
  color: #FF5B5B;
  font-size: 13px;
  background: rgba(255, 91, 91, 0.15);
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px;
}
.tid-flex {
  justify-content: space-between;
  display: flex;
}
.paytype-patial-return {
  color: #F7C604;
  font-size: 13px;
  background: rgba(247, 198, 4, 0.15);
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px;
}
.settlemet-count.sc-flex {
  justify-content: space-between;
}
.doc-settlement-modal.fm-common-modal .fm-common-data .settlemet-count-fourflex p{
  font-weight: 400;
}
.doc-settlement-modal.fm-common-modal .fm-common-data .settlemet-count-fourflex p:first-child {
  margin-right: 15px;
}
.doc-settlement-modal.fm-common-modal .fm-common-data .settlemet-count-fourflex p:nth-child(2) {
  flex: 1;
  text-align: right;
  font-weight: 500;
}
.settlemet-count-fourflex {
  display: flex;
  flex-wrap: nowrap;
}
.pol-actions-btns.rods-btns .pol-pres.btn {
  background: #00B074;
  border: 1px solid #00B074;
}
.customer-profile-img{
  width: 54px;
  height: 54px;
}
.common-active-tag {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #198972;
  background: rgba(25, 137, 114, 0.1);
  border-radius: 10px;
  display: inline-block;
  padding: 10px 15px;
}
.common-inactive-tag {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #FF6D4D;
  background: rgba(255, 109, 77, 0.1);
  border-radius: 10px;
  display: inline-block;
  padding: 10px 15px;
}
.data_tables_rightbar.dtr-row-flex.csd-filrters .dc-settle-nowbtn {
  margin-right: 15px;
  font-weight: 500;
  padding: 10px 15px 10px 45px;
}
.csd-flex-settlebtn .dc-settle-nowbtn {
  background: #FF5B5B;
  font-weight: 500;
  padding-right: 20px;
  margin-left: 15px;
}
.data_tables_leftbar.dtl-flex.csd-dtlflex {
  justify-content: space-between;
  width: 100%;
}
.fm-tables-data .table td .cus-order-status-cash {
  font-size: 15px;
  display: inline-block;
  color: #2D9CDB;
  background: transparent;
  min-width: 100px;
  text-align: center;
  border-radius: 10px;
  padding: 9px 5px;
  background: rgba(45, 156, 219, 0.1);
}
.fm-tables-data .table td .cus-order-status-online {
  font-size: 15px;
  display: inline-block;
  color: #198972;
  background: transparent;
  min-width: 100px;
  text-align: center;
  border-radius: 10px;
  padding: 9px 5px;
  background: rgba(25, 137, 114, 0.1);
}
.crd-flexfooter {
  background: #198972;
  border-radius: 0px 0px 16px 16px;
  padding: 15px;
  text-align: center;
  flex: 0 0 100%;
  align-self: end;
}
.customer-report-datainner p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}
.customer-report-datainner h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #FFFFFF;
}
.crd-flexdataleft h5, .crd-flexdataright h5 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.crd-flexdata {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
}
.crd-flexfooter p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
}
.crd-flexfooter h5 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.customer-report-data {
  background: #00B074;
  border-radius: 16px;
  padding: 0;
  margin-left: 15px;
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dc-details-box.w-100.customer-dataflex {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dc-details-box.w-100.customer-dataflex .dc-box-inner {
  flex: 1;
}
.customer-dataflex .dc-box-innerflex, .customer-report-data {
  min-height: 250px;
}
.customer-report-datainner {
  padding: 15px;
  flex: 0 0 100%;
}
.dhistory-top-btn {
  border-radius: 12px;
  font-family: 'Barlow';
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  height: 56px;
  min-width: 199px;
  padding: 10px;
  position: relative;
  padding-left: 50px;
  text-align: left;
  background: #00B074;
  font-weight: 500;
  padding-right: 20px;
  margin-left: 15px;
  border-radius: 12px;
}
.dhistory-top-btn img {
  width: 24px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.fm-tables-data .table td .cash-payment-tag {
  font-size: 15px;
  display: inline-block;
  color: #FF6D4D;
  background: transparent;
  min-width: 100px;
  text-align: center;
  border-radius: 10px;
  padding: 9px 5px;
  background: rgba(255, 109, 77, 0.15);
}
.fm-tables-data .table td .online-payment-tag {
  font-size: 15px;
  display: inline-block;
  color: #2D9CDB;
  background: transparent;
  min-width: 100px;
  text-align: center;
  border-radius: 10px;
  padding: 9px 5px;
  background: rgba(45, 156, 219, 0.1);
}
.rider-select-fileds {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 50px 30px;
  margin: 30px 0;
}
.rider-select-filedsinner {
  display: flex;
  flex-wrap: wrap;
}
.rider-select-filedsinner label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #464255;
  align-self: center;
}
.rider-select-filedsinner select.form-control {
  flex: 1;
  margin-left: 20px;
  max-width: 480px;
  background: #FDFDFD;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A3A3A3;
}
.rider-select-filedsinner select.form-control:focus,.rider-select-filedsinner select.form-control:hover, .rider-select-filedsinner select.form-control.active,
.rider-select-filedsinner select.form-control:acvtive{
  outline: none;
  border: 1px solid #EBEBEB !important;
}
.cashdeposite-viewmodel.fm-common-modal .fm-common-header h3 {
  color: #fff;
  text-align: center;
  display: block;
}
.cashdeposite-viewmodel.fm-common-modal .fm-common-header {
  justify-content: center;
}
.tid-flex p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #464255;
}
.tid-flex h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #464255;
}
.tid-flex.cashdeposite-tidflex {
  display: block;
  text-align: center;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 15px;
}
.cashdeposite-viewmodel .filter-period-pop-icon span {
  padding: 0;
  background: transparent;
}
.cashdeposite-viewmodel .filter-period-pop-icon span img{
  width: 48px;
  height: 48px;
}
.cashdeposite-model-data .cmd-dataleft img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.cmd-dataleftflex h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #3E4954;
}
.cmd-dataleft {
  display: flex;
  align-items: center;
}
.cmd-dataleftflex p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #969BA0;
}
.cashdeposite-model-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.view-cashdeposite-dataicon {
  background: rgba(45, 156, 219, 0.1);
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  color: #2D9CDB;
  cursor: pointer;
}
.product-tablethumb {
  width: 70px;
  max-height: 70px;
}
.main-edit-link.cm-action-btn {
  color: #00B074;
}
.main-view-link.cm-action-btn {
  color: deepskyblue;
}
.main-delete-link.cm-action-btn {
  color: #f00;
}
.cm-tables-actionbtns .btn {
  padding: 0;
  background: none;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pro-tagfields .select2-container--default .select2-search--inline .select2-search__field{
  font-size: 14px;
}
.cm-tables-actionbtns {
  display: flex;
  flex-wrap: nowrap;
}
.salt-composition-fieldsinner, .salt-composition-fields {
  width: 100%;
}
.salt-composition-addbtn .btn {
  background: #00B074;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 15px;
  font-weight: 500;
  margin: auto;
  min-width: 80px;
}
.salt-composition-addbtn {
  margin: 6px 0;
  text-align: right;
}
.salt-title.font-weight-bold {
  margin-bottom: 24px;
  display: block;
  text-align: left;
}
.salt-composition-deletebtn .btn {
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 15px;
  font-weight: 500;
  margin: auto;
  min-width: 80px;
}
.salt-composition-deletebtn {
  margin: 6px 0;
  text-align: right;
}
.single-medicineinput-file .fetaure-addproduct-link {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.single-medicineinput-file .fetaure-addproduct-link input {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  display: none;
}
.cashdeposite-pending-img {
  text-align: center;
  margin: 24px 0;
}
.cashdeposite-pending-img img {
  width: 130px;
  margin: auto;
}
.cashdepositeconfirm-viewmodel .tid-flex.cashdeposite-tidflex h3 {
  font-size: 30px;
  line-height: 36px;
}
.cashdepositeconfirm-viewmodel .tid-flex.cashdeposite-tidflex p {
  font-size: 30px;
  line-height: 36px;
  color: #198972
}
.cashdepositeconfirm-viewmodel .tid-flex.cashdeposite-tidflex{
  border: none;
}
.cashdepositeconfirm-viewmodel .stt-confirm-btns .btn, .cashdepositesuccess-viewmodel .stt-confirm-btns .btn{
  min-width: 150px;
}
.cashdepositeconfirm-viewmodel.fm-common-modal .fm-common-header, .cashdepositesuccess-viewmodel.fm-common-modal .fm-common-header {
  justify-content: center;
}
.cashdepositeconfirm-viewmodel.fm-common-modal .fm-common-header h3, .cashdepositesuccess-viewmodel.fm-common-modal .fm-common-header h3 {
  color: #fff;
  text-align: center;
  display: block;
}
.cashdepositesuccess-viewmodel.fm-common-modal .tid-flex.cashdeposite-tidflex h3 {
  color: #00B074;
}
.cashdepositesuccess-viewmodel.fm-common-modal .tid-flex.cashdeposite-tidflex{
  border: none;
}
.product-addfields .variant-flex .btn.delete-saltcomp-btn {
  background: #FFE6E6;
  border-radius: 8px;
  padding: 0;
  height: 46px;
  width: 46px;
  text-align: center;
}
.product-addfields .variant-flex .btn.delete-saltcomp-btn img {
  width: 24px;
  margin-top: -5px;
}
.product-addfields .variant-flex .btn.add-saltcomp-btn {
  background: #198972;
  border-radius: 8px;
  padding: 0;
  height: 46px;
  width: 46px;
  text-align: center;
}
.product-addfields .variant-flex .btn.add-saltcomp-btn img {
  width: 18px;
  margin-top: -5px;
}
.callbyorder-header h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.callbyorder-header {
  background: #00B074;
  box-shadow: 0px 12px 23px rgba(62, 73, 84, 0.04);
  border-radius: 16px 16px 0px 0px;
  padding: 15px 25px;
}
.callbyorder-body {
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  padding: 15px;
}
.callbyorder-form-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0;
}
.callbyorder-form-input input.form-control, .callbyorder-form-input select.form-control {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  height: 46px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464255;
}
.callbyorder-form-input {
  flex: 1;
}
.callbyorder-form-flex label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464255;
  align-self: baseline;
  min-width: 170px;
  text-align: right;
  margin-right: 15px;
  margin-top: 10px;
}
.callbyorder-form-table .table, .callbyorder-form-table .table th, .callbyorder-form-table .table td {
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.callbyorder-form-table .table th{
  background: #F9FBFD;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #687C97;
}
.callbyorder-form-table .table td{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464255;
}
.callbyorder-form-table .table td input.form-control {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464255;
  height: 36px;
}
.callbyorder-form-tableinner h3 {
  margin-bottom: 0;
  padding: 10px 15px;
}
.callbyorder-form-table {
  padding: 0 15px;
  margin-top: 30px;
}
.callbyorder-form-tableinner{
  border: 1px solid #e5e5e5;
}
.callbyorder-form-table .table {
  margin: 0;
}
.btn.common-delete-actionbtn {
  background: #FFE6E6;
  border-radius: 8px;
  padding: 0;
  height: 46px;
  width: 46px;
  text-align: center;
}
.btn.common-delete-actionbtn img {
  width: 24px;
  margin-top: -5px;
}
.btn.common-add-actionbtn {
  background: #198972;
  border-radius: 8px;
  padding: 0;
  height: 46px;
  width: 46px;
  text-align: center;
}
.btn.common-add-actionbtn img {
  width: 18px;
  margin-top: -5px;
}
.callbyorder-form-tableinner .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  height: 36px;
}
.callbyorder-form-tableinner .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.orderbycall-checkmark .radio-button__custom-indicator {
  background-color: white;
  border: 1px solid #231F20;
  border-radius: 2px;
  height: 18px;
  position: relative;
  width: 18px;
}
.orderbycall-checkmark .radio-button__custom-indicator::before {
    content: '';
    border: 2px solid #fff;
    height: 6px;
    width: 13px;
    z-index: 2;
    position: absolute;
    transform: rotate(125deg);
    top: 3px;
    left: 2px;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.orderbycall-checkmark .radio-button__custom-indicator::after {
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
  content: "";
  border-radius: 0;
  background-color: #198972;
  position: absolute;
  display: none;
}
.orderbycall-checkmark .radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.orderbycall-checkmark .radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.orderbycall-checkmark{
  text-align: center;
}
.radio-button__label-wrapper {
  cursor: pointer;
  margin: auto;
}
.form-control.mrp-tableinput, .form-control.price-tableinput, .form-control.qty-tableinput {
  min-width: 100px;
}
.callbyorder-form-tableinner .select2.select2-container.select2-container--default, input.itemname-tableinput {
  min-width: 360px !important;
}
.oc-customer-number {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FF6F42;
  margin-left: 15px;
  padding: 8px 0;
}
.pres-radio-check .radio-group-flex {
  display: block;
  margin-bottom: 0px;
}
.pres-radio-check {
  display: flex;
  align-items: center;
}
.pres-radio-check .radio-group-flex .radio-button__label-wrapper {
  border-radius: 0;
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  top: 0px;
  color: #464255;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  display: inline-block;
  font-family: 'Barlow';
  font-weight: 400;
  min-width: auto;
  margin-right: 20px;
  font-weight: 400;
}
.pres-radio-check .radio-group-flex .radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.pres-radio-check .radio-group-flex .radio-button__custom-indicator {
  background-color: white;
  border: 1px solid #231F20;
  border-radius: 50%;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  transform: translateY(-50%);
}
.pres-radio-check .radio-group-flex .radio-button__custom-indicator::after {
  content: "";
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 2px;
  top: 2px;
  background-color: #198972;
  position: absolute;
  display: none;
}
.pres-radio-check .radio-group-flex .radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.callbyorder-prescription-fields label.cop-up-label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.callbyorder-prescription-fields {
  margin: 30px 15px;
}
.cop-pres-uploadfields a.kl-img-upload-link {
  background: =;
  background: #21C0AC;
  border-radius: 12px;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
}
.cop-pres-uploadfields .kl-image-upload fieldset {
  width: 100%;
  margin: 0;
  text-align: left;
  margin-bottom: 15px;
}
.cop-create-orderbtn {
  background: #FF6F42;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  min-width: 150px;
  padding: 10px 15px 12px 15px;
  font-weight: 500;
}
.action-columnbtns-fields .action-columnbtns {
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
  background: none;
}
.action-columnbtns-fields .btn.action-columnbtns:focus,
.action-columnbtns-fields .btn.action-columnbtns:hover,
.action-columnbtns-fields .btn.action-columnbtns:active,
.action-columnbtns-fields .btn.action-columnbtns.active{
  background: none;
  box-shadow: none;
  outline: none;
}
.action-columnbtns-fields .action-columnbtns img {
  width: 24px;
}
.action-columnbtns-fieldsinner {
  position: relative;
  width: 40px;
  height: 40px;
}
.action-columnbtns-dropdown {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 130px;
  position: absolute;
  right: 100%;
  bottom: 0;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.04);
  display: none;
  z-index: 99;
}
.action-columnbtns-dropdown.show{
  display: block;
}
.action-columnbtns-dropdown ul {
  padding: 8px;
  position: relative;
  border-right: 1px solid #00B074;
  border-radius: 8px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
.action-columnbtns-dropdown ul::-webkit-scrollbar {
	width: 4px;
  }

  /* Track */
  .action-columnbtns-dropdown ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
  }

  /* Handle */
  .action-columnbtns-dropdown ul::-webkit-scrollbar-thumb {
	background: #00B074;
	border-radius: 10px;
  }

  /* Handle on hover */
  .action-columnbtns-dropdown ul::-webkit-scrollbar-thumb:hover {
	background: #00B074;
  }

.action-columnbtns-dropdown ul::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: 10px;
  right: -10px;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #00B074;
}
.action-columnbtns-dropdown ul li{
  list-style: none !important;
}
.action-columnbtns-dropdown ul li a {
  display: block;
  color: #3E4954;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 16px;
}
.action-columnbtns-dropdown ul li a:hover{
  color: #00B074;
}

.common-select2-fields .select2-selection.select2-selection--single {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3E4954 !important;
  background: #fff !important;
  border-radius: 12px;
  padding-right: 30px;
  position: relative;
  min-height: 56px;
  min-width: 190px;
  text-align: left;
  border: 1px solid #fff;
  height: 56px;
  padding-left: 40px;
}
.common-select2-fields.csf-sort .select2-selection.select2-selection--single::before {
  content: '';
  position: absolute;
  background: url(../images/green-pencil.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  left: 15px;
  top: 17px;
}
.common-select2-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 48px;
  padding-right: 0;
}
.common-select2-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
  position: absolute;
  top: 16px;
  right: 3px;
  width: 24px;
  background: url(../images/gray-angle-down.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.common-select2-fields .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.common-select2-fields {
  min-width: 190px;
  width: 190px;
}
.common-select2-fields.csf-day-sort .select2-selection.select2-selection--single::before {
  content: '';
  position: absolute;
  background: url(../images/green-calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  left: 15px;
  top: 17px;
}
.common-select2-fields.csf-orderstatus-sort .select2-selection.select2-selection--single::before {
  content: '';
  position: absolute;
  background: url(../images/white-cube.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  left: 15px;
  top: 17px;
}
.common-select2-fields.csf-orderstatus-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 48px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}
.common-select2-fields.csf-orderstatus-sort .select2-selection.select2-selection--single{
  background: #00B074 !important;
  min-height: 58px;
}
.common-select2-fields.csf-orderstatus-sort {
  min-width: 234px;
  width: 234px;
}
.item.callbyorder-pres-dataimg {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  overflow: hidden;
}
.item.callbyorder-pres-dataimg img{
  width: 88px;
  height: 88px;
}
.callbyorder-pres-data {
  margin: 15px 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.callbyorder-pres-data .owl-carousel .owl-nav button {
  height: 30px;
  font-size: 30px;
line-height: 30px;
  width: 30px;
}
.callbyorder-pres-data .owl-carousel .owl-nav button:hover,
.callbyorder-pres-data .owl-carousel .owl-nav button:focus{
  outline: none;
  box-shadow: none;
  border: none;
}
.callbyorder-pres-data .owl-carousel .owl-nav button span {
  color: #2BC155;
  line-height: 24px;
height: 30px;
display: block;
}
.callbyorder-pres-data .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}
.callbyorder-invoice-actions{
  display: flex;
  flex-wrap: nowrap;
}
.callbyorder-invoice-actions .btn, .callbyorder-invoice-actions .btn img{
  height: 48px;
  width: 48px;
}
.callbyorder-invoice-actions .btn{
  padding: 0;
  background: none;
  margin: 0 5px;
}
.callbyorder-pres-table table, .callbyorder-pres-table table tr th, .callbyorder-pres-table table tr td{
  border-collapse: collapse;
  border: none;
}
.callbyorder-pres-table table tr th{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
}
.callbyorder-pres-table table tr td{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
}
.callbyorder-pres-table {
  border: 1px solid #D0D6DE;
  border-radius: 12px;
  margin-top: 30px;
}
.callbyorder-pres-table table{
  margin: 0;
}
.ph-order-controls.callbyorder-pres-ordercontrol {
  margin-top: 30px;
}
.cpv-greenbox {
  background: #F2F5F3;
  border: 4px solid #00B074;
  border-radius: 12px;
  height: 316px;
  margin-bottom: 30px;
  padding: 15px;
}
.cpv-right {
  width: 330px;
  margin-left: 30px;
}
.cpv-greenbox h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #464255;
  margin-bottom: 15px;
}
.cpv-greenbox.cpv-comment {
  margin-bottom: 0;
}
.cpv-greenbox textarea.form-control {
  background: #F2F5F3;
  border: none;
  min-height: 200px !important;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #22292E;
  resize: none;
}
.cpv-greenbox textarea.form-control::placeholder{
  color: #B9BBBD;
}
.cpv-left {
  flex: 1;
  height: 662px;
  position: relative;
  border: 1px solid #e5e5e5;
border-radius: 20px;
overflow: hidden;
}
.cpv-left.full_show {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
  padding: 15px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.cpv-viewflex {
  display: flex;
  flex-wrap: wrap;
}
.cpv-left img {
  height: 100%;
  width: 100%;
}
.callbyorder-pres-view {
  margin-top: 30px;
}
.btn.pres-fullview-btn{
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
  height: 50px;
  width: 50px;
  background: none;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.btn.pres-fullview-btn img{
  height: 100%;
  width: 100%;
}
.cpv-type {
  width: 100%;
  margin-top: 30px;
}
.cpv-typeinner {
  border: 2px solid #198972;
  border-radius: 10px;
  min-width: 320px;
  min-height: 100px;
  display: inline-block;
  text-align: center;
  padding: 22px 10px;
}
.cpv-typeinner p{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #464255;
}
.cpv-typeinner h5{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #198972;
}
.ph-order-controls a.tco-link-btn {
  background: #198972;
}
.ph-order-controls.callbyorder-pres-ordercontrol.cpo-flex {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.presupload-request-modal .transfer-status_btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.fm-common-modal.prescreate-order-modal .fm-common-modalinner {
  width: 1200px;
  max-width: 1400px;
}
.presupload-cancelorder-modal .transfer-status_btns {
  margin-top: 30px;
}
.cpv-left.full_show img {
  height: auto;
  width: auto;
  margin: auto;
}
.cpv-left.full_show {
  text-align: center;
}
.cpv-left.full_show #pres_fullview_btn{
  display: none;
}
.cpv-left #pres_closeview_btn{
  display: none;
}
.cpv-left.full_show #pres_closeview_btn{
  display: block;
}
.btn.pres-closeview-btn {
  right: 15px;
  left: unset;
  top: 15px;
  bottom: unset;
  width: 40px;
  height: 40px;
}
body.body-overflow {
  overflow-y: hidden;
}
.callbyorder-pres-dataimg img{
  cursor: pointer;
}
.ph-order-controls.callbyorder-pres-ordercontrol.cpo-flex a {
  margin: 3px;
}
.edit-presorder-modal .pres-modalinner.fm-common-modalinner {
  width: 1000px;
  max-width: 1000px;
}
.fm-common-modal.pharmacist-edit-orderpop .fm-common-modalinner {
  max-width: 1450px;
}
.pharmacist-edit-orderpop .p-order-list-footer {
  min-width: 150px;
  width: auto;
}
.deposite-history-btns.add-riders-btn .btn.dhistory-top-btn {
  background: #E71D96;
  text-align: center;
}
.riders-table .fm-tables-data .table thead tr th {
  background: #FF6F42;
}
.rrc-box {
  background: #FDFDFD;
  border-radius: 24px;
  padding: 20px;
  position: relative;
  min-height: 100%;
}
.rrc-box-innertitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rrc-box-headerleft {
  margin-right: 15px;
  flex: 1;
}
.rrc-box-headerleft p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #A3A3A3;
}
.rrc-box-headerleft h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #464255;
}
.rrc-box-headerright .nav-tabs {
  border-bottom: none;
  background: #F3F2F7;
  border-radius: 24px;
  padding: 5px;
  /* width: 304px; */
}
.rrc-box-headerright {
  align-self: center;
}
.rrc-box-headerright .nav-tabs li a {
  display: inline-block;
  background: transparent;
  border-radius: 30px;
  text-align: center;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #5E6C93 !important;
  width: 94px;
  padding: 5px 5px !important;
  margin: 0 2px;
  border: 1px solid transparent;
}
.rrc-box-headerright .nav-tabs li{
  margin: 0;
}
.rrc-box-headerright .nav-tabs li a.active,
.rrc-box-headerright .nav-tabs li.show a{
  border: 1px solid transparent;
  background: #fff;
}
.rrc-box-data-flexleft h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #464255;
}
.rrc-box-data-flexleft p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #A3A3A3;
}
.rrc-box-data-flexleft p span{
  font-weight: 400;
  display: inline-block;
}
.rrc-box-data-flexrightflex h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #464255;
}
.rrc-box-data-flexrightflex button.btn.rrc-boxdata-btn {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  position: relative;
  background: no-repeat;
}
.rrc-box-data-flexrightflex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.rrc-box-data-detailsflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.rrc-box-data-flexleft {
  margin-right: 15px;
}
.rrc-box-data {
  margin-top: 20px;
}
.rrc-box-data-dropbtn{
  margin-left: 20px;
  position: relative;
}
/*doctor reg*/
.dc-comm-forms .signup-headertop {
  background: #00B074;
  padding: 20px;
  border-radius: 5px 5px 0 0;
  margin-top: 8px;
}
.dc-comm-forms .signup-detail-title h2 {
  color: #fff;
  margin: 0;
  font-family: 'Barlow';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 25px;
}
.dc-comm-forms .signup-box {
  background: #fff;
  padding: 30px 15px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 6px 0 rgb(168 172 199 / 16%);
}
.dc-comm-forms .horizontal-line {
  background: #bfc9d4;
  height: 2px;
  width: 83%;
  position: absolute;
  top: 25px;
  margin: auto;
  left: 0;
  right: 0;
}
.dc-comm-forms .signup-box span.tabs-count {
  height: 49px;
  width: 49px;
  display: block;
  border: 2px solid #00b074;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #00b074;
  line-height: 44px;
  margin: auto auto 10px auto;
  background: #fff;
  font-weight: 600;
}
.dc-comm-forms .signup-tabs p.tabs-desc {
  color: #A3A3A3;
margin: auto;
text-align: center;
font-family: 'Barlow';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 25px;
}
.dc-comm-forms .signup-tabs p.tabs-desc.active{
  color: #00b074;
}
.dc-comm-forms .signup-box span.tabs-count.active {
  background: #00b074;
  color: #fff;
}
.dc-comm-forms .common-forms {
  margin: 50px 0;
  padding: 0px;
}
.dc-comm-forms .common-forms form .form-group label {
  font-family: 'Barlow';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 25px;
color: #A3A3A3;
margin-bottom: 10px;
}
.dc-comm-forms .common-forms form .form-group label sup {
  color: #ff0000;
}
.dc-comm-forms .input-flex {
  display: flex;
}
.dc-comm-forms .cs-input-fields {
  flex: 1;
}
.dc-comm-forms .file-upload-wrapper {
  position: relative;
width: 100%;
height: 50px;
border: 1px solid #B9BBBD;
overflow: hidden;
white-space: nowrap;
border-radius: 12px;
}
.dc-comm-forms .file-upload-wrapper::before {
  content: "Browse";
position: absolute;
top: 0;
left: 0;
display: inline-block;
height: 50px;
background: #D0D6DE;
color: #464255;
font-weight: 500;
z-index: 25;
font-size: 16px;
line-height: 49px;
padding: 0 12px;
text-transform: capitalize;
pointer-events: none;
border-radius: 0;
width: 120px;
text-align: center;
}
.dc-comm-forms .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.dc-comm-forms .cs-file-input [type="file"] {
  position: relative;
  width: 100%;
}
.dc-comm-forms .file-upload-wrapper::after {
  content: attr(data-text);
font-size: 18px;
position: absolute;
top: 0;
right: 15px;
background: #fff;
padding: 10px 15px;
display: block;
width: calc(100% - 135px);
pointer-events: none;
z-index: 20;
height: 48px;
line-height: 30px;
color: #D0D6DE;
border-radius: 5px 10px 10px 5px;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
}
.dc-comm-forms span.cs-error {
  color: #d16e6c;
  margin-top: 5px;
  display: block;
}
.dc-comm-forms .upload-img {
  width: 110px;
  height: 110px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 15px;
}
.dc-comm-forms .upload-img img {
  height: 100%;
  width: 100%;
}
.dc-comm-forms .radio-group-flex {
  display: flex;
}
.dc-comm-forms .radio-group-flex .radio-button {
  margin-right: 20px;
}
.dc-comm-forms .radio-group-flex .radio-button__label-wrapper {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding-left: 30px;
  position: relative;
  top: 5px;
  margin: 0!important;
}
.dc-comm-forms .radio-group-flex .radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.dc-comm-forms .radio-group-flex .radio-button__custom-indicator {
  background-color: white;
  border: 2px solid #00b074;
  border-radius: 50%;
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}
.dc-comm-forms .radio-group-flex .radio-button__custom-indicator::after {
  background-color: #00b074;
  border-radius: 50%;
  content: "";
  display: none;
  height: 10px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 10px;
}
.dc-comm-forms .radio-group-flex .radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.dc-comm-forms .common-forms form .form-group .form-control {
  height: 50px;
color: #000;
background: #FFFFFF;
border: 1px solid #B9BBBD;
border-radius: 12px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.dc-comm-forms .common-forms form .form-group .form-control:hover, .dc-comm-forms .common-forms form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.dc-comm-forms .common-forms form .form-group .form-control::placeholder{
    color: #D0D6DE;
}
.dc-comm-forms .common-forms form .form-group textarea.form-control {
  min-height: 150px;
  height: auto;
}
.dc-comm-forms .select2-container--default .select2-selection--single,
.dc-comm-forms .select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: solid 1px #cbcccd;
  border-radius: 12px;
  height: 50px;
}
.dc-comm-forms .select2-container--default .select2-selection--multiple{
  min-height: 50px;
  height: auto;
}
.dc-comm-forms .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
line-height: 42px;
padding-left: 0;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
}
.dc-comm-forms .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #D0D6DE;
}
.dc-comm-forms .signup-submit button.btn {
  width: 290px;
  color: #fff;
  height: 50px;
letter-spacing: normal;
background: #198972;
border: 1px solid #198972;
border-radius: 12px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
}
.dc-mdt-20{
  margin-top: 20px;
}
.dc-comm-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 20px;
}
.dc-comm-forms .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
  font-size: 14px;
  color: #000;
  line-height: 16px;
  margin-bottom: 2px;
  display: inline-block;
  font-weight: 500;
}
.dc-comm-forms .select2-selection.select2-selection--multiple {
  padding: 6px 10px;
}
.dc-comm-forms .select2-container{
  width: 100% !important;
}
.dc-comm-forms .signup-submit button.btn.dc-steps-prevbtn {
  color: #a3a3a3;
  background: #fff;
  border-color: #a3a3a3;
  margin-right: 10px;
}
.form-group.dc-sc-btngroup .btn {
  background: #2D9CDB;
  border-radius: 12px;
  width: 140px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 5px;
}
.form-group.dc-sc-btngroup .btn.dc-sc-calcel{
  color: #464255;
  border-color: #464255;
  background: #fff;
}
.dc-education-table h3.dc-tabtitle-h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
  margin-bottom: 20px;
}
.dc-education-table table tr th {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.dc-education-table table tr td {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #3E4954;
  }
  .dc-education-table table, .dc-education-table table th, .dc-education-table table td{
    border-collapse: collapse;
    border: 1px solid #E9ECFF;
  }
  .dc-comtables-actions .btn {
  padding: 0;
  width: 24px;
  height: 24px;
  background: none;
  overflow: hidden;
}
.dc-education-table {
  margin: 30px 0;
}
.dc-status-active {
  color: #00B074;
  font-weight: 600;
}
.dc-comtables-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  min-width: 100px;
}
  .dc-comtables-actions .btn.dc-action-edit {
  margin-right: 10px;
}
.identity-title h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
  margin-bottom: 30px;
  margin-top: 30px;
}
.dc-comm-forms .radio-checkmark .radio-group-flex .radio-button__custom-indicator,
.dc-comm-forms .radio-checkmark .radio-group-flex .radio-button__custom-indicator::after {
  border-radius: 0;
}
.apa-boxinner {
  border: 1px solid #A3A3A3;
  border-radius: 15px;
  padding: 30px 15px;
  margin-bottom: 20px;
}
.apa-box {
  margin: 30px 0;
}
.session-timingbox-inner {
  border: 1px solid #A3A3A3;
  border-radius: 15px;
  padding: 30px 15px;
  margin-bottom: 20px;
}
.session-timingbox h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
  margin-bottom: 20px;
}
.session-timingbox {
  margin-top: 30px;
}
.dc-comm-forms .session-days .radio-group-flex .radio-button__label-wrapper {
  top: 0;
}
.dc-comm-forms .session-days .radio-group-flex .radio-button {
  margin-right: 10px;
}
.session-databox {
  width: 100%;
}
.session-databoxinner {
  margin: 15px 0;
}
.session-timingbox h3.sdinner-title {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  color: #464255;
  margin-bottom: 15px;
  padding: 0 15px;
}
.add-session-btngroup .btn.add-session-more {
  background: #6EC8EF;
  border-radius: 12px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  width: 290px;
  height: 56px;
  text-align: center;
}
.add-session-btngroup .btn.add-session-more i{
  margin-right: 10px;
}
.add-session-btngroup {
  padding: 0 15px;
  text-align: left;
}
.pdr-60{
  padding-right: 60px;
}
.inner-session-removegroup button.btn {
  border: 1px solid #EA526F;
  background: #fff;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  color: #EA526F;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
}
.inner-session-removegroup {
 position: absolute;
top: 50%;
right: 10px;
height: 40px;
width: 40px;
transform: translateY(-50%);
}
.session-databox-child .session-databoxinner:first-child .inner-session-removegroup {
  display: none;
}
.dc-comm-forms .radio-checkmark .radio-group-flex .radio-button__custom-indicator::after {
  width: 14px;
  height: 14px;
  left: 1px;
  top: 1px;
}
.inner-session-type {
  margin-top: 10px;
}
.add-session-btngroup.fullsession-btngroup {
  padding: 0;
  margin-top: 20px;
}
.add-session-btngroup.fullsession-btngroup .btn.add-session-more {
  background: #fff;
  color: #6EC8EF;
  border-color: #6EC8EF;
}
.inner-fullsession-removegroup {
 position: absolute;
top: 50%;
right: -20px;
height: 40px;
width: 40px;
transform: translateY(-50%);
z-index: 99;
}
.inner-fullsession-removegroup button.btn {
  border: 1px solid #EA526F;
  background: #EA526F;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
}
.session-timingbox-child .session-timingbox-inner:first-child .inner-fullsession-removegroup {
  display: none;
}
/*doctor reg*/
.newappo-createBtn a {
  display: inline-block;
  background: #198972;
  text-align: center;
  padding: 5px 24px;
  border-radius: 12px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 43px;
  color: #FFFFFF;
  height: 56px;
}
.newappo-createBtn a img {
  width: 24px;
  margin-right: 10px;
}
.newappo-createBtn {
  margin-right: 15px;
}
.pol-actions-btns .btn.pol-cancel-btn.cancelled-avBtn {
  background: #F4E0E4;
  border-color: #F4E0E4;
  width: 160px;
}
.pol-actions-btns .btn.pol-cancel-btn.completed-avBtn {
  background: #D6EAE7;
  border-color: #D6EAE7;
  width: 160px;
  color: #00B074;
}
.cs-breadcrumb-inner.flex-unset-cs {
  flex: unset;
}
.pol-actions-btns .btn.pol-cancel-btn.pol-follow-btn.cancelled-avBtn {
  color: #FF6F42;
  background: #F4E2E1;
  border-color: #F4E2E1;
}
.pol-actions-btns.pol-with-dropdown.av-page-pab {
  flex: 1;
  justify-content: space-between;
  padding-left: 48px;
}
.ph-order-databox.no-background-box h3 {
  margin-bottom: 10px;
}
.ph-order-databox.no-background-box h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  color: #464255;
  margin-bottom: 20px;
}
.ph-order-databox.no-background-box {
  border-radius: 0;
  padding: 0;
  background: no-repeat;
}
.avr-title {
  background: #00B074;
  padding: 15px 30px;
}
.avr-title h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0;
}
.avr-body {
  min-height: 100px;
  background: #fff;
  padding: 15px 0;
}
.appointment-view-rightbarinner{
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
.avr-bodyinner-data label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #C4C4C4;
}
.avr-bodyinner-data p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #5D646A;
}
.avr-bodyinner-data {
  padding: 15px 15px;
}
.dc-comm-forms .appointment-create-box .horizontal-line {
  width: 68%;
}
h3.app-cutitle {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#patient_book_self{
  display: block;
  width: 100%;
}
.patient_select_btns .btn {
  background: #FF8282;
  color: #fff;
  min-width: 150px;
  text-align: center;
}
.patient_select_btns .btn.btn-selected-patient {
  background: #198972;
  color: #fff;
  min-width: 150px;
  text-align: center;
}
.find-availabel-slots .btn {
  background: #FF6F42;
  height: 50px;
  border-radius: 12px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  min-width: 250px;
  text-transform: capitalize;
  text-align: center;
}
.app-available-slots label {
  background: #D0D6DE;
  border-radius: 12px;
  width: 180px;
  height: 56px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #464255;
  overflow: hidden;
  margin: 3px;
  cursor: pointer;
}
.app-available-slotsinner {
  margin-left: -3px;
  margin-right: -3px;
}
.app-available-slots label.active{
  background: #27AE60;
  color: #fff;
}
.app-available-slots label input{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -9999;
}
.app-paymenttype .app-paymentbox-title {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #A3A3A3;
}
.app-paymentbox label {
  background: #FFFFFF;
  border: 1px solid #D0D6DE;
  border-radius: 12px;
  padding: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.app-paymentbox label.active{
  border: 1px solid #00B074;
}
.app-paymentbox {
  height: 100%;
}
.app-paymentbox p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
  margin-top: 15px;
}
.app-paymentbox label input{
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  position: absolute;
  left: 0;
  right: 0;
}
.app-paymentbox-top h3 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
}
.app-paymentbox-top h4 {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: right;
  color: #464255;
}
.app-paymentbox-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}
.app-walletpay{
  margin-top: 15px;
  text-align: right;
}
.app-walletpay .btn {
  background: #2D9CDB;
  border-radius: 12px;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  width: 250px;
  height: 56px;
}
.app-paycol{
  margin-top: 20px;
}
.dc-steps-fields .avr-bodyinner-data {
  padding: 15px 0px;
}
.row.app-paymenttype {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.appointment-promocode .app-promoup p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #464255;
}
.appointment-promocode .app-promoup p a{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2D9CDB;
  display: inline-block;
  margin-left: 15px;
}
.appointment-promocode {
  margin-top: 30px;
}
.appointment-promocode input {
  border: 1px solid #A3A3A3;
  border-radius: 12px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  height: 56px;
}
.appointment-promocode input::placeholder{
  color: #A3A3A3;
}
.appointment-promocode .btn {
  background: #C30A7A;
  border-radius: 12px;
  width: 250px;
  height: 56px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: 15px;
}
.app-promoup {
  margin-bottom: 15px;
}
.row.app-paymentdetail h4.app-paymentbox-title {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #464255;
  margin-bottom: 15px;
}
.row.app-paymentdetail .table th {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #A3A3A3;
  text-align: left;
}
.row.app-paymentdetail .table td {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #464255;
  padding: 15px 10px;
}
.row.app-paymentdetail {
  margin-top: 30px;
}
.row.app-paymentdetail .table td.aptab-td {
  color: #a3a3a3;
}
.row.app-acknowledge-row {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
.dc-comm-forms .signup-submit button.btn.dc-steps-prevbtn.ack-print-btn {
  color: #fff;
  background: #2D9CDB;
  border-color: #2D9CDB;
  margin-right: 10px;
}
.dc-comm-forms .signup-submit button.btn.dc-steps-prevbtn.ack-print-btn img {
  width: 20px;
  margin-right: 10px;
}
.ddet-view .csd-filrters .orders-filters-group {
  margin-right: 15px;
}
.ddet-view .csd-filrters .orders-filters-group .common-select2-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2BC155;
}
.ddet-view .csd-filrters .orders-filters-group .common-select2-fields.csf-sort .select2-selection.select2-selection--single::before {
  content: '';
  position: absolute;
  background: url(../images/check-circle.png);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  left: 15px;
  top: 17px;
}
.ddet-view .data_tables_rightbar.dtr-row-flex.csd-filrters .dc-settle-nowbtn {
  margin-right: 15px;
  font-weight: 500;
  padding: 10px 15px;
  background: #FF6F42;
  color: #fff;
  min-width: 135px;
  text-align: center;
}
.ddet-view .data_tables_rightbar.dtr-row-flex.csd-filrters .dc-settle-nowbtn img {
  width: 24px;
  position: relative;
  left: unset;
  top: 0px;
  margin-right: 5px;
}
.ddet-view .dc-box-innerflex-image {
  height: 136px;
  width: 136px;
}
.ddet-view .dc-box-innerflex-data h3 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 5px;
}
.dc-box-innerflex-data p.p-bl {
  color: #3E4954;
}
.dc-tel-flex.dc-tel-flex-sec img {
  width: 28px;
  margin-right: 10px;
}
.dc-tel-flex..dc-tel-flex-sec a {
  color: #2D9CDB;
  text-decoration: underline !important;
}
.dbi-whitebox .dc-box-innerflex {
  border-radius: 0;
  min-height: auto;
  background: no-repeat;
  padding: 0;
}
.dbi-whitebox {
  background: #FDFDFD;
  border-radius: 16px;
  padding: 15px;
}
.dc-box-tablesview {
  margin-top: 30px;
  width: 100%;
}
.dc-box-tablesview .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #E3E3E3;
  border-radius: 20px 20px 0px 0px;
  width: 170px;
  height: 64px;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #969BA0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}
.dc-box-tablesview .nav-tabs .nav-link.active,
.dc-box-tablesview .nav-tabs .nav-item.show .nav-link{
  color: #fff;
  background: #198972;
}
.dbi-personal .form-group label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}
.dbi-personal .form-group p {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.dbi-personal {
  margin-top: 15px;
}
.dbi-tabs-tbl .table td {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.dbi-tabs-tbl .table th {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background: #00B074;
  color: #fff;
}
.dbi-tabs-tbl{
  margin-top: 15px;
  margin-bottom: 15px;
}
.dbi-tabs-tbl .table, .dbi-tabs-tbl .table th, .dbi-tabs-tbl .table td{
  border: 1px solid #e8e5e5;
  border-collapse: collapse;
}
.dbi-tabs-tbl h4.dbi-tabs-tbl-title {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 15px;
}
.dbi-tabs-tblinner-img img.dtti-img {
  width: 100px;
}
.customer-report-data.dbi-crd {
  align-self: flex-start;
}
.dbi-rightbox-colw{
  width: 450px;
  padding: 0;
  margin-right: 30px;
}
.dbi-rightbox-colw .customer-report-data{
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
}
.dbi-upcomming-appo {
  background: #FFFFFF;
  box-shadow: 0px 7px 13px rgba(43, 193, 85, 0.08);
  border-radius: 20px;
  padding: 15px;
}
.dbi-uatitle-flex h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #3E4954;
}
.dbi-uatitle-flex span.dbi-ua-appocount {
  background: #2BC155;
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin-left: 15px;
}
.dbi-uatitle-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dbi-uatitle {
  margin-bottom: 15px;
}
.ua-graydata {
  background: #F9F9F9;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 6px;
}
.ua-graydata-img img {
  width: 40px;
}
.ua-graydata-img {
  margin-right: 10px;
  width: 40px;
}
.ua-graydata-riinner-le h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3E4954;
}
.ua-graydata-riinner-le h6.ua-graydata-date {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #3E4954;
  margin-left: 10px;
}
.ua-graydata-riinner-le {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ua-graydata-riinner-ri p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #8D8D8D;
}
.ua-graydata-riinner-ri p.ua-graydata-price {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #3E4954;
}
.ua-graydata-riinner-ri p.ua-graydata-price span{
  color: #00B074;
}
.ua-graydata-riinner-ri {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ua-graydata-bottom p.ugb-time {
 font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 26px;
color: #2BC155;
}
.ua-graydata-inner {
  display: flex;
  flex-wrap: nowrap;
}
.ua-graydata-ri {
  flex: 1;
}
.ua-graydata-box {
  max-height: 350px;
  overflow-y: auto;
}
.ua-graydata-box::-webkit-scrollbar {
  width: 8px;
}
.ua-graydata-box::-webkit-scrollbar-track {
  background-color: #F4F3F3;
}
.ua-graydata-box::-webkit-scrollbar-thumb {
  background: #DBDBDB;
  border-radius: 15px;
}
.dbi-uatitle .dbi-ua-viewlink {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FF6F42;
  display: inline-flex;
  align-items: center;
}
.dbi-uatitle .dbi-ua-viewlink img{
  margin-left: 10px;
  width: 20px;
}
.dbi-testibox {
  background: #FFFFFF;
  box-shadow: 0px 7px 13px rgba(43, 193, 85, 0.08);
  border-radius: 20px;
  padding: 15px;
  display: inline-block;
  width: 598px;
  margin-right: 15px;
}
.dbi-testiboxflex-left img {
  width: 90px;
  height: 90px;
}
.dbi-testiboxflex-left{
  margin-right: 15px;
}
.dbi-testiboxflex {
  display: flex;
}
.dbi-testiboxflex-title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.dbi-testiboxflex-title span.testitag {
  display: inline-block;
  margin-left: 20px;
  background: #DFF6E5;
  width: 75px;
  height: 18px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 19px;
  color: #198972;
  text-align: center;
  border-radius: 30px;
}
.dbi-testiboxflex-title {
  display: flex;
  align-items: center;
}
.dbi-ua-testimonial {
  margin-top: 30px;
}
.dbi-testiboxflex-time p.dtesti-time {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #464255;
}
.dbi-testiboxflex-time p.dtesti-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #3E4954;
  max-width: 356px;
  margin-top: 8px;
}
.dbi-testiboxflex-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dbi-testiboxflex-right-l {
  margin-right: 15px;
  flex: 1;
}
.dbi-testiboxflex-right-r span {
  background: #2BC155;
  border-radius: 37px;
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  width: 70px;
  height: 30px;
}
.dbi-testi-rating {
  margin-top: 10px;
}
.dbi-testiboxflex-right-r {
  text-align: center;
}
.dbi-testi-rating i {
  color: #C9C9C9;
  font-size: 16px;
}
.dbi-testi-rating i.active {
  color: #FFB800;
}
.dbi-ua-testimonial-inner.owl-carousel .owl-nav button {
  background: #FFFFFF;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dbi-ua-testimonial-inner.owl-carousel .owl-nav button span{
  display: none !important;
}
.dbi-ua-testimonial-inner.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
.dbi-ua-testimonial-inner.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}
.dbi-ua-testimonial-inner.owl-carousel .owl-nav button::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: none;
  border-top: 5px solid transparent;
  border-right: 5px solid #2BC155;
  border-bottom: 5px solid transparent;
  margin: auto;
  left: 9px;
  top: 12px;
}
.dbi-ua-testimonial-inner.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(180deg);
  left: 16px;
}
.dc-details-box.w-100.customer-dataflex.mb-15-cs {
  flex-wrap: nowrap;
}
.fcbm-boxinner-img img {
  width: 100px;
}
.clinic-modal-addr .fm-common-body .fcbm-boxinner-rightflex-l h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  text-align: left;
  margin-top: 0;
}
.clinic-modal-addr .fm-common-body .fcbm-addicon img {
  width: 40px;
  height: 40px;
}
.clinic-modal-addr .fm-common-body .fcbm-adddet h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #C4C4C4;
}
.clinic-modal-addr .fm-common-body .fcbm-adddet p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #5D646A;
}
.clinic-modal-addr .fm-common-body .fcbm-left-address {
  text-align: left;
  display: flex;
  margin-top: 10px;
}
.clinic-modal-addr .fm-common-body .fcbm-addicon{
  margin-right: 15px;
}
.clinic-modal-addr .fm-common-body .fcbm-boxinner {
  display: flex;
  flex-wrap: wrap;
}
.clinic-modal-addr .fm-common-body .fcbm-boxinner-left {
  margin-right: 15px;
}
.clinic-modal-addr .fm-common-body  .fcbm-boxinner-right {
  flex: 1;
}
.clinic-modal-addr{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}
.clinic-modal-addr.show{
  display: block;
}
.clinic-modal-addr .fm-common-body .fbcm-addsec {
  display: flex;
  margin: 15px 0;
}
.clinic-modal-addr .fm-common-body .fbcm-addsec .fcbm-left-address:last-child {
  margin-left: 30px;
}
.clinic-modal-addr .fm-common-body .fcbm-boxinner-rightflex-l {
  width: 350px;
}
.clinic-modal-addr .fm-common-body .fcbm-dtowl-box {
  background: #FFFFFF;
  border: 1px solid #D0D6DE;
  border-radius: 20px;
  height: 110px;
  width: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.fcbm-dtowl-box h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #5D646A;
  margin-bottom: 5px;
  text-align: center;
}
.fcbm-dtowl-box p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #5D646A;
  display: block;
  width: 100%;
}
.fm-common-modal.clinic-modal-addr .fm-common-modalinner {
  max-width: 850px;
}
.fm-common-modal.clinic-modal-addr .fcbm-dc-timingowl-inner.owl-carousel .owl-nav button {
  background: #FFFFFF;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fm-common-modal.clinic-modal-addr .fcbm-dc-timingowl-inner.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
.fm-common-modal.clinic-modal-addr .fcbm-dc-timingowl-inner.owl-carousel .owl-nav button::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: none;
  border-top: 5px solid transparent;
  border-right: 5px solid #2BC155;
  border-bottom: 5px solid transparent;
  margin: auto;
  left: 9px;
  top: 12px;
}
.fm-common-modal.clinic-modal-addr .fcbm-dc-timingowl-inner.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}
.fm-common-modal.clinic-modal-addr .fcbm-dc-timingowl-inner.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(180deg);
  left: 16px;
}
.fm-common-modal.clinic-modal-addr .fcbm-dc-timingowl-inner.owl-carousel .owl-nav button span {
  display: none !important;
}
.fm-common-modal.clinic-modal-addr .fcbm-dc-timingowl {
  margin-top: 15px;
}
.fm-common-modal.clinic-modal-addr .fcbm-modal-map {
  width: 300px;
  height: 126px;
  border-radius: 13px;
  overflow: hidden;
}
.fm-common-modal.clinic-modal-addr .fcbm-modal-map iframe {
  width: 100%;
  height: 100%;
}
.fm-common-modal.clinic-modal-addr .fcbm-boxinner-rightflex-r {
  margin-left: 15px;
}
.fcbm-boxinner-rightflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fm-common-modal.clinic-modal-addr .fcbm-boxinner-rightflex-r p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3E4954;
  text-align: right;
  margin-bottom: 10px;
}
.patient-infonav .nav-tabs .nav-link {
  color: #969BA0;
  font-family: poppins;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px 20px 0px 0px;
  background: #e3e3e3;
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 15px 20px !important;
  border: none !important;
}
.patient-infonav .nav-tabs .nav-link.active, .patient-infonav .nav-tabs .nav-item.show .nav-link {
  background: #fff;
  color: #464255;
}
.patient-infosec {
  margin-top: 30px;
}
.patient-infonav .nav-tabs .nav-item {
  margin: 0 5px 0 0;
}
.patient-infonav .nav-tabs .nav-link.active{
  border-color: none;
}
.patient-infonav .nav-tabs{
  border: none;
}
.tab-content.patient_info_tabcontent {
  border-radius: 0px 20px 20px 20px;
  background: #FFF;
  box-shadow: 0px 7px 13px 0px rgba(43, 193, 85, 0.08);
  padding: 20px;
  padding-top: 40px;
}
.pit-info-title h3 {
  color: #3E4954;
  font-size: 32px;
  font-family: Barlow;
  font-weight: 600;
}
.pit-info-title a {
  font-size: 24px;
  font-family: Barlow;
  font-weight: 500;
  display: inline-block;
  color: #198972;
}
.pit-info-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.diagnoses-infosec-box {
  background: rgba(0, 176, 116, 0.15);
  border-radius: 12px;
  padding: 15px;
  width: 254px;
  min-height: 90px;
  display: flex;
  align-items: center;
  margin: 0 3px;
}
.diagnoses-infosec-box h4 {
  font-size: 24px;
  font-family: Barlow;
  font-weight: 500;
  color: #198972;
  margin-bottom: 5px;
}
.diagnoses-infosec-box p {
  font-size: 18px;
  font-family: Barlow;
  font-weight: 500;
  color: #198972;
}
.diagnoses-infosec-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.general-infosec h4 {
  color: #3E4954;
  font-size: 32px;
  font-family: Barlow;
  font-weight: 600;
  margin-bottom: 20px;
}
.general-infosec-group-inner label {
  font-size: 24px;
  font-family: Barlow;
  font-weight: 500;
  color: #A3A3A3;
}
.general-infosec-group-inner p {
  font-size: 24px;
  font-family: Barlow;
  font-weight: 500;
  color: #464255;
}
.general-infosec-group-inner {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #E9ECFF;
  justify-content: space-between;
  padding: 15px 0;
}
.general-infosec {
  margin-top: 40px;
}
.gi-datainfo-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.gi-datainfo-inner h4 {
  margin: 0;
}
.gi-datainfo-inner p {
  font-size: 24px;
  font-family: Barlow;
  font-weight: 500;
  color: #a3a3a3;
}
.gi-datainfo .general-infosec-group-inner {
  display: inline-block;
  border: none;
  padding: 0;
  margin-right: 30px;
}
.gi-datainfo .general-infosec-group-inner p {
  font-weight: 500;
  color: #464255;
  font-size: 63px;
  font-family: Barlow;
  line-height: 60px;
  margin-top: 10px;
}
.gi-common-tagsflex{
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.gi-common-tagsflex span{
  color: #3E4954;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  border-radius: 50px;
  background: #EDFDF1;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 3px;
}
.gi-common-tags {
  margin-top: 35px;
}
.general-infosec.gi-datainfo-table h4 {
  margin-bottom: 35px;
}
.general-infosec.gi-datainfo-table table, .general-infosec.gi-datainfo-table table td{
  border-collapse: collapse;
  border: none;
}
.general-infosec.gi-datainfo-table table td{
  border-bottom: 1px solid #E9ECFF;
  font-size: 24px;
  font-family: Barlow;
  font-weight: 500;
  color: #A3A3A3;
}
.general-infosec.gi-datainfo-table table td a.gi-datainfo-tablelink{
  display: inline-block;
  color: #2D9CDB;
}
.diagnoses-infosec-boxinner-avatar img {
  width: 90px;
  height: 90px;
}
.diagnoses-infosec-boxinner-dtaflex-left h4 {
  color: #000;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
}
.diagnoses-infosec-boxinner-dtaflex-left h5 {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  color: #464255;
}
.diagnoses-infosec-boxinner-dtaflex-left h6 {
  color: #3E4954;
  font-size: 12px;
  font-family: Poppins;
  line-height: 16px;
}
.diagnoses-infosec-boxinner-dtaflex-left h6 span{
  color: #ff6f42;
}
.diagnoses-infosec-boxinner-dtaflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.diagnoses-infosec-boxinner-dtaflex-left {
  flex: 1;
  margin-right: 15px;
}
.diagnoses-infosec-box.dib-boxwidth {
  width: auto;
  min-height: auto;
  display: block;
  margin-top: 15px;
}
.diagnoses-infosec-boxinner-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.diagnoses-infosec-boxinner-avatar {
  margin-right: 15px;
}
.dibdr-time {
  background: #198972;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.dibdr-timeinner p {
  font-size: 18px;
  font-family: Barlow;
  font-weight: 500;
  color: #fff;
}
.dibdr-timeinner p.dibdr-year {
  font-size: 24px;
  font-family: Barlow;
  font-weight: 600;
  margin-top: 5px;
}
.dibdr-timeinner {
  text-align: center;
}
.pati-pres-imgflexinner a img {
  width: 40px;
  height: 40px;
}
.pati-pres-imgflexinner a {
  display: inline-block;
  color: #6EC8EF;
  margin: 0 2px;
}
.pati-pres-imgflexinner {
  display: inline-flex;
  margin-left: -2px;
  margin-right: -2px;
  align-items: center;
}
span.patient-typetag {
  font-size: 14px;
  font-family: Barlow;
  font-weight: 600;
  line-height: 25px;
  color: #00B074;
  background: #D2E2E3;
  min-width: 80px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  margin-left: 20px;
  align-self: center;
}
.patient-infosec-flexleftinner {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 7px 13px 0px rgba(43, 193, 85, 0.08);
  padding: 20px;
}
.patient-infosec-flexleftinner h3.pifl-title {
  color: #3E4954;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 600;
  margin-bottom: 20px;
}
.patient-searchbar .dtl-search {
  margin-right: 0;
  height: 56px;
  width: 100%;
  position: relative;
}
.difps-list .diagnoses-infosec-box {
  width: auto;
  margin: 0 0 10px 0;
  background: #F9F9F9;
}
.difps-list {
  margin-top: 20px;
}
.patient-infosec-flexleft {
  width: 250px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.patient-infosec-flexright {
  flex: 1;
  width: calc(100% - 280px)
}
.patient-infosec-flex {
  display: flex;
  flex-wrap: nowrap;
}
.dibb-flexline {
  display: flex;
}
.difps-list .diagnoses-infosec-box h4 {
  font-size: 18px;
}
.dibb-flexline p {
  font-size: 14px;
  margin-right: 15px;
}
.dibb-flexline p:last-child {
  margin-right: 0px;
}
.difps-list .nav.nav-tabs {
  border: none;
}
.difps-list .nav-tabs .nav-item {
  margin-bottom: 0;
  width: 100%;
}
.difps-list .nav-tabs .nav-link, .difps-list .nav-tabs .nav-link.active, .difps-list .nav-tabs .nav-item.show .nav-link{
  border: none;
}
.difps-list .nav-tabs .nav-link.active .diagnoses-infosec-box {
  background: rgba(0, 176, 116, 0.15);
}
.difps-list .diagnoses-infosec-box h4, .difps-list .diagnoses-infosec-box p{
  color: #464255;
}
.difps-list .nav-tabs .nav-link.active .diagnoses-infosec-box h4,
.difps-list .nav-tabs .nav-link.active .diagnoses-infosec-box p{
  color: #198972;
}
.btn.min-w130 {
  min-width: 130px;
}
.uagb-flex-type p.uagb-flex-p {
  color: #2D9CDB;
}
.uagb-flex-type {
  display: flex;
  justify-content: space-between;
}
.pt-list-udetail .ua-graydata-riinner-ri {
  justify-content: flex-start;
  margin-top: 5px;
}
.pt-list-udetail .ua-graydata-riinner-ri p{
  margin-right: 20px;
}
.pt-list-udetail-right a {
  display: inline-block;
  height: 30px;
  width: 8px;
}
.pt-list-udetail-right a img{
  max-width: 100%;
}
.ua-graydata-riinner.pt-list-udetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ua-graydata-riinner.pt-list-udetail .pt-list-udetail-left{
  flex: 1;
  padding-right: 15px;
}
.udv-owl {
  margin-bottom: 30px;
}
.udv-owl .trd-detail-inner {
  border: 1px solid #D0D6DE;
  border-radius: 12px;
  max-width: 180px;
}
.udv-owl .trd-pic {
  width: 150px;
  height: 150px;
}
.udv-owl .trd-pic img {
   height: 100%;
   width: 100% !important;
   max-width: 100% !important;
   max-height: 100% !important;
}
.udv-owl .trd-inner-data p {
  color: #333;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
.udv-owl .trd-inner-data h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #3E4954;
  margin-top: 10px;
}
.udv-owl .trd-inner-data {
  margin-top: 15px;
}
.trd-detail.udv-carousel {
  padding: 0 15px;
}
.top-rated-doctor .udv-carousel.owl-carousel .owl-nav .owl-prev {
  left: -8px;
  right: unset;
}
.top-rated-doctor .udv-carousel.owl-carousel .owl-nav .owl-next {
  right: -8px;
  left: unset;
}
.udv-usertype span {
  color: #3E4954;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
  background: #EDFDF1;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  min-width: 130px;
  margin-right: 15px;
}
.udv-usertype span img {
  width: 24px;
  margin-right: 10px;
}
.udv-usertype {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.usertype-addbox-address img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.usertype-addbox-address .utaas-data h4 {
  color: #C4C4C4;
  font-size: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.usertype-addbox-address .utaas-data p , .usertype-addbox-address .utaas-data p a{
  color: #5D646A;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.usertype-addbox-address .utaas-data p b, .usertype-addbox-address .utaas-data p a{
  font-weight: bolder;
}
.usertype-addbox-address {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.usertype-addbox-address .utaas-data {
  flex: 1;
}
.usertype-addbox {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}
.usertype-addbox-map iframe {
  width: 100%;
  border-radius: 13px;
  height: 100%;
}
.usertype-addbox-map{
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: 130px;
}
.usertype-addbox-map a.view-fullmaplink {
  color: #FFF;
  font-size: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 6px;
  background: #2BC155;
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  padding: 5px 10px;
}
.invoice_csform .product-formflex {
  margin-bottom: 15px;
}
.invoice-prodata-table {
  border: 2px solid #D0D6DE;
  margin-top: 30px;
  margin-bottom: 15px;
}
.product-form.invoice_csform {
  margin-top: 15px;
}
.invoice-prodata-table h3 {
  color: #222B45;
  font-size: 20px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 15px;
}
.invoice-prodata-table .table, .invoice-prodata-table .table td, .invoice-prodata-table .table th {
  border: 1px solid #edf2f6;
  border-collapse: collapse;
}
.invoice-prodata-table .table{
  margin-bottom: 30px;
}
.invoice-prodata-table .table th{
  color: #687C97;
  font-size: 13px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  background: #FBFCFE;
}
.invoice-prodata-table .table td{
  font-size: 16px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #464255;
}
.invoice-prodata-table .table td.td-bold {
  font-weight: 500 !important;
}
.invoice-prodata-table .product-addfields .form-control.inp_90 {
  width: 90px;
}
.invoice-prodata-table .product-addfields input.form-control.inp_90.inp_qty::-webkit-outer-spin-button,
.invoice-prodata-table .product-addfields input.form-control.inp_90.inp_qty::-webkit-inner-spin-button{
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.invoice-prodata-table .product-addfields input.form-control.inp_90.inp_qty[type=number] {
  -moz-appearance: textfield;
}
.invoice-prodata-table .product-addfields {
  flex: unset;
  padding-left: 0;
}
.invoice-prodata-table .th-center{
  text-align: center;
}
.invoice-prodata-table .table tfoot tr td:first-child{
  border: none;
}
.invoice-prodata-table .table {
  border: none;
}
.dc-comm-forms .signup-submit button.btn.invoice-print-btn {
    color: #fff;
    background: #2D9CDB;
    border-color: #2D9CDB;
    margin-right: 10px;
}
.dc-comm-forms .signup-submit button.btn.invoice-print-btn img {
    width: 20px;
    margin-right: 10px;
}
.dc-comm-forms .signup-submit button.btn.invoice-save-btn{
  background: #FF6F42;
  border-color: #FF6F42;
}
.fm-reviews-doc .fm-reviewtop-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
  width: 462px;
}
.fm-reviews-doc .fm-reviewtop-flex img {
  width: 130px;
  height: 130px;
}
.fm-reviews-doc .fm-reviewtop-flex {
  display: flex;
  flex-wrap: wrap;
}
.fm-reviews-doc .fm-reviewtop-flexdata h4 {
  color: #232323;
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.24px;
}
.fm-reviews-doc .fm-reviewtop-flexdata h5 {
  font-size: 12px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
  color: #00B074;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 9px;
  margin: 4px 0 0 0;
  display: inline-block;
}
.fm-reviews-doc .fm-reviewtop-flexdata {
  flex: 1;
  align-self: center;
  margin-left: 15px;
}
.fm-reviews-doc .fm-reviewtop-box p {
  font-size: 14px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #464255;
  margin: 15px 0;
}
.fm-reviews-doc .fm-reviewbottom-box {
  border-radius: 16px;
  background: #C8047B;
  box-shadow: 0px 5px 6px 0px rgba(141, 40, 173, 0.05);
  padding: 20px;
}
.fm-reviews-doc .fm-reviewbottom-boxleft img.frbb-img {
  width: 54px;
  height: 54px;
}
.fm-reviews-doc .fm-reviewbottom-data h4 {
  color: #FFF;
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.fm-reviews-doc .fm-reviewbottom-data h5 {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}
.fm-reviews-doc .fm-reviewbottom-boxright i.fa-star {
  color: #F7C604;
  font-size: 22px;
}
.fm-reviews-doc .fm-reviewbottom-boxright span {
  color: #FFF;
  font-size: 22px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin-left: 15px;
}
.fm-reviews-doc .fm-reviewbottom-boxleft {
  display: flex;
  flex-wrap: nowrap;
}
.fm-reviews-doc .fm-reviewbottom-data {
  margin-left: 15px;
  align-self: center;
}
.fm-reviews-doc .fm-reviewbottom-boxflex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.fm-reviews-doc .fm-reviewbottom-boxright {
  margin-left: 15px;
}
.fm-reviews-doc .fm-reviewtop .owl-nav {
  border-radius: 12px;
  background: #fff;
  display: inline-block;
  float: right;
  margin-top: 15px;
  padding: 15px;
}
.fm-reviews-doc .fm-reviewtop .owl-carousel .owl-nav button {
  border-radius: 8px;
  background: rgba(0, 176, 116, 0.15);
  height: 30px;
  width: 30px;
  color: #00B074;
  font-size: 28px;
  line-height: 13px;
}
.fm-reviews-doc .fm-reviewtop .owl-carousel .owl-nav button.owl-prev{
  margin-right: 5px;
}
.fm-reviews-doc .fm-reviewtop .owl-carousel .owl-nav button span {
  display: inline-block;
  height: 18px;
}
.fm-reviews-doc .fm-more-reviews {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04);
  margin-top: 15px;
  padding: 15px 0;
}
.fm-reviews-doc .fm-more-reviews-middlebox-l img {
  width: 120px;
  height: 120px;
}
.fm-reviews-doc .fm-more-reviews-middlebox-l .fmrml-data h3 {
  color: #3E4954;
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.fm-reviews-doc .fm-more-reviews-middlebox-l .fmrml-data p {
  font-size: 14px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #464255;
  margin: 5px 0;
}
.fm-reviews-doc .fm-more-reviews-middlebox-l .fmrml-data h4 {
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #464255;
}
.fm-reviews-doc .fm-more-reviews-middlebox-l .fmrml-data h5 {
  color: #969BA0;
  font-size: 14px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fm-reviews-doc .fm-more-reviews-middlebox-l {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.fm-reviews-doc .fm-more-reviews-middlebox-l .fmrml-data {
  flex: 1;
  margin-left: 15px;
  align-self: center;
}
.fm-reviews-doc .fm-more-reviews-middlebox-r span {
  color: #3E4954;
  font-size: 30px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  text-align: center;
}
.fm-reviews-doc .fm-more-reviews-middlebox-r .fmrmr-star i {
  color: #D0D6DE;
  font-size: 22px;
}
.fm-reviews-doc .fm-more-reviews-middlebox-r .fmrmr-star i.active {
  color: #F7C604;
}
.fm-reviews-doc .fm-more-reviews-middlebox-r {
  width: 200px;
  margin-left: 15px;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.fm-reviews-doc .fm-more-reviews-middlebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #D0D6DE;
}
.fm-reviews-doc .fmrmr-star {
  text-align: center;
}
.fm-reviews-doc .fm-review-load .btn {
  border-radius: 6px;
  background: #2D9CDB;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.fm-reviews-doc .fm-review-load {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.fm-reviews-doc .fmrttt-content h3 {
  color: #000;
  font-size: 28px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.fm-reviews-doc .fmrttt-content p {
  color: #969BA0;
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fm-reviews-doc .fm-more-reviews-top {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  margin: 15px 0;
  align-items: center;
}
.fm-reviews-doc .fm-review-filters .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 6px;
  background: rgba(45, 156, 219, 0.15);
  height: 40px;
}
.fm-reviews-doc .fm-review-filters .select2-container {
  width: 120px !important;
  height: 40px;
}
.fm-reviews-doc .fm-review-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #464255;
  font-size: 14px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  padding-left: 0;
  line-height: 28px;
  margin: 0;
  padding-right: 10px;
}
.fm-reviews-doc .fm-review-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.rp-ordersamount-innerbox {
  border-radius: 12px;
  background: #EDFDF1;
  width: 300px;
  height: 114px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 15px;
}
.rp-ordersamount-innerbox h4 {
  font-size: 21px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #198972;
  width: 100%;
}
.rp-ordersamount-innerbox p{
  font-size: 32px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #198972;
}
.rp-ordersamount-innerflex {
  display: flex;
  flex-wrap: wrap;
}
.rp-ordersamount {
  margin-top: 30px;
  padding: 0 15px;
}
.rp-ordersamount-innerbox.rpoi-amount{
  background: rgba(247, 198, 4, 0.08);
}
.rp-ordersamount-innerbox.rpoi-amount h4, .rp-ordersamount-innerbox.rpoi-amount p{
  color: #FF5B5B;
}
.fm-chatbar .fm-chatbar-l {
  border-radius: 16px;
  background: #fdfdfd;
  padding: 15px;
  width: 300px;
}
.fm-chatbar .dtl-search input {
  background: #F3F2F7;
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  font-size: 14px;
  line-height: 19px;
}
.fm-chatbar .dtl-search {
  height: 46px;
  width: 100%;
  margin: 0;
  flex: 1;
}
.fm-chatbar .dtl-search img {
  width: 14px;
  -webkit-filter: brightness(0) saturate(100%);
  filter: brightness(0) saturate(100%);
}
.fm-chatbar .fm-chatbar-search button.fm-chatbar-searchbtn {
  background: #00B074;
  height: 46px;
  width: 46px;
  margin-left: 15px;
}
.fm-chatbar .fm-chatbar-search {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fm-chatbar .fm-chatbar-search button.fm-chatbar-searchbtn img {
  width: 16px;
  margin-top: -4px;
}
.fm-chatbar .fmcuidata-left-flex {
  height: 46px;
  width: 46px;
  margin-right: 10px;
  position: relative;
}
.fm-chatbar .fmcuidata-left-flex img {
  height: 46px;
  width: 46px;
}
.fm-chatbar .fmcuidata-rightflex-top h3 {
  font-size: 16px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #464255;
  flex: 1;
  width: 156px;
  overflow: hidden;
}
.fm-chatbar .fmcuidata-rightflex-top h6 {
  font-size: 12px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a3a3a3;
  margin-left: 10px;
}
.fm-chatbar .fmcuidata-rightflex-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.fm-chatbar .fmcuidata-rightflex-bottom p {
  font-size: 12px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  color: #a3a3a3;
  flex: 1;
  width: 180px;
  overflow: hidden;
}
.fm-chatbar .fmcuidata-rightflex-bottom span.fm-chat-msgcount {
  display: inline-block;
  background: #2D9CDB;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 9px;
  line-height: 23px;
  margin-left: 10px;
}
.fm-chatbar .fmcuidata-rightflex-bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 4px;
}
.fm-chatbar .fm-chat-userdata-innerdataflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.fm-chatbar .fmcuidata-right {
  flex: 1;
}
.fm-chatbar .fm-chat-userdata-innerdata {
  padding: 15px 0;
}
.fm-chatbar .fm-chat-userdata-inner h4.fcui-chattitle {
  font-size: 16px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a3a3a3;
  margin-bottom: 15px;
}
.fm-chatbar .fm-chat-userdata {
  margin-top: 30px;
}
.fm-chatbar .fmcuidata-left-flex span.fm-useronline-tag {
  height: 14px;
  width: 14px;
  background: #00B074;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fm-chatbar .fmcuidata-rightflex-bottom p.p-msgcoming{
  color: #464255;
}
.fm-mt-30{
  margin-top: 30px;
}
.doc-pubdel-btns button.btn {
  border-radius: 12px;
  background: #2BC155;
  width: 150px;
  height: 56px;
  color: #FFF;
  font-size: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 10px;
}
.doc-pubdel-btns button.btn.rvdoc-del-btn{
  background: #F46B68;
}
.reviews-doctor-docs .day-wise-filter .common-select2-fields.csf-day-sort .select2-selection.select2-selection--single::before{
  display: none;
}
.reviews-doctor-docs .day-wise-filter .common-select2-fields.csf-day-sort .select2-selection.select2-selection--single{
  padding-left: 12px;
  min-width: 152px !important;
}
.reviews-doctor-docs .day-wise-filter .common-select2-fields .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: block;
  border-color: #2BC155 transparent transparent transparent
}
.reviews-doctor-docs .day-wise-filter .common-select2-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
  background: none;
}
.reviews-doctor-docs .day-wise-filter .common-select2-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2BC155;
}
.reviews-doctor-docs .day-wise-filter .common-select2-fields {
  min-width: 152px;
  width: 152px;
}
.reviews-doctor-docs .day-wise-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent #2BC155 transparent;
}
.reviews-doctor-docs .doc-tr-fcol img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.reviews-doctor-docs .doc-tr-fcoldata h3 {
  color: #000;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.reviews-doctor-docs .doc-tr-fcoldata h4 {
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #464255;
}
.reviews-doctor-docs .doc-tr-fcoldata h5 {
  color: #3E4954;
  font-size: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reviews-doctor-docs .doc-tr-fcoldata h6 {
  color: #FF6F42;
  font-size: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reviews-doctor-docs .doc-tr-fcol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 300px;
}
.reviews-doctor-docs .fm-tables-data .table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F5F5F5 !important;
}
.reviews-doctor-docs .fm-tables-data .table tbody tr:last-child td{
  border-bottom: none !important;
}
.reviews-doctor-docs .doc-tr-fcols p {
  color: #3E4954;
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  width: 100%;
}
.reviews-doctor-docs .doc-tr-fcols span {
  color: #a3a3a3;
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  display: block;
}
.reviews-doctor-docs .doc-tr-fcols {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #EBEBEB;
  padding-left: 15px;
  width: 550px;
}
.reviews-doctor-docs .doc-tr-fcolt h4 {
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  color: #00b074;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.reviews-doctor-docs .doc-tr-fcolt h4 img {
  width: 18px;
  margin-right: 5px;
}
.reviews-doctor-docs .btn.doc-treview-publishBtn {
  color: #2BC155;
  font-size: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  border-radius: 0;
  background: none;
}
.reviews-doctor-docs .btn.doc-treview-deleteBtn {
  color: #FF6D4C;
  font-size: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  border-radius: 0;
  background: none;
}
.reviews-doctor-docs .fm-tables-data .table tbody tr td:first-child {
  padding-left: 15px;
}
.reviews-doctor-docs .fm-tables-data .table tbody tr td:last-child {
  padding-right: 30px;
}
.reviews-doctor-docs .docs-reviews-tab ul li a {
  border-radius: 20px 20px 0px 0px;
  background: #E3E3E3;
  width: 160px;
  height: 54px;
  color: #969BA0;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-right: 2px;
  line-height: 50px;
  border: none;
}
.reviews-doctor-docs .docs-reviews-tab .nav-tabs {
  border-bottom: none;
}
.reviews-doctor-docs .docs-reviews-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}
.reviews-doctor-docs .basic-card.datatable-basic-card {
  margin-top: 30px;
}
.reviews-doctor-docs .fm-tables-data .table tbody tr:first-child td:first-child {
  border-radius: 0px 0 0 0;
}
.reviews-doctor-docs .fm-tables-data .table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.reviews-doctor-docs div.dataTables_wrapper tbody::before{
  display: none;
}
.phar-bdocs {
  background: #FDFDFD;
  border-radius: 16px;
  padding: 15px 6px;
  margin-bottom: 30px;
}
.phar-bdocs .phar-form-group label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #464255;
  margin-right: 15px;
  margin-bottom: 0;
}
.phar-bdocs .phar-form-group p{
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #A3A3A3;
  margin-right: 0px;
  margin-bottom: 0;
}
.phar-bdocs .phar-form-group {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.phar-bdocs .phar-peymenttype-tile {
  font-weight: bold;
  margin-bottom: 8px;
}
.phar-bdocs .pharm-docss-data {
  margin-bottom: 6px;
  margin-top: 20px;
}
.phar-bdocs .pharm-docss-dataflex-box label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #464255;
  margin-right: 0;
  margin-bottom: 10px;
}
.phar-bdocs .pharm-docss-dataflexbox-img {
  height: 150px;
  width: 150px;
  border-radius: 20px;
  overflow: hidden;
}
.phar-bdocs .pharm-docss-dataflexbox-img img{
  height: 100%;
  width: 100%;
}
.phar-bdocs .pharm-docss-dataflex {
  display: flex;
  flex-wrap: wrap;
}
.phar-bdocs .pharm-docss-dataflex .pharm-docss-dataflex-box {
  margin-right: 15px;
  margin-bottom: 15px;
}
.analytics-dash .analy-title-select .select2-container--default .select2-selection--single {
  background-color: #F3F2F7;
  border: none;
  border-radius: 30px;
}
.analytics-dash .analy-title-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 23px;
  font-size: 13px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 10px;
}
.analytics-dash .analy-title-select {
  display: flex;
  flex-wrap: wrap;
}
.analytics-dash .analy-title-select h3 {
  margin-right: 15px;
}
.analytics-dash .ati-dataleft-inner img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.analytics-dash .ati-dataleft p.ati-dataleft-id {
    font-size: 18px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #a3a3a3;
}
.analytics-dash .ati-dataleftinner-data h4 {
    font-size: 16px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #464255;
    margin-bottom: 10px;
    width: 100%;
    align-self: baseline;
}
.analytics-dash .ati-dataleftinner-data p {
    font-size: 12px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    color: #a3a3a3;
    align-self: flex-end;
}
.analytics-dash .ati-dataright-innerdata h4 {
    font-size: 22px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #464255;
}
.analytics-dash .ati-dataright-innerdata p {
    font-size: 14px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #a3a3a3;
}
.analytics-dash .ati-dataleft-inner {
    display: flex;
    margin-left: 15px;
    flex: 1;
}
.analytics-dash .ati-dataleftinner-data {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 1;
}
.analytics-dash .anal-trending-itemdatainner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.analytics-dash .ati-dataleft {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
    margin-right: 15px;
}
.analytics-dash .ati-dataright-innerchart {
    width: 50px;
    height: 50px;
}
.analytics-dash .ati-dataright-innerdata {
    margin-left: 15px;
}
.analytics-dash .ati-dataright-inner {
    display: flex;
    flex-wrap: nowrap;
}
.analytics-dash .ati-dataright {
    align-self: center;
}
.analytics-dash .anal-trending-itemdata {
    border-bottom: 1px solid #F3F2F7;
    padding: 15px 0;
}
.analytics-dash .rrc-box {
    min-height: 250px;
}
.analytics-dash .anal-trending-itemdata:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.analytics-dash .anal-mostselling .ati-dataleftinner-data h4{
  margin-bottom: 0;
}
.analytics-dash .anal-mostselling .ati-dataleftinner-data h6{
    font-size: 12px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    color: #464255;
    width: 100%;
}
.analytics-dash .anal-mostselling-viewmore a {
    color: #2d9cdb;
    font-size: 16px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline !important;
    display: inline-block;
}
.analytics-dash .anal-mostselling-viewmore{
  text-align: right;
  margin-top: 5px;
}
.analytics-dash .anal-mostselling-viewmore a i{
  margin-left: 5px;
}
.analytics-dash .anal-favitem-box img {
    width: 170px;
    height: 170px;
    margin-bottom: 15px;
}
.analytics-dash .anal-favitem-box h4 {
    font-size: 16px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: #464255;
    margin-bottom: 10px;
}
.analytics-dash .anal-favitem-rating i {
    font-size: 18px;
    color: #cfcfcf;
    cursor: pointer;
}
.analytics-dash .anal-favitem-rating i.active{
  color: #F7C604;
}
.analytics-dash .anal-favitem-star span {
    font-size: 12px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #a3a3a3;
    display: inline-block;
}
.analytics-dash .anal-favitem-star {
    display: flex;
    align-items: center;
}
.analytics-dash .anal-favitem-rating {
    margin-right: 20px;
}
.analytics-dash .anal-favitem-like span {
    display: inline-block;
    background: rgba(219, 108, 45, 0.15);
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 12px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: #2d9cdb;
}
.analytics-dash .anal-favitem-like span i {
    margin-right: 10px;
    font-size: 18px;
    float: left;
    cursor: pointer;
}
.analytics-dash .anal-favitem-like {
    margin-top: 15px;
}
.analytics-dash .anal-favitem-box {
    width: 198px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.analytics-dash .anal-favitem-inner {
    display: flex;
    flex-wrap: wrap;
}
.analytics-dash .anal-favitem {
    margin-top: 30px;
}
.analytics-dash .row-margin-t30 {
    margin-top: 30px;
}
.pharm-chrt-pieflexbox{
  width: 140px !important;
  height: 140px !important;
  margin: 2px;
  margin-bottom: 20px;
}
.pharm-chrt-pieflexbox p {
  text-align: center;
  font-size: 18px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #464255;
  margin-top: 10px;
}
.pharm-chrt-pieflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.ccd-chartflex img {
  width: 24px;
  margin-right: 15px;
}
.ccd-chartflex h4 {
  font-size: 24px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #198972;
}
.co-charttop-dataflex p {
  font-size: 12px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #a3a3a3;
}
.ccd-chartflex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.co-charttop-data {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.co-charttop-dataflex.ccd-fir {
  margin-left: 50px;
}
.left-side ul li ul li a.active {
  background: none !important;
}

/*16-02-2024*/
.common-inactive-tag.cit-inactivetag {
  background: #FCE9E9;
  border-radius: 30px;
  padding: 3px 15px;
  color: #E02626;
  min-width: 110px;
  text-align: center;
}
.common-active-tag.cit-activetag {
  border-radius: 30px;
  padding: 3px 15px;
  min-width: 110px;
  text-align: center;
}
.btn.ffm-settlebutton {
  background: #216AAD;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  min-width: 100px;
  text-align: center;
  font-family: barlow;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.btn.ffm-downloadbutton {
  background: #216AAD;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  min-width: 100px;
  text-align: center;
  font-family: barlow;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.dtl_data.dtl_data_settlement_title h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 24px;
}
.fmm-mb-4{
  margin-bottom: 40px !important;
}
.rider-select-fileds.m-0.clicnic-select-fields {
  padding: 20px 20px 0;
}
.clicnic-select-innerfields {
  display: flex;
  flex-wrap: wrap;
}
.clicnic-select-innerfields-select {
  width: 400px;
  margin: 0 15px;
}
.clicnic-select-innerfields-select select{
  margin: 0px !important;
  color: #000;
}
.clicnic-select-innerfields-select select option,.clicnic-select-innerfields-select select, .clicnic-select-innerfields-select select option[selected]{
  color: #000 !important;
}
.clicnic-select-innerfields button.btn {
  background: #198999;
  border-radius: 10px;
  color: #fff;
  min-width: 115px;
  text-align: center;
  font-family: barlow;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.clicnic-tablist-nav {
  margin-top: 30px;
}
.clicnic-tablist-nav ul {
  border: none;
}
.clicnic-tablist-nav .nav-tabs .nav-item {
  margin-bottom: 0px;
}
.clicnic-tablist-nav .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px !important;
  color: #07090B;
  font-family: barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-right: 20px;
}
.clicnic-tablist-nav .nav-tabs .nav-link:hover {
  background: none !important;
}
.clicnic-tablist-nav .nav-tabs .nav-link.active {
  border-color: #00B074;
  color: #00B074;
}
.clicnic-tablist-nav .nav-tabs .nav-link img{
  margin-right: 6px;
  height: 20px;
  width: 20px;
}
.clicnic-tablist-nav .nav-tabs .nav-link.active img{
  filter: brightness(0) saturate(100%) invert(51%) sepia(37%) saturate(6865%) hue-rotate(134deg) brightness(97%) contrast(101%);
}
.rider-select-filedsinner.clicnic-select-f label {
  font-size: 20px;
  font-weight: 500;
}
.dropdown.day-wise-filter.day-wise-clicnicfilter .btn {
  min-height: auto;
  height: 46px;
}
.dropdown.day-wise-filter.day-wise-clicnicfilter input {
  height: 30px;
  padding: 0;
  border: none;
}
.dropdown.day-wise-filter.day-wise-clicnicfilter .btn:focus, .dropdown.day-wise-filter.day-wise-clicnicfilter .btn:active {
  outline: none;
  box-shadow: none;
}
.rider-select-fileds.m-0.clicnic-select-fields.csf-cuspadd {
  padding-bottom: 20px;
}
.btn.ffm-settlebutton.ffm-holdbutton {
  background: #AD2121;
}
.clicnic-select-innerfields .btn.chnge_clicnicBtn {
  color: #191E99;
  padding: 0;
  margin: 0;
  align-self: center;
  font-weight: 500;
}
.sattleview-bankdata-fields .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.sattleview-bankdata-fields-inner h4 {
  color: #07090B;
  font-family: barlow;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.sattleview-bankdata-fields-inner p {
  color: #64748B;
  font-family: barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}
.sattleview-bankdata-fields-inner p:last-child {
  margin-bottom: 0;
}
.sattleview-bankdata-fields-inner a.create-razorpay-accLink {
  margin-top: 5px;
  color: #191E99;
  font-family: barlow;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.clicnic-amt-settle input {
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  height: 42px;
  width: 110px;
}
.cas-amtinner{
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.cas-amtinner label{
  color: #64748B;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  font-family: barlow;
  font-weight: 500;
}
.cas-amtinner p{
  color: #232323;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  font-family: barlow;
  font-weight: 500;
  margin-left: 20px;
}
.clicnic-amt-settle {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sattleview-bankdata-fields-inner .settle_amt_Btn.btn {
  background: #198999;
  color: #fff;
  height: 42px;
  font-family: barlow;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  min-width: 140px;
}
.clicnic-paysettlement-popupmodal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}
.clicnic-paysettlement-popupmodal.show {
  display: flex;
}
.clicnic-paysettlement-popupmodal-inner {
  max-width: 90vw;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  width: 400px;
  max-height: 90vh;
  overflow: auto;
}
.clicnic-paysettlement-popupmodal-inner img {
  width: 48px;
  margin-bottom: 15px;
}
.clicnic-paysettlement-popupmodal-inner h4 {
  color: #101828;
  font-family: barlow;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cppi-buttongroup-modal .btn.close_settlepaymodal_Btn {
  border: 1px solid #CBD5E1;
  width: 84px;
  height: 44px;
  background: #F8F9FA;
  border-radius: 10px;
  color: #0F172A;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  font-family: barlow;
  margin-right: 10px;
  text-align: center;
}
.cppi-buttongroup-modal .btn.confirm_settlepaymodal_Btn {
  border: 1px solid #198999;
  width: 84px;
  height: 44px;
  background: #198999;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  font-family: barlow;
  margin-right: 0px;
  flex: 1;
  text-align: center;
}
.cppi-buttongroup-modal {
  display: flex;
  flex-wrap: wrap;
}
/*login*/
.fm-login-nw .fm-login-nw-inner {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  min-height: 100vh;
}
.fm-login-nw .fm-login-nw-inner-l {
  flex: 0 0 50%;
  background: #F9FAFB;
  padding: 30px 0 30px 30px;
  max-width: 50%;
}
.fm-login-nw .fm-login-nw-inner-r {
  flex: 0 0 50%;
  background: #fff;
  padding: 30px 100px;
  max-width: 50%;
}
.fm-login-nw {
  min-height: 100vh;
  overflow-y: auto;
}
.fm-login-nw .fm-login-nw-inner-l-data h3 {
  color: #198999;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  font-family: barlow;
  margin-bottom: 30px;
}
.fm-login-nw .fm-login-nw-inner-l-data p {
  color: #07090B;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  font-family: barlow;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.fm-login-nw .fm-login-nw-inner-l-data p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #000;
  height: 7px;
  width: 7px;
}
.fm-login-nw .fm-login-nw-inner-l-data-img {
  margin-top: 36px;
}
.fm-login-nw .fm-login-nw-inner-l-data-field {
  padding-right: 30px;
}
.fm-login-nw .fm-login-nw-inner-r-header img {
  width: 128px;
}
.fm-login-nw .fm-login-nw-inner-r-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fm-login-nw .fm-login-nw-inner-r-header-contact label {
  color: #07090B;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.fm-login-nw .fm-login-nw-inner-r-header-contact p {
  color: #07090B;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.fm-login-nw .fm-login-nw-inner-r-contctform {
  margin-top: 100px;
}
.fm-login-nw .fm-login-nw-inner-r-contctform h2{
  color: #07090B;
  font-family: barlow;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fm-login-nw .fm-login-nw-inner-r-contctform p{
  color: #8B9195;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.fm-login-nw .fm-login-nw-inner-r-contctform-inner {
  margin-top: 30px;
}
.fm-login-nw .fm-login-nw-inner-r-contctform-inner .form-group label{
  color: #0F172A;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.fm-login-nw .fm-login-nw-inner-r-contctform-inner .form-group input.form-control {
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  height: 48px;
  color: #0F172A;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.fm-login-nw .fm-login-nw-inner-r-contctform-inner .form-group input.form-control:placeholder {
  color: #A1A2AF;
}
.fm-login-nw .fm-contct-loginBtn .btn {
  background: #198999;
  color: #fff;
  font-weight: 500;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  height: 48px;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.fm-login-nw .fm-contct-existing-user p{
  color: #8B9195;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
.fm-login-nw .fm-contct-existing-user p a{
  display: inline-block;
  color: #198999;
}
.fm-login-nw .fm-contct-existing-user {
  text-align: center;
}
.fm-login-nw .fm-contct-forgot .fm-contct-forgotlink{
  color: #198999;
  font-family: barlow;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
}
.fm-login-nw .fm-contct-forgot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fm-login-nw .fm-contct-forgot label {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #0F172A;
  margin-bottom: 0px !important;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.fm-login-nw .fm-contct-forgot label input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.fm-login-nw .fm-contct-forgot label .radio-button__custom-indicator {
  background-color: white;
  border: 2px solid #667085;
  border-radius: 2px;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 18px;
}
.fm-login-nw .fm-contct-forgot label .radio-button__custom-indicator::after {
  background-color: #198999;
  border-radius: 2px;
  content: "";
  display: none;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}
.fm-login-nw .fm-contct-forgot label input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.fm-login-nw .fm-contct-forgot label input:checked ~ .radio-button__custom-indicator{
  border-color: #198999;
}
.fm-login-nw .fm-login-nw-inner-l-data-img img.fm-login-img-mob {
  display: block;
  width: 280px;
}
.fm-login-nw .fm-login-nw-inner-l-data-img img{
  margin: auto;
}
.fm-login-nw .fm-login-nw-inner-l-data-img {
  text-align: center;
}
.fm-login-nw .owl-dots .owl-dot {
  background: #CCE3E7 !important;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0 2px;
}
.fm-login-nw .owl-dots{
  text-align: center;
  margin-top: 50px;
}
.fm-login-nw .owl-dots .owl-dot.active {
  background: #198999 !important;
  width: 24px;
  border-radius: 15px;
}
/*login*/
/*16-02-2024*/








@media(max-width: 1919px){
  .main-sidebar {
    width: 250px;
  }
  .content-wrapper, .main-footer {
    margin-left: 250px;
  }
  .left-side ul li a {
    font-size: 14px;
  }
  .header-menu h3 {
    font-size: 18px;
  }
  .header-menu-flex .hmr-inner ul li a.cm-hmrlink{
    height: 36px;
    width: 36px;
    border-radius: 8px;
    padding: 5px;
    line-height: 24px;
  }
  .header-menu-flex .hmr-inner ul li a.cm-hmrlink img {
    height: 16px;
    width: auto;
    margin: auto;
  }
  .hmr-inner {
    padding-right: 20px;
    margin-right: 20px;
  }
  .header-menu-list li a img.user-avatar-icon {
    width: 40px;
    margin-left: 15px;
  }
  .cs-breadcrumb-inner ul.list-page-name li, .cs-breadcrumb-inner ul.list-page-name li a {
    font-size: 20px;
    line-height: 28px;
  }
  .cs-breadcrumb-inner ul li, .cs-breadcrumb-inner ul li a {
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
  }
  .filter-period-icon span {
    border-radius: 8px;
    padding: 9px;
    height: 40px;
    width: 40px;
    line-height: 17px;
  }
  .filter-period-icon span img {
    height: 20px;
  }
  .filter-period-dates h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .filter-period i.angle-icon {
    font-size: 24px;
  }
  .dash-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .counter-card .align-count h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .counter-card .align-count p {
    font-size: 14px;
    line-height: 18px;
  }
  .dash-reports-img img {
    height: 50px;
    max-width: 50px;
    margin-left: 15px;
  }
  .right-side-menu-bar {
    padding: 6px 0;
  }
  .recent-patient-box .ppc-titles h3, .top-rated-doctor .ppc-titles h3, .common-revenue-chart-box .ppc-titles h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .ppc-group-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
  .revenue-chart-price .rcp-inner h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .revenue-chart-price .rcp-inner h4 {
    font-size: 12px;
    line-height: 18px;
  }
  .trd-viewlink a {
    font-size: 13px;
    line-height: 20px;
  }
  .trd-viewlink {
    display: inline-flex;
  }
  .trd-pic {
    width: 90px;
    height: 100px;
  }
  .trd-pic .doctor-propic {
    max-width: 100%;
    max-height: 100%;
  }
  .trd-inner-data h4 {
    font-size: 14px;
  }
  .trd-inner-data h5 {
    font-size: 12px;
  }
  .rp-boxdata-detail h4 {
    font-size: 12px;
    line-height: 14px;
  }
  .rp-boxdata-detail h5 {
    font-size: 10px;
    line-height: 14px;
  }
  .rp-boxdata-right span {
    font-size: 10px;
    line-height: 14px;
  }
  .rp-boxdata-img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .ppc-titles h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .ppc-form-group .radio-group-flex .radio-button__label-wrapper {
    font-size: 14px;
  }
  .ppc-titles .ppc-title-inner p {
    font-size: 14px;
  }
  .ppc-action-btn .btn {
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 14px;
  }
  .ppc-action-btn .btn img {
    height: 18px;
    margin-right: 5px;
  }
  .phar-createdoc-btn a {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 24px;
  }
  .pharmacy-cards .dash-reports-img {
    margin-right: 15px;
    margin-left: 0;
    height: 50px;
    width: 50px;
  }
  .counter-card.pharmacy-cards .phar-cardata h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .counter-card.pharmacy-cards .phar-cardata p {
    font-size: 14px;
    line-height: 17px;
  }
  .dtl_data h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .dtl_data p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
  }
  .dtl-search {
    margin-right: 15px;
    height: 46px;
    width: 290px;
    position: relative;
  }
  .dtl-search img {
    width: 20px;
    position: absolute;
    right: 18px;
    top: 13px;
  }
  .orders-filters-group .dropdown button.btn {
    font-size: 14px;
  }
  .fm-tables-data .table th {
    font-size: 14px;
    line-height: 18px;
  }
  .fm-tables-data .table thead tr th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fm-tables-data .table td {
    font-size: 13px;
    line-height: 15px;
  }
  .fm-tables-data .table td .phar-order-status {
    font-size: 12px;
    border-radius: 7px;
    padding: 7px 10px;
  }
  div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
  }
  .pol-actions-btns .pol-pres.btn {
    font-size: 14px;
    line-height: 18px;
    width: 166px;
    height: 45px;
    padding: 5px 30px;
  }
  .pol-actions-btns .pol-pres img.pol-pre-icon {
    width: 14px;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 12px;
  }
  .pol-actions-btns .pol-pres img.pol-angle-icon {
    width: 16px;
    margin-right: 0px;
    position: absolute;
    right: 15px;
    top: 14px;
  }
  .pol-actions-btns .pol-cancel-btn.btn {
    font-size: 14px;
    line-height: 22px;
    width: 166px;
    height: 45px;
  }
  .order-status-dropdown .dropdown button.btn {
    font-size: 14px;
    line-height: 22px;
    width: 166px;
    height: 45px;
    padding: 10px 24px;
  }
  .order-status-dropdown .dropdown button.btn img.os-cube-icon {
    width: 19px;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 12px;
  }
  .order-status-dropdown .dropdown button.btn img.os-angle-icon {
    width: 16px;
    margin-right: 0px;
    position: absolute;
    right: 9px;
    top: 14px;
  }
  .ph-customer-detailinner .cp-image {
    height: 100px;
    width: 100px;
  }
  .ph-customer-detailinner .ph-customer-detail h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .ph-customer-detailinner .ph-noteorder h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .ph-customer-detailinner .ph-noteorder-innerflex p {
    font-size: 14px;
    line-height: 24px;
  }
  .ph-customer-detailinner .ph-noteorder {
    padding: 20px;
    padding-bottom: 50px;
  }
  .ph-customer-detailinner .ph-noteorder-inner {
    padding: 20px;
  }
  .ph-order-databox {
    padding: 20px;
  }
  .ph-order-databox h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .ph-order-databox ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .ph-order-databox ul li .order-recieve-time {
    font-size: 12px;
  }
  #pharmacy_orderlist_datatable th {
    font-size: 16px;
    line-height: 18px;
  }
  .p-order-listdata h5 {
    font-size: 14px;
    line-height: 19px;
  }
  .p-order-listdata p {
    font-size: 13px;
    line-height: 18px;
  }
  #pharmacy_orderlist_datatable td {
    font-size: 14px;
    line-height: 18px;
  }
  .ph-orderlist-leftmenu {
    width: 250px;
    margin-right: 30px;
  }
  .p-order-list-footer h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .p-order-list-footer h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .p-order-list-footer .plf-cash {
    font-size: 16px;
    line-height: 20px;
  }
  .p-order-list-footer h4.plf-grand-total, span.plf-grand-total {
    font-size: 18px;
    line-height: 20px;
  }
  .ph-order-controls a {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 12px;
    height: 48px;
  }
  .ph-order-controls .poc-user-img {
    width: 20px;
    margin-right: 6px;
  }
  .poc-edit-img {
    width: 20px;
    margin-right: 6px;
  }
  .ph-orderlist-rightmenu {
    flex: 1;
    width: calc(100% - 250px);
  }
  .pres-modal .btn.reupload-req-btn {
    font-size: 12px;
    line-height: 22px;
    width: 154px;
    height: 40px;
  }
  .pres-modal .pres-header h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .pres-modal .pres-reciept-flex img {
    width: 56px;
    margin: 4px;
  }
  .transfer-doctor-modal .fm-common-header h3, .request-customer-modal .fm-common-header h3,
  .order-update-modal .fm-common-header h3, .order-transfer-modal .fm-common-header h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
  }
  .transfer-doctor-modal .fm-common-body .triangel-doctor-img,
  .request-customer-modal .fm-common-body .triangel-doctor-img,
  .order-update-modal .fm-common-body .triangel-doctor-img,
  .requestcustomer-modal .fm-common-body .triangel-doctor-img {
    width: 100px;
    margin: auto;
  }
  .transfer-doctor-modal .fm-common-body h4,
  .request-customer-modal .fm-common-body h4,
  .order-update-modal .fm-common-body h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
  }
  .transfer-status_btns .btn {
    width: 160px;
    height: 44px;
    font-size: 15px;
    line-height: 19px;
  }
  .transfer-status_btns {
    margin-top: 30px;
  }
  .p-orderlist-img {
    height: 74px;
    width: 74px;
  }
  .btn.update-cart-btn {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 28px;
  }
  .fm-common-modal.order-transfer-modal .fm-common-body h5 {
    font-size: 14px;
    line-height: 16px;
  }
  .fm-common-modal.order-transfer-modal .fm-common-body textarea {
    font-size: 16px;
    line-height: 20px;
    min-height: 220px;
  }
  .rotrack-datainner h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .rotrack-userflex-inner h4 {
    font-size: 17px;
    line-height: 19px;
  }
  .rotrack-userflex-inner h6 {
    font-size: 12px;
    line-height: 19px;
  }
  .ruinner-flex a.tel-link-track {
    font-size: 13px;
    line-height: 20px;
  }
    .ruinner-flex a.tel-link-track h5 {
    font-size: 13px;
    line-height: 16px;
  }
  .rotrack-dataslot h6, .rotrack-dataslot input {
    font-size: 13px;
    line-height: 20px;
  }
  .pol-actions-btns .pol-publish-btn.btn {
    font-size: 14px;
    line-height: 22px;
    width: 166px;
    height: 45px;
  }
  .card-header .btn.btn-link.accordion-cs-toggle {
    font-size: 14px;
    line-height: 16px;
    height: 46px;
  }
  .card-header i.fa {
    color: #000 !important;
    font-size: 14px;
  }
  .card-header .btn.btn-link.accordion-cs-toggle i {
    position: absolute;
    right: 15px;
    top: 14px;
  }
  .fetaure-addproduct-link {
    font-size: 14px;
  }
  .product-categories .radio-group-flex .radio-button__label-wrapper {
    font-size: 14px;
    line-height: 19px;
  }
  .products-add-tagsinner input {
    height: 46px;
  }
  .products-add-tagsinner button.btn {
    height: 46px;
    font-size: 14px;
    line-height: 18px;
  }
  .products-add-tags span.protag-tagline {
    font-size: 14px;
  }
  .product-formflex label {
    font-size: 14px;
    line-height: 17px;
  }
  .ph-productadd-rightmenu.ph-orderlist-rightmenu .card {
    margin-bottom: 15px;
  }
  .faq-answer p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-addButton button.btn {
    font-size: 14px;
    line-height: 22px;
    width: 166px;
    height: 45px;
  }
  .tag-tabsinner ul.nav-tabs .nav-link {
    font-size: 14px;
    line-height: 44px;
    width: 166px;
    height: 45px;
  }
  .tag-tabsinner ul {
    width: 166px;
  }
  .product-addfields.set-schedule a.schedule-link {
    font-size: 14px;
  }
  .product-addfields .form-control {
    font-size: 14px;
    line-height: 17px;
  }
  .product-addfields .select2-container--default .select2-selection--multiple .select2-selection__choice,
  .product-addfields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .faq-modal-btns button.btn {
    width: 160px;
    height: 44px;
    font-size: 15px;
    line-height: 19px;
  }
  .dc-settle-nowbtn {
    font-size: 14px;
    line-height: 22px;
    height: 46px;
    min-width: 144px;
    padding-left: 35px;
  }
  .dc-settle-nowbtn img {
    width: 20px;
    position: absolute;
    left: 12px;
    top: 12px;
  }
  .dc-box-innerflex-image {
    height: 120px;
    width: 120px;
  }
  .dc-box-innerflex-data h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .dc-box-innerflex-data h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .dc-tel-flex a {
    font-size: 14px;
    line-height: 16px;
  }
  .doc-settlement-modal.fm-common-modal .fm-common-header h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .settlemet-count h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .sett-tables-pop .table th {
    font-size: 14px;
    line-height: 18px;
  }
  .sett-tables-pop .table td {
    font-size: 14px;
    line-height: 18px;
  }
  .stt-confirm-btns .btn {
    font-size: 14px;
    padding: 11px 20px 13px 20px;
  }
  .customer-report-datainner h4 {
    font-size: 20px;
    line-height: 34px;
  }
  .customer-report-datainner p, .crd-flexfooter p {
    font-size: 12px;
    line-height: 16px;
  }
  .crd-flexdata {
    margin-top: 8px;
  }
  .crd-flexdataleft h5, .crd-flexdataright h5, .crd-flexfooter h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .customer-dataflex .dc-box-innerflex, .customer-report-data {
    min-height: 190px;
  }
  .oc-customer-number {
    display: block;
    margin: 0;
  }
  .callbyorder-header h3 {
    font-size: 16px;
  }
  .callbyorder-form-flex label {
    font-size: 14px;
    line-height: 19px;
    min-width: 140px;
  }
  .callbyorder-form-input input.form-control, .callbyorder-form-input select.form-control, .pres-radio-check .radio-group-flex .radio-button__label-wrapper {
    font-size: 14px;
    line-height: 19px;
  }
  .callbyorder-form-table .table td {
    font-size: 14px;
    line-height: 19px;
  }
  .common-select2-fields .select2-selection.select2-selection--single {
    min-height: 46px;
    height: 46px;
  }
  .common-select2-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-right: 0;
  }
  .common-select2-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 11px;
  }
  .common-select2-fields.csf-sort .select2-selection.select2-selection--single::before,
  .common-select2-fields.csf-day-sort .select2-selection.select2-selection--single::before,
  .common-select2-fields.csf-orderstatus-sort .select2-selection.select2-selection--single::before{
    top: 12px;
  }
  .common-select2-fields.csf-orderstatus-sort .select2-selection.select2-selection--single {
    min-height: 45px;
    min-width: 166px;
  }
  .common-select2-fields.csf-orderstatus-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
  }
  .common-select2-fields.csf-orderstatus-sort {
    min-width: 166px;
    width: 166px;
  }
  .callbyorder-pres-table table tr th {
    font-size: 18px;
    line-height: 20px;
  }
  .callbyorder-pres-table table tr td{
    font-size: 14px;
    line-height: 18px;
  }
  .cpv-right {
    width: 230px;
  }
  .cpv-greenbox {
    height: 230px;
  }
  .cpv-left{
    height: 490px;
  }
    .cpv-greenbox textarea.form-control {
    min-height: 150px !important;
    height: auto;
    max-height: 150px;
    font-size: 13px;
    line-height: 16px;
    }
    .cpv-typeinner {
      min-width: 240px;
      min-height: 80px;
      padding: 15px 10px;
    }
    .cpv-typeinner p {
    font-size: 14px;
    line-height: 18px;
  }
  .cpv-typeinner h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .transfer-doctor-modal .fm-common-header h3, .request-customer-modal .fm-common-header h3,
  .order-update-modal .fm-common-header h3,
  .order-transfer-modal .fm-common-header h3,
  .requestcustomer-modal .fm-common-header h3, .presupload-request-modal .fm-common-header h3,
  .presupload-cancelorder-modal .fm-common-header h3 {
    font-size: 16px;
    line-height: 17px;
    padding: 0px 10px;
  }
  .fm-common-modal.order-transfer-modal .fm-common-body h5,
  .fm-common-modal.presupload-request-modal .fm-common-body h5,
  .presupload-cancelorder-modal .fm-common-body h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .fm-common-modal.order-transfer-modal .fm-common-body textarea,
  .fm-common-modal.presupload-request-modal .fm-common-body textarea,
  .presupload-cancelorder-modal .fm-common-body textarea {
    font-size: 14px;
    line-height: 20px;
  }
  .cpv-greenbox h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .dc-comm-forms .signup-tabs p.tabs-desc {
    font-size: 13px;
    line-height: 16px;
  }
  .dc-comm-forms .signup-box span.tabs-count {
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 28px;
  }
  .dc-comm-forms .common-forms form .form-group label {
    font-size: 14px;
    line-height: 18px;
  }
  .dc-comm-forms .common-forms form .form-group .form-control {
    height: 46px;
    font-size: 14px;
    line-height: 20px;
  }
  .dc-comm-forms span.cs-error {
    font-size: 14px;
  }
  .dc-comm-forms .upload-img {
    width: 100px;
    height: 100px;
   }
  .dc-comm-forms .file-upload-wrapper::before{
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
  .dc-comm-forms .file-upload-wrapper::after {
    font-size: 14px;
    height: 44px;
    line-height: 25px;
    }
  .dc-comm-forms .file-upload-wrapper, .dc-comm-forms .file-upload-wrapper input {
    height: 46px;
  }
  .dc-comm-forms .radio-group-flex .radio-button__custom-indicator{
    top: 0;
  }
.dc-comm-forms .select2-container--default .select2-selection--single {
  height: 46px;
}
.dc-comm-forms .select2-container--default .select2-selection--multiple{
  min-height: 46px;
  height: auto;
}
.dc-comm-forms .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
}
.dc-comm-forms .signup-submit button.btn {
  width: 190px;
  height: 46px;
  font-size: 14px;
  line-height: 24px;
}
.dc-comm-forms .select2-container--default .select2-selection--single .select2-selection__placeholder{
  font-size: 14px;
}
.dc-comm-forms .horizontal-line {
  top: 17px;
}
.form-group.dc-sc-btngroup .btn {
  height: 46px;
  font-size: 14px;
}
.dc-education-table h3.dc-tabtitle-h3 {
  font-size: 18px;
  line-height: 22px;
}
.dc-education-table table tr th {
  font-size: 14px;
  line-height: 22px;
}
.dc-education-table table tr td {
  font-size: 12px;
  line-height: 18px;
}
.identity-title h3 {
  font-size: 20px;
  line-height: 24px;
}
.add-session-btngroup .btn.add-session-more {
  font-size: 14px;
  line-height: 24px;
  width: 190px;
  height: 46px;
}
.newappo-createBtn a {
  padding: 5px 24px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 34px;
  height: 46px;
}
.newappo-createBtn a img {
  width: 20px;
  margin-right: 10px;
}
.pol-actions-btns .btn.pol-cancel-btn.completed-avBtn,
.pol-actions-btns .btn.pol-cancel-btn.cancelled-avBtn{
  width: 130px;
}
.ph-order-databox.no-background-box h4 {
  font-size: 18px;
  line-height: 20px;
}
.avr-title h3 {
  font-size: 16px;
  line-height: 20px;
}
.avr-bodyinner-data label, .avr-bodyinner-data p {
  font-size: 14px;
  line-height: 24px;
}
.patient_select_btns .btn {
  font-size: 14px;
  line-height: 24px;
}
.find-availabel-slots .btn {
  height: 50px;
  font-size: 14px;
  line-height: 24px;
  min-width: 200px;
}
.app-available-slots label {
  width: 180px;
  height: 50px;
  font-size: 14px;
  line-height: 24px;
  }
  .app-paymenttype .app-paymentbox-title {
  font-size: 18px;
  line-height: 25px;
}
.app-paymentbox-top h3 {
  font-size: 16px;
  line-height: 20px;
}
.app-paymentbox-top h4 {
  font-size: 24px;
  line-height: 26px;
}
.app-paymentbox p {
  font-size: 14px;
  line-height: 20px;
}
.app-walletpay .btn {
  width: 190px;
  height: 46px;
  font-size: 14px;
  line-height: 24px;
}
.appointment-promocode .app-promoup p, .appointment-promocode .app-promoup p a {
  font-size: 18px;
  line-height: 24px;
}
.appointment-promocode input {
  font-size: 14px;
  line-height: 20px;
  height: 46px;
}
.appointment-promocode .btn {
  width: 150px;
  height: 46px;
  font-size: 14px;
  line-height: 20px;
}
.row.app-paymentdetail h4.app-paymentbox-title {
  font-size: 18px;
  line-height: 24px;
}
.row.app-paymentdetail .table th, .row.app-paymentdetail .table td {
  font-size: 14px;
  line-height: 20px;
}
.dbi-rightbox-colw {
  width: 350px;
}
.dbi-uatitle-flex h4 {
  font-size: 16px;
  line-height: 24px;
}
.dbi-uatitle-flex span.dbi-ua-appocount {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 38px;
}
.ua-graydata-riinner-le h5 {
  font-size: 15px;
  line-height: 20px;
}
.ddet-view .dc-box-innerflex-data h3 {
  font-size: 22px;
  line-height: 26px;
}
.dc-box-tablesview .nav-tabs .nav-link {
  width: 110px;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
}
.dbi-personal .form-group label {
  font-size: 16px;
  line-height: 22px;
}
.dbi-personal .form-group p {
  font-size: 14px;
  line-height: 20px;
}
.dbi-tabs-tbl .table th {
  font-size: 16px;
  line-height: 20px;
}
.dbi-tabs-tbl .table td {
  font-size: 14px;
  line-height: 18px;
}
.dbi-tabs-tbl h4.dbi-tabs-tbl-title {
  font-size: 18px;
  line-height: 22px;
}
.dbi-uatitle .dbi-ua-viewlink {
  font-size: 16px;
  line-height: 24px;
}
.dbi-whitebox .dc-box-innerflex{
  min-height: auto;
}
.patient-infonav .nav-tabs .nav-link {
  font-size: 14px;
  width: 150px;
}
.pit-info-title h3, .pit-info-title a {
  font-size: 20px;
}
.diagnoses-infosec-box h4 {
  font-size: 18px;
}
.general-infosec h4, .gi-datainfo-inner p {
  font-size: 20px;
}
.general-infosec-group-inner label, .general-infosec-group-inner p, .diagnoses-infosec-box p, .gi-common-tagsflex span,
.general-infosec.gi-datainfo-table table td {
  font-size: 14px;
}
.general-infosec-group-inner {
  padding: 10px 0;
}
.gi-datainfo .general-infosec-group-inner p {
  font-size: 36px;
  line-height: 40px;
}
.patient-infosec-flexleftinner h3.pifl-title{
  font-size: 18px;
}
.patient-searchbar .dtl-search {
  height: 46px;
}
.udv-usertype span {
  font-size: 14px;
}
.usertype-addbox-address img {
  width: 40px;
  height: 40px;
}
.usertype-addbox-address .utaas-data p, .usertype-addbox-address .utaas-data p a, .usertype-addbox-address .utaas-data h4 {
  font-size: 14px;
}
.fm-reviews-doc .fmrttt-content h3 {
  font-size: 20px;
}
.fm-reviews-doc .fmrttt-content p{
  font-size: 16px;
}
.fm-reviews-doc .fm-more-reviews-middlebox-r span {
  font-size: 24px;
  }
  .doc-pubdel-btns button.btn {
  width: 130px;
  height: 46px;
  font-size: 14px;
}
.reviews-doctor-docs .docs-reviews-tab ul li a {
  width: 150px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.reviews-doctor-docs .doc-tr-fcoldata h3 {
  font-size: 15px;
}
.reviews-doctor-docs .doc-tr-fcoldata h4 {
  font-size: 13px;
  }
  .reviews-doctor-docs .doc-tr-fcols p, .reviews-doctor-docs .doc-tr-fcols span {
  font-size: 13px;
}
.reviews-doctor-docs .doc-tr-fcols p {
  margin-bottom: 10px;
}
.reviews-doctor-docs .doc-tr-fcols {
  width: 300px;
}
.reviews-doctor-docs .doc-tr-fcol {
  width: 240px;
}
.reviews-doctor-docs .btn.doc-treview-publishBtn, .reviews-doctor-docs .btn.doc-treview-deleteBtn{
  font-size: 14px;
}
.reviews-doctor-docs .doc-tr-fcolt h4 {
  font-size: 16px;
  }
  .analytics-dash-one .rrc-box-headerleft {
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.docc-colw{
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.pharmm-col{
   flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
}
@media(max-width: 1299px){
  .dc-details-box.w-100.customer-dataflex.mb-15-cs {
    flex-wrap: wrap;
  }
  .dc-details-box.w-100.customer-dataflex.mb-15-cs .dc-box-inner.dbi-whitebox {
    flex: 0 0 100%;
    order: 1;
  }
  .dbi-rightbox-colw {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  .analytics-dash-col{
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .analytics-dash-trend{
    margin-bottom: 30px;
  }
}
@media(max-width: 1199px){
  .patient-infosec-flexleft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .patient-infosec-flexright {
    flex: 0 0 100%;
    width: 100%;
  }
  .patient-infosec-flex {
    flex-wrap: wrap;
  }
  .difps-list .nav.nav-tabs {
    max-height: 400px;
    overflow: auto;
  }
  .fm-login-nw .fm-login-nw-inner-r {
    padding: 30px 50px;
  }
  .clicnic-tablefilters .dtl-search {
    width: 200px;
  }
  .clicnic-tablefilters .common-select2-fields {
    min-width: 150px;
    width: 150px;
  }
  .clicnic-tablefilters .common-select2-fields .select2-selection.select2-selection--single {
    min-width: 130px;
  }
}
@media(max-width: 767px){
  .fm-login-nw .fm-login-nw-inner-l{
    display: none;
  }
  .fm-login-nw .fm-login-nw-inner-r {
    padding: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fm-login-nw .fm-login-nw-inner-r-contctform {
    margin-top: 45px;
  }
}