﻿
.tab-separator {
    opacity: 0.5;
    border-right: 1px solid rgb(240,240,240);
}

.share-button {
    position: relative !important;
}

.share-button-touch-screen {
    position: relative !important;
}

.comment-view-text {
    font-size: 14px;
    line-height: 30px;
}

.content-tab:hover > div {
    animation-name: content-tab-text-filling;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes content-tab-text-filling {
    to {
        color: var(--primary-color-reflection);
    }
}


.content-tab {
    color: lightgray;
    cursor: pointer;
    display: flex;
    column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
   
    font-size: 14px;
    line-height: 30px;
}

.content-tab-touch-screen {
    color: lightgray;
    cursor: pointer;
    display: flex;
    column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
   
    font-size: 14px;
    line-height: 30px;
}

.separation-line-container {
    display: flex;
    justify-content: center;
}

.separation-line {
    width: 95%;
    height: 2px;
    background: rgb(240,240,240);
}

.socialisation-container {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
    display: flex;
    flex-direction: row;
}
.howto-title {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.how-to-subtitle {
    
    font-weight: normal;
    font-size: 16px;
}