body {
  font-family: "Quicksand";
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}

span.icon {
  box-sizing: content-box;
  line-height: 0;
}
span.icon span {
  line-height: 1;
}
span.icon.delete {
  color: #E0413C !important;
}

.icon-full svg {
  width: 100%;
  height: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.text-sm {
  font-size: 15px;
}

.color-danger {
  color: #E0413C;
}

.q-header .notification {
  position: relative;
}
.q-header .notification .icons .icon {
  padding: 5px 10px;
  border-radius: 5px;
}
.q-header .notification .icons .icon:hover {
  background: #e8e8e8;
}
.q-header .notification .icons.active .icon {
  background: #e8e8e8;
}
.q-header .notification .q-card {
  position: absolute;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  top: calc(100% + 12px);
  right: 0;
  width: 400px;
  max-width: calc(100vw - 20px);
}
@media (max-width: 767px) {
  .q-header .notification .q-card {
    position: fixed;
    top: 60px;
    right: 10px;
  }
}
.q-header .notification .notification-heading div {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.q-header .notification .notification-heading a {
  font-weight: 500;
}

.q-drawer .q-item__label--header {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
  background: linear-gradient(180deg, #53389E 0%, rgba(105, 65, 198, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  margin-bottom: 10px;
}
.q-drawer .menu-item {
  min-height: unset;
  min-width: 40px !important;
  border-radius: 10px;
}
.q-drawer .menu-item:hover {
  background: #e8e8e8;
}
.q-drawer .menu-item.active {
  background: #877BFF;
  color: #fff !important;
}
.q-drawer .menu-item.active .q-item__label {
  color: #fff !important;
}
.q-drawer .childs .menu-item.active {
  background: #D7CDFF;
  color: #4D43B1 !important;
}
.q-drawer .childs .menu-item.active .q-item__label {
  color: #4D43B1 !important;
}
.q-drawer .q-drawer__content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.q-drawer .q-drawer__content.mini-state {
  padding: 0 0 10px;
}
.q-drawer .q-drawer__content.mini-state .q-item__label--header + .q-item__label--header {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.q-drawer .q-drawer__content.mini-state .menu-title,
.q-drawer .q-drawer__content.mini-state .angle-bottom {
  display: none;
}
.q-drawer .q-drawer__content.mini-state .menu-item {
  position: relative;
  padding: 8px 0;
  text-align: center;
  justify-content: center;
  min-width: 0;
}
.q-drawer .q-drawer__content.mini-state .menu-item.active {
  border-radius: 0;
}
.q-drawer .q-drawer__content.mini-state .menu-item:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  border-right: 2px solid #fff;
  height: 17px;
  transform: translateY(-50%);
}
.q-drawer .q-drawer__content.mini-state .menu-item .q-badge {
  margin-top: 2px;
}
.q-drawer .q-item__section--avatar {
  min-width: unset;
  padding-left: 0.25rem;
}

.q-layout__section--marginal {
  background: #fff;
  color: #333;
}

.q-toolbar {
  padding: 10px 15px 10px 12px;
}

.user-box {
  position: relative;
}
.user-box .user-name {
  cursor: pointer;
}
.user-box .user-name strong {
  font-size: 14px;
}
.user-box .user-name p {
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 0;
}
.user-box .user-name.active span.icon {
  transform: rotate(180deg);
  display: inline-block;
  margin-bottom: 3px;
}
.user-box .q-card {
  position: absolute;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  top: calc(100% + 12.5px);
  right: 0;
  width: 200px;
}
.user-box .q-card a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  font-size: 14px;
}
.user-box .q-card a + a {
  border-top: 1px solid #DCDCDC;
}
.user-box .q-card a:hover {
  background-color: #e8e8e8;
}

.q-page {
  padding: 25px 15px;
  background: #f5f5f5;
}
.q-page .q-toolbar__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.q-page .q-toolbar__title .breadscrumb {
  font-size: 15px;
  margin-left: 40px;
  font-weight: 400;
}
.q-page .q-toolbar__title .breadscrumb .icon {
  margin-right: 20px;
}
.q-page .q-toolbar__title .breadscrumb .icon svg {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .q-page .q-toolbar__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .q-page .q-toolbar__title .breadscrumb {
    margin-left: 0;
    margin-top: 10px;
  }
}

.q-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  text-transform: unset;
}
.q-btn span.icon {
  line-height: 0;
}

.q-checkbox .q-checkbox__bg {
  border-radius: 0.15em;
  border-color: #685ECD;
}
.q-checkbox .q-checkbox__svg {
  width: 70% !important;
  margin: auto;
}
.q-checkbox .q-checkbox__inner--truthy .q-checkbox__bg {
  border-color: currentColor;
}

.q-toggle__inner {
  width: 1.6em;
  height: 1.25em;
}
.q-toggle__inner .q-toggle__track {
  height: 0.61em;
  border-radius: 0.3em;
}
.q-toggle__inner .q-toggle__thumb {
  top: 0.38em;
  left: 0.35em;
}
.q-toggle__inner .q-toggle__thumb:after {
  background-color: #fff !important;
}
.q-toggle__inner.q-toggle__inner--truthy .q-toggle__track {
  opacity: 1;
}
.q-toggle__inner.q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.75em;
}

.q-select-custom .q-field {
  min-width: 100px;
}
.q-select-custom .q-field__append {
  display: none;
}
.q-select-custom .q-field__native {
  justify-content: center;
}

