.inner_left{
    background-color: rgba(95, 90, 130,0.1);
    border-radius: 30px;
    padding: 20px 45px;
    height: calc(100vh - 150px);
    overflow-y: scroll;
}
.unfold_search input[type="text"]{
    border-radius: 30px;
    background-color: #000;
    display: inline-block;
    width: 300px;
}
/* table */
.table_warp .table-dark,
.table_warp .table-dark th,
.table_warp .table-dark td,.inner_left .table-dark thead th
{
    background-color: transparent !important;
    color: #ccc;
}

.purple .table_warp .table thead th{
    border-top: none;
    border-bottom: 1px solid rgba(204, 204, 204,0.6);
}
.table_warp{
    height: calc(100vh - 180px);
    overflow-y: scroll;
    margin-top: 30px;
}
.molding_img{
    max-width: 40px;
    max-height: 40px;
}
.molding_table_btn{
    opacity: 0.1;
    border-radius: 50%;
}
.molding_table_btn:hover{
    opacity: 1;
}
.molding_table_btn img{
    width: 25px;
}

/* madal */
.edit_modal input.form-control{
    margin: 5px 0 10px 0;
}
.edit_modal .modal-body span{
    color: #999;
}
.edit_modal .file{
    position: relative;
    overflow: hidden;
}
.edit_modal .file input[type="file"] {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}
.modal_img{
    margin: 10px 0;
}
.modal_img img{
    max-width: 100%;
    max-height: 100%;
}