@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-ExtraLight.eot");
  src: url("../fonts/nunito/Nunito-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/Nunito-ExtraLight.woff2") format("woff2"), url("../fonts/nunito/Nunito-ExtraLight.woff") format("woff"), url("../fonts/nunito/Nunito-ExtraLight.ttf") format("truetype"), url("../fonts/nunito/Nunito-ExtraLight.svg#Nunito-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-Light.eot");
  src: url("../fonts/nunito/Nunito-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/Nunito-Light.woff2") format("woff2"), url("../fonts/nunito/Nunito-Light.woff") format("woff"), url("../fonts/nunito/Nunito-Light.ttf") format("truetype"), url("../fonts/nunito/Nunito-Light.svg#Nunito-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-Regular.eot");
  src: url("../fonts/nunito/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/Nunito-Regular.woff2") format("woff2"), url("../fonts/nunito/Nunito-Regular.woff") format("woff"), url("../fonts/nunito/Nunito-Regular.ttf") format("truetype"), url("../fonts/nunito/Nunito-Regular.svg#Nunito-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-SemiBold.eot");
  src: url("../fonts/nunito/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/nunito/Nunito-SemiBold.woff") format("woff"), url("../fonts/nunito/Nunito-SemiBold.ttf") format("truetype"), url("../fonts/nunito/Nunito-SemiBold.svg#Nunito-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-Bold.eot");
  src: url("../fonts/nunito/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/Nunito-Bold.woff2") format("woff2"), url("../fonts/nunito/Nunito-Bold.woff") format("woff"), url("../fonts/nunito/Nunito-Bold.ttf") format("truetype"), url("../fonts/nunito/Nunito-Bold.svg#Nunito-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-ExtraBold.eot");
  src: url("../fonts/nunito/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/nunito/Nunito-ExtraBold.woff") format("woff"), url("../fonts/nunito/Nunito-ExtraBold.ttf") format("truetype"), url("../fonts/nunito/Nunito-ExtraBold.svg#Nunito-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-Black.eot");
  src: url("../fonts/nunito/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/Nunito-Black.woff2") format("woff2"), url("../fonts/nunito/Nunito-Black.woff") format("woff"), url("../fonts/nunito/Nunito-Black.ttf") format("truetype"), url("../fonts/nunito/Nunito-Black.svg#Nunito-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/* Other Colors */
html, body, .body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: var(--text-color);
  min-height: 100%;
  height: auto;
  background: transparent linear-gradient(0deg, #E0EFF1 0%, #E7F3F4 21%, #FFFFFF 100%);
  letter-spacing: 0.25px;
}
@media (min-width: 1080px) {
  html, body, .body {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  html, body, .body {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  html, body, .body {
    font-size: 15px;
  }
}

body.body {
  background: transparent !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  padding: 0;
  letter-spacing: 0;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small,
.h1 small,
.h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  line-height: 1;
}

h1 small, h1 .small, .h1 small, .h1 .small,
h2 small,
h2 .small, .h2 small, .h2 .small,
h3 small,
h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}

h4 small, h4 .small, .h4 small, .h4 .small,
h5 small,
h5 .small, .h5 small, .h5 .small,
h6 small,
h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 32.2px;
}

h2, .h2 {
  font-size: 26.6px;
}

h3, .h3 {
  font-size: 18.2px !important;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 11px;
}

small, .small {
  font-size: 85%;
}

ul {
  list-style: none;
  padding: 0;
}

:root {
  --blue: #118cf5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #FF9393;
  --red: #ff0000;
  --orange: #fd7e14;
  --yellow: #feb204;
  --green: #2bd992;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --black: #000;
  --gray: #808080;
  --gray-dark: #343a40;
  --primary: #00B491;
  --secondary: #13565F;
  --success: #2bd992;
  --info: #3563db;
  --warning: #feb204;
  --danger: #DA6666;
  --light: #C5C9C9;
  --dark: #343a40;
  --white: #ffffff;
  --red: #ff0000;
  --pink: #FF9393;
  --gray: #808080;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.body .navbar-theme {
  background: linear-gradient(117.37deg, #13565F 18.33%, #A2BBBF 124.02%);
  border: 1px solid #707070;
  color: #ffffff;
  padding: 0.75rem 1.2rem;
  height: 70px;
  z-index: 1053;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.body .navbar-theme .page-title {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 576px) {
  .body .navbar-theme .page-title {
    font-size: 1.5rem;
  }
}
.body .navbar-theme .header-profile img {
  width: 46px;
}
@media (max-width: 576px) {
  .body .navbar-theme .header-profile img {
    width: 36px;
  }
}
.body .navbar-theme .avtar {
  text-align: right;
}
.body .navbar-theme .avtar .avtar-name {
  font-size: 18px;
  font-weight: 700;
}
.body .navbar-theme .avtar .avtar-loaction {
  font-size: 14px;
}
.body .menu-icon span {
  height: 3.5px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin: 5px 0;
}
.body .menu-icon span:nth-child(1), .body .menu-icon span:nth-child(2) {
  width: 36px;
}
.body .menu-icon span:nth-child(3) {
  width: 22px;
}
.body .open-menu {
  height: calc(100vh - 70px - 20px);
  width: 320px;
  background: transparent linear-gradient(133deg, #13565F 0%, #A2BBBF 100%);
  border: 1px solid #707070;
  border-radius: 20px;
  margin-top: 0.5rem;
  overflow-y: auto;
  flex-flow: column;
}
.body .open-menu > li {
  display: inline-flex;
  vertical-align: middle;
  width: 280px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  margin: 15px 7px 15px 14px;
}
.body .open-menu > li .dropdown-item {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: auto 0;
  white-space: break-spaces;
  text-align: left;
}
.body .open-menu > li .dropdown-item:hover {
  background-color: transparent;
}
.body .open-menu > li .dropdown-item svg {
  min-height: 30px;
  min-width: 30px;
}
.body .open-menu.show {
  display: flex;
}
.body .open-avtar-menu {
  width: 315px;
  background: transparent linear-gradient(133deg, #13565F 0%, #A2BBBF 100%);
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 1.2rem;
}
.body .open-avtar-menu .header-profile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.body .open-avtar-menu .avtar-name,
.body .open-avtar-menu .avtar-loaction {
  color: #ffffff;
}
.body .open-avtar-menu .dropdown-divider {
  margin: 1rem 0;
  border-top: 1px solid #ffffff;
}
.body .navbar-footer {
  background: transparent linear-gradient(156deg, #13565F 0%, #A2BBBF 100%) 0% 0% no-repeat padding-box;
  height: 27px;
}
.body .navbar-footer ul li {
  padding: 0 0.5rem;
}
.body .navbar-footer ul li a {
  color: #ffffff;
  font-size: 14px;
}
.body .navbar-footer ul li a.active {
  background-color: #ffffff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.4509803922);
  color: #0C4462;
  font-size: 16px;
  font-weight: 900;
  padding: 0.5rem 1rem !important;
}
.body .card {
  border-color: rgba(112, 112, 112, 0.3215686275);
  -webkit-appearance: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.body .card .card-header {
  height: 55px;
  background-color: #5F8C92;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  padding: 1rem;
  text-align: center;
}
.body .card .card-header:first-child {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.body .card .card-header > h3 {
  line-height: 1;
  letter-spacing: 0.5px;
}
.body .card.active {
  background: #F5FFFF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1607843137);
  border: 1.5px solid #00B491 !important;
  border-radius: 18px;
}
.body .card.card-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.body .card.card-small .card-body {
  padding: 0.5rem;
}
.body .card .card-footer {
  background: transparent;
  border: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.body .card.sub-card {
  background: #FFFFFF !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px !important;
  border: 0 !important;
}
.body .card.card-transparent {
  background: #FFFFFF !important;
  border: 0 !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 15px !important;
}
.body .ui-sortable-handle {
  border: 0;
  background: transparent;
  color: #000;
}
.body .form-label {
  font-size: 16px;
  color: #13565F;
}
.body .form-label.col-form-label {
  font-size: 14px;
}
.body .form-control {
  border: 1px solid #A2BBBF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.body .form-control.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem;
}
.body textarea.form-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.body .custom-file-input {
  position: relative;
}
.body .custom-file-input .btn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.body .custom-file-input .btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
  right: 0;
}
.body .dropdown-toggle::after {
  display: none;
}
.body .form-check {
  margin-bottom: 0.5rem;
}
.body .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  margin-top: -3px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0392156863);
}
.body .form-check .form-check-input[role=switch] {
  border: 1px solid transparent;
  background-color: rgba(0, 180, 145, 0.1921568627);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.body .form-check .form-check-input:checked {
  background-color: #00B491;
  border: 1px solid transparent;
}
.body .form-check .form-check-input[type=checkbox]:not([role=switch]) {
  background: #FFFFFF;
  border: 1px solid #A2BBBF;
  border-radius: 5px;
}
.body .form-check .form-check-input[type=checkbox]:not([role=switch]):checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2300B491' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
}
.body .form-check.form-switch {
  position: relative;
}
.body .form-check.form-switch .form-check-input {
  width: 40px;
  height: 20px;
}
.body .form-check.form-switch .form-check-input:checked {
  border-color: #00B491;
}
.body .form-check.form-switch .form-check-input:checked ~ .switch-btn-selected-text {
  position: absolute;
  left: 26px;
  top: 4px;
  font-size: 10px;
  font-weight: bold;
  display: block;
}
.body .form-check.form-switch .switch-btn-selected-text {
  display: none;
}
.body .form-check.circle-checkbox .form-check-input {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 0;
}
.body .btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}
.body .btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 170px;
  height: 40px;
  background: #00B491;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.body .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  top: 10px;
  right: 20px;
  color: #ffffff;
}
.body .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 88px;
  height: 32px;
  background: #ffffff;
  border-radius: 26px;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 6px -2px #111;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #00B491;
}
.body .btn-color-mode-switch input[type=checkbox] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}
.body .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner {
  background: #00B491;
  color: #fff;
}
.body .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}
.body .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 78px;
  background: #ffffff;
}
.body .small-form .form-label {
  font-size: 12px;
  color: #13565F;
}
.body input.custom-input {
  background: #FFFFFF;
  border: 1px solid #A2BBBF;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  color: var(--secondary);
}
.body input.custom-input:focus {
  outline: none;
}
.body select.custom-input {
  background: #FFFFFF;
  border: 1px solid #A2BBBF;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  color: var(--secondary);
  -webkit-appearance: none;
  width: 155px;
}
.body select.custom-input:focus {
  outline: none;
}
.body .custom-input-group.border-less {
  border: 0;
}
.body .custom-input-group.border-less input.custom-input,
.body .custom-input-group.border-less select.custom-input {
  border: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
}
.body .custom-input-group.border-less .input-group-text {
  border: 0;
  box-shadow: 5px 0px 6px rgba(0, 0, 0, 0.2509803922);
}
.body .custom-input-group .input-group-text {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 2px 0.5rem !important;
}
.body .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
}
.body .btn i.icon {
  color: var(--white);
}
.body .btn.btn-xs {
  font-size: 9px;
  font-weight: 700;
  padding: 4px 10px;
  text-transform: uppercase;
}
.body .btn.btn-sm {
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
  border-width: 1px;
}
.body .btn-primary {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-primary.active:focus, .body .btn-primary.show:focus, .body .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--primary), 0.5);
}
.body .btn-secondary {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-secondary.active:focus, .body .btn-secondary.show:focus, .body .btn-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--secondary), 0.5);
}
.body .btn-success {
  background-color: var(--success);
  border: 2px solid var(--success);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-success.active:focus, .body .btn-success.show:focus, .body .btn-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--success), 0.5);
}
.body .btn-info {
  background-color: var(--info);
  border: 2px solid var(--info);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-info.active:focus, .body .btn-info.show:focus, .body .btn-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--info), 0.5);
}
.body .btn-warning {
  background-color: var(--warning);
  border: 2px solid var(--warning);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-warning.active:focus, .body .btn-warning.show:focus, .body .btn-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--warning), 0.5);
}
.body .btn-danger {
  background-color: var(--danger);
  border: 2px solid var(--danger);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-danger.active:focus, .body .btn-danger.show:focus, .body .btn-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--danger), 0.5);
}
.body .btn-light {
  background-color: var(--light);
  border: 2px solid var(--light);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-light.active:focus, .body .btn-light.show:focus, .body .btn-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--light), 0.5);
}
.body .btn-dark {
  background-color: var(--dark);
  border: 2px solid var(--dark);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-dark.active:focus, .body .btn-dark.show:focus, .body .btn-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dark), 0.5);
}
.body .btn-white {
  background-color: var(--white);
  border: 2px solid var(--white);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-white.active:focus, .body .btn-white.show:focus, .body .btn-white:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--white), 0.5);
}
.body .btn-red {
  background-color: var(--red);
  border: 2px solid var(--red);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-red.active:focus, .body .btn-red.show:focus, .body .btn-red:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--red), 0.5);
}
.body .btn-pink {
  background-color: var(--pink);
  border: 2px solid var(--pink);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
  color: #000000;
}
.body .btn-pink.active:focus, .body .btn-pink.show:focus, .body .btn-pink:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--pink), 0.5);
}
.body .btn-gray {
  background-color: var(--gray);
  border: 2px solid var(--gray);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .btn-gray.active:focus, .body .btn-gray.show:focus, .body .btn-gray:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--gray), 0.5);
}
.body .btn-rounded-outline-primary {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--primary);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-primary.active:focus, .body .btn-rounded-outline-primary.show:focus, .body .btn-rounded-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--primary), 0.5);
}
.body .btn-rounded-outline-primary > span {
  font-size: 21px;
  color: var(--primary);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-secondary {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--secondary);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-secondary.active:focus, .body .btn-rounded-outline-secondary.show:focus, .body .btn-rounded-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--secondary), 0.5);
}
.body .btn-rounded-outline-secondary > span {
  font-size: 21px;
  color: var(--secondary);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-success {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--success);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-success.active:focus, .body .btn-rounded-outline-success.show:focus, .body .btn-rounded-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--success), 0.5);
}
.body .btn-rounded-outline-success > span {
  font-size: 21px;
  color: var(--success);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-info {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--info);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-info.active:focus, .body .btn-rounded-outline-info.show:focus, .body .btn-rounded-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--info), 0.5);
}
.body .btn-rounded-outline-info > span {
  font-size: 21px;
  color: var(--info);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-warning {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--warning);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-warning.active:focus, .body .btn-rounded-outline-warning.show:focus, .body .btn-rounded-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--warning), 0.5);
}
.body .btn-rounded-outline-warning > span {
  font-size: 21px;
  color: var(--warning);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-danger {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--danger);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-danger.active:focus, .body .btn-rounded-outline-danger.show:focus, .body .btn-rounded-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--danger), 0.5);
}
.body .btn-rounded-outline-danger > span {
  font-size: 21px;
  color: var(--danger);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-light {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--light);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-light.active:focus, .body .btn-rounded-outline-light.show:focus, .body .btn-rounded-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--light), 0.5);
}
.body .btn-rounded-outline-light > span {
  font-size: 21px;
  color: var(--light);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-dark {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--dark);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-dark.active:focus, .body .btn-rounded-outline-dark.show:focus, .body .btn-rounded-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dark), 0.5);
}
.body .btn-rounded-outline-dark > span {
  font-size: 21px;
  color: var(--dark);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-white {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-white.active:focus, .body .btn-rounded-outline-white.show:focus, .body .btn-rounded-outline-white:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--white), 0.5);
}
.body .btn-rounded-outline-white > span {
  font-size: 21px;
  color: var(--white);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-red {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--red);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-red.active:focus, .body .btn-rounded-outline-red.show:focus, .body .btn-rounded-outline-red:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--red), 0.5);
}
.body .btn-rounded-outline-red > span {
  font-size: 21px;
  color: var(--red);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-pink {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--pink);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-pink.active:focus, .body .btn-rounded-outline-pink.show:focus, .body .btn-rounded-outline-pink:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--pink), 0.5);
}
.body .btn-rounded-outline-pink > span {
  font-size: 21px;
  color: var(--pink);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-rounded-outline-gray {
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 2px solid var(--gray);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}
.body .btn-rounded-outline-gray.active:focus, .body .btn-rounded-outline-gray.show:focus, .body .btn-rounded-outline-gray:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--gray), 0.5);
}
.body .btn-rounded-outline-gray > span {
  font-size: 21px;
  color: var(--gray);
  font-weight: bold;
  line-height: 16px;
  margin-left: 1px;
}
.body .btn-outline-primary {
  color: var(--primary);
  border: 2px solid var(--primary);
}
.body .btn-outline-primary:hover {
  background-color: var(--primary);
  color: #ffffff;
}
.body .btn-outline-primary:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-primary.active:focus, .body .btn-outline-primary.show:focus, .body .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--primary), 0.5);
}
.body .btn-outline-primary:focus {
  background-color: var(--primary);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--primary), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--primary), 0.5);
}
.body .btn-outline-primary.disabled, .body .btn-outline-primary:disabled {
  color: var(--primary);
  background-color: transparent;
}
.body .btn-outline-primary:not(:disabled):not(.disabled):active, .body .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .body .btn-outline-primary.dropdown-toggle {
  background-color: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}
