	body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #006db8;
    padding: 10px;
    color: white;
}

.profile-pic {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
}

.header-title {
    flex-grow: 1;
    text-align: center;
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.menu-icon {
    width: 30px;
    height: 30px;
    background-color: #006db8;
}

.summary {
    display: flex;
    justify-content: space-around;
    margin: 0 0 20px 0;
}

.summary-item {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
    margin: 0 5px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card {
    position: relative;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    
}

.body_css{
    padding:15px;
    margin-bottom: 2rem;
}
.search_box{
    position: relative;
    background: #e9e9e9;
    padding: 12px 19px;
    border-radius: 6px;
    border: 1px solid #cacaca;
    margin: 0 4px;
    color: #9a9a9a;
    margin-bottom:12px;
}
.search_btn{
    position: absolute;
    right: 15px;
    color: #9a9a9a;
    
}

.tit{
   font-size: 25px;
   margin-bottom: 0;
   padding-bottom: 14px !important;
   margin-bottom: 10px !important;
   padding-top: 0;
   margin-top: 0;
   border-bottom: 1px solid #dadada;
}

.titl_mar{
    margin: 0 7px;
    padding: 0px 0px 10px 0px;
    display: block;
}

.margin_bo_zero{
    margin-bottom: 0;
    line-height: 22px;
    color:#404040;
    margin-top:3px;
}
.img_set{
   width: 100%;
   height: 100%;
   border-radius: 10px;
}

.img_info{
    position: absolute;
    z-index: 999;
    bottom: 0;
    color: #fff;
    padding: 10px;
    background: #000000a3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card_tit{
    padding: 0;
    margin: 0;
}

.mar_top_2{
     margin-top: 2px;
}

._wid_100{
    flex: 1 1 calc(100% - 10px);
}

.flex_wrap{
  
    width: 94.8%;
}
.toggle-btn_1{
    background: none;
    border: none;
    color: #ffffff;
}

.align_left{
        font-size: 13px;
    width: 100%;
    display: block;
    float: right;
}

.footer_dr_text{
    text-align: center;
    color: #959595;
    font-size: 13px;
}
.menu_title{
    text-align: center;
    text-transform: uppercase;
}
.version_text{
    
    padding: 10px;
    color: #686868;
    text-align: center;
    font-size: 13px;
}
.about_box{
    width:50%;
    float:left;
    display:inline-flex;
    margin-top: 21px;
}
.inner_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.inner_box img{
    width: 110px;
    border-radius: 4px;
    margin-bottom: 8px;
}