*{
    font-family: 'Inter', sans-serif;
}

.tree_header{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding: 2rem 10px;
    margin-bottom: 30px;
}

.tree_header h1{
    font-size: 3rem;
    margin-bottom: 0;
    color: #76a325;
}

.show_more{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding: 2rem 10px;
    padding-bottom: calc(2rem + 10px);
}

.show_more #more, .show_more #showall{
    text-transform: uppercase;
    background-color: #76a325;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}



.pages_ho{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pages_ho p{
    display: inline-flex;
    color: gray
}

.pages_ho ul{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.pages_ho ul li{
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.pages_ho ul li a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray
}


.pages_ho ul li.MarkupPagerNavNext, .pages_ho ul li.MarkupPagerNavPrevious{
    width: auto;
    height: auto;
    border: 1px solid rgba(204, 204, 204, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

.pages_ho ul li.MarkupPagerNavNext a, .pages_ho ul li.MarkupPagerNavPrevious a{
    width: auto;
    height: 35px;
    padding: 0 1rem;
    color: #76a325;
    font-weight: 700;
}

.pages_ho ul li:hover a{
    color: #76a325;
    font-weight: 700;
    text-decoration: none;
}

.pages_ho ul li.active{  
    background-color: #76a325;
}

.pages_ho ul li.active a{  
    color: #fff
}

.bg-pattern .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}

.bg-pattern .container .ho_title{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bg-pattern .container .ho_title h1{
    margin: 0;
}

.bg-pattern .container .input_search{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-pattern .container .input_wrapper{
    position: relative;
    width: 100%;
    height: 35px;
}

.bg-pattern .container #searchTree{
    width: 100%;
    color: rgb(255, 255, 255);
    border: 2px solid #fff;
    height: 100%;
    padding: 0 16px;
    border-radius: 17.5px;
    background-color: transparent;
    padding-right: 40px;
}

.bg-pattern .container  .input_wrapper span{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-pattern .container #searchTree:focus{
    outline: none;
}

.bg-pattern .container #searchTree::placeholder{
    color: rgba(255, 255, 255, 0.7)
}

#notAvailable{
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 10px;
}

#notAvailable p{
    text-align: center;
    font-weight: 700;
    color: gray;
    font-size: 2rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#notAvailable .low{
    font-size: 12px;
    width: 100%;
    min-width: 100%;
    display: block;
    text-align: center;
    color: rgb(163, 163, 163);
    font-weight: 300;
}

.tree_box{
    animation: fadeIn 600ms ease-out forwards;
    opacity: 0;
}

.item_list{
    animation: fadeIn 600ms 500ms ease-out forwards;
    opacity: 0;
}

.totNumWrapper{
    width: 100%;
    height: 35px;
    padding: 0 15px;
}

.totNumWrapper h1{
    background-color: rgba(204, 204, 204, 0.5);
    height: 100%;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 18px;
    padding-right: 5px;
    color: gray;
    margin-bottom: 60px;
}

.totNumWrapper h1 span{
    height: 25px;
    width: 25px;
    background-color: #76a325;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    margin-left: 5px;
}

@keyframes fadeIn{
    100%{
        opacity: 1;
    }
}

/* Hiroshima Trees */
.tree_box{
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 2rem;
    border: 1px solid rgba(204, 204, 204, 0.3);
}

.tree_box .left{
    width: 50%;
}

.tree_box .left h1{
    margin: 0;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.tree_box .left a{
    display: flex;
    margin-bottom: 1rem;
}

.tree_box .left h4{
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 0;
    color: #555555;
}

.tree_box .left h4 span{
    color: #76a325
}

.tree_box .left h1 span{
    width: 22px;
    height: 22px;
    background-color: #76a325;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
}

.tree_box .left .img_wrapper{
    width: 100%;
    margin-top: 1rem;
    
}

.tree_box .left .img_wrapper .img-group-justified{  
    height: 100px !important;
}

.tree_box .left .img_wrapper .img-group-justified a{
    display: block;
}

.tree_box .right{
    width: 50%;
    padding-left: 2rem;
}


.tree_box .right p{
    font-size: 14px;
    margin: 0;
    color: #333333;
    font-weight: 300;
    margin-bottom: 1rem;
}

/* #tree_content{
    height: auto;
    min-height: 500px;
} */


@media only screen and (max-width: 700px) {
    .pages_ho{
        height: auto;
    }
    .pages_ho p{
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .pages_ho ul li{
        margin-bottom: 5px;
    }

    .pages_ho ul{
        width: 100%;
    }

    .ho_header{
        height: auto !important;
        padding: 2rem 10px;
    }

    .bg-pattern .container .ho_title{
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .bg-pattern .container .input_search{
        height: auto;
        width: 80%;
    }
}  

.form-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-container h1{
    font-size: 16px;
    font-weight: 700;
}

.form-container form{
    background-color: #ebe7dd;
    width: 350px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.userp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 15px auto;
}

.userp span{
    color: #85b82a;
    text-transform: capitalize;
}


.latest_update_card{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.1);
}

.latest_update_card .img_wrapper{
    width: 200px;
    min-width: 200px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #ccc;
}

.latest_update_card .img_wrapper img{
    height: 100%;
    min-height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.latest_update_card .luc_content_wrapper{
    width: calc(100% - 200px);
    height: 100%;
    padding: 12px;
}

.latest_update_card .luc_content_wrapper a h5{
    margin: 0;
}

.c_search_wrapper{
    width: 100%;
    background-color: #76a325;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_search_wrapper .c_search{
    height: 30px;
    width: 400px;
    position: relative;
    z-index: 1;
}

.c_search_wrapper .c_search input{
    height: 100%;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 30px;
}

.c_search_wrapper .c_search span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: rgb(117, 117, 117);
}

.c_search_wrapper .c_search_res_wrapper{
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.5);
    display: none;
}

.c_search_wrapper .c_search_res_wrapper a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
}