body .leaflet-container {
  width: 100%;
  height: 100%;
}

body .leaflet-touch .leaflet-geosearch-bar form input {
  height: 44px;
}

body fieldset {
  border: 1px solid #ccc;
  margin: revert;
  min-width: revert;
  padding: revert;
}

body legend {
  float: revert;
  font-size: revert;
  line-height: revert;
  margin-bottom: revert;
  padding: revert;
  width: revert;
}

body .accordion {
  background: none;
}

body .accordion-item {
  background: none;
}

body .accordion-button {
  background: none;
}

body .form-group .iti {
  display: block;
}

body .iti__country-list {
  z-index: 1000;
}

.theme-dark body .iti__country-list {
  background: #293042;
}

body .card-header:first-child {
  border-radius: 0;
}

div.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

div.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

body.admin-setting-helper-no .card-subtitle {
  display: none;
}

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

body .text-right {
  text-align: right;
}

body .text-center {
  text-align: center;
}

body .text-justify {
  text-align: justify;
}

div.choose-provider .card {
  cursor: pointer;
}

div.choose-provider .card.provider-card {
  margin: 0;
}

div.choose-provider .card .card-header {
  padding: 0.75em 0.5em;
}

div.choose-provider .card .card-body {
  padding: 0.75em 0.5em;
}

div.choose-provider .card .card-footer {
  padding: 0.75em 0.5em 1em;
}

div.choose-provider .card.disabled {
  cursor: not-allowed;
  opacity: 0.25;
}

div.choose-provider .card .img-thumbnail {
  padding: 0.35em 2.75em;
}

/* Custom admin css */
.pac-container {
  z-index: 10000;
}

body .invalid-feedback {
  margin: 0;
}

body .checkbox.is-invalid .invalid-feedback {
  display: block;
}

/* body .checkbox.is-invalid .text-muted {
  display: none;
} */

body .display-none,
body .hidden {
  display: none;
}

body .nowrap {
  white-space: nowrap;
}

body .reimbursement-zone,
body .insurance-zone,
body .reimbursement-bank-zone,
body .address-details-zone {
  display: none;
}

body .choose-provider .img-thumbnail img {
  max-height: 50px;
}

body .choose-provider .card {
  height: 100%;
}

/* Autocomplete */
body .ui-autocomplete {
  /* display: block !important; */
  position: absolute;
  z-index: 10000;
  padding: 0;
  list-style: none;
  background-color: var(--bs-white);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  background-clip: padding-box;
}

body .ui-widget.ui-widget-content {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

body .ui-autocomplete > li > div {
  display: block;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
  color: var(--bs-gray-700);
}

body .ui-menu .ui-menu-item-wrapper {
  padding: 0.3em 1em;
}

body .ui-widget-content .ui-state-hover,
body .ui-widget-content .ui-state-active,
body .ui-widget-content .ui-state-focus {
  text-decoration: none;
  cursor: pointer;
  border: var(--bs-border-width) solid var(--bs-border-color);
  color: var(--bs-black);
  background-color: var(--bs-gray-300);
}

body .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* End Autocomplete */

/* Paginator */
.asc:after {
  content: " \2193";
}

.desc:after {
  content: " \2191";
}

@media screen and (max-width: 640px) {
  .asc:after {
    content: " \2192";
  }

  .desc:after {
    content: " \2190";
  }
}

body div#InvoiceAddressModal {
  z-index: 1060;
}

body .container-max-width {
  max-width: 1400px;
}

#updatePhotoForm {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.card {
  /* border: 1px solid #293042 !important; */
  box-shadow: 0 0 0.875rem 0 rgba(41, 48, 66, 0.25) !important;
}

th a {
  font-weight: 400 !important;
}

.clist {
  list-style: none;
  position: relative;
}

.sidebar-link .badge.r4 {
  right: 40px;
}

.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
  font-size: 1.1em;
}

