* {
    cursor: default !important;
}

a,
button,
.fa {
    cursor: pointer !important;
}

.descriptionTab:hover,
.commentsTab:hover,
.descriptionTab:hover h4,
.commentsTab:hover h4 {
    cursor: pointer !important;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}