
.v-navigation-drawer__border {
  width: 0px !important;
}
.sidebar {
  background: transparent !important;
  padding: 20px;
  min-width: 280px;
}
.box-sidebar-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background: #1969e2;
  border-radius: 8px;
  min-height: 64px;
  width: 100%;
}
.logo-img {
  height: 45px;
  width: 45px;
}
.text-logo {
  font-family: "Archivo Black", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.text-system-name {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding: 0 5px;
}
.card-menu {
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  overflow: visible;
}
.text-section-menu {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.list-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.link,
.submenu-header {
  padding: 7px;
  margin: 5px 0;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  transition: 0.8s;
  white-space: normal;
  word-break: break-word;
  width: 100%;
}
.link:hover {
  background: #e6f3ff !important;
  border-radius: 10px;
  transition: 0.8s;
}
.link > .icon,
.submenu-header > .icon {
  margin-right: 8px;
  color: #1f1f1f !important;
  flex-shrink: 0;
}
.link > span,
.submenu-header > span {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  display: inline-block;
  width: calc(100% - 30px);
}
.link-ativo {
  background: #cde6ff;
  border: 1px solid #44a2ff;
  border-radius: 10px;
  color: red;
}
.submenu-header {
  /* padding: 10px;
  margin: 5px 0; */
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.8s;
}
.v-list-group__header {
  padding: 0 !important;
  max-height: none !important;
  min-height: 44px !important;
}
.v-list-item:hover {
  background: #e6f3ff !important;
  border-radius: 10px;
  transition: 0.8s;
}
.v-list-group__items {
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100%;
}
.v-list-group__items .link {
  padding: 8px 10px;
  margin: 3px 0;
}
.v-list-group__items .link > span {
  padding-right: 5px;
}
.theme--light.v-list-item--active:focus::before,
.theme--light.v-list-item--active:hover::before,
.theme--light.v-list-item--active::before,
.theme--light.v-list-item:focus::before,
.theme--light.v-list-item:hover::before,
.theme--light.v-list-item:focus::before {
  opacity: 0 !important;
}

/* Mobile */
.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close) {
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
  background: rgb(248, 248, 248) !important;
  width: 280px !important;
}

.theme--light.v-navigation-drawer {
  background-color: #FFFFFF;
}
.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-navigation-drawer .v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-navigation-drawer {
  background-color: #363636;
}
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
  background-color: rgba(255, 255, 255, 0.12);
}
.theme--dark.v-navigation-drawer .v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-navigation-drawer {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  pointer-events: auto;
  top: 0;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, visibility, width;
}
.v-navigation-drawer:not([data-booted=true]) {
  transition: none !important;
}
.v-navigation-drawer.v-navigation-drawer--right:after {
  left: 0;
  right: initial;
}
.v-navigation-drawer .v-list:not(.v-select-list) {
  background: inherit;
}

.v-navigation-drawer__border {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

.v-navigation-drawer__content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.v-navigation-drawer__image {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  contain: strict;
  width: 100%;
}
.v-navigation-drawer__image .v-image {
  border-radius: inherit;
}

.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile {
  max-height: 50%;
  top: auto;
  bottom: 0;
  min-width: 100%;
}

.v-navigation-drawer--right {
  left: auto;
  right: 0;
}
.v-navigation-drawer--right > .v-navigation-drawer__border {
  right: auto;
  left: 0;
}

.v-navigation-drawer--absolute {
  z-index: 1;
}

.v-navigation-drawer--fixed {
  z-index: 6;
}

.v-navigation-drawer--absolute {
  position: absolute;
}

.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile) {
  z-index: 4;
}

.v-navigation-drawer--fixed {
  position: fixed;
}

.v-navigation-drawer--floating:after {
  display: none;
}

.v-navigation-drawer--mini-variant {
  overflow: hidden;
}
.v-navigation-drawer--mini-variant .v-list-item > *:first-child {
  margin-left: 0;
  margin-right: 0;
}
.v-navigation-drawer--mini-variant .v-list-item > *:not(:first-child) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  display: initial;
}
.v-navigation-drawer--mini-variant .v-list-group--no-action .v-list-group__items,
.v-navigation-drawer--mini-variant .v-list-group--sub-group {
  display: none;
}
.v-navigation-drawer--mini-variant.v-navigation-drawer--custom-mini-variant .v-list-item {
  justify-content: center;
}

.v-navigation-drawer--temporary {
  z-index: 7;
}

