@charset "utf-8";

.popup_title_area{display:flex;width:100%;height:50px;padding:0 20px;background:#000;align-items:center;justify-content:space-between;}
h1.popup_title{font-size:18px;font-weight:600;color:#fff;}
.popup_title_wrap{display:flex;align-items:center;justify-content:space-between;}
.popup_title_wrap h2{font-size:16px;font-weight:600;color:var(--primary-title-color);}

.popup_content{padding:30px 20px;}

.popup .search_area.box{padding:0 10px;font-size:14px;}
.popup .search_item{padding:4px 0;}

.popup .input{height:30px;}
.popup select,.popup .select{height:30px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:#fff url(/publish/adm/images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;}

.popup .radio_wrap,.popup .checkbox_wrap{gap:8px;}
.popup .radio_item,.popup .checkbox_item{font-size:14px;}

.popup_title_wrap+.table{margin:12px 0 40px 0;}
.popup.table_type_cols thead>tr>th,.popup.table_type_cols tbody>tr>td{height:40px;font-size:15px;}
.popup.table_type_rows tbody>tr>th, .popup.table_type_rows tbody>tr>td{height:40px;font-size:15px;padding:8px 12px;}

.popup .page a{width:32px;height:32px;}