body {
  min-height: 100vh;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.app-alive-sidenav {
  position: fixed;
  width: 225px;
  height: calc(100vh - 80px);
  overflow: auto;
}

.app-alive-sidenav::-webkit-scrollbar {
  width: 8px;
}

.app-alive-sidenav::-webkit-scrollbar-track {
  background: transparent;
}

.app-alive-sidenav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}

.app-alive-sidenav::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.app-alive-main-content {
  width: calc(100vw - 300px);
  margin-left: 260px;
}

.container {
  max-width: 100%;
  padding: 0 10px;
}

.has-sidenav {
  padding-bottom: 75px;
}

.has-sidenav .navbar-brand {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.has-sidenav .navbar-brand:after {
  height: 158px;
  width: 130px;
  background: #fff;
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 3px 11px 34px 31px #fff;
          box-shadow: 3px 11px 34px 31px #fff;
  z-index: -1;
  top: -44px;
  left: 12px;
}

body {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  background-attachment: fixed;
}

body.adjust-zindex .container {
  position: relative;
  z-index: 9;
}

body.adjust-zindex .practitioner-right-content {
  z-index: 9;
}

.navbar {
  z-index: 1;
}

.navbar.is-transparent {
  position: relative;
  top: 10px;
  padding: 0px;
  border-radius: 3px;
  margin-bottom: 20px;
  min-height: 50px;
  z-index: auto;
}

@media screen and (max-width: 768px) {
  .navbar.is-transparent {
    padding: 0px 10px;
  }
  .navbar.is-transparent .navbar-brand img {
    width: 110px;
  }
}

.navbar.is-transparent .navbar-item {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-brand {
  min-height: 50px;
}

.navbar .navbar-brand a {
  width: 195px;
}

.navbar .navbar-brand + .navbar-end .title.is-hidden-mobile {
  margin-bottom: 0;
}

.navbar .navbar-end .navbar-item a .user-info p.title.is-5 {
  font-size: 14px;
  margin-bottom: 2px;
}

.navbar .user-info {
  padding-left: 10px;
}

.navbar .fa-user-circle {
  font-size: 32px;
}

.user-role {
  font-size: 12px !important;
  color: #2e3192;
  font-style: italic;
  padding-top: 2px;
}

/* dropdown design */
.dropdown-holder {
  position: relative;
}

.dropdown-holder .dropdown {
  display: none;
  position: absolute;
  background: #fff;
  top: calc(100% + 15px);
  width: 100%;
  padding: 0;
  z-index: 999;
}

.dropdown-holder .dropdown:after {
  position: absolute;
  width: 0;
  content: '';
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dropdown-holder .dropdown ul li {
  padding: 0;
}

.dropdown-holder .dropdown ul li form {
  width: 100%;
}

.dropdown-holder .dropdown ul li a, .dropdown-holder .dropdown ul li button {
  display: block;
  color: #333;
  padding: 10px 20px;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.dropdown-holder .dropdown ul li a:hover, .dropdown-holder .dropdown ul li button:hover {
  background-color: #f1f1f1;
}

.dropdown-holder.show .dropdown {
  display: block;
  -webkit-box-shadow: 1px 4px 11px  -7px #333;
          box-shadow: 1px 4px 11px  -7px #333;
}

.login-page-logo {
  max-width: 160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.box {
  border-radius: 3px;
  padding: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.textarea, .input, select {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 33px;
  padding: calc(0.375em - 1px);
  font-size: 1rem;
}

.textarea.is-large, .input.is-large, select.is-large {
  font-size: 20px;
}

.select select {
  border-radius: 2px;
  font-size: 1rem;
  line-height: 0.9rem;
}

.select:not(.is-multiple):not(.is-loading)::after {
  margin-top: -0.55em;
}

.label {
  color: #6d6a6a;
  display: block;
  font-size: 15px !important;
  font-weight: normal !important;
  margin-bottom: 5px !important;
}

.new-role-options {
  padding: 10px;
}

.new-role-options .column.is-half {
  width: calc(50% - 4px);
  background: #eff5ff;
  margin: 2px;
}

a {
  color: #2e3192;
}

a:hover {
  text-decoration: underline;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fullwidth {
  width: 100%;
}

.app-alive-sidenav {
  background: #A9CE36;
  border-radius: 4px;
  border: 1px solid #ffffff52;
  padding: 15px;
  color: #fff;
  padding: 0;
  border-radius: 0;
  z-index: 9;
  padding: 20px;
}

.app-alive-sidenav .menu .title {
  color: #fff;
}

.app-alive-sidenav .menu-label {
  color: #fff;
  font-weight: bold;
}

.app-alive-sidenav .menu-list {
  margin-left: -15px;
  margin-right: -15px;
}

.app-alive-sidenav .menu-list .menu-open {
  padding: 0;
  background-color: #ffffff45;
  padding-top: 8px;
  padding-bottom: 8px;
}

.app-alive-sidenav .menu-list .menu-open > li {
  background-color: transparent;
}

.app-alive-sidenav .menu-list li a {
  color: #fff;
  padding-left: 16px;
  position: relative;
}

.app-alive-sidenav .menu-list li a svg {
  width: 9px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.app-alive-sidenav .menu-list li a.is-active {
  background-color: #ffffff45 !important;
  border-radius: 20px;
  margin: 0 11px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.app-alive-sidenav .menu-list li a:hover {
  background-color: #ffffff45;
  text-decoration: none;
}

.page-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  background: #5a87d2;
  color: #ffff;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-title .button {
  margin-bottom: 0;
}

.right-side-content {
  position: relative;
  padding-bottom: 40px;
}

.right-side-content > .section {
  padding: 0;
  position: relative;
  z-index: 99;
}

.right-side-content > .section > .container {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tabs {
  background: #fff;
  border-radius: 0;
  margin-bottom: 30px !important;
  -webkit-box-shadow: 1px 1px 10px 1px #7ea3dc94;
          box-shadow: 1px 1px 10px 1px #7ea3dc94;
  border-bottom: 1px solid #c9d4e6;
}

.tabs + div {
  -webkit-box-shadow: 1px 1px 10px 1px #7ea3dc94;
          box-shadow: 1px 1px 10px 1px #7ea3dc94;
}

.tabs.is-toggle li.is-active a {
  background-color: #A9CE36;
  border-color: #A9CE36;
  text-decoration: none;
  border-bottom: 4px solid #A9CE36;
}

.tabs.is-toggle a {
  border-color: transparent;
  background: transparent;
  color: #2f3031;
  padding: 10px 20px;
  border-right: 1px solid #c7d5ea;
  border-left: 1px solid #c7d5ea;
  border-bottom: 4px solid transparent;
  border-top: 0px solid transparent;
  border-radius: 0 !important;
}

.tabs.is-toggle a:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #A9CE36;
  text-decoration: none;
  color: #2f3031;
}

.card {
  -webkit-box-shadow: 1px 1px 10px 1px #7ea3dc94;
          box-shadow: 1px 1px 10px 1px #7ea3dc94;
}

.card + .card {
  margin-top: 20px;
}

.card .card-header {
  background: #f1f1f1;
  padding: 13px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card .card-header .button {
  margin-bottom: 0;
}

.card .card-header .card-header-title {
  padding: 0;
}

.card .card-header .card-header-title .title {
  font-size: 20px;
  font-weight: lighter;
}

.card .card-content table {
  width: 100%;
}

.table-container {
  /* max-height: 600px; */
  overflow-y: auto;
  overflow: unset;
}

.table-container .verticle-tbl th {
  text-align: left;
  background: #e1e7f1;
  border: 1px solid #c3cee0;
  padding: 7px 15px;
  color: #1f3c6f;
}

.table-container::-webkit-scrollbar {
  width: 8px;
}

.table-container::-webkit-scrollbar-track {
  background: #e1e7f1;
}

.table-container::-webkit-scrollbar-thumb {
  background: #1f3c6f;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #1f3c6f;
}

.table-container .table {
  border: 1px solid #e6e6e6;
}

.table-container .table thead {
  font-size: 14px;
  vertical-align: middle;
}

.table-container .table thead th {
  text-align: left;
  background: #e1e7f1;
  border: 1px solid #c3cee0;
  padding: 13px;
  color: #1f3c6f;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 2;
  vertical-align: inherit;
}

.table-container .table thead th.high-lighted {
  background: #1f3c97;
  color: #fff;
}

.table-container .table thead th.slanted-container {
  position: relative !important;
}

.table-container .table thead th.slanted-container .slanted {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 50%;
}

.table-container .table tbody tr td {
  font-size: 14px;
  vertical-align: middle;
  border-right: 1px solid #dbdbdb;
}

.table-container .table tbody tr td .button {
  margin-bottom: 0;
}

.button {
  font-size: 12px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.button:hover {
  text-decoration: none !important;
}

.button.is-large {
  font-size: 18px;
  padding: 8px 19px;
  height: auto;
}

.button.is-medium {
  font-size: 13px;
  padding:2px 4px;
  height: auto;
}

.button.is-primary {
  background-color: #2e3192;
}

.button.is-primary:hover, .button.is-primary:focus, .button.is-primary:active {
  background-color: #1f2163;
}

.button.is-danger {
  background-color: #f74c47;
}

.button.is-success {
  background-color: #A9CE36;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #A9CE36;
  color: #A9CE36;
}

.button.is-success:hover, .button.is-success:active, .button.is-success:focus {
  background-color: #89a829;
}

.button.is-warning {
  background-color: #efc222;
  color: #634d01;
}

.button.is-warning:hover, .button.is-warning:focus, .button.is-warning:active {
  background-color: #c69d0e;
}

.image.is-25x25 {
  height: 25px;
  width: 25px;
}

.text-center {
  text-align: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.modal {
  z-index: 999;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.initial-page-loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #EEF2F7;
  z-index: 999;
}

.initial-page-loader span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.initial-page-loader span img {
  height: 96px;
  width: 96px;
}

.initial-page-loader .loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #2e3192;
  border-top: 5px solid transparent;
  margin-left: -60px;
  margin-top: -64px;
}

.app-alive-footer {
  text-align: center;
  width: calc(100% - var(--sidebar-width));
  margin-left: auto;
  position: fixed;
  bottom: 10px;
  right: 0;
}

.app-alive-footer p img {
  width: 150px;
}

.modal .modal-card .modal-card-head {
  border-bottom: 1px solid #f3f3f3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f3f3f3;
  padding: 15px 20px;
}

.modal .modal-card .modal-card-head .modal-card-title {
  font-size: 18px;
}

.modal .modal-card .modal-card-foot {
  border-top: 1px solid #f3f3f3;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #f3f3f3;
  padding: 15px 20px;
}

.modal .modal-card .modal-card-foot .button {
  margin-bottom: 0;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.activeRow {
  background-color: #f8fde6;
}

.activeRow td {
  border: 1px solid #a0bb48 !important;
  position: relative;
}

.activeRow td:after {
  height: 1px;
  width: 100%;
  background: #a9ce36;
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
}

.activeRow td .icon {
  color: #89a829;
}

:root {
  --sidebar-width: 340px;
}

.practitioner-sidenav {
  position: fixed;
  width: var(--sidebar-width);
  height: calc(100vh - 80px);
  overflow: auto;
  z-index: 9;
  padding: 0 !important;
}

.practitioner-sidenav::-webkit-scrollbar {
  width: 8px;
}

.practitioner-sidenav::-webkit-scrollbar-track {
  background: transparent;
}

.practitioner-sidenav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}

.practitioner-sidenav::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.practitioner-right-content {
  width: calc(100vw - 360px);
  margin-left: 360px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.practitioner-right-content > section {
  position: relative;
  z-index: 99;
}

.show-order-detail-for-pract {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.show-detail-header .hero-body {
  padding: 0;
  margin-bottom: 20px;
}

.show-detail-header .hero-body .subtitle {
  color: #FFFF;
  font-size: 14px;
}

.show-detail-header .hero-body .heading {
  padding: 20px;
  background: #5a87d2;
  margin-bottom: 0;
}

.show-detail-header .hero-body .heading .title {
  font-size: 22px;
  color: #fff;
}

.show-detail-content {
  background-color: #d0d9e8;
  border: 5px solid #fff;
}

.show-detail-content .divider-inner {
  margin-bottom: 20px;
  border: 1px solid #9ca1ab;
}

.show-detail-content .box-header {
  padding-bottom: 20px;
}

.show-detail-level-box {
  background: #fff;
  padding: 20px;
  border: 2px solid #e0e3e8;
}

.show-detail-level-box .grey-light {
  margin-bottom: 10px;
}

.text-small {
  font-size: 12px;
}

.text-bold {
  font-weight: bold;
}

.small-heading {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.text-gray {
  color: #8c8888;
}

.row-bg-purple {
  background-color: #fecbff !important;
}

.row-bg-purple td {
  border: 1px solid #eb3af1 !important;
}

.row-bg-blue {
  background-color: #d4d6fd !important;
}

.row-bg-blue td {
  border: 1px solid #5381ce !important;
}

.row-bg-orange {
  background-color: #ffe2ab !important;
}

.row-bg-orange td {
  border: 1px solid #bf7f06 !important;
}

.row-bg-green {
  background-color: #eaf7c4 !important;
}

.row-bg-green td {
  border: 1px solid #a3d021 !important;
}

.row-bg-yellow {
  background-color: #ffffbe !important;
}

.row-bg-yellow td {
  border: 1px solid #d6d606 !important;
}

.row-bg-red {
  background-color: #fb8c8c !important;
}

.row-bg-red td {
  border: 1px solid #ca4646 !important;
}

.edit-save-btn {
  background: #a9ce36;
  height: auto !important;
  width: auto !important;
  font-size: 12px;
  padding: 10px 12px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin-left: 3px;
}

.edit-save-btn svg path {
  fill: #fff;
}

.one-line-edit-input .level-item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
}

.one-line-edit-input .level-item .qEditLabel {
  border-radius: 3px;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.one-line-edit-input + .save-edit-btn-holder {
  margin-top: -15px;
}

.container-fluid {
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.checkout-holder {
  margin-top: 30px;
}

.borders {
  border: 1px solid #dbdbdb;
}

.has-background-success {
  background-color: #A9CE36 !important;
}

.bg-light {
  background-color: #e5eaf2;
}

.has-text-success {
  color: #A9CE36 !important;
}

.has-text-warning {
  color: #efc222 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

@media only screen and (max-width: 900px) {
  .app-alive-footer {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .row-bg-purple {
    border-bottom: solid 2px #ff1fff !important;
  }
  .button.is-large {
    font-size: 12px;
  }
  section .title:empty {
    margin: 0;
  }
  body {
    padding-top: 100px;
  }
  .nav-wrapper {
    height: 72px;
    background-color: #fff;
    position: fixed !important;
    z-index: 99 !important;
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    top: 0;
  }
  .nav-wrapper .sidebar-icon {
    display: block !important;
  }
  .navbar.is-transparent {
    margin-bottom: 0;
  }
  .app-alive-sidenav {
    left: -225px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 0;
    z-index: 99;
    top: 70px;
    height: auto;
    width: 225px;
  }
  .app-alive-main-content {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 10;
  }
  .has-sidenav .navbar-brand:after {
    display: none;
  }
  .open-sidebar .app-alive-sidenav {
    left: 0;
  }
  .open-sidebar .app-alive-main-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .practitioner-sidenav {
    padding: 0;
  }
  .practitioner-sidenav .practice-sidenav {
    padding: 0;
  }
  .practitioner-sidenav .practice-sidenav .practice-name {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .practitioner-sidenav .practice-sidenav .columns.is-multiline {
    margin-bottom: 0;
  }
  .practitioner-sidenav .practice-sidenav .columns.is-multiline .column {
    padding-bottom: 0;
    padding-top: 0;
  }
  .practitioner-sidenav .practice-sidenav .right-side-info {
    padding: 10px 0;
  }
  .show-order-detail-for-pract {
    padding: 0 0 20px 0;
    margin-top: -87px;
    max-width: 100%;
    width: 100%;
  }
  .show-order-detail-for-pract .show-detail-header .hero-body {
    margin-bottom: 10px;
  }
  .show-order-detail-for-pract .show-detail-header .hero-body .heading {
    padding: 10px;
    text-align: center;
  }
  .show-order-detail-for-pract .show-detail-header .hero-body .heading .justify-content-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .show-order-detail-for-pract .show-detail-header .hero-body .heading .column {
    padding: 8px;
  }
  .show-order-detail-for-pract .box-header .columns.is-mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .show-order-detail-for-pract .box-header .columns.is-mobile .justify-content-end {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .show-order-detail-for-pract .box-header .columns.is-mobile > .column.is-6 {
    width: 100%;
  }
  .show-order-detail-for-pract .box-content .column:empty {
    padding: 0;
  }
  .show-order-detail-for-pract .box-content .show-detail-level-box .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .show-order-detail-for-pract .box-content .show-detail-level-box .level .level-left + .level-right {
    margin-top: 0;
  }
  .progress-holder {
    min-width: 775px;
  }
}

.responsive-table-holder > .columns.is-mobile .columns {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.responsive-table-holder > .columns.is-mobile .columns .column {
  margin-bottom: 5px;
  padding: 3px 5px;
  line-height: 20px;
}

.responsive-table-holder > .columns.is-mobile .columns .column.label.is-3 {
  max-width: 30%;
}

.responsive-table-holder .field.is-grouped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.responsive-table-holder .field.is-grouped .button {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  nav .user-info {
    display: none;
  }
  nav .dropdown-holder .dropdown {
    width: 120px;
    right: -11px;
  }
  nav .dropdown-holder .dropdown:after {
    margin-left: 23px;
  }
  nav .dropdown-holder .dropdown ul li a, nav .dropdown-holder .dropdown ul li button {
    padding: 5px 12px;
  }
}

@media screen and (max-width: 360px) {
  nav .dropdown-holder .dropdown {
    width: 110px;
    right: -15px;
  }
}

@media screen and (max-width: 900px) {
  .modal.is-active {
    top: 70px;
  }
  #freshwidget-button {
    right: 96px !important;
    left: auto !important;
  }
  .number {
    margin-right: 0;
  }
  .navbar-brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .label {
    color: #414040;
  }
  .dose-wrapper .columns {
    margin-bottom: 20px;
  }
  .dose-wrapper .columns:last-child {
    margin-bottom: calc(1.5rem - 0.75rem);
  }
  .dose-wrapper .column {
    padding: 1px 5px;
  }
}

@media screen and (max-width: 769px) {
  .is-flex .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .level-item:not(:last-child) {
    margin-bottom: 0;
  }
  .modal-card {
    width: calc(100% - 20px);
  }
  .new-role-options .column.is-half {
    width: calc(100% - 4px);
  }
  .button.is-large {
    padding: 5px 7px;
  }
}

@media screen and (max-width: 410px) {
  .level-item:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 640px) {
  select {
    max-width: 100%;
    min-width: auto;
  }
  .responsive-table-holder > .columns.is-mobile .columns {
    font-size: 14px;
    color: #363636;
  }
  .responsive-table-holder > .columns.is-mobile .columns .column.label.is-3 {
    font-size: inherit !important;
    color: #212121;
  }
  .right-side-content {
    padding-bottom: 25px;
  }
  #freshwidget-button {
    right: 70px !important;
  }
  #freshwidget-button a {
    font-size: 11px;
    padding: 6px 8px;
  }
  .page-title {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 8px 12px;
  }
  .card .card-header {
    padding: 10px 12px;
  }
  .card .card-header .card-header-title .title {
    font-size: 17px;
  }
  .card .card-content {
    padding: 12px;
  }
  .tabs {
    margin-bottom: 20px !important;
  }
  .tabs.is-toggle a {
    padding: 8px 15px;
    font-size: 14px;
  }
  .button.is-medium {
    font-size: 12px;
    padding: 4px 10px;
  }
  .modal .modal-card .modal-card-head .modal-card-title {
    font-size: 16px;
  }
  .modal .modal-card .modal-card-head, .modal .modal-card .modal-card-body, .modal .modal-card .modal-card-foot {
    padding: 12px;
  }
  .textarea, .input, select {
    font-size: 13px;
    max-height: 28px;
  }
  .edit-save-btn {
    padding: 8px 10px;
  }
  .label {
    font-size: 13px !important;
    margin-bottom: 3px !important;
  }
  .field.has-addons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  input {
    min-width: auto !important;
    max-width: 100% !important;
  }
  .save-btn {
    min-height: auto !important;
    margin: 3px 0 0 !important;
  }
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .downloadCatalogBtn .btn_text {
    display: none;
  }
  .downloadCatalogBtn .icon {
    margin: 0 !important;
  }
  .navbar-item.dropdown-holder {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  /* Force table to not be like tables anymore */
  .custom-responsive-table table, .custom-responsive-table thead, .custom-responsive-table tbody, .custom-responsive-table th, .custom-responsive-table tr {
    display: block;
  }
  .custom-responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .custom-responsive-table tr {
    border-bottom: 1px solid #ccc;
  }
  .custom-responsive-table .table td {
    border: none;
    border-bottom: 1px solid #eee !important;
    text-align: left !important;
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .custom-responsive-table td:before {
    text-align: left;
    top: 6px;
    left: 6px;
    min-width: 40%;
    max-width: 40%;
    padding-right: 10px;
  }
  .custom-responsive-table td:before {
    content: attr(data-label);
  }
}

.new-signup-page .is-danger strong {
  color: #e3342f;
  font-size: 11px;
}

.new-signup-page h3 {
  font-size: 17px;
  color: #424799;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 15px;
}

.new-signup-page .signup-form-holder .label {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
}

.new-signup-page .signup-form-holder .control {
  margin-bottom: 18px;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  height: 100%;
}

.control.has-icons-left .icon svg, .control.has-icons-right .icon svg {
  width: 12px;
}

.welcome-page-holder {
  max-width: 80%;
}

.welcome-page-holder .label {
  font-size: 12px !important;
}

.welcome-page-holder .welcome-note {
  padding: 24px 20px;
  border: 1px solid #687992;
  /* background: #c9d4e500; */
  border-radius: 10px;
  margin-bottom: 40px;
}

.welcome-page-holder .welcome-note h1 {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 14px;
}

.welcome-page-holder .welcome-note p {
  font-size: 16px !important;
}

.supplier-dashboard-holde {
  margin-top: 50px;
}

.supplier-dashboard-holde .menu {
  border: 5px solid #cacaca;
  min-height: 100vh;
  padding: 20px;
  background: #fff;
}

.supplier-dashboard-holde .menu .menu-list a.is-active {
  background-color: #a9ce36;
  color: #fff;
}

.modal-background {
  background-color: #12274a;
  opacity: .8;
}

.modal .modal-card .modal-card-head {
  background-color: #5a87d2;
  color: #fff;
  -webkit-box-shadow: 1px 4px 7px #bbd4ff;
          box-shadow: 1px 4px 7px #bbd4ff;
}

.modal .modal-card .modal-card-head * {
  color: #fff;
}

.modal .modal-card .modal-card-foot {
  background-color: #eaeaea;
}

.help {
  color: #4472bf;
  font-size: 11px;
}

fieldset {
  border: 1px solid #5a87d2 !important;
}

fieldset legend {
  color: #5a87d2 !important;
}

.full-height {
  height: 100% !important;
}

.ex-card-list {
  background: #f5f5f5;
  padding: 14px;
  border-radius: 6px;
  margin-bottom: 21px;
}

.ex-card-list h3 {
  margin-bottom: 10px !important;
}

.ex-card-list ul li {
  border: 1px solid #dedbdb;
  padding: 5px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border-bottom: 0;
  background: #fff;
}

.ex-card-list ul li:last-child {
  border-bottom: 1px solid #dedbdb;
}

thead.tall-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
/*# sourceMappingURL=redesign-app.css.map */