::-webkit-scrollbar {
  width: 2px;
  border-radius: 7px;
}

::-webkit-scrollbar-track {
  border-radius: 7px !important;
  box-shadow: inset 0 0 1px grey;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1px;
  border-radius: 7px !important;
}

.amp-toast-parent {
  top: 10px;
  left: 10px;
  position: fixed;
  z-index: 9999999999;
}

.amp-toast-parent > div {
  margin-bottom: 5px;
}

.v-btn__content {
  letter-spacing: 0 !important;
}
.amp-col-form {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pointer {
  cursor: pointer;
}

.border_base {
  border: 1px solid;
}

.v-messages__message {
  direction: rtl !important;
}

.v-tooltip > .v-overlay__content {
  max-width: 400px !important;
  white-space: break-spaces !important;
}

.white-space-break {
  white-space: break-spaces !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.v-overlay__content > .v-card {
  display: block !important
}