body .courier {
  font-family: "Courier New", Courier, monospace;
  word-wrap: break-word;
}

body .courier:empty {
  display: none;
}

/* Loader */
.loader-container {
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10000;
  opacity: 0;
  /*transition: all 300ms ease;*/
  overflow: hidden;
  pointer-events: none;
}

.loader-container.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

.loader-wrapper {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  border: 7px solid #f3f3f3;
  border-top: 7px solid #293042;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
/* Loader */

/* .form-control::placeholder */
.form-control::-webkit-input-placeholder {
  color: #495057;
  opacity: 0.75;
}

.form-control::-moz-placeholder {
  color: #495057;
  opacity: 0.75;
}

.form-control::placeholder {
  color: #495057;
  opacity: 0.75;
}
/* .form-control::placeholder */

tr.bg-success td {
  background: #4bbf73 !important;
  color: #fff !important;
}

.chat-messages {
  max-height: 400px !important;
}

.pmo-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pmo-contact ul li {
  position: relative;
  padding: 8px 0 8px 35px;
}

.pmo-contact ul li i {
  font-size: 18px;
  vertical-align: top;
  line-height: 100%;
  position: absolute;
  left: 0;
  width: 18px;
  text-align: center;
}

.btn-group.summary {
  background-color: #eff2f6 !important;
}

.btn-group.summary .btn {
  border-radius: 0.2rem;
  text-align: center;
  color: #020202;
  border: 0;
}

.btn-group.summary .btn:hover {
  color: #3f80ea;
}

.btn-group.summary > .btn-check:checked + .btn,
.btn-group.summary .btn.active,
.btn-group.summary .btn:active {
  color: #fff !important;
  background-color: #1f9bcf !important;
}

.smart-group .form-group {
  position: relative;
}

.smart-group .form-group input {
  color: #000;
  margin-bottom: 3px;
}

.smart-group .form-group label {
  position: absolute;
  top: 5px;
  left: 0.7rem;
  transition: all 100ms ease;
  cursor: text;
  background: #fff;
  width: auto;
}

.smart-group input:focus ~ label:not([class^="error"]),
.smart-group input.has-value ~ label:not([class^="error"]) {
  color: #80868b;
  text-align: left;
  display: inline-block;
  font-size: 10px;
  left: 5px;
  top: -9px;
  padding: 0 7px;
  z-index: 2;
}

.smart-group label.error {
  text-align: left;
  display: inline-block;
  font-size: 9px;
  left: 5px;
  top: 23px;
  padding: 0 6px;
  z-index: 1;
  width: auto;
}

.smart-group .input-group-text {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

mark.courier {
  background-color: #495057 !important;
  color: #fff;
  padding: 5px;
  border-radius: 0.2rem;
  font-weight: bold;
}

.card-fullscreen-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}

.card-fullscreen-wrap .card {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}

.card-fullscreen-wrap .card .card-body {
  overflow-y: scroll;
}

ul.card-controls {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
}

ul.card-controls > li {
  float: left;
}

ul.card-controls > li > a {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  border: 1px solid #bbb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

ul.card-controls > li > a.control-primary {
  color: #33414e;
  border-color: #33414e;
}

.theme-dark .card-controls > li > a.control-primary {
  color: #ffffff;
  border-color: #ccc;
}

ul.card-controls > li > a.control-success {
  color: #95b75d;
  border-color: #95b75d;
}

ul.card-controls > li > a.control-info {
  color: #3fbae4;
  border-color: #3fbae4;
}

ul.card-controls > li > a.control-warning {
  color: #fea223;
  border-color: #fea223;
}

ul.card-controls > li > a.control-danger {
  color: #b64645;
  border-color: #b64645;
}

ul.card-controls > li > a:hover {
  border-color: #999;
  color: #434a54;
}

ul.card-controls > li > a.rounded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.card-controls.card-controls-title {
  margin-top: 3px;
}

.card-hidden-controls ul.card-controls > li > a {
  opacity: 0;
  filter: alpha(opacity=0);
}

.card-hidden-controls:hover ul.card-controls > li > a {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.card-hidden-controls:hover ul.card-controls > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

ul.card-controls > li.label-control .label,
.label-form {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 12px;
  margin-top: 4px;
}

ul.card-controls > li > .dropdown-menu {
  left: auto;
  right: 3px;
}

ul.card-controls > li > .dropdown-menu:after,
ul.card-controls > li > .dropdown-menu:before {
  left: auto;
  right: 11px;
}

ul.card-controls > li > .dropdown-menu:after {
  margin-left: auto;
  margin-right: -5px;
}

ul.card-controls > li > .dropdown-menu:before {
  margin-left: auto;
  margin-right: -6px;
}

body span.tomato {
  font-size: 1.5em;
  color: Tomato;
  vertical-align: sub;
  margin-right: 10px;
}

#windowSize * {
  font-family: "Arial", sans-serif !important;
}

#windowSize {
  position: fixed;
  right: 0px;
  bottom: 100px;
  color: red;
  z-index: 100;
  background: rgba(0, 0, 0, 0.75);
  padding: 3px;
  text-align: right;
  font-weight: normal;
}

#windowSize td:nth-child(2n) {
  text-align: center;
  min-width: 10px;
}

