.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;
}
/* tab */
.machinel_warp>ul.nav{
    margin: 0 50px;
    padding: 0 50px;
    border-bottom: 5px solid var(--sidebar_option_bg);
}
.machinel_warp .nav-tabs .nav-link{
    background-color: #202235;
    color: #999;
    letter-spacing: 1px;
    font-size: 18px;
}
.machinel_warp .nav-tabs .nav-link.active{
    color: #fff;
    background-color: var(--sidebar_option_bg);
    border-color: transparent;
}
.machinel_warp .nav-tabs .nav-link:hover{
    border-color: transparent;
    color: #fff;
}




.glow{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* margin: 1rem 0.5rem; */
}
.glow_green{
    background: #85ffa7;
    box-shadow: 0 0 10px rgba(133, 255, 167, .5);
}
.glow_red{
    background-color: #e72041;
    box-shadow: 0 0 10px rgba(231, 32, 65, .5);
}
.glow_gray{
    background-color: #4d4d4d;
}

.purple .table_warp .table thead th{
    border-top: none;
    border-bottom: 1px solid rgba(204, 204, 204,0.6);
}
.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;
}
.machinel_table_btn{
    border-radius: 50%;
}
.machinel_table_btn.light{
    opacity: 0.1;
}
.machinel_table_btn.light:hover{
    opacity: 1;
}
.machinel_table_btn img{
    width: 30px;
}
/* 保養 浮出視窗 */

.mainttain_detail_data{
    display: none;
    position: absolute;
    left: calc(50% - 160px);
    top: 30%;
    min-width: 320px;
    background-color: #0a0a19;
    border-radius: 15px;
    padding: 5px 15px;
    color: #999;
    z-index: 9;
}
.mainttain_detail:hover{
    text-decoration: underline;
}
.mainttain_detail:hover .mainttain_detail_data{
    display: block;
}
.mainttain_detail_data>table>tbody>tr:first-child td{
    border-top: none;
}
.text_pink{
    color: #fb00ff !important;
}
/* modal */
.modal span{
    color: #999;
}
.edit_modal input.form-control,
.edit_sensor_modal input.form-control,
.edit_sensor_modal textarea{
    margin: 5px 0 10px 0;
}
.edit_maintain_modal .select{
    width: 100%;
}
.edit_maintain_modal .select-styled{
    border-radius: 30px;
    padding: 10px 20px;
    margin: 5px 0;
}
.edit_maintain_modal .input_people,
.edit_maintain_modal .input_tel{
    width: 100%;
    padding: 5px 15px;
}

/* 保養選項 */
.setting_maintain_modal .section_title{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative;
}
/* 刪除 */
.btn_delete_lock.active{
    background-color: var(--danger);
}
.setting_maintain_modal .section_content{
    height: calc(100vh - 300px);
    overflow-y: scroll;
}
/* 增加 */
.add_position{
    position: relative;
}
.add_warp{
    position: absolute;
    width: 100%;
    padding: 10px;
    background-color: #403749;
    left: 0;
    top: 100%;
    display: none;
    z-index: 10;
}
.add_warp  .input-group .btn{
    border-radius: 0 30px 30px;
}
.btn_purple.btn_add_active{
    background-color: #5a5fbf;
}


.section_option{
    padding: 10px 15px;
    color: #ccc;
    display: flex;
    justify-content: space-between;
}
.section_option .btn_delete.disabled, 
.section_option .btn_delete:disabled{
    opacity: 0.1;
}
/* 保養選項 人 */
.section_option>.d-flex>.people{
    flex:2 0 120px;
}
.section_option>.d-flex>.tel{
    flex: 3 1 400px;
}

.edit_sensor_modal .select,
.SPEC_modal .select{
    display: block;
}
.edit_sensor_modal .select-styled,
.SPEC_modal .select-styled{
    border-radius: 30px;
    height: 100%;
    margin: 5px 0 10px 0;
}