@charset "UTF-8";
/* put your own styles to customize and override the theme */
#theme-fade {
  position: fixed;
  inset: 0;
  background: black;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms ease;
  z-index: 999999;
}

#theme-fade.active {
  opacity: 1;
}

.fa-dollar-sign:before {
  content: "₦" !important;
}

.no-label {
  margin-top: 1.5rem !important;
}

.critical {
  font-size: 24px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #ea6759 !important;
}

.critical-sm {
  font-size: initial;
  width: initial;
  height: initial;
}

.dropdown-menu-rich {
  width: 30rem !important;
}

@media only screen and (max-width: 390px) {
  .dropdown-menu-rich {
    left: 1em!important;
  }
}

.card-figure.is-hoverable:focus,.card-figure.is-hoverable:hover {
  transform: none !important;
  box-shadow: 0 5px 15px 0 rgba(20,20,31,.15);
}
.dropdown-sheets .dropdown-sheet-item {
  width: 25% !important;
}

.fc-list-item, .fc-event {
  cursor: pointer;
}

.fc-bootstrap4 .fc-event {
  cursor: pointer;
}

.metric-row .metric {
  min-height: 0 !important;
}

.daterangepicker {
  padding: 0;
  margin: 0;
  width: auto;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  border: 0;
  font-family: inherit;
  z-index: 95;
}

.modal-open .daterangepicker {
  z-index: 1051;
}

.daterangepicker:after, .daterangepicker:before {
  display: none;
}

.daterangepicker .ranges ul {
  padding: 1rem 0;
  width: 170px;
}

.daterangepicker .ranges li {
  /*padding: .7rem 1.75rem;*/
  font-weight: 400;
  font-size: 14px;
  color: #595d6e;
  transition: color .3s ease;
}

/*.daterangepicker .ranges li.active,.daterangepicker .ranges li:hover {*/
/*  background-color: #f7f8fa;*/
/*  color: #5d78ff;*/
/*  -webkit-transition: color .3s ease;*/
/*  transition: color .3s ease*/
/*}*/
.daterangepicker.show-calendar .ranges {
  border-right: 1px solid #ebedf2;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 0;
}

.daterangepicker .drp-buttons {
  padding: 1rem 1.75rem;
  border-top: 1px solid #ebedf2;
}

.daterangepicker .drp-buttons .btn {
  /*font-size: .9rem;*/
  font-weight: 400;
  /*padding: .5rem 1rem;*/
  border-radius: 4px;
}

.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 1rem 1.5rem 1rem 1.5rem;
}

.daterangepicker .drp-calendar.left {
  border-left: 0 !important;
}

.daterangepicker .drp-calendar th {
  font-weight: 500;
  /*font-size: 1rem;*/
  color: #595d6e;
}

.daterangepicker .drp-calendar th.month {
  font-weight: 400;
  color: #74788d;
}

.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
  border-width: 0 1px 1px 0;
  border-color: #74788d;
}

.daterangepicker .drp-calendar th.next span {
  margin-right: 1px;
}

.daterangepicker .drp-calendar th.prev span {
  margin-left: 1px;
}

.daterangepicker .drp-calendar td {
  /*font-size: 1rem;*/
  color: #595d6e;
}

.daterangepicker .drp-calendar td.available.off {
  color: #a2a5b9;
}

.daterangepicker .drp-calendar td.active {
  /*background-color: #5d78ff;*/
  color: #fff;
  border-radius: 4px;
}

.daterangepicker .drp-calendar td.active.start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.daterangepicker .drp-calendar td.active.end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.daterangepicker .drp-calendar td.active.start-date.end-date {
  border-radius: 4px;
}

/*.daterangepicker .drp-calendar td.today,.daterangepicker .drp-calendar td.today.active {*/
/*  border-radius: 0;*/
/*  border-radius: 4px;*/
/*  background: rgba(93,120,255,.7)!important;*/
/*  color: #fff!important*/
/*}*/
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: #f7f8fa;
  color: #595d6e;
}

.daterangepicker select {
  border-radius: 4px;
  background: 0 0 !important;
  border-color: #ebedf2;
  color: #595d6e;
}

.flatpickr-calendar.open{
  z-index: 2050;
}

