[v-cloak] {
  display: none !important;
}

@media (min-width: 1281px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
  }
}

@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

[no-scrollbar]::-webkit-scrollbar {
  display: none;
}

[no-scrollbar] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gtnoty,
.gtconfirm {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.fade-in {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.cropper-view-box {
  border-radius: 50%;
}

.cropper-face {
  background-color: inherit !important;
}

.cropper-line,
.cropper-point {
  background-color: rgb(239 68 68) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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