.body_content{
    padding:20px;
}
.body_content > *{
display:flex;
flex-direction: column;

}

.body_content > * input,
.body_content > * select{
    height:40px;
    padding:10px;
}
.body_content button{
    width:100%;
    border:none;
    display:flex;
    justify-content: center;
    align-items: center;
    height:50px;
    margin-top:20px;
}
.body_content .input_label .error_red.error_alert{
    color:red;
}

.deposit_withdraw_wrapper{
    display:flex;
    gap:10px;
}
.deposit_withdraw_wrapper .d-sm-flex_xx a{
    padding-left:25px;
    padding-right:25px;
}

.dropdown_xcel{
    position:relative;
}
.dropdown_xcel .dropdown_containers{
  position:absolute;
  top:100%;
  width:300px;
  background: #fff;
  left:50%;
  transform: translateX(-50%);
  z-index: 100000;
  list-style-type: none;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,.2);
  transform:translate(-50%, 100px);
  visibility:hidden;
  transition:all .5s;

}
.dropdown_xcel .dropdown_containers::after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    z-index: 100;
    border-color: transparent transparent black transparent;
}

.dropdown_xcel  .dropdown_containers .view_all{
    width:100%;
    background:red;
    color:#fff;
    padding:10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;

} 

.dropdown_xcel:hover  .dropdown_containers{
    transform:translate(-50%, 0px); 
    visibility:visible;
}
.dropdown_xcel .dropdown_containers .message_container{
    background: grey;
    padding:20px;
    color:#fff;
    font-weight: bold;
    font-size:18px;
}
.dropdown_xcel #dropdown{
    width:100%;
    background: #fff;
    padding:0;
    margin:0;
    box-sizing: border-box;
    max-height:300px;
    overflow: hidden;
}

.dropdown_xcel #dropdown li{
    display: flex;
    width:100%;
    gap:20px;
    padding:10px;
    margin:0;
    box-sizing: border-box;
}
.dropdown_xcel #dropdown li:not(:last-of-type){
    border-bottom: 1px solid rgb(230, 218, 218);
}
.dropdown_xcel #dropdown li .thumbnail i{
    font-size: 25px;
}
.dropdown_xcel #dropdown li .desc span{
    font-weight: bold;
    font-size: 16px;;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.dropdown_xcel #dropdown li:nth-of-type(even) .desc span{
    color:green;
}
.dropdown_xcel #dropdown li:nth-of-type(odd) .desc span{
    color:red;
}
.dropdown_xcel #dropdown li .desc p{
       font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        padding:0;
        margin:0;
}
/* ------inbox------ */
.inbox_container{
    padding:0 40px;
}
.inbox_container h2{
    padding:20px 0;
    border-bottom: 2px solid #eee;
}
.inbox_container .desc_search{
    padding-top:20px;
    margin-bottom:10px;
}
.inbox_container .desc_search p{
    margin-bottom: 20px;
}
.inbox_container .desc_search .input_wrapper{
    display: flex;
    align-items: center;
    border:1px solid #eee;
    max-width:300px;
    width:100%;
    gap:10px;
    height:40px;
    padding-right:10px;
}
.inbox_container .desc_search .input_wrapper input{
    border:none;
    flex:1;
    height:100%;
    padding:10px;
    outline: none;
}
.inbox_container  .tb .table_head{
    padding:10px 0;
    border-bottom: 1px solid blueviolet;
    border-top: 1px solid blueviolet;
    display:flex;
    align-items: center;
    width:100%;
}
.inbox_container  .tb .table_body{
    display:flex;
    align-items: center; 
    padding:10px 0;
}
.inbox_container  .tb .table_head .subject,
.inbox_container  .tb .table_body .title {
flex:0 1 60%;
} 
.inbox_container  .tb .table_body .title > p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    max-width:400px;
    margin-right:40px;
}
.inbox_container  .tb .table_head .date,
.inbox_container  .tb .table_body > .date_read{
    flex:0 1 40%;
} 
.inbox_container  .tb .table_body > .date_read{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}
.inbox_container  .tb .table_body > .date_read button{
    border:1px solid grey;
    padding:10px 15px;
    /* white-space: nowrap; */

}
.inbox_container  .tb .table_body > .date_read > .date{
    /* white-space: nowrap; */
}
.inbox_container  .real_text_message{
    max-width:500px;
    width:100%;
    margin-top:40px;
}
.inbox_container  .real_text_message .best_regard{
    display:flex;
    flex-direction: column;
}
.inbox_container   .real_text_message_container{
    border-top:2px solid #eee;
   
}

/* ------end of inbox------ */
@media  screen and (max-width:1207px){
    .inbox_container  .tb .table_head .subject,
.inbox_container  .tb .table_body .title {
flex:0 1 40%;
} 
.inbox_container  .tb .table_body .title > p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    max-width:400px;
}
.inbox_container  .tb .table_head .date,
.inbox_container  .tb .table_body > .date_read{
    flex:0 1 60%;
    
}
}
@media  screen and (max-width:927px){
    .inbox_container  .tb{
        /* overflow-x: scroll; */
        overflow-x: scroll;
        white-space: nowrap;
    }
}
/* @media  screen and (max-width:836px){
    .inbox_container  .tb .table_head .subject,
    .inbox_container  .tb .table_body .title {
    flex:0 0 40%;
    } 
    .inbox_container  .tb .table_head .date,
    .inbox_container  .tb .table_body > .date_read{
        flex:0 0 60%;
        
    }
} */
