[v-cloak] {
    display: none;
}

.v-card {
    transition: opacity .4s ease-in-out;
}

.no-click {
    pointer-events: none;
}

.pointer {
    cursor: pointer;
}

.zoom-in {
    cursor: zoom-in;
}

/* .artDetailed {
    max-width: 900px;
    max-height: 900px;
} */

.artDialogBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #222;
    z-index: -1;
}

.artDialog {
    background-color: #222 !important;
}

.artCardBox {
    width: 300px;
    height: 300px;
}

.artCardFit {
    max-width: 200vw;
    max-height: 200vh;
    object-fit: contain !important;
}

.artCardDescription {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.artHover {
    background-image: linear-gradient(#00000000, black);
}

.artDetailedContainer {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.artDetailedNavsContainer {
    position: absolute;
}

.artDetailedImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100vw;
    height: 100vh;
}

.reveal {
    opacity: 1;
}

.devImg {
    max-width: 500px;
}

.profile {
    /* border: 5px solid #357dcf; */
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.disable-text-selection {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none;
}

.capitalize {
    text-transform: capitalize;
}

.scroll-top {
    margin-bottom: 50px;
}

.social-btn {
    margin-left: 5px;
    margin-right: 5px;
}