:root {
  --dark-blue: #1b1d2a;
  --calendar-today: rgba(40, 255, 130, 0.116);
  --test-color: #dabd1b;
} 

@keyframes sectionFadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  color: #1b1d2a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
}

h2 {
  color: #1b1d2a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
}

h3 {
  color: #1b1d2a;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  color: #1b1d2a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  color: #1b1d2a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  color: #1b1d2a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  color: #325ae7;
  font-weight: 500;
  text-decoration: underline;
}

a:hover {
  color: #456aeb;
  text-decoration: none;
}

ul, ol {
  color: #404250;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #808292;
  background-color: #f6f7f9;
  border-left: 3px solid #325ae7;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 20px;
}

figure {
  margin-bottom: 10px;
}

.body {
  color: #808292;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.app-layout {
  min-height: 100vh;
}

.app-main-layout-container {
  min-height: 100vh;
  background-color: #fff;
  padding-top: 54px;
  display: flex;
}

.app-nav-layout {
  z-index: 100;
  height: 54px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sidebar-navbar {
  background-color: rgba(0, 0, 0, 0);
}

.sidebar-navbar-container {
  flex-direction: column;
}

.sidebar-navbar-link {
  height: 39px;
  opacity: .8;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-dashboard-100_1icons8-dashboard-100.png');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  font-weight: 400;
  transition: background-color .1s ease-in-out, opacity .1s ease-in-out;
  display: block;
  overflow: hidden;
}

.sidebar-navbar-link:hover {
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
}

.sidebar-navbar-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #325ae7;
}

.sidebar-navbar-link.link-style-guide {
  background-image: url('../images/icons8-user-manual-100_1icons8-user-manual-100.png');
}

.sidebar-navbar-link.link-help {
  background-image: url('../images/icons8-help-100_1icons8-help-100.png');
}

.sidebar-navbar-link.link-image {
  background-image: url('../images/icons8-full-image-100_1icons8-full-image-100.png');
}

.sidebar-navbar-link.link-utils {
  background-image: url('../images/icons8-maintenance-100_1icons8-maintenance-100.png');
}

.sidebar-navbar-link.link-logout {
  background-image: url('../images/icons8-logout-rounded-left-100_1icons8-logout-rounded-left-100.png');
}

.sidebar-navbar-link.link-profile {
  background-image: url('../images/icons8-male-user-100_1icons8-male-user-100.png');
  display: none;
}

.sidebar-navbar-link.link-setting {
  background-image: url('../images/icons8-settings-100-1_1icons8-settings-100 (1).png');
  display: none;
}

.sidebar-navbar-link.link-search {
  background-image: url('../images/icons8-search-more-100_1icons8-search-more-100.png');
}

.sidebar-navbar-link.link-password {
  background-image: url('../images/icons8-password-100_1icons8-password-100.png');
}

.sidebar-navbar-link.link-404 {
  background-image: url('../images/icons8-road-closure-100_1icons8-road-closure-100.png');
}

.sidebar-navbar-link.link-payment {
  background-image: url('../images/icons8-wallet-100_1icons8-wallet-100.png');
  display: none;
}

.sidebar-navbar-link.link-inbox {
  background-image: url('../images/icons8-sms-100_1icons8-sms-100.png');
  display: none;
}

.sidebar-navbar-link.link-contacts {
  background-image: url('../images/icons8-address-book-2-100_1icons8-address-book-2-100.png');
}

.sidebar-navbar-link.link-projects {
  background-image: url('../images/icons8-launchpad-100_1icons8-launchpad-100.png');
  display: none;
}

.sidebar-navbar-link.link-login {
  background-image: url('../images/icons8-login-100_1icons8-login-100.png');
}

.sidebar-navbar-link.link-accounts {
  background-image: url('../images/icons8-restart-100_1icons8-restart-100.png');
}

.sidebar-navbar-link.link-signup {
  background-image: url('../images/icons8-create-100_1icons8-create-100.png');
}

.sidebar-navbar-link.link-home {
  background-image: url('../images/icons8-home-100_1icons8-home-100.png');
  display: none;
}

.sidebar-navbar-link.link-onboarding {
  background-image: url('../images/icons8-handshake-heart-100_1icons8-handshake-heart-100.png');
  display: none;
}

.sidebar-navbar-link.link-dashboard {
  display: none;
}

.sidebar-navbar-menu {
  width: 260px;
  float: none;
  background-color: #1b1d2a;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 105px;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.sidebar-navbar-brand {
  width: 90%;
  height: 90px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .1s ease-in-out;
  display: flex;
}

.sidebar-navbar-brand:hover {
  opacity: .8;
}

.sidebar-navbar-brand-logo {
  max-height: 80px;
  max-width: 140px;
  text-align: center;
}

.sidebar-navbar-heading {
  z-index: 100;
  width: 260px;
  height: 105px;
  background-color: #1b1d2a;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sidebar-navbar-menu-button {
  display: none;
}

.sidebar-navbar-toggle-button {
  height: 39px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-open-pane-100_1icons8-open-pane-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  align-self: center;
  padding: 10px 0;
  transition: background-color .2s ease-in-out;
  display: block;
}

.sidebar-navbar-toggle-button:hover {
  background-color: rgba(255, 255, 255, .05);
}

.app-main-layout {
  background-color: #f6f7f9;
  flex: 1;
  overflow: hidden;
}

.app-main-layout-mask {
  width: 260px;
}

