@charset "UTF-8";
/*****************  2021-09-17 공통 form css   **********************************************************************/

/* 팝업 제목 굵은 글씨css */
.dx-popup .dx-popup-title.dx-toolbar .dx-toolbar-label {
    font-weight: 500!important;
}


/* 팝업 padding 줄이기*/
.dx-popup-content {
    padding: 10px!important;
}

.dx-popup-title.dx-toolbar {
    padding: 6px 15px;
}

/* .dx-popup .dx-popup-wrapper{
    z-index: 1800!important;
} 

.dx-selectbox-popup-wrapper{
    z-index: 1801!important;
} 

.dx-header-filter-menu {
    z-index: 1800!important;
} 

.dx-overlay-content .dx-popup-normal .dx-resizable {
    z-index: 1800!important;
} */

