.cp1hg {
    padding-top: 0rem;
}
p{
    font-family: Cabinet Grotesk,sans-serif;
}
a{
    font-family: Cabinet Grotesk,sans-serif;
}
.tabs .tablink-active {
    background-color: #ffffff;
    border-left: 4px solid purple;
    position: relative; /* Ensure positioning context */
}

.tabs .tablink-active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px; /* Adjust this value as needed */
    width: 0;
    height: 0;
    border-top: 8px solid transparent; /* Adjust size as needed */
    border-bottom: 8px solid transparent; /* Adjust size as needed */
    border-left: 8px solid purple; /* Adjust size and color as needed */
    transform: translateY(-50%);
}

.translation{
    background-color: black;
    color: white;
    padding: 12px;
        display: flex;
        width: 220px;
        justify-content: center;
        border-radius: 5px;
    
    }
    