:root {
    --cs-nav-bg-colour: #343A40;
}

p {
    font-size: 16px;
}

.pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

.preview {
    width: 100%;
    min-width: 280px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-container {
    width: 100%;
}
.left-sidebar {
    width: 300px;
    min-width: 300px;
}
.text-justify {
    text-align: justify;
}


.content-info {
    overflow: hidden;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.close-icon {
    position: absolute;
    top: 0; right: 5px;
    color: red;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.active-comment {
    position: absolute;
    max-width: 500px;
    text-align: justify;
    background-color: white;
    padding: 5px;
    font-size: 10px;
    border: 1px solid black;
    z-index: 2000;
}




.policy {
    display: flex;
    justify-content: right;
    align-items: flex-start;
}
.policy ul {
    margin: 10px;
}
.policy ul li {
    list-style: none;
    font-size: 12px;
}

.policy-cookie{
    z-index: 10000;
    background-color: #002F34;
}
.policy-cookie .access-button {
    float: right;
    cursor: pointer;
    position: relative;
}
.policy-cookie .access-button:after {
    content: "";
    background: #fff;
    height: 3px;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    margin-top: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.policy-cookie .access-button:hover:after {
    left: 15%;
    right: 15%;
}

.shot-alert {
    position: fixed;
    z-index: 1000;
    top: 20px;
    left: 50px;
    border: 3px solid green;
    box-shadow: 3px 2px 5px grey;
    border-radius: 2px;
    padding: 10px;
    background-color: white;
    min-width: 100px;
    max-width: 300px;
    text-align: center;
    word-wrap: break-word;
}

.card-name-word {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}
.card-transcript-word {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.card-translated-word {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
.card-description-word {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}



@media (max-width: 767px){
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    p {
        font-size: 18px;
    }
    a {
        font-size: 0.9rem;
    }
}

@media (max-width: 470px){

}

@media (max-width: 367px){
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.35rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    p {
        font-size: 16px;
    }
    a {
        font-size: 0.7rem;
    }
}
