@import url('variables.css');
@import url('background.css');
@import url('navbar.css');
@import url('checkbox.css');

.cursor-not-events {
  pointer-events: none;
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}



.modal-header, .modal-body, .modal-footer {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.btn.dropdown-toggle {
  border: 1px solid black !important;
}