@import url(https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap);

.v-navigation-drawer,
.v-toolbar,
.mx-auto,
.v-list.v-sheet.theme--dark.v-list--dense,
.v-sheet.theme--dark.v-toolbar {
  background: #24272c !important;
}
.v-application,
.theme--dark .v-sheet {
  background: #34373c !important;
}
.theme--dark th, .theme--dark .v-data-table {
  background-color: #1a1a21 !important;
}

body,
html {
    font-family: 'Chakra Petch', sans-serif;
    height: 100%;
}

.w100 {
    width: 100%;
}

.w98 {
    width: 98%;
}

.h100 {
    height: 100%;
}

.pointer {
    cursor: pointer;
}

.v-list>a {
    text-decoration: none;
}

.router-link-exact-active>* {
    background-color: rgba(152, 152, 152, 0.364);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #605151;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d6cdcd;
}

.pointer {
    cursor: pointer;
}

.disabled[data-v-459d4cfa] {
  background-color: transparent !important;
  cursor: not-allowed;
}
.item-disabled[data-v-459d4cfa] {
  opacity: 0.25;
  /* Use o código hexadecimal da tonalidade de cinza desejada */
}
.block[data-v-459d4cfa] {
  margin-right: -40px;
  margin-left: 0px !important;
  height: 10px;
}
.status[data-v-459d4cfa] {
  margin-left: 20px;
}

