@charset "UTF-8";

/* #### Modal #### */
/* 이미지 파일 업로드 */
/* 닫기 버튼 X글자 */
.close .note-icon-close {
  color: #fff !important;
}
.note-modal-title {
  color: #fff !important;
}
.note-form-label {
  color: #fff !important;
}
.note-input {
  color: #fff;
  background-color: #a1a1a1 !important;
}
.note-modal-content{
  background-color: #222531 !important;
}
.note-modal-header {
  border: none !important;
  color: #fff;
  background-color: #222531;
}
.note-modal-body {
  border: none !important;
  color: #fff;
  background-color: #222531;
}
.note-modal-footer {
  border: none !important;
  padding: 4px !important;
  background-color: #222531;
}