::-webkit-scrollbar {
  width: 12px;
  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%;
}

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

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

.float-right {
  float: right !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;
}

.h-100vh {
  min-height: 100vh !important;
}

.hm-70vh {
  min-height: 70vh !important;
}

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

.pointer {
  cursor: pointer;
}

.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;
}

.rtl-item {
  direction: rtl !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__control > .v-input__slot {
  padding: 0;
  margin: 0 !important;
}

/* .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 40px !important;
} */

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

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

.small-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 3px 1px #51b34e !important;
}

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

.bx-error {
  box-shadow: 0px 0px 3px 1px #ff0000 !important;
}

.b-primary {
  border-radius: 7px;
  border: 1px solid #272F72 !important;
}

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

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

.br-error {
  border-right: 1px solid #ff4342 !important;
}

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

.border-none {
  border: none !important;
}

.border6 {
  border-radius: 6px !important;
}

.border8 {
  border-radius: 8px !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #e0e0e0 !important;
}

.border-left-gray {
  border-left: 1px solid #e0e0e0 !important;
}

.position_r {
  position: relative;
}

.place_item_center {
  place-items: center;
}

.align_self_center {
  align-self: center;
}

.odd-row {
  background-color: #eee;
}
.selected-row {
  background-color: #cbfade;
}

.print_table {
  width: 100%;
  text-align: right;
  border: 1px solid;
}

.print_table td {
  width: 33%;
  text-align: right;
  white-space: initial;
  padding: 9px !important;
  border: 0.3px solid;
}
.pmb-0 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.pmt-0 {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
  color: #5c5c5c !important;
}

.theme--light.v-select .v-select__selection--disabled {
  color: #5c5c5c !important;
}

.height48 {
  height: 48px !important;
}

.width200 {
  width: 200px;
}

.width400 {
  width: 400px;
}

.w-70 {
  width: 70%;
}

.w-50 {
  width: 50%;
}

.mx-23 {
  margin-right: 92px !important;
  margin-left: 92px !important;
}

footer {
  position: 0;
}

/* new styles  */
.opacitygreen-back {
  background-color: #3e814ee5 !important;
}
.opacityprimary500-back {
  /* background-color: #272F72 !important; */
  background-color: #272f72eb !important;
}
.gray-border {
  border: 1px solid #dfdfdf !important;
}
.gray2-border {
  border: 1px solid #bfbfbf !important;
}
.gray400-border {
  border: 1px solid #bcbcbc !important;
}
.primary400-border {
  border: 1px solid #4a5089 !important;
}
.radius-6 {
  border-radius: 6px !important;
}
.radius-8 {
  border-radius: 8px !important;
}
.radius-10 {
  border-radius: 10px !important;
}
.radius-12 {
  border-radius: 12px !important;
}
.radius-14 {
  border-radius: 14px !important;
}
.radius-20 {
  border-radius: 20px !important;
}
.radius-24 {
  border-radius: 24px !important;
}
.radius-50 {
  border-radius: 50px;
}
.radius-99 {
  border-radius: 99px !important;
}

.justify-self-center {
  justify-self: center !important;
}

.column-gap-2 {
  column-gap: 8px !important;
}

.column-gap-4 {
  column-gap: 16px !important;
}

.row-gap-4 {
  row-gap: 16px !important;
}

.column-gap-6 {
  column-gap: 24px !important;
}

.row-gap-6 {
  row-gap: 24px !important;
}

.mr-25n {
  margin-right: -100px;
}
.ml-25n {
  margin-left: -100px;
}

.linear-back {
  background: linear-gradient(180deg, #ffffff 82.94%, #e0e1ec 129.3%);
}

.linear-back-2 {
  background: linear-gradient(199.07deg, #ccf0ff 39.74%, #ffb4d2 77.98%);
}

.linear-back-3 {
  background: linear-gradient(360deg, #4a5089 0%, #1b204e 100%);
}

.special-box-shadow {
  box-shadow: 0px 1px 2px 0px #b1b4cc !important;
}
.special-box-shadow-2 {
  /* box-shadow: 0px 2px 3px 0px #0000004d; */
  box-shadow: 0px 6px 10px 4px #00000026 !important;
}
.special-box-shadow-3 {
  box-shadow: 0px 1px 4px 0px #00000040 !important;
}
.absolute-icon {
  position: absolute;
  top: 12px;
  left: 12px;
}

.background-size-cover {
  background-size: cover;
}

.logo-back {
  background-image: url('/image/mainpage/aramin-logo.svg');
}

.z-index-99 {
  z-index: 99;
}

.back-transparent {
  background-color: transparent !important;
}
