.ejemplo_css{
    color: red;
}
.main_filter_container{
    display: flex;
    background-color:#ccc;
    width: 100%;
    padding: .5em;
    gap: .1rem;
    justify-content: space-between;
}
.pading_top{
    padding-top: .8rem;
}
.filter_table{
    display: flex;
    width: 100%;
    border-spacing: 5px;
    overflow-x: auto;

}
.filter_name{
    text-align: center;
    font-weight: bold;
}
.buttonFilter{
    border: none;
    padding: 5px 20px 5px 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #3b8844;
    color: white;
}
.new_seach{
  width:250px;
}
.buttonmember{
    border: none;
    text-align: center;
    border-radius: 5px;
    color: white;
    padding: 5px;
}
.reject{
    background-color: #963e3e;
}
.approved{
    background-color: #3b8844;

}
.list_members{
    text-align: center;

}
.list_members td{
    border-bottom:#9597965e solid 1px;
}

.iframe_container_jms{
    width: 70vw;
    height: 60vh;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 15%;
    left: 15%;
    right: 15%;
    z-index: 1000;
    border-radius: 10px;
}
.iframe_jms{
    width:  100%;
    height: 100%;
    border: none;
    border: 10px;
}
.click_me{
    text-decoration: underline;
    color: blue;
    cursor:pointer;


}

.hidden_element{
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

/*Profile css*/
.profile_container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
}
.top_profile_section{
    border-radius: 10px 10px 0px 0px;
    display: flex;
    flex-direction: row;


}
.Photo_Section{
    width: 40%;
    border-radius: 10px 0px 0px 0px;
    text-align: center;
}
.Basic_info_Section{

    width: 60%;
    border-radius: 0px 10px 0px 0px;
    display: flex;
    flex-direction: column;
}
.down_profile_section{
    background-color: aquamarine;

}
.photo_memeber{
    width: 70%;
    height: 75%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;

}
.multiple_input_form{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 10px;


}
.multiple_input_form label{
    text-decoration: underline;
    font-weight: bold;
    flex-grow: 1;
}
.multiple_input_form input{
    border-top: none;
    border-left: none;
    border-color: #393c3a;
    flex-grow: 1;
}
.close_iframe_form{
    position: fixed;
    top: 5px;
    right: 15px;
    border: none;
    color: white;
    background-color: rgba(241, 42, 42, 0.726);
    border-radius: 10px;
}
.sub_table{
    width: 100%;
    border-collapse: collapse;

}
.sub_table.th, .sub_table.td{

    vertical-align: top;
    word-break: break-all;
    white-space: nowrap;
}
/*Comment for Reject*/
.reject_comment_title{
    text-align: center;
}
.reject_comment_input{
    width: 100%;
    resize: none;
    outline: none;
    text-indent: 0;
    box-sizing: border-box;
    text-align: justify;
}
.approved_style{
    background-color: #2d603399;
    color: white;
}
.reject_style{
    background-color: #b14747d8;
    color: white;
}
.pending_style{
    background-color: #989898d8;
    color: white;
}
.center_text{
    text-align: center;
    vertical-align: middle;
}
.arrow_up{
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    right: 25px;
    transition: transform 0.3s ease;
    z-index: 100;
}
.arrow_up:hover{
    transform: scale(1.3);

}
.section_membership{
    padding-bottom: 30%;
    overflow: auto;
}
/*pagination */

.pagination_button_container{
    display: inline-block;

}
.pagination_button_container a{
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  color: white;
  cursor: pointer;

}
.active_page{
    background-color: #3b8844;
}
.not_active_page:hover{
    background-color: #3b8844;
}
.body_section_table th,
.body_section_table td {
    border: none;
}

.body_align-vertical {
    vertical-align: middle;
}
.pagination_button_container div a{
 cursor: pointer;
}

.filter_table{
    background-color: #963e3e;
    margin-left: .5rem;
    margin-right: .5rem;
}
.main_filter_container {
    margin: .5rem;
    text-align: center;
    flex-wrap: wrap;
}
.content_filter button{
    cursor: pointer;
}
.content_filter{
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    gap: .5rem;
}
.content_filter input{
 max-height: 2rem;
 border-radius: .3rem;
}

.section_title{
    font-size: 1.1rem;
    font-weight: bolder;
}
.section_title input{
    max-height: 2rem;
    border-radius: .3rem;
}
#memberships_value{
    max-height: 2rem;
    border-radius: .3rem;
}
.tr_bodyinfo, .td_right_border{
    border: 1px solid black;
}
.thead_members_managment{
    border: 3px solid black;
}
.header_subtable{
    background-color: rgb(234 234 234 / 90%) !important;
    color: black;
    border: 1px solid #d0cece;

}
.header_subtable td{
    border: 1px solid #d0cece;
}
.request_style td{
    border: 1px solid #d0cece;
    text-align: center;
}
.select_member table tr td{
    border: none!important;
}
.border_style_gray {
    border: 1px solid rgba(0, 0, 0, 0.185);
}
#approve_membership,#reject_membership{
 border: none;
 padding: .4rem;
 border-radius: .2rem;
 text-align: left;
}
#approve_membership{
 background-color: #3b8844;
 color: white;
}
#reject_membership{
 background-color: #963e3e;
 color: white;
}

.pagination_sections div:last-child{
    border-left: .2rem solid #00000011;
    text-align: left!important;
    padding-left: 1rem;
    padding-right: 2rem;
  }
  .pagination_sections div:first-child{
    border-right: .2rem solid #00000011;
    text-align: right!important;
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .active_current_page{
    border: .1rem solid var(--main_color);
    border-radius: .5rem ;

  }

  .pagination_sections div{
    padding: 1rem 1rem 1rem 1rem; 
    cursor: pointer;
    transition:   border 0.3s ease, transform 0.3s ease;
    transition:   padding 0.3s ease, transform 0.3s ease;
  }
  .pagination_sections{
    margin: 0 auto;
    width: 98%;
    border: .1rem solid #00000011;
    border-radius: .5rem;
    display: flex;
    gap: .5px;
    justify-content:center;
    font-size: 15px;
    position: sticky;
    bottom: 0;
    background-color: white;
  }
  .active_current_page{
    border: .1rem solid #01717E;
    border-radius: .5rem ;
  }
  .space_tr{
    height: 2rem;
    background-color: white;
  }
  .td_right_border{
    display: flex;
    border: none;
    text-align: start;
    align-items: flex-start;
  }