.sidebar-navbar-footer {
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar-navbar-footer.nav-toggle {
  background-color: rgba(255, 255, 255, .05);
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-navbar-body {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
}

.sidebar-navbar-body-container {
  overflow: hidden;
}

.app-navbar-container {
  flex: 1;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sidebar-navbar-brand-logo-small {
  width: 20px;
  display: none;
}

.app-navbar-menu {
  align-self: center;
  align-items: center;
  display: flex;
}

.menu-dropdown-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 0;
  transition: background-color .1s ease-in-out;
}

.menu-dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 50%;
}

.menu-dropdown-toggle.w--open {
  background-color: rgba(255, 255, 255, .05);
}

.menu-dropdown-toggle.dropdown-notification {
  background-image: url('../images/icons8-notification-100_1icons8-notification-100.png');
  background-size: 25px;
  display: none;
}

.menu-dropdown-toggle.dropdown-notification:hover {
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-notification.w--open {
  background-color: rgba(255, 255, 255, .05);
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-message {
  background-image: url('../images/icons8-inbox-100_1icons8-inbox-100.png');
  background-size: 25px;
  display: none;
}

.menu-dropdown-toggle.dropdown-message:hover, .menu-dropdown-toggle.dropdown-message.w--open {
  background-image: url('../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png');
}

.menu-dropdown-toggle.dropdown-search {
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-size: 25px;
  display: none;
}

.menu-dropdown-toggle.dropdown-search:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
}

.navbar-dropdown-avatar {
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-image: url('../images/avatar-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
}

.menu-dropdown-list {
  display: none;
}

.menu-dropdown-list.w--open {
  min-width: 320px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  flex-direction: column;
  display: flex;
  top: 43px;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.menu-dropdown-list.search {
  height: 34px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  top: 0;
  overflow: hidden;
}

.menu-dropdown-list.search-dropdown-list.w--open {
  box-shadow: none;
}

.app-navbar-menu-item {
  margin-left: 10px;
  display: inline-block;
}

.dropdown-notification {
  background-image: url('../images/icons8-notification-100_2icons8-notification-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dropdown-message {
  background-image: url('../images/icons8-inbox-100_2icons8-inbox-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dropdown-search {
  background-image: url('../images/icons8-search-100_2icons8-search-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #f6f7f9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-content.card {
  width: 100%;
  height: auto;
  max-width: 400px;
  align-items: center;
}

.utility-page-form {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.caption {
  color: #1b1d2a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

.button {
  height: 44px;
  color: #54576f;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #f6f7f9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 42px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: inline-block;
}

.button:hover {
  color: #404250;
  background-color: #ebedf0;
  text-decoration: none;
}

.button.w--current {
  color: #456aeb;
  background-color: #f6f7f9;
}

.button.button-small {
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 28px;
}

.button.button-small.button-hover-style:hover {
  color: #fff;
  -webkit-text-stroke-color: #456aeb;
  background-color: #456aeb;
}

.button.button-group-item.button-block {
  width: auto;
  display: block;
}

.button.button-group-item.button-block.button-primary {
  padding-left: 20px;
  padding-right: 20px;
}

.button.button-primary {
  color: #fff;
  background-color: #325ae7;
  display: block;
}

.button.button-primary:hover {
  color: #fff;
  background-color: #456aeb;
}

.button.button-primary.button-switch-account {
  display: none;
}

.button.button-primary.button-search {
  padding-left: 60px;
  padding-right: 60px;
}

.button.button-outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebedf0;
}

.button.button-outline:hover {
  color: #404250;
  background-color: #ebedf0;
}

.button.button-block {
  width: 100%;
}

.button.button-block.button-delete:hover {
  color: #fff;
  background-color: #f64f59;
}

.button.button-google {
  background-color: #fff;
  background-image: url('../images/icons8-google.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-color: rgba(0, 0, 0, .05);
}

.button.button-google:hover {
  border-color: #808292;
}

.button.button-google.button-block {
  display: none;
}

.button.button-last {
  margin-left: 10px;
}

.text-large {
  font-size: 16px;
}

.app-main-layout-wrapper {
  max-width: 1200px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 4% 0;
  display: flex;
}

.app-main-layout-wrapper.header {
  padding-top: 30px;
}

.hint {
  font-size: 12px;
}

.hint.inline {
  margin-right: 5px;
}

.hint.hint-selector {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 500;
}

.button-group {
  margin-left: -5px;
  margin-right: -5px;
}

.card {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  align-items: center;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: 0 1px 5px #ebedf0;
  animation: sectionFadeIn ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.card.no-padding {
  padding: 0;
}

.card.lateral-card {
  max-height: 330px;
  overflow-y: auto;
}
.card.subscription-card, .card.delete-account-card, .card.change-password-card, .card.patient-info {
  display: block;
}

.card.it-info {
  background-color: #1b1d2a;
  margin-bottom: 30px;
}

.card.card-form-entry {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-heading {
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-heading.with-button {
  display: flex;
}

.card-heading {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.card-heading.vertical {
  flex-direction: column;
}

.link {
  color: #325ae7;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #325ae7;
  text-decoration: underline;
}

.custom-link {
  color: #325ae7;
  cursor: pointer;
  background-image: url('../images/icons8-right-arrow-64_1icons8-right-arrow-64.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 20px;
  text-decoration: none;
  transition: padding .1s ease-in-out, background-position .1s ease-in-out;
  display: inline-block;
}

.custom-link:hover {
  color: #325ae7;
  background-position: 100%;
  padding-right: 25px;
}

.sidebar-navbar-dropdown-list {
  transition: height .2s;
  position: static;
}

.sidebar-navbar-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.sidebar-navbar-dropdown {
  margin-left: 0;
  margin-right: 0;
  transition: height .2s;
  display: block;
}

.sidebar-navbar-dropdown.dropbown-demo {
  display: none;
}

.search {
  margin-bottom: 0;
}

.search-input {
  height: 34px;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 35px;
}

.search-input:active, .search-input:focus {
  border-color: #808292;
}

.search-input::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input::placeholder {
  color: #808292;
  font-weight: 400;
}

.search-button {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  font-size: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.search-button:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
}

.footer {
  border-top: 1px solid #ebedf0;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-right {
  text-align: right;
  border: 0 solid #000;
}

.footer-link {
  color: #808292;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #404250;
}

.switcher-wrapper {
  width: 40px;
  cursor: pointer;
  background-color: #ebedf0;
  border-radius: 50px;
  padding: 2px;
}

.switcher-button {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}

.label {
  color: #404250;
  font-size: 12px;
  font-weight: 500;
}

.input {
  height: 44px;
  min-height: 44px;
  color: #1b1d2a;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 40px;
  transition: border-color .1s ease-in-out, background-color .1s ease-in-out;
}

.input:active, .input:focus {
  background-color: #fff;
  border-color: #808292;
}

.input::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.input::placeholder {
  color: #808292;
  font-weight: 400;
}

.input.search-result {
  margin-bottom: 0;
  margin-right: 10px;
}

.input.forms-search {
  margin-bottom: 0;
  margin-left: 15px;
}

.textarea {
  max-height: 116px;
  max-width: 100%;
  min-height: 76px;
  min-width: 100%;
  color: #404250;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.textarea:active, .textarea:focus {
  background-color: #fff;
  border-color: #808292;
}

.textarea::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea::placeholder {
  color: #808292;
  font-weight: 400;
}

.success-message {
  color: #ffffff;
  text-align: center;
  background-color: rgba(49, 186, 126, .66);
  border: 1px solid #31ba7e;
  border-radius: 5px;
  font-weight: 400;
}

.error-message {
  color: #ffffff;
  background-color: rgba(246, 79, 89, .76);
  border: 1px solid #f64f59;
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
}

.tabs-menu {
  border-bottom: 1px solid #ebedf0;
}

.tabs-menu.notification-menu {
  display: flex;
}

.tab-link {
  color: #404250;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.tab-link:hover {
  color: #456aeb;
}

.tab-link.w--current {
  color: #325ae7;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #325ae7;
  font-weight: 500;
}

.tab-link.notification-tab {
  text-align: center;
  flex: 1;
  margin-right: 0;
  padding: 10px 20px;
}

.tab-link.notification-tab:hover {
  color: #325ae7;
}

.tab-link.notification-tab.w--current {
  background-color: #f6f7f9;
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-content.notification-content {
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-group-item {
  margin-left: 5px;
  margin-right: 5px;
}

.menu-dropdown-link-icon {
  position: absolute;
  top: 1px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-dropdown-link {
  color: #404250;
  padding: 12px 20px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .1s ease-in-out;
  display: block;
}

.menu-dropdown-link:hover {
  background-color: #f6f7f9;
}

.menu-dropdown-link.menu-dropdown-profile, .menu-dropdown-link.menu-dropdown-switch-account {
  display: none;
}

.premium-switcher {
  float: right;
}

.premium-text {
  float: left;
  color: #325ae7;
}

.premium-container {
  color: #456aeb;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  padding: 20px;
  font-weight: 500;
  display: none;
}

.munu-dropdown-link-container {
  padding-left: 30px;
  position: relative;
}

.notification-icon {
  margin-bottom: 5px;
}

.notification-content-heading {
  color: #404250;
  border-bottom: 1px solid #ebedf0;
  padding: 10px 20px;
  font-weight: 500;
}

.notification-content-body {
  max-height: 270px;
  padding: 10px 20px;
  overflow: auto;
}

.notification-content-footer {
  border-top: 1px solid #ebedf0;
  padding: 10px 20px;
}

.notification-item {
  color: #808292;
  border-bottom: 1px solid #f6f7f9;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.notification-item.last {
  border-bottom-style: none;
}

.notification-item-icon {
  width: 40px;
  height: 40px;
  background-color: #f6f7f9;
  border-radius: 50%;
  flex: none;
  margin-right: 10px;
}

.notification-item-icon._1 {
  background-image: url('../images/michael-dam-mEZ3PoFGs_k-unsplash_1michael-dam-mEZ3PoFGs_k-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._2 {
  background-image: url('../images/ivana-cajina-_7LbC5J-jw4-unsplash_1ivana-cajina-_7LbC5J-jw4-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._3 {
  background-image: url('../images/jared-sluyter-das6NrjLoM0-unsplash_1jared-sluyter-das6NrjLoM0-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._4 {
  background-image: url('../images/gabriel-silverio-u3WmDyKGsrY-unsplash_1gabriel-silverio-u3WmDyKGsrY-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.notification-item-icon._5 {
  background-image: url('../images/alex-blajan-QDPFWFCHes4-unsplash_1alex-blajan-QDPFWFCHes4-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.notification-item-icon._6 {
  background-image: url('../images/christopher-campbell-rDEOVtE7vOs-unsplash_1christopher-campbell-rDEOVtE7vOs-unsplash.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, 125px;
}

.notification-item-icon._7 {
  background-color: #456aeb;
  background-image: url('../images/icons8-shopping-basket-100_1icons8-shopping-basket-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.notification-item-icon._8 {
  background-color: #31ba7e;
  background-image: url('../images/icons8-paypal-100_1icons8-paypal-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.notification-item-title {
  color: #404250;
  font-weight: 500;
}

.notification-item-text {
  max-height: 18px;
  font-size: 12px;
  overflow: hidden;
}

.notification-item-date {
  color: #325ae7;
  flex: none;
  padding-left: 2px;
  font-size: 12px;
  font-weight: 500;
}

.notification-item-body {
  flex: 1;
  padding-top: 2px;
}

.hint-bold {
  color: #404250;
  font-weight: 700;
}

.notification-item-time {
  color: #456aeb;
  flex: none;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.grey-text {
  color: #808292;
}

.dropdown-link {
  color: #54576f;
  cursor: pointer;
  background-color: #fff;
  transition: background-color .1s ease-in-out;
}

.dropdown-link:hover {
  color: #456aeb;
  background-color: #f6f7f9;
}

.dropdown-link.main-dropdown-link {
  font-size: 14px;
}

.dropdown {
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.sidebar-navbar-dropdown-content {
  padding-right: 40px;
  display: inline-block;
  position: relative;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.row.table-row {
  border-bottom: 1px solid #ebedf0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.row.table-row.flex-center.single-row {
  border-bottom-style: none;
}

.col.table-col {
  padding-left: 0;
  padding-right: 10px;
}

.col.table-col.left-padding {
  padding-left: 10px;
}

.col.col-personal-settings {
  display: none;
}

.section {
  margin-bottom: 20px;
}

.section.section-center {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.section.section-account {
  display: none;
}

.section.buttons-section {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  display:flex;
  transition: opacity 0.5s;
  opacity: 0;
}

.section.section-add-new-user {
  margin-top: 60px;
}

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

.text-center.continue-with-email {
  display: none;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
  display: flex;
}

.flex-center.profile-about-row {
  display: block;
}

.page-tabs-menu {
  margin-bottom: -1px;
}

.page-tab-link {
  color: #54576f;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 30px;
  padding: 12px 5px 12px 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.page-tab-link:hover {
  color: #1b1d2a;
}

.page-tab-link.w--current {
  opacity: 1;
  color: #325ae7;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #325ae7;
}

.page-tab-link.general-settings {
  background-image: url('../images/icons8-settings-100-3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.notification {
  background-image: url('../images/icons8-doctor-100-6.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  display: none;
}

.page-tab-link.devices {
  background-image: url('../images/icons8-multiple-devices-100-1_1icons8-multiple-devices-100 (1).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  display: none;
}

.page-tab-link.link-locations {
  background-image: url('../images/icons8-location-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.link-providers {
  background-image: url('../images/icons8-doctor-100-6.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.vendor-profile-link, .page-tab-link.vendor-profile-link.w--current {
  background-image: url('../images/icons8-magnifying-glass-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.link-tests {
  background-image: url('../images/icons8-test-results-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.link-exams {
  background-image: url('../images/icons8-examination-50.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.link-specialties {
  background-image: url('../images/icons8-certificate-48.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-tab-link.scheduler-user-admin-link {
  background-image: url('../images/icons8-user-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.page-tab-link.link-new-appointment {
  background-image: url('../images/icons8-planner-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.page-tab-link.link-manage-appointments, .page-tab-link.link-manage-appointments.w--current {
  background-image: url('../images/icons8-rescheduling-a-task-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.page-tab-link.link-schedules, .page-tab-link.link-my-appointments, .page-tab-link.link-my-appointments.w--current {
  background-image: url('../images/icons8-schedule-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.inline {
  display: inline-block;
}

.table.extra-wide {
  min-width: 600px;
  padding-bottom: 20px;
}

.table.extra-wide.single {
  padding-bottom: 0;
}

.table-wrapper {
  max-width: 100%;
  flex: 1;
  overflow: auto;
}

.status-big {
  background-color: #f6f7f9;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.status-big.blue {
  color: #325ae7;
  background-color: rgba(50, 90, 231, .1);
}

.status {
  background-color: #f6f7f9;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.status.green {
  color: #31ba7e;
  background-color: rgba(49, 186, 126, .15);
}

.status.blue {
  color: #325ae7;
  background-color: rgba(50, 90, 231, .1);
}

.status.red {
  color: #f64f59;
  background-color: rgba(246, 79, 89, .15);
}

.status.yellow {
  color: #c0ae23;
  background-color: rgba(186, 175, 49, .15);
}

.status.black {
  color: #fff;
  background-color: #000;
}

.form-group {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.form-group.radio-vendor-admin {
  flex-direction: column;
  align-items: flex-start;
}

.form-group.form-group-dif-category {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-group.form-group-avatar {
  margin-bottom: 20px;
}

.avatar {
  width: 100px;
  height: 100px;
  background-image: url('../images/lucas-sankey-bXq8pVfP-fY-unsplash_1lucas-sankey-bXq8pVfP-fY-unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
}

.avatar.big {
  width: 130px;
  height: 130px;
  background-image: url('../images/avatar3.jpg');
  flex: none;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
}

.avatar.big.clinic-avatar {
  background-image: url('../images/stones.jpg');
  background-position: 50%;
  background-size: cover;
}

.avatar-container {
  display: inline-block;
}

.profile-bg {
  height: 150px;
  background-image: url('../images/christian-perner-UKLIuV8rAks-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

.profile-info {
  margin-top: -50px;
  margin-bottom: 10px;
  display: flex;
}

.profile-details {
  flex: 1;
  margin-top: 65px;
}

.appointment-title {
  flex: 1;
  margin-top: 65px;
  flex-direction: row;
  display: flex;
  align-items: center;
}

.profile-details.profile-title {
  margin-left: 20px;
}

.profile-details.recall-title-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile-name {
  margin-bottom: 4px;
}

.profile-name.title-margin {
  margin-top: 20px;
  margin-bottom: 15px;
}

.upload-photo {
  align-items: center;
  display: flex;
}

.upload-photo-icon {
  margin-right: 5px;
}

.radio {
  margin-left: 1px;
  margin-right: 10px;
}

.profile-about-row {
  margin-bottom: 10px;
}

.app-main-layout-content {
  flex: 1;
}

.input-group {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.input-group-item-left {
  flex: 1;
  margin-right: 10px;
}

.account-login-text {
  max-width: 100%;
  overflow: hidden;
}

.card-heading-small {
  margin-bottom: 20px;
}

.modal-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  transition: background-color .2s ease-in-out;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.modal-close:hover {
  background-color: #ebedf0;
}

.modal {
  z-index: 9999;
  max-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: none;
  /*visibility: hidden;*/
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.5s;
}

.modal.modal-assign {
  display: none;
}

.modal-container {
  z-index: 9999;
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
  padding: 50px 30px 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.modal-mask {
  z-index: 9998;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-title {
  margin-bottom: 30px;
}
/*Calendar Styles */
#calendar {
  margin-top: 20px;
}
.calendar-visit-type { 
  cursor: pointer;
}
.calendar-exceptions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
}
.fc .fc-daygrid-day.fc-day-today, .fc .fc-timegrid-col.fc-day-today {
  background-color: var(--calendar-today) !important;
}
.fc .fc-col-header-cell {
  padding: .75rem .5rem;
}
.fc .fc-col-header-cell .fc-col-header-cell-cushion {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--dark-blue);
  text-decoration: none;
}
.fc .fc-toolbar-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--bs-gray-800);
}
.fc .fc-scrollgrid {
  border-radius: 6px;
}

/*End Calendar */
.button-block {
  margin-bottom: 10px;
}

.card-setting-text {
  flex: 1;
  order: -1;
  padding-right: 10px;
}

.card-setting-text.caption {
  margin-bottom: 0;
}

.card-setting-text.caption.small-column.small-column-provider {
  flex-basis: 50px;
}

.card-setting-text.small-column {
  flex: 0 140px;
}
.card-setting-text.small-column2 {
  flex: 0 170px;
}

.card-setting-text.small-column.small-column-provider {
  flex-basis: 50px;
}

.card-setting-text.small-column.small-column-exam {
  flex-basis: 80px;
}

.card-setting-text.user-link {
  cursor: pointer;
  font-weight: 500;
  transition: color .1s ease-in-out, font-size .1s ease-in-out;
}

.card-setting-text.user-link:hover {
  color: #000;
  font-weight: 500;
}

.card-setting-text.table-action-container {
  flex: 0 150px;
}

.primary-text {
  color: #325ae7;
}

.section-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.friend-item {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.friend-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.friend-photo-container {
  flex: none;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.price-plan-select {
  cursor: pointer;
  border: 1px solid #ebedf0;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.price-plan-select:hover {
  border-color: #404250;
}

.app-main-layout-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.mb-0 {
  margin-bottom: 0;
}

.button-dropdown {
  color: #474747;
  background-color: #fff;
  border: 1px solid #ebedf0;
  border-radius: 3px;
  padding: 11px 50px 11px 40px;
  font-size: 14px;
}

.button-dropdown:hover {
  background-color: #ebedf0;
}

.button-dropdown.w--open {
  color: #fff;
  background-color: #325ae7;
  border-color: #325ae7;
}

.button-dropdown.button-primary {
  color: #fff;
  background-color: #456aeb;
  padding-top: 12px;
  padding-bottom: 12px;
}

.message-container {
  background-color: rgba(49, 186, 126, .68);
  border: 1px solid #31ba7e;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.label-item {
  color: #808292;
  background-color: #f6f7f9;
  border: 1px solid #ebedf0;
  border-radius: 4px;
  padding: 2px 10px;
  font-weight: 400;
  display: inline-block;
}

.contact-profile {
  min-width: 200px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-profile:hover {
  opacity: .8;
}

.contact-profile-info {
  flex: none;
}

.view-form {
  width: 30px;
  height: 30px;
  background-color: #f6f7f9;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}

.view-form:hover {
  background-color: #ebedf0;
}

.generate-pdf {
  width: 30px;
  height: 30px;
  background-color: #f6f7f9;
  background-image: url('../images/file-text.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}

.generate-pdf:hover {
  background-color: #ebedf0;
}

/* .contact-actions {
  justify-content: flex-end;
  display: flex;
} */
.tooltiptext {
  position: relative;
  display: inline-block;
  margin-top:8px;
  cursor: pointer;
}

.tooltiptext[aria-label]:hover::after {
  width: 120px;
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  content: attr(aria-label);
  z-index: 1;
  bottom: 100%;
  left: 20%;
  margin-left: -30px;
  cursor: pointer;
}

.tooltiptext-wide {
  position: relative;
  display: inline-block;
  margin-top:8px;
  cursor: pointer;
}

.tooltiptext-wide[aria-label]:hover::after {
  width: 260px;
  background-color: var(--dark-blue);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  
  /* Position the tooltip */
  position: absolute;
  content: attr(aria-label);
  white-space: pre;
  z-index: 1;
  bottom: 100%;
  left: 20%;
  margin-left: -30px;
  cursor: pointer;
}
.projects-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 50%;
  position: relative;
}

.projects-bg.single {
  margin: -30px -30px 40px;
  padding-top: 40%;
}

.project-content {
  padding: 20px 20px 10px;
}

.projects-title {
  height: 20px;
  overflow: hidden;
}

.projects-description {
  height: 60px;
  overflow: hidden;
}

.projects-people-avatar {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
}

.projects-people-avatar-item {
  margin-left: -10px;
  display: inline-block;
}

.projects-people-avatar-list {
  margin-bottom: 10px;
  padding-left: 10px;
}

.projects-people-avatar-list.single {
  margin-bottom: -10px;
}

.projects-due-date {
  margin-top: 5px;
  margin-bottom: 20px;
}

.projects-status {
  color: #325ae7;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.contacts-actions {
  text-align: center;
  margin-top: 10px;
}

.contacts-actions.button-group {
  margin-top: 20px;
}

.contacts-status {
  text-align: center;
  margin-top: 10px;
}

.single-layout {
  min-height: 100vh;
}

.single-layout-row {
  min-height: 100vh;
  display: flex;
}

.single-layout-col {
  min-height: 100vh;
  padding: 30px;
}

.single-layout-col.left {
  background-color: #1b1d2a;
  display: flex;
  left: -1px;
}

.single-layout-col.right {
  background-color: #f6f7f9;
  flex-direction: column;
  display: flex;
}

.white {
  color: #fff;
}

.white.text-large {
  opacity: .8;
}

.single-layout-logo {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.single-layout-left {
  max-width: 400px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

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

.single-layout-right {
  width: 100%;
  max-width: 400px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.mb-40 {
  margin-bottom: 40px;
}

.single-layout-right-content {
  width: 100%;
}

.checkbox {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #808292;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.checkbox.w--redirected-checked {
  background-color: #325ae7;
  background-size: 14px;
  border-color: #325ae7;
}

.checkbox-field {
  padding-left: 30px;
  position: relative;
}

.checkbox-field.mb-40 {
  padding-left: 25px;
}

.checkbox-field.checkbox-first {
  padding-left: 20px;
}

.single-layout-right-header {
  text-align: right;
  margin-bottom: 10px;
  display: none;
}

.single-layout-logo-right {
  text-align: center;
  margin-bottom: 20px;
}

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

.account-user-icon {
  width: 40px;
  border-radius: 40px;
  margin-right: 20px;
}

.account-user-datails {
  flex: 1;
}

.account-item {
  height: 100%;
  background-color: #fff;
  border-left: 3px solid #fff;
  border-radius: 3px;
  padding: 30px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 1px 5px #ebedf0;
}

.account-item:hover {
  opacity: .9;
  border-left-color: #325ae7;
}

.search-2 {
  align-items: center;
  display: flex;
}

.search-result-item {
  height: 100%;
  color: #54576f;
  background-color: #fff;
  border-left: 3px solid #fff;
  border-radius: 3px;
  padding: 30px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 1px 5px #ebedf0;
}

.search-result-item:hover {
  opacity: .9;
  color: #54576f;
  border-left-color: #325ae7;
}

.card-2 {
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 5px #ebedf0;
  animation: sectionFadeIn ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.card-2.no-padding {
  padding: 0;
}

.card-2.no-padding.data-table {
  max-height: 370px;
  overflow: auto;
}

.button-2 {
  height: 44px;
  color: #54576f;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #f6f7f9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 42px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: inline-block;
}

.button-2:hover {
  color: #404250;
  background-color: #ebedf0;
  text-decoration: none;
}

.button-2.w--current {
  color: #456aeb;
  background-color: #f6f7f9;
}

.button-2.button-primary {
  color: #fff;
  background-color: #325ae7;
}

.button-2.button-primary:hover {
  color: #fff;
  background-color: #456aeb;
}

.tabs-menu-2 {
  border-bottom: 1px solid #ebedf0;
}

.switcher-wrapper-2 {
  width: 40px;
  cursor: pointer;
  background-color: #ebedf0;
  border-radius: 50px;
  padding: 2px;
}

.response {
  border: 0 #000;
  border-radius: 4px;
  padding: 7px;
}

.question-text {
  background-color: #f7f7f7;
  padding: 8px;
  font-weight: 700;
}

.it-info-title {
  color: #fff;
  margin-left: 13px;
  font-weight: 700;
}

.it-info-title-container {
  align-items: center;
  display: flex;
  position: static;
}

.it-info-title-container.it-info-title-container-next, .it-info-response-container {
  margin-top: 10px;
}

.form-block-2 {
  margin-bottom: 0;
}

.modal-container-2 {
  z-index: 9999;
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
  padding: 50px 30px 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.modal-close-2 {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  transition: background-color .2s ease-in-out;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.modal-close-2:hover {
  background-color: #ebedf0;
}

.label-2 {
  color: #404250;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.input-2 {
  height: 44px;
  min-height: 44px;
  color: #1b1d2a;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 40px;
  transition: border-color .1s ease-in-out, background-color .1s ease-in-out;
}

.input-2:active, .input-2:focus {
  background-color: #fff;
  border-color: #808292;
}

.input-2::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.input-2::placeholder {
  color: #808292;
  font-weight: 400;
}

.input-2.select-field {
  padding-top: 10px;
  padding-bottom: 0;
}

.input-2.minute-input {
  max-width: 70px;
}

.list-controls {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.entry-name {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.my-appointments-printing-title {
  margin-bottom: 30px;
  display: none;
}

.remember-credentials {
  margin-bottom: 15px;
  position: relative;
}

.remember-checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.remember-checkbox-label {
  padding-top: 4px;
  padding-left: 4px;
  font-size: 12px;
}

.text-block-3 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.change-password-title {
  color: #1b1d2a;
  font-size: 22px;
  font-weight: 500;
}

.login-error {
  color: #fff;
  text-align: center;
}

.login-error-container {
  background-color: rgba(246, 79, 89, .61);
  border: 1px solid #f64f59;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pagination-container {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pagination-item {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 5px #ebedf0;
}

.pagination-item.pagination-item-active {
  background-color: #1b1d2a;
}

.pagination-text {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.pagination-text.pagination-text-active, .text-block-5, .text-block-6 {
  color: #fff;
}

.paginate_button {
  margin-top: 10px;
  border-radius: 50px !important;
  background-color: white !important;
  color: black !important;
}

.paginate_button.current {
  border-color: #9e9e9e !important;
  background-color: white !important;
  color: #1b1d2a !important;
}

.pag-current {
  color: #ffffff !important;
}

.change-password-message {
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.change-password-message.form-error {
  color: #fff;
  display: none;
}

.change-password-message.form-success {
  color: #fff;
  background-color: rgba(49, 186, 126, .71);
  border-style: solid;
  border-color: #31ba7e;
  display: none;
}

.ui-message-text {
  color: #fff;
  font-weight: 400;
}

.form-error {
  background-color: rgba(246, 79, 89, .68);
  border: 1px solid #f64f59;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.link-2 {
  color: #325ae7;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  color: #325ae7;
  text-decoration: underline;
}

.button-3 {
  height: 44px;
  color: #54576f;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #f6f7f9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 42px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: inline-block;
}

.button-3:hover {
  color: #404250;
  background-color: #ebedf0;
  text-decoration: none;
}

.button-3.w--current {
  color: #456aeb;
  background-color: #f6f7f9;
}

.button-3.button-primary {
  color: #fff;
  background-color: #325ae7;
}

.button-3.button-primary:hover {
  color: #fff;
  background-color: #456aeb;
}

.button-3.button-delete {
  margin-left: 10px;
}

.button-3.button-delete:hover {
  color: #fff;
  background-color: #f64f59;
}

.button-3.button-delete.modal-action.button-first {
  margin-left: 0;
}

.switcher-wrapper-3 {
  width: 40px;
  cursor: pointer;
  background-color: #ebedf0;
  border-radius: 50px;
  padding: 2px;
}

.modal-close-3 {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  transition: background-color .2s ease-in-out;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.modal-close-3:hover {
  background-color: #ebedf0;
}

.dropdown-list-2 {
  margin-top: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #ebedf0;
  border-radius: 3px;
  /*font-size: 12px;*/
}

.sidebar-dropdown {
  color: #fff;
  position: relative;
}

.dropdown-trigger {
  height: 39px;
  opacity: .8;
  color: #fff;
  background-image: url('../images/icons8-schedule.png');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 50px 10px 60px;
  text-decoration: none;
  transition: background-color .1s ease-in-out, opacity .1s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-trigger:hover {
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
}

.dropdown-content {
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.dropdown-subitem {
  opacity: .8;
  color: #fff;
  background-image: url('../images/icons8-settings-100-3.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 60px;
  text-decoration: none;
  transition: background-color .1s ease-in-out, opacity .1s ease-in-out;
  display: block;
}

.dropdown-subitem:hover {
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
}

.dropdown-subitem.vendor-link {
  background-image: url('../images/icons8-hospital-100.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dropdown-subitem.appointments-link {
  background-image: url('../images/icons8-appointment-100.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.dropdown-subitem.reports-link {
  background-image: url('../images/icons8-graph-report-100-4.png');
}

.dropdown-subitem.admin-link {
  background-image: url('../images/icons8-admin-100.png');
  background-size: 22px;
}

.icon {
  position: relative;
}

.edit-section {
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-image: url('../images/icons8-edit-100_1icons8-edit-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: border-color .1s ease-in-out, background-color .1s ease-in-out;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.edit-section:hover {
  background-color: #fff;
  border: 1px solid #456aeb;
}

.error-message-4 {
  color: #f64f59;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f64f59;
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
}

.profile-info-heading-2 {
  color: #54576f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
}

.devider-2 {
  height: 1px;
  background-color: #ebedf0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.devider-2.transparent {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
}

.online-status-2 {
  width: 15px;
  height: 15px;
  background-color: #ebedf0;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.online-status-2.on {
  background-color: #31ba7e;
  display: none;
}

.tab-link-4 {
  color: #404250;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.tab-link-4:hover {
  color: #456aeb;
}

.tab-link-4.w--current {
  color: #325ae7;
  background-color: rgba(69, 106, 235, .03);
  border-bottom: 2px solid #325ae7;
  font-weight: 500;
}

.section-inner-2 {
  margin-bottom: 20px;
  z-index: 1;
}

.success-message-adduser {
  color: #31ba7e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #31ba7e;
  border-radius: 5px;
  font-weight: 400;
}

.office-block {
  margin-top: 20px;
}

.office-phone {
  color: #383838;
}

.table-heading {
  border-bottom: 1px solid #ebedf0;
  justify-content: space-around;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.table-row {
  border-bottom: 1px solid #ebedf0;
  justify-content: space-around;
  align-items: center;
  padding: 10px 10px 10px 20px;
  transition: background-color .1s ease-in-out;
  display: flex;
}

.table-row:hover {
  background-color: #fafafa;
}

.js-data-table {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  box-shadow: 0 1px 5px #ebedf0;
  animation: sectionFadeIn ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.datatb-labels { 
  color: #1b1d2a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

.js-data-table-row {
  padding: 15px 20px !important;
}

.dt-search {
  height: 35px;
  background-color: #ffffff !important;
  border: none;
  margin-left: 10px; 
}
.dt-search:hover, .dt-search:active, .dt-search:focus-visible {
  border: 1px solid #333 !important;
}

.data-table-row {
  border-bottom: 1px solid #ebedf0;
  justify-content: space-around;
  align-items: center;
  padding: 10px 10px 10px 20px;
  transition: background-color .1s ease-in-out;
  /*display: flex;*/
}

.data-table-row:hover {
  background-color: #fafafa;
}

/*.lab-tests-summary {
  max-height: 314px;
  overflow: auto;
}*/

.radio-selector {
  width: 15px;
  height: 15px;
}

.form {
  justify-content: center;
  align-items: center;
}

.selector-item {
  margin-left: 20px;
  display: none;
}

.modal-close-4 {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  transition: background-color .2s ease-in-out;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.modal-close-4:hover {
  background-color: #ebedf0;
}

.location-name {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.edit-delete-block {
  justify-content: flex-start;
  display: flex;
}

.select-field {
  height: 44px;
  min-height: 44px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.select-field:active, .select-field:focus {
  -webkit-text-stroke-color: #808292;
}

.office-selector {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.office-selector.schedule-area-selector {
  justify-content: space-between;
  flex-direction: row;
}

.heading-2 {
  min-width: 150px;
  margin-bottom: 0;
  margin-right: 5px;
}

.div-block-2 {
  min-width: 350px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-inner-3 {
  margin-bottom: 20px;
}

.table-row-2 {
  border-bottom: 1px solid #ebedf0;
  justify-content: space-around;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.table-row-2.data-row {
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

.table-row-2.data-row:hover {
  color: #48494e;
  background-color: #fafafa;
}

.table-check-container {
  width: 30px;
  height: 25px;
  order: -1;
}

.checkbox-label-2 {
  display: none;
}

.icon-2 {
  margin-right: 28px;
}

.switcher-wrapper-4, .switcher-wrapper-5, .switcher-wrapper-6 {
  width: 40px;
  cursor: pointer;
  background-color: #ebedf0;
  border-radius: 50px;
  padding: 2px;
}

.roles-summary {
  color: #808292;
}

.user-provider-section, .user-medical-assistant-section {
  margin-top: 20px;
}

.available-avatars {
  flex-flow: wrap;
  display: flex;
}

.radio-button-field {
  width: 80px;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.radio-button-field.avatar-1 {
  background-image: url('../images/avatar1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-2 {
  background-image: url('../images/avatar2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-3 {
  background-image: url('../images/avatar3.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-4 {
  background-image: url('../images/avatar4.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-5 {
  background-image: url('../images/avatar5.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-6 {
  background-image: url('../images/avatar6.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-7 {
  background-image: url('../images/avatar7.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-8 {
  background-image: url('../images/avatar8.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-field.avatar-9 {
  background-image: url('../images/avatar9.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.radio-button-label {
  display: none;
}

.appointment-search-block {
  min-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 20px;
  display: flex;
}

.appointment-search-block-reschedule {
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 20px;
  display: flex;
  max-width: 420px;
}


.appointment-search-block.block-last {
  justify-content: flex-start;
  padding-right: 0;
}

.appointments-search-fields {
  justify-content: flex-start;
  display: flex;
}

.appointment-search-button-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.selected-appointment {
  color: #fff;
  -webkit-text-stroke-color: #31ba7e;
  border: 1px solid rgba(128, 130, 146, .26);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.selected-appointment-text {
  color: #414141;
  text-align: center;
  font-weight: 700;
}
.rescheduled-appointment-text {
  color: #414141;
  
  font-weight: 700;
}

.appointment-status {
  padding: 15px 18px;
  max-width: 120px;
  margin-left: 20px;
  border-radius: 3px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  background-color: #f6f7f9;
}
.appointment-status.green {
  color: #31ba7e;
  background-color: rgba(49, 186, 126, .15);
}

.appointment-status.blue {
  color: #325ae7;
  background-color: rgba(50, 90, 231, .1);
}

.appointment-status.red {
  color: #f64f59;
  background-color: rgba(246, 79, 89, .15);
}

.appointment-status.yellow {
  color: #c0ae23;
  background-color: rgba(186, 175, 49, .15);
}

.appointment-status.black {
  color: #fff;
  background-color: #000;
}

.appointment-fields {
  align-items: flex-start;
  display: flex;
}

.reschedule-appointment-summary {
  min-width: 100%;
  border-radius: 3px 3px 0 0;
  padding: 10px 20px;
}

.reschedule-appointment-summary > div {
  /*flex: 50%;*/
  padding: 5px 0px;
}

.selected-appointment-summary {
  min-width: 100%;
  border-radius: 3px 3px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.selected-appointment-summary.appointment-scheduled {
  /*background-color: rgba(49, 186, 126, .15);*/
  background-color: rgba(50, 90, 231, .1);
}

.selected-appointment-summary.appointment-cancelled {
  background-color: rgba(246, 79, 89, .15);
}

.selected-appointment-summary.appointment-done {
  background-color: #fff;
}

.selected-appointment-summary.appointment-moved {
  background-color: rgba(186, 175, 49, .15);
}

.selected-appointment-specialty-block {
  min-width: 100%;
  -webkit-text-stroke-color: black;
  background-color: #ebedf0;
  border-radius: 0 0 3px 3px;
  padding: 10px 20px;
}

.appointment-lock {
  background-color: var(--dark-blue);
  color: white;
  border-radius: 3px;
  padding: 15px 15px;
  font-weight: 500;
  text-align: center;
}

.form-mandatory { 
  color: #ce3c3c;
}

.field-info {
  margin-top: -8px;
  font-size: 12px;
}

.radio-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-tab-link {
  color: #404250;
  background-color: rgba(0, 0, 0, 0);
  transition: color .1s ease-in-out;
}

.inner-tab-link.w--current {
  color: #325ae7;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #456aeb;
}

.inner-tab-link.w--current:focus {
  color: #325ae7;
}

.inner-tab-panel {
  padding-top: 15px;
}

.table-action-button {
  width: 30px;
  height: 30px;
  background-color: #f6f7f9;
  border-radius: 3px;
  margin-left: 5px;
  transition: background-color .1s ease-in-out;
}

.table-action-button:hover {
  background-color: #ebedf0;
}

.table-action-button.action-view {
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.table-action-button.action-edit {
  background-image: url('../images/icons8-edit.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.table-action-button.action-move {
  background-image: url('../images/icons8-swap-paths-24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.table-action-button.action-cancel {
  background-image: url('../images/icons8-trash-40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.table-action-button.action-confirm {
  background-image: url('../images/icons8-check-40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.table-action-button.action-noshow {
  background-image: url('../images/icons8-close-24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.table-action-button.action-restore {
  background-image: url('../images/icons8-restore-40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.appointment-area-buttons {
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.selected-appointment-vendor-summary {
  min-width: 100%;
  background-color: #ebedf0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
}

.steps-headings {
  margin-top: 20px;
}

.week-days {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.working-hours {
  align-items: center;
  display: flex;
}

.separator {
  margin: 0 20px 10px;
}

.holidays-section {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.holiday-list {
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 20px;
}

.holiday-list-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 500;
  display: flex;
}

.working-hours-day {
  margin-bottom: 10px;
  margin-right: 40px;
  font-weight: 700;
}

.working-hours-label {
  min-width: 120px;
}

.working-hours-fields {
  min-width: 300px;
  align-items: center;
  display: flex;
}

.delete-icon {
  width: 18px;
  height: 18px;
}

.list {
  min-width: 200px;
}

.selected-day-off {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-8 {
  font-size: 18px;
}

.provider-name {
  color: #325ae7;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.calendar-visit-type {
  margin-right: 10px;
}

#picker span { 
  transform: scaleY(0.95) scaleX(0.95) !important;
  margin-left: -20px;
}

.draggable-work-day {
  color: #fff;
  background-color: rgba(69, 106, 235, .76);
  border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
}

.draggable-work-day.double-bookings {
  color: #222;
  background-color: rgba(186, 175, 49, .15);
}

.calendar-exception-type {
  color: #fff;
  background-color: rgba(235, 69, 69, 0.76);
  border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
}
.calendar-exception-type.exception-modify {
  background-color: rgba(141, 69, 235, 0.76);
}
.calendar-draggable {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.allvisits-slots, .exam-based-slots, .time-slots {
  display: flex;
  flex-direction: column;
}

.time-per-exam {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.exam-time-field {
  align-items: center;
  display: flex;
}

.schedule-tab {
  padding-top: 10px;
}

.schedule-setup {
  opacity: 1;
  transition: opacity .1s ease-in-out;
}

.save-schedule {
  margin-top: 20px;
}

.step-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  font-size: larger;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: var(--dark-blue);
  color: white;
  border-radius: 50px;
}

.main-selector {
  min-width: 150px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.list-commands {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.nextprev-day {
  display: flex;
}

.previous-day {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/icons8-previous-40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 3px;
  transition: background-color .1s ease-in-out;
}

.previous-day:hover {
  background-color: #ebedf0;
}

.previous-day.next-day {
  margin-left: 10px;
  transform: rotate(180deg);
}

#collapsable-title {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  width: 100%;
  align-items: end;
}

.collapsable-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  -webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(90deg) skew(0, 0);
  -moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(90deg) skew(0, 0);
  -ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(90deg) skew(0, 0);
  transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(90deg) skew(0, 0);
}

.collapsable-text {
  font-size: 18px;
}

#collapsable-content {
  height: 450px;
  opacity: 1;
  transition: all 0.5s;
}

#collapsable-content.collapsed {
  height: 0px;
  opacity:0;
}

.list-command {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  transition: background-color .1s ease-in-out;
}

.list-command:hover {
  background-color: #ebedf0;
}

.list-command.print-command {
  background-image: url('../images/icons8-print-40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.my-appointments-paragraph {
  margin-bottom: 20px;
}

.notification-wrapper {
  display:none;
  z-index: 2147483647;
  min-width: 450px;
  margin-left: auto;
  margin-right: 25px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  opacity: 0;
  transition: opacity 1s;
}

.notification-box {
  display:none;
  background-color: var(--dark-blue);
  color: #fff;
  border: .5px solid #2ec862;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: .4rem;
  padding-right: 55px;
  position: relative;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
  opacity: 0;
  transition: opacity 1s;
}

.notification-box.red {
  border-color: #e40023;
}

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

.notification-symbol {
  width: 3rem;
  height: 3rem;
  background-color: rgba(46, 200, 98, .15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: .8rem;
  padding: .8rem;
  display: flex;
}

.notification-symbol.red {
  background-color: rgba(228, 0, 35, .15);
}

.notification-header {
  margin-bottom: .05rem;
  font-weight: 800;
  font-size: 17px;
}

.notification-close {
  width: 4rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  transition: color .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: 0%;
}

.notification-close:hover {
  color: #33c866;
}

.notification-close.red {
  transition: color .2s cubic-bezier(.23, 1, .32, 1);
}

.notification-close.red:hover {
  color: #e20029;
}

.notification-refresh {
  color: white;
  cursor: pointer;
  font-weight: 800 !important;
}

@media screen and (max-width: 991px) {
  .app-main-layout-container {
    margin-left: 0;
    display: block;
  }

  .sidebar-navbar-container {
    justify-content: center;
  }

  .sidebar-navbar-link {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar-navbar-menu {
    width: 100%;
    max-height: 100vh;
    min-width: 100%;
    margin-top: 54px;
    padding-top: 0;
    padding-bottom: 70px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .sidebar-navbar-brand {
    display: none;
  }

  .sidebar-navbar-heading {
    width: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: center;
  }

  .sidebar-navbar-heading.mobile-sidebar-navbar-heading {
    height: 54px;
  }

  .sidebar-navbar-menu-button {
    width: 34px;
    height: 34px;
    background-image: url('../images/header-menu.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 5px;
    margin: 0 10px 0 20px;
    padding: 0;
  }

  .sidebar-navbar-menu-button:hover {
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-menu-button.w--open {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-toggle-button {
    display: none;
  }

  .app-main-layout {
    min-height: 100vh;
  }

  .app-main-layout-mask {
    display: none;
  }

  .sidebar-navbar-footer {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-navbar-footer.nav-toggle {
    display: none;
  }

  .sidebar-navbar-body {
    padding-bottom: 0;
  }

  .utility-page-wrap, .app-main-layout-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.delete-account-card, .card.providers-in-location-card {
    margin-top: 20px;
  }

  .sidebar-navbar-dropdown-list, .sidebar-navbar-dropdown {
    width: 100%;
    max-width: 100%;
  }

  .row {
    flex-direction: column;
  }

  .row.table-row.flex-center.single-row {
    flex-direction: row;
  }

  .projects-bg.single {
    padding-top: 50%;
  }

  .single-layout-col {
    padding: 20px;
  }

  .edit-delete-block {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .sidebar-navbar-brand-logo {
    display: none;
  }

  .sidebar-navbar-menu-button {
    z-index: 100;
  }

  .sidebar-navbar-menu-button:hover, .sidebar-navbar-menu-button.w--open {
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-navbar-brand-logo-small {
    display: block;
  }

  .menu-dropdown-list.w--open {
    height: auto;
    max-height: 100%;
    min-height: 100%;
    box-shadow: none;
    background-color: #fff;
    border-bottom: 1px solid #ebedf0;
    border-radius: 0;
    margin-bottom: 54px;
    padding-bottom: 54px;
    position: fixed;
    top: 53px;
    left: 0;
    overflow: auto;
  }

  .menu-dropdown-list.search-dropdown-list.w--open {
    padding: 20px;
  }

  .card {
    padding: 30px 20px 20px;
  }

  .page-heading.with-button {
    flex-direction: column;
  }

  .search {
    position: relative;
  }

  .footer {
    text-align: center;
  }

  .footer-right {
    text-align: center;
    margin-top: 10px;
  }

  .col {
    margin-bottom: 20px;
    z-index: 1;
  }

  .col.table-col, .section {
    margin-bottom: 0;
  }

  .section.section-center {
    margin-bottom: 20px;
  }

  .flex.row {
    flex-direction: column;
  }

  .page-tabs-menu {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .page-tab-link, .page-tab-link.w--current {
    flex: none;
  }

  .avatar.big {
    width: 100px;
    height: 100px;
  }

  .profile-bg {
    height: 100px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .profile-info {
    margin-top: -40px;
  }

  .profile-details {
    margin-top: 50px;
  }

  .modal-container {
    z-index: 9999;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-setting-text.user-link {
    overflow: auto;
  }

  .contact-profile {
    min-width: 200px;
  }

  .contact-profile-info {
    flex: none;
  }

  .projects-bg.single {
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40%;
  }

  .single-layout-row {
    flex-direction: column;
  }

  .single-layout-col.left {
    display: none;
  }

  .account-item, .search-result-item {
    padding: 20px;
  }

  .card-2 {
    padding: 30px 20px 20px;
  }

  .ip-address {
    white-space: normal;
  }

  .column-2 {
    display: none;
  }

  .modal-container-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .devider-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-2 {
    text-align: right;
    font-size: 16px;
  }

  .div-block-2 {
    min-width: 200px;
    flex-direction: row;
  }

  .appointment-search-block {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .appointments-search-fields {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .menu-dropdown-list.w--open {
    height: auto;
    background-color: #fff;
    border-bottom-style: solid;
    border-radius: 0;
    position: fixed;
    left: 0;
  }

  .button {
    width: 100%;
    display: block;
  }

  .button.button-growth-none {
    width: auto;
    display: inline-block;
  }

  .button-group {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .search {
    position: relative;
  }

  .input.search-result {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tabs-menu {
    border-bottom-style: none;
  }

  .tabs-menu.notification-menu {
    border-bottom-style: solid;
  }

  .tab-link {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link.w--current {
    background-color: #f6f7f9;
    border-bottom-style: none;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link.notification-tab.w--current {
    border-bottom-style: solid;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-group-item {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown {
    width: 100%;
  }

  .avatar.big {
    margin-left: auto;
    margin-right: auto;
  }

  .profile-info {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .profile-details {
    margin-top: 0;
    margin-left: 0;
  }

  .price-plan-select {
    padding: 15px 10px;
  }

  .projects-bg.single {
    padding-top: 60%;
  }

  .search-2 {
    flex-direction: column;
  }

  .card-2.no-padding.data-table {
    overflow: auto;
  }

  .button-2 {
    width: 100%;
    display: block;
  }

  .tabs-menu-2 {
    border-bottom-style: none;
  }

  .button-3 {
    width: 100%;
    display: block;
  }

  .devider-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tab-link-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-4.w--current {
    background-color: #f6f7f9;
    border-bottom-style: none;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-heading, .table-row {
    min-width: 500px;
  }

  .form, .edit-delete-block {
    flex-direction: column;
  }

  .office-selector {
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-2 {
    text-align: center;
    align-self: center;
    margin-top: 20px;
  }

  .table-row-2 {
    min-width: 500px;
  }

  .notification-wrapper {
    min-width: 100%;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    right: auto;
  }
}


