[v-cloak] {
    display: none;
}

/** Isso aqui é o .phl do Axion 🤗 */

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.phl, [v-cloak] {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #00b2b20f 10%, #00b2b21A 18%, #00b2b20f 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative;
    border: none;
    box-shadow: none;
}

.phl, [v-cloak] *{
    opacity: 0 !important;
    border: none;
    box-shadow: none;
}

/* Testes */

.thick-scrollbar::-webkit-scrollbar {
  width : 20px !important;  /* <- afeta scrollbars normais (verticais) */
  height: 20px !important;  /* <- afeta scrollbars horizontais */
}

.dummy-scrollbar-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 20px
}