@include export-module('co-task-modifier') {
 .co-task-modifier {
   .co-dialog-wrapper {
     max-width: 600px;
     height: 650px;
   }
   .dialog-header {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
     font-size: 16px;
     padding: 0;
     .header-title-wrapper {
       display: flex;
       align-items: center;
       gap: 10px;
       .co-icon {
         width: 20px;
         height: 20px;
       }
     }
   }
 }
}
