label:hover {
    cursor: pointer;
}

h2,
h3,
h4 {
    padding-top: 30px;
}

.bg_img {
    background-image: url("/static/img/tahm_kench/TahmKench_30.jpg");
    position: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    filter: blur(3px) saturate(180%);
    transform: scale(1.20) scaleX(-1);
    opacity: 0.2;
    z-index: -1;
}

.hide {
    display: none;
}

.active {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.socials {
    flex-direction: row;
    text-align: center;
    font-size: 2em;
}

.socials a {
    width: 45px;
    text-align: center;
}


.hoverable {
    font-style: italic;
    border-bottom: 1px dotted white;
}

.hoverable .tooltip_text {
    font-weight: normal;
}

.tooltip_ {
    position: relative;
    display: inline-block;
}

.tooltip_ .tooltip_text {
    pointer-events: none;
    visibility: hidden;
    width: max-content;
    max-width: 400px;
    background-color: rgba(20, 20, 20, 0.85);
    color: #fff;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.tooltip_below {
    top: 100%;
}

.tooltip_right {
    top: -50%;
    left: calc(100% + 10px);
}


.tooltip_:hover .tooltip_text {
    visibility: visible;
}


.custom_control {
    background-color: transparent !important;
    color: white !important;
}

.custom_control * {
    color: black !important;
}

.challenges_select {
    color: white;

    border: 1px solid #fff;
    background-color: transparent;
}

.challenges_select * {
    color: black;
}