.unfold_search input[type="text"]{
    border-radius: 30px;
    background-color: #000;
    display: inline-block;
    width: 300px;
}
/* tab */
.auth_tab>ul.nav{
    /* margin: 0 50px; */
    padding: 0 50px;
    border-bottom: 5px solid var(--sidebar_option_bg);
}
.auth_tab .nav-tabs .nav-link{
    background-color: #202235;
    color: #999;
    letter-spacing: 1px;
    font-size: 18px;
}
.auth_tab .nav-tabs .nav-link.active{
    color: #fff;
    background-color: var(--sidebar_option_bg);
    border-color: transparent;
}
.auth_tab .nav-tabs .nav-link:hover{
    border-color: transparent;
    color: #fff;
}

/* system */
.system_warp{
    height: calc(100vh - 150px);
    overflow-y: scroll;
}
.system_row{
    display: flex;
    align-items: center;
    font-size: 20px;
    border-bottom: 1px solid #555;
}
.system_row>.move{
    flex: 1 0 100px;
    height: 30px;
    background: 100% 50% url(../image/molding_list/up-down.png) no-repeat;
    background-size: contain;
}
.first_row{
    color: #999;
    padding: 15px 0;
}
.system_row.first_row>.move{
    background: none;
}
.system_row>.icon{
    flex: 0 1 100px;
}
.system_row>.icon>img{
    width: 60px;
}
.system_row>.category{
    flex: 2 1 200px;
}
.system_row>.sub{
    flex: 2 1 200px;
}
.system_row>.time_stamp{
    flex: 2 1 250px;
}
.system_row>.function{
    flex: 2 1 50px;
}
.system_row>.function img{
    width: 25px;
}
.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;
}


/* modal */
.auth_btn>img{
    width: 25px;
}
.btn.light{
    opacity: 0.1;
}
.btn.light:hover{
    opacity: 1;
}


.modal span {
    color: #999;
}
.edit_modal input.form-control,
.edit_cha_modal input.form-control{
    margin: 5px 0 10px 0;
}
.edit_cha_modal .select{
    width: 100%;
}
.edit_cha_modal .select-styled {
    border-radius: 30px;
    padding: 10px 20px;
    margin: 5px 0;
}
ul.edit_sub>li{
    padding-left: 45px;
    margin: 10px 0;
    border-radius: 30px;
    background: #000 20px 50% url(../image/molding_list/up-down.png) no-repeat;
    background-size: 20px 20px;
}
ul.edit_sub>li input{
    border-radius: 0 30px 30px 0;
}
.edit_modal .file{
    position: relative;
    overflow: hidden;
}
.thumbnail img{
    width: 100%;
}
.edit_modal .file input[type="file"] {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}
/* 角色與權限 modal */
.setting_auth_modal .section_title{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative;
}
.setting_auth_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;
}
/* 刪除 */
.btn_delete_lock.active{
    background-color: var(--danger);
}

.section_option{
    padding: 10px 15px;
    color: #ccc;
    display: flex;
    justify-content: space-between;
}
.section_option .btn_key{
    margin-right: 5px;
}
.section_option .btn_key.active{
    opacity: 1;
}
.section_option input{
    padding: 5px 15px;
}
.section_option .btn_delete.disabled, 
.section_option .btn_delete:disabled{
    opacity: 0.1;
}
.section_option.access>p{
    margin-bottom: 0;
}
.section_option.access:hover{
    background-color: #403749;
}