.form-control { background-color: #f8f8f7 !important; color: #313131 !important; border: 1px solid #ced4da !important; } .form-control[readonly] { background-color: #f5f5f5 !important; color: #6c757d !important; } select.form-control { background-color: #f8f8f7 !important; color: #313131 !important; border: 1px solid #ced4da !important; } select.form-control option { background-color: #ffffff !important; color: #313131 !important; } select.form-control:focus { background-color: #f8f8f7 !important; color: #313131 !important; border-color: #1e96eb !important; } .btn-primary { background-color: #313131 !important; border-color: #313131 !important; color: #ffffff !important; } .btn-primary:hover { background-color: #1a1a1a !important; border-color: #1a1a1a !important; color: #ffffff !important; } .btn-danger { background-color: #dc3545 !important; border-color: #dc3545 !important; color: #ffffff !important; } .btn-danger:hover { background-color: #c82333 !important; border-color: #bd2130 !important; color: #ffffff !important; } .btn-default { background-color: #f8f8f7 !important; border-color: #ced4da !important; color: #313131 !important; } .btn-default:hover { background-color: #e9ecef !important; border-color: #adb5bd !important; color: #313131 !important; } .btn-success { background-color: #313131 !important; border-color: #313131 !important; color: #ffffff !important; } .btn-success:hover { background-color: #1a1a1a !important; border-color: #1a1a1a !important; color: #ffffff !important; } /* Select2 스타일 */ .select2-container--bootstrap .select2-selection { background-color: #f8f8f7 !important; color: #313131 !important; border: 1px solid #ced4da !important; } .select2-container--bootstrap .select2-selection--single { height: 34px !important; } .select2-container--bootstrap .select2-selection__rendered { color: #313131 !important; padding: 6px 12px !important; } .select2-container--bootstrap .select2-selection__placeholder { color: #6c757d !important; } .select2-container--bootstrap.select2-container--focus .select2-selection { border-color: #1e96eb !important; outline: 0 !important; } .select2-container--bootstrap .select2-dropdown { background-color: #ffffff !important; border: 1px solid #ced4da !important; } .select2-container--bootstrap .select2-results__option { background-color: #ffffff !important; color: #313131 !important; } .select2-container--bootstrap .select2-results__option--highlighted { background-color: #1e96eb !important; color: #ffffff !important; } .select2-container--bootstrap .select2-results__option[aria-selected="true"] { background-color: #e9ecef !important; color: #313131 !important; } .select2-container--bootstrap .select2-search--dropdown .select2-search__field { background-color: #f8f8f7 !important; color: #313131 !important; border: 1px solid #ced4da !important; } .select2-container--bootstrap .select2-selection__clear { color: #6c757d !important; font-size: 18px !important; } .select2-search--dropdown::before, .select2-search--dropdown .select2-search__field { background-image: none !important; padding-left: 12px !important; }