.categoryLinks_listas input{
    width: 18px;
    height: 18px;
    background-color: red;
}   
input[type="checkbox"]:checked {
    background-color: red;
}
.category_header h4 span {
    margin-left: 10px;
    font-size: 0.9em;
    color: #e67e22;
}

 .main_authContainer{
    padding: 10px;
    gap: 10px;
    max-width: 970px;
    margin-inline: auto;
    padding: 10px;
    margin-top: 50px;
 }
 .oiaufoidasufoiasdufojdsjfff{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 }
 #updateCategoriesButton{
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid;
    font-weight: bold;
    max-width: 800px;
    width: 100%;
    background: #000000;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    padding: 20px 20px;
 }
 .olweiujfoadsjfkjdkddksdd{
    font-size: 12px;
    color: darkgray;
 }
 .right_lasddsffghhhersd{
    margin-bottom: 70px;
 }
 .eikldfyidsuhafhjsdhfds{
    text-align: center;
    font-size: 14px;
    color: #e67e22;
    margin-top: 20px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    justify-content: center;
    gap: 5px;
    justify-content: center;
    justify-content: center;


}
 .dddddstrsehgsfdfghg{
 
    text-align: center;
 }
 .subcategory-content .jjjjjjjjjjjjjjj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* color: inherit; */
    font-size: 14px;
    color: #007bd3;
    border-bottom: 1px solid white;
    padding: 12px 13px;
    /* padding-left: 30px; */
    transition: transform 0.3s ease;
}




.subcategory-content .jjjjjjjjjjjjjjj:hover {
 background-color: #ecf0f1;
 color: blue;
 cursor: pointer;
  
}


.subcategory_content a {
    display: block;
    padding: 7px;
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease, background-color 0.3s ease;
}
 .category_header {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 30px 15px 20px;
    margin-bottom: 5px;
    display: flex
;
    cursor: pointer;
    align-items: center;
    gap: 20px;
    border-left: 4px solid #e67e22;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.category_header h4 {
    margin: 0;
    flex: 1;

}
.subcategory-content a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    color: #007bd3;
    border-bottom: 1px solid white;
    /* font-size: 14px; */
    padding: 10px 39px;
    padding-left: 30px;
    transition: transform 0.3s ease;
  
}
.subcategory-content a:hover {
 background-color: #ecf0f1;
 color: blue;
  
}

.toggle-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    
}

.toggle-button img {
    width: 10px;
    height: 20px;
    transition: transform 0.5s ease;
}

.toggle-button img.rotate {
    transform: rotate(90deg);
}
.subcategory_div{
    /* background: #f4f4f4; */

    background: #f4f4f400;
 
}

/* .feature-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 5px;
} */
.subcategory-content span {
    /* font-size: 13px; */
    color: #888;
    margin-left: 10px;
}
.uayfhsdhciusd{
    text-align: center;
    padding-bottom: 20px;
    color: #2c3e50;
    font-size: 18px;
}

.right_list_inner_choose_one_page{
    width: 100%;
    margin-top: 120px;
}    
.feature-content,
.subcategory-content {
    max-height: 0; /* Initially collapsed */
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.feature-content.open {
    max-height: none;
    padding-bottom: 15px; /* Pridėti apatinį paddingą, kai turinys yra atidarytas */
}
 .subcategory-content.open {
 
    max-height: none;
}
.oewiufsdhfsdfjhdhddd{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.open {
    transition: max-height 0.5s ease-in; 
}

.list-container {
    gap: 10px;
    max-width: 800px;
    margin-inline: auto;
    /* overflow-y: SCROLL; */
    /* HEIGHT: 60VH; */
    min-height: 100vh;
    margin-bottom: 20px;
}
.subcategory_header h5 {
    flex: 1;
    margin: 0;
}
.subcategory_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 15px;
    border: 1px solid #ffffff;
    transition: background-color 0.3s ease;

}

.subcategory_header:hover {
    /* background-color: #e0e0e0; */
}

.subcategory_header h5 {
    margin: 0;
    /* font-size: 16px; */
    color: #ffffff;
}

.subcategory_header .count {
    /* font-size: 13px; */
    color: #2c3e50;
    margin-left: 10px;
}

/* .subcategory_header .toggle-button img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
} */

.subcategory_content a {
    display: block;
    padding: 7px;
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.subcategory_content a:hover {
    /* background-color: #e9ecef; */
    color: #0056b3;
}