[data-mask="currency"] {
  text-align: right;
}

.metric-value .value {
  vertical-align: middle;
  white-space: normal;
  font-size: 70%;
}

.list-group-reflow .list-group-item:hover {
  background: #f6f7f9;
}

img.admitted {
  border: 3px solid #c00;
}

a:focus img.admitted {
  outline: none;
  box-shadow: none;
}

.logo-img {
  height: 40px;
  width: 200px;
}

.bootstrap-select .dropdown-header span {
  text-transform: uppercase;
}

.bootstrap-select .dropdown-menu {
  width: 100%;
}

.app-footer ul.list-inline li:not(:last-child):after {
  content: "|";
  margin-left: .5rem;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring.dark > div {
  border-color: #000 transparent transparent transparent !important;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.steps ul {
  width: 100%;
  justify-content: space-evenly;

  border-radius: 0!important;
}
.steps li:first-child a {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.steps li:last-child a {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

.steps li.step {
  flex-grow: 1;
}

.card-metric {
  min-height: 90% !important;
  height: 90% !important;
}

.custom-control-label {
  /*margin-top: 2.5em;*/
}
.badge, .btn:not(.btn-floated), .card-metric, .metric, .card, .custom-select, .form-control, .page-link, .alert, .input-group:not(.input-group-alt), .tile, .swal2-popup, .modal-content,
.select2-container * , .dropdown-menu, .custom-file-input, .custom-file-label, .thead-btn, .custom-checkbox .custom-control-label:before, .header-nav .nav-link {
  /*border-radius: 0!important;*/
}
.select2-container .select2-selection--single {
  background: none !important;
}
.select2-dropdown, .custom-select {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19L403 749q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right .75rem center,linear-gradient(180deg,#fff,#fff) !important;
}
.modal-fullscreen {
  width: 99vw !important;
  height: 99vh !important;
  max-width: none !important;
  /*height: 100% !important;*/
  margin: .5vw auto !important;
  border: none !important;
}
.modal-content {
  border: none !important;
}
.close {
    font-size: 2.5rem !important;
    font-weight: 100 !important;
    line-height: 0.5 !important;
    color: #27282d !important;
    text-shadow: none !important;
    font-family: system-ui, sans-serif !important;
}
.stacked-menu>.menu>.menu-item>.menu-link {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.stacked-menu>.menu>.menu-item.has-active>.menu-link,
.stacked-menu>.menu>.menu-item>.menu-link:hover {
    background-color: #477a8545 !important;
    color: #225d6a !important;
    border-right: 4px solid !important;
}
.steps a {
  display: flex !important;
}
.card:not(.note-editor) {
    box-shadow: 0 .5rem 1rem rgba(20, 20, 31, .05) !important;
}
.page-navs {
  height: auto !important;
}

.table-responsive table td {
    white-space: nowrap !important;
}

.tile-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  .tile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.switcher-control {
  width: 1.65rem !important;
}

.switcher-control .switcher-indicator:before {
  right: .65rem !important;
}

.switcher-input:checked+.switcher-indicator:before {
  right: 0 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23225d6a' width='8' height='8'%3E%3Cpath d='M4 1C2.34 1 1 2.34 1 4s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E") !important;
}

.hugeicons--wellness {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M4 14.07c1.015 0 2.431-.302 3.32.35l1.762 1.29c.655.48 1.364.322 2.095.208c.962-.151 1.823.67 1.823 1.738c0 .292-2.073 1.035-2.372 1.176a1.75 1.75 0 0 1-1.798-.182l-1.988-1.457'/%3E%3Cpath d='m13 17l4.091-1.89a1.98 1.98 0 0 1 2.089.515l.67.701c.24.25.184.672-.113.844l-7.854 4.561a1.96 1.96 0 0 1-1.552.187L4 20.027M12.002 12s2.1-2.239 2.1-5s-2.1-5-2.1-5s-2.1 2.239-2.1 5s2.1 5 2.1 5m0 0s3.067-.068 5-2.04c1.933-1.973 2-5.103 2-5.103s-1.27.028-2.69.574M12.002 12s-3.067-.068-5-2.04c-1.933-1.973-2-5.103-2-5.103s1.27.028 2.69.574'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.fa6-solid--pump-medical {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-32 0 512 512'%3E%3Cpath fill='%23000' d='M128 32v96h128V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-33.9-33.9c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m-10.6 128c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512h186.4c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7zM216 280v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v32c0 13.3-10.7 24-24 24s-24-10.7-24-24v-32h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32v-32c0-13.3 10.7-24 24-24s24 10.7 24 24'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hugeicons--machine-robot {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M17 13V8A5 5 0 0 0 7 8v5c0 1.87 0 2.804.402 3.5A3 3 0 0 0 8.5 17.598C9.196 18 10.13 18 12 18s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C17 15.804 17 14.87 17 13Z'/%3E%3Cpath stroke-linecap='round' d='M18 21a2 2 0 1 1 4 0M2 21a2 2 0 1 1 4 0m4.125-13.75H10m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3.875 0H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0'/%3E%3Cpath stroke-linecap='round' d='M20 19v-4c0-1.886 0-2.828-.586-3.414S17.886 11 16 11H8c-1.886 0-2.828 0-3.414.586S4 13.114 4 15v4'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.healthicons--chart-cured-increasing {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Cpath d='M2 2v18a2 2 0 0 0 2 2h18v-2H4v-1h1.179c.966 0 1.98-.018 2.998-.151c1.085-.143 2.675-.421 3.854-.964c2.78-1.28 4.49-2.743 6.087-5.527A10.2 10.2 0 0 0 19.32 9.09l1.157 1.277l1.482-1.343l-3.182-3.51L14.75 8.01l1.054 1.7l1.544-.957a8.2 8.2 0 0 1-.966 2.61c-1.375 2.4-2.76 3.588-5.187 4.705c-.883.407-2.212.658-3.277.797c-.883.116-1.788.135-2.74.135H4V2z'/%3E%3Cpath d='M13 4.5h-2.5V2h-2v2.5H6v2h2.5V9h2V6.5H13z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.solar--emoji-funny-circle-linear {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='M8.913 15.934c1.258.315 2.685.315 4.122-.07s2.673-1.099 3.605-2.001'/%3E%3Cellipse cx='14.509' cy='9.774' fill='%23000' rx='1' ry='1.5' transform='rotate(-15 14.51 9.774)'/%3E%3Cellipse cx='8.714' cy='11.328' fill='%23000' rx='1' ry='1.5' transform='rotate(-15 8.714 11.328)'/%3E%3Cpath stroke='%23000' stroke-width='1.5' d='m13 16l.478.974a1.5 1.5 0 1 0 2.693-1.322l-.46-.935'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.si--ai-fill {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.96 9.137l.886-3.099c.332-1.16 1.976-1.16 2.308 0l.885 3.099a1.2 1.2 0 0 0 .824.824l3.099.885c1.16.332 1.16 1.976 0 2.308l-3.099.885a1.2 1.2 0 0 0-.824.824l-.885 3.099c-.332 1.16-1.976 1.16-2.308 0l-.885-3.099a1.2 1.2 0 0 0-.824-.824l-3.099-.885c-1.16-.332-1.16-1.976 0-2.308l3.099-.885a1.2 1.2 0 0 0 .824-.824m8.143 7.37c.289-.843 1.504-.844 1.792 0l.026.087l.296 1.188l1.188.297c.96.24.96 1.602 0 1.842l-1.188.297l-.296 1.188c-.24.959-1.603.959-1.843 0l-.297-1.188l-1.188-.297c-.96-.24-.96-1.603 0-1.842l1.188-.297l.297-1.188zm.896 2.29a1 1 0 0 1-.203.203a1 1 0 0 1 .203.203a1 1 0 0 1 .203-.203a1 1 0 0 1-.203-.204M4.104 2.506c.298-.871 1.585-.842 1.818.087l.296 1.188l1.188.297c.96.24.96 1.602 0 1.842l-1.188.297l-.296 1.188c-.24.959-1.603.959-1.843 0l-.297-1.188l-1.188-.297c-.96-.24-.96-1.603 0-1.842l1.188-.297l.297-1.188zM5 4.797a1 1 0 0 1-.203.202A1 1 0 0 1 5 5.203a1 1 0 0 1 .203-.204A1 1 0 0 1 5 4.796'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.fa6-solid--warehouse {
  display: inline-block;
  width: 1.25em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='black' d='M0 488V171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0l267.9 107.1c24.3 9.7 40.2 33.3 40.2 59.4V488c0 13.3-10.7 24-24 24h-48c-13.3 0-24-10.7-24-24V224c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32v264c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24m488 24H152c-13.3 0-24-10.7-24-24v-56h384v56c0 13.3-10.7 24-24 24M128 400v-64h384v64zm0-96v-80h384v80z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


/* Base gap utility */
[class*="gap-"],
[class*="gx-"],
[class*="gy-"] {
  display: flex;
  flex-wrap: wrap;
}

/* GAP (both directions) */
.gap-0 { margin: 0; }
.gap-0 > * { margin: 0; }

.gap-1 { margin: -0.25rem; }
.gap-1 > * { margin: 0.25rem; }

.gap-2 { margin: -0.5rem; }
.gap-2 > * { margin: 0.5rem; }

.gap-3 { margin: -1rem; }
.gap-3 > * { margin: 1rem; }

.gap-4 { margin: -1.5rem; }
.gap-4 > * { margin: 1.5rem; }

.gap-5 { margin: -3rem; }
.gap-5 > * { margin: 3rem; }

/* Horizontal gap only */
.gx-0 { margin-left: 0; margin-right: 0; }
.gx-0 > * { margin-left: 0; margin-right: 0; }

.gx-1 { margin-left: -0.25rem; margin-right: -0.25rem; }
.gx-1 > * { margin-left: 0.25rem; margin-right: 0.25rem; }

.gx-2 { margin-left: -0.5rem; margin-right: -0.5rem; }
.gx-2 > * { margin-left: 0.5rem; margin-right: 0.5rem; }

.gx-3 { margin-left: -1rem; margin-right: -1rem; }
.gx-3 > * { margin-left: 1rem; margin-right: 1rem; }

.gx-4 { margin-left: -1.5rem; margin-right: -1.5rem; }
.gx-4 > * { margin-left: 1.5rem; margin-right: 1.5rem; }

.gx-5 { margin-left: -3rem; margin-right: -3rem; }
.gx-5 > * { margin-left: 3rem; margin-right: 3rem; }

/* Vertical gap only */
.gy-0 > * { margin-top: 0; margin-bottom: 0; }

.gy-1 > * { margin-top: 0.25rem; margin-bottom: 0.25rem; }

.gy-2 > * { margin-top: 0.5rem; margin-bottom: 0.5rem; }

.gy-3 > * { margin-top: 1rem; margin-bottom: 1rem; }

.gy-4 > * { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.gy-5 > * { margin-top: 3rem; margin-bottom: 3rem; }


.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333 !important;
/* outline: 5px auto -webkit-focus-ring-color !important; */
/* outline-offset: -2px;*/
}

.browse-card {
  background-color: #ffffff;
  overflow: hidden;
  max-width: 600px;
  text-decoration: none !important;
}
.browse-icon {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
}
.browse-icon h4 {
  /*font-size: 48px;*/
  color: #6c757d !important;
}
.browse-content h6 {
  color: #2f5d62;
  font-weight: 600;
}
.browse-content p {
  color: #6c757d;
  margin-bottom: 0;
}
.summernoteinplacewidget {
  .floating-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1000;

    width: 48px;
    height: 48px;
    /*border-radius: 50%;

    border: none;
    background: #007bff;
    color: white;
    cursor: pointer;*/
  }

  .note-editable {
    padding-bottom: 80px;
  }
}


.offcanvas-panel {
  position: fixed;
  top: 0;
  right: 0;

  max-width: 500px;
  width: 100%;
  height: 100%;

  background: white;
  z-index: 1051;

  transform: translateX(100%);
  transition: transform 0.3s ease;

  /*box-shadow: -2px 0 10px rgba(0,0,0,0.2);*/
}

.offcanvas-panel.show {
  transform: translateX(0);
}

.offcanvas-backdrop {
  position: fixed;
  inset: 0;

  background: rgba(0,0,0,0.5);

  z-index: 1050;

  display: none;
}

.offcanvas-backdrop.show {
  display: block;
}