#windowSize td:nth-child(3n) {
  text-align: left;
}

#windowSize td,
#windowSize p {
  font-size: 12px;
  color: red;
  margin: 0;
}

#windowSize b {
  color: red;
  font-weight: bold;
}

#windowSize p span {
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
}

body .alert-message {
  padding-right: 2rem;
}

.table-striped tbody tr.active,
.table-admin tbody tr.active,
.table-admin tbody tr.active td {
  background-color: #d4e5ff !important;
}

.table-admin tbody tr.expanded-row-content,
.table-admin tbody tr.expanded-row-content td {
  border-top: 1px solid #000 !important;
  background-color: #d4e5ff !important;
}

.id-ellipsis-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background: none;
}

.id-ellipsis-wrapper .id-ellipsis {
  display: block;
  width: 100%;
  transition: all 300ms ease;
  background: rgba(0, 0, 0, 0);
  color: #444;
  top: 0%;
  padding: 3px;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.id-ellipsis-wrapper:hover .id-ellipsis,
.id-ellipsis-wrapper:focus .id-ellipsis {
  z-index: 10;
  background: #ccc;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.id-ellipsis-wrapper:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: -14px;
  color: #fff;
  content: attr(data-tooltip);
  /**extract the content from the title */
  left: 0%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: auto;
  white-space: nowrap;
  transition: all 300ms ease;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}

.id-ellipsis-wrapper:before {
  border: solid;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 0px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.8);
  bottom: -6px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
  transition: all 300ms ease;
  margin-left: 0px;
}

.card-box {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
  margin-bottom: 24px;
  border-radius: 0.25rem;
}

.badge {
  -webkit-transition: none;
  transition: none;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #71b6f9;
}

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

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 182, 249, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(113, 182, 249, 0.5);
}

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

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

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

.badge-success {
  color: #fff;
  background-color: #10c469;
}

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

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 196, 105, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(16, 196, 105, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #35b8e0;
}

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

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

.badge-warning {
  color: #343a40;
  background-color: #f9c851;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #343a40;
  background-color: #f7b820;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 200, 81, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(249, 200, 81, 0.5);
}

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

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

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

.badge-light {
  color: #343a40;
  background-color: #f1f5f7;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #343a40;
  background-color: #d1dee4;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 245, 247, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(241, 245, 247, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #323a46;
}

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

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

.badge-pink {
  color: #343a40;
  background-color: #ff8acc;
}

a.badge-pink:focus,
a.badge-pink:hover {
  color: #343a40;
  background-color: #ff57b6;
}

a.badge-pink.focus,
a.badge-pink:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 138, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 138, 204, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #5b69bc;
}

