.skeleton-header1:empty {
  width: 220px;
  height: 28px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.full-skeleton-container:empty {
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
}
.short-skeleton-text:empty {
  width: 40px;
  height: 20px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.skeleton-small-text:empty {
  width: 140px;
  height: 10px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.short-skeleton-small-text:empty {
  width: 100px;
  height: 10px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.very-short-skeleton-small-text:empty {
  width: 80px;
  height: 10px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.user-big-skeleton-image:empty {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  top: 65px;
  animation: skeletonloader 2s ease-in-out infinite;
}
.user-huge-skeleton-image:empty {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  top: 65px;
  animation: skeletonloader 2s ease-in-out infinite;
}
.user-small-skeleton-image:empty {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
}
.very-small-skeleton-image:empty {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
}
.too-small-skeleton-image:empty {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
}
.user-middle-skeleton-image:empty {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
}
.setting-icon:empty {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
}
.sidebar-icon:empty {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
}
.qr-skeleton-holder:empty {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  top: 65px;
  animation: skeletonloader 2.2s ease-in-out infinite;
}
.big-skeleton:empty {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2.4s ease-in-out infinite;
}
.usr-name:empty {
  width: 90px;
  height: 16px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.middle-text-skeleton:empty {
  width: 150px;
  height: 10px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.big-skeleton-text:empty {
  width: 30px;
  height: 20px;
  background-color: rgba(221, 221, 221, 0.63) !important;
  animation: skeletonloader 2s ease-in-out infinite;
  border-radius: 12px;
}
.scan {
  width: 90%;
  height: 1%;
  position: absolute;
  z-index: 3;
  animation: scanner 2s linear infinite;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px 5px #fff, /* inner white */ 0 0 35px 15px #008cff, /* inner blue */ 0 0 350px 20px #0ff;
  /* outer cyan */
}
@keyframes scanner {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}
@keyframes skeletonloader {
  0% {
    opacity: 20%;
  }
  10% {
    opacity: 50%;
  }
  15% {
    opacity: 60%;
  }
  25% {
    opacity: 80%;
  }
  30% {
    opacity: 750%;
  }
  40% {
    opacity: 70%;
  }
  55% {
    opacity: 60%;
  }
  65% {
    opacity: 50%;
  }
  75% {
    opacity: 40%;
  }
  85% {
    opacity: 30%;
  }
  90% {
    opacity: 20%;
  }
  100% {
    opacity: 30%;
  }
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 24px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2d56a3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2d56a3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
  position: relative;
  z-index: 0;
}
/* The circle */
.sonar-emitter {
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: #30336b;
}
/* the 'wave', same shape and size as its parent */
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: #686de0;
  opacity: 0;
  z-index: -1;
}
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}
.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
.progress2 {
  background-color: #d8d8d8;
  border-radius: 20px;
  position: relative;
  margin: 15px 0;
  height: 20px;
  width: 300px;
}
.progress-done {
  background: radial-gradient(939px at 94.7% 50%, #00b2a9 0%, #006a65 76.9%);
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}
body {
  background-color: #ffffff;
}
.shelf {
  position: relative;
  width: 100%;
  height: 130px;
}
.shelf::after {
  position: absolute;
  content: '';
  bottom: 10px;
  display: block;
  width: 100%;
  height: 20px;
  z-index: 1 !important;
  background-image: -moz-linear-gradient(90deg, #d1d8de 0%, #eff1f3 100%);
  /*FF3.6+ */
  background-image: -webkit-gradient(90deg, left top, right bottom, color-stop(0%, #d1d8de), color-stop(100%, #eff1f3));
  /*Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(90deg, #d1d8de 0%, #eff1f3 100%);
  /*Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(90deg, #d1d8de 0%, #eff1f3 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(90deg, #d1d8de 0%, #eff1f3 100%);
  /*IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff1f3', endColorstr='#d1d8de', GradientType='0');
  /* IE6-9 */
  -webkit-box-shadow: 0 2px 2px #708698, 0 4px 0 #abb8c3, 0 20px 30px -8px #000000, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -moz-box-shadow: 0 2px 2px #708698, 0 4px 0 #abb8c3, 0 20px 30px -8px #000000, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  box-shadow: 0 2px 2px #708698, 0 4px 0 #abb8c3, 0 20px 30px -8px #000000, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
}
.shelf .shelf-scroller-container {
  position: relative;
  z-index: 2 !important;
  top: 10px;
}
.shelf .reflections {
  display: block;
  position: absolute;
  top: 20px;
  left: 1px;
  width: 99.8%;
  height: 1px;
  background-image: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 35%, #ffffff 65%, rgba(255, 255, 255, 0.7) 100%);
  /*FF3.6+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(65%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.7)));
  /*Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 35%, #ffffff 65%, rgba(255, 255, 255, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 35%, #ffffff 65%, rgba(255, 255, 255, 0.7) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 35%, #ffffff 65%, rgba(255, 255, 255, 0.7) 100%);
  /*IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.7)', endColorstr='#ffffff', GradientType='0');
  /* IE6-9 */
}
@media print {
  body,
  .CLASS-of-parent-tag,
  #ID-of-div-with-long-content {
    display: block !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    margin-left: 0 !important;
  }
  html,
  body {
    display: inline-block;
    /* hide whole page */
  }
  .pagebreak {
    page-break-before: always;
  }
  /* page-break-after works, as well */
}
* {
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact !important;
  /* Firefox 48 – 96 */
  print-color-adjust: exact !important;
  /* Firefox 97+, Safari 15.4+ */
}
* {
  font-family: 'Quicksand', sans-serif;
  font-weight: 580;
}
html,
body {
  width: 100% !important;
  height: 100% !important;
  color: #292b2c !important;
  overflow-x: hidden;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.main-selection {
  height: 100% !important;
  overflow-y: hidden !important;
}
.green-dot {
  top: 0%;
  height: 14px;
  width: 14px;
  background-color: green;
  border-radius: 50%;
  border: 2px solid white !important;
  display: inline-block;
}
.dot {
  top: 0%;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.dot2 {
  top: 0%;
  height: 18px;
  width: 18px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.vertical-line {
  border-left: 6px solid black;
  height: 200px;
  position: absolute;
  left: 50%;
}
.staff-svg {
  background-image: url('/generic_images/backgrounds/bb-2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.insurance-hospital-bg {
  background-image: url('/generic_images/backgrounds/insurance_hospital_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.full-insurance-agent-bg {
  background-image: url('/generic_images/backgrounds/insurance_agent.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.insurance-user-cover {
  background-image: url('/generic_images/img/inaurance_user_prev_ui.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.room-svg {
  background-image: url('/generic_images/svg/room_flat.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
}
.landing-page-logo {
  height: 400px;
  width: 400px;
}
.landing-page-top {
  background-image: url('/generic_images/backgrounds/cobb.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
}
.over-lay-img-background {
  height: 100px;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.603);
}
.flat-card {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
}
.layer {
  background-color: rgba(228, 228, 228, 0.603);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-container {
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto;
  padding: 0 !important;
  margin: 0  !important;
}
.rower {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: stretch;
}
.primary-col {
  background-color: #3482EB !important;
}
.secondary-col {
  background-color: #2d56a3 !important;
  color: #fff !important;
}
.primary-txt {
  color: #3482EB;
}
.sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}
.sidebar-body {
  width: 100%;
  overflow-y: auto;
}
.sidebar-components {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.color-gray {
  color: #9e9d9d !important;
}
.corporate-construction-dashbaord {
  background-image: url('/generic_images/svg/corporate_staff_dashboard.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.health-construction-dashbaord {
  height: 200px !important;
  width: 200px !important;
  background-image: url('/generic_images/svg/halth_staff_dashboard.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-content-area {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  flex: 1;
  overflow-y: hidden;
  background-color: #f3f3f3;
}
.glass-border {
  border: 3px solid white;
}
.danger-border {
  border-bottom: 1px solid red;
}
.success-border {
  border-bottom: 1px solid green;
}
.side-bar-main {
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.active-item {
  font-weight: bold;
  font-size: 15px;
  color: #2d56a3 !important;
}
.h-85 {
  height: 85% !important;
}
.hospital-active-item {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff !important;
}
.transprent-backgorund {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
  background-color: rgba(255, 255, 255, 0.123);
  backdrop-filter: blur(8px);
}
.magic-hover:hover {
  background-color: #ffffff !important;
}
.active-form-item {
  border: 1px dashed gray;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
  background-color: rgba(255, 255, 255, 0.123);
  backdrop-filter: blur(8px);
}
.helath-care-form {
  height: 400px;
  overflow-y: scroll;
}
.middle-sized-text {
  font-size: 17px !important;
}
.log-backgound {
  background-image: url('/generic_images/backgrounds/bb-2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.scanned-image-holder {
  height: 100px;
  width: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dark-glass-background {
  background: rgba(58, 58, 58, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.light-glass-background {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(61, 66, 141, 0.37);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.notification-slider-background {
  background: #ffffff !important;
  box-shadow: 0 8px 32px 0 rgba(61, 66, 141, 0.37);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.container-shadow {
  box-shadow: 1px 1px 1px 1px #d3d0d0;
}
.container-raidus-1 {
  border-radius: 12px !important;
}
.active-bold {
  font-weight: bold;
}
.glass-hover:hover {
  background-color: #fff !important;
}
.small-text {
  font-size: 13 !important;
}
/* .side-bar-main .img-ring{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  border-radius: 40px;
  background-color: rgb(45, 86, 163);

} */
.side-bar-main #user-profile-img {
  height: 60px;
  width: 60px;
  border-radius: 40px;
  margin-top: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #2d56a3;
}
.side-bar-main #hospital-profile-img {
  height: 60px;
  width: 60px;
  border-radius: 40px;
  margin-top: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #ffffff;
}
.staff-sidebar-img {
  height: 60px;
  width: 60px;
  border-radius: 40px;
  margin-top: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #9be5aa;
}
.usr-welcome-img {
  height: 100px !important;
  background-image: url('/generic_images/svg/air_support.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-welcome-holder-2 {
  border-radius: 12px;
}
.over-view-container {
  border-radius: 12px;
  border: 3px solid #fff;
}
.dash-icon-holder {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
#user-profile-img:hover {
  cursor: pointer;
}
.side-bar-main .icon-item {
  width: 100%;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nav-item {
  display: flex;
  flex-direction: row;
}
.nav-logout-item {
  display: flex;
  flex-direction: row;
}
.nav-item-text {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  font-size: 14;
}
.hospital-nav-item-text {
  color: #ffffff;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  font-size: 14;
}
.regular-text {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  font-size: 15;
}
.fas {
  color: #343333;
}
.icon-item:hover {
  cursor: pointer !important;
  background-color: rgba(72, 135, 218, 0.322) !important;
}
.top-nav {
  width: 100%;
  z-index: 1;
  position: relative;
}
.fa-size-2 {
  font-size: 22px !important;
}
.list-type {
  list-style-type: none;
}
.list-type li {
  display: inline-block;
}
.pop-out-icon {
  background: linear-gradient(145deg, #fff, #fff);
  box-shadow: 5px 5px 10px #7a7878, -5px -5px 10px #ffffff;
}
.active {
  border-bottom: 1px solid #fff !important;
  background: #fefbfb;
  box-shadow: inset 5px 5px 10px #7a7878, inset -5px -5px 10px #ffffff;
}
.active-icon {
  box-shadow: inset 5px 5px 10px #7a7878, inset -5px -5px 10px #ffffff;
}
#mobile-action-bar {
  z-index: 2;
  left: 0;
  position: fixed;
  text-align: center;
  bottom: 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: 100%;
  height: 50px;
  background-color: #ecf0f1;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.mobile-icon-holder {
  height: 30px;
  width: 10px;
  padding: 8px;
  border-radius: 9px;
  background: linear-gradient(145deg, #ffffff, #e5e2e2);
  box-shadow: 5px 5px 10px #7a7878, -5px -5px 10px #ffffff;
}
.mobile-image-holder {
  height: 25px;
  width: 10px;
  float: right;
  border: 1px solid white;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/img.jpg");
  box-shadow: 5px 5px 10px #7a7878, -5px -5px 10px #ffffff;
}
.login-main-container {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
}
.login-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}
.login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#create-new-account:hover {
  cursor: pointer;
}
.login-container {
  display: flex;
  justify-content: center;
  height: 100%;
  position: fixed;
  overflow-y: hidden;
  z-index: 999999999;
}
.small-logo {
  height: 70px;
  width: 70px;
  background-image: url('/generic_images/svg/epad_logo.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.big-logo {
  height: 100px;
  width: 100px;
  background-image: url('/generic_images/svg/epad_logo.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.small-epad-logo {
  height: 50px;
  width: 50px;
  background-image: url('/generic_images/svg/epad_logo.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-small-epad-logo {
  height: 30px;
  width: 30px;
  background-image: url('/generic_images/svg/epad_logo.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.huge-logo {
  height: 100%;
  width: 100%;
  background-image: url('/generic_images/backgrounds/image1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.reg-body {
  height: 360px;
  margin-top: 50px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.274);
}
.small-cut-text {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cut-text {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.middle-cut-text {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.funkie-input {
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  background-color: transparent !important;
  border-bottom-left-radius: 0% !important;
  border-bottom-right-radius: 0% !important;
  padding: 0% !important;
  padding-bottom: 0% !important;
}
.funkie-input:focus {
  outline: 0 none;
  box-shadow: none !important;
  padding: 0% !important;
  padding-bottom: 0% !important;
}
.next-btn {
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
.form-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.dash-item {
  height: 130px;
  width: 200px;
  background-color: #fff;
}
.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.glass-blur {
  filter: blur(3px) !important;
}
.sides-modal-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: fixed;
  z-index: 9999999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.toast-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.app-loader-container {
  background-color: #ececec !important;
  position: absolute;
  z-index: 9999999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.display-none {
  display: none !important;
}
.modal-case {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
}
.modal-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#pull-health-staff:hover {
  cursor: pointer !important;
}
.modal-body {
  height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.modal-tail {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0%;
}
.create-account-type {
  display: flex;
  justify-content: space-around !important;
}
.account-type-holder {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.insurance-bg {
  background-image: url('/generic_images/backgrounds/insurance_bg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.subscriber-bg {
  background-image: url('/generic_images/backgrounds/subscribers.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pharmacy-bg {
  background-image: url('/generic_images/backgrounds/pharmacy.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.certificate-bg {
  background-image: url('/generic_images/backgrounds/certificate-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services-bg {
  background-image: url('/generic_images/backgrounds/services.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sms-bg {
  background-image: url('/generic_images/backgrounds/sms_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.admin-operation-bg {
  background-image: url('/generic_images/backgrounds/admin_operations_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.drug-despenser-bg {
  background-image: url('/generic_images/backgrounds/drug_despenser.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.coverage-bg {
  background-image: url('/generic_images/backgrounds/coverage_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.regular-medical-bg {
  background-image: url('/generic_images/backgrounds/nursing.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.beneficiary-bg {
  background-image: url('/generic_images/backgrounds/beneficiary_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.coroprate-theme-color-bg {
  background: #eb5757;
  background: -webkit-linear-gradient(to right, #eb5757, #000000);
  background: linear-gradient(to right, #eb5757, #000000);
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#toaster-container {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 999999999999999999999999999999;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#toaster-container.toast-show {
  visibility: visible;
  /* Show the snackbar */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.inventory-bg {
  background-image: url('/generic_images/backgrounds/inventory.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pharmacy-branch-bg {
  background-image: url('/generic_images/backgrounds/wholesale_drug_management.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.vitals-bg {
  background-image: url('/generic_images/backgrounds/vital_signs.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nursing-bg {
  background-image: url('/generic_images/backgrounds/nursing.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nursing-care-bg {
  background-image: url('/generic_images/backgrounds/patient-emr.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.billing-bg {
  background-image: url('/generic_images/backgrounds/billing.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.emr-bg {
  background-image: url('/generic_images/backgrounds/emr.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.staffs-bg {
  background-image: url('/generic_images/backgrounds/staffs.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.patients-bg {
  background-image: url('/generic_images/backgrounds/patients.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.appointment-bg {
  background-image: url('/generic_images/backgrounds/appointment_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.room-bg {
  background-image: url('/generic_images/backgrounds/room.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lab-bg {
  background-image: url('/generic_images/backgrounds/lab-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.active-medical-item {
  border-bottom: 2px solid #2d56a3;
  border-radius: 15px;
}
.active-boder-bottom {
  border-bottom: 3px solid #2d56a3;
}
.strip-red-bolder {
  border: 1px solid rgba(255, 0, 0, 0.326);
}
.strip-blue-bolder {
  border: 1px solid rgba(43, 0, 255, 0.362);
}
.certificate-holder {
  border: 5px solid #2d56a3;
}
.requests-bg {
  background-image: url('/generic_images/backgrounds/request_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cash-payment-bg {
  background-image: url('/generic_images/backgrounds/cash-payment.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.insurance-broker-agent-bg {
  background-image: url('/generic_images/backgrounds/insurance_broker_agent.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.insurrance-payment-bg {
  background-image: url('/generic_images/backgrounds/insurrance.jpg');
  background-repeat: no-repeat;
  background-size: initial;
  background-position: unset;
}
.ewallie-payment-bg {
  background-image: url('/generic_images/backgrounds/ewallie.png');
  background-repeat: no-repeat;
  background-size: initial;
  background-position: unset;
}
.ewallie-tiny-payment-bg {
  height: 22px;
  width: 22px;
  background-image: url('/generic_images/backgrounds/ewallie.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.susu-card-bg {
  background-image: url('/generic_images/backgrounds/susu_card_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#health-care-welcome-img-1 {
  height: 220px;
  width: 100% !important;
  background-image: url('/generic_images/svg/air_support.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
#cert_head {
  height: 100px;
  width: 100% !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#borderimg {
  height: 100% !important;
  width: 100% !important;
  border: 10px solid transparent;
  padding: 15px;
  -webkit-border-image: url(/generic_images/certificates/certificate_frame.png) 30 round;
  /* Safari 3.1-5 */
  -o-border-image: url(/generic_images/certificates/certificate_frame.png) 30 round;
  /* Opera 11-12.1 */
  border-image: url(/generic_images/certificates/certificate_frame.png) 30 round;
}
.theme-border-color-none {
  border-radius: 50% !important;
  border: 2px solid #ffffff !important;
}
.active-account-type {
  border: 4px solid white;
  background-color: rgba(124, 121, 121, 0.144);
}
.container-header-slide {
  width: 100%;
  overflow-y: auto;
}
.account-type-holder:hover {
  cursor: pointer;
}
.info-modal-tail {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.short-txt {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis !important;
}
.clickable:hover {
  cursor: pointer !important;
}
.small-upload-image-main {
  height: 100% !important;
  width: 100% !important;
  background-color: #c4c4c43e;
  border-radius: 50%;
}
.small-upload-image-main:hover {
  cursor: pointer;
}
.upload-image-main {
  height: 170px;
  width: 170px;
  background-color: #c4c4c48e;
  border-radius: 50%;
  border: 2px solid #2d56a3;
}
.upload-image-main:hover {
  background-color: #9c9999;
  cursor: pointer;
}
.full-upload-image-main {
  height: 120px;
  width: 100%;
  background-color: #30303000;
}
.full-upload-image-main:hover {
  background-color: rgba(255, 255, 255, 0.175);
  cursor: pointer;
}
.service-plan-container {
  border-radius: 12px;
  border: 4px solid white;
}
.service-plan-holder {
  height: 330px;
  overflow-y: auto;
}
.small-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #2d56a3;
}
.small-white-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffffff !important;
}
.small-regular-image {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.small-white-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffffff;
}
.bill-balance-card {
  background: #0f0c29;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.light-balance-card-bg {
  background: linear-gradient(90deg, #71b4f5 0%, #2a3e55 100%);
}
.light-blue-gradient-card {
  background: #00d2ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #928DAB, #00d2ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #928DAB, #00d2ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.staff-list-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2d56a3;
}
.regular-user-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fb9739 !important;
}
.middle-regular-user-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fb9739 !important;
}
.card-small-regular-user-image {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #ffffff !important;
}
.card-large-regular-user-image {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #ffffff !important;
}
.regular-user-card-image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fb9739 !important;
}
.white-rounded-card-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #ffffff !important;
}
.server-plan-payment-logo {
  height: 60px;
  width: 60px;
  background-image: url('/generic_images/backgrounds/ewallie.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.theme-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.theme-color-1 {
  color: #2d56a3 !important;
}
.theme-bg-color-1 {
  background-color: #2d56a3 !important;
}
.theme-color-2 {
  color: #fb9739 !important;
}
.theme-bg-color-2 {
  background-color: #fb9739 !important;
}
.service-plan-details-holder {
  height: 200px;
  overflow-y: auto;
}
/* hEIGHT */
::-webkit-scrollbar {
  WIDTH: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a8a8a8;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8b8a8a;
}
/* width */
::-webkit-scrollbar {
  height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 12px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.sticky-top {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
.ewallie-register-logo {
  height: 90px;
  width: 90px;
  border-radius: 12px;
  background-image: url('/generic_images/backgrounds/ewallie.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.small-ewallie-logo {
  height: 40px;
  width: 40px;
  border-radius: 12px;
  background-image: url('/generic_images/backgrounds/ewallie.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.very-small-ewallie-logo {
  height: 20px;
  width: 20px;
  border-radius: 12px;
  background-image: url('/generic_images/backgrounds/ewallie.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.schoolmass-register-logo {
  height: 90px;
  width: 90px;
  border-radius: 12px;
  background-image: url('/generic_images/backgrounds/school_mass.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.facebook-register-logo {
  height: 90px;
  width: 90px;
  border-radius: 12px;
  background-image: url('/generic_images/backgrounds/facebook.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.user-profile-contailer {
  display: flex;
  flex-direction: row;
}
.profile-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100% !important;
}
.profile-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.user-profile-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  border: 4px solid #ffffff !important;
  top: 65px;
}
.corporate-profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  top: 65px;
}
.patient-profile-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  border: 3px solid #fd7e14;
  top: 65px;
}
.patient-small-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  border: 1px solid #fd7e14;
  top: 65px;
}
.account-small-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  top: 65px;
}
.account-very-small-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  top: 65px;
}
.very-small-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  border: 2px solid #2d56a3;
}
.too-small-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  border: 2px solid #2d56a3;
}
.loading-button-state {
  opacity: 0.7;
  cursor: not-allowed;
}
.hospital-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  border: 3px solid #ffffff;
  top: 65px;
}
.doctor-appointment-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  top: 65px;
}
.full-container-image {
  width: 100% !important;
  height: 300px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.hospital-discharge-image {
  width: 110px;
  height: 110px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  border: 2px solid #2d56a3;
  border-radius: 50% !important;
}
.pharmacy-prescription-image {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  border: 2px solid #ffffff;
  border-radius: 50% !important;
}
.profile-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.user-profile-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.user-profile-card:hover {
  cursor: pointer;
  background-color: #fff !important;
}
.radius-1 {
  border-radius: 7px !important;
}
.radius-2 {
  border-radius: 12px;
}
.very-small-rounded-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.card-container {
  height: 450px;
  overflow-y: auto !important;
}
.card-main-frame-container {
  height: 100% !important;
  overflow-y: auto !important;
}
.small-container {
  height: 420px;
  overflow-y: auto !important;
}
.very-small-container {
  height: 250px;
  overflow-y: auto !important;
}
.theme-border-color-2 {
  border: 1px solid #fd7e14 !important;
}
.height-1 {
  height: 100% !important;
}
.profile-head {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.profile-qr-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.user-qr-code {
  width: 60px;
  height: 60px;
  background-image: url("/regular_user/regular_images/qr-code.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  border: 1px solid gray;
  top: 65px;
}
.user-qr-code-shell {
  height: 120px;
  width: 120px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.order-qr-code-shell {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.hos-doc-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 12px;
}
.prec-doc-detail-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hos-prec-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-image: url('/regular_user/regular_images/hos_logo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #2d56a3;
}
.prec-doc-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-image: url('/regular_user/regular_images/doc.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #2d56a3;
}
.user-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.qr-user-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.user-profile-items:hover {
  cursor: pointer;
}
.widget-behaviour {
  overflow: hidden !important;
}
.strollable {
  overflow: auto !important;
  padding-bottom: 10% !important;
}
.responsive-container {
  overflow: hidden !important;
}
.hospital-banner {
  width: 100% !important;
}
.main-content-provider {
  width: 100% !important;
  flex: 1 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  background-color: #eeeeee !important;
}
.text-muted {
  color: #000000 !important;
}
.light-text {
  color: #6c6c6c !important;
}
.main-selection- {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  padding: 10px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.flex-1 {
  flex: 1 !important;
}
.content-container {
  display: flex !important;
  flex-wrap: wrap;
  height: 100% !important;
  overflow-y: auto !important;
}
.action-bar-container {
  height: auto !important;
  overflow: auto !important;
}
.text-ellipsis {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.credit-card-holder {
  height: 370px !important;
  width: 250px !important;
  background-color: #ffffff !important;
}
.ewallie-credit-care-header {
  height: 145px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 100% !important;
  background-image: url('/generic_images/payment_methods/ewallie-card-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative !important;
}
.ewallie-user-card-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fb9739 !important;
}
.small-straight-image {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.float {
  position: fixed;
  width: 100px;
  height: 40px;
  bottom: 20px;
  right: 20px;
}
/* HTML: <div class="loader"></div> */
.divLoader {
  width: 120px;
  height: 20px;
  -webkit-mask: linear-gradient(90deg, #000 70%, #0000 0) left / 20% 100%;
  background: linear-gradient(#000 0 0) left -25% top 0 / 20% 100% no-repeat #ddd;
  animation: l7 1s infinite steps(6);
}
@keyframes l7 {
  100% {
    background-position: right -25% top 0;
  }
}
/* HTML: <div class="loader"></div> */
/* MEDIA QUERIES */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
  .widget-sub-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
  }
  .widget-boubble-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
  }
  .widget-boubble-sub-menu {
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
    width: auto !important;
    height: 36px;
    align-items: center !important;
    display: flex !important;
    padding: 15px 10px !important;
    white-space: nowrap !important;
    border-radius: 16px;
    margin-right: 4px;
  }
  .widget-sub-menu {
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
    width: auto !important;
    height: 36px;
    align-items: center !important;
    display: flex !important;
    padding: 15px 10px !important;
    white-space: nowrap !important;
    border-radius: 16px;
    margin-right: 4px;
  }
  .modal-container {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .hospital-banner {
    width: 100% !important;
  }
  .responsive-container {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .small-container {
    height: 100%;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .modal-full-case {
    height: 100% !important;
  }
  .main-selection {
    height: 100% !important;
    overflow-y: auto !important;
  }
  .widget-behaviour {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .widget-body-behaviour {
    overflow: auto !important;
  }
  .strollable {
    overflow: auto !important;
    padding-bottom: 10% !important;
    scroll-behavior: smooth;
  }
  .details-container-header {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
  }
  .middle-cut-text {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) 760 */
@media only screen and (min-width: 600px) and (max-width: 770px) {
  .hide-on-mobile {
    display: none;
  }
  .widget-sub-menu-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
  }
  .widget-sub-menu {
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
    height: 36px;
    align-items: center !important;
    display: flex !important;
    padding: 15px 10px !important;
    white-space: nowrap !important;
    border-radius: 16px;
    margin-right: 4px;
  }
  .modal-container {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .hospital-banner {
    width: 100% !important;
  }
  .small-container {
    height: 400px;
    overflow-y: auto;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .card-main-frame-container {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .main-selection {
    height: 100% !important;
    overflow-y: auto !important;
  }
  .widget-behaviour {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 771px) and (max-width: 1370px) {
  .text-md-ellipsis {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
  .hospital-banner {
    width: 100% !important;
  }
  .small-container {
    height: 100%;
    overflow-y: auto;
  }
  .only-wide {
    margin-top: -20px;
  }
  .side-bar-text {
    text-overflow: ellipsis !important;
  }
  .sidebar-head {
    display: flex;
    flex-direction: column;
  }
  .side-bar-main .img-ring {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 40px;
    background-color: #2d56a3;
  }
  /* //code here */
  .modal-full-case {
    height: 90% !important;
  }
  .widget-behaviour {
    overflow: hidden !important;
  }
  .widget-body-behaviour {
    height: 100% !important;
    overflow: hidden !important;
  }
  .strollable {
    overflow: auto !important;
    padding-bottom: 10% !important;
  }
}
.wrapper {
  width: auto !important;
  height: 550px;
  background: #fff;
  margin-top: 10px !important;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.wrapper header {
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}
header .icons {
  display: flex;
}
header .icons span {
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}
.icons span:last-child {
  margin-right: -10px;
}
header .icons span:hover {
  background: #f2f2f2;
}
header .current-date {
  font-size: 1.45rem;
  font-weight: 500;
}
.calendar {
  padding: 20px;
}
.calendar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.calendar .days {
  margin-bottom: 20px;
}
.calendar li {
  width: calc(100% / 7);
  font-size: 1.07rem;
}
.calendar .weeks li {
  font-weight: 500;
  cursor: default;
}
.calendar .days li {
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.days li.inactive {
  color: #d6d3d3;
}
.days li.active-day {
  color: #fff;
}
.days li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.days li.active-day::before {
  background: #152238;
}
.days li:not(.active-day):hover::before {
  background: #f2f2f2;
}
.small-size-icon {
  font-size: 8px !important;
  margin: 1px !important;
}
