.tavingo_categories {
    font-family: "Poppins", Sans-serif;
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
}

.tavingo_categories .tavingo_categories_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.tavingo_categories .tavingo_categories_header .tavingo_categories_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tavingo_categories .tavingo_categories_header .tavingo_categories_text {
    display: flex;
    flex-direction: row;
    align-items: left;
    width: 100%;
    height: 100%;
}

.tavingo_categories_tree li a span:hover {
    text-decoration-color: #00000060;
    text-underline-offset: 0.5em;
}

.tavingo_categories_tree ul {
    list-style: none;
    padding: 0;
}

.tavingo_categories_tree ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.tavingo_categories_tree ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.tavingo_categories_tree ul li a i:hover {
    text-decoration: none;
}

.categories_mobile_view {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: white;
    z-index: 100;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tavingo_categories_close_icon {
    justify-content: end;
}