a.badge-purple:focus,
a.badge-purple:hover {
  color: #fff;
  background-color: #4250a2;
}

a.badge-purple.focus,
a.badge-purple:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 105, 188, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 105, 188, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #71b6f9;
}

a.badge-blue:focus,
a.badge-blue:hover {
  color: #fff;
  background-color: #409df7;
}

a.badge-blue.focus,
a.badge-blue:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 182, 249, 0.5);
}

.badge-total {
  font-size: 15px;
  border: 1px solid #10c469;
  background: #fff;
  color: #10c469;
}

.chat-list li a {
  display: block;
  color: #98a6ad;
  position: relative;
  padding: 12px 14px;
  font-size: 13px;
}

.chat-list li a .chat-user-img .avatar-title,
.chat-list li a .chat-user-img img {
  padding: 2px;
  border: 2px solid #f8f9fa;
}

.chat-list li a .chat-user-img.active .avatar-title,
.chat-list li a .chat-user-img.active img {
  border-color: #10c469;
}

.chat-list li.active a {
  background-color: #f8f9fa;
}

.chat-list li.unread a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #71b6f9;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.conversation-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  max-height: 400px;
  height: auto;
  overflow: hidden auto;
}

.conversation-list li {
  margin-bottom: 24px;
}

.conversation-list li .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.conversation-list li .chat-day-title .title {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px 24px;
}

.conversation-list li .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #f8f9fa;
  top: 10px;
}

.conversation-list li .message-list::after {
  display: block;
  clear: both;
  content: "";
}

.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 36px;
}

.conversation-list .chat-avatar img {
  border-radius: 50%;
  width: 100%;
}

.conversation-list .ctext-wrap {
  background: #71b6f9;
  border-radius: 0 6px 6px 6px;
  display: inline-block;
  padding: 12px;
  position: relative;
  color: #fff;
  max-width: 300px;
}

.conversation-list .ctext-wrap:after {
  content: " ";
  position: absolute;
  right: 100%;
  top: 0;
  border: solid transparent;
  border-right-color: #71b6f9;
  border-top-color: #71b6f9;
  border-width: 5px;
}

.conversation-list .ctext-wrap .user-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 4px;
}

.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
  white-space: normal !important;
  word-wrap: anywhere;
}

.conversation-list .conversation-text .time {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.conversation-list .odd .chat-avatar {
  float: right;
}

.conversation-list .odd .conversation-text {
  float: right;
  margin-left: 0;
  margin-right: 12px;
  text-align: right;
}

.conversation-list .odd .ctext-wrap {
  background-color: #f8f9fa;
  color: #6c757d;
  border-radius: 6px 0 6px 6px;
}

.conversation-list .odd .ctext-wrap:after {
  left: 100%;
  right: auto;
  border-right-color: transparent;
  border-left-color: #f8f9fa;
  border-top-color: #f8f9fa;
}

body .cursor-pointer {
  cursor: pointer;
}

body .select .invalid-feedback {
  display: block;
}

body .form-label {
  margin-bottom: 0.25rem;
}

@media (max-width: 578px) {
  .chat-send {
    min-width: auto;
  }
}

html.theme-dark .img-logo {
  background-color: #fff;
}

body .btn.btn-outline.btn-outline-dashed {
  border-width: 1px;
  border-style: dashed;
}

body .btn-check + .btn:hover {
  background-color: #202634;
  border-color: var(--bs-btn-border-color);
  color: var(--bs-btn-color);
}

body .form-floating .select2-selection--single {
  min-height: calc(3.75rem + 2px);
  padding-top: 1.85rem !important;
}

/* intl-tel-input form floating fix */
.form-floating.tel .form-control,
.form-floating.tel .form-control-plaintext {
  padding: 1rem 0.7rem;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  min-height: calc(3.5rem + 2px);
}

.theme-dark body mark {
  color: revert;
}
