@import url('./dropzone.css');

iframe {
  background-color: rgba(223, 227, 230, 0.3) !important;
}

.custom-container {
  width: 80%;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.26 !important;
}

html {
  overflow: hidden !important;
}

body {
  height: 100vh;
  width: 100vw;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  height: 12px;
  width: 14px;
  background: transparent;
  z-index: 12;
  overflow: visible;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #278540;
  width: 14px;
  background-clip: inherit;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #278540;
  border-radius: 10px;
  z-index: 12;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-transition: background-color 0.28s ease-in-out;
  transition: background-color 0.28s ease-in-out;
  margin: 4px;
  min-height: 32px;
  min-width: 32px;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

.q-page-container {
  background-color: black !important;
}

.q-btn {
  text-transform: capitalize;
}

.q-field__bottom {
  padding-left: 0px !important;
}

.q-stepper__caption {
  opacity: 0.8;
}