.q-field {
  min-width: 200px;
}
.q-field .q-field__label {
  bottom: calc(100% + 5px);
  top: auto;
  font-weight: 500;
  transform: none !important;
  font-size: 14px;
  left: 0;
  color: #333;
}
.q-field.q-field--standard .q-field__control {
  padding: 0 12px;
  border: 1px solid #EDEDED;
  background: #F5F7FB;
}
.q-field.q-field--dense .q-field__prepend {
  padding-right: 10px;
}
.q-field.q-field--labeled {
  padding-top: 30px;
}
.q-field.q-field--labeled.q-field--dense .q-field__native {
  padding-top: 3px;
  padding-bottom: 4px;
}
.q-field.q-field--labeled .q-field__native {
  padding-top: 13px;
  padding-bottom: 16px;
}
.q-field.q-field--filled .q-field__control {
  background: #EBEBEB;
}
.q-field.q-field--filled.q-field--error .q-field__control {
  border: 1px solid currentColor;
}
.q-field.q-field--outlined .q-field__control {
  border: 1px solid #DCDCDC;
  background: #fff;
}
.q-field.q-field--outlined .q-field__bottom {
  padding-left: 0;
  padding-right: 0;
}
.q-field.q-field--focused .q-field__control, .q-field.q-field--error .q-field__control {
  border-color: currentColor;
}
.q-field .q-field__control {
  border-radius: 5px;
}
.q-field .q-field__control:before, .q-field .q-field__control:after {
  display: none;
}
.q-field .q-field__control:hover {
  border-color: currentColor;
}
.q-field .q-field__control-container {
  position: static;
}
.q-field span.icon {
  line-height: 0;
}
.q-field span.icon span {
  line-height: 0;
}
.q-field.q-select.q-field--labeled .q-field__control-container {
  padding-top: 0;
}
.q-field .q-field__native[required] + .q-field__label:after {
  content: "*";
  display: inline-block;
  margin-left: 4px;
  color: #E0413C;
}
.q-field input::placeholder {
  color: currentColor !important;
}

.q-btn-group {
  border-radius: 8px;
  box-shadow: none;
  background-color: #F7F6F1;
}
.q-btn-group .q-btn {
  padding: 8px 30px;
}

.q-table__select {
  padding-top: 0;
  min-width: auto;
}

.q-pagination .q-btn {
  border-radius: 50%;
}

.q-table tbody td {
  height: unset;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 14px;
}
.q-table thead tr th {
  font-weight: 700;
  vertical-align: middle;
  font-size: 14px;
}

.q-card__actions .q-btn {
  padding: 0 20px;
}

.q-card__actions--horiz > .q-btn-item + .q-btn-item {
  margin-left: 20px;
}

.user-input .q-field__native.row {
  flex-wrap: nowrap;
}

table {
  border-collapse: collapse;
}
table td, table th {
  border: 1px solid #DCDCDC;
  padding: 10px 1rem;
  line-height: 1.5;
}

#history-table .q-table {
  border-top: 0.5px solid #e0e0e0;
  border-left: 0.5px solid #e0e0e0;
  border-right: 0.5px solid #e0e0e0;
}

.limit-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.limit-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.data-table {
  box-shadow: none;
}
.data-table thead tr {
  color: white;
  background-color: #685ECD;
}
.data-table.sticky-last th:last-child, .data-table.sticky-last td:last-child, .data-table th.sticky-right, .data-table td.sticky-right {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 1;
}
.data-table.sticky-last td:last-child, .data-table tr td.sticky-right {
  background: #fff;
}
.data-table .q-table__progress .q-linear-progress {
  color: #fff !important;
}
@media (max-width: 599px) {
  .data-table td.text-center,
.data-table td.text-right {
    text-align: left;
  }
  .data-table td {
    white-space: normal;
  }
  .data-table .q-table__control > span {
    display: none;
  }
}

.input-message .q-field__control {
  max-height: 100px;
}

#box-message .q-message-text {
  white-space: pre-line;
}

#box-message .q-message-stamp {
  font-size: 9px;
}

#box-message .q-message-text--sent, #box-message .q-message-text--received {
  max-width: 500px;
}

#box-message .q-message-text--sent {
  color: #727bfe;
}

#box-message .q-message-text--received {
  color: #f6f6f6;
}

#loans-table th, #loans-table td {
  padding: 7px 8px;
}

.transaction-dialog {
  width: 400px !important;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.lg-download {
  display: none;
}

.remove-pointer .q-table tbody tr {
  cursor: default !important;
}

.dialog-export .q-dialog__inner {
  justify-content: right !important;
}

.q-dialog .q-btn {
  margin-bottom: 5px;
}

.push-notify {
  padding: 0;
  overflow: hidden;
}

.push-notify .q-notification__icon--additional {
  margin-right: 0;
  display: block;
  padding: 15px;
  background: #685ECD;
}

.push-notify .q-notification__message {
  padding: 5px 20px;
}

.push-notify .q-notification__message div {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.push-notify .q-notification__message .q-notification__caption {
  font-weight: 400;
  margin-bottom: 0;
}

.input-login {
  height: 38px !important;
}

.bg-green-custom-1 {
  background-color: #a9d5ab !important;
}

.bg-red-custom-1 {
  background-color: #f39d97 !important;
}

.text-orange-custom-1 {
  color: #f48536 !important;
}

.option[data-v-d6b6f930]{
    width: 100px;
}
.width[data-v-d6b6f930] {
  flex: 0 0 100%;
  max-width: -webkit-max-content;
  max-width: max-content;
}

.sticky-header {
  max-height: 90vh;
}
.sticky-header .q-table__top,
.sticky-header .q-table__bottom,
.sticky-header thead tr th {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.sticky-header thead tr:first-child th {
  top: 0;
}
.sticky-header.q-table--loading thead tr:last-child th {
  top: 48px;
}
.sticky-header .q-table__bottom,
.sticky-header thead tr th:last-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10 !important;
}
.word-break[data-v-483fafac] {
  word-wrap: break-word;
}

/*# sourceMappingURL=app.910ab1a6.css.map*/