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

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

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

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

.vpd-column-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px !important;
}

.overflow_h {
  overflow: hidden;
}

.opacity_input {
  opacity: 80% !important;
}

.opacity_input > .vpd-input-group {
  opacity: 80% !important;
}

.float-left {
  float: left !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.w-max {
  width: 100% !important;
}

.h-max {
  height: 100% !important;
}

.fit {
  padding: 0 !important;
  margin: 0 !important;
}

.pointer {
  cursor: pointer;
}

#list-to-print>div {
  display: flex;
  direction: rtl;
  margin-bottom: 8px;
  justify-content: space-around !important;
}
.center-div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

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

.center-div-justify {
  display: flex;
  justify-content: center;
}

.end-justify {
  display: flex;
  justify-content: flex-end;
}

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

.ltr-item {
  direction: ltr !important;
}

.v-btn {
  text-transform: none !important;
}

tr {
  white-space: nowrap;
}

.v-btn__content {
  letter-spacing: 0 !important;
}

.small-input {
  margin: 0 !important;
  padding: 0 !important;
}

.small-input > .v-input__control {
  padding: 0;
  margin: 0;
}

.small-input > .v-input > .v-input__control > .v-input__slot {
  padding: 0;
  margin: 0 !important;
}

.v-input__slot.backcolor > fieldset {
  border: 1px solid #dcdfe5 !important;
}

.small-input > .v-input > .v-input__control > .v-messages {
  display: none;
}

.small-input > .v-input > .v-input__control > .v-text-field__details {
  display: none;
}

.input-noborder > .v-input__control > .v-input__slot {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.input-noborder > .v-input__control > .v-input__slot > fieldset {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.small-input-only > .v-input__control > .v-text-field__details {
  display: none !important;
}

.bxr-red {
  box-shadow: 4px 0px 0px 0px #ff0303 !important;
}

.bx-success {
  box-shadow: 0px 0px 2px 1px #51b34e !important;
}

.bx-primary {
  box-shadow: 0px 0px 1px 1px #007bff !important;
}

.b-primary {
  border: 2px solid #51b34e;
  border-radius: 7px;
}

.bb-primary {
  border-bottom: 2px solid #51b34e;
}

.b-error {
  border: 1px solid #ff4342;
}

.b-c2 {
  border: 1px solid #c2c2c2;
}

.position_r {
  position: relative;
}

.position_atr {
  top: 6px;
  right: 10px;
  position: absolute;
}

.v-tab {
  letter-spacing: 0 !important;
}

button.v-btn[disabled] {
  opacity: 0.6 !important;
}

.theme--light.v-input--is-disabled {
  color: #282828bd !important;
}

.theme--light.v-input--is-disabled textarea {
  color: #282828bd !important;
}

.transform_item {
  transform: rotate(180deg);
}