.profil-body {
  background:#fff;
  margin: 0px 3px;
}
.profil-body .qrcode {
  width: 113.3859px;
  height: 113.3859px;
}
.photo-cover-page {
  height: 200px;
}
.photo-cover-page .cover-photo {
  height: 100%;
  overflow: hidden;
  max-height: 300px;
}

.photo-cover-page .cover-photo img {
  border-radius: 1.25rem;
}

.content-profil-patient img {
  width: 6.5rem;
  height: 6rem;
  object-fit: cover;
}

.holder {
  max-width: 100%;
  border: 1px solid #cccccc;
  border-radius: 7px;
  margin-bottom: 15px;
  background-color: #e1e1e1;
}

.image-file {
  display: none;
}

.img-region {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 20px;
}

.dataTables_paginate {
  margin-top: 20px;
}

nav.pager {
  background: #ffffff;
  padding: 10px 5px;
  border-radius: 15px;
}

ul.pager__items.js-pager__items {
  display: flex;
}

ul.pager__items.js-pager__items li {
  padding: 4px 11px;
}

li.pager__item.is-active {
  background: #f0f0f0;
  border-radius: 6px;
}

li.pager__item.is-active a {
  color: #000000
}

#medias-preview .image-container {
  width: 200px;
  max-width: 200px;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
}

#medias-preview .image-container img {
  width: 100%;
  border-radius: 15px;
}

.delete-photo-container {
  display: none;
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  /* transform: translate(-50%, -50%); */
}

.gallery-picture-container{
  position: relative;
}

.gallery-picture-container:hover .delete-photo-container {
  display: block;
  cursor: pointer;
}

.image-overlay:hover {
  opacity: 0.3;
}

.image-overlay:hover .delete-media-image {
  opacity: 1;
}

.region-map {
  cursor: pointer;
}

.patient-need-surgical-care {
  cursor: pointer;
}

.st4 {
  text-shadow: 0 0 10px #ffffff;
  fill: #fff;
}

.map-region {
  cursor: pointer;
}

.error {
  color: #aa182c;
}

.h-btn {
  max-height: 56px;
  margin-left: 5px !important;
}
@media only screen and (max-width: 1600px) {
  .h-btn {
    max-height: 49px;
  }
}
@media only screen and (max-width: 1400px) {
  .h-btn {
    max-height: 42px;
  }
}

.custom-loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.custom-loader::after,
.custom-loader::before {
  content: '';  
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.custom-loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999
}

#loader {
  position: fixed;
  top: 50%;
  left: 48%;
  /* transform: translate(-50%, -50%); */
  z-index: 99999;
  display: none;
}

#loader-spin {
  display: block;
  max-width: 30%;
  margin: 0 auto;
}

.loader-spin::after,
.loader-spin::before {
  content: '';  
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader-spin::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.photo-region {max-width: 230px;margin-right: 15px;text-align: center;margin: 0 auto;}
.s26 {font-size: 25px !important;padding-right: 5px;}

.year{
  padding: 5px;
}
.list-patient .card-body {
  padding: 20px 30px;
}
.list-patient .contact-bx .image-bx {
  margin-bottom: 0px !important;
}

.list-patient .contact-bx .col-one {
  text-align: left;
  width: 20%;
  padding-left: 20px;
}
.list-patient .contact-bx .col-one h6 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.list-patient .contact-bx .col-one p {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-patient .contact-bx .col-two {
  text-align: left;
  width: 20%;
}
.list-patient .contact-bx .col-two h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.list-patient .contact-bx .col-two p {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-patient .contact-bx .col-three {
  text-align: left;
  width: 20%;
}
.list-patient .contact-bx .col-three h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.list-patient .contact-bx .col-three p {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-patient .contact-bx .col-four {
  text-align: right;
  width: 15%;
}


.list-patient .contact-bx .col-one-s {
  text-align: left;
  width: 18%;
  padding-left: 20px;
}
.list-patient .contact-bx .col-one-s h6 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.list-patient .contact-bx .col-one-s p {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-patient .contact-bx .col-two-s {
  text-align: left;
  width: 18%;
}
.list-patient .contact-bx .col-two-s h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.list-patient .contact-bx .col-two-s p {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-patient .contact-bx .col-three-s {
  text-align: left;
  width: 20%;
}
.list-patient .contact-bx .col-three-s h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.list-patient .contact-bx .col-three-s p {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.list-patient .contact-bx .col-four-s {
  text-align: right;
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .list-patient .contact-bx .col-one {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .list-patient .contact-bx .col-two {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .list-patient .contact-bx .col-three {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  } 
  .list-patient .contact-bx .col-four {
    width: 100%;
    text-align: center;
  }     
}

@media only screen and (max-width: 991px) {
  .list-patient .contact-bx .col-one-s {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .list-patient .contact-bx .col-two-s {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .list-patient .contact-bx .col-three-s {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  } 
  .list-patient .contact-bx .col-four-s {
    width: 100%;
    text-align: center;
  }     
}
.simplelogin h1 {
  font-size: 14px!important;
  margin-bottom: 12px;
}
.text-vision {
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}
.widget-stat {
  margin-bottom: 1rem;
}
.custom-card {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.bgl-blue-1 {
  background: #00abc8;
  border-color: #00abc8;
}
.bgl-blue-2 {
  background: #002f87;
  border-color: #002f87;
}
.bgl-danger {
  background: #ea4258;
  border-color: #ea4258;
}
.bgl-gray {
  background-color: #f1f0ec;
  border-color: #f1f0ec;
  color: #000000;
}
.text-white {
  color: #ffffff;
}
.accordion-item {
  border-radius: 21px!important;
}
.widget-media {
  border: 1px solid #f1f0ec;
  border-radius: 1rem;
  margin: 10px;
  padding-left: 20px;
}
.bg-osm {
  background-color: #1d3d7c;
  border-color: #1d3d7c;
}
.heyo:hover {
  fill: #CC2929;
  transition: 0.3s;
}
.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 9999;
  height: 52px;
  line-height: 30px;
  margin: 0 auto;
  color: #21669e;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  transform: translateX(-50%);
  display: none;
}
.description.active {
  display: block;
}
.container-select {
  position: relative;
}

.remove-select {
  position: absolute;
  right: -1px;
  bottom: 42px;
  border-radius: 50%;
  background-color: #ea4258;
  border-color: #ea4258;
  width: 21px;
  margin: 0 auto;
  padding: 0px 8px;
  color: #fff;
  cursor: pointer;
  display: none;
}
.container-select:hover .remove-select {display: block;}
.image-bx img {width: 40px;height: 40px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 11px 0 rgba(0, 0, 0, 0.19) !important;}
.table h6 {line-height: 15px!important;}
.table p {line-height: 15px!important;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {padding: 12px 5px!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {padding: 3px 11px;}