.v-navigation-drawer--mobile {
  z-index: 6;
}

.v-navigation-drawer--close {
  visibility: hidden;
}

.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.theme--light.v-image {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-image {
  color: #FFFFFF;
}

.v-image {
  z-index: 0;
}

.v-image__image,
.v-image__placeholder {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-image__image {
  background-repeat: no-repeat;
}
.v-image__image--preload {
  filter: blur(2px);
}
.v-image__image--contain {
  background-size: contain;
}
.v-image__image--cover {
  background-size: cover;
}
.v-responsive {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
}
.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}
.v-application--is-ltr .v-responsive__sizer ~ .v-responsive__content {
  margin-left: -100%;
}
.v-application--is-rtl .v-responsive__sizer ~ .v-responsive__content {
  margin-right: -100%;
}
.v-responsive__sizer {
  transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
  flex: 1 0 0px;
}
.theme--light.v-overlay {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-overlay {
  color: #FFFFFF;
}

.v-overlay {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
}

.v-overlay__content {
  position: relative;
}

.v-overlay__scrim {
  border-radius: inherit;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
  will-change: opacity;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--active {
  pointer-events: auto;
}

.v-menu__content {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
}
.box {
  display: flex;
  align-items: center;
}
.box-infos {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.box-infos > span {
  font-size: 12px;
  margin-bottom: -3px;
  font-weight: 600;
}
.box-name {
  display: flex;
  flex-direction: column;
}
.box-name > small {
  font-size: 11px;
}
.box-name > h5 {
  font-size: 14px;
}

.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}
.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}
.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}
.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
  margin: 0 -1px;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}

