.bootstrap-dialog .modal-header{border-top-left-radius:4px;border-top-right-radius:4px}.bootstrap-dialog .bootstrap-dialog-title{color:#fff;display:inline-block;font-size:16px}.bootstrap-dialog .bootstrap-dialog-message{font-size:14px}.bootstrap-dialog .bootstrap-dialog-button-icon{margin-right:3px}.bootstrap-dialog .bootstrap-dialog-close-button{float:left;font-size:20px;opacity:.9}.bootstrap-dialog .bootstrap-dialog-close-button:hover{cursor:pointer;opacity:1}.bootstrap-dialog.type-default .modal-header{background-color:#fff}.bootstrap-dialog.type-default .bootstrap-dialog-title{color:#333}.bootstrap-dialog.type-info .modal-header{background-color:#0dcaf0}.bootstrap-dialog.type-primary .modal-header{background-color:#0d6efd}.bootstrap-dialog.type-success .modal-header{background-color:#198754}.bootstrap-dialog.type-warning .modal-header{background-color:#ffc107}.bootstrap-dialog.type-danger .modal-header{background-color:#dc3545}.bootstrap-dialog.size-large .bootstrap-dialog-title{font-size:24px}.bootstrap-dialog.size-large .bootstrap-dialog-close-button{font-size:30px}.bootstrap-dialog.size-large .bootstrap-dialog-message{font-size:18px}.bootstrap-dialog .icon-adjust-hue{-webkit-animation:adjust-hue 2s linear infinite;animation:adjust-hue 2s linear infinite;display:inline-block}@-webkit-keyframes adjust-hue{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes adjust-hue{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}