.body .btn-outline-primary.show {
  background-color: var(--primary);
  color: #ffffff;
}
.body .btn-outline-secondary {
  color: var(--secondary);
  border: 2px solid var(--secondary);
}
.body .btn-outline-secondary:hover {
  background-color: var(--secondary);
  color: #ffffff;
}
.body .btn-outline-secondary:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-secondary.active:focus, .body .btn-outline-secondary.show:focus, .body .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--secondary), 0.5);
}
.body .btn-outline-secondary:focus {
  background-color: var(--secondary);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--secondary), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--secondary), 0.5);
}
.body .btn-outline-secondary.disabled, .body .btn-outline-secondary:disabled {
  color: var(--secondary);
  background-color: transparent;
}
.body .btn-outline-secondary:not(:disabled):not(.disabled):active, .body .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .body .btn-outline-secondary.dropdown-toggle {
  background-color: var(--secondary);
  color: #ffffff;
  border-color: var(--secondary);
}
.body .btn-outline-secondary.show {
  background-color: var(--secondary);
  color: #ffffff;
}
.body .btn-outline-success {
  color: var(--success);
  border: 2px solid var(--success);
}
.body .btn-outline-success:hover {
  background-color: var(--success);
  color: #ffffff;
}
.body .btn-outline-success:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-success.active:focus, .body .btn-outline-success.show:focus, .body .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--success), 0.5);
}
.body .btn-outline-success:focus {
  background-color: var(--success);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--success), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--success), 0.5);
}
.body .btn-outline-success.disabled, .body .btn-outline-success:disabled {
  color: var(--success);
  background-color: transparent;
}
.body .btn-outline-success:not(:disabled):not(.disabled):active, .body .btn-outline-success:not(:disabled):not(.disabled).active, .show > .body .btn-outline-success.dropdown-toggle {
  background-color: var(--success);
  color: #ffffff;
  border-color: var(--success);
}
.body .btn-outline-success.show {
  background-color: var(--success);
  color: #ffffff;
}
.body .btn-outline-info {
  color: var(--info);
  border: 2px solid var(--info);
}
.body .btn-outline-info:hover {
  background-color: var(--info);
  color: #ffffff;
}
.body .btn-outline-info:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-info.active:focus, .body .btn-outline-info.show:focus, .body .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--info), 0.5);
}
.body .btn-outline-info:focus {
  background-color: var(--info);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--info), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--info), 0.5);
}
.body .btn-outline-info.disabled, .body .btn-outline-info:disabled {
  color: var(--info);
  background-color: transparent;
}
.body .btn-outline-info:not(:disabled):not(.disabled):active, .body .btn-outline-info:not(:disabled):not(.disabled).active, .show > .body .btn-outline-info.dropdown-toggle {
  background-color: var(--info);
  color: #ffffff;
  border-color: var(--info);
}
.body .btn-outline-info.show {
  background-color: var(--info);
  color: #ffffff;
}
.body .btn-outline-warning {
  color: var(--warning);
  border: 2px solid var(--warning);
}
.body .btn-outline-warning:hover {
  background-color: var(--warning);
  color: #ffffff;
}
.body .btn-outline-warning:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-warning.active:focus, .body .btn-outline-warning.show:focus, .body .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--warning), 0.5);
}
.body .btn-outline-warning:focus {
  background-color: var(--warning);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--warning), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--warning), 0.5);
}
.body .btn-outline-warning.disabled, .body .btn-outline-warning:disabled {
  color: var(--warning);
  background-color: transparent;
}
.body .btn-outline-warning:not(:disabled):not(.disabled):active, .body .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .body .btn-outline-warning.dropdown-toggle {
  background-color: var(--warning);
  color: #ffffff;
  border-color: var(--warning);
}
.body .btn-outline-warning.show {
  background-color: var(--warning);
  color: #ffffff;
}
.body .btn-outline-danger {
  color: var(--danger);
  border: 2px solid var(--danger);
}
.body .btn-outline-danger:hover {
  background-color: var(--danger);
  color: #ffffff;
}
.body .btn-outline-danger:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-danger.active:focus, .body .btn-outline-danger.show:focus, .body .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--danger), 0.5);
}
.body .btn-outline-danger:focus {
  background-color: var(--danger);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--danger), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--danger), 0.5);
}
.body .btn-outline-danger.disabled, .body .btn-outline-danger:disabled {
  color: var(--danger);
  background-color: transparent;
}
.body .btn-outline-danger:not(:disabled):not(.disabled):active, .body .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .body .btn-outline-danger.dropdown-toggle {
  background-color: var(--danger);
  color: #ffffff;
  border-color: var(--danger);
}
.body .btn-outline-danger.show {
  background-color: var(--danger);
  color: #ffffff;
}
.body .btn-outline-light {
  color: var(--light);
  border: 2px solid var(--light);
}
.body .btn-outline-light:hover {
  background-color: var(--light);
  color: #ffffff;
}
.body .btn-outline-light:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-light.active:focus, .body .btn-outline-light.show:focus, .body .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--light), 0.5);
}
.body .btn-outline-light:focus {
  background-color: var(--light);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--light), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--light), 0.5);
}
.body .btn-outline-light.disabled, .body .btn-outline-light:disabled {
  color: var(--light);
  background-color: transparent;
}
.body .btn-outline-light:not(:disabled):not(.disabled):active, .body .btn-outline-light:not(:disabled):not(.disabled).active, .show > .body .btn-outline-light.dropdown-toggle {
  background-color: var(--light);
  color: #ffffff;
  border-color: var(--light);
}
.body .btn-outline-light.show {
  background-color: var(--light);
  color: #ffffff;
}
.body .btn-outline-dark {
  color: var(--dark);
  border: 2px solid var(--dark);
}
.body .btn-outline-dark:hover {
  background-color: var(--dark);
  color: #ffffff;
}
.body .btn-outline-dark:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-dark.active:focus, .body .btn-outline-dark.show:focus, .body .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dark), 0.5);
}
.body .btn-outline-dark:focus {
  background-color: var(--dark);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--dark), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--dark), 0.5);
}
.body .btn-outline-dark.disabled, .body .btn-outline-dark:disabled {
  color: var(--dark);
  background-color: transparent;
}
.body .btn-outline-dark:not(:disabled):not(.disabled):active, .body .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .body .btn-outline-dark.dropdown-toggle {
  background-color: var(--dark);
  color: #ffffff;
  border-color: var(--dark);
}
.body .btn-outline-dark.show {
  background-color: var(--dark);
  color: #ffffff;
}
.body .btn-outline-white {
  color: var(--white);
  border: 2px solid var(--white);
}
.body .btn-outline-white:hover {
  color: #ffffff;
}
.body .btn-outline-white:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-white.active:focus, .body .btn-outline-white.show:focus, .body .btn-outline-white:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--white), 0.5);
}
.body .btn-outline-white:focus {
  background-color: var(--white);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--white), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--white), 0.5);
}
.body .btn-outline-white.disabled, .body .btn-outline-white:disabled {
  color: var(--white);
  background-color: transparent;
}
.body .btn-outline-white:not(:disabled):not(.disabled):active, .body .btn-outline-white:not(:disabled):not(.disabled).active, .show > .body .btn-outline-white.dropdown-toggle {
  color: #ffffff;
}
.body .btn-outline-white.show {
  background-color: var(--white);
  color: #ffffff;
}
.body .btn-outline-red {
  color: var(--red);
  border: 2px solid var(--red);
}
.body .btn-outline-red:hover {
  background-color: var(--red);
  color: #ffffff;
}
.body .btn-outline-red:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-red.active:focus, .body .btn-outline-red.show:focus, .body .btn-outline-red:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--red), 0.5);
}
.body .btn-outline-red:focus {
  background-color: var(--red);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--red), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--red), 0.5);
}
.body .btn-outline-red.disabled, .body .btn-outline-red:disabled {
  color: var(--red);
  background-color: transparent;
}
.body .btn-outline-red:not(:disabled):not(.disabled):active, .body .btn-outline-red:not(:disabled):not(.disabled).active, .show > .body .btn-outline-red.dropdown-toggle {
  background-color: var(--red);
  color: #ffffff;
  border-color: var(--red);
}
.body .btn-outline-red.show {
  background-color: var(--red);
  color: #ffffff;
}
.body .btn-outline-pink {
  color: var(--pink);
  border: 2px solid var(--pink);
}
.body .btn-outline-pink:hover {
  background-color: var(--pink);
  color: #ffffff;
}
.body .btn-outline-pink:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-pink.active:focus, .body .btn-outline-pink.show:focus, .body .btn-outline-pink:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--pink), 0.5);
}
.body .btn-outline-pink:focus {
  background-color: var(--pink);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--pink), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--pink), 0.5);
}
.body .btn-outline-pink.disabled, .body .btn-outline-pink:disabled {
  color: var(--pink);
  background-color: transparent;
}
.body .btn-outline-pink:not(:disabled):not(.disabled):active, .body .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .body .btn-outline-pink.dropdown-toggle {
  background-color: var(--pink);
  color: #ffffff;
  border-color: var(--pink);
}
.body .btn-outline-pink.show {
  background-color: var(--pink);
  color: #ffffff;
}
.body .btn-outline-gray {
  color: var(--gray);
  border: 2px solid var(--gray);
}
.body .btn-outline-gray:hover {
  background-color: var(--gray);
  color: #ffffff;
}
.body .btn-outline-gray:hover path {
  stroke: #FFFFFF;
}
.body .btn-outline-gray.active:focus, .body .btn-outline-gray.show:focus, .body .btn-outline-gray:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--gray), 0.5);
}
.body .btn-outline-gray:focus {
  background-color: var(--gray);
  color: #ffffff;
  border-color: 0 0 0 0.25rem rgba(var(--gray), 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--gray), 0.5);
}
.body .btn-outline-gray.disabled, .body .btn-outline-gray:disabled {
  color: var(--gray);
  background-color: transparent;
}
.body .btn-outline-gray:not(:disabled):not(.disabled):active, .body .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .body .btn-outline-gray.dropdown-toggle {
  background-color: var(--gray);
  color: #ffffff;
  border-color: var(--gray);
}
.body .btn-outline-gray.show {
  background-color: var(--gray);
  color: #ffffff;
}
.body .btn-custom-link {
  color: #00B491;
  font-size: 16px;
  font-weight: 800;
}
.body .bed-svg {
  position: relative;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.body .bed-svg svg.bed-primary path {
  fill: var(--primary);
}
.body .bed-svg svg.bed-secondary path {
  fill: var(--secondary);
}
.body .bed-svg svg.bed-success path {
  fill: var(--success);
}
.body .bed-svg svg.bed-info path {
  fill: var(--info);
}
.body .bed-svg svg.bed-warning path {
  fill: var(--warning);
}
.body .bed-svg svg.bed-danger path {
  fill: var(--danger);
}
.body .bed-svg svg.bed-light path {
  fill: var(--light);
}
.body .bed-svg svg.bed-dark path {
  fill: var(--dark);
}
.body .bed-svg svg.bed-white path {
  fill: var(--white);
}
.body .bed-svg svg.bed-red path {
  fill: var(--red);
}
.body .bed-svg svg.bed-pink path {
  fill: var(--pink);
}
.body .bed-svg svg.bed-gray path {
  fill: var(--gray);
}
.body .bed-svg span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 6px;
  font-size: 12px;
  top: 6px;
  color: #ffffff;
  font-weight: 700;
}
/* .body .bed-svg span.small-value {
  top: 2px;
  font-size: 10px;
} */
.body .bed-svg .btn-icn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
}
.body .bed-svg {
  position: relative;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.body .bed-svg svg.bed-other-1 path {
  fill: #19769F;
}
.body .bed-svg svg.bed-other-2 path {
  fill: #366780;
}
.body .bed-svg svg.bed-other-3 path {
  fill: #76AFC5;
}
.body .bed-svg svg.bed-other-4 path {
  fill: #0A425B;
}
.body .bed-svg svg.bed-other-5 path {
  fill: #F3F9FC;
}
.body .bed-svg svg.bed-other-6 path {
  fill: #9D9D9D;
}
.body .bed-svg svg.bed-other-7 path {
  fill: #A2BBBF;
}
.body .bed-svg svg.bed-other-8 path {
  fill: #D4E5EE;
}
.body .bed-svg svg.bed-other-9 path {
  fill: #FFEE6F;
}
.body .bed-svg svg.bed-other-10 path {
  fill: #C6F0C1;
}
.body .bed-svg svg.bed-other-11 path {
  fill: #D8E1FA;
}
.body .bed-svg svg.bed-other-12 path {
  fill: #D9D919;
}
.body .btn-custom-illness {
  font-size: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: rgba(12, 68, 98, 0.5137254902);
}
.body .btn-delete {
  width: 28px;
  height: 28px;
  background: #EDF1FA;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
}
.body .float-button {
  background: #4D7F86;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3960784314);
  width: 45px;
  height: 45px;
  font-size: 47px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.7px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.body .float-button.sm-btn {
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4509803922);
  bottom: 10px;
  right: 10px;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 34px;
}
.body .btn-minus {
  width: 18px;
  height: 18px;
  background: #EB3B3B;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
  line-height: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.body .btn-minus span {
  width: 10px;
  height: 3px;
  background: #fff;
  display: inline-block;
}
.body .btn-minus.btn-positions {
  position: absolute;
  right: -9px;
  top: -9px;
}
.body .btn-plus {
  width: 18px;
  height: 18px;
  background: #0C4462;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
  line-height: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.body .btn-plus span:first-child {
  width: 10px;
  height: 2px;
  background: #fff;
  display: inline-block;
}
.body .btn-plus span:last-child {
  width: 10px;
  height: 2px;
  background: #fff;
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -5px;
}
.body .text-primary {
  color: var(--primary) !important;
}
.body .text-secondary {
  color: var(--secondary) !important;
}
.body .text-success {
  color: var(--success) !important;
}
.body .text-info {
  color: var(--info) !important;
}
.body .text-warning {
  color: var(--warning) !important;
}
.body .text-danger {
  color: var(--danger) !important;
}
.body .text-light {
  color: var(--light) !important;
}
.body .text-dark {
  color: var(--dark) !important;
}
.body .text-white {
  color: var(--white) !important;
}
.body .text-red {
  color: var(--red) !important;
}
.body .text-pink {
  color: var(--pink) !important;
}
.body .text-gray {
  color: var(--gray) !important;
}
.body .badge-primary {
  background-color: var(--primary) !important;
}
.body .badge-outline-primary {
  color: var(--primary);
  border: 1px solid var(--primary) !important;
}
.body .badge-secondary {
  background-color: var(--secondary) !important;
}
.body .badge-outline-secondary {
  color: var(--secondary);
  border: 1px solid var(--secondary) !important;
}
.body .badge-success {
  background-color: var(--success) !important;
}
.body .badge-outline-success {
  color: var(--success);
  border: 1px solid var(--success) !important;
}
.body .badge-info {
  background-color: var(--info) !important;
}
.body .badge-outline-info {
  color: var(--info);
  border: 1px solid var(--info) !important;
}
.body .badge-warning {
  background-color: var(--warning) !important;
}
.body .badge-outline-warning {
  color: var(--warning);
  border: 1px solid var(--warning) !important;
}
.body .badge-danger {
  background-color: var(--danger) !important;
}
.body .badge-outline-danger {
  color: var(--danger);
  border: 1px solid var(--danger) !important;
}
.body .badge-light {
  background-color: var(--light) !important;
}
.body .badge-outline-light {
  color: var(--light);
  border: 1px solid var(--light) !important;
}
.body .badge-dark {
  background-color: var(--dark) !important;
}
.body .badge-outline-dark {
  color: var(--dark);
  border: 1px solid var(--dark) !important;
}
.body .badge-white {
  background-color: var(--white) !important;
}
.body .badge-outline-white {
  color: var(--white);
  border: 1px solid var(--white) !important;
}
.body .badge-red {
  background-color: var(--red) !important;
}
.body .badge-outline-red {
  color: var(--red);
  border: 1px solid var(--red) !important;
}
.body .badge-pink {
  background-color: var(--pink) !important;
}
.body .badge-outline-pink {
  color: var(--pink);
  border: 1px solid var(--pink) !important;
}
.body .badge-gray {
  background-color: var(--gray) !important;
}
.body .badge-outline-gray {
  color: var(--gray);
  border: 1px solid var(--gray) !important;
}
.body .badge-other-1 {
  background-color: #19769F !important;
}
.body .badge-outline-other-1 {
  color: #19769F;
  border: 1px solid #19769F !important;
}
.body .border-other-1 {
  border-color: #19769F !important;
}
.body .badge-other-2 {
  background-color: #366780 !important;
}
.body .badge-outline-other-2 {
  color: #366780;
  border: 1px solid #366780 !important;
}
.body .border-other-2 {
  border-color: #366780 !important;
}
.body .badge-other-3 {
  background-color: #76AFC5 !important;
}
.body .badge-outline-other-3 {
  color: #76AFC5;
  border: 1px solid #76AFC5 !important;
}
.body .border-other-3 {
  border-color: #76AFC5 !important;
}
.body .badge-other-4 {
  background-color: #0A425B !important;
}
.body .badge-outline-other-4 {
  color: #0A425B;
  border: 1px solid #0A425B !important;
}
.body .border-other-4 {
  border-color: #0A425B !important;
}
.body .badge-other-5 {
  background-color: #F3F9FC !important;
}
.body .badge-outline-other-5 {
  color: #F3F9FC;
  border: 1px solid #F3F9FC !important;
}
.body .border-other-5 {
  border-color: #F3F9FC !important;
}
.body .badge-other-6 {
  background-color: #9D9D9D !important;
}
.body .badge-outline-other-6 {
  color: #9D9D9D;
  border: 1px solid #9D9D9D !important;
}
.body .border-other-6 {
  border-color: #9D9D9D !important;
}
.body .badge-other-7 {
  background-color: #A2BBBF !important;
}
.body .badge-outline-other-7 {
  color: #A2BBBF;
  border: 1px solid #A2BBBF !important;
}
.body .border-other-7 {
  border-color: #A2BBBF !important;
}
.body .badge-other-8 {
  background-color: #D4E5EE !important;
}
.body .badge-outline-other-8 {
  color: #D4E5EE;
  border: 1px solid #D4E5EE !important;
}
.body .border-other-8 {
  border-color: #D4E5EE !important;
}
.body .badge-other-9 {
  background-color: #FFEE6F !important;
}
.body .badge-outline-other-9 {
  color: #FFEE6F;
  border: 1px solid #FFEE6F !important;
}
.body .border-other-9 {
  border-color: #FFEE6F !important;
}
.body .badge-other-10 {
  background-color: #C6F0C1 !important;
}
.body .badge-outline-other-10 {
  color: #C6F0C1;
  border: 1px solid #C6F0C1 !important;
}
.body .border-other-10 {
  border-color: #C6F0C1 !important;
}
.body .badge-other-11 {
  background-color: #D8E1FA !important;
}
.body .badge-outline-other-11 {
  color: #D8E1FA;
  border: 1px solid #D8E1FA !important;
}
.body .border-other-11 {
  border-color: #D8E1FA !important;
}
.body .badge-other-12 {
  background-color: #D9D919 !important;
}
.body .badge-outline-other-12 {
  color: #D9D919;
  border: 1px solid #D9D919 !important;
}
.body .border-other-12 {
  border-color: #D9D919 !important;
}
.body .bg-primary {
  background-color: var(--primary) !important;
}
.body .border-primary {
  border-color: #00B491 !important;
}
.body .bg-light-primary {
  background-color: #4effdd !important;
}
.body input[type=range].slider-primary::-webkit-slider-thumb, .body input[type=range].slider-primary::-webkit-slider-runnable-track {
  background: var(--primary) !important;
}
.body input[type=range].slider-primary:focus::-webkit-slider-runnable-track {
  background: var(--primary) !important;
}
.body .bg-secondary {
  background-color: var(--secondary) !important;
}
.body .border-secondary {
  border-color: #13565F !important;
}
.body .bg-light-secondary {
  background-color: #35c3d7 !important;
}
.body input[type=range].slider-secondary::-webkit-slider-thumb, .body input[type=range].slider-secondary::-webkit-slider-runnable-track {
  background: var(--secondary) !important;
}
.body input[type=range].slider-secondary:focus::-webkit-slider-runnable-track {
  background: var(--secondary) !important;
}
.body .bg-success {
  background-color: var(--success) !important;
}
.body .border-success {
  border-color: #2bd992 !important;
}
.body .bg-light-success {
  background-color: #adf0d5 !important;
}
.body input[type=range].slider-success::-webkit-slider-thumb, .body input[type=range].slider-success::-webkit-slider-runnable-track {
  background: var(--success) !important;
}
.body input[type=range].slider-success:focus::-webkit-slider-runnable-track {
  background: var(--success) !important;
}
.body .bg-info {
  background-color: var(--info) !important;
}
.body .border-info {
  border-color: #3563db !important;
}
.body .bg-light-info {
  background-color: #b7c7f2 !important;
}
.body input[type=range].slider-info::-webkit-slider-thumb, .body input[type=range].slider-info::-webkit-slider-runnable-track {
  background: var(--info) !important;
}
.body input[type=range].slider-info:focus::-webkit-slider-runnable-track {
  background: var(--info) !important;
}
.body .bg-warning {
  background-color: var(--warning) !important;
}
.body .border-warning {
  border-color: #feb204 !important;
}
.body .bg-light-warning {
  background-color: #ffe19c !important;
}
.body input[type=range].slider-warning::-webkit-slider-thumb, .body input[type=range].slider-warning::-webkit-slider-runnable-track {
  background: var(--warning) !important;
}
.body input[type=range].slider-warning:focus::-webkit-slider-runnable-track {
  background: var(--warning) !important;
}
.body .bg-danger {
  background-color: var(--danger) !important;
}
.body .border-danger {
  border-color: #DA6666 !important;
}
.body .bg-light-danger {
  background-color: #f8e1e1 !important;
}
.body input[type=range].slider-danger::-webkit-slider-thumb, .body input[type=range].slider-danger::-webkit-slider-runnable-track {
  background: var(--danger) !important;
}
.body input[type=range].slider-danger:focus::-webkit-slider-runnable-track {
  background: var(--danger) !important;
}
.body .bg-light {
  background-color: var(--light) !important;
}
.body .border-light {
  border-color: #C5C9C9 !important;
}
.body .bg-light-light {
  background-color: white !important;
}
.body input[type=range].slider-light::-webkit-slider-thumb, .body input[type=range].slider-light::-webkit-slider-runnable-track {
  background: var(--light) !important;
}
.body input[type=range].slider-light:focus::-webkit-slider-runnable-track {
  background: var(--light) !important;
}
.body .bg-dark {
  background-color: var(--dark) !important;
}
.body .border-dark {
  border-color: #343a40 !important;
}
.body .bg-light-dark {
  background-color: #7a8793 !important;
}
.body input[type=range].slider-dark::-webkit-slider-thumb, .body input[type=range].slider-dark::-webkit-slider-runnable-track {
  background: var(--dark) !important;
}
.body input[type=range].slider-dark:focus::-webkit-slider-runnable-track {
  background: var(--dark) !important;
}
.body .bg-white {
  background-color: var(--white) !important;
}
.body .border-white {
  border-color: #ffffff !important;
}
.body .bg-light-white {
  background-color: white !important;
}
.body input[type=range].slider-white::-webkit-slider-thumb, .body input[type=range].slider-white::-webkit-slider-runnable-track {
  background: var(--white) !important;
}
.body input[type=range].slider-white:focus::-webkit-slider-runnable-track {
  background: var(--white) !important;
}
.body .bg-red {
  background-color: var(--red) !important;
}
.body .border-red {
  border-color: #ff0000 !important;
}
.body .bg-light-red {
  background-color: #ff9999 !important;
}
.body input[type=range].slider-red::-webkit-slider-thumb, .body input[type=range].slider-red::-webkit-slider-runnable-track {
  background: var(--red) !important;
}
.body input[type=range].slider-red:focus::-webkit-slider-runnable-track {
  background: var(--red) !important;
}
.body .bg-pink {
  background-color: var(--pink) !important;
}
.body .border-pink {
  border-color: #FF9393 !important;
}
.body .bg-light-pink {
  background-color: white !important;
}
.body input[type=range].slider-pink::-webkit-slider-thumb, .body input[type=range].slider-pink::-webkit-slider-runnable-track {
  background: var(--pink) !important;
}
.body input[type=range].slider-pink:focus::-webkit-slider-runnable-track {
  background: var(--pink) !important;
}
.body .bg-gray {
  background-color: var(--gray) !important;
}
.body .border-gray {
  border-color: #808080 !important;
}
.body .bg-light-gray {
  background-color: #cdcdcd !important;
}
.body input[type=range].slider-gray::-webkit-slider-thumb, .body input[type=range].slider-gray::-webkit-slider-runnable-track {
  background: var(--gray) !important;
}
.body input[type=range].slider-gray:focus::-webkit-slider-runnable-track {
  background: var(--gray) !important;
}
.body .bg-other-1 {
  background-color: #19769F !important;
}
.body .bg-light-other-1 {
  background-color: #6ac1e7 !important;
}
.body .text-other-1 {
  color: #19769F !important;
}
.body .border-other-1 {
  border-color: #19769F !important;
}
.body .bg-other-2 {
  background-color: #366780 !important;
}
.body .bg-light-other-2 {
  background-color: #84b3cb !important;
}
.body .text-other-2 {
  color: #366780 !important;
}
.body .border-other-2 {
  border-color: #366780 !important;
}
.body .bg-other-3 {
  background-color: #76AFC5 !important;
}
.body .bg-light-other-3 {
  background-color: #e1eef3 !important;
}
.body .text-other-3 {
  color: #76AFC5 !important;
}
.body .border-other-3 {
  border-color: #76AFC5 !important;
}
.body .bg-other-4 {
  background-color: #0A425B !important;
}
.body .bg-light-other-4 {
  background-color: #19a6e5 !important;
}
.body .text-other-4 {
  color: #0A425B !important;
}
.body .border-other-4 {
  border-color: #0A425B !important;
}
.body .bg-other-5 {
  background-color: #F3F9FC !important;
}
.body .bg-light-other-5 {
  background-color: white !important;
}
.body .text-other-5 {
  color: #F3F9FC !important;
}
.body .border-other-5 {
  border-color: #F3F9FC !important;
}
.body .bg-other-6 {
  background-color: #9D9D9D !important;
}
.body .bg-light-other-6 {
  background-color: #eaeaea !important;
}
.body .text-other-6 {
  color: #9D9D9D !important;
}
.body .border-other-6 {
  border-color: #9D9D9D !important;
}
.body .bg-other-7 {
  background-color: #A2BBBF !important;
}
.body .bg-light-other-7 {
  background-color: #fdfdfd !important;
}
.body .text-other-7 {
  color: #A2BBBF !important;
}
.body .border-other-7 {
  border-color: #A2BBBF !important;
}
.body .bg-other-8 {
  background-color: #D4E5EE !important;
}
.body .bg-light-other-8 {
  background-color: white !important;
}
.body .text-other-8 {
  color: #D4E5EE !important;
}
.body .border-other-8 {
  border-color: #D4E5EE !important;
}
.body .bg-other-9 {
  background-color: #FFEE6F !important;
}
.body .bg-light-other-9 {
  background-color: white !important;
}
.body .text-other-9 {
  color: #FFEE6F !important;
}
.body .border-other-9 {
  border-color: #FFEE6F !important;
}
.body .bg-other-10 {
  background-color: #C6F0C1 !important;
}
.body .bg-light-other-10 {
  background-color: white !important;
}
.body .text-other-10 {
  color: #C6F0C1 !important;
}
.body .border-other-10 {
  border-color: #C6F0C1 !important;
}
.body .bg-other-11 {
  background-color: #D8E1FA !important;
}
.body .bg-light-other-11 {
  background-color: white !important;
}
.body .text-other-11 {
  color: #D8E1FA !important;
}
.body .border-other-11 {
  border-color: #D8E1FA !important;
}
.body .bg-other-12 {
  background-color: #D9D919 !important;
}
.body .bg-light-other-12 {
  background-color: #f3f398 !important;
}
.body .text-other-12 {
  color: #D9D919 !important;
}
.body .border-other-12 {
  border-color: #D9D919 !important;
}
.body .sequance-color:nth-child(6n+1) .sequance-bg-color {
  background-color: #19769F !important;
}
.body .sequance-color:nth-child(6n+1) .sequance-bg-light-color {
  background-color: #acdcf2 !important;
}
.body .sequance-color:nth-child(6n+2) .sequance-bg-color {
  background-color: #366780 !important;
}
.body .sequance-color:nth-child(6n+2) .sequance-bg-light-color {
  background-color: #bad4e2 !important;
}
.body .sequance-color:nth-child(6n+3) .sequance-bg-color {
  background-color: #76AFC5 !important;
}
.body .sequance-color:nth-child(6n+3) .sequance-bg-light-color {
  background-color: white !important;
}
.body .sequance-color:nth-child(6n+4) .sequance-bg-color {
  background-color: #0A425B !important;
}
.body .sequance-color:nth-child(6n+4) .sequance-bg-light-color {
  background-color: #5dc1ed !important;
}
.body .sequance-color:nth-child(6n+5) .sequance-bg-color {
  background-color: #F3F9FC !important;
}
.body .sequance-color:nth-child(6n+5) .sequance-bg-light-color {
  background-color: white !important;
}
.body .sequance-color:nth-child(6n+6) .sequance-bg-color {
  background-color: #9D9D9D !important;
}
.body .sequance-color:nth-child(6n+6) .sequance-bg-light-color {
  background-color: white !important;
}
.body .fw-extrabold {
  font-weight: 800 !important;
}
.body .fw-black {
  font-weight: 900 !important;
}
.body .text-extra-large {
  font-size: 42px;
  font-weight: 700;
}
.body .page-title {
  font-size: 35px;
}
.body .sub-heading {
  font-size: 16px;
}
.body .card-heading {
  font-size: 22px;
}
.body .text-caption {
  font-size: 1rem !important;
}
.body .text-large {
  font-size: 28px;
}
.body .text-small {
  font-size: 0.75rem;
}
.body .text-medium {
  font-size: 15px;
}
.body .text-base {
  font-size: 14px;
}
.body .font-small {
  font-size: 12px !important;
}
.body .disabled-block {
  opacity: 0.5;
}
.body .progress {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.body .progress .progress-bar {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.body ::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #BDCFD2;
  box-shadow: inset 0 0 6px #ffffff;
}
.body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
  border-radius: 0;
}
.body .list-group.list-group-flush .list-group-item {
  padding: 0.75rem 0;
  position: relative;
}
.body .list-group.list-group-flush .list-group-item.active {
  background: #F5FFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid #00B491;
  border-radius: 5px;
  color: #000;
}
.body .rounded-10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
}
.body .rounded-15 {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
}
.body .welcome-screen {
  background: transparent linear-gradient(46deg, #13565F 0%, #A2BBBF 100%);
}
.body .welcome-screen .upper-section {
  background: transparent linear-gradient(0deg, #E0EFF1 0%, #E7F3F4 21%, #FFFFFF 100%);
  position: relative;
  padding: 0 0 1rem;
}
.body .welcome-screen .upper-section .curve-shape-wrapper.fixed-curve-shape {
  position: absolute;
  bottom: -120px;
  z-index: 9;
  left: 0;
  padding: 0;
}
.body .welcome-screen .upper-section .curve-shape-wrapper .clip-blk {
  clip-path: ellipse(51% 95% at 50% 0);
  background: #E0EFF1;
  height: 120px;
}
.body .welcome-screen .banner-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body .login-screen {
  background: transparent linear-gradient(0deg, #E0EFF1 0%, #E7F3F4 21%, #FFFFFF 100%);
}
.body .login-screen .upper-section {
  position: relative;
  display: flex;
  height: 22vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.body .login-screen .upper-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #13565F; /* fallback for old browsers */
  background: transparent linear-gradient(180deg, #13565F 0%, #A2BBBF 100%);
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(1.5);
}
.body .login-screen .upper-section .header-content {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.body .login-screen .img-profession {
  background: #13565F;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -40px;
  position: relative;
  z-index: 9;
  padding: 15px 8px;
}
.body .login-screen .select-profession {
  border: 1px solid #A2BBBF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 1.5rem 2rem 1.5rem 4rem;
  font-size: 20px;
  display: inline-block;
  width: 320px;
  text-align: center;
  color: #13565F;
  vertical-align: middle;
  background-color: #ffffff;
}
.body .login-screen .select-profession.active {
  background: rgba(19, 86, 95, 0.3019607843);
}
.body .login-screen .body-content {
  text-align: center;
  height: 70vh;
  align-items: center;
}
.body .login-screen .phone-input .input-group-text {
  background: #ffffff;
  border-radius: 50px 0 0 50px;
  border-color: #A2BBBF;
  padding: 0.375rem 1.5rem;
  font-size: 20px;
}
.body .login-screen .phone-input .form-control {
  padding: 1rem 0.75rem;
  font-size: 20px;
}
.body .login-screen .otp-box {
  display: flex;
  justify-content: space-between;
}
.body .login-screen .otp-box input {
  width: 56px;
  height: 46px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #A2BBBF;
  margin-right: 1.5rem;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.body .login-screen .otp-box input.active {
  background: #00B491;
  color: #ffffff;
  border-color: #00B491;
}
.body .login-screen .page-title {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 576px) {
  .body .login-screen .page-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .body .login-screen .header-profile img {
    width: 40px;
  }
}
.body .login-screen .avtar {
  text-align: right;
  color: #ffffff;
}
.body .login-screen .avtar .avtar-name {
  font-size: 20px;
  font-weight: 700;
}
.body .login-screen .avtar .avtar-loaction {
  font-size: 16px;
}
.body .login-screen .card-main {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1098039216);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1098039216);
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
}
.body .login-screen .btn-big {
  height: 80px;
  position: absolute;
  right: -20px;
  text-align: center;
  width: 100px;
  background: #DA6666;
  border-radius: 10px;
  top: -5px;
  display: flex;
  align-items: center;
  margin: auto;
}
.body .login-screen .btn-big span {
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.body .login-screen .card-light {
  background-color: #ECFEFB;
  border: 0;
}
.body .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}
.body .carousel-indicators [data-bs-target] .active {
  opacity: 1;
  background-color: #00B491;
}
.body .carousel-indicators {
  bottom: -50px;
}
.body .carousel-indicators .active {
  opacity: 1;
  background-color: #00B491;
}
@media (min-width: 1400px) {
  .body .container, .body .container-lg, .body .container-md, .body .container-sm, .body .container-xl, .body .container-xxl {
    max-width: 1366px;
  }
}
.body .badge.badge-light {
  background: rgba(162, 187, 191, 0.1803921569) !important;
  border-radius: 10px;
}
.body .badge.rounded-pill {
  font-size: 10px;
  padding: 0.3rem 0.75rem;
  vertical-align: middle;
  border: 1px solid transparent;
  font-weight: 600;
}
.body .badge.badge-table {
  max-width: 105px;
  font-size: 12px;
  padding: 0.1rem 0.75rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.body .border-dashed-top {
  border-top: 1px dashed #707070;
}
.body .border-dashed-right {
  border-right: 1px dashed #A2BBBF;
}
.body .border {
  border-color: #707070 !important;
}
.body .border-light {
  border-color: #A2BBBF !important;
}
.body .border-dark {
  border-color: #13565F !important;
}
.body .admited-p {
  position: relative;
}
.body .admited-p span {
  position: absolute;
  right: 3px;
  font-size: 9px;
  top: 3px;
  color: #fff;
}
.body .pointer {
  width: 100px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  background: #DA6666;
  text-align: center;
  padding: 0 5px 0;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.body .pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2.5px;
  width: 0;
  height: 0;
  border-left: 10px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.body .main-section {
  margin-top: calc(70px + 1.5rem);
}
.body .main-section .input-group.search-box .input-group-text {
  background-color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-left: 1rem;
  border-color: #A2BBBF;
}
.body .main-section .input-group.search-box .form-control {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height: 40px;
  border-color: #A2BBBF;
}
.body .main-section .input-group .input-group-text {
  background-color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-left: 1rem;
  border-color: #A2BBBF;
}
.body .main-section .input-group .form-control {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height: 36.5px;
  border-color: #A2BBBF;
}
.body .main-section .input-group.small-input-group {
  width: 150px;
}
.body .main-section .input-group.small-input-group .form-control,
.body .main-section .input-group.small-input-group .input-group-text {
  height: 32px;
}
.body .main-section .input-group.small-input-group .form-control:focus,
.body .main-section .input-group.small-input-group .input-group-text:focus {
  box-shadow: none;
}
.body .main-section .left-section {
  border-right: 1px dashed #A2BBBF;
}
.body .main-section .left-section .custom-pills {
  width: 100%;
}
.body .main-section .left-section .custom-pills button {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #A2BBBF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
  height: 55px;
}
.body .main-section .left-section .custom-pills button.active {
  border: 1.5px solid #00b491;
  background: #F5FFFF;
}
.body .main-section .left-section .custom-pills button > div {
  width: 100%;
}
@media (max-width: 767px) {
  .body .main-section .left-section {
    border-right: 0;
  }
  .body .main-section .left-section .custom-pills {
    flex-direction: row !important;
    white-space: nowrap;
    flex-flow: nowrap;
    border: 0;
    overflow-x: auto;
  }
  .body .main-section .left-section .custom-pills button {
    box-shadow: none;
    margin-right: 1rem;
  }
  .body .main-section .left-section .custom-pills button > div {
    margin-left: 0.5rem;
  }
}
.body .main-section .right-section .custom-height-scroll,
.body .main-section .left-section .custom-height-scroll {
  height: calc(100vh - 70px - 55px - 1.5rem - 25px - 68px);
  overflow-y: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.body .main-section .right-section .custom-height-scroll-wofooter,
.body .main-section .left-section .custom-height-scroll-wofooter {
  height: calc(100vh - 70px - 1.5rem - 55px - 25px);
  overflow-y: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.body .main-section .right-section .custom-height-scroll-extra,
.body .main-section .left-section .custom-height-scroll-extra {
  height: calc(100vh - 70px - 1.5rem - 55px - 75px - 68px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.body .main-section .right-section .custom-height-scroll-extra-wofooter,
.body .main-section .left-section .custom-height-scroll-extra-wofooter {
  height: calc(100vh - 70px - 1.5rem - 55px - 75px - 10px);
  overflow-y: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.body .main-section .right-section .custom-height-radio-screen-wofooter,
.body .main-section .left-section .custom-height-radio-screen-wofooter {
  height: calc(100vh - 70px - 1.5rem - 55px - 75px - 10px - 27px);
  overflow-y: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.body .main-section .right-section .custom-height-radio-screen,
.body .main-section .left-section .custom-height-radio-screen {
  height: calc(100vh - 70px - 1.5rem - 55px - 75px - 70px - 27px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .body .col-md-4.modal-type-1, .body .col-md-4.modal-type-2, .body .col-md-4.modal-type-3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .body ::-webkit-scrollbar {
    display: none;
  }
}
.body .user-avtar {
  position: relative;
}
.body .user-avtar .user-img {
  height: 125px;
  width: 125px;
}
.body .user-avtar .icn-edit {
  position: absolute;
  height: 38px;
  width: 38px;
  background-color: #00B491;
  display: flex;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  left: 50%;
  transform: translateX(65%);
  bottom: 0;
  cursor: pointer;
}
.body .user-avtar .icn-edit svg {
  margin: 0 auto;
}
.body .user-avtar .icn-edit input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.body .top-select .form-select {
  height: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0588235294);
  text-align: center;
  font-weight: 700;
}
.body .top-select .filter-dropdown {
  height: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0588235294);
  text-align: center;
  font-weight: 700;
  border: 0;
  background-color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #13565F;
}
.body .filter-main {
  width: 470px;
  top: 0 !important;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  border: 0;
  height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 10px;
}
.body .filter-main.popup-main {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.body .filter-main .search-box input.form-control {
  height: 33.5px !important;
}
.body .filter-main::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.body .filter-main::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: rgba(162, 187, 191, 0.3960784314);
  box-shadow: inset 0 0 6px #ffffff;
}
.body .filter-main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ffffff;
  border-radius: 0;
}
@media (max-width: 576px) {
  .body .filter-main {
    width: 320px;
    left: -50px !important;
  }
}
.body .doctor-note {
  width: 65px;
  height: 15px;
  display: inline-block;
  background: #9CE2D4;
  margin-right: 0.5rem;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.body .date-filter .dropdown-item {
  color: #13565F;
  font-size: 16px;
  font-weight: 600;
}
.body .date-filter .dropdown-item:active {
  color: #13565F;
  text-decoration: none;
  background-color: transparent;
}
.body .text-line-outer {
  text-align: center;
  position: relative;
  z-index: 2;
  color: rgba(0, 0, 0, 0.4);
  width: 80%;
  margin: 1rem auto 1.5rem;
}
.body .text-line-outer .text-with-line {
  margin: 0;
  padding: 0 10px;
  background: #ffffff;
  display: inline-block;
}
.body .text-line-outer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.body ul.card-left-menu {
  text-align: center;
}
.body ul.card-left-menu li {
  padding: 14px;
  background: #fff;
  font-size: 16px;
}
.body ul.card-left-menu li.selected {
  background: var(--secondary);
  color: #fff;
  font-size: 22px;
  border-radius: 50px;
}
.body .selected-true {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: var(--primary);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  z-index: 101;
}
.body .patients-illness {
  font-size: 18px;
  font-weight: 500;
  color: rgba(12, 68, 98, 0.7019607843);
  list-style: disc;
  margin-left: 1.5rem;
}
.body .fees-section li {
  border-style: dashed;
}
.body .fees-section li > svg {
  width: 40px;
}
.body .fees-section li > span.ms-3 {
  width: 80%;
}
.body .fees-section li > span:last-child {
  white-space: nowrap;
}
.body .appointment-feature .appointment-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.body .appointment-feature .appointment-feature-item > a {
  white-space: nowrap;
  width: 130px;
}
.body .aminities-item {
  background: #D4E5EE;
  border: 1px solid #D4E5EE;
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #13565F;
  padding: 0.25rem 1rem;
  margin-right: 0.5rem;
}
.body ul.list-custom {
  margin-left: 25px;
}
.body ul.list-custom li {
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: 20px;
}
.body ul.list-custom li:before {
  width: 8px;
  height: 8px;
  background: #00B491;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  border-radius: 100px;
  content: "";
  display: inline-block;
  margin-right: 20px;
}
.body .drop-down-report {
  display: inline-block;
}
.body .drop-down-report .dropdown-menu {
  width: 250px;
  background: #F5FFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4509803922);
  border-radius: 5px;
}
.body .drop-down-report .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: content-between;
}
.body .drop-down-report .dropdown-menu .dropdown-item:active, .body .drop-down-report .dropdown-menu .dropdown-item:hover, .body .drop-down-report .dropdown-menu .dropdown-item:active {
  background-color: #F5FFFF;
}
.body .header-dropdown > button {
  background: #FFFFFF;
  border: 1px solid #3B727A;
  border-radius: 22px;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0.5rem 1.2rem;
}
.body .header-dropdown .dropdown-menu {
  width: 270px;
  background: #F3F9FC;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4509803922);
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
  border-radius: 10px;
}
.body .header-dropdown .custom-accordion-header {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  padding: 0.75rem;
  align-items: center;
}
.body .header-dropdown .custom-accordion-header svg {
  margin-left: 7px;
}
.body .header-dropdown .custom-accordion-body > div {
  padding: 0.75rem 35px 0.5rem;
  border-top: 1px dashed #CDD4D9;
}
.body .inner-input-icn {
  position: relative;
}
.body .inner-input-icn .icn-position {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.body .inner-input-icn .custom-input {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  border: 0;
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.body .inner-input-icn.start-position .icn-position {
  left: 10px;
}
.body .inner-input-icn.start-position .custom-input {
  padding: 0 10px 0 25px;
}
.body .inner-input-icn.end-position .icn-position {
  right: 10px;
}
.body .inner-input-icn.end-position .custom-input {
  padding: 0 25px 0 10px;
}
.body .tube-list {
  list-style: none;
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 0;
}
.body .tube-list li {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(19, 86, 95, 0.4509803922);
  border-radius: 5px;
  height: 30px;
  line-height: 25px;
  margin: 0 0.1rem 0.75rem 0;
  padding: 0 0.5rem;
}
.body .tube-list li span {
  vertical-align: middle;
}
.body .tube-list .item-text {
  width: 100px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.body .vaccute-section {
  margin-top: 2rem;
}
.body .vaccute-section li {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(19, 86, 95, 0.4509803922);
  border-radius: 10px;
  text-align: center;
  margin: 0 0.5rem 1rem 0.5rem;
}
.body .active > .page-link, .body .page-link.active {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.body .page-link {
  color: var(--primary);
  padding: 0.5rem 0.75rem;
}
.body .disabled > .page-link, .body .page-link.disabled {
  color: rgba(0, 180, 145, 0.5);
}
.body .barcode-outer {
  font-size: 7px;
  border: 1px solid rgba(19, 86, 95, 0.45);
  border-radius: 5px;
  padding: 3px;
  position: relative;
}
.body .barcode-outer .right-vartical-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 8px;
}
.body .hospital-outer {
  width: 180px;
  height: 246px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #0C4462;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.body .hospital-outer ul {
  text-align: left;
}
.body .hospital-outer ul li {
  font-size: 10px;
  color: var(--secondary);
}
.body .hospital-outer.stack-1 {
  position: absolute;
  z-index: 1;
  transform: rotate(-6deg);
  transform-origin: bottom left;
}
.body .hospital-outer.stack-2 {
  position: absolute;
  transform: rotate(-2deg);
  z-index: 2;
  transform-origin: bottom left;
}
.body .hospital-outer.stack-3 {
  position: relative;
  transform: rotate(2deg);
  z-index: 3;
  transform-origin: bottom left;
}
.body .right-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.body .left-arrow {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.body .file-list {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.body .file-list > div.list-header {
  background-color: #5F8C92;
  padding: 1rem;
  font-size: 14px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.body .file-list > div.list-header:not(.collapsed) svg {
  transform: rotate(180deg);
}
.body .file-list > div.list-content {
  background-color: #ffffff;
  padding: 1rem;
}
.body .file-list > div.list-content li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #13565F;
}
.body .file-list > div.list-content li .list-name {
  font-size: 12px;
  font-weight: 600;
}
.body .file-list > div.list-content li .list-size {
  font-size: 8px;
}
@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
.body div[role=circle-progressbar] {
  --size: 22px;
  --fg: #13565F;
  --bg: #EBF1F2;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  place-items: center;
  background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
}
.body .count-circle {
  width: 20px;
  height: 20px;
  background-color: #D4E5EE;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 20px;
  margin-left: 0.5rem;
  color: #003347;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}
.body .nav-pills .nav-item .nav-link {
  border-right: 2px solid #5F8C92;
  border-radius: 0;
  color: #5F8C92;
}
.body .nav-pills .nav-item:last-child .nav-link {
  border-right: 0;
}
.body .nav-pills .nav-item .nav-link.active {
  background-color: #5F8C92;
  border-radius: 0;
  color: #ffffff;
}
.body .nav-pills .nav-item:first-child .nav-link.active {
  border-radius: 10px 0 0;
}
.body .nav-pills .nav-item:last-child .nav-link.active {
  border-radius: 0 10px 0 0;
}
.body .edit-popup-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  width: 220px;
  height: 40px;
  line-height: 40px;
  padding: 0 0.75rem;
  background: #F5FFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4509803922);
  border-radius: 5px;
}
.body .font-style-sec {
  background: #D4E5EE 0% 0% no-repeat padding-box;
  box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.1607843137);
  width: 36px;
  height: 127px;
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  transform: translateY(-50%);
  margin-top: -50px;
}
.body .text-sec {
  background: var(--white);
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: -63px;
  height: 23px;
  width: 149px;
  color: #0C4462;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  border-radius: 8px 8px 0 0;
  margin-top: 120px;
  border: 1px solid #5F8C92;
  border-bottom: 0;
}
.body .active-action {
  width: 93px;
  height: 29px;
  background: #F5FFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: -31px;
  align-items: center;
  display: flex;
}
.body .popup-list li {
  position: relative;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.body .popup-list li::before {
  height: 5px;
  width: 5px;
  background: #13565F;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: -1rem;
}
.body .required-msg {
  font-size: 10px;
  font-weight: bold;
  color: #DA6666;
  padding: 0 10px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
@media (min-width: 576px) {
  .body .modal-sm {
    --bs-modal-width: 400px;
  }
  .body .modal-xs {
    --bs-modal-width: 290px;
  }
}
@media (min-width: 1400px) {
  .body .modal-xl {
    --bs-modal-width: 1340px;
  }
}
.body .modal .card {
  background: #F3F9FC;
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.body .modal .card.active {
  background: #F5FFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid #00B491;
}
.body .modal .form-check-input[type=checkbox]:not([role=switch]) {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  border: none;
}
.body .modal .form-check-input[type=checkbox]:not([role=switch]):checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2300B491' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
}
.body .modal-backdrop {
  --bs-backdrop-zindex: 1054;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.7;
}
.body .modal-type-1 > .card {
  border: 2px solid transparent;
}
.body .modal-type-1 > .card .card {
  background: #F3F9FC;
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
  border-radius: 10px;
}
.body .modal-type-1 > .card .card.selected {
  background: #B6DEED;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
}
.body .modal-type-1 > .card .card.active {
  background: #F5FFFF !important;
  border: 1.5px solid #00B491;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
}
.body .modal-type-1 .btn {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.body .modal-type-1 .modal-content {
  border: 0;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 15px 15px 12px 12px;
  -moz-border-radius: 15px 15px 12px 12px;
  -ms-border-radius: 15px 15px 12px 12px;
  border-radius: 15px 15px 12px 12px;
}
.body .modal-type-1 .modal-header {
  background-color: #5F8C92;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.body .modal-type-1 .modal-header .modal-title {
  color: #ffffff;
  margin: 0 auto;
}
.body .modal-type-1 .custom-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0A425B;
}
.body .modal-type-1 .custom-label {
  color: rgba(0, 0, 0, 0.4196078431);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
}
.body .modal-type-1 .custom-value {
  color: #0A425B;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
}
.body .modal-type-1 .count-block {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: rgba(118, 175, 197, 0.29);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.body .modal-type-2 > .card {
  border: 2px solid transparent;
}
.body .modal-type-2 > .card .card {
  background: #F3F9FC;
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
  border-radius: 10px;
}
.body .modal-type-2 > .card .card.selected {
  background: #B6DEED;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
}
.body .modal-type-2 .modal-content {
  border: 2px solid #5F8C92;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  -webkit-border-radius: 15px 15px 12px 12px;
  -moz-border-radius: 15px 15px 12px 12px;
  -ms-border-radius: 15px 15px 12px 12px;
  border-radius: 15px 15px 12px 12px;
}
.body .modal-type-2 .modal-header {
  background-color: transparent;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.body .modal-type-2 .modal-header .modal-title {
  color: #13565F;
  margin: 0 auto;
  font-weight: 800;
}
.body .modal-type-2 .add-icn {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
  height: 15px;
  background-color: #00B491;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  line-height: 15px;
}
.body .modal-type-3 .modal-content {
  border: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.body .modal-type-3 .modal-header {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.body .modal-type-3 .modal-header .modal-title {
  color: #ffffff;
  margin: 0 auto;
  font-weight: 800;
}
.body .modal-type-3 .right-section-header {
  color: #19769F;
  font-weight: 800;
  font-size: 22px;
  margin: 1rem auto;
}
.body .modal-type-3 .accordion-header {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #19769F;
  padding: 1rem;
}
.body .modal-type-3 .accordion-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3490196078);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 0;
}
.body .modal-type-3 .accordion-button {
  color: #19769F;
}
.body .modal-type-3 .accordion-button::after {
  content: none;
}
.body .modal-type-3 .accordion-button:not(.collapsed) {
  color: #19769F;
  background-color: transparent;
}
.body .modal-type-3 .accordion-button:not(.collapsed) svg {
  transform: var(--bs-accordion-btn-icon-transform);
}
.body .modal-type-4 > .card {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #5F8C92;
  border-radius: 15px;
}
.body .modal-type-4 > .card .card-header {
  border-bottom: 2px solid #5F8C92;
}
.body .modal-type-4 > .card .card {
  background: #F3F9FC;
  border: 1px solid rgba(19, 86, 95, 0.2509803922);
  border-radius: 10px;
}
.body .modal-type-4 > .card .card.gradient-card-1 {
  background: transparent linear-gradient(210deg, #76AFC5 0%, #13565F 100%);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.0392156863);
  border-radius: 15px;
  border: 0;
  color: var(--white);
}
.body .modal-type-4 > .card .card.gradient-card-1 .card-heading {
  color: #DFFEF8;
}
.body .modal-type-4 > .card .card.gradient-card-2 {
  background: transparent linear-gradient(207deg, #4DC3D2 0%, #205C64 100%);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.0392156863);
  border-radius: 15px;
  border: 0;
  color: var(--white);
}
.body .modal-type-4 > .card .card.gradient-card-2 .card-heading {
  color: #DFFEF8;
}
.body .modal-type-4 > .card .card.add-card {
  height: 200px;
  background: #DEDEDE;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.0392156863);
  border-radius: 15px;
  border: 0;
  color: #457A81;
}
.body .modal-type-4 > .card .card.add-card .stretched-link {
  color: #457A81;
}
.body .modal-type-4 > .card .card.active {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1607843137);
  border: 1.5px solid #00B491;
  background: #F5FFFF !important;
}
.body .modal-header-icn {
  background-color: #D4E5EE;
  display: inline-block;
  height: 118px;
  width: 118px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 118px;
  margin: 0 auto;
}
.body .text-primary-light {
  color: #A2BBBF;
}
.body .open-popup {
  cursor: pointer;
}
.body .popup-main {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 340px;
  transform: translate(-50%, -50%);
  z-index: 1052;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.body .popup-main .popup-title {
  color: #0A425B;
  font-size: 18px;
  font-weight: 600;
}
.body .popup-main.popup-main-sm {
  width: 288px;
}
.body .popup-main.popup-main-sm h2.h2 {
  font-size: 25px;
  letter-spacing: 0;
}
.body .popup-main.popup-md {
  width: 420px;
}
.body .popup-main.popup-lg {
  width: 640px;
}
.body .popup-main.popup-xl {
  width: 800px;
}
.body .popup-main.popup-lg .otp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.body .popup-main.popup-lg .otp-box input {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #A2BBBF;
  margin-right: 1.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.body .popup-main.popup-lg .otp-box input.active {
  background: #00B491;
  color: #ffffff;
  border-color: #00B491;
}
.body .popup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.body .presc-modal {
  margin: 0 auto;
  max-width: 600px;
}
.body .presc-modal .modal-content {
  border: 0;
  height: 100vh;
}
.body .presc-modal .presc-header {
  background: transparent linear-gradient(34deg, #13565F 0%, #A2BBBF 100%);
  height: 150px;
  border-radius: 0;
  flex-flow: column;
  align-items: start;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.body .presc-modal .presc-header .patient-header {
  background: #D4E5EE;
  border-radius: 42px 42px 0px 0px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.body .presc-modal .modal-footer {
  height: 58px;
  background: #D4E5EE;
  justify-content: center;
}
.body .presc-modal .list-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
}
.body .presc-modal .list-menu li {
  transform: rotate(90deg);
  background-color: #D4E5EE;
  width: 130px;
  text-align: center;
  padding: 0.75rem;
  border-radius: 20px 0px 0 0;
  font-weight: 700;
  position: relative;
}
.body .presc-modal .list-menu li:nth-child(2) {
  margin-top: 75px;
  background-color: #A6CAD8;
  border-radius: 0;
}
.body .presc-modal .list-menu li:nth-child(3) {
  margin-top: 75px;
  background-color: #68A3BA;
  border-radius: 0 20px 0 0;
}
.body .presc-modal .list-menu li .list-number {
  position: absolute;
  background: inherit;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.0705882353);
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -8px;
  left: -2px;
  transform: rotate(-90deg);
  line-height: 20px;
}
.body .presc-modal .inner-popup {
  width: 390px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 410px;
  background: #D4E5EE;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px 0px 0px 20px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.body .presc-modal .inner-popup .carousel-indicators {
  bottom: -25px;
}
.body .presc-modal .inner-popup .carousel-inner {
  height: 95%;
}
.body .presc-modal .inner-popup .carousel-inner .carousel-item {
  height: 100%;
}
.body .presc-modal .inner-popup .carousel-inner .carousel-item > div {
  display: flex;
  flex-direction: column;
  padding: 1rem 0px;
  height: 100%;
}
.body .popup-close-btn {
  position: fixed;
  top: 90px;
  right: 20px;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  cursor: pointer;
  z-index: 1051;
}
.body .table.table-custom td, .body .table.table-custom th {
  vertical-align: middle;
  text-align: center;
  color: var(--secondary);
}
.body .table.table-custom td:first-child, .body .table.table-custom th:first-child {
  width: 250px;
}
.body .pignose-calendar {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.body .pignose-calendar .pignose-calendar-top {
  padding: 10px 0;
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}
.body .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding: 13px;
}
.body .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .pignose-calendar-top-month,
.body .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .pignose-calendar-top-year {
  display: inline-block;
}
.body .prescription-outer {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.body .hospital-outer-new {
  width: 160px;
  height: 226px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #5F8C92;
  padding: 1rem;
}
.body .hospital-outer-new.stack-2 {
  position: absolute;
  z-index: 2;
  transform: none;
  margin-left: 6px;
  margin-top: -6px;
}
.body .hospital-outer-new.stack-1 {
  position: absolute;
  z-index: 1;
  transform: none;
  margin-left: 12px;
  margin-top: -12px;
}
.body .hospital-outer-new.stack-3 {
  position: relative;
  z-index: 3;
  transform: none;
  margin-left: 0;
  margin-top: 0;
}
.body .hospital-outer-new ul li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.35rem;
}
.body .img-stack {
  position: relative;
  z-index: 4;
}
.body .img-stack img {
  width: 160px;
  height: 226px;
  border: 2px solid #5F8C92;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.body .img-text img {
  width: 160px;
  height: 226px;
  border: 2px solid #5F8C92;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.body .text-on-img {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  transform: translateY(-50%);
}
.body .text-on-img ul li {
  font-size: 12px;
  color: var(--secondary);
  margin-bottom: 0.35rem;
  text-align: left;
}
.body .presc-modal-new {
  height: 700px;
  width: 525px;
  overflow-y: auto;
}
.body .presc-modal-new .modal-header {
  border-bottom: 1px solid #A7BABE;
}
.body .presc-modal-new .modal-content {
  height: 700px;
  overflow-y: auto;
}
.body .patient-body {
  height: calc(100vh - 70px - 1.5rem - 55px - 75px - 10px - 86px);
  overflow-y: auto;
  margin-bottom: 10px;
}
.body .signature-section {
  width: 25%;
  margin: auto 0 0 auto;
  text-align: center;
}
.body .signature-section .text-block {
  display: block;
  margin-top: 0.75rem;
  padding: 0.5rem 0 0 0;
  border-top: 2px solid #13565F;
}
.body .latterhead {
  font-size: 20px;
  font-weight: bold;
  color: #13565F;
}
.body .prescription-card {
  padding: 10px;
  border: 1px solid rgba(19, 86, 95, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.body .prescription-card .btn {
  line-height: 18px;
  text-transform: uppercase;
}
.body .card.card-new {
  border: 1px solid rgba(19, 86, 95, 0.25) !important;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11) !important;
}
.body .card.card-new .form-check {
  display: flex;
}
.body .card.card-new .form-check .form-check-input[type=checkbox]:not([role=switch]) {
  width: 22px;
}
.body .save-btn {
  font-size: 20px;
  width: 145px;
  height: 35px;
  line-height: 22px;
}
.body .prescription-content li {
  font-size: 15px;
  color: var(--secondary);
  margin-bottom: 0.25rem;
}
.body .badge.badge-table {
  max-width: 105px;
  font-size: 10px;
  padding: 0.25rem 0.75rem;
  font-weight: 800;
  margin: 0.2rem 0;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #606060;
}
.body .radio-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  border: 0;
  width: 217px;
  margin-top: 10px;
  padding: 0.75rem;
}
.body .radio-menu .dropdown-item {
  color: #13565F;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
}
.body .radio-menu .dropdown-item svg {
  margin-left: auto;
}
.body .radio-menu .dropdown-item:active {
  color: var(--dark);
  text-decoration: none;
  background-color: var(--white);
}
.body .radio-menu ul > li {
  border: 0;
}
.body .drop-menu-radio {
  border: 1px solid #D4E5EE;
  -webkit-box-shadow: 0 0 10px rgba(0, 5, 20, 0.16);
  -moz-box-shadow: 0 0 10px rgba(0, 5, 20, 0.16);
  box-shadow: 0 0 10px rgba(0, 5, 20, 0.16);
}
.body .modal-type-4 > .card .card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.body .search-icn-position {
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 10;
}
.body .question-section .form-check .form-check-input {
  margin-top: 0px;
  box-shadow: none;
  border: 1px solid rgba(162, 187, 191, 0.3) !important;
}
.body .question-section .form-check .form-check-input[type=checkbox]:not([role=switch]):checked {
  box-shadow: none;
  border: 1px solid rgba(162, 187, 191, 0.3);
}
.body .question-section .form-control {
  border: 1px solid rgba(162, 187, 191, 0.3);
}
.body .form-check .form-check-input {
  box-shadow: none;
  border: 1px solid rgba(162, 187, 191, 0.3) !important;
}
.body .form-check .form-check-input[type=checkbox]:not([role=switch]):checked {
  box-shadow: none;
  border: 1px solid rgba(162, 187, 191, 0.3);
}
.body ::placeholder {
  color: rgba(162, 187, 191, 0.7) !important;
}
.body .nav-pills .nav-item .nav-link.active {
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.35);
}
.body .nav-pills .nav-item:last-child .nav-link.active {
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.35);
}
.body .main-section .right-section .custom-height-radio-screen-wofooter {
  height: calc(100vh - 70px - 1.5rem - 55px - 75px - 10px - 23px);
}
.body .new-radio .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2300B491' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: transparent;
}
.body .new-radio .form-check-input[type=radio] {
  border-radius: 5px;
}
.body .badge.rounded-pill {
  line-height: 12px;
  padding: 3px 11px;
}
.body .badge.rounded-pill.new-pill {
  font-size: 12px;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.body .badge.rounded-pill.pill-border {
  border: 1.5px solid rgba(19, 86, 95, 0.25);
  color: var(--secondary);
}
.body .box-title {
  background-color: #E5ECED;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  margin: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  color: var(--secondary);
}
.body .box-title.only-border {
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #A2BBBF;
}
.body .float-button.sm-btn {
  font-size: 35px;
  letter-spacing: -1px;
  line-height: 34px;
}
.body .new-custom-input-group .input-group-text:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.body .new-custom-input-group .input-group-text:first-child .form-control {
  border-radius: 5px;
  border: 0;
  height: auto;
  padding: 0 !important;
  min-height: auto;
}
.body .new-custom-input-group .input-group-text:last-child {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.body .new-custom-input-group .form-control {
  height: auto !important;
  min-height: auto;
}
.body .table tr:last-child td {
  border-bottom: 0 !important;
}
.body .package-config-outer .package-config-item {
  position: relative;
}
.body .package-config-outer .package-config-item:before {
  border-left: 1px solid #95B9BF;
  height: 100%;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
}
.body .package-config-outer .package-config-item:after {
  border-left: 1px solid #95B9BF;
  height: 100%;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 0;
}
.body .package-config-outer .package-config-item:nth-child(3n):after, .body .package-config-outer .package-config-item:last-child:after {
  content: none;
}
.body .package-config-outer .package-config-item:nth-child(3n+1):before {
  content: none;
}
.body .new-check {
  display: flex;
  align-items: center;
  margin: 0.35rem 0;
  padding: 0.35rem 0;
  border-bottom: 1px solid #95B9BF;
  position: relative;
}
.body .new-check svg {
  width: 40px;
  visibility: hidden;
}
.body .new-check .text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0.75rem;
}
.body .new-check.active svg {
  visibility: visible;
}
.body .modal-type-5 .card {
  background: #ffffff !important;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137) !important;
  border: 2px solid #5F8C92 !important;
  border-radius: 15px !important;
}
.body .vaccute-section li {
  margin: 0 0.25rem 1rem 0.15rem;
  position: relative;
}
.body .vaccute-section li svg {
  display: none;
}
.body .vaccute-section li.active svg {
  display: block;
  position: absolute;
  right: -15px;
  top: -15px;
}
.body .shadow {
  box-shadow: 0 0rem 6px rgba(0, 0, 0, 0.15) !important;
}
.body .form-control.form-control-sm {
  padding: 0.25rem 0.75rem !important;
  line-height: 1.4;
}
.body .float-button {
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 33px;
  bottom: 10px;
  right: 10px;
}
.body .modal-type-4 > .card {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.body .shadow-new {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
.body .border-transparent {
  border-color: transparent !important;
}
.body .badge {
  background-color: #ffffff;
}
.body .badge.new-badge-table {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #606060;
  padding: 0.15rem 0.75rem;
  height: 20px;
  line-height: 13px;
  margin: 0.2rem 0.1rem;
}
.body .badge.new-badge-table .badge-btn {
  height: 10px;
  width: 10px;
  background-color: #FFEE6F;
  border-radius: 50%;
  border: 1px solid #A79404;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-bottom: 2px;
  margin-left: -5px;
}
.body .badge.new-badge-table span {
  vertical-align: text-bottom;
}
.body .badge.new-badge-table.overwrite-badge {
  color: #ffffff;
  margin-right: -14px;
  border-color: #808080;
  padding-right: 8px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-left: 5px;
  border-width: 2px;
  line-height: 12px;
}
.body .new-disabled {
  background: rgba(95, 140, 146, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.body .form-check.form-switch .new-form-check-input[role=switch] {
  cursor: pointer;
}
.body .form-check.form-switch .new-form-check-input[role=switch]:checked:before {
  content: "L";
  position: absolute;
  right: 7px;
  left: unset;
  font-size: 10px;
  top: 4px;
}
.body .form-check.form-switch .new-form-check-input[role=switch]:before {
  content: "M";
  position: absolute;
  left: 6px;
  font-size: 10px;
  top: 4px;
}
.body .cursor-pointer {
  cursor: pointer;
}
.body .new-form-label {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary);
}
.body textarea {
  resize: none;
}
.body .new-table-custom tr td {
  font-size: 12px;
}
.body .new-table-custom tr td:first-child {
  font-size: 14px;
}
.body .active-filter {
  position: relative;
  overflow: visible !important;
}
.body .active-filter:after {
  content: "";
  position: absolute;
  width: 80%;
  border-bottom: 2px solid var(--primary);
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
}
.body .table.secondary-table tr th {
  border-bottom: 2px solid var(--secondary);
}
.body .table.secondary-table tr td {
  border-bottom: 1px solid #CCCCCC !important;
}
.body .table.secondary-table tr:last-child td {
  border-bottom: 0 !important;
}
.body .barcode-outer .new-right-vartical-text {
  position: absolute;
  right: -27px;
  top: 26px;
  transform: rotate(-90deg);
  font-size: 9px;
  width: 50%;
  background: var(--secondary);
  width: 70px;
  text-align: center;
  padding: 3px 0px;
  border-radius: 0 0px 5px 5px;
}
.body .btn-plus span:first-child {
  margin-bottom: 1px;
}
.body .text-single-letter {
  width: 20px;
  display: inline-block;
  color: #A2BBBF;
}
.body .big-checkbox[type=checkbox] {
  height: 25px;
  width: 25px;
}
.body .filter-count {
  position: ABSOLUTE;
  top: 8px;
  right: 70px;
  background: var(--primary);
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.body .new-hospital-card.card .card-header {
  line-height: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.body .new-hospital-card.card .card-header h3 {
  line-height: inherit;
}
.body .new-hospital-card .card {
  min-height: 75px;
}
.body .outer-slider {
  width: 100%;
  white-space: nowrap;
  position: relative;
  text-align: center;
  padding: 0;
}
.body .slide-items {
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 1.5px 0px;
  text-align: center;
  width: 125px;
  position: relative;
  font-size: 12px;
  vertical-align: middle;
  white-space: normal;
}
.body .slide-items .box-title {
  height: 35px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  padding: 6px;
}
.body .charges-details {
  min-height: 101px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 6px;
  /* background-color: #ECF1F2; */
}
.body .charges-details hr {
  margin: 2.5px 0;
}
.body .charges-details .form-check {
  min-height: auto;
}
.body .ward-name {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-height: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .dr-list {
  min-height: 75px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 12px;
}
.body .visit-type {
  min-height: 75px;
  border: 1px solid #A2BBBF;
  background-color: transparent;
  padding: 5px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.body .visit-type hr {
  margin: 4px 0;
}
.body .fixed-height-scroll {
  height: 650px;
  overflow: auto;
}
.body .fixed-height-scroll .left-sticky-pos {
  position: sticky;
  left: 0;
  z-index: 102;
  background-color: #ffffff;
}
.body .fixed-height-scroll .top-sticky-pos {
  position: sticky;
  top: 0;
  z-index: 101;
  background-color: #ffffff;
}
.body .fixed-height-scroll .top-sticky-pos .slide-items {
  margin: 0;
}
.body .fixed-height-scroll .form-check {
  min-height: auto;
}
.body .fixed-height-scroll .form-check .form-check-input {
  box-shadow: none !important;
  border: 1px solid #A2BBBF !important;
}
.body .fixed-height-scroll .inner-input-icn {
  width: 80px;
  text-align: center;
  margin: 0 auto;
}
.body .fixed-height-scroll .inner-input-icn .custom-input {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #000000;
  box-shadow: none;
  border: 1px solid #A2BBBF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  /* padding: 0 10px 0 18px; */
}
.body .fixed-height-scroll .color-box .custom-input {
  background-color: #E5ECED;
  border-color: #E5ECED;
}
.body .fixed-height-scroll .common-section {
  margin: 0.65px 0;
}
.body .fixed-height-scroll .first-section-item {
  margin: 1px 0;
}
.body ul.category-list li .form-check {
  border-bottom: 1px dashed #CDD4D9;
}
.body ul.category-list li .form-check .form-check-label {
  color: #0A425B;
}
.body ul.category-list li li .form-check {
  padding-left: 3.8rem;
}
.body .test-name-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 145px;
  padding: 10px 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.body .incharge-name > div {
  text-align: left;
  color: #13565F;
  font-size: 13px;
  font-weight: 600;
}
.body .incharge-name hr {
  margin: 5px 0;
  border-color: #95B9BF;
}
.body .position-btn-minus {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.body .set-inhouse .slide-items {
  margin: 2.3px 0;
}
.body .medical-section {
  overflow-y: auto;
  height: auto;
}
.body .medical-section .medical-section-header {
  display: flex;
}
.body .medical-section .medical-section-header .medical-item {
  width: 125px;
  margin-right: 0.5rem;
}
.body .medical-section .medical-section-header .medical-item:last-child {
  margin-right: 0;
}
.body .medical-section .medical-section-header .medical-item:nth-child(1) {
  width: 181px;
}
.body .medical-section .medical-section-header .medical-item:nth-child(2) {
  width: 99px;
}
.body .medical-section .medical-section-header .medical-item:nth-child(6) {
  width: 159px;
}
.body .medical-section .medical-section-header .medical-item .box-title {
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body .medical-section .medical-section-body .dr-list {
  min-height: max-content;
}
.body .medical-section .medical-section-body .medical-item {
  width: 125px;
  margin-right: 0.5rem;
}
.body .medical-section .medical-section-body .medical-item:nth-child(1) {
  width: 181px;
}
.body .medical-section .medical-section-body .medical-item:nth-child(2) {
  width: 99px;
}
.body .medical-section .medical-section-body .form-control.form-control-sm.form-select {
  padding: 0.25rem 0.5rem !important;
  line-height: 1;
  min-height: auto;
  background-position: right 0.25rem center;
}
.body .medical-section .medical-section-body .dropdown {
  height: 20px;
  margin-left: -6px;
}
.body .medical-section .medical-section-body .dropdown .btn {
  height: 20px;
  line-height: 1;
  padding: 0 8px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #A2BBBF;
  border-color: #A2BBBF;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: top;
}
.body .medical-section .medical-section-body .dropdown .dropdown-menu {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.body .medical-section .medical-section-body .dropdown ul {
  padding: 5px;
}
.body .medical-section .medical-section-body .dropdown ul li a {
  font-size: 13px;
  color: #000000;
  border-bottom: 1px solid #D4E5EE;
  padding: 4px 8px;
}
.body .medical-section .medical-section-body .dropdown ul li:last-child a {
  border: 0;
}
.body .medical-section .medical-section-body .main-doc-header {
  display: flex;
  align-items: center;
}
.body .medical-section .medical-section-body .main-doc-header[aria-expanded=false] svg {
  transform: rotate(-90deg);
}
.body .filter-department {
  display: flex;
  align-items: center;
}
.body .filter-department .badge {
  border: 1px solid #95B9BF;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #13565F;
  padding: 0 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin-right: 0.75rem;
}
.body .filter-department .badge:last-child {
  margin-right: 0;
}
.body .filter-department .badge.selected {
  font-size: 14px;
  font-weight: bold;
  border-color: #13565F;
  height: 25px;
  line-height: 25px;
}
.body .invoice-table td {
  font-size: 11px;
  color: #13565F;
  text-align: center;
  padding: 0.3rem 0.35rem;
  vertical-align: middle;
}
.body .invoice-table td.discount {
  width: 72px;
}
.body .invoice-table td.unit {
  width: 70px;
}
.body .invoice-table td.qty {
  width: 55px;
}
.body .invoice-table td.paytype {
  width: 110px;
}
.body .invoice-table th {
  font-weight: 700;
  font-size: 11px;
  color: #13565F;
  text-align: center;
  border-top: 1px solid #13565F;
  border-bottom: 1px solid #13565F;
  padding: 0.5rem 0.35rem;
}
.body .invoice-table tr:first-child td {
  padding-top: 0.75rem;
}
.body .invoice-section .form-control-sm {
  padding: 0 0.25rem !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  color: #13565F;
  min-height: 20px;
  line-height: 1;
  border: 1px solid rgba(162, 187, 191, 0.5);
}
.body .invoice-section .btn-sm {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 10px;
}
.body .red-dot {
  position: absolute;
  height: 10px;
  width: 10px !important;
  background-color: #DA6666;
  right: 10px;
  border-radius: 50%;
  top: 10px;
}
.body .opacity-85 {
  opacity: 85%;
}
.body .modal-type-3 .accordion-item {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
/* .body .permission-block {
  min-height: 48px;
  height: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .permission-checkbox-block {
  display: flex;
  min-height: 60px;
  flex-flow: column;
  text-align: center;
  justify-content: center;
} */
.body .diagnostic-outer {
  display: flex;
  align-items: start;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-content: start;
}
.body .diagnostic-outer .diagnostic-block {
  width: 140px;
  height: 186px;
  border: 1px solid #13565F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 15px;
  flex-wrap: wrap;
  padding: 40px 10px 20px;
}
.body .diagnostic-outer .diagnostic-block > div {
  margin-top: auto;
  text-align: center;
}
.body .sheet-design {
  max-width: 100%;
  width: 1230px;
  height: 730px;
}
.body .sheet-design .modal-header {
  background-color: #55858C;
}
.body .sheet-design .sheet-table {
  max-height: 480px;
  overflow-y: auto;
}
.body .sheet-design .sheet-table .sticky-custom-header {
  position: relative;
  border-color: #95B9BF;
  font-size: 13px;
}
.body .sheet-design .sheet-table .sticky-custom-header th {
  background: #E9F2F6;
  position: sticky;
  color: #457A81;
  top: 0;
  z-index: 1;
  min-width: 95px;
  border-color: #95B9BF;
  white-space: nowrap;
  vertical-align: middle;
  height: 38px;
}
.body .sheet-design .sheet-table .sticky-custom-header th.first-column {
  left: -1px;
  z-index: 101 !important;
  top: auto;
  width: 120px;
}
.body .sheet-design .sheet-table .sticky-custom-header td {
  border-color: #95B9BF;
  color: #457A81;
  font-weight: 600;
  vertical-align: middle;
  height: 38px;
}
.body .sheet-design .sheet-table .sticky-custom-header td.entry-log {
  background-color: #F7F0C2;
}
.body .sheet-design .sheet-table .sticky-custom-header td.open {
  color: #00B491;
  font-weight: bold;
}
.body .sheet-design .sheet-table .form-control {
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.body .sheet-design .sheet-table .form-control:focus {
  box-shadow: none;
}
.body .sheet-design .sheet-table .form-control:disabled {
  background-color: transparent;
}
.body .sheet-design .btn-lagend {
  border: 1px solid #95B9BF;
  background-color: #F7F0C2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #13565F;
  padding: 2px 5px;
}
.body .sheet-design .modal-footer {
  justify-content: start;
  padding: 10px;
}
.body .sheet-design .treatment-cards .badge {
  width: 105px;
  height: 21px;
  line-height: 15px;
}
.body .sheet-design .table-healthcare {
  color: #13565F;
}
.body .sheet-design .table-healthcare th, .body .sheet-design .table-healthcare td {
  vertical-align: middle;
  font-size: 13px;
}
.body .sheet-design .table-healthcare th:last-child, .body .sheet-design .table-healthcare td:last-child {
  border-right: 0 !important;
}
.body .sheet-design .table-healthcare th:first-child, .body .sheet-design .table-healthcare td:first-child {
  width: 120px;
  border-left: 0 !important;
}
.body .sheet-design .table-healthcare th {
  font-weight: bold;
  border: 0;
  text-align: center;
  width: 82px;
}
.body .sheet-design .table-healthcare tbody th, .body .sheet-design .table-healthcare tbody td {
  border: 1px solid #95B9BF !important;
}
.body .sheet-design .table-healthcare tbody th.entry-log, .body .sheet-design .table-healthcare tbody td.entry-log {
  background-color: #F7F0C2;
}
.body .sheet-design .table-healthcare tbody th.light-green, .body .sheet-design .table-healthcare tbody td.light-green {
  background-color: #D4F7F0;
}
.body .sheet-design .table-healthcare tbody th.light-red, .body .sheet-design .table-healthcare tbody td.light-red {
  background-color: #FFA5A5;
}
.body .sheet-design .table-healthcare tbody th.light-orange, .body .sheet-design .table-healthcare tbody td.light-orange {
  background-color: #FDDEBE;
}
.body .sheet-design .table-healthcare tbody .form-control {
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.body .sheet-design .table-healthcare tbody .form-control:focus {
  box-shadow: none;
}
.body .sheet-design .table-healthcare tbody .form-control:disabled {
  background-color: transparent;
}
.body .sheet-design .table-healthcare tbody .no-border-row th, .body .sheet-design .table-healthcare tbody .no-border-row td {
  border: none !important;
  color: #95B9BF;
}
.body .sheet-design .table-healthcare tbody .no-border-row th b, .body .sheet-design .table-healthcare tbody .no-border-row td b {
  color: #13565F;
}
.body .sheet-design .modal-body .card {
  border-color: #95B9BF !important;
  box-shadow: none !important;
}
.body .sheet-design .modal-body .card.card-custom {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid rgba(19, 86, 95, 0.25);
  font-size: 15px;
  line-height: 15px;
  color: #13565F;
}
.body .sheet-design .modal-body .card.card-custom.active {
  background: #F5FFFF;
  box-shadow: none;
  border-color: #00B491 !important;
  border-radius: 10px;
}
.body .sheet-design .freez-table {
  max-height: 500px;
  display: flex;
  height: calc(100% + 2px);
}
.body .sheet-design .freez-table .title-columns {
  min-width: 110px;
}
.body .sheet-design .freez-table .title-columns > div {
  background: #E9F2F6;
  height: 38px;
  color: #457A81;
  min-width: 110px;
  border-color: #95B9BF;
  white-space: pre-wrap;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
.body .sheet-design .freez-table .title-columns > div:last-child {
  border-bottom-width: 1px;
}
/* .body .sheet-design .freez-table .title-columns > div:not(.top-sticky-pos) {
  background-color: var(--white);
}
.body .sheet-design .freez-table .title-columns > div.color-bg {
  background: #E9F2F6;
  color: #457A81;
} */
.body .sheet-design .freez-table .value-columns {
  min-width: calc(100% - 100px);
  display: flex;
  flex-flow: column;
}
.body .sheet-design .freez-table .value-columns .rows {
  display: flex;
}
.body .sheet-design .freez-table .value-columns .rows > div {
  border-color: #95B9BF;
  white-space: nowrap;
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  padding: 0 10px;
  min-width: 120px;
  /* max-width: 120px; */
}
.body .sheet-design .freez-table .value-columns .rows > div.entry-log {
  background-color: #F7F0C2;
}
.body .sheet-design .freez-table .value-columns .rows > div.open {
  color: #00B491;
  font-weight: bold;
}
.body .sheet-design .freez-table .value-columns .rows:first-child > div {
  font-weight: bold;
  background: #E9F2F6;
  color: #457A81;
}
.body .sheet-design .freez-table .value-columns .rows:last-child > div {
  border-bottom-width: 1px;
}
.body .sheet-design .freez-table .value-columns.transparent-columns .rows:first-child > div {
  font-weight: bold;
  background: #fff;
  color: #457A81;
}
.body .sheet-design .freez-table .form-control {
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  /* font-weight: bold;
  color: #457A81; */
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.body .sheet-design .freez-table .form-control:focus {
  box-shadow: none;
}
.body .sheet-design .freez-table .form-control:disabled {
  background-color: transparent;
}
.body .sheet-design .freez-table.nusrsing-care-table .left-sticky-pos {
  min-width: 190px;
}
.body .sheet-design .freez-table.nusrsing-care-table .left-sticky-pos > div {
  width: 100%;
}
.body .sheet-design .freez-table.nusrsing-care-table .left-sticky-pos > div:not(.top-sticky-pos) {
  background-color: var(--white);
}
.body .sheet-design .freez-table.nusrsing-care-table .value-columns {
  min-width: calc(100% - 190px);
}
.body .sheet-design .freez-table.nusrsing-care-table .value-columns .rows {
  width: calc(100% - 190px);
}
.body .sheet-design .freez-table.nusrsing-care-table .value-columns .rows > div {
  min-width: 150px;
}
.body .sheet-design .freez-table.glucose-table {
  flex-direction: column;
}
.body .sheet-design .freez-table.glucose-table .table-items {
  display: flex;
  width: 2280px;
}
.body .sheet-design .freez-table.glucose-table .sub-table-title {
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
  color: #13565F;
  margin-bottom: 0.5rem;
  position: sticky;
  left: 0;
}
.body .padding-10 {
  padding: 5px 0 6px;
}
.body .permission-checkbox-block {
  min-height: 48px;
}
.body .absolute-badge {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 13px 0 13px;
  -moz-border-radius: 0 13px 0 13px;
  -ms-border-radius: 0 13px 0 13px;
  border-radius: 0 13px 0 13px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  background-color: var(--primary);
  padding: 6px 16px;
}
.body .step-wizard {
  display: flex;
  align-items: center;
}
.body .step-wizard > div {
  background-image: url(../images/icon/banner-arrow-right.svg);
  background-repeat: no-repeat;
  height: 34px;
  width: 150px;
  background-size: cover;
  background-position: center;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 8px 0;
}
.body .step-wizard > div:first-child {
  z-index: 101;
}
.body .step-wizard > div:nth-child(2) {
  z-index: 99;
  margin-left: -35px;
}
.body .step-wizard > div:nth-child(3) {
  z-index: 97;
  margin-left: -35px;
}
.body .step-wizard > div:nth-child(4) {
  z-index: 95;
  margin-left: -35px;
}
.body .step-wizard > div.active {
  background-image: url(../images/icon/banner-arrow-right-active.svg);
  color: #fff;
}
.body .position-badge {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  color: var(--secondary);
  background-color: #E5ECED;
  border: 1px solid rgba(19, 86, 95, 0.25);
  width: 200px;
  height: 25px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  top: -12.5px;
  left: 15px;
  padding: 0 8px;
  line-height: 25px;
}
.body .positioned-serachbar {
  position: absolute;
  top: -14px;
  left: 230px;
  height: 28px;
  width: 182px;
}
.body .positioned-serachbar input.form-control {
  height: 28px;
}
.body .prescription-section .invoice-table th {
  font-size: 13px;
}
.body .prescription-section .invoice-table th, .body .prescription-section .invoice-table td {
  text-align: center;
}
.body .prescription-section .invoice-table .form-control {
  font-size: 13px;
  padding: 7px 6px;
  height: 35px;
}
.body .prescription-section .invoice-table .form-control.empty-textbox {
  background-color: #DFFEF8;
  color: #A2BBBF;
  font-weight: normal;
}
.body .prescription-section .suggested-medicine {
  position: absolute;
  right: 5px;
  bottom: 2px;
  display: flex;
  align-items: center;
}
.body .prescription-section .suggested-medicine > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  margin-left: 2px;
}
.body .prescription-section .action-btn {
  position: absolute;
  right: 3px;
  top: 3px;
}
.body .custom-btn-group .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #A2BBBF;
  box-shadow: none;
  height: 22px;
  padding: 0 6px;
  line-height: 22px;
}
.body .custom-btn-group .btn:nth-child(2) {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.body .custom-btn-group .btn:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.body .custom-btn-group .btn-check:checked + .btn {
  background-color: #A2BBBF;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.body .date-input {
  position: relative;
}
.body .date-input svg {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -7px;
}
.body .date-input input {
  padding-left: 15px;
}
.body .report-list .h5 {
  font-size: 13px;
  font-weight: bold;
}
.body .report-list .list-group .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}
.body .report-list .list-group .list-group-item .report-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
}/*# sourceMappingURL=theme.css.map */