.indicator-template {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f2f6fc;
  border-radius: 25px !important;
  padding-right: 10px;
  margin: 0 0 20px 0;
  min-height: 45px;
}
.step-card {
  display: flex;
  align-items: center;
}
.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #155ebe;
  border: 5px solid #ffffff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.step-icon > span {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-text {
  display: flex;
  flex-direction: column;
}
.schedule-infos {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.schedule-infos > span,
.step-text > span {
  font-size: 19;
  font-weight: 500;
  margin-bottom: -5px;
}
.schedule-infos > small,
.step-text > small {
  font-weight: 400;
  font-size: 16;
}


.v-list-item__title[data-v-0504b15f] {
  font-size: 14px;
  text-overflow: visible;
  white-space: normal;
}
.v-card[data-v-0504b15f] {
  border-radius: 12px;
}

.theme--light.v-badge .v-badge__badge::after {
  border-color: #FFFFFF;
}

.theme--dark.v-badge .v-badge__badge::after {
  border-color: #1E1E1E;
}

.v-badge {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.v-badge__badge {
  border-radius: 10px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  letter-spacing: 0;
  line-height: 1;
  min-width: 20px;
  padding: 4px 6px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}
.v-application--is-ltr .v-badge__badge {
  right: auto;
}
.v-application--is-rtl .v-badge__badge {
  left: auto;
}
.v-badge__badge .v-icon {
  color: inherit;
  font-size: 12px;
  height: 12px;
  margin: 0 -2px;
  width: 12px;
}
.v-badge__badge .v-img {
  height: 12px;
  width: 12px;
}
.v-badge__wrapper {
  flex: 0 1;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-badge--avatar .v-badge__badge {
  padding: 0;
}
.v-badge--avatar .v-badge__badge .v-avatar {
  height: 20px !important;
  min-width: 0 !important;
  max-width: 20px !important;
}
.v-badge--bordered .v-badge__badge::after {
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.15);
}
.v-badge--dot .v-badge__badge {
  border-radius: 4.5px;
  height: 9px;
  min-width: 0;
  padding: 0;
  width: 9px;
}
.v-badge--dot .v-badge__badge::after {
  border-width: 1.5px;
}
.v-badge--icon .v-badge__badge {
  padding: 4px 6px;
}
.v-badge--inline {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.v-badge--inline .v-badge__badge,
.v-badge--inline .v-badge__wrapper {
  position: relative;
}
.v-badge--inline .v-badge__wrapper {
  margin: 0 4px;
}
.v-badge--tile .v-badge__badge {
  border-radius: 0;
}
.theme--light.v-pagination .v-pagination__item {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-pagination .v-pagination__item--active {
  color: #FFFFFF;
}
.theme--light.v-pagination .v-pagination__navigation {
  background: #FFFFFF;
}

.theme--dark.v-pagination .v-pagination__item {
  background: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-pagination .v-pagination__item--active {
  color: #FFFFFF;
}
.theme--dark.v-pagination .v-pagination__navigation {
  background: #1E1E1E;
}

.v-pagination {
  align-items: center;
  display: inline-flex;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.v-pagination.v-pagination {
  padding-left: 0;
}
.v-pagination > li {
  align-items: center;
  display: flex;
}
.v-pagination--circle .v-pagination__item,
.v-pagination--circle .v-pagination__more,
.v-pagination--circle .v-pagination__navigation {
  border-radius: 50%;
}
.v-pagination--disabled {
  pointer-events: none;
  opacity: 0.6;
}
.v-pagination__item {
  background: transparent;
  border-radius: 4px;
  font-size: 1rem;
  height: 34px;
  margin: 0.3rem;
  min-width: 34px;
  padding: 0 5px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
  width: auto;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-pagination__item--active {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-pagination__navigation {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 32px;
  width: 32px;
  margin: 0.3rem 10px;
}
.v-pagination__navigation .v-icon {
  transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  vertical-align: middle;
}
.v-pagination__navigation--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.v-pagination__more {
  margin: 0.3rem;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  height: 32px;
  width: 32px;
}

.navbar {
  position: absolute !important;
  margin-top: 20px !important;
  margin: 20px;
  border-radius: 10px !important;
}
.app-itens {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sidebar-action {
  display: flex;
  align-items: center;
}
.sidebar-action > .pageIndicator {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: 10px;
}
.user-section {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.theme--light.v-app-bar.v-toolbar.v-sheet {
  background-color: #f5f5f5;
}

.theme--dark.v-app-bar.v-toolbar.v-sheet {
  background-color: #272727;
}

.v-sheet.v-app-bar.v-toolbar {
  border-radius: 0;
}
.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-sheet.v-app-bar.v-toolbar.v-sheet--shaped {
  border-radius: 24px 0;
}

.v-app-bar:not([data-booted=true]) {
  transition: none !important;
}

.v-app-bar.v-app-bar--fixed {
  position: fixed;
  top: 0;
  z-index: 5;
}

.v-app-bar.v-app-bar.v-app-bar--hide-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}

.v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image {
  transition: 0.4s opacity cubic-bezier(0.4, 0, 0.2, 1);
}

.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__image {
  will-change: opacity;
}
.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--collapse-on-scroll .v-toolbar__extension {
  display: none;
}
.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled .v-toolbar__title {
  padding-top: 9px;
}
.v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title {
  padding-bottom: 9px;
}

.v-app-bar.v-app-bar--shrink-on-scroll .v-toolbar__title {
  font-size: inherit;
}

.v-app-bar-title__placeholder, .v-app-bar-title__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-app-bar-title__content {
  position: absolute;
}
.theme--light.v-toolbar.v-sheet {
  background-color: #FFFFFF;
}

.theme--dark.v-toolbar.v-sheet {
  background-color: #272727;
}

.v-sheet.v-toolbar {
  border-radius: 0;
}
.v-sheet.v-toolbar:not(.v-sheet--outlined) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-sheet.v-toolbar.v-sheet--shaped {
  border-radius: 24px 0;
}

.v-toolbar {
  contain: layout;
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) transform, 0.2s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0.2s cubic-bezier(0.4, 0, 0.2, 1) left, 0.2s cubic-bezier(0.4, 0, 0.2, 1) right, 280ms cubic-bezier(0.4, 0, 0.2, 1) box-shadow, 0.25s cubic-bezier(0.4, 0, 0.2, 1) max-width, 0.25s cubic-bezier(0.4, 0, 0.2, 1) width;
  position: relative;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-toolbar .v-input {
  padding-top: 0;
  margin-top: 0;
}

.v-toolbar__content,
.v-toolbar__extension {
  padding: 4px 16px;
}
.v-toolbar__content .v-btn.v-btn--icon.v-size--default,
.v-toolbar__extension .v-btn.v-btn--icon.v-size--default {
  height: 48px;
  width: 48px;
}
.v-application--is-ltr .v-toolbar__content > .v-btn.v-btn--icon:first-child,
.v-application--is-ltr .v-toolbar__extension > .v-btn.v-btn--icon:first-child {
  margin-left: -12px;
}
.v-application--is-rtl .v-toolbar__content > .v-btn.v-btn--icon:first-child,
.v-application--is-rtl .v-toolbar__extension > .v-btn.v-btn--icon:first-child {
  margin-right: -12px;
}
.v-application--is-ltr .v-toolbar__content > .v-btn.v-btn--icon:first-child + .v-toolbar__title,
.v-application--is-ltr .v-toolbar__extension > .v-btn.v-btn--icon:first-child + .v-toolbar__title {
  padding-left: 20px;
}
.v-application--is-rtl .v-toolbar__content > .v-btn.v-btn--icon:first-child + .v-toolbar__title,
.v-application--is-rtl .v-toolbar__extension > .v-btn.v-btn--icon:first-child + .v-toolbar__title {
  padding-right: 20px;
}
.v-application--is-ltr .v-toolbar__content > .v-btn.v-btn--icon:last-child,
.v-application--is-ltr .v-toolbar__extension > .v-btn.v-btn--icon:last-child {
  margin-right: -12px;
}
.v-application--is-rtl .v-toolbar__content > .v-btn.v-btn--icon:last-child,
.v-application--is-rtl .v-toolbar__extension > .v-btn.v-btn--icon:last-child {
  margin-left: -12px;
}
.v-toolbar__content > .v-tabs,
.v-toolbar__extension > .v-tabs {
  height: inherit;
  margin-top: -4px;
  margin-bottom: -4px;
}
.v-toolbar__content > .v-tabs > .v-slide-group.v-tabs-bar,
.v-toolbar__extension > .v-tabs > .v-slide-group.v-tabs-bar {
  background-color: inherit;
  height: inherit;
}
.v-toolbar__content > .v-tabs:first-child,
.v-toolbar__extension > .v-tabs:first-child {
  margin-left: -16px;
}
.v-toolbar__content > .v-tabs:last-child,
.v-toolbar__extension > .v-tabs:last-child {
  margin-right: -16px;
}

.v-toolbar__content,
.v-toolbar__extension {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 0;
}

.v-toolbar__image {
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  contain: strict;
}
.v-toolbar__image .v-image {
  border-radius: inherit;
}

.v-toolbar__items {
  display: flex;
  height: inherit;
}
.v-toolbar__items > .v-btn {
  border-radius: 0;
  height: 100% !important;
  max-height: none;
}

.v-toolbar__title {
  font-size: 1.25rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-toolbar.v-toolbar--absolute {
  position: absolute;
  top: 0;
  z-index: 1;
}

.v-toolbar.v-toolbar--bottom {
  top: initial;
  bottom: 0;
}

.v-toolbar.v-toolbar--collapse .v-toolbar__title {
  white-space: nowrap;
}

.v-toolbar.v-toolbar--collapsed {
  max-width: 112px;
  overflow: hidden;
}
.v-application--is-ltr .v-toolbar.v-toolbar--collapsed {
  border-bottom-right-radius: 24px;
}
.v-application--is-rtl .v-toolbar.v-toolbar--collapsed {
  border-bottom-left-radius: 24px;
}
.v-toolbar.v-toolbar--collapsed .v-toolbar__title,
.v-toolbar.v-toolbar--collapsed .v-toolbar__extension {
  display: none;
}

.v-toolbar--dense .v-toolbar__content,
.v-toolbar--dense .v-toolbar__extension {
  padding-top: 0;
  padding-bottom: 0;
}

.v-toolbar--flat {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}

.v-toolbar--floating {
  display: inline-flex;
}

.v-toolbar--prominent .v-toolbar__content {
  align-items: flex-start;
}
.v-toolbar--prominent .v-toolbar__title {
  font-size: 1.5rem;
  padding-top: 6px;
}
.v-toolbar--prominent:not(.v-toolbar--bottom) .v-toolbar__title {
  align-self: flex-end;
  padding-bottom: 6px;
  padding-top: 0;
}

.main[data-v-1ae77d3e] {
  min-height: 100vh;
  height: 100%;
  background: #fafafa;
}
.container[data-v-1ae77d3e] {
  height: 100%;
  padding: 40px 20px !important;
}
.container > .main-content[data-v-1ae77d3e] {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: 8px;
}
.slide-enter[data-v-1ae77d3e],
.slide-leave-to[data-v-1ae77d3e] {
  transform: translate(-50px);
  opacity: 0;
}
.slide-enter-active[data-v-1ae77d3e],
.slide-leave-active[data-v-1ae77d3e] {
  transition: all 0.3s;
}

.v-main {
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-main:not([data-booted=true]) {
  transition: none !important;
}
.v-main__wrap {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
}
@-moz-document url-prefix() {
  @media print {
    .v-main {
      display: block;
    }
  }
}
