body {
  background: #F3F6F9;
}

#passwordMeter {
  height: 5px;
  border-radius: 10px;
  margin-top: 6px;
}

#disclaimer-page {
  max-height: 100vh;
  width: 100%;
  overflow-y: scroll;
  padding: 6em;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#disclaimer-page::-webkit-scrollbar {
  width: 10px;
}
#disclaimer-page::-webkit-scrollbar-track {
  background: #00000020;
}
#disclaimer-page::-webkit-scrollbar-thumb {
  background: #ffffff;
}
#disclaimer-page::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

.sortable-handle {
  margin-left: 10px;
  cursor: pointer;
}

.login-bg {
  background: linear-gradient(#102F68, #67CE91);
}

.bg-gradient {
  background: linear-gradient(#102F68, #67CE91);
  background-repeat: no-repeat;
}

.aside {
  background: linear-gradient(#102F68, #67CE91);
}

.header-mobile-fixed .header-mobile {
  background: linear-gradient(#102F68, #67CE91);
}

.brand, .aside-menu {
  background: transparent;
}

.brand-logo {
  max-width: 100px;
  margin-top: 10px;
}
.brand-logo img {
  max-height: 40px;
}

.mobile-logo img {
  max-height: 40px;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text,
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
  color: white;
}

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text {
  color: white;
}

#builder {
  position: relative;
  height: 100%;
  width: 100%;
}
#builder .vue-loading {
  background: #F3F6F9;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 5px;
  flex-direction: column;
  text-align: center;
}

.flowchart-display {
  overflow-x: scroll;
}
.flowchart-display::-webkit-scrollbar {
  height: 10px;
}
.flowchart-display::-webkit-scrollbar-track {
  background: #E4E4E2;
}
.flowchart-display::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #102F68, #67CE91);
  opacity: 0.6;
}
.flowchart-display::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}
.flowchart-display::-webkit-scrollbar-thumb:active {
  opacity: 1;
}

.options-box {
  margin: 10px 0;
  border: 1px solid #65cd90;
  border-right: none;
  border-top: none;
  padding-left: 10px;
}

.option-box {
  height: auto;
  background: white;
  position: relative;
  width: 185px;
  border-bottom: 1px solid #67CE91;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.option-hover:hover {
  background-color: #67CE91;
  color: white;
  border-radius: 5px;
}
.option-hover:hover .add-page-btn {
  color: white;
}

.add-page-btn {
  color: #67CE91;
  font-size: 12px;
}

.page-box {
  width: 150px;
  height: auto;
  border: 1px solid #eaeaea;
  background: white;
  position: relative;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px 0;
  text-align: center;
  transform: border 0.3s ease;
  cursor: pointer;
}
.page-box:hover {
  border: 1px solid #102F68;
}
.page-box.selected {
  background: #102F68;
  color: white;
}

.vue-loading-view {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.vue-loading-view .spinner {
  position: unset;
}
.vue-loading-view .spinner::before {
  left: 50%;
}

#edit-page {
  background: #EAEAEA;
  border: 1px solid #F3F6F9;
  height: 100%;
  min-height: 400px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
#edit-page label {
  color: #7B7B7B;
}

.smartphone-container {
  width: 310px;
  height: 621px;
  margin: 27px auto;
  background: url(../img/smartphone.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  padding: 30px 20px;
}
.smartphone-container .smartphone-screen {
  display: flex;
  flex-direction: column;
  max-width: max-content;
  min-width: 100%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
}

.accordion-arrow {
  transform: rotate(90deg);
}

.form-group.fl.w-100.fv-plugins-icon-container.red .fv-plugins-message-container {
  color: red;
}

.fv-plugins-tachyons .fv-plugins-icon {
  line-height: 20px !important;
  height: 20px;
  width: 20px;
}

.save-form-card {
  position: fixed;
}

.img-preview, .logo-preview {
  display: block;
  height: auto;
  max-width: 150px;
  margin: 10px 0;
  border-radius: 5px;
}

.logo-preview {
  padding: 10px;
}

.key {
  display: flex;
  align-items: center;
}
.key .text p {
  margin-bottom: 0;
  margin-left: 10px;
}

.product-card {
  max-width: 100%;
  width: 332px;
  height: 120px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 10px;
  display: flex;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
}
.product-card .logo {
  width: 120px;
  max-height: 100%;
}
.product-card .drug_name {
  font-size: 12px;
  color: white;
  margin-bottom: 0;
  word-break: break-word;
  max-width: 50%;
}

@media (min-width: 992px) {
  .header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .header.header-fixed {
    background: white;
    padding: 10px 0px;
  }

  .header-mobile .burger-icon span {
    background: white;
  }
  .header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    background: white !important;
  }

  .subheader {
    background: white;
    margin-bottom: 20px;
    border-top: 1px solid #EBEDF3;
  }

  .header-mobile-fixed .wrapper {
    padding-top: 0px;
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.accordion.accordion-toggle-arrow.page-accordion .card .card-header .card-title {
  font-size: 13px !important;
  padding: 5px;
}
.accordion.accordion-toggle-arrow.page-accordion .card .card-header .card-title::after {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .save-form-card {
    position: initial !important;
    margin-top: 1.25rem !important;
  }
}
@media (max-width: 375px) {
  .smartphone-container {
    width: 295px;
    height: 591px